[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Thierry Carrez
No, it usually slows down to do broadcast resolution (since you basically have to wait for some timeout to decide that nobody has the requested address), that's why it's tried last by default. So solution for you is to change the resolve order in smb.conf. The other solution is to set up

[Bug 252686] Re: Reload action on init script kills daemon

2009-05-18 Thread Thierry Carrez
Tim: it's not a severe bug, but it's a risky move in an LTS, since you can't really determine all what may be affected by this change. The choice made was to selectively fix the affected packages, which is safer but more work and less comprehensive. Adding a task for freeradius/hardy. ** Also

[Bug 373999] Re: CIFS loops endlessly when remote host is down

2009-05-18 Thread Thierry Carrez
** Changed in: samba (Ubuntu) Status: Incomplete = New -- CIFS loops endlessly when remote host is down https://bugs.launchpad.net/bugs/373999 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs

[Bug 370464] Re: package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2009-05-18 Thread Thierry Carrez
It's using the following non-default configuration: security = share restrict anonymous = no domain master = no logon home = %5C%5C%25N%5C%25U smb passwd file = file:///etc/samba/smbpasswd pid directory = file:///var/run/samba logon path = %5C%5C%25N%5C%25U%5Cprofile private dir =

[Bug 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Юрий Чудновский
Here You are. First, I changed hostname to vserver-terminal, restart samba and puts output to file VSERVER-TERMINA.txt, then changed back to v-terminal, again restart samba and puts output to file V-TERMINAL.txt. Attaching files. ** Attachment added: VSERVER-TERMINA.txt

[Bug 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Юрий Чудновский
** Attachment added: V-TERMINAL.txt http://launchpadlibrarian.net/26886719/V-TERMINAL.txt -- Truncating NetBIOS name don't work https://bugs.launchpad.net/bugs/376359 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu.

[Bug 372091] Re: php gives 0.0: as value for 0.6/6

2009-05-18 Thread Daniel Hahler
Fixed in Karmic/Jaunty. ** Changed in: php5 (Ubuntu) Status: Triaged = Fix Released -- php gives 0.0: as value for 0.6/6 https://bugs.launchpad.net/bugs/372091 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 372091] Re: php gives 0.0: as value for 0.6/6

2009-05-18 Thread Daniel Hahler
Confirmed on Hardy (in an OpenVZ container). # php -r echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL; 5.2.4-2ubuntu5.6 0.0: Upgrading to a backport therein makes it work again: # php -r echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL; 5.2.9-0ubuntu1~blueyed1 0.1 Downgrading

[Bug 377518] Re: Samba exits when client connects

2009-05-18 Thread Thierry Carrez
I suppose you mean 9.04. What is the client you're using to connect ? Does a simple smbclient -N -L //servername sufficient to stop it ? Could you try with an unmodified smb.conf (copy it from /usr/share/samba/smb.conf) ? ** Changed in: samba (Ubuntu) Status: New = Incomplete -- Samba

[Bug 376397] please sync nagios3 3.0.6-4 (main) from debian unstable (main)

2009-05-18 Thread Steve Langasek
[Updating] nagios3 (3.0.6-2ubuntu1 [Ubuntu] 3.0.6-4 [Debian]) * Trying to add nagios3... - nagios3_3.0.6-4.dsc: downloading from http://ftp.debian.org/debian/ - nagios3_3.0.6.orig.tar.gz: already in distro - downloading from librarian - nagios3_3.0.6-4.diff.gz: downloading from

[Bug 377913] Re: package bacula-director-mysql 2.4.4-1ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-05-18 Thread Jason Preu
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/26892412/Dependencies.txt ** Attachment added: DpkgTerminalLog.txt http://launchpadlibrarian.net/26892413/DpkgTerminalLog.txt -- package bacula-director-mysql 2.4.4-1ubuntu5 failed to install/upgrade: subprocess

[Bug 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Юрий Чудновский
I mean, VSERVER-TERMINA did not seen in Windows or Linux network neighborhood windows. Tomorrow I'll boot computers with long terminal name and get some look into problem (windows don't react immediately to computer name change). -- Truncating NetBIOS name don't work

[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Martin G Miller
The smb.conf resolve order change is one of the first things I have to do on new installs, so that is a work around for me. The fact that it returns the wrong ip address on a ping command is something that I am interested in. I tried the same tests at my office in another town and it behaves

[Bug 374819] Re: Missing dependency on update-inetd and other issues

2009-05-18 Thread Sam Hartman
krb5-kdc intentiollay does not require update-inted and will function if update-inetd is not available. If it is available, it will add an example line to inetd.conf. I'm not usre what's up with the doc-base errors: in Debian, krb5-doc does install and register with doc-base -- Missing

[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Martin G Miller
I found an interesting link here: http://ubuntuforums.org/showthread.php?t=826938 They edited both smb.conf ( name resolve order = lmhosts bcast wins host) Notice this resolve order is different than the one I am using. They also modified nsswitch.conf (hosts:files dns wins) to get name

[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Thierry Carrez
host unknown is the expected result to ping server since none of your NSS backends knows about your server to translate it to IP. That's what allows bcast to take over in your name resolve order and successfully find the share. Glad there was some opt-out, dns redirection is a real PITA. --

[Bug 377518] Re: Samba exits when client connects

2009-05-18 Thread Dave Hope
Sorry, yes. 9.04 The client is an Apple Macbook running OSX (10.5.6) using smbclient version 3.0.25b-apple Frustratingly, after a reboot (of the server) I'm now unable to reproduce this issue. No changes were made other than a reboot. When the problem occurred the same happened with the stock

[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Jonathan Marsden
@Martin: If ping any name fails, I wonder if the DNS redirection opt- out has somehow effectively opted out of *all* DNS resolution? That could explain why ping yahoo.com (for example) now fails. Can you still browse the web, deal with email, etc as normal once opted out from the DNS

Re: [Bug 374819] Re: Missing dependency on update-inetd and other issues

2009-05-18 Thread Russ Allbery
Sam Hartman hartm...@debian.org writes: krb5-kdc intentiollay does not require update-inted and will function if update-inetd is not available. If it is available, it will add an example line to inetd.conf. I'm not usre what's up with the doc-base errors: in Debian, krb5-doc does install

[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Martin G Miller
What had stopped working was ping any local machine name. ping yahoo.com worked fine. What I have as of now is: 1) DNS redirection is turned off 2) smb.conf set to: (name resolve order = lmhosts wins bcast host) 3) nsswitch.conf set to: (hosts: files dns wins) It took a restart to get

Re: [Bug 314318] Re: Samba update crashed

2009-05-18 Thread WoodyEckelzone
On Fri, 15 May 2009 17:13:49 +0200, Thierry Carrez thierry.car...@ubuntu.com wrote: We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested information? Thanks! I dunno, I upgraded to 9.04. I don't have

[Bug 377571] Re: package postfix 2.5.5-1.1 failed to install/upgrade:

2009-05-18 Thread Andreas Olsson
Can you type the following commands into the terminal and give me the response? They won't change anything on your system, just list some settings. $ postconf myhostname $ cat /etc/hosts $ cat /etc/hostname -- package postfix 2.5.5-1.1 failed to install/upgrade:

[Bug 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-18 Thread Bill Meek
Short answer: Fixed. I was running on Mythbuntu 8.10 and didn't have these errors. Fresh load of Mythbuntu 9.04RC, got the 'hanging' messages in syslog and database errors ending with 'MySQL server has gone away' in mythbackend.log. These messages are gone now. Thank you. -- mysqld_safe

[Bug 119294] Re: OpenSSL should support VIA PadLock

2009-05-18 Thread Teej
Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. Has this been implemented yet. Can you try with the latest Ubuntu release? Thanks in advance. ** Changed in: openssl (Ubuntu)