Rsyslogd: action 'action-0-builtin:omfile' resumed (module 'builtin:omfile')

I just found out what the problem was.

Some user/group permissions were wrong on
/var/log.

I have also removed some log files in /var/log that I don't using.

Also removed some files which were not in use @ /etc/logrotate.d

Also removed from: /etc/rsyslog.conf

$FileOwner syslog
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022
$PrivDropToUser syslog
$PrivDropToGroup syslog

Rebooted and now all is great :slight_smile:

Messages of " [‘action-0-builtin:omfile’ ] now all gone.

"SOLVED"

1 Like

commented out those permissions and the damned thing started - bizarre - thanks for that

:slight_smile: Great that you got it to work.

Confirmed, removing these lines stop the errors

$FileOwner syslog
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022
$PrivDropToUser syslog
$PrivDropToGroup syslog

1 Like

Welcome @jibonilla03 to the community!