Comment 5 for bug 1964636

Revision history for this message
Stéphane Graber (stgraber) wrote :

As part of digging into this issue, I found this error:

```
Warning from stdin (line 1): apparmor_parser: Warning capping number of jobs to 0 * # of cpus == '4'
```

Which started appearing since we released LXCFS 5.0.0 (available in LXD edge and candidate).
The root cause is https://github.com/lxc/lxcfs/issues/522

This only causes an apparmor warning and the parser is otherwise functional, but this may also be interacting with snapd somehow, causing it to mis-detect available or missing features somehow?