Siduction Forum > Upgrade Warnings

 journalctl

(1/2) > >>

id027102:
Can somebody help , I cannot find anything on the following line in journalctl :
systemd[1]: getty.target: Wants dependency dropin /etc/systemd/system/getty.target.wants/getty@tty1.service target /lib/systemd/system/autovt@.service has different name
How to solve it ?
Thanks

der_bud:
Not really a clou, but an insight from my system: /etc/systemd/system/getty.target.wants/getty@tty1.service target here is a link to /lib/systemd/system/getty@.service. And /lib/systemd/system/autovt@.service is as well a link to that same file.

--- Code: --- ls -lan /etc/systemd/system/getty.target.wants/
lrwxrwxrwx 1 root root 34 Feb 11  2016 'getty@tty1.service' -> '/lib/systemd/system/getty@.service'

ls -lan /lib/systemd/system/autovt@.service
lrwxrwxrwx 1 0 0 14 Sep 25 16:11 /lib/systemd/system/autovt@.service -> getty@.service
--- End code ---
Perhaps this gives you some hints...

id027102:
The same here, but why "HAS DIFFERENT NAMES"

dibl:
On my LXQt system, which runs problem-free, I find this line in journalctl:


--- Code: ---systemd[1]: getty.target: Wants dependency dropin /etc/systemd/system/getty.target.wants/getty@tty1.service target /lib/systemd/system/autovt@.se
--- End code ---

It's a very long line and runs off the right edge of the terminal, so you have to capture all of it to see the entire line.

id027102:
I captured the entire line and it is the entire line in first post.
My system run also problem-free(I think) , but I think something is not correct, else why this message ?

It is like ntpd cannot access 0.debian.pool.ntp.org , but system also run problem-free, here it was because ntpd started before the network interface was fully initialized, delaying start of ntpd solved the problem (and no lines anymore in journalctl)

In respons from der_bud, /etc/systemd/system/getty.target.wants/getty@tty1.service point to getty@.service in /lib/systemd/system
Mine point to /lib/systemd/system/autovt@.service which then point to getty@.service, , so letting getty@tty1.service in /etc/systemd/....... point to getty@.service i.s.o. autovt@.service in /lib/systemd..... solve the problem.Line disappeared in journalctl.

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by Advanced Topic Prefix Pro
Powered by SMFPacks WYSIWYG Editor