Excuse me because I have good reasons to be a little angry. __{{emoticon}}__ But policykit-1 from stable repos now depends on systemd during dist-upgrade.
If you are against systemd, do NOT d-u. Just stick with upgrade for now.
topic title: policykit-1 now depends on systemd! WTF?!?
9 posts
• Page 1 of 1
-
Posts: 45
- Joined: 03 Apr 2013
-
Posts: 4,164
- Joined: 20 Feb 2009
#2
inxi -r is missing in your thread.
see. no problemo here with my latest dist-upgrade.
Code: Select all
root@biker:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libevent-core-2.0-5 libevent-pthreads-2.0-5
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Code: Select all
root@biker:~# inxi -r
Repos: Active apt sources in file: / etc/apt/sources.list.d/antix.list
deb http://antix.daveserver.info/jessie jessie main nosystemd
Active apt sources in file: / etc/apt/sources.list.d/debian.list
deb http://ftp.ca.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
Active apt sources in file: / etc/apt/sources.list.d/various.list
deb http://liquorix.net/debian/ sid main
Code: Select all
root@biker:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... The following packages were automatically installed and are no longer required:
libevent-core-2.0-5 libevent-pthreads-2.0-5
Use 'apt-get autoremove' to remove them.
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-
Posts: 4,164
- Joined: 20 Feb 2009
#3
You also did not mention what you have installed or what is running on your gear with a inxi -Fxx report either.
Just saying is all. If one rants. Be concise and give details on why one is PO.
Because. So far. I am not convinced your thread is accurate. __{{emoticon}}__
Happy Trails, Rok
Code: Select all
harry@biker:~
$ apt search policykit-1
Sorting... Done
Full Text Search... Done
libmatepolkit-dev/stable 1.8.0+dfsg1-4 i386
MATE authentication agent for PolicyKit-1 (development files)
libpolkit-gtk-mate-1-0/stable 1.8.0+dfsg1-4 i386
MATE authentication agent for PolicyKit-1 (library)
libpolkit-gtk-mate-1-0-dbg/stable 1.8.0+dfsg1-4 i386
MATE authentication agent for PolicyKit-1 (debugging symbols)
libpolkit-qt-1-dev/stable 0.103.0-1 i386
PolicyKit-qt-1 development files
mate-polkit/stable 1.8.0+dfsg1-4 i386
MATE authentication agent for PolicyKit-1
mate-polkit-common/stable 1.8.0+dfsg1-4 i386
MATE authentication agent for PolicyKit-1 (common files)
policykit-1/jessie,now 0.105-8.0nosystemd1 i386 [installed,automatic]
framework for managing administrative policies and privileges
policykit-1-doc/jessie 0.105-8.0nosystemd1 all
documentation for PolicyKit-1
policykit-1-gnome/stable 0.105-2 i386
GNOME authentication agent for PolicyKit-1
harry@biker:~
$
Because. So far. I am not convinced your thread is accurate. __{{emoticon}}__
Happy Trails, Rok
-
Posts: 88
- Joined: 25 Aug 2012
#4
The policykit-1 package does have a dependency for libpam-systemd, but it's not like it was just added recently.
MX-15 came with the libpam-systemd package preinstalled along with three other systemd packages.
(the /usr/share/antiX/installed.txt file is the list of packages that are installed OOTB)
MX-15 came with the libpam-systemd package preinstalled along with three other systemd packages.
Code: Select all
$ grep systemd /usr/share/antiX/installed.txt
libpam-systemd:amd64 215-17+deb8u2 amd64 system and service manager - PAM module
libsystemd0:amd64 215-17+deb8u2 amd64 systemd utility library
systemd 215-17+deb8u2 amd64 system and service manager
systemd-shim 9-1 amd64 shim for systemd
- Posts: 45 TonyVanDam
- Joined: 03 Apr 2013
#5
What is inxi -r?rokytnji wrote:inxi -r is missing in your thread.
Code: Select all
root@biker:~# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libevent-core-2.0-5 libevent-pthreads-2.0-5 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
see. no problemo here with my latest dist-upgrade.Code: Select all
root@biker:~# inxi -r Repos: Active apt sources in file: / etc/apt/sources.list.d/antix.list deb http://antix.daveserver.info/jessie jessie main nosystemd Active apt sources in file: / etc/apt/sources.list.d/debian.list deb http://ftp.ca.debian.org/debian/ jessie main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free Active apt sources in file: / etc/apt/sources.list.d/various.list deb http://liquorix.net/debian/ sid main
Code: Select all
root@biker:~# apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... The following packages were automatically installed and are no longer required: libevent-core-2.0-5 libevent-pthreads-2.0-5 Use 'apt-get autoremove' to remove them. Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-
Posts: 45
- Joined: 03 Apr 2013
#6
And to think I thought endev was suppose to prevent that, just like in antiX.kmathern wrote:The policykit-1 package does have a dependency for libpam-systemd, but it's not like it was just added recently.
MX-15 came with the libpam-systemd package preinstalled along with three other systemd packages.(the /usr/share/antiX/installed.txt file is the list of packages that are installed OOTB)Code: Select all
$ grep systemd /usr/share/antiX/installed.txt libpam-systemd:amd64 215-17+deb8u2 amd64 system and service manager - PAM module libsystemd0:amd64 215-17+deb8u2 amd64 systemd utility library systemd 215-17+deb8u2 amd64 system and service manager systemd-shim 9-1 amd64 shim for systemd
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#7
TVD - If you enable the testing repo in antix.list and do apt-get install policykit-1 is it ok? Can you test if it still works on reboot. If it does, then we can move the versions in antiX testing repo to antiX jessie repo. But before I do this, I need to be 99% certain that there will be no issues.
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#8
Actually scrap the above post as I have uploaded built nosystemd jessie debs for policykit-1. Just wait for them to hit the repos.
Added later: now in default repos.
Added later: now in default repos.
-
Posts: 45
- Joined: 03 Apr 2013
#9
My apologies for long delay. policykit-1 from nosystemd jessie repo works. Thanks! __{{emoticon}}__anticapitalista wrote:Actually scrap the above post as I have uploaded built nosystemd jessie debs for policykit-1. Just wait for them to hit the repos.
Added later: now in default repos.