Re: [CentOS] upgrade 7.4 --> 7.5: dbus broken

2018-07-05 Thread Jonathan Billings
On Thu, Jul 05, 2018 at 08:18:08AM -0400, Jonathan Billings wrote: > The /var/run symlink to /run is part of the 'filesystem' package, and > has existed as a symlink since 7.0.1406 was released: > > $ rpmls -l > http://vault.centos.org/7.0.1406/os/x86_64/Packages/filesystem-3.2-18.el7.x86_64.rpm

Re: [CentOS] upgrade 7.4 --> 7.5: dbus broken

2018-07-05 Thread Jonathan Billings
On Thu, Jul 05, 2018 at 02:25:58PM +0200, Anand Buddhdev wrote: > I've never seen "rpmls". Is it an actual command, or your personal > alias? I would have done: Sorry, rpmls is part of the rpmdevtools package. It's the equivalent to running: rpm -q --qf="[%-11{filemodes:perms} %-8{fileusername}

Re: [CentOS] upgrade 7.4 --> 7.5: dbus broken

2018-07-05 Thread John Hodrien
On Thu, 5 Jul 2018, Anand Buddhdev wrote: I would have done: rpm -qlvp http://vault.centos.org/7.0.1406/os/x86_64/Packages/filesystem-3.2-18.el7.x86_64.rpm |grep /var/run And you would have seen that it does provide it? jh ___ CentOS mailing list

Re: [CentOS] upgrade 7.4 --> 7.5: dbus broken

2018-07-05 Thread Anand Buddhdev
On 05/07/2018 14:18, Jonathan Billings wrote: > The /var/run symlink to /run is part of the 'filesystem' package, and > has existed as a symlink since 7.0.1406 was released: > > $ rpmls -l > http://vault.centos.org/7.0.1406/os/x86_64/Packages/filesystem-3.2-18.el7.x86_64.rpm > |grep /var/run >

Re: [CentOS] upgrade 7.4 --> 7.5: dbus broken

2018-07-05 Thread Jonathan Billings
On Thu, Jul 05, 2018 at 11:26:28AM +0200, Harald Dunkel wrote: > After a manual fix I have that, too. Point is that for historic > hosts this symlink doesn't exist. The upgrade fails due to dbus > becoming unavailable. And the next reboot fails, too, because > the symlink is not created automatical

Re: [CentOS] upgrade 7.4 --> 7.5: dbus broken

2018-07-05 Thread Harald Dunkel
After a manual fix I have that, too. Point is that for historic hosts this symlink doesn't exist. The upgrade fails due to dbus becoming unavailable. And the next reboot fails, too, because the symlink is not created automatically. Can you confirm this? Regards Harri ___

Re: [CentOS] upgrade 7.4 --> 7.5: dbus broken

2018-07-03 Thread Gordon Messmer
On 07/03/2018 02:16 AM, Harald Dunkel wrote: Please note the "/run/dbus/system_bus_socket". AFAICT thats new. Shouldn't it listen on /var/run/dbus/system_bus_socket for backward compatibility as well? Yes and no. $ ls -ld /var/run lrwxrwxrwx. 1 root root 6 Dec 13  2017 /var/run -> ../run/

[CentOS] upgrade 7.4 --> 7.5: dbus broken

2018-07-03 Thread Harald Dunkel
Hi folks, after upgrading a Centos container (LXC) from 7.4 to 7.5 I got this: # systemctl status Failed to get D-Bus connection: Connection refused # busctl Failed to connect to bus: Connection refused # ps -ef | grep db[u]s dbus55 1 0 Jul02 ?00:00:00 /usr/bin/dbus-daemon