Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Seccomp prevented execution of syscall at apt-get

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
Capitain_Jack
Posts: 153
Joined: 2017-12-15 12:07
Location: Brazil capital, Brasilia, At the favela.

[SOLVED] Seccomp prevented execution of syscall at apt-get

#1 Post by Capitain_Jack »

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/+sour ... ug/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):

Code: Select all

sudo su
Or

Code: Select all

su
Than issue this:

Code: Select all

echo 'apt::sandbox::seccomp "false";' > /etc/apt/apt.conf.d/999seccomp
Proceed to normal use of apt-get.
"Great spirits have always encountered violent opposition from mediocre minds."
Albert Einstein
"All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?"
Buddha

Post Reply