Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

userconfig.service hangs when using new config menu for flashing #540

Open
nilskuhn opened this issue Jan 18, 2023 · 1 comment
Open

userconfig.service hangs when using new config menu for flashing #540

nilskuhn opened this issue Jan 18, 2023 · 1 comment

Comments

@nilskuhn
Copy link

nilskuhn commented Jan 18, 2023

I flashed raspberry pi os lite 32-bit onto a 16GB SD card and booted it on a raspberry pi v4. For flashing, I used the following settings within new config menu (sorry for german language):

image

After booting, systemd service userconfig.service hangs and blocks some other services from starting. I recognized, because an own systemd service of mine was waiting for multi-user.target. Trying to start it just hang without providing any logs/output on stdout, stderr, journalctl or syslog. Quite annoying ...

Took me a while to figure out what was happening:

pi@<hostname>:~ $ sudo systemctl list-jobs
JOB UNIT                                 TYPE  STATE
104 userconfig.service                   start running
2   multi-user.target                    start waiting
1   graphical.target                     start waiting
117 systemd-update-utmp-runlevel.service start waiting

4 jobs listed.

pi@<hostname>:~ $ sudo journalctl -u userconfig
-- Journal begins at Thu 2022-09-22 02:23:40 CEST, ends at Wed 2023-01-18 22:02:42 CET. --
Sep 22 02:24:25 <hostname>[1]: Starting User configuration dialog...

If I check "Benutzername und Passwort setzen" (english "set username and password") in config setting dialog, the error is not happening.

@XECDesign
Copy link

Not an imager issue. You can send a PR against https://github.com/RPi-Distro/userconf-pi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants