Hello
we use a cron script to check /var/log/syslog for certain error strings like this:
for a long time we have lxc logs showing errors from other containers
for instance a simple dhcp container [ which runs no other servers then dhcp ] is picking up an oom for a video system:
So any suggestions on how to prevent the cross logging?
we use a cron script to check /var/log/syslog for certain error strings like this:
Code:
egrep -e oom-killer /var/log/syslog
for a long time we have lxc logs showing errors from other containers
for instance a simple dhcp container [ which runs no other servers then dhcp ] is picking up an oom for a video system:
Code:
dhcp-secondary
Apr 19 07:24:00 dhcp-secondary kernel: [3429553.490136] bc-server invoked oom-killer:
gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0
Apr 19 07:34:57 dhcp-secondary kernel: [3430210.561511] bc-server invoked oom-killer:
gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0
So any suggestions on how to prevent the cross logging?
Last edited: