<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
but i still see getty@tty1.service (while not the rest<br>
getty@tty{2,3,4,5,6}.service)<br>
and also i don't see serial-getty@ttyS0.service (although the work fine)<br>
-----------<br>
root@fedora2 ~]# systemctl --all | grep getty<br>
getty@tty1.service loaded inactive dead<br>
getty.target loaded inactive dead<br>
serial-getty.target loaded active active<br>
<div class="im">root@fedora2 ~]# systemctl status serial-getty@ttyS0.service<br>
serial-getty@ttyS0.service - Serial Getty on ttyS0<br>
Loaded: loaded (/lib/systemd/system/serial-getty@.service)<br>
</div> Active: active (running) since [Sun, 12 Sep 2010 23:22:18<br>
+0200; 16min ago]<br>
Process: 665 (/sbin/securetty %I, code=exited, status=0/SUCCESS)<br>
Main PID: 678 (login)<br>
<div class="im"> CGroup: name=systemd:/systemd-1/serial-getty@.service/ttyS0<br>
[root@fedora2 ~]#<br>
</div>-----------<br>
<br>
Any idea what's wrong?<br>
<br></blockquote><div><br>Hmm no not really. I'm not using tty1 myself and it does not show either. You could try to disable getty.target completely too.<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Another strange problem I have is that "network.service" is not started<br>
upon boot automatically.<br>
It starts fine manually with "systemctl start network.service"<br>
but for "systemctl enable network.service" I get again "Couldn't find<br>
network.service." error. From stracing I see systemctl it is looking for<br>
network.service file under<br>
/etc/systemd/system/network.service and<br>
/lib/systemd/system/network.service - but the problem is that there is<br>
not "network.service" file anywhere in the filesystem - is this some<br>
kind of virtual service? How can I make it automatically start at boot?<br><br></blockquote><div><br>First I take a another guess that network.service is a sysv fallback. And to start a sysv service at boot I don't know how to. But you can easily write your own network.service and let it start Fedoras network script (/etc/init.d/network). But I do think that it should be possible to do this already without going through such trouble. Maybe you are missing a package or something (like systemd-network)? <br>
<br>Jens<br></div></div>