Hi, I am able to use samba 4 now, but I can't seem to get it to run at boot, instead, I have to restart it. I know it might work if I add samba restart to /etc/rc.local. but I am pretty sure that it could be solved:
Feb 18 10:24:41 server kernel: [ 8.894359] i2c-core: driver [tuner] using legacy resume method
Feb 18 10:24:47 server smbd[1978]: [2013/02/18 10:24:47.128946, 0] param/loadparm.c:3154(lp_do_parameter)
Feb 18 10:24:47 server smbd[1978]: Global parameter guest account found in service section!
Feb 18 10:24:48 server smbd[1999]: [2013/02/18 10:24:48.530942, 0] printing/print_cups.c:151(cups_connect)
Feb 18 10:24:48 server smbd[1999]: Unable to connect to CUPS server localhost:631 - Network is unreachable
Feb 18 10:24:48 server smbd[1998]: [2013/02/18 10:24:48.531555, 0] printing/print_cups.c:528(cups_async_callback)
Feb 18 10:24:48 server smbd[1998]: failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL
This is the boot up log for samba, I am pretty sure CUPS is started before samba because:
ted:$ ls /etc/rc.d/rc3.d
K40cron@ K69portmap@ S30portmap@ S91gpm@
K45samba@ K6transmission-daemon@ S39cups@ S92samba@
K48sshd@ K76firewall@ S50inetd@ S93transmission-daemon@
K49inetd@ K8gpm@ S51sshd@
K60cups@ S23firewall@ S70cron@
this is the exact same order in rc4.d as well.
I already moved samba to as late as possible. I am pretty sure somewhere lies the network initiation problem, cause network hasn't fully started.
Thanks,
Ted