[Cialug] Samba Challenge

Rob Cook rdjcook at gmail.com
Sun Feb 21 13:03:19 CST 2016


I wonder if for testing you don't simplify the config for now and add
options back in once you know it's working. Here is the config from my
CentOS box with much fewer options defined, everything works as expected.

[global]
        workgroup = MYGROUP
        server string = Samba Server Version %v
        log file = /var/log/samba/log.%m
        max log size = 50
        security = user
        passdb = tdbsam
        cups options = raw

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        guest ok = Yes
        printable = Yes
        print ok = Yes
        browseable = No

[movies]
        comment = Movies
        path = /data/movies
        write list = +rcook
        read only = No
        guest ok = Yes


On Sat, Feb 20, 2016 at 3:59 PM, L. V. Lammert <lvl at omnitec.net> wrote:

> On Sat, 20 Feb 2016, Josh More wrote:
>
> > Does it fail by IP as well as name?
> >
> Unfortunately, yes, ..
>
>         NT_STATUS_IO_TIMEOUT
>
> TFTR!
>
> Lee
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug
>


More information about the Cialug mailing list