Bug#686499: initscripts: checkroot-bootclean.sh cleans /run/udev

2012-09-02 Thread Martin Ziegler
Indeed, not all scripts were updated. I did this now "manually", and everything works fine now! Sorry for the noise. Thanks, Martin PS: I did not find out how to tell aptitude to update all init-scripts. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#686499: initscripts: checkroot-bootclean.sh cleans /run/udev

2012-09-02 Thread Roger Leigh
On Sun, Sep 02, 2012 at 01:49:24PM +0200, Martin Ziegler wrote: > During boot checkroot-bootclean.sh deletes part of /run/udev, > so that X cannot be started. > > The reason might be that mountkernfs.sh creates files ".ramfs" in the > tmpfs-directories, while /lib/init/bootclean.sh expects ".tmpfs

Bug#686499: initscripts: checkroot-bootclean.sh cleans /run/udev

2012-09-02 Thread Martin Ziegler
Package: initscripts Version: 2.88dsf-32 Severity: important During boot checkroot-bootclean.sh deletes part of /run/udev, so that X cannot be started. The reason might be that mountkernfs.sh creates files ".ramfs" in the tmpfs-directories, while /lib/init/bootclean.sh expects ".tmpfs". Martin