libera/#devuan-dev/ Thursday, 2019-11-14

golinuxThank you gnu_srs1!!16:42
gnu_srs1LeePen: In order to make apt-get running in a recent (today) Debian/sid image I had to link libelogind.0.so to libsystemd.0.so. Known?22:10
gnu_srs1apt: 1.8.4, via libapt-pkg5.0: Depends:libsystemd0 (>= 221)22:22
Centurion_Danhey so who is familiar with polkit... I have an issue in beowulf where an upgrade broke network-manager's policyu23:44
Centurion_Dans/policyu/policy/23:45
Centurion_DanLeePen??23:45
LeePenCenturion_Dan: yes I have done the recent stuff. What has happened with network-manager?23:47
LeePengnu_srs1: That symlink should be in the libelogind0 package. What version do you have?23:48
Centurion_DanIt no longer will let a user use nm-cli nmtui or nm-applet to manage connections.  The policy rule is supposed to allow users with sudo or netdev memberships to do that23:49
gnu_srs1LeePen: 241.3-1+debian123:49
Centurion_Danpolkit.addRule(function(action, subject) {23:50
Centurion_Dan  if (action.id == "org.freedesktop.NetworkManager.settings.modify.system" &&23:50
Centurion_Dan        subject.local && subject.active &&23:50
Centurion_Dan        (subject.isInGroup ("sudo") || subject.isInGroup ("netdev"))) {23:50
Centurion_Dan    return polkit.Result.YES;23:50
Centurion_Dan  }23:50
Centurion_Dan});23:50
gnu_srs1LeePen: It is there in another installation. Now I need udisks2 again to run mate...23:51
LeePengnu_srs1: can you check the symlink is in the package and reinstall?23:52
LeePengnu_srs1: could you have manually deleted it?23:52
gnu_srs1Might be so. I tried to replace systemd running gnome with sysvinit-core,etc, elogind and libelogind0. It failed miserably.23:54
gnu_srs1In another installation I tried with mate.23:55
LeePenI have had  it working with mate23:55
LeePennot tried gnome23:55
gnu_srs1Replacing systemd-sysv,systems, etc with sysinit, elogind failed. I had to do that in two steps.23:56
LeePenyep23:56
LeePenthe issues is libpam-systemd depending on systemd-sysv23:57
LeePenthere is a debian bug tagged wontfix23:57
gnu_srs1I recompiled udisk2 previously to run mate on my main desktop.23:58

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