[SOLVED] LXC syslog messages related to different container

Paspao

Active Member
Aug 1, 2017
69
2
28
56
Hello,

I found in syslog of LXC with CTID 121 messages related to other LXC with different CTID :

May 23 12:09:30 dq kernel: [5441664.537117] dump_stack+0x63/0x8b
May 23 12:09:30 dq kernel: [5441664.545080] mm_fault_error+0x8f/0x190
May 23 12:09:30 dq kernel: [5441664.552711] RBP: 00007fff6fc36ff0 R08: 431bde82d7b634db R09: 00000000000008a0
May 23 12:09:30 dq kernel: [5441664.558121] Memory cgroup stats for /lxc/113: cache:0KB rss:0KB rss_huge:0KB shmem:0KB mapped_file:0KB dirty:0KB writeback:0KB swap:0KB inactive_anon:0KB active_anon:0KB inactive_file:0KB active_file:0KB unevictable:0KB
May 23 12:09:30 dq kernel: [5441664.610213] Memory cgroup out of memory: Kill process 562 (apache2) score 7 or sacrifice child

May 24 07:39:01 dq kernel: [5511838.594976] audit: type=1400 audit(1558683541.341:33969): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-114_</var/lib/lxc>" name="/" pid=16447 comm="(ionclean)" flags="rw, rslave"

May 24 07:39:01 dq kernel: [5511838.615463] audit: type=1400 audit(1558683541.361:33970): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-115_</var/lib/lxc>" name="/" pid=16461 comm="(ionclean)" flags="rw, rslave"


I do not think this is expected. How can I troubleshoot and solve this issue?

Thank you.
P.
 
it's normal behaviour to see kernel logs since they share the kernel
 
  • Like
Reactions: Paspao