Grant Millar
Grant Millar
I am thinking to just extend the code in a fork to add a function to fallocate the log files if they're over 5MB (and truncate them to 5MB), I...
I'm getting the same issue, just getting `Could not get nonce, let's try again.` then `Giving up sending to CA server after 20 retries.` I haven't even been able to...
Also hitting this issue after changing `recordsize` from `16k` to `1M`. We've set it back to `16k`, but still see the issue randomly on some servers. Is there any known...
@Korbeil could you take a look at this? It's been bugging me for years now.
@flavioheleno You will need to force-push again to trigger the CI.
For anyone else they're in: ``` /tmp/skhd_.err.log /tmp/skhd_.out.log ```
Looks like it's been updated in ubuntu 22.04.1: ``` libseccomp2: Installed: 2.5.3-2ubuntu2 Candidate: 2.5.3-2ubuntu2 ```
@thaJeztah Yes, using the reproducer: ``` root@af40cff59393:/mnt/test# ./a.out /tmp/a /tmp/b /tmp/c /tmp/a opened as FD 3 /tmp/b opened as FD 4 /tmp/c opened as FD 5 /proc/self/fd/0 ==> /dev/pts/0 /proc/self/fd/1...
@cpuguy83 We're also hitting this issue trying to mount a directory as rshared inside a userns container, the mounts are always set as slaves. This is quite an old issue,...
@cpuguy83 Are you doing remap on the daemon or container level? I'm not sure if it makes a difference but we're doing the remap on the daemon.