[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-05-13 Thread cremersdh
I am using Natty with this update (2:3.5.8~dfsg-1ubuntu2.1) but still have to start samba manually because it is starting before networkmanager starts and doing so fails. -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee.

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-05-13 Thread cremersdh
I solved my problem. What made my situation different, I think, and caused my problem was the binding I made in /etc/samba/smb.conf under [global] to one of my interfaces. I did that as following: [global] bind interfaces only = yes interfaces = 192.168.123.123 I now changed the line

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-05-02 Thread Jamie Strandboge
TEST CASE 1. install samba via tasksel 2. reboot 3. pgrep smbd After reboot smbd should start, but does not with 2:3.5.8~dfsg-1ubuntu2. When testing packages in -proposed, upgrade then reboot and run pgrep. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-05-02 Thread Jamie Strandboge
Upgraded to 2:3.5.8~dfsg-1ubuntu2.1 in natty-proposed, and after several reboots, smbd always starts. Marking 'verification-done'. ** Tags added: verification-done ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-05-02 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.5.8~dfsg-1ubuntu2.1 --- samba (2:3.5.8~dfsg-1ubuntu2.1) natty-proposed; urgency=low * debian/samba.smbd.upstart: Do not attempt to start smbd until network device is up, previously smbd was starting too early and often failing.

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-05-02 Thread Martin Pitt
Copied to oneiric as well. ** Changed in: samba (Ubuntu Oneiric) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/771305 Title: smbd does not start on first

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/samba -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/771305 Title: smbd does not start on first boot with 20110426 -- Ubuntu-server-bugs mailing list

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-28 Thread Clint Byrum
Accepted samba into natty-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: samba (Ubuntu Natty)

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-27 Thread Clint Byrum
I don't think IFACE!=lo is needed .. just net-device-up. It just needs *something*, and making it IFACE!=lo will mean it doesn't come up until the user has brought up wifi connections and such.. which may be a bit late if they want to test samba in a no-network situation. -- You received this

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread Jamie Strandboge
** Attachment added: var_log_samba.tar.gz https://bugs.launchpad.net/bugs/771305/+attachment/2090036/+files/var_log_samba.tar.gz -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu.

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread Jamie Strandboge
** Attachment added: syslog https://bugs.launchpad.net/ubuntu/+source/samba/+bug/771305/+attachment/2090037/+files/syslog ** Description changed: Binary package hint: samba Fresh install using natty/amd64 20110426 and choosing the samba task. After reboot smbd does not start.

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread Ubuntu QA Website
** Tags added: iso-testing -- 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/771305 Title: smbd does not start on first boot with 20110426 -- Ubuntu-server-bugs mailing list

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread James Hunt
Hi Jamie - your syslog shows that Upstart attempted to restart smbd a number of times, but since smbd kept exiting in error, it eventually hit the upstart respawn limit at which point Upstart stopped attempting to start it. The problem suggests an issue either with the smbd binary or one of the

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread Robbie Williamson
I wonder if this is related to bug 750786 ** Changed in: samba (Ubuntu) Status: New = Confirmed ** Changed in: samba (Ubuntu) Importance: Undecided = Medium ** Changed in: samba (Ubuntu) Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server) ** Also affects: samba (Ubuntu

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread Robbie Williamson
Ubuntu Server 11.04 Release Note: After choosing the samba task during install, smbd will not start after reboot. Users can start samba after login by running: 'sudo stop smbd ; sudo start smbd'. -- You received this bug notification because you are a member of Ubuntu Server Team, which is a

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread Robbie Williamson
** Changed in: ubuntu-release-notes Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/771305 Title: smbd does not start on first boot with 20110426 --

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread Jamie Strandboge
@James, This is a default install with no configuration. After reboot I can login and start smbd by hand manually with no problems (ie, without changing /etc/samba/smb.conf). These were the interesting lines in /var/log/samba/log.smbd: [2011/04/26 10:07:06, 0] smbd/server.c:1123(main) smbd

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread C de-Avillez
Actually, it seems the network is not up yet: smbd version 3.5.8 started. Copyright Andrew Tridgell and the Samba Team 1992-2010 [2011/04/26 10:07:03.860866, 0] printing/print_cups.c:108(cups_connect) Unable to connect to CUPS server localhost:631 - Network is unreachable === [2011/04/26

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread C de-Avillez
BTW, I cannot reproduce on the standard ISO tests on Jenkins. -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/771305 Title: smbd does not start on first boot with 20110426 -- Ubuntu-server-bugs

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread Chuck Short
It looks like it needs the following now: start on (local-filesystems and net-device-up IFACE!=lo) -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/771305 Title: smbd does not start on first boot