[Bug 322518] Re: No obvious way to prevent ntpdate to be run when interface are brought up

2011-01-01 Thread clubsoda
Workaround: Uninstall package ntpdate.

Why would the Manual setting be ignored? 
Are ntp servers used to collect statistics on users, installations and reboots, 
or for tracking portable computers?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.
https://bugs.launchpad.net/bugs/322518

Title:
  No obvious way to prevent ntpdate to be run when interface are brought up

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 584143] Re: qemu fails to set hdd serial number

2011-01-01 Thread Aurelien Jarno
** Changed in: qemu
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/584143

Title:
  qemu fails to set hdd serial number

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 696262] [NEW] package mysql-server 5.0.51a-3ubuntu5 failed to install/upgrade: dependency problems - leaving unconfigured

2011-01-01 Thread David Jones
Public bug reported:

using a Dell Inspiron 10 with Ubuntu 8.04 pre-installed

I successfully installed php5 and apache2 with no errors.
I *almost* get MySQL installed, but it fails near the end with INITOUTPUT 
undefined.

Can this be fixed??

David Jones
dxjo...@gmail.com

r...@djones:/home/djones# apt-cache policy mysql-server
mysql-server:
  Installed: 5.0.51a-3ubuntu5
  Candidate: 5.0.51a-3ubuntu5
  Version table:
 *** 5.0.51a-3ubuntu5 0
500 http://dell-mini.archive.canonical.com hardy/main Packages
100 /var/lib/dpkg/status

r...@djones:/home/djones# apt-get -V install mysql-server
Reading package lists... Done
Building dependency tree   
Reading state information... Done
mysql-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up mysql-server-5.0 (5.0.51a-3ubuntu5) ...
/etc/lsb-base-logging.sh: line 84: INITOUTPUT: unbound variable
invoke-rc.d: initscript mysql, action stop failed.
/etc/lsb-base-logging.sh: line 84: INITOUTPUT: unbound variable
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing mysql-server-5.0 (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.0; however:
  Package mysql-server-5.0 is not configured yet.
dpkg: error processing mysql-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mysql-server-5.0
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
Architecture: lpia
Date: Sat Jan  1 10:31:31 2011
DistroRelease: Ubuntu 8.04
ErrorMessage: dependency problems - leaving unconfigured
NonfreeKernelModules: wl
Package: mysql-server 5.0.51a-3ubuntu5
PackageArchitecture: all
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server 5.0.51a-3ubuntu5 failed to install/upgrade: 
dependency problems - leaving unconfigured
Uname: Linux 2.6.24-24-lpia i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.
https://bugs.launchpad.net/bugs/696262

Title:
  package mysql-server 5.0.51a-3ubuntu5 failed to install/upgrade: dependency 
problems - leaving unconfigured

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 696262] Re: package mysql-server 5.0.51a-3ubuntu5 failed to install/upgrade: dependency problems - leaving unconfigured

2011-01-01 Thread David Jones


-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.
https://bugs.launchpad.net/bugs/696262

Title:
  package mysql-server 5.0.51a-3ubuntu5 failed to install/upgrade: dependency 
problems - leaving unconfigured

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Jussi Jaurola
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 member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 696318] [NEW] Starting VMs on qcow2 format with base images in level three fails

2011-01-01 Thread Robert Larsen
Public bug reported:

Also, for some reason the ownership of the base images changes.

To recreate the problem:

/tmp $ kvm-img create -f qcow2 level1.img 10G
Formatting 'level1.img', fmt=qcow2 size=10737418240 encryption=off 
cluster_size=0 
/tmp $ kvm-img create -f qcow2 -b level1.img level2.img 
Formatting 'level2.img', fmt=qcow2 size=10737418240 backing_file='level1.img' 
encryption=off cluster_size=0 
/tmp $ kvm-img create -f qcow2 -b level2.img level3.img 
Formatting 'level3.img', fmt=qcow2 size=10737418240 backing_file='level2.img' 
encryption=off cluster_size=0 
/tmp $ grep -E '(name)|(source file)' vm.xml 
  nameTestVM/name
  source file='/tmp/level3.img'/
  source file='/tmp/ubuntu-10.10-server-amd64.iso'/
/tmp $ virsh define vm.xml
Domain TestVM defined from vm.xml

/tmp $ virsh start TestVM
error: Failed to start domain TestVM
error: internal error process exited while connecting to monitor: char device 
redirected to /dev/pts/6
qemu: could not open disk image /tmp/level3.img: Permission denied


/tmp $ ls -l *.img
-rw-r--r-- 1 robert   robert 262144 2011-01-01 20:37 level1.img
-rw-r--r-- 1 libvirt-qemu kvm262144 2011-01-01 20:37 level2.img
-rw-r--r-- 1 root root   262144 2011-01-01 20:37 level3.img
/tmp $


If you change the source file in the VM definition to 'level2.img' then the VM 
starts fine.
This worked perfectly in Ubuntu 10.04.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: libvirt-bin 0.8.3-1ubuntu14
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sat Jan  1 20:32:01 2011
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.utf8
 SHELL=/bin/bash
SourcePackage: libvirt

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/696318

Title:
  Starting VMs on qcow2 format with base images in level three fails

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 696318] Re: Starting VMs on qcow2 format with base images in level three fails

2011-01-01 Thread Robert Larsen

** Attachment added: VM XML
   https://bugs.launchpad.net/bugs/696318/+attachment/1781315/+files/vm.xml

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/696318

Title:
  Starting VMs on qcow2 format with base images in level three fails

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Jussi Jaurola
** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
/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
695...@bugs.launchpad.netwrote:

 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 = 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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Jussi Jaurola
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 member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
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
695...@bugs.launchpad.netwrote:

 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


** Attachment added: samba.tar.gz
   
https://bugs.launchpad.net/bugs/695256/+attachment/1781342/+files/samba.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
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
nathanel.tit...@gmail.comwrote:

 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 
 695...@bugs.launchpad.netwrote:

 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




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

514 . 583 . 7386

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Jussi Jaurola
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 member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
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
nathanel.tit...@gmail.comwrote:

 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 nathanel.tit...@gmail.com
  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 
 695...@bugs.launchpad.netwrote:

 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




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

 514 . 583 . 7386




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

514 . 583 . 7386

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
Here's the term ouput for it...

natha...@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
695...@bugs.launchpad.netwrote:

 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: 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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
On Sat, Jan 1, 2011 at 4:12 PM, Nathanel Titane
nathanel.tit...@gmail.comwrote:

 Here's the term ouput for it...

 natha...@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 
 695...@bugs.launchpad.netwrote:

 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: 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




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

514 . 583 . 7386

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Jussi Jaurola
** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Jussi Jaurola (jussi-jaurola)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
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
695...@bugs.launchpad.netwrote:

 ** 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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

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

here is the output:

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

Sharename   Type  Comment
-     ---
nathanelDisk
Dropbox Disk
DiskDisk
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)

WorkgroupMaster
----
WORKGROUPSATURN
natha...@mercury:~$


On Sat, Jan 1, 2011 at 4:32 PM, Nathanel Titane
nathanel.tit...@gmail.comwrote:

 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 
 695...@bugs.launchpad.netwrote:

 ** 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




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

514 . 583 . 7386

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
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
nathanel.tit...@gmail.comwrote:

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

 here is the output:

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

 Sharename   Type  Comment
  -     ---
 nathanelDisk
 Dropbox Disk
  DiskDisk
 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)

 WorkgroupMaster
 ----
 WORKGROUPSATURN
 natha...@mercury:~$


 On Sat, Jan 1, 2011 at 4:32 PM, Nathanel Titane nathanel.tit...@gmail.com
  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 
 695...@bugs.launchpad.netwrote:

 ** 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




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

 514 . 583 . 7386




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

514 . 583 . 7386

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Jussi Jaurola
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 member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
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
695...@bugs.launchpad.netwrote:

 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/samba/+bug/695256/+subscribe



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

514 . 583 . 7386

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
And now, it says Failed to mount location on nautilus

On Sat, Jan 1, 2011 at 4:57 PM, Nathanel Titane
nathanel.tit...@gmail.comwrote:

 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 
 695...@bugs.launchpad.netwrote:

 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/samba/+bug/695256/+subscribe




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

 514 . 583 . 7386




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

514 . 583 . 7386

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
I have never had to change my firewall settings for the shares to show and
be accessed properly, I dont 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
nathanel.tit...@gmail.comwrote:

 And now, it says Failed to mount location on nautilus


 On Sat, Jan 1, 2011 at 4:57 PM, Nathanel Titane nathanel.tit...@gmail.com
  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 
 695...@bugs.launchpad.netwrote:

 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/samba/+bug/695256/+subscribe




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

 514 . 583 . 7386




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

 514 . 583 . 7386




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

514 . 583 . 7386

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Jelmer Vernooij
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 nathanel.tit...@gmail.com 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
695...@bugs.launchpad.netwrote:

 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/samba/+bug/695256/+subscribe



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

514 . 583 . 7386

-- 
You received this bug notification because you are a member of Ubuntu
Directory Services, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Cypher2
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 695...@bugs.launchpad.net 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 nathanel.tit...@gmail.com 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
695...@bugs.launchpad.netwrote:

 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/samba/+bug/695256/+subscribe



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

514 . 583 . 7386

--
You received this bug notification because you are a member of Ubuntu
Directory Services, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
 samba refuses to show shares

 --
 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
 

[Bug 666614] Re: package samba-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2011-01-01 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/14

Title:
  package samba-common (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 10

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 666796] Re: package samba-common 2:3.4. 0-3ubuntu5.6 failed to install/upgrade: no hi ha cap s eqüència en la versió nova del paquet - s 'està abandonant

2011-01-01 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/666796

Title:
  package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: no hi ha 
cap seqüència en la versió nova del paquet - s'està abandonant

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 666152] Re: package openssh-server 1:5.3p1-3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-01-01 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
https://bugs.launchpad.net/bugs/666152

Title:
  package openssh-server 1:5.3p1-3ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 127

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 665408] Re: package apache2.2-common 2.2.14-5ubuntu8.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-01-01 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
https://bugs.launchpad.net/bugs/665408

Title:
  package apache2.2-common 2.2.14-5ubuntu8.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 664681] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-01 Thread Launchpad Bug Tracker
[Expired for bacula (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bacula (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.
https://bugs.launchpad.net/bugs/664681

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 663990] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: 子进程 已 安装的 post-installation 脚本 返回 了错误号 1

2011-01-01 Thread Launchpad Bug Tracker
[Expired for vsftpd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: vsftpd (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.
https://bugs.launchpad.net/bugs/663990

Title:
  package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: 子进程 已安装的 
post-installation 脚本 返回了错误号 1

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 663336] Re: package mysql-server-5.1 (not installed) failed to install/upgrade: 子 进程 新的 pre-installation 脚本 返 回了错误号 1

2011-01-01 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/663336

Title:
  package mysql-server-5.1 (not installed) failed to install/upgrade: 子进程 新的 
pre-installation 脚本 返回了错误号 1

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 695256] Re: samba refuses to show shares

2011-01-01 Thread Jelmer Vernooij
*** 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 member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/695256

Title:
  samba refuses to show shares

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 648609] Re: unable to unmount broken cifs mount

2011-01-01 Thread Jelmer Vernooij
** Package changed: samba (Ubuntu) = cifs-utils (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/648609

Title:
  unable to unmount broken cifs mount

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 437944] Re: Samba session request failure when using IP address

2011-01-01 Thread Jelmer Vernooij
As far as I know this call needs a NetBIOS name, so I don't think this
is a bug or a regression. Does smbclient -I IP -L netbios-name
work ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/437944

Title:
  Samba session request failure when using IP address

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 652065] Re: dhclient hook assumes wrong service name (samba instead of smbd)

2011-01-01 Thread Jelmer Vernooij
** Tags added: upstart

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/652065

Title:
  dhclient hook assumes wrong service name (samba instead of smbd)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 620322] Re: stale cifs mount can't be unmounted: This utility only unmounts cifs filesystems

2011-01-01 Thread Jelmer Vernooij
** Package changed: samba (Ubuntu) = cifs-utils (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/620322

Title:
  stale cifs mount can't be unmounted: This utility only unmounts cifs 
filesystems

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 260396] Re: cifs.mount: mapchars + utf8 = loop

2011-01-01 Thread Jelmer Vernooij
** Package changed: samba (Ubuntu) = cifs-utils (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/260396

Title:
  cifs.mount: mapchars + utf8 = loop

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 117730] Re: cannot use sqlite3 on cifs mount

2011-01-01 Thread Jelmer Vernooij
** Changed in: samba (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/117730

Title:
  cannot use sqlite3 on cifs mount

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 117727] Re: cifs mounts: unable to move dangling symlinks (case of svn ceckout with symlinks)

2011-01-01 Thread Jelmer Vernooij
** Changed in: samba (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/117727

Title:
  cifs mounts: unable to move dangling symlinks (case of svn ceckout with 
symlinks)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 620382] Re: smbmount allows mounting the same ressource multiple times on the same mountpoint

2011-01-01 Thread Jelmer Vernooij
** Package changed: samba (Ubuntu) = cifs-utils (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/620382

Title:
  smbmount allows mounting the same ressource multiple times on the same 
mountpoint

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 539791] Re: mount.cifs cannot mount a DFS share when using Kerberos authentication

2011-01-01 Thread Jelmer Vernooij
** Package changed: samba (Ubuntu) = cifs-utils (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/539791

Title:
  mount.cifs cannot mount a DFS share when using Kerberos authentication

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427896] Re: Cannot unmount a windows network share.

2011-01-01 Thread Jelmer Vernooij
** Package changed: samba (Ubuntu) = cifs-utils (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/427896

Title:
  Cannot unmount a windows network share.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 383546] Re: mount.cifs i.c.w. autofs can stop working

2011-01-01 Thread Jelmer Vernooij
Please note that cifsfs is not in the smbfs package but partially in
the kernel and partially in cifs-utils.

** Package changed: samba (Ubuntu) = cifs-utils (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/383546

Title:
  mount.cifs i.c.w. autofs can stop working

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 257411] Re: mount.cifs ignores iocharset even specified

2011-01-01 Thread Jelmer Vernooij
** Package changed: samba (Ubuntu) = cifs-utils (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/257411

Title:
  mount.cifs ignores iocharset even specified

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 693745] Re: wront time report for turkey

2011-01-01 Thread Jussi Jaurola
Please attach your /etc/ntp.conf -file here.

NTP is not able to change clock if time is too far away, in this case
you must change clock by hand or use ntpdate-command to set up time in
first place to near correct and then enable ntp to keep time in place.

I tried this on plain Hardy (x64) but was not able to reproduce your
bug.

Could you try to set up time with ntpdate and then try again with
ntptime?

** Changed in: ntp (Ubuntu)
   Status: New = Incomplete

** Changed in: ntp (Ubuntu)
 Assignee: (unassigned) = Jussi Jaurola (jussi-jaurola)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.
https://bugs.launchpad.net/bugs/693745

Title:
  wront time report for turkey

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs