On Thursday 19. April 2007 14:51, Dave Cramer wrote:
> The only way I can get learn-address script to work is by running
> openvpn as root
>
> Ideally I'd like to create an openvpn user, and chroot to /
> openvpnprivate/
>
> then run
>
> learn-address /script
>
> However when I tried this I get "cannot execute cmd"  error

Inside chroot you need:

/bin/sh (system(3) spawns command using sh -c)
/lib or /lib64 directory with all libraries that are linked against your sh.

Run ldd /bin/sh to get list of linked libraries.

Hope this helps...

cheers,
-- 
Brane F. Gračnar
Sistemski administrator za UNIX okolje
Interseek d.o.o., Stegne 31, SI-1000 Ljubljana
e-mail > b...@interseek.si
www.interseek.si, www.najdi.si

Reply via email to