|
From: Dave C. <da...@vi...> - 2007-04-19 16:52:52
|
doh! Thanks On 19-Apr-07, at 11:46 AM, Brane F. Gra=C4=8Dnar wrote: > 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 =20= > your sh. > > Run ldd /bin/sh to get list of linked libraries. > > Hope this helps... > > cheers, > --=20 > Brane F. Gra=C4=8Dnar > Sistemski administrator za UNIX okolje > Interseek d.o.o., Stegne 31, SI-1000 Ljubljana > e-mail > bf...@in... > www.interseek.si, www.najdi.si > > ----------------------------------------------------------------------=20= > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Openvpn-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvpn-devel |