Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Felipe Carlo
Hello Scot, Thank you very much now it works !!! I tried all day and now with your help I had the solution!!! Thanks again!! Best Regards, 2009/3/21 Scot Hetzel > On Fri, Mar 20, 2009 at 11:22 PM, Felipe Carlo > wrote: > > Hello, > > > > With this I have: > > > > # make -V SUB_LIST > >

Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Scot Hetzel
On Fri, Mar 20, 2009 at 11:22 PM, Felipe Carlo wrote: > Hello, > > With this I have: > > # make -V SUB_LIST > CUPS="@comment " WINBIND="" SAMBA_LOGDIR="/var/log/samba" > SAMBA_LOCKDIR="/var/db/samba"  SAMBA_CONFDIR="/usr/local/etc" > SAMBA_CONFIG="smb.conf"  SAMBA_RUNDIR="/var/run" > SAMBA_SWATDIR

Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Felipe Carlo
Hello, With this I have: # make -V SUB_LIST CUPS="@comment " WINBIND="" SAMBA_LOGDIR="/var/log/samba" SAMBA_LOCKDIR="/var/db/samba" SAMBA_CONFDIR="/usr/local/etc" SAMBA_CONFIG="smb.conf" SAMBA_RUNDIR="/var/run" SAMBA_SWATDIR="/usr/local/share/swat" SAMBA_SPOOL="/var/spool/samba" SAMBA_PRIVATED

Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Scot Hetzel
On Fri, Mar 20, 2009 at 2:23 PM, Felipe Carlo wrote: > 2009/3/18 Scot Hetzel >> >> On Wed, Mar 18, 2009 at 2:34 PM, Felipe Carlo >> wrote: >> > Hello, >> > >> > I have one problem with Samba in a Jail. >> > >> > When I try to start the samba I have this message: >> > >> > # /usr/local/etc/rc.d/s

Re: Samba3 + Jails in FreeBSD

2009-03-20 Thread Felipe Carlo
Hello, I made the instalation with ports (make, make install, make clean) and I tested two version of Samba, the 3.0.x and the 3.3.x both japanese versions and every these I had the same problem, the samba.sh file I moved to /usr/local/etc/rc.d. Could be any wrong config in smb.conf ?? Because I d

RE: Samba3 + Jails in FreeBSD

2009-03-19 Thread Johan Hendriks
>Hi! >On Wed, Mar 18, 2009 at 8:34 PM, Felipe Carlo wrote: >> Hello, >> >> I have one problem with Samba in a Jail. >> >> When I try to start the samba I have this message: >> >> # /usr/local/etc/rc.d/samba.sh start >> %%WINBIND%%#: not found >> %%WINBIND%%#winbindd_enable=YES: not found >> .: C

Re: Samba3 + Jails in FreeBSD

2009-03-18 Thread Scot Hetzel
On Wed, Mar 18, 2009 at 2:34 PM, Felipe Carlo wrote: > Hello, > > I have one problem with Samba in a Jail. > > When I try to start the samba I have this message: > > # /usr/local/etc/rc.d/samba.sh start > %%WINBIND%%#: not found > %%WINBIND%%#winbindd_enable=YES: not found > .: Can't open %%RC_SUB

Re: Samba3 + Jails in FreeBSD

2009-03-18 Thread Timur I. Bakeyev
Hi! On Wed, Mar 18, 2009 at 8:34 PM, Felipe Carlo wrote: > Hello, > > I have one problem with Samba in a Jail. > > When I try to start the samba I have this message: > > # /usr/local/etc/rc.d/samba.sh start > %%WINBIND%%#: not found > %%WINBIND%%#winbindd_enable=YES: not found > .: Can't open %%R

Samba3 + Jails in FreeBSD

2009-03-18 Thread Felipe Carlo
Hello, I have one problem with Samba in a Jail. When I try to start the samba I have this message: # /usr/local/etc/rc.d/samba.sh start %%WINBIND%%#: not found %%WINBIND%%#winbindd_enable=YES: not found .: Can't open %%RC_SUBR%%: No such file or directory This is the rc.conf of the jail: # cat