[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-23 Thread Kees Cook
(er, 252 total -- I added "linux" back in at the last moment) I'm also testing a patch to glibc to avoid the change in behavior when using _FORTIFY_SOURCE. ** Attachment added: "no-sprintf-pre-truncate.diff" http://launchpadlibrarian.net/20703741/no-sprintf-pre-truncate.diff -- Intrepid gcc

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-23 Thread Kees Cook
http://people.ubuntu.com/~kees/sprintf-glibc/ 29 main 15 multiverse 208 universe 251 total I removed a few copies of the kernel, which all show the same report, as well as gnokii, which had a note in the Changelog about how they'd fixed it already. -- Intrepid gcc -O2 breaks s

[Bug 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
** This bug is no longer flagged as a security issue -- php5 serialize() function corrupt strings https://bugs.launchpad.net/bugs/310845 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list U

[Bug 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
This is not a fail. I think you misunderstand what serialize() does. The purpose is to encapsulate the content of an object - be it a string, array or class - and store it in a single string variable. The PHP manual says this about serialize(): "Returns a string containing a byte-stream represen

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
For clarity: Dapper, Gutsy, Hardy and Intrepid have the same patch as Jaunty (and Sid), which is the same as upstream 2.6.3. -- gnutls regression: failure in certificate chain validation https://bugs.launchpad.net/bugs/305264 You received this bug notification because you are a member of Ubuntu S

[Bug 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread sir_gon
OK, adding this lines, I got this output: /// object(Something)[1] public 'a' => string '123' (length=3) protected 'b' => string 'abc' (length=3) private 'c' => string 'xyz' (length=3) string 'O:9:"Something":3:{s:1:"a";s:3:"123";s:4:"�*�b";s:3:"abc";

[Bug 311005] Re: package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2008-12-23 Thread Jim Ancona
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/20695622/Dependencies.txt ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/20695623/DpkgTerminalLog.txt -- package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess post-installatio

[Bug 311005] [NEW] package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2008-12-23 Thread Jim Ancona
Public bug reported: Binary package hint: samba $ lsb_release -rd Description:Ubuntu 8.10 Release:8.10 Clicked "Share this folder" in a folder's Nautilus properties dialog, was prompted to install sharing. The install failed with the error above. There was a lot more detail in the in

[Bug 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
Can you please show the actual output of the script? Also, your script doesn't show the unserialized version of the data. I suggest you add the following to your script and show the output: $blob = serialize($data) ; $new_data = unserialize($blob) ; var_dump($new_data) ; -- php5 serialize() fu

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
One more thing, this is on my laptop connecting wirelessly to the shares. This worked perfectly EVERY time under 8.04 but never has worked under 8.10. I'm sure it is a timing issue (waiting for the wireless connection) but it had to do this under 8.04 too. To reiterate: * Window XP share * Ubu

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
I tried this but it didn't work. Isn't this for nfs fstype only? I have CIFS. I could be misunderstanding something, though. Vide wrote: > Tom, but your mount at bootime issue it's a completely different topic > (do you put the "_netdev" label in the fstab options? it's mandatory for > network s

[Bug 310960] Re: package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-23 Thread Marc Deslauriers
Thank you for opening this bug report. >From the DpkgTerminalLog file: Error: Cannot open config file '/etc/nagios3/objects/contacts.cfg' for reading: No such file or directory The Nagios service won't restart because you have a file missing. You need to either provide a /etc/nagios3/objects/con

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
I compiled 2.6.3 on Jaunty and it also gives the same error. -- gnutls regression: failure in certificate chain validation https://bugs.launchpad.net/bugs/305264 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubuntu. -- Ubun

[Bug 310960] Re: package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-23 Thread jeremiah
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/20691336/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/20691337/DpkgTerminalLog.gz -- package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-instal

[Bug 310960] [NEW] package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-23 Thread jeremiah
Public bug reported: Binary package hint: nagios3 Nagios 3 will not install via update manager. ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 8.10 ErrorMessage: subprocess post-installation script returned error exit status 1 Package: nagios3-common 3.0.2-1ubuntu1.1 PackageArchit

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
The ldap issue has been reported in Debian bug http://bugs.debian.org /cgi-bin/bugreport.cgi?bug=509593. Ian, would you mind adding your ldap server URL to the bug? This way other developers can test against it. If not, I mentioned in the Debian report that I would give the URL to the maintainer p

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
** Changed in: openldap (Ubuntu Intrepid) Status: New => Confirmed -- gnutls regression: failure in certificate chain validation https://bugs.launchpad.net/bugs/305264 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubun

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
I have finally been able to reproduce this with ldapsearch. After performing: $ sudo apt-get install ca-certificates ldap-utils I tried to do on unpatched hardy: $ LDAPTLS_CACERT=/etc/ssl/certs/ca-certificates.crt ldapsearch -ZZ -H ldaps://:636/ -d 1 ... ldap_open_defconn: successful ... and th

[Bug 310941] Re: Samba crash, no /etc/samba directory, happened without reason, all of sudden, purge / reinstall doesnt work

2008-12-23 Thread zwobble
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/20689274/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/20689275/DpkgTerminalLog.gz -- Samba crash, no /etc/samba directory, happened without reason, all of sudden, purge / rei

[Bug 310941] [NEW] Samba crash, no /etc/samba directory, happened without reason, all of sudden, purge / reinstall doesnt work

2008-12-23 Thread zwobble
Public bug reported: Binary package hint: samba Installed with apt-get --purge to remove entire samba doesnt solve the issue reinstalling samba doesnt solve the issue ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 8.10 ErrorMessage: subprocess post-installation script returned er

[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread rossjenkins
Kai & Thierry: Volker Lendecke's patch seems to have done the trick! Both a write using an smbclient 'put' as well as a drag and drop via Nautilus now work as expected. The visual side effect in Nautilus I noted five messages above is still present but since it doesn't seem to have a bearing on f

[Bug 310913] [NEW] net-snmp process hang on hardy

2008-12-23 Thread Marc Gariépy
Public bug reported: We have about 35 servers that use novell NFS and NCP mountpoint, and snmp process get in "Uninterruptible sleep (usually IO)" almost every day. I have tried to disable disk space report on the snmp config but it still get in the same state. ** Affects: net-snmp (Ubuntu)

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Vide
Tom, but your mount at bootime issue it's a completely different topic (do you put the "_netdev" label in the fstab options? it's mandatory for network shares). -- Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notifi

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Jim Lehmer
Steve: I still wonder if it's a timing issue, i.e., if there was a subtle change in services start order or else in the time it is taking networking to completely come up? That could explain why (a) it worked in 8.04 but not in 8.10, and (b) after the boot is complete and issuing a mount command w

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
I have just upgraded to kernel "2.6.27-11-generic" and running "nodfs" as a mount option as previously posted. I no longer get the error message but the mount still does not happen automatically during/after boot. I still need to mount the share manually. This worked every time in 8.04 and 7.10

[Bug 24284] Re: Samba Shares not refreshing

2008-12-23 Thread Wes
Is this still an issue with Intrepid? -- Samba Shares not refreshing https://bugs.launchpad.net/bugs/24284 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubunt

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Steve French
On Tue, Dec 23, 2008 at 5:54 AM, Tom wrote: > After adding "nodfs" to my kernel at boot time did NOT change anything. > My MS Windows shares that use to mount automatically under 8.04 still do > not mount automatically after adding that option. Yet, after boot, I can > issue "sudo mount /shares/wi

[Bug 308063] Re: package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: package samba is not ready for configuration

2008-12-23 Thread Colin Watson
*** This bug is a duplicate of bug 262451 *** https://bugs.launchpad.net/bugs/262451 ** This bug is no longer a duplicate of bug 279709 dpkg - process_queue: Assertion 'dependtry <=4' failed. error ** This bug has been marked a duplicate of bug 262451 dpkg: ../../src/packages.c:221: pro

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
Thank you for the clarification, Thierry. I changed my fstab entry like this: //192.168.4.10/NetworkShare /shares/windows_f cifs nodfs,auto,rw,credentials=/root/.creds,uid=ttwaro,gid=ttwaro 0 0 and rebooted. Still does NOT work. However, when manually running "sudo mount /shares/windows_f" I no

Re: [Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-23 Thread Matthias Klose
Kees Cook schrieb: > On Tue, Dec 23, 2008 at 06:14:32AM -, Anders Kaseorg wrote: >> Matthias, shall I go ahead and use massfile to create 231 bugs for this >> issue? > > It probably makes more sense to approach Debian with the mass-filing. I'd > be happy to help drive this. seems to be the r

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Vide
Tom: as Thierry clearly stated you have to use a recent kernel from the intrepid-proposed repository. The 2.6.27-9 you're using is still broken -- Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notification because y

[Bug 307437] Re: mysql has to autostart later

2008-12-23 Thread midnightflash
** Changed in: mysql-dfsg-5.0 (Ubuntu) Status: Incomplete => New -- mysql has to autostart later https://bugs.launchpad.net/bugs/307437 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bug

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Jim Lehmer
It did not work for me as a mount parameter. To recap: 1) When both the client and server were Ubuntu 8.04 the boot-time CIFS mounts on the client "just worked". See my post above for fstab entries. 2) Upgraded client to 8.10, boot-time CIFS mounts stopped working, although can still get to the

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Thierry Carrez
Tom: "nodfs" is not a kernel boot parameter. It's a CIFS mount option, you should add it to your /etc/fstab (only) for mounts targeting the affected servers. -- Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notificat

[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread Thierry Carrez
Here you go :) samba 2:3.2.3-1ubuntu3.4~ppa5 available for testing at https://launchpad.net/~tcarrez/+archive -- gvfsd-smb crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/264943 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribe

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
After adding "nodfs" to my kernel at boot time did NOT change anything. My MS Windows shares that use to mount automatically under 8.04 still do not mount automatically after adding that option. Yet, after boot, I can issue "sudo mount /shares/windows_f" and the share is mounted without inciden

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread mipper
I can confirm the fix too. Doesn't work without nodfs, does with. -- Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu.

[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread Kai Blin
This is a bit tricky to fix, as we're basically not doing anything wrong. It seems like the TCP/IP stack and/or the SMB server on the NAS box doesn't cope with fragmentation. But that's one layer below of our control, and perfectly valid in TCP networking. However, Samba developer Volker Lendecke

[Bug 310845] [NEW] php5 serialize() function corrupt strings

2008-12-23 Thread sir_gon
*** This bug is a security vulnerability *** Public security bug reported: Binary package hint: libapache2-mod-php5 Package: PHP5: Version: 5.2.6-2ubuntu4 Ubuntu: 8.10 Intrepid Ibex If a common object with protected or private properties is serialized, the returned string includes invalid char

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Vide
I was affected by this problem as well and I can confirm that using 2.6.27-11 and the "nodfs" mount option the problem is solved. I tested this on x86 and x86_64. I can add that with the -9 kernel the "/proc/fs/cifs/LinuxExtensionsEnabled" workarond wasn't working anymore (with previous revisions