You are not logged in.
I've a modded TP x230 with CoreBoot running arch. Most of the time I have no issues, but recently when I run any command with sudo the terminal accepts more input, but the command itself freezes. I can try to SIGINT with ctrl+c and get a ^C in the terminal window, but the process is still going. Using su works and this way I can use shutdown -h now to try turning off the pc, but I just get messages of failing to shut down services:
systemd-shutdown[1]: Waiting for processes: iwd, modprobe, sudo, wpa_supplicantHere is output of journalctl -b command as I thought it might come in handy to solve the issue: http://ix.io/3PoF
TBF commands other than shutdown were facing similar issues before, I was never able to e.g. use reboot to reboot my machine.
Last edited by happyRip (2022-02-13 21:26:43)
Offline
you have conflicting network services which can lead to all sorts of trouble. Disable iwd and reboot if you intend networkmanager to control your wifi interface.
Last edited by V1del (2022-02-12 15:17:44)
Offline
I removed (unused) NetworkManager and it seems to have solved my issues, thank you :>
Offline