[Bug 177682] Re: samba fails to upgrade under apt-get -qq -y upgrade

2007-12-21 Thread James Manning
As an example, here's a successful mysql upgrade from last night in the same situation with no tty Preparing to replace mysql-common 5.0.22-0ubuntu6.06.5 (using .../mysql-common_5.0.22-0ubuntu6.06.6_all.deb) ... Unpacking replacement mysql-common ... Preparing to replace libmysqlclient15off 5.0.2

[Bug 177682] samba fails to upgrade under apt-get -qq -y upgrade

2007-12-20 Thread James Manning
Public bug reported: Binary package hint: samba I have a nightly cron job to get security updates that runs apt-get -qq update && apt-get -qq -y upgrade All other packages upgrade fine, except samba, which fails during debconf, during update-inetd (which is part of netbase on my dapper system),

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-08-04 Thread James Manning
Removing 1990 also didn't fix it. -- hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5 https://launchpad.net/bugs/53581 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-08-04 Thread James Manning
Just for more sanity checking, I re-downgraded to the 4.4 bits. With the 4.5 bits (all flavors tried so far), I hit sigsegv's on about 50%-70% of attempted operations, but with the 4.4 bits I hammer away on all kinds of operations and never see a problem. It's definitely a bug new to the 4.5 bits

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-26 Thread James Manning
Excellent! Thanks for the fast turnaround, Martin! -- hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5 https://launchpad.net/bugs/53581 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-26 Thread James Manning
The updated patch worked great - no more sigsegv's Thanks, Martin! -- hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5 https://launchpad.net/bugs/53581 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-25 Thread James Manning
Cool - I'm doing a clean build with the fixed patch to confirm that everything's fine with this fix in place. old celeron 366's take awhile to rebuild php4 :) -- hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5 https://launchpad.net/bugs/53581 -- ubuntu-bugs mailin

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-25 Thread James Manning
1494 by itself breaks. -- hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5 https://launchpad.net/bugs/53581 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-25 Thread James Manning
data points (still in progress as I write this) previous data points - remove 3017 == still breaks - remove 1990 == still breaks - remove 1990 + 3017 == still breaks bisectioning - remove 1990 + 3017 + 2563 + 3011 + 3018 == still breaks - note that this is equal to applying 0996 + 1490 + 1494 +

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-25 Thread James Manning
Off-topic, but while bisectioning, I noticed that the changelog doesn't mention a fix for CVE-2006-1991 - I'm guessing this is because it was a php5-only bug, so there was no php4 fix needed for it? Just wanted to confirm. -- hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10u

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-24 Thread James Manning
The test works both from the command-line and apache with the same output - so 2 of the 3 consumers are fine, and shutdown_executor is the problem child here. Array ( [banana] => 1 [apple] => 2 [kiwi] => 3 ) Array ( [0] => 2 [1] => 3 [2] => 5 [3] => 7 [4] => 11

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-24 Thread James Manning
-- hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5 https://launchpad.net/bugs/53581 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-24 Thread James Manning
-- hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5 https://launchpad.net/bugs/53581 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 53831] can't apt-build php4

2006-07-23 Thread James Manning
Public bug reported: Binary package hint: libapache2-mod-php4 % sudo apt-build source libapache2-mod-php4 -> Downloading libapache2-mod-php4 source (php4 4.3.10-10ubuntu4.5) <- -> Updating package lists <- Ign file: apt-build Release.gpg Get:1 file: apt-build Release [89B] Ign fil

[Bug 53830] all binary packages should have -dbg subpackages so users can have useful debugging info w/o needing to install full toolset and rebuild

2006-07-23 Thread James Manning
Public bug reported: One of the things Fedora/RH does right is that each binary package has a -debuginfo package so that in the event of crashes or problems, users can just install that package and get an unstripped binary with full debugging symbols, making for a far more useful debugging experie

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-22 Thread James Manning
Since there's no -dbg available, I've been trying to apt-build build-source php4 but that fails with E: Unable to find a source package for php4 even though I have the relevant deb-src in sources.list % grep ^deb-src /etc/apt/sources.list deb-src http://archive.ubuntu.com/ubuntu/ hoary main rest

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-22 Thread James Manning
On another related note, since I don't see a -dbg package already available, I'd recommend (please!) having it. Some notes are getting them built are at http://ze-dinosaur.livejournal.com/7036.html It'd be much nicer if I could just apt-get install the -dbg package then re-start and get useful/ri

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-22 Thread James Manning
BTW, I've included all the info requested, but I don't see how to change the status away from Need Info, so I'm assuming I don't have perms to do so. -- hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5 https://launchpad.net/bugs/53581 -- ubuntu-bugs mailing list ubu

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-22 Thread James Manning
oh, and arch is i386, but I'm guessing you already noticed that given the dpkg line I included for downgrading to the 4.4 bits :) Linux sublogic.com 2.6.10-5-686-smp #1 SMP Mon Oct 10 11:40:56 UTC 2005 i686 GNU/Linux ** CVE added: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2006-3018 --

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-22 Thread James Manning
I linked this bug to CVE-2006-3018, although I only really know that it's tied to USN-320-1 which is actually tied to 11 (!) CVE's: CVE-2006-0996, CVE-2006-1490, CVE-2006-1494, CVE-2006-1608, CVE-2006-1990, CVE-2006-1991, CVE-2006-2563, CVE-2006-2660, CVE-2006-3011, CVE-2006-3017, CVE-2006-3018 -

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-21 Thread James Manning
I know the comments are getting long at this point, but just to confirm this is specific to the *4.5 bits, I hammered on the *4.4 bits for a few hours (and I'm going to leave them on for the next few days, at least until hearing what other steps I can do to help debug this). It usually takes aroun

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-21 Thread James Manning
The 10-deep version of the stack seems pretty consistent at this point. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1213597280 (LWP 8992)] 0xb78d0699 in _efree () from /usr/lib/apache2/modules/libphp4.so (gdb) bt #0 0xb78d0699 in _efree () from /usr/lib/apache2/modu

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-21 Thread James Manning
Another (different) stack (still potentially corrupt, although at least they're starting with execute_internal) (gdb) continue Continuing. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1213597280 (LWP 31500)] 0xb78d061f in _efree () from /usr/lib/apache2/modules/libph

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-21 Thread James Manning
- downgrade worked great. had to downgrade php4-common as well, and there's an epoch (or whatever dpkg calls it) of 4: sudo dpkg -i /var/cache/apt/archives/libapache2-mod- php4_4%3a4.3.10-10ubuntu4.4_i386.deb /var/cache/apt/archives/php4-common_4%3a4.3.10-10ubuntu4.4_i386.deb The great news (in

[Bug 53581] Re: hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-20 Thread James Manning
backtrace from a sigsegv'ing apache2 instance (no symbols installed currently) (gdb) continue Continuing. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1213597280 (LWP 29347)] 0xb78d0c85 in shutdown_memory_manager () from /usr/lib/apache2/modules/libphp4.so (gdb) b

[Bug 53581] hoary: intermittent SIGSEGV from php pages after upgrade to 4.3.10-10ubuntu4.5

2006-07-20 Thread James Manning
Public bug reported: Binary package hint: libapache2-mod-php4 Early this morning (2006-07-20), I got the security update for php4 (4.3.10-10ubuntu4.5) including libapache2-mod-php4. Since then, a lot of my gallery2 (http://gallery2.sf.net/) pages SIGSEGV. Since this is a security update that's