Displaying 3 results from an estimated 3 matches for "public_data".
2005 Dec 07
3
Hanging SMBD processes - Samba CRASHING
...Directories
        read only = No
        browseable = No
        available = No
#[printers]
#       comment = All Printers
#       path = /var/spool/samba
#       printable = Yes
#       browseable = No
[public_app]
        comment = Public Data Repository
        path = /var/local/group_shares/public_data
        read only = No
        create mask = 02775
        force create mode = 02775
        directory mask = 02775
        force directory mode = 02775
[prod_control]
        comment = Production Control Repository
        path = /var/local/group_shares/prod_control
        read only = No...
2006 Mar 23
1
Smbd hanging
...Directories
        read only = No
        browseable = No
        available = No
#[printers]
#       comment = All Printers
#       path = /var/spool/samba
#       printable = Yes
#       browseable = No
[public_app]
        comment = Public Data Repository
        path = /var/local/group_shares/public_data
        read only = No
        create mask = 02775
        force create mode = 02775
        directory mask = 02775
        force directory mode = 02775
[prod_control]
        comment = Production Control Repository
        path = /var/local/group_shares/prod_control
        read only = No...
2014 Dec 26
0
unable to have smb listen on NIC tun0 or 10/8 IP addres
...%n\n
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
   pam password change = yes
   map to guest = bad user
[homes]
   comment = Home Directories
   browseable = no
   read only = yes
   create mask = 0700
   directory mask = 0700
   valid users = %S
[public]
  path = /samba/public_data
  guest ok = yes
  read only = no
I can see smb listening on tcp:
smbd      24992          root   27u  IPv4 3142594262      0t0  TCP
localhost.localdomain:445 (LISTEN)
smbd      24992          root   28u  IPv4 3142594263      0t0  TCP
localhost.localdomain:139 (LISTEN)
and nmb udp was disabled....