You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe most of these errors arent anything to worry about, but it would be interesting to evaluate if these are serious issues or not, I believe some of them are being caused by weird selinux policies.
audit and audit-rules fail because they dont create /var/log/audit and dont have permission to create /var/log/audit/*.log (apparently it fails because /usr/lib/tmpfiles.d/var.conf has a duplicate /var/log entry)
auditd also seems to not be able to start up because of selinux issues ("avc denied" the creation of those folders and setattr too)
rpc.statd fails because /var/lib/nfs/statd does not exist
rpcbind fails to open /run/rpcbind/{rpcbind.xdr,portmap.xdr}
there is some tmpfiles misconfiguration that tries to create /usr/local/man and fails because it is read only (and it tires to also create /home and /srv and fails too)
atd tries to modify a file called /var/spool/atd and fails because it doenst exist
setroubleshoot tries to create and chown and chcon /var/lib/setroubleshoot/setroubleshoot_database.xml and fails because it doesnt exist
/usr/sbin/alsactl: save_state:1652: Cannot open /var/lib/alsa/asound.state for writing: No such file or directory
The text was updated successfully, but these errors were encountered:
I believe most of these errors arent anything to worry about, but it would be interesting to evaluate if these are serious issues or not, I believe some of them are being caused by weird selinux policies.
audit
andaudit-rules
fail because they dont create/var/log/audit
and dont have permission to create/var/log/audit/*.log
(apparently it fails because/usr/lib/tmpfiles.d/var.conf
has a duplicate /var/log entry)auditd
also seems to not be able to start up because of selinux issues ("avc denied" the creation of those folders and setattr too)rpc.statd
fails because/var/lib/nfs/statd
does not existrpcbind
fails to open/run/rpcbind/{rpcbind.xdr,portmap.xdr}
/usr/local/man
and fails because it is read only (and it tires to also create /home and /srv and fails too)atd
tries to modify a file called/var/spool/atd
and fails because it doenst exist/var/lib/setroubleshoot/setroubleshoot_database.xml
and fails because it doesnt existThe text was updated successfully, but these errors were encountered: