I've just given systemd a few test runs on an Acer Aspire 1551 netbook. I enabled it by editing the grub boot line each time to say init=/bin/systemd. Here's what I found: - systemd doesn't start X by default, ie. it boots into runlevel 3 or whatever the systemd equivalent is called. I have to use systemctl isolate graphical.target each time. Shouldn't it start X by default? - the NFS client doesn't start: tim@linux-0m5i:~> sudo systemctl status nfs.service nfs.service - LSB: NFS client services Loaded: loaded (/etc/init.d/nfs) Active: failed since Sun, 04 Sep 2011 16:57:47 +0200; 10min ago Process: 1710 ExecStart=/etc/init.d/nfs start (code=exited, status=3/NOTIMPLEMENTED) CGroup: name=systemd:/system/nfs.service - vboxadd.service fails: tim@linux-0m5i:~> sudo systemctl status vboxadd.service vboxadd.service - LSB: VirtualBox Linux Additions kernel modules Loaded: loaded (/etc/init.d/vboxadd) Active: failed since Sun, 04 Sep 2011 16:57:47 +0200; 11min ago Process: 1704 ExecStart=/etc/init.d/vboxadd start (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/vboxadd.service - vmtoolsd.service fails: tim@linux-0m5i:~> sudo systemctl status vmtoolsd.service vmtoolsd.service - LSB: VMWare Tools Daemon Loaded: loaded (/etc/init.d/vmtoolsd) Active: failed since Sun, 04 Sep 2011 16:57:47 +0200; 12min ago Process: 1701 ExecStart=/etc/init.d/vmtoolsd start (code=exited, status=7/NOTRUNNING) CGroup: name=systemd:/system/vmtoolsd.service I see in the messages log: Sep 4 16:56:41 linux-0m5i vmsvc[1266]: [ warning] [vmtoolsd] The vmsvc service needs to run inside a virtual machine. Sep 4 16:56:41 linux-0m5i systemd[1]: vmtoolsd.service: control process exited, code=exited status=7 Sep 4 16:56:41 linux-0m5i auditd[1253]: Init complete, auditd 2.1.1 listening for events (startup state disable) Sep 4 16:56:41 linux-0m5i systemd[1]: Unit vmtoolsd.service entered failed state. Does this just need to be disabled somehow so it only tries to run in a VM? Tim -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org