zygoon

joined 3 years ago
[–] [email protected] 1 points 8 months ago (2 children)

@Conan_Kudo @carlschwan @[email protected] @[email protected] yeah, I strongly suspect seccomp. I’m debugging this now and I will share updates when I get to the bottom of the problem.

[–] [email protected] 0 points 8 months ago (4 children)
[–] [email protected] 1 points 8 months ago

@brauner @[email protected] @[email protected]

Thanks for the insight. I was surprised by EPERM, would have expected ENOSYS as well.

Looks like EPERM is most likely coming out of unknow system call name being filtered-out by snap-seccomp compiler. I'll update snapd to 2.61.1 to avoid chasing fixed bugs and then see if there's something to improve in the compiler.

 

There's some mismatch between Linux kernel 3.10 and #KDE that wants to use clone3 to create a process thread.

Do I know anyone from @[email protected] @[email protected] who is able to assist with debugging it further?

The system call clone3 has been added to linux 5.3 but it seems that KDE does not do any fallback in case the system call is rejected with EPERM.

[–] [email protected] 1 points 9 months ago

@[email protected] @[email protected] @racket

Don't forget that there's a snap package available:

snap install racket