You are not logged in.
Hi, I've to setup redsocks to redirect all my linux net traffic to my company proxies: I've installed it via aur, then I downloaded my company redsocks.conf file. I try to enable the redsocks service, but the problem is in these commands that the redsocks.conf file wants to execute:
user = redsocks;
groups = redsocks;
chroot = /var/chroot;
If I try to simple chroot to this directory, I obtain the following error:
sudo chroot /var/chroot
[sudo] password for giacomo:
chroot: failed to run command '/bin/bash': No such file or directory
I've searched on google, but I cannot understand what is the problem and therefore its possible solution. Can you help me?
Offline
chroot-invocation.html#chroot-invocation covers why `sudo chroot /var/chroot` failed.
What have you populated /var/chroot with?
Offline