Package: systemd
Version: 37-1
Severity: normal

Dear Maintainer,

I had /run symlinked to /var/run, the opossite of the proper setup, I know, but 
it
was working fine because /var was on the root partition anyway.
debian-fixup removes /var/run in the middle of boot ([-L /var/run] fails)
and then systemctl starts failing because it cannot connect to systemd over 
dbus.

Of course my problem is caused by the non-standard setup, but
a) the results are severe (broken boot)
b) it was working fine with systemd-29

Please reconsider adding the test proposed in #642961, ie. something like
        sold="$(/usr/bin/stat -L --format="%d %i" "$OLD" 2>/dev/null || :)"
        srun="$(/usr/bin/stat -L --format="%d %i" "$RUN" 2>/dev/null || :)"
        if [ -n "$sold" ] && [ "$sold" = "$srun" ]; then
                return 0
        fi
to make debian-fixup more robust.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  initscripts         2.88dsf-13.11
ii  libacl1             2.2.51-3     
ii  libaudit0           1.7.18-1     
ii  libc6               2.13-21      
ii  libcap2             1:2.22-1     
ii  libcryptsetup1      2:1.3.0-3    
ii  libdbus-1-3         1.4.16-1     
ii  libpam0g            1.1.3-4      
ii  libselinux1         2.1.0-1      
ii  libsystemd-daemon0  37-1         
ii  libsystemd-login0   37-1         
ii  libudev0            172-1        
ii  libwrap0            7.6.q-21     
ii  udev                172-1        
ii  util-linux          2.19.1-5     

Versions of packages systemd recommends:
ii  libpam-systemd  37-1

Versions of packages systemd suggests:
ii  python       2.6.7-3
ii  systemd-gui  37-1   

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to