samba refuses to show shares

Bug #695256 reported by Nathanel Titane
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
samba (Ubuntu)
Incomplete
Undecided
Jussi Jaurola

Bug Description

Binary package hint: samba

For some reason my samba shares refuse to show up on my network eversince the latest maverick updates.
The testparm command outputs these strings and include my smb.conf parameters, which have never failed me so far, until now...

Load smb config files from /etc/samba/smb.conf
rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
Processing section "[nathanel]"
Processing section "[Dropbox]"
Processing section "[Disk]"
Processing section "[Backup Disk]"
Loaded services file OK.
ERROR: state directory /var/lib/samba does not exist
ERROR: cache directory /var/cache/samba does not exist
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
 server string = %h server (Samba, Ubuntu)
 encrypt passwords = No
 map to guest = Bad User
 obey pam restrictions = Yes
 pam password change = Yes
 passwd program = /usr/bin/passwd %u
 passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
 unix password sync = Yes
 syslog = 0
 log file = /var/log/samba/log.%m
 max log size = 1000
 dns proxy = No
 usershare allow guests = Yes
 usershare owner only = No
 panic action = /usr/share/samba/panic-action %d

[nathanel]
 path = /home/nathanel
 read only = No
 guest ok = Yes

[Dropbox]
 path = /home/nathanel/Dropbox
 read only = No
 guest ok = Yes

[Disk]
 path = /media/Disk
 read only = No
 guest ok = Yes

[Backup Disk]
 path = /media/Backup Disk
 read only = No
 guest ok = Yes

None of my machines seem to show through samba, what can I do?

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: samba 2:3.5.4~dfsg-1ubuntu8.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
Architecture: amd64
Date: Wed Dec 29 00:07:22 2010
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
RelatedPackageVersions:
 nautilus 1:2.32.0-0ubuntu1.1
 gvfs 1.6.4-0ubuntu1.1
SambaClientRegression: Yes
SourcePackage: samba

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Revision history for this message
Jussi Jaurola (jussi-jaurola) wrote :

LIke you can see from testparm:

ERROR: state directory /var/lib/samba does not exist
ERROR: cache directory /var/cache/samba does not exist

Do you have those two directories in your system?

Can you upload your smb.conf too.

Changed in samba (Ubuntu):
status: New → Incomplete
Revision history for this message
Nathanel Titane (nathanel.titane) wrote : Re: [Bug 695256] Re: samba refuses to show shares
Download full text (4.1 KiB)

/var/lib/samba and /var/cache/samba exist and are populated

here is my smb.conf:

[global]
# Browsing/Identification #
workgroup = WORKGROUP
server string = %h server (Samba, Ubuntu)
# Debugging/Accounting #
log file = /var/log/samba/log.%m
# Cap the size of the individual log files (in KiB).
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
# Authentication #
encrypt passwords = true
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:*
%n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
# Misc #
usershare allow guests = yes
usershare owner only = False
# Share Definitions #
[nathanel]
path = /home/nathanel
writeable = yes
guest ok = yes
[Dropbox]
path = /home/nathanel/Dropbox
writeable = yes
guest ok = yes
[Disk]
path = /media/Disk
writeable = yes
guest ok = yes
[Backup Disk]
path = /media/Backup Disk
writeable = yes
guest ok = yes

On Sat, Jan 1, 2011 at 2:37 PM, Jussi Jaurola <email address hidden>wrote:

> LIke you can see from testparm:
>
> ERROR: state directory /var/lib/samba does not exist
> ERROR: cache directory /var/cache/samba does not exist
>
> Do you have those two directories in your system?
>
> Can you upload your smb.conf too.
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/695256
>
> Title:
> samba refuses to show shares
>
> Status in “samba” package in Ubuntu:
> Incomplete
>
> Bug description:
> Binary package hint: samba
>
> For some reason my samba shares refuse to show up on my network eversince
> the latest maverick updates.
> The testparm command outputs these strings and include my smb.conf
> parameters, which have never failed me so far, until now...
>
>
> Load smb config files from /etc/samba/smb.conf
> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
> Processing section "[nathanel]"
> Processing section "[Dropbox]"
> Processing section "[Disk]"
> Processing section "[Backup Disk]"
> Loaded services file OK.
> ERROR: state directory /var/lib/samba does not exist
> ERROR: cache directory /var/cache/samba does not exist
> Server role: ROLE_STANDALONE
> Press enter to see a dump of your service definitions
>
>
> [global]
> server string = %h server (Samba, Ubuntu)
> encrypt passwords = No
> map to guest = Bad User
> obey pam restrictions = Yes
> pam password change = Yes
> passwd program = /usr/bin/passwd %u
> passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
> unix password sync = Yes
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 1000
> dns proxy = No
> usershare allow guests = Yes
> usershare owner only = No
> panic action = /usr/share/samba/panic-action %d
>
> [nathanel]
> path = /home/nathanel
> read only = No
> guest ok = Yes
>
> [Dropbox]
> path = /home/nathanel/Dropbox
> read only = No
> guest ok = ...

Read more...

Revision history for this message
Jussi Jaurola (jussi-jaurola) wrote :

Thank you. Can you also upload content of your /var/log/samba -folder.

I tried this on 10.10 with your smb.conf and it is working perfectly.

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :

I know my smb.conf works fine.. I've been using the same one for a year and
a half now...

here's the tar of var/log/samba

On Sat, Jan 1, 2011 at 3:07 PM, Jussi Jaurola <email address hidden>wrote:

> Thank you. Can you also upload content of your /var/log/samba -folder.
>
> I tried this on 10.10 with your smb.conf and it is working perfectly.
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/695256
>
> Title:
> samba refuses to show shares
>
> Status in “samba” package in Ubuntu:
> Incomplete
>
> Bug description:
> Binary package hint: samba
>
> For some reason my samba shares refuse to show up on my network eversince
> the latest maverick updates.
> The testparm command outputs these strings and include my smb.conf
> parameters, which have never failed me so far, until now...
>
>
> Load smb config files from /etc/samba/smb.conf
> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
> Processing section "[nathanel]"
> Processing section "[Dropbox]"
> Processing section "[Disk]"
> Processing section "[Backup Disk]"
> Loaded services file OK.
> ERROR: state directory /var/lib/samba does not exist
> ERROR: cache directory /var/cache/samba does not exist
> Server role: ROLE_STANDALONE
> Press enter to see a dump of your service definitions
>
>
> [global]
> server string = %h server (Samba, Ubuntu)
> encrypt passwords = No
> map to guest = Bad User
> obey pam restrictions = Yes
> pam password change = Yes
> passwd program = /usr/bin/passwd %u
> passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
> unix password sync = Yes
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 1000
> dns proxy = No
> usershare allow guests = Yes
> usershare owner only = No
> panic action = /usr/share/samba/panic-action %d
>
> [nathanel]
> path = /home/nathanel
> read only = No
> guest ok = Yes
>
> [Dropbox]
> path = /home/nathanel/Dropbox
> read only = No
> guest ok = Yes
>
> [Disk]
> path = /media/Disk
> read only = No
> guest ok = Yes
>
> [Backup Disk]
> path = /media/Backup Disk
> read only = No
> guest ok = Yes
>
>
> None of my machines seem to show through samba, what can I do?
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: samba 2:3.5.4~dfsg-1ubuntu8.1
> ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
> Uname: Linux 2.6.35-24-generic x86_64
> Architecture: amd64
> Date: Wed Dec 29 00:07:22 2010
> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64
> (20101007)
> ProcEnviron:
> LANG=en_CA.utf8
> SHELL=/bin/bash
> RelatedPackageVersions:
> nautilus 1:2.32.0-0ubuntu1.1
> gvfs 1.6.4-0ubuntu1.1
> SambaClientRegression: Yes
> SourcePackage: samba
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/samba/+bug/695256/+subscribe
>

--
*TID*esigns | Graphic & Industrial Design Solutions Inc.

514 . 583 . 7386

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (3.6 KiB)

I should also add the fact that the upstart service nmbd fails to load on
system startup... when called amnually it fails to load at times, and some
other times it loads...

On Sat, Jan 1, 2011 at 3:19 PM, Nathanel Titane
<email address hidden>wrote:

> I know my smb.conf works fine.. I've been using the same one for a year and
> a half now...
>
> here's the tar of var/log/samba
>
>
> On Sat, Jan 1, 2011 at 3:07 PM, Jussi Jaurola <email address hidden>wrote:
>
>> Thank you. Can you also upload content of your /var/log/samba -folder.
>>
>> I tried this on 10.10 with your smb.conf and it is working perfectly.
>>
>> --
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>> https://bugs.launchpad.net/bugs/695256
>>
>> Title:
>> samba refuses to show shares
>>
>> Status in “samba” package in Ubuntu:
>> Incomplete
>>
>> Bug description:
>> Binary package hint: samba
>>
>> For some reason my samba shares refuse to show up on my network eversince
>> the latest maverick updates.
>> The testparm command outputs these strings and include my smb.conf
>> parameters, which have never failed me so far, until now...
>>
>>
>> Load smb config files from /etc/samba/smb.conf
>> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
>> Processing section "[nathanel]"
>> Processing section "[Dropbox]"
>> Processing section "[Disk]"
>> Processing section "[Backup Disk]"
>> Loaded services file OK.
>> ERROR: state directory /var/lib/samba does not exist
>> ERROR: cache directory /var/cache/samba does not exist
>> Server role: ROLE_STANDALONE
>> Press enter to see a dump of your service definitions
>>
>>
>> [global]
>> server string = %h server (Samba, Ubuntu)
>> encrypt passwords = No
>> map to guest = Bad User
>> obey pam restrictions = Yes
>> pam password change = Yes
>> passwd program = /usr/bin/passwd %u
>> passwd chat = *Enter\snew\s*\spassword:* %n\n
>> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
>> unix password sync = Yes
>> syslog = 0
>> log file = /var/log/samba/log.%m
>> max log size = 1000
>> dns proxy = No
>> usershare allow guests = Yes
>> usershare owner only = No
>> panic action = /usr/share/samba/panic-action %d
>>
>> [nathanel]
>> path = /home/nathanel
>> read only = No
>> guest ok = Yes
>>
>> [Dropbox]
>> path = /home/nathanel/Dropbox
>> read only = No
>> guest ok = Yes
>>
>> [Disk]
>> path = /media/Disk
>> read only = No
>> guest ok = Yes
>>
>> [Backup Disk]
>> path = /media/Backup Disk
>> read only = No
>> guest ok = Yes
>>
>>
>> None of my machines seem to show through samba, what can I do?
>>
>> ProblemType: Bug
>> DistroRelease: Ubuntu 10.10
>> Package: samba 2:3.5.4~dfsg-1ubuntu8.1
>> ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
>> Uname: Linux 2.6.35-24-generic x86_64
>> Architecture: amd64
>> Date: Wed Dec 29 00:07:22 2010
>> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64
>> (20101007)
>> ProcEnviron:
>> LANG=en_CA.utf8
>> SHELL=/bin...

Read more...

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (4.1 KiB)

Here's the deal, I just called nmbd with sudo service nmbd start and it
loaded. I was able to see my machine on nautilus' network icon.

After a reboot, I go to /var/run/samba and the only active PID services are
smbd and winbindd.... nmbd isn't up..

what can I do about it?

On Sat, Jan 1, 2011 at 3:47 PM, Nathanel Titane
<email address hidden>wrote:

> I should also add the fact that the upstart service nmbd fails to load on
> system startup... when called amnually it fails to load at times, and some
> other times it loads...
>
> On Sat, Jan 1, 2011 at 3:19 PM, Nathanel Titane <<email address hidden>
> > wrote:
>
>> I know my smb.conf works fine.. I've been using the same one for a year
>> and a half now...
>>
>> here's the tar of var/log/samba
>>
>>
>> On Sat, Jan 1, 2011 at 3:07 PM, Jussi Jaurola <email address hidden>wrote:
>>
>>> Thank you. Can you also upload content of your /var/log/samba -folder.
>>>
>>> I tried this on 10.10 with your smb.conf and it is working perfectly.
>>>
>>> --
>>> You received this bug notification because you are a direct subscriber
>>> of the bug.
>>> https://bugs.launchpad.net/bugs/695256
>>>
>>> Title:
>>> samba refuses to show shares
>>>
>>> Status in “samba” package in Ubuntu:
>>> Incomplete
>>>
>>> Bug description:
>>> Binary package hint: samba
>>>
>>> For some reason my samba shares refuse to show up on my network eversince
>>> the latest maverick updates.
>>> The testparm command outputs these strings and include my smb.conf
>>> parameters, which have never failed me so far, until now...
>>>
>>>
>>> Load smb config files from /etc/samba/smb.conf
>>> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
>>> Processing section "[nathanel]"
>>> Processing section "[Dropbox]"
>>> Processing section "[Disk]"
>>> Processing section "[Backup Disk]"
>>> Loaded services file OK.
>>> ERROR: state directory /var/lib/samba does not exist
>>> ERROR: cache directory /var/cache/samba does not exist
>>> Server role: ROLE_STANDALONE
>>> Press enter to see a dump of your service definitions
>>>
>>>
>>> [global]
>>> server string = %h server (Samba, Ubuntu)
>>> encrypt passwords = No
>>> map to guest = Bad User
>>> obey pam restrictions = Yes
>>> pam password change = Yes
>>> passwd program = /usr/bin/passwd %u
>>> passwd chat = *Enter\snew\s*\spassword:* %n\n
>>> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
>>> unix password sync = Yes
>>> syslog = 0
>>> log file = /var/log/samba/log.%m
>>> max log size = 1000
>>> dns proxy = No
>>> usershare allow guests = Yes
>>> usershare owner only = No
>>> panic action = /usr/share/samba/panic-action %d
>>>
>>> [nathanel]
>>> path = /home/nathanel
>>> read only = No
>>> guest ok = Yes
>>>
>>> [Dropbox]
>>> path = /home/nathanel/Dropbox
>>> read only = No
>>> guest ok = Yes
>>>
>>> [Disk]
>>> path = /media/Disk
>>> read only = No
>>> guest ok = Yes
>>>
>>> [Backup Disk]
>>> path = /media/Backup Disk
>>> read only = No
>>> guest ok = Yes
>>>
>>...

Read more...

Revision history for this message
Jussi Jaurola (jussi-jaurola) wrote :

Thank you for logs. I can see in logs errors that socket is in use:

smbd_open_once_socket: open_socket_in: Address already in use

Are you able to run smbclient -L //localhost -U someuserwithsambapasswd or do you get error message like:

Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (3.7 KiB)

Here's the term ouput for it...

nathanel@Mercury:~$ smbclient -L //localhost -U nathanel
Enter nathanel's password:
session setup failed: NT_STATUS_LOGON_FAILURE

One other thing, I have a fresh install on my other computer which is a
laptop, I run a custom script to drag all packages i need to install after
format. One of them is samba, but it does not drag samba-common-bin with
it.. could it be part of the problem?

on the laptop /var/lib/*samba, /var/cache/samba and /var/run/samba are all
populated with the expected files, except again for nmbd.pid in run

On Sat, Jan 1, 2011 at 3:59 PM, Jussi Jaurola <email address hidden>wrote:

> Thank you for logs. I can see in logs errors that socket is in use:
>
> smbd_open_once_socket: open_socket_in: Address already in use
>
> Are you able to run smbclient -L //localhost -U someuserwithsambapasswd
> or do you get error message like:
>
> Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/695256
>
> Title:
> samba refuses to show shares
>
> Status in “samba” package in Ubuntu:
> Incomplete
>
> Bug description:
> Binary package hint: samba
>
> For some reason my samba shares refuse to show up on my network eversince
> the latest maverick updates.
> The testparm command outputs these strings and include my smb.conf
> parameters, which have never failed me so far, until now...
>
>
> Load smb config files from /etc/samba/smb.conf
> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
> Processing section "[nathanel]"
> Processing section "[Dropbox]"
> Processing section "[Disk]"
> Processing section "[Backup Disk]"
> Loaded services file OK.
> ERROR: state directory /var/lib/samba does not exist
> ERROR: cache directory /var/cache/samba does not exist
> Server role: ROLE_STANDALONE
> Press enter to see a dump of your service definitions
>
>
> [global]
> server string = %h server (Samba, Ubuntu)
> encrypt passwords = No
> map to guest = Bad User
> obey pam restrictions = Yes
> pam password change = Yes
> passwd program = /usr/bin/passwd %u
> passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
> unix password sync = Yes
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 1000
> dns proxy = No
> usershare allow guests = Yes
> usershare owner only = No
> panic action = /usr/share/samba/panic-action %d
>
> [nathanel]
> path = /home/nathanel
> read only = No
> guest ok = Yes
>
> [Dropbox]
> path = /home/nathanel/Dropbox
> read only = No
> guest ok = Yes
>
> [Disk]
> path = /media/Disk
> read only = No
> guest ok = Yes
>
> [Backup Disk]
> path = /media/Backup Disk
> read only = No
> guest ok = Yes
>
>
> None of my machines seem to show through samba, what can I do?
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: samba 2:3.5.4~dfsg-1ubuntu8.1
> ProcVersionSignature: Ubun...

Read more...

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (4.0 KiB)

On Sat, Jan 1, 2011 at 4:12 PM, Nathanel Titane
<email address hidden>wrote:

> Here's the term ouput for it...
>
> nathanel@Mercury:~$ smbclient -L //localhost -U nathanel
> Enter nathanel's password:
> session setup failed: NT_STATUS_LOGON_FAILURE
>
>
> One other thing, I have a fresh install on my other computer which is a
> laptop, I run a custom script to drag all packages i need to install after
> format. One of them is samba, but it does not drag samba-common-bin with
> it.. could it be part of the problem?
>
> on the laptop /var/lib/*samba, /var/cache/samba and /var/run/samba are all
> populated with the expected files, except again for nmbd.pid in run
>
> On Sat, Jan 1, 2011 at 3:59 PM, Jussi Jaurola <email address hidden>wrote:
>
>> Thank you for logs. I can see in logs errors that socket is in use:
>>
>> smbd_open_once_socket: open_socket_in: Address already in use
>>
>> Are you able to run smbclient -L //localhost -U someuserwithsambapasswd
>> or do you get error message like:
>>
>> Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
>>
>> --
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>> https://bugs.launchpad.net/bugs/695256
>>
>> Title:
>> samba refuses to show shares
>>
>> Status in “samba” package in Ubuntu:
>> Incomplete
>>
>> Bug description:
>> Binary package hint: samba
>>
>> For some reason my samba shares refuse to show up on my network eversince
>> the latest maverick updates.
>> The testparm command outputs these strings and include my smb.conf
>> parameters, which have never failed me so far, until now...
>>
>>
>> Load smb config files from /etc/samba/smb.conf
>> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
>> Processing section "[nathanel]"
>> Processing section "[Dropbox]"
>> Processing section "[Disk]"
>> Processing section "[Backup Disk]"
>> Loaded services file OK.
>> ERROR: state directory /var/lib/samba does not exist
>> ERROR: cache directory /var/cache/samba does not exist
>> Server role: ROLE_STANDALONE
>> Press enter to see a dump of your service definitions
>>
>>
>> [global]
>> server string = %h server (Samba, Ubuntu)
>> encrypt passwords = No
>> map to guest = Bad User
>> obey pam restrictions = Yes
>> pam password change = Yes
>> passwd program = /usr/bin/passwd %u
>> passwd chat = *Enter\snew\s*\spassword:* %n\n
>> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
>> unix password sync = Yes
>> syslog = 0
>> log file = /var/log/samba/log.%m
>> max log size = 1000
>> dns proxy = No
>> usershare allow guests = Yes
>> usershare owner only = No
>> panic action = /usr/share/samba/panic-action %d
>>
>> [nathanel]
>> path = /home/nathanel
>> read only = No
>> guest ok = Yes
>>
>> [Dropbox]
>> path = /home/nathanel/Dropbox
>> read only = No
>> guest ok = Yes
>>
>> [Disk]
>> path = /media/Disk
>> read only = No
>> guest ok = Yes
>>
>> [Backup Disk]
>> path = /media/Backup Disk
>> read only = No
>> guest ok = Yes...

Read more...

Changed in samba (Ubuntu):
assignee: nobody → Jussi Jaurola (jussi-jaurola)
Revision history for this message
Nathanel Titane (nathanel.titane) wrote :

ON the other hand, I've just checked my youger brother's laptop and it has
no issue viewing shares and connecting to //localhost with user
identification.

On Sat, Jan 1, 2011 at 4:20 PM, Jussi Jaurola <email address hidden>wrote:

> ** Changed in: samba (Ubuntu)
> Assignee: (unassigned) => Jussi Jaurola (jussi-jaurola)
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/695256
>
> Title:
> samba refuses to show shares
>
> Status in “samba” package in Ubuntu:
> Incomplete
>
> Bug description:
> Binary package hint: samba
>
> For some reason my samba shares refuse to show up on my network eversince
> the latest maverick updates.
> The testparm command outputs these strings and include my smb.conf
> parameters, which have never failed me so far, until now...
>
>
> Load smb config files from /etc/samba/smb.conf
> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
> Processing section "[nathanel]"
> Processing section "[Dropbox]"
> Processing section "[Disk]"
> Processing section "[Backup Disk]"
> Loaded services file OK.
> ERROR: state directory /var/lib/samba does not exist
> ERROR: cache directory /var/cache/samba does not exist
> Server role: ROLE_STANDALONE
> Press enter to see a dump of your service definitions
>
>
> [global]
> server string = %h server (Samba, Ubuntu)
> encrypt passwords = No
> map to guest = Bad User
> obey pam restrictions = Yes
> pam password change = Yes
> passwd program = /usr/bin/passwd %u
> passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
> unix password sync = Yes
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 1000
> dns proxy = No
> usershare allow guests = Yes
> usershare owner only = No
> panic action = /usr/share/samba/panic-action %d
>
> [nathanel]
> path = /home/nathanel
> read only = No
> guest ok = Yes
>
> [Dropbox]
> path = /home/nathanel/Dropbox
> read only = No
> guest ok = Yes
>
> [Disk]
> path = /media/Disk
> read only = No
> guest ok = Yes
>
> [Backup Disk]
> path = /media/Backup Disk
> read only = No
> guest ok = Yes
>
>
> None of my machines seem to show through samba, what can I do?
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: samba 2:3.5.4~dfsg-1ubuntu8.1
> ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
> Uname: Linux 2.6.35-24-generic x86_64
> Architecture: amd64
> Date: Wed Dec 29 00:07:22 2010
> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64
> (20101007)
> ProcEnviron:
> LANG=en_CA.utf8
> SHELL=/bin/bash
> RelatedPackageVersions:
> nautilus 1:2.32.0-0ubuntu1.1
> gvfs 1.6.4-0ubuntu1.1
> SambaClientRegression: Yes
> SourcePackage: samba
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/samba/+bug/695256/+subscribe
>

--
*TID*esigns | Graphic & Industrial Design Solutions Inc.

514 . 583 . 7386

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (4.1 KiB)

i've just added sudo smbpasswd -a nathanel and re-attempted smbclient -L
//localhost -U nathanel

here is the output:

nathanel@Mercury:~$ smbclient -L //localhost -U nathanel
Enter nathanel's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.4]

Sharename Type Comment
--------- ---- -------
nathanel Disk
Dropbox Disk
Disk Disk
Backup Disk Disk
IPC$ IPC IPC Service (Mercury server (Samba, Ubuntu))
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.4]

Server Comment
--------- -------
MERCURY Mercury server (Samba, Ubuntu)
SATURN SATURN server (Samba, Ubuntu)

Workgroup Master
--------- -------
WORKGROUP SATURN
nathanel@Mercury:~$

On Sat, Jan 1, 2011 at 4:32 PM, Nathanel Titane
<email address hidden>wrote:

> ON the other hand, I've just checked my youger brother's laptop and it has
> no issue viewing shares and connecting to //localhost with user
> identification.
>
>
> On Sat, Jan 1, 2011 at 4:20 PM, Jussi Jaurola <email address hidden>wrote:
>
>> ** Changed in: samba (Ubuntu)
>> Assignee: (unassigned) => Jussi Jaurola (jussi-jaurola)
>>
>> --
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>> https://bugs.launchpad.net/bugs/695256
>>
>> Title:
>> samba refuses to show shares
>>
>> Status in “samba” package in Ubuntu:
>> Incomplete
>>
>> Bug description:
>> Binary package hint: samba
>>
>> For some reason my samba shares refuse to show up on my network eversince
>> the latest maverick updates.
>> The testparm command outputs these strings and include my smb.conf
>> parameters, which have never failed me so far, until now...
>>
>>
>> Load smb config files from /etc/samba/smb.conf
>> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
>> Processing section "[nathanel]"
>> Processing section "[Dropbox]"
>> Processing section "[Disk]"
>> Processing section "[Backup Disk]"
>> Loaded services file OK.
>> ERROR: state directory /var/lib/samba does not exist
>> ERROR: cache directory /var/cache/samba does not exist
>> Server role: ROLE_STANDALONE
>> Press enter to see a dump of your service definitions
>>
>>
>> [global]
>> server string = %h server (Samba, Ubuntu)
>> encrypt passwords = No
>> map to guest = Bad User
>> obey pam restrictions = Yes
>> pam password change = Yes
>> passwd program = /usr/bin/passwd %u
>> passwd chat = *Enter\snew\s*\spassword:* %n\n
>> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
>> unix password sync = Yes
>> syslog = 0
>> log file = /var/log/samba/log.%m
>> max log size = 1000
>> dns proxy = No
>> usershare allow guests = Yes
>> usershare owner only = No
>> panic action = /usr/share/samba/panic-action %d
>>
>> [nathanel]
>> path = /home/nathanel
>> read only = No
>> guest ok = Yes
>>
>> [Dropbox]
>> path = /home/nathanel/Dropbox
>> read only = No
>> guest ok = Yes
>>
>> [Disk]
>> path = /media/Disk
>> read onl...

Read more...

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (4.6 KiB)

nmbd still isn't running... as soon as i execute it manually everything
shows up..

On Sat, Jan 1, 2011 at 4:41 PM, Nathanel Titane
<email address hidden>wrote:

> i've just added sudo smbpasswd -a nathanel and re-attempted smbclient -L
> //localhost -U nathanel
>
> here is the output:
>
> nathanel@Mercury:~$ smbclient -L //localhost -U nathanel
> Enter nathanel's password:
> Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.4]
>
> Sharename Type Comment
> --------- ---- -------
> nathanel Disk
> Dropbox Disk
> Disk Disk
> Backup Disk Disk
> IPC$ IPC IPC Service (Mercury server (Samba, Ubuntu))
> Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.4]
>
> Server Comment
> --------- -------
> MERCURY Mercury server (Samba, Ubuntu)
> SATURN SATURN server (Samba, Ubuntu)
>
> Workgroup Master
> --------- -------
> WORKGROUP SATURN
> nathanel@Mercury:~$
>
>
> On Sat, Jan 1, 2011 at 4:32 PM, Nathanel Titane <<email address hidden>
> > wrote:
>
>> ON the other hand, I've just checked my youger brother's laptop and it has
>> no issue viewing shares and connecting to //localhost with user
>> identification.
>>
>>
>> On Sat, Jan 1, 2011 at 4:20 PM, Jussi Jaurola <email address hidden>wrote:
>>
>>> ** Changed in: samba (Ubuntu)
>>> Assignee: (unassigned) => Jussi Jaurola (jussi-jaurola)
>>>
>>> --
>>> You received this bug notification because you are a direct subscriber
>>> of the bug.
>>> https://bugs.launchpad.net/bugs/695256
>>>
>>> Title:
>>> samba refuses to show shares
>>>
>>> Status in “samba” package in Ubuntu:
>>> Incomplete
>>>
>>> Bug description:
>>> Binary package hint: samba
>>>
>>> For some reason my samba shares refuse to show up on my network eversince
>>> the latest maverick updates.
>>> The testparm command outputs these strings and include my smb.conf
>>> parameters, which have never failed me so far, until now...
>>>
>>>
>>> Load smb config files from /etc/samba/smb.conf
>>> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
>>> Processing section "[nathanel]"
>>> Processing section "[Dropbox]"
>>> Processing section "[Disk]"
>>> Processing section "[Backup Disk]"
>>> Loaded services file OK.
>>> ERROR: state directory /var/lib/samba does not exist
>>> ERROR: cache directory /var/cache/samba does not exist
>>> Server role: ROLE_STANDALONE
>>> Press enter to see a dump of your service definitions
>>>
>>>
>>> [global]
>>> server string = %h server (Samba, Ubuntu)
>>> encrypt passwords = No
>>> map to guest = Bad User
>>> obey pam restrictions = Yes
>>> pam password change = Yes
>>> passwd program = /usr/bin/passwd %u
>>> passwd chat = *Enter\snew\s*\spassword:* %n\n
>>> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
>>> unix password sync = Yes
>>> syslog = 0
>>> log file = /var/log/samba/log.%m
>>> max log size = 1000
>>> dns proxy = No
>>> usershare allow guests = Yes
>>> usershare owner only = No
>>> panic action = /usr/share...

Read more...

Revision history for this message
Jussi Jaurola (jussi-jaurola) wrote :

Ok! So it's working perfectly. You could also try smbclient -U nathanel //localhost/nathanel and see that you can open share. If you are not able to open shares from other computers check your firewall settings.

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (3.2 KiB)

but the point is that it does not not start automatically like it used to..
I have to call nmbd manually on every startup... there has to be something
preventing it form working.. no?

On Sat, Jan 1, 2011 at 4:47 PM, Jussi Jaurola <email address hidden>wrote:

> Ok! So it's working perfectly. You could also try smbclient -U nathanel
> //localhost/nathanel and see that you can open share. If you are not
> able to open shares from other computers check your firewall settings.
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/695256
>
> Title:
> samba refuses to show shares
>
> Status in “samba” package in Ubuntu:
> Incomplete
>
> Bug description:
> Binary package hint: samba
>
> For some reason my samba shares refuse to show up on my network eversince
> the latest maverick updates.
> The testparm command outputs these strings and include my smb.conf
> parameters, which have never failed me so far, until now...
>
>
> Load smb config files from /etc/samba/smb.conf
> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
> Processing section "[nathanel]"
> Processing section "[Dropbox]"
> Processing section "[Disk]"
> Processing section "[Backup Disk]"
> Loaded services file OK.
> ERROR: state directory /var/lib/samba does not exist
> ERROR: cache directory /var/cache/samba does not exist
> Server role: ROLE_STANDALONE
> Press enter to see a dump of your service definitions
>
>
> [global]
> server string = %h server (Samba, Ubuntu)
> encrypt passwords = No
> map to guest = Bad User
> obey pam restrictions = Yes
> pam password change = Yes
> passwd program = /usr/bin/passwd %u
> passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
> unix password sync = Yes
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 1000
> dns proxy = No
> usershare allow guests = Yes
> usershare owner only = No
> panic action = /usr/share/samba/panic-action %d
>
> [nathanel]
> path = /home/nathanel
> read only = No
> guest ok = Yes
>
> [Dropbox]
> path = /home/nathanel/Dropbox
> read only = No
> guest ok = Yes
>
> [Disk]
> path = /media/Disk
> read only = No
> guest ok = Yes
>
> [Backup Disk]
> path = /media/Backup Disk
> read only = No
> guest ok = Yes
>
>
> None of my machines seem to show through samba, what can I do?
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: samba 2:3.5.4~dfsg-1ubuntu8.1
> ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
> Uname: Linux 2.6.35-24-generic x86_64
> Architecture: amd64
> Date: Wed Dec 29 00:07:22 2010
> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64
> (20101007)
> ProcEnviron:
> LANG=en_CA.utf8
> SHELL=/bin/bash
> RelatedPackageVersions:
> nautilus 1:2.32.0-0ubuntu1.1
> gvfs 1.6.4-0ubuntu1.1
> SambaClientRegression: Yes
> SourcePackage: samba
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/sa...

Read more...

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (3.6 KiB)

And now, it says "Failed to mount location" on nautilus

On Sat, Jan 1, 2011 at 4:57 PM, Nathanel Titane
<email address hidden>wrote:

> but the point is that it does not not start automatically like it used to..
> I have to call nmbd manually on every startup... there has to be something
> preventing it form working.. no?
>
>
> On Sat, Jan 1, 2011 at 4:47 PM, Jussi Jaurola <email address hidden>wrote:
>
>> Ok! So it's working perfectly. You could also try smbclient -U nathanel
>> //localhost/nathanel and see that you can open share. If you are not
>> able to open shares from other computers check your firewall settings.
>>
>> --
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>> https://bugs.launchpad.net/bugs/695256
>>
>> Title:
>> samba refuses to show shares
>>
>> Status in “samba” package in Ubuntu:
>> Incomplete
>>
>> Bug description:
>> Binary package hint: samba
>>
>> For some reason my samba shares refuse to show up on my network eversince
>> the latest maverick updates.
>> The testparm command outputs these strings and include my smb.conf
>> parameters, which have never failed me so far, until now...
>>
>>
>> Load smb config files from /etc/samba/smb.conf
>> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
>> Processing section "[nathanel]"
>> Processing section "[Dropbox]"
>> Processing section "[Disk]"
>> Processing section "[Backup Disk]"
>> Loaded services file OK.
>> ERROR: state directory /var/lib/samba does not exist
>> ERROR: cache directory /var/cache/samba does not exist
>> Server role: ROLE_STANDALONE
>> Press enter to see a dump of your service definitions
>>
>>
>> [global]
>> server string = %h server (Samba, Ubuntu)
>> encrypt passwords = No
>> map to guest = Bad User
>> obey pam restrictions = Yes
>> pam password change = Yes
>> passwd program = /usr/bin/passwd %u
>> passwd chat = *Enter\snew\s*\spassword:* %n\n
>> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
>> unix password sync = Yes
>> syslog = 0
>> log file = /var/log/samba/log.%m
>> max log size = 1000
>> dns proxy = No
>> usershare allow guests = Yes
>> usershare owner only = No
>> panic action = /usr/share/samba/panic-action %d
>>
>> [nathanel]
>> path = /home/nathanel
>> read only = No
>> guest ok = Yes
>>
>> [Dropbox]
>> path = /home/nathanel/Dropbox
>> read only = No
>> guest ok = Yes
>>
>> [Disk]
>> path = /media/Disk
>> read only = No
>> guest ok = Yes
>>
>> [Backup Disk]
>> path = /media/Backup Disk
>> read only = No
>> guest ok = Yes
>>
>>
>> None of my machines seem to show through samba, what can I do?
>>
>> ProblemType: Bug
>> DistroRelease: Ubuntu 10.10
>> Package: samba 2:3.5.4~dfsg-1ubuntu8.1
>> ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
>> Uname: Linux 2.6.35-24-generic x86_64
>> Architecture: amd64
>> Date: Wed Dec 29 00:07:22 2010
>> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64
>> (20101007)
>> ProcEnviron:
>> LANG=en_CA.utf8
...

Read more...

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (4.1 KiB)

I have never had to change my firewall settings for the shares to show and
be accessed properly, I don<t understand why all of a sudden it comes to
that.. is there any other way to see why the stupid service isn't up and
running and permitting access on other machines?

On Sat, Jan 1, 2011 at 5:01 PM, Nathanel Titane
<email address hidden>wrote:

> And now, it says "Failed to mount location" on nautilus
>
>
> On Sat, Jan 1, 2011 at 4:57 PM, Nathanel Titane <<email address hidden>
> > wrote:
>
>> but the point is that it does not not start automatically like it used
>> to.. I have to call nmbd manually on every startup... there has to be
>> something preventing it form working.. no?
>>
>>
>> On Sat, Jan 1, 2011 at 4:47 PM, Jussi Jaurola <email address hidden>wrote:
>>
>>> Ok! So it's working perfectly. You could also try smbclient -U nathanel
>>> //localhost/nathanel and see that you can open share. If you are not
>>> able to open shares from other computers check your firewall settings.
>>>
>>> --
>>> You received this bug notification because you are a direct subscriber
>>> of the bug.
>>> https://bugs.launchpad.net/bugs/695256
>>>
>>> Title:
>>> samba refuses to show shares
>>>
>>> Status in “samba” package in Ubuntu:
>>> Incomplete
>>>
>>> Bug description:
>>> Binary package hint: samba
>>>
>>> For some reason my samba shares refuse to show up on my network eversince
>>> the latest maverick updates.
>>> The testparm command outputs these strings and include my smb.conf
>>> parameters, which have never failed me so far, until now...
>>>
>>>
>>> Load smb config files from /etc/samba/smb.conf
>>> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
>>> Processing section "[nathanel]"
>>> Processing section "[Dropbox]"
>>> Processing section "[Disk]"
>>> Processing section "[Backup Disk]"
>>> Loaded services file OK.
>>> ERROR: state directory /var/lib/samba does not exist
>>> ERROR: cache directory /var/cache/samba does not exist
>>> Server role: ROLE_STANDALONE
>>> Press enter to see a dump of your service definitions
>>>
>>>
>>> [global]
>>> server string = %h server (Samba, Ubuntu)
>>> encrypt passwords = No
>>> map to guest = Bad User
>>> obey pam restrictions = Yes
>>> pam password change = Yes
>>> passwd program = /usr/bin/passwd %u
>>> passwd chat = *Enter\snew\s*\spassword:* %n\n
>>> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
>>> unix password sync = Yes
>>> syslog = 0
>>> log file = /var/log/samba/log.%m
>>> max log size = 1000
>>> dns proxy = No
>>> usershare allow guests = Yes
>>> usershare owner only = No
>>> panic action = /usr/share/samba/panic-action %d
>>>
>>> [nathanel]
>>> path = /home/nathanel
>>> read only = No
>>> guest ok = Yes
>>>
>>> [Dropbox]
>>> path = /home/nathanel/Dropbox
>>> read only = No
>>> guest ok = Yes
>>>
>>> [Disk]
>>> path = /media/Disk
>>> read only = No
>>> guest ok = Yes
>>>
>>> [Backup Disk]
>>> path = /media/Backup Disk
>>> read only = No
>>> guest ok = Yes
>...

Read more...

Revision history for this message
Jelmer Vernooij (jelmer) wrote :
Download full text (3.8 KiB)

Yes, that's a regression... it is due to the order in which directories are created at startup. There's an existing bug report about it, I don't recall the number.

Cypher2 <email address hidden> wrote:

>but the point is that it does not not start automatically like it used to..
>I have to call nmbd manually on every startup... there has to be something
>preventing it form working.. no?
>
>On Sat, Jan 1, 2011 at 4:47 PM, Jussi Jaurola
><email address hidden>wrote:
>
>> Ok! So it's working perfectly. You could also try smbclient -U nathanel
>> //localhost/nathanel and see that you can open share. If you are not
>> able to open shares from other computers check your firewall settings.
>>
>> --
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>> https://bugs.launchpad.net/bugs/695256
>>
>> Title:
>> samba refuses to show shares
>>
>> Status in “samba” package in Ubuntu:
>> Incomplete
>>
>> Bug description:
>> Binary package hint: samba
>>
>> For some reason my samba shares refuse to show up on my network eversince
>> the latest maverick updates.
>> The testparm command outputs these strings and include my smb.conf
>> parameters, which have never failed me so far, until now...
>>
>>
>> Load smb config files from /etc/samba/smb.conf
>> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
>> Processing section "[nathanel]"
>> Processing section "[Dropbox]"
>> Processing section "[Disk]"
>> Processing section "[Backup Disk]"
>> Loaded services file OK.
>> ERROR: state directory /var/lib/samba does not exist
>> ERROR: cache directory /var/cache/samba does not exist
>> Server role: ROLE_STANDALONE
>> Press enter to see a dump of your service definitions
>>
>>
>> [global]
>> server string = %h server (Samba, Ubuntu)
>> encrypt passwords = No
>> map to guest = Bad User
>> obey pam restrictions = Yes
>> pam password change = Yes
>> passwd program = /usr/bin/passwd %u
>> passwd chat = *Enter\snew\s*\spassword:* %n\n
>> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
>> unix password sync = Yes
>> syslog = 0
>> log file = /var/log/samba/log.%m
>> max log size = 1000
>> dns proxy = No
>> usershare allow guests = Yes
>> usershare owner only = No
>> panic action = /usr/share/samba/panic-action %d
>>
>> [nathanel]
>> path = /home/nathanel
>> read only = No
>> guest ok = Yes
>>
>> [Dropbox]
>> path = /home/nathanel/Dropbox
>> read only = No
>> guest ok = Yes
>>
>> [Disk]
>> path = /media/Disk
>> read only = No
>> guest ok = Yes
>>
>> [Backup Disk]
>> path = /media/Backup Disk
>> read only = No
>> guest ok = Yes
>>
>>
>> None of my machines seem to show through samba, what can I do?
>>
>> ProblemType: Bug
>> DistroRelease: Ubuntu 10.10
>> Package: samba 2:3.5.4~dfsg-1ubuntu8.1
>> ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
>> Uname: Linux 2.6.35-24-generic x86_64
>> Architecture: amd64
>> Date: Wed Dec 29 00:07:22 2010
>> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - ...

Read more...

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (6.4 KiB)

Yes.. I've filed to that bug too.. but the strange thing is that none of the
configuration options seem to work it
On 1 Jan 2011 19:01, "Jelmer Vernooij" <email address hidden> wrote:
> Yes, that's a regression... it is due to the order in which directories
> are created at startup. There's an existing bug report about it, I don't
> recall the number.
>
> Cypher2 <email address hidden> wrote:
>
>>but the point is that it does not not start automatically like it used
to..
>>I have to call nmbd manually on every startup... there has to be something
>>preventing it form working.. no?
>>
>>On Sat, Jan 1, 2011 at 4:47 PM, Jussi Jaurola
>><email address hidden>wrote:
>>
>>> Ok! So it's working perfectly. You could also try smbclient -U nathanel
>>> //localhost/nathanel and see that you can open share. If you are not
>>> able to open shares from other computers check your firewall settings.
>>>
>>> --
>>> You received this bug notification because you are a direct subscriber
>>> of the bug.
>>> https://bugs.launchpad.net/bugs/695256
>>>
>>> Title:
>>> samba refuses to show shares
>>>
>>> Status in “samba” package in Ubuntu:
>>> Incomplete
>>>
>>> Bug description:
>>> Binary package hint: samba
>>>
>>> For some reason my samba shares refuse to show up on my network
eversince
>>> the latest maverick updates.
>>> The testparm command outputs these strings and include my smb.conf
>>> parameters, which have never failed me so far, until now...
>>>
>>>
>>> Load smb config files from /etc/samba/smb.conf
>>> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
>>> Processing section "[nathanel]"
>>> Processing section "[Dropbox]"
>>> Processing section "[Disk]"
>>> Processing section "[Backup Disk]"
>>> Loaded services file OK.
>>> ERROR: state directory /var/lib/samba does not exist
>>> ERROR: cache directory /var/cache/samba does not exist
>>> Server role: ROLE_STANDALONE
>>> Press enter to see a dump of your service definitions
>>>
>>>
>>> [global]
>>> server string = %h server (Samba, Ubuntu)
>>> encrypt passwords = No
>>> map to guest = Bad User
>>> obey pam restrictions = Yes
>>> pam password change = Yes
>>> passwd program = /usr/bin/passwd %u
>>> passwd chat = *Enter\snew\s*\spassword:* %n\n
>>> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
>>> unix password sync = Yes
>>> syslog = 0
>>> log file = /var/log/samba/log.%m
>>> max log size = 1000
>>> dns proxy = No
>>> usershare allow guests = Yes
>>> usershare owner only = No
>>> panic action = /usr/share/samba/panic-action %d
>>>
>>> [nathanel]
>>> path = /home/nathanel
>>> read only = No
>>> guest ok = Yes
>>>
>>> [Dropbox]
>>> path = /home/nathanel/Dropbox
>>> read only = No
>>> guest ok = Yes
>>>
>>> [Disk]
>>> path = /media/Disk
>>> read only = No
>>> guest ok = Yes
>>>
>>> [Backup Disk]
>>> path = /media/Backup Disk
>>> read only = No
>>> guest ok = Yes
>>>
>>>
>>> None of my machines seem to show through samba, what can I do?
>>>
>>> ProblemType: Bug
>>> DistroRelease: Ubuntu 10.10
>>> Package: samba 2:3.5.4~dfsg-1ubuntu8.1
>>> ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
>>> Uname: Linux 2.6.35-24-generic x86_64
>>> Architecture:...

Read more...

Revision history for this message
Nathanel Titane (nathanel.titane) wrote :
Download full text (3.4 KiB)

So far nothing has been done to correct the regression... when can we expect
someone to get serious about this and stick a critical tag on it.. some of
us depend on this type of network sharing system to do what we do..

it's a shame such regressions are permitted to surface.

On Sat, Jan 1, 2011 at 11:43 PM, Jelmer Vernooij
<email address hidden>wrote:

> *** This bug is a duplicate of bug 596064 ***
> https://bugs.launchpad.net/bugs/596064
>
> ** This bug has been marked a duplicate of bug 596064
> nmbd fails to start on boot - problem with upstart
> * You can subscribe to bug 596064 by following this link:
> https://bugs.launchpad.net/ubuntu/+source/samba/+bug/596064/+subscribe
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/695256
>
> Title:
> samba refuses to show shares
>
> Status in “samba” package in Ubuntu:
> Incomplete
>
> Bug description:
> Binary package hint: samba
>
> For some reason my samba shares refuse to show up on my network eversince
> the latest maverick updates.
> The testparm command outputs these strings and include my smb.conf
> parameters, which have never failed me so far, until now...
>
>
> Load smb config files from /etc/samba/smb.conf
> rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
> Processing section "[nathanel]"
> Processing section "[Dropbox]"
> Processing section "[Disk]"
> Processing section "[Backup Disk]"
> Loaded services file OK.
> ERROR: state directory /var/lib/samba does not exist
> ERROR: cache directory /var/cache/samba does not exist
> Server role: ROLE_STANDALONE
> Press enter to see a dump of your service definitions
>
>
> [global]
> server string = %h server (Samba, Ubuntu)
> encrypt passwords = No
> map to guest = Bad User
> obey pam restrictions = Yes
> pam password change = Yes
> passwd program = /usr/bin/passwd %u
> passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
> unix password sync = Yes
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 1000
> dns proxy = No
> usershare allow guests = Yes
> usershare owner only = No
> panic action = /usr/share/samba/panic-action %d
>
> [nathanel]
> path = /home/nathanel
> read only = No
> guest ok = Yes
>
> [Dropbox]
> path = /home/nathanel/Dropbox
> read only = No
> guest ok = Yes
>
> [Disk]
> path = /media/Disk
> read only = No
> guest ok = Yes
>
> [Backup Disk]
> path = /media/Backup Disk
> read only = No
> guest ok = Yes
>
>
> None of my machines seem to show through samba, what can I do?
>
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: samba 2:3.5.4~dfsg-1ubuntu8.1
> ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
> Uname: Linux 2.6.35-24-generic x86_64
> Architecture: amd64
> Date: Wed Dec 29 00:07:22 2010
> InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64
> (20101007)
> ProcEnviron:
> LANG=en_CA.utf8
> SHELL=/bin/bash
> Rel...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.