Am 23.11.23 um 03:56 schrieb Dan Jacobson:
Seen on Chromebook 120 Linux systemd 255~rc2-3

Setting access ACL "u::rwx,g::r-x,g:adm:r-x,g:4294967295:r-x,m::r-x,o::r-x" on 
/var/log/journal failed: Invalid argument
Setting access ACL "u::rwx,g::r-x,g:adm:r-x,g:4294967295:r-x,m::r-x,o::r-x" on 
/var/log/journal/f7d2e0290918427294865abb94e8fa09 failed: Invalid argument
Setting access ACL "u::rw-,g::r-x,g:adm:r--,g:4294967295:r-x,m::r--,o::---" on 
/var/log/journal/f7d2e0290918427294865abb94e8fa09/system.journal failed: Invalid argument

All I know is I use chromebook with Linux on chromeOS beta.

Are you running chromeOS or Debian?
Are you running chromeOS and Debian inside a container?
How is this container set up?

Something is messed up with your /var/log/journal folder. Is that bind mounted from a different user name space?


3. 4294967295, aka "32-bit `(uid_t) -1`" → This UID is not a valid user ID, as
   `setresuid()`, `chown()` and friends treat -1 as a special request to not
   change the UID of the process/file. This UID is hence not available for
   assignment to users in the user database.



Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to