Johannes Heimansberg

Results 38 comments of Johannes Heimansberg

Sure thing: ``` PID USER TIME COMMAND 1 root 0:00 /sbin/init 235 root 0:02 /sbin/syslogd -t 291 root 0:17 /usr/sbin/crond -c /etc/crontabs 682 root 0:00 /sbin/getty 38400 console 683 root...

Perhaps worth mentioning, running ``pgrep -x sshd`` on that system does not output anything.

Mostly because I wanted to specify the ``hidepid=2`` option for the ``/proc`` mount, but I've just checked with ``proc:mixed`` and it appears that it doesn't change anything. With just ``proc:mixed``...

With ``proc:rw`` ``grep /proc /proc/mounts | grep -v lxcfs`` shows only: ``` proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 none /proc/sys/kernel/random/boot_id tmpfs ro,nosuid,nodev,noexec,relatime,size=492k,mode=755,uid=1100000,gid=1100000,inode64 0 0 ``` which I thought was the...

I just checked if there is a difference when creating a privileged container, but that doesn't seem to make a difference. With ``proc:mixed`` I always only get: ``` proc /proc...

Sure! Thanks for looking into it, much appreciated! Here is the content of the debug file. [debug.txt](https://github.com/lxc/lxc/files/7973743/debug.txt)

I just noticed this in the debug log: ``` lxc-start testcontainer 20220131193759.125 TRACE conf - conf.c:lxc_mount_auto_mounts:662 - Container does not have CAP_NET_ADMIN. Skipping "%r/proc/sys/net" mount ``` Looks like this could...

I noticed this high CPU load/battery usage issue as well. To figure out what's going on, I ran ``toxic -o`` in a profiler for about 2 minutes and just let...

It appears, with the latest version the CPU load issue got even worse. I'm seeing around 7 % load with version 0.11.1 up from ~3 % when I last checked....

@JFreegman Sure, from a quick test, CPU load is down to ~2 % with that branch and all default compile options. With ``make DISABLE_AV=1 DISABLE_SOUND_NOTIFY=1`` it is at about 1.3...