#1093 closed defect (fixed)
tmpfiles.d/xpra.conf references nonexistant group
Reported by: | tribut | Owned by: | tribut |
---|---|---|---|
Priority: | minor | Milestone: | 0.17 |
Component: | packaging | Version: | trunk |
Keywords: | Cc: |
Description
On Debian jessie, systemd-tmpfiles-setup.service
and systemd-tmpfiles-clean.service
fail because /usr/lib/tmpfiles.d/xpra.conf
references the group xpra, which does not exist:
systemd-tmpfiles[842]: [/usr/lib/tmpfiles.d/xpra.conf:3] Unknown group 'xpra'.
I believe the package should create the group at install time.
Change History (4)
comment:1 Changed 6 years ago by
Owner: | changed from Antoine Martin to tribut |
---|
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, that does it.
However, a slightly cleaner way to check for group existence would be
if ! getent group $SERVER_GROUP >/dev/null; then
comment:3 Changed 6 years ago by
comment:4 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1093
Note: See
TracTickets for help on using
tickets.
r11696 should do what you want, please try the beta packages and close this ticket if that works for you.