grüß euch,
ich hab da einen service, der bis vor ein paar tagen einwandfrei funktioniert hat, aber jetzt kommt das heraus:
systemctl status wayfire-autologin
× wayfire-autologin.service - wayfire session for tom
Loaded: loaded (/etc/systemd/system/wayfire-autologin.service; enabled; preset: disabled)
Active: failed (Result: timeout) since Fri 2025-01-17 14:12:53 CET; 2min 42s ago
Duration: 1min 30.165s
Invocation: 4d245d6a4ddd41c0807eb6554fac4c4e
Process: 359 ExecStartPre=/usr/bin/chvt 1 (code=killed, signal=TERM)
Mem peak: 1.8M
CPU: 3ms
Jan 17 14:11:23 cachyos systemd[1]: Started wayfire session for tom.
Jan 17 14:12:53 cachyos systemd[1]: wayfire-autologin.service: start-pre operation timed out. Terminating.
Jan 17 14:12:53 cachyos systemd[1]: wayfire-autologin.service: Control process exited, code=killed, status=15/TERM
Jan 17 14:12:53 cachyos systemd[1]: wayfire-autologin.service: Failed with result 'timeout'.
wenn ichs journal direkt filtere, kommt das raus:
journalctl | grep wayfire
[ 2.659650] cachyos systemd[1]: Started wayfire session for tom.
[ 92.824977] cachyos systemd[1]: wayfire-autologin.service: start-pre operation timed out. Terminating.
[ 92.829387] cachyos systemd[1]: wayfire-autologin.service: Control process exited, code=killed, status=15/TERM
[ 92.829486] cachyos systemd[1]: wayfire-autologin.service: Failed with result 'timeout'.
der service schaut so aus:
[Unit]
Description=wayfire session for tom
After=systemd-user-sessions.service
ConditionPathExists=/home/tom
[Service]
User=tom
WorkingDirectory=~
Type=idle
PAMName=login
Environment=XDG_SESSION_TYPE=wayland XDG_CACHE_HOME=/tmp/.cache XDG_CURRENT_DESKTOP=wayfire XDG_RUNTIME_DIR=/run/user/1000
TTYPath=/dev/tty1
StandardInput=tty
UnsetEnvironment=TERM
UtmpIdentifier=tty1
UtmpMode=user
StandardOutput=journal
#ExecStartPre=/usr/bin/sh -c 'chmod u+rw /sys/class/backlight/intel_backlight/brightness'
ExecStartPre=/usr/bin/chvt 1
ExecStart=/usr/bin/wayfire
Restart=no
[Install]
WantedBy=graphical.target
Alias=display-manager.service
edit:
es scheint grad, als habe sich das problem mit sudo systemctl disable getty@tty1.service
gelöst