[Bug 180493] Re: nmbd shuts down when network disconnected

2008-06-17 Thread Troy C
Yes; in my case, nmbd no longer shuts down when the network is disconnected. The only way I could get it to shut down was to specify "bind interfaces only = true" and "interfaces = lo". Using "bind interfaces only = true" and "interfaces = ath0", where ath0 is connected to the network but disabled

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-06-17 Thread Chuck Short
So that is fixed for you? -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-06-16 Thread Troy C
Using the PPA version above, starting samba without an explicit 'interfaces' line Instead, [2008/06/16 21:30:04, 0] nmbd/nmbd.c:main(721) Netbios nameserver version 3.0.28a started. Copyright Andrew Tridgell and the Samba Team 1992-2008 [2008/06/16 21:30:04, 0] nmbd/nmbd_subnetdb.c:create_subn

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-06-16 Thread Chuck Short
Hi, Can you try the version in my ppa: http://launchpad.net/~zulcss/+archive ? Thanks chuck -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-26 Thread Bug Watch Updater
** Changed in: samba Status: Fix Released => Confirmed -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-19 Thread Chuck Short
How long does it take to get this message? -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-16 Thread Steve Langasek
Testing with samba 3.0.28a, here is the output in /var/log/samba/log.nmbd if I start samba before the network is up: [2008/03/16 04:35:51, 0] nmbd/nmbd.c:main(711) Netbios nameserver version 3.0.28a started. Copyright Andrew Tridgell and the Samba Team 1992-2008 [2008/03/16 04:35:51, 0

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-16 Thread Bug Watch Updater
** Changed in: samba (Debian) Status: Confirmed => Fix Released -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-15 Thread Steve Langasek
This patch does not achieve its stated purpose, for two reasons: - the file is missing from debian/samba.files, so never gets installed to the package. - the /etc/init.d/samba reload target only reloads smbd, it does nothing to nmbd - certainly nothing that would start nmbd in the case that it

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-15 Thread Steve Langasek
** Changed in: samba (Ubuntu) Status: Fix Released => Confirmed -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-13 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 3.0.28a-0ubuntu1 --- samba (3.0.28a-0ubuntu1) hardy; urgency=low [Chuck Short] * New upstream release. This fixes the following Ubuntu bugs. - Prevent nmbd from shutting down when no network interfaces can be located. (LP: #18049

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-09 Thread Bug Watch Updater
** Changed in: samba (Debian) Status: Unknown => Confirmed -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bug

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-08 Thread Steve Langasek
** Bug watch added: Debian Bug tracker #433449 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=433449 ** Also affects: samba (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=433449 Importance: Unknown Status: Unknown -- nmbd shuts down when network disconnected http

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-07 Thread Bug Watch Updater
** Changed in: samba Status: Confirmed => Fix Released -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-06 Thread CheShA
an effective workaround is to have a small script at /etc/network/if- up.d/start-samba.sh that simply contains the lines: #!/bin/bash /etc/init.d/samba restart -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a

Re: [Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-03 Thread phirestalker
I think that would be better for resources as well good idea :) On Mon, 2008-03-03 at 23:13 +, Mathias Gug wrote: > Using an ifup.d hook to start nmbd if it's not already running (and does > nothing if nmbd is already running) would be a better solution. An > ifdown.d hook is not necessary as

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-03-03 Thread Mathias Gug
Using an ifup.d hook to start nmbd if it's not already running (and does nothing if nmbd is already running) would be a better solution. An ifdown.d hook is not necessary as nmbd exits by itself when an interface disappears. ** Changed in: samba (Ubuntu) Importance: Undecided => Medium S

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-02-28 Thread Bug Watch Updater
** Changed in: samba Status: Unknown => Confirmed -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-02-27 Thread Mathias Gug
** Bug watch added: Samba Bugzilla #5267 https://bugzilla.samba.org/show_bug.cgi?id=5267 ** Also affects: samba via https://bugzilla.samba.org/show_bug.cgi?id=5267 Importance: Unknown Status: Unknown -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-01-29 Thread Troy C
Sorry for the delay, real life got in the way ;) ** Attachment added: "implementing the busywait with sleep(5) for Soren" http://launchpadlibrarian.net/11629145/busywait-for-network_dapper.patch -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You received t

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-01-29 Thread Troy C
this patch is for gutsy (samba-3.0.26a), the previous for dapper (3.0.22) ** Attachment added: "busywait-for-network_gutsy.patch" http://launchpadlibrarian.net/11629153/busywait-for-network_gutsy.patch -- nmbd shuts down when network disconnected https://bugs.launchpad.net/bugs/180493 You rec

[Bug 180493] Re: nmbd shuts down when network disconnected

2008-01-28 Thread Soren Hansen
The idea is good, the patch not so much :) Busy-waiting for a network to show up is less than optimal. Adding a sleep(5) or something to the loop would make me happy. Could you (or someone else) whip up a new patch with that change in it? -- nmbd shuts down when network disconnected https://bugs.