I am somehow not able to set a new username under arch/sxmo.
What I did so far:
then plugged in an usb keyboard, hit
login with new user, and then as you wrote:
but it automatically starts again a session with user alarm and I can not go further since:
https://todo.sr.ht/~mil/sxmo-tickets/523
any hints very welcome
What I did so far:
Code:
#created a new user:
sudo useradd --create-home yourusername
sudo passwd yourpassword
#added user to sudoers file:
sudo usermod -aG wheel yourusername
then plugged in an usb keyboard, hit
Quote:ctrl+alt+f2
login with new user, and then as you wrote:
Code:
pkill -KILL -u alarm
but it automatically starts again a session with user alarm and I can not go further since:
Code:
usermod: user alarm is currently used by process 35092
https://todo.sr.ht/~mil/sxmo-tickets/523
any hints very welcome