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

2009-05-18 Thread Юрий Чудновский
Here it is. Attach: screenshot, there is no "VSERVER-TERMINA" in list. Even more, fr...@vserver-terminal:~$ smbtree -SN session request to 192.168.1.45 failed (Called name not present) session request to 192.168.1.45 failed (Called name not present) GREENGROUP session request to 192.168.1.45 failed

[Bug 210569] Re: apache2 crashed with SIGSEGV

2009-05-18 Thread Jonathan Thomas
Thanks for the feedback, marking fixed. ** Changed in: apache2 (Ubuntu) Status: Incomplete => Fix Released -- apache2 crashed with SIGSEGV https://bugs.launchpad.net/bugs/210569 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apach

[Bug 289367] Re: camellia cipher does not work in racoon

2009-05-18 Thread Matt LaPlante
This issue is still present in Jaunty. -- camellia cipher does not work in racoon https://bugs.launchpad.net/bugs/289367 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ipsec-tools in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-ser

[Bug 377204] Re: The application Plasma Workspace (plasma) crashed and caused the signal 11 (SIGSEGV).

2009-05-18 Thread Jonathan Thomas
Could you please install kdebase-workspace-dbg and paste the traceback that results after you crash it again? Thanks in advance. ** Changed in: kdebase (Ubuntu) Status: New => Incomplete -- The application Plasma Workspace (plasma) crashed and caused the signal 11 (SIGSEGV). https://bugs

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

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

2009-05-18 Thread Harry Durham
$ postconf myhostname linux1.hsd1.pa.comcast.net. $ cat/etc/hosts no such file or directory $ cat/etc/hostnameno such file or directory these are the responses From: Andreas Olsson To: durham_ha...@yahoo.com

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

[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: https://bugs.launchpad.net/bugs/

Re: [Bug 314318] Re: Samba update crashed

2009-05-18 Thread WoodyEckelzone
On Fri, 15 May 2009 17:13:49 +0200, Thierry Carrez 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 any problem with samba

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

2009-05-18 Thread Martin G Miller
What had stopped working was ping . 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 everything to settle d

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

2009-05-18 Thread Russ Allbery
Sam Hartman 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 and register with

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

2009-05-18 Thread Jonathan Marsden
@Martin: If ping 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 redirection? If

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

[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 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 227848] Re: boot order wrong for iscsi

2009-05-18 Thread Chris Puttick
Note: Hardy 8.04.2 2.6.24-18-virtual #1 SMP (running on KVM virtual machine with dual guest CPU) /etc/network/interfaces (relevant part) auto eth1 iface eth1 inet static address 192.168.20.50 netmask 255.255.255.224 ISCSI auto connect and mount works with no modifications using

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

2009-05-18 Thread Martin G Miller
Thank you for that link. There is an opt-out provided for DNS redirection. I tried that and with the smb.conf set back to the default, the network browse gui is now working. If i try a ping however, it returns a "host unknown" error. Pinging to the ip address works as expected. So, there is s

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

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

2009-05-18 Thread Thierry Carrez
It works on Windows because Windows name resolution also does SMB broadcast resolution (also called noisy resolution) on local names so it "avoids" the DNS redirection issue. Optimum Online apparently does DNS redirection: http://text.broadbandreports.com/shownews/Optimum-Online-Now-Using-DNS-Redi

[Bug 270713] Re: snmpd: error getting netmask for interface

2009-05-18 Thread JacobSteelsmith
Same here. May 18 07:03:16 b67694-shk220 snmpd[4034]: error getting netmask for interface 1 -- snmpd: error getting netmask for interface https://bugs.launchpad.net/bugs/270713 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in u

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

[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 https://bugs.launchpad.net/bu

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

[Bug 377913] [NEW] 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
Public bug reported: Binary package hint: bacula 1) Description: Ubuntu 9.04 Release:9.04 2) bacula-director-mysql: Installed: 2.4.4-1ubuntu5 Candidate: 2.4.4-1ubuntu5 Version table: *** 2.4.4-1ubuntu5 0 500 http://us.archive.ubuntu.com jaunty/main Packages 100 /va

[Bug 355800] Re: *** WARNING: ucf was run from a maintainer script that uses debconf, but the script did not pass --debconf-ok to ucf.

2009-05-18 Thread Andreas Olsson
nagios3 3.0.6-4 has now been synced into Karmic. (bug #376397) ** Changed in: nagios3 (Ubuntu) Status: Confirmed => Fix Released -- *** WARNING: ucf was run from a maintainer script that uses debconf, but the script did not pass --debconf-ok to ucf. https://bugs.launchpad.net/bugs/355800

[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... - http://ftp.debian.org/debian/> - - http://ftp.debian.org/debian/> I: nagios3 [main] -> nagios3-common_3.0.6-2ubuntu1 [main]. I: nagios3 [main] -> nagios3_3.0.6-2ubuntu1 [main]. I: nagios3 [main] ->

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

[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 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Thierry Carrez
The trace remote-VSERVER-TERMINAL.txt looks successful to me... What do you mean by "but, VSERVER-TERMINA did not seen in network" ? In all cases the problem would be in your host resolution. Your hostname is VSERVER-TERMINAL and the NetBIOS name (limited to 16 char) is VSERVER-TERMINA. If you don

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

2009-05-18 Thread Юрий Чудновский
Attaching same files from remote client ** Attachment added: "remote-VSERVER-TERMINAL.txt" http://launchpadlibrarian.net/26887031/remote-VSERVER-TERMINAL.txt -- Truncating NetBIOS name don't work https://bugs.launchpad.net/bugs/376359 You received this bug notification because you are a membe

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

2009-05-18 Thread Юрий Чудновский
** Attachment added: "remote-V-TERMINAL.txt" http://launchpadlibrarian.net/26887036/remote-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 samb

[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 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" http://launchpadlibr