Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936294 - [guru] gui-apps/ReGreet - incorrect user in tmpfiles conf
Summary: [guru] gui-apps/ReGreet - incorrect user in tmpfiles conf
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gonçalo Negrier Duarte
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-19 08:55 UTC by pnky
Modified: 2024-07-25 10:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pnky 2024-07-19 08:55:25 UTC
/usr/lib/tmpfiles.d/regreet.conf:

# Create the log and cache directories.
d /var/log/regreet 0755 greeter greeter - -
d /var/cache/regreet 0755 greeter greeter - -


but official greetd account on gentoo is 'greetd' via 'acct-user/greetd' and 'acct-group/greetd'.

Two errors are present in journal on greeter startup:

/usr/lib/tmpfiles.d/regreet.conf:6: Failed to resolve user 'greeter': No such process
/usr/lib/tmpfiles.d/regreet.conf:7: Failed to resolve user 'greeter': No such process

Reproducible: Always
Comment 2 Larry the Git Cow gentoo-dev 2024-07-25 10:10:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7363a32a6f2e815d9091ced5f10a8cace4b0b053

commit 7363a32a6f2e815d9091ced5f10a8cace4b0b053
Author:     Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
AuthorDate: 2024-07-23 20:57:07 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
CommitDate: 2024-07-23 20:59:59 +0000

    gui-apps/ReGreet: fix user in systemd-tmpfiles.conf
    
    Closes: https://bugs.gentoo.org/936294
    Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>

 gui-apps/ReGreet/Manifest                                    |  2 +-
 .../{ReGreet-0.1.1-r6.ebuild => ReGreet-0.1.1-r7.ebuild}     | 12 ++++++++----
 gui-apps/ReGreet/ReGreet-9999.ebuild                         |  6 +++++-
 3 files changed, 14 insertions(+), 6 deletions(-)