De-prioritizing for now due to lack of feedback.
** Tags removed: foundations-todo
** Changed in: systemd (Ubuntu)
Assignee: Nick Rosbrook (enr0n) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.laun
** Changed in: systemd (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080257
Title:
[WSL] systemd fails to upgrade on WSL1
To manage notifications ab
It appears to be a known issue that WSL1 does not support F_OFD_SETLKW,
which is what systemd is using here. I could add a fallback to use
F_SETLKW instead, but according to [1], it sounds like the locking is
just broken on WSL1? So the "fallback" would probably lead to even more
issues.
Do you ge
root@drenec:~# SYSTEMD_LOG_LEVEL=debug systemd-sysusers basic.conf
systemd-journal.conf systemd-network.conf
Locking /etc/.pwd.lock failed: Invalid argument
Failed to take /etc/passwd lock: Invalid argument
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
This error is coming from systemd-sysusers in systemd.postinst. To
isolate the failing call, can you share the output of:
$ SYSTEMD_LOG_LEVEL=debug systemd-sysusers basic.conf systemd-
journal.conf systemd-network.conf
Looking at the code, this is either failing on an open() or flock(), so
likely
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: systemd (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080257
Title:
[W
** Tags added: foundations-todo
** Changed in: systemd (Ubuntu)
Assignee: (unassigned) => Nick Rosbrook (enr0n)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080257
Title:
[WSL] systemd fails