Page MenuHomePureOS Tracker

apt update fails when used with proxychains on PureOS 9.0
Closed, ResolvedPublic

Description

sudo proxychains apt update fails with following error -

  • Seccomp prevented execution of syscall 0000000056 on architecture amd64 ****

Reading package lists... Done
E: Method https has died unexpectedly!
E: Sub-process https returned an error code (31)

I suspect the error has to do with the kernel code. Please correct me if it is related to proxychains.

Event Timeline

girishm created this task.Sep 16 2020, 00:01
girishm added a comment.Sep 16 2020, 00:10

The following command fixes it - echo 'apt::sandbox::seccomp "false";' > /etc/apt/apt.conf.d/50seccomp

girishm closed this task as Resolved.Sep 16 2020, 00:10