Hi,

This is not a bug, when using chroot you can't access anything outside
of chroot  directory,  so if you want to use chroot in openvpn, for
example, "chroot  /etc/openvpn" in your config file, then you need to
create tmp directory in openvpn chroot directory (/etc/openvpn/tmp) and
mount /tmp directory in /etc/openvpn/tmp:

mkdir /etc/openvpn/tmp
mount --bind /tmp /etc/openvpn/tmp

And write this changes in your /etc/fstab:
echo "/tmp /etc/openvpn/tmp none bind" >> /etc/fstab

-- 
Regards,
 Polotnyanko Nikita Sergeevich          mailto:pboxw...@gmail.com


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to