On Mon, 2012-07-30 at 15:22 +0200, Tom Gundersen wrote:
On Mon, Jul 30, 2012 at 3:21 PM, Karol Babioch <karol@babioch.de> wrote:
Hi,
Am 29.07.2012 21:00, schrieb C Anthony Risinger:
... note the extra `system` in the path. do a: [...] ... it looks like you probably tried to manually relink it at some point
Yeah, I have fiddled around with it after it stopped working.
However it looks now like this:
[johnpatcher@vpcs ~]$ ls -l /etc/systemd/system/getty.target.wants/getty@tty1.service lrwxrwxrwx 1 root root 38 30. Jul 15:16 /etc/systemd/system/getty.target.wants/getty@tty1.service -> /usr/lib/systemd/system/getty@.service
Still not working :(.
# systemctl reenable getty@tty1.service
[root@vpcs ~]# systemctl reenable getty@tty1.service Failed to issue method call: No such file or directory
So not sure what to do next :(.
Best regards, Karol Babioch
Does any of your services (such as gdm.service) have a Conflicts=getty@tty1.service ?
-t
Thank you very much! Today I noticed this problem and it indeed came from the conflict listed in the gdm.service. Regards, Zhengyu Xu