Last week I installed webmin, and created some shares that were viewable
on the network from a windows machine.  Coming back today I find that
the shares are not available to the windows machine and I can't start
webmin via http://localhost:10000/samba/ or http://localhost:10000/ as I
could last week. 

I have started samba via "/etc/init.d/smb start".   The smbd and nmbd
network services do not appear to be started (from looking in Network
Services Configuration).  Any suggestions welcome...

NINE-SuSE:~ # cat /etc/samba/smb.conf
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2005-09-13
[global]
        include = /etc/samba/dhcp.conf
        logon drive = P:
        map to guest = Bad User
        encrypt passwords = yes
        logon home = \\%L\%U\.9xprofile
        allow hosts = 10.1.1.0/8
        printcap cache time = 750
        cups options = raw
        netbios name = NINE
        printing = cups
        server string = Nine
        logon path = \\%L\profiles\.msprofile
        workgroup = WORKGROUP
        os level = 20
        printcap name = cups
        security = user
[homes]
        comment = Home Directories
        valid users = %S
        writeable = yes
        inherit acls = Yes
[profiles]
        comment = Network Profiles Service
        path = %H
        read only = No
        store dos attributes = Yes
        create mask = 0600
        directory mask = 0700
[users]
        comment = All users
        path = /home
        read only = No
        inherit acls = Yes
        veto files = /aquota.user/groups/shares/
[groups]
        comment = All groups
        path = /home/groups
        read only = No
        inherit acls = Yes
[printers]
        comment = All Printers
        path = /var/tmp
        printable = Yes
        create mask = 0600
        browseable = No
[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        write list = @ntadmin root
        force group = ntadmin
        create mask = 0664
        directory mask = 0775



[Z]
        writeable = yes
        valid users = roger,katie
        create mode = 777
        path = /windows/D
        directory mode = 777

[Y]
        path = /windows/C

[G]
        writeable = yes
        valid users = roger,katie
        path = /windows/F


NINE-SuSE:~ # smbclient -L localhost
Password:
Domain=[NINE] OS=[Unix] Server=[Samba 3.0.20-4-SUSE]

        Sharename       Type      Comment
        ---------       ----      -------
        homes           Disk      Home Directories
        profiles        Disk      Network Profiles Service
        users           Disk      All users
        groups          Disk      All groups
        print$          Disk      Printer Drivers
        Z               Disk
        Y               Disk
        G               Disk
        IPC$            IPC       IPC Service (Nine)
        ADMIN$          IPC       IPC Service (Nine)
Domain=[NINE] OS=[Unix] Server=[Samba 3.0.20-4-SUSE]

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------
        WORKGROUP

Reply via email to