Re: jexec broken?

2003-06-27 Thread jon
--- Joshua Oreman <[EMAIL PROTECTED]> > Just grasping at straws here... Maybe jexec jail()s > itself > before execing the program. In that case, you would > need: > #jexec 1 /usr/sbin/sendmail > See if it works! thanks that was it. seems counterintuitive, the first command seems as though it woul

Re: jexec broken?

2003-06-27 Thread Joshua Oreman
On Fri, Jun 27, 2003 at 06:36:37PM -0700 or thereabouts, jon wrote: > is jexec working in 5.1 release? > #jls > 1 192.168.1.100 example.com /usr/jail/192.168.1.100 > > #jexec 1 sendmail > jexec: execv(): sendmail: No such file or directory > > ok i will try w/ full path > > #jexec 1 /usr/jai

jexec broken?

2003-06-27 Thread jon
is jexec working in 5.1 release? #jls 1 192.168.1.100 example.com /usr/jail/192.168.1.100 #jexec 1 sendmail jexec: execv(): sendmail: No such file or directory ok i will try w/ full path #jexec 1 /usr/jail/192.168.1.100/usr/sbin/sendmail jexec: execv(): /usr/jail/192.168.1.100/usr/sbin/send