If I understood the following correctly, this bug no longer exists in Ubuntu 14.04, thanks to the switch to systemd:
The file $ cat /usr/lib/tmpfiles.d/screen-cleanup.conf d /var/run/screen 0775 root utmp in package "screen" tells systemd-tmpfiles to create /var/run/screen and $ systemctl list-dependencies --after --plain cron | grep tmpfiles-setup.s systemd-tmpfiles-setup.service means that cron (and therefore its @reboot jobs) will only be started after systemd-tmpfiles-setup.service has done its job (which includes creating /var/run/screen). Right? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1380080 Title: Cannot make directory '/var/run/screen': Permission denied (convert init to upstart) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1380080/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
