SparkyLinux Forums

Installation & Upgrade => System upgrading => Topic started by: Capitain_Jack on December 28, 2017, 01:32:18 PM

Title: [SOLVED] Seccomp prevented execution of syscall at apt-get/aptus update
Post by: Capitain_Jack on December 28, 2017, 01:32:18 PM
Not sure what causes this, as I cannot replicate on every system, but if you face this error, there is a work around that worked all times.

https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1732030

The solution
Must be issued as root, sudo won't do it.

For systems with sudoers NOPASSWD flag (sudo don't ask for password):
sudo su
Or
su
Than issue this:
echo 'apt::sandbox::seccomp "false";' > /etc/apt/apt.conf.d/999seccomp

Proceed to normal use of apt-get or aptus