libera/#devuan/ Saturday, 2024-01-20

rrq-A POSTROUTING -s 192.168.1.0/24 ! -o clown0 -j MASQUERADE00:52
rrqnope. not there00:52
GNUmoonI'm trying to install rustdesk client on daedalus and it requires gstreamer1.0-pipewire. However, I'm getting the following error:05:16
GNUmoonsudo apt install gstreamer1.0-pipewire05:16
GNUmoon..05:16
GNUmoonThe following packages have unmet dependencies:05:16
GNUmoon gstreamer1.0-pipewire : Depends: pipewire (= 0.3.65-3) but 1.0.0-1~bpo12+1 is to be installed05:16
GNUmoon                         Depends: libpipewire-0.3-0 (= 0.3.65-3) but 1.0.0-1~bpo12+1 is to be installed05:16
GNUmoonE: Unable to correct problems, you have held broken packages.05:16
GNUmoonThe solution I've found is for Ubuntu/debian05:17
GNUmoonsudo add-apt-repository ppa:pipewire-debian/pipewire-upstream05:17
GNUmoonhttps://github.com/pipewire-debian/pipewire-debian05:17
GNUmoonIs it safe to use for Devuan? Or there is another workaround?05:17
rrqshouldn't you install pipewire from backports as well then?05:30
rrqlike: apt-get install -t daedalus-backports gstreamer1.0-pipewire05:31
rrqwait.. pipewire= 0.3.65-3 is the daedalus version also for gstreamer1.0-pipewire .. do you have pinning to prefer backports?05:39
rrqin other wors, why does apt for you show preference to install backports of pipewire when apparently it still prefers the daedalus version for gstreamer1.0-pipewire (i.e. not the backports version)?05:42
rrqtry: apt-cache policy gstreamer1.0-pipewire pipewire libpipewire-0.3-005:43
rrqto what your apt sees as options and preferences05:44
GNUmoonrrq: mmm, didn't know that.06:54
GNUmoonstreamer1.0-pipewire:06:55
GNUmoon  Installed: (none)06:55
GNUmoon  Candidate: 0.3.65-306:55
GNUmoon  Version table:06:55
GNUmoon     1.0.0-1~bpo12+1 10006:55
GNUmoon        100 http://deb.devuan.org/merged daedalus-backports/main amd64 Packages06:55
GNUmoon     0.3.65-3 50006:55
GNUmoon        500 http://deb.devuan.org/merged daedalus/main amd64 Packages06:55
GNUmoonThe candidate is 0.3.6506:55
GNUmoonok solved $ sudo apt install -t daedalus-backports gstreamer1.0-pipewire07:05
GNUmoonthanks rrq: for pointing me in the right direction.07:05
rwpFYI: My canary Devuan Unstable Ceres machine took all upgrades this morning and rebooted for them and now has no hostname.20:29
rwpThe problem is /etc/init.d/hostname.sh sets PATH=/sbin:/bin which of course does not work after having moved /bin/hostname to /usr/bin/hostname.20:31
rwpThe bug is that PATH has always been incorrectly set to an insufficiently robust setting but is now tickled by this problem.20:32
mathewDid someone migrate from Debian to Devuan using the same home-directory? What config files may cause problems?23:26
mathewUsing KDE as desktop23:27
rwpmathew, What problems are you experiencing?  Generally there is no change to versions of installed Desktop Environment packages and the same home directory will be okay.23:32
rwpBut I have seen problems when using the same home directory and changing DE versions.  Or two multiple DEs sharing the same networked home directory.23:32
rwpDesktop Environments are not always written with interoperability in mind.  One of them writes a newer syntax file the other one reads it and does not understand it.23:33
gnarfacemathew: versions of everything should be the same unless you also upgraded release versions, so there shouldn't be those type of config conflicts, but you might have permissions based issues, because the default security profile is much tighter23:35
gnarfacethat said, pidgin and vlc have been the historically worst offenders for me with regards to those type of config conflicts23:36

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!