On 17/12/11 15:54, Cristian Rodríguez wrote:
On 17/12/11 07:38, Sid Boyce wrote:
It's frustrating to find after switching to systemd,
Which services do not start?
I rebooted a laptop with Factory and a vanilla kernel 3.2-rc5+ and apache2 didn't start up. It looks better than last time I tried it but I have not had a good hunt around. Last time /etc/init.d/vboxdrv didn't work and apache2 also did not start. I had to go into /etc/init.d and use "./vboxdrv setup" and "./apache2 start".
Results now. ======== sepulot:/home/lancelot # service apache2 start redirecting to systemctl sepulot:/home/lancelot # ps fax|grep httpd 6675 pts/3 S+ 0:00 | _ grep --color=auto httpd 6667 ? Ss 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -k start 6668 ? S 0:00 _ /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -k start 6670 ? S 0:00 _ /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -k start 6671 ? S 0:00 _ /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -k start 6672 ? S 0:00 _ /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -k start 6673 ? S 0:00 _ /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -D SYSTEMD -k start sepulot:/home/lancelot # /etc/init.d/vboxdrv setup Stopping VirtualBox kernel modules done Uninstalling old VirtualBox DKMS kernel modules done Trying to register the VirtualBox kernel modules using DKMS failed (Failed, trying without DKMS) Recompiling VirtualBox kernel modules done Starting VirtualBox kernel modules done sepulot:/home/lancelot # lsmod|grep vbox vboxpci 23288 0 vboxnetadp 13382 0 vboxnetflt 23882 0 vboxdrv 279868 3 vboxpci,vboxnetadp,vboxnetflt sepulot:/home/lancelot # service vboxdrv stop redirecting to systemctl sepulot:/home/lancelot # lsmod|grep vbox sepulot:/home/lancelot # service vboxdrv start redirecting to systemctl sepulot:/home/lancelot # lsmod|grep vbox vboxpci 23288 0 vboxnetadp 13382 0 vboxnetflt 23882 0 vboxdrv 279868 3 vboxpci,vboxnetadp,vboxnetflt
Regards Sid.