Bug#478409: problem with SEGV still persists

2009-02-07 Thread Simon Raven
2009/2/7 Niko Tyni : close 478409 thanks stupid PEBKAC. /lib/libdl* was symlinked BADLY, to an old version from 2005, making most stuff using dlopen() and futexes crash horribly. As such, I made a foreign lenny debootstrap to compare notes, so to speak, and thus found the culprit, and fixed the

Bug#499825: acpid: init script has bashism

2008-09-22 Thread Simon Raven
Package: acpid Version: 1.0.6-11 Followup-For: Bug #499825 s/sh/bash/ in the hash bang also fixes it. applying the patch however would fix it permanently. ;) thanks, simon -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (1001, 'unstable'), (990, 'experiment

Bug#474060: closed by Randall Donald <[EMAIL PROTECTED]> (Bug#474060: fixed in nvidia-graphics-drivers-legacy-71xx 71.86.04-2)

2008-04-05 Thread Simon Raven
hi, thanks for fixing it. simon -- Microsoft is to operating systems & security what McDonalds is to gourmet cooking. -- unknown; seen in Marc Merlin's .sig -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Bug#474060: nvidia-glx-legacy-71xx: uninstallable package version 71.86.04-1 due to conflicting depends

2008-04-02 Thread Simon Raven
Package: nvidia-glx-legacy-71xx Version: 71.86.01-1 Severity: grave Justification: renders package unusable hi, as the subject says, one of the Depends: in debian/control ends up with a conflicting package of "nvidia-glx", due to some odd thing with ${shlibs:Depends}. it ends up inserting nvidia

Bug#353443: apache2: Seeing this bug again; php script on SSL vhost

2006-10-21 Thread Simon Raven
close 353443 thanks Sorry for the trouble this caused. OSI Layer 8 error... simon -- We can use symlinks of course... syslogd would be a symlink to syslogp and ftpd and ircd would be linked to ftpp and ircp... and of course the point-to-point protocol paenguin. -- Kevin M. Beal

Bug#325418: closed by Gaudenz Steinlin <[EMAIL PROTECTED]> (mol-modules-source 0.9.71~pre9-2 supports building with make-kpkg)

2006-10-06 Thread Simon Raven
Le ven 2006-10-06 a 13:13:10 -0400, Debian Bug Tracking System <[EMAIL PROTECTED]> a dit: > > Hi > > The latest version of mol-modules-source should support building with > and without make-kpkg. Building with module-assistant is currently (and > was never) not supported. > > I'm working on i

Bug#357874: jabberd2-ldap-bdb: [SECURITY] new upstream release

2006-03-19 Thread simon raven
Package: jabberd2-ldap-bdb Version: 2.0s10-1 Severity: grave Tags: security Justification: user security hole http://article.gmane.org/gmane.network.jabber.admin/27372 from the post: === This is a jabberd2s11 security release. This release fixes a problem where sending a stanza b

Bug#330602: Fixed in 0.8.10?

2005-12-15 Thread Simon Raven
On 15 December, 2005 03:14, David Pashley wrote: > Can you test irssi-0.8.10-1 and let me know if this upload has fixed > your problem. yeh, running ok. unrelated, but sometimes under load it'll start lagging, but i think that has to do with all the logging i'm doing. in ~20 channels, all logged

Bug#332863: SEGV on connect to sshd

2005-10-22 Thread Simon Raven
> On Mon, Oct 10, 2005 at 06:43:00AM -0400, Simon Raven wrote: >> On 10 October, 2005 04:51, Colin Watson wrote: >> > Very likely you have some PAM modules linked against an older version of >> > OpenSSL; you will have to push to get those upgraded so that they're

Bug#332863: SEGV on connect to sshd

2005-10-10 Thread Simon Raven
On 10 October, 2005 04:51, Colin Watson wrote: > Very likely you have some PAM modules linked against an older version of > OpenSSL; you will have to push to get those upgraded so that they're in > sync with sshd's linkage (0.9.8). There's nothing I can do about this in > OpenSSH because OpenSSL

Bug#332863: SEGV on connect to sshd

2005-10-09 Thread Simon Raven
~simon/src/ssh/openssh-4.2p1/build-deb/sshd -D -ddd -p 23 gdb /home/simon/src/ssh/openssh-4.2p1/build-deb/sshd 24232 ./build-deb/ssh localhost -p 23 (gdb) bt #0 0x0fb1c8f4 in select () from /lib/tls/libc.so.6 #1 0x10008b14 in main (ac=5, av=0x10083050) at ../sshd.c:1402 (gdb) continue Continuing

Bug#332863: SEGV on connect to sshd

2005-10-09 Thread Simon Raven
hi, i'm building the packages with debug on (i think it's done with DEB_BUILD_OPTIONS=debug,nostrip,noopt export DEB_BUILD_OPTIONS right? well, anyway, that's what i stuck in debian/rules, hopefully i got it right. then i'll run gdb on that sshd binary, and see what we get. i tried running gdb

Bug#332863: SEGV on connect to sshd

2005-10-08 Thread simon raven
Package: ssh Version: 1:4.2p1-5 Severity: grave Justification: renders package unusable hi, strace -o /tmp/strace_sshd /usr/sbin/sshd -ddd renders: read(8, "-BEGIN CERTIFICATE-\nMIIG"..., 4096) = 2147 read(8, "", 4096) = 0 close(8)=

Bug#330602: irssi-text: irssi SEGVs with recent sid perl upgrade

2005-09-28 Thread simon raven
Package: irssi-text Version: 0.8.10rc5-0.1 Severity: grave Justification: renders package unusable hi, just like the subject says, it SEGVs when i launch it. also it dumps core. seems to be DynaLoader related, since i'm seeing similar behaviour with mod_perl (DynaLoader involved in the borkedness

Bug#328048: libapache2-mod-perl2: mod_perl makes apache2 segv

2005-09-12 Thread simon raven
Package: libapache2-mod-perl2 Version: 2.0.1-3 Severity: grave Justification: renders package unusable hi, mod_perl enabled makes apache2 puke with a SIGSEGV; seems to be related to the perl 5.8 update that happened today. before, it was working fine. the straces aren't very helpful except for p

Bug#327269: apache2-mpm-prefork: confirm on SSL breaking

2005-09-10 Thread simon raven
Package: apache2-mpm-prefork Version: 2.0.54-5 Followup-For: Bug #327269 hi, i can confirm on mod_ssl being very borked, as i haven't been able to access SSL-enabled sites, but their HTTP equivalent i have been able to do so. this a PPC server, so it's cross-arch. -- System Information: Debian

Bug#323182: debian-installer: boot.img for sarge doesn't, on PPC

2005-08-15 Thread Simon Raven
Package: debian-installer Severity: grave Justification: renders package unusable boot.img for sarge on powerpc doesn't boot, no matter what i do, what date i get it from (there's a 20041118/ dir on the site, tried those, doesn't want to boot either). i've tried both 2.4 and 2.6 floppies, any mach

Bug#323032: libc6: GLIBC_PRIVATE errors

2005-08-14 Thread simon raven
Package: libc6 Version: 2.3.2.ds1-22 Severity: grave Justification: renders package unusable fakeroot debian/rules binary /usr/bin/make: relocation error: /lib/libdl.so.2: symbol _dl_catch_error, version GLIBC_PRIVATE not defined in file ld.so.1 with link time reference zsh: 8307 exit 127 faker

Bug#295264: php4-auth-pam: crashes apache2 on start as well

2005-02-18 Thread simon raven
Package: php4-auth-pam Version: 0.4-5 Followup-For: Bug #295264 same exact BS. i held the php4 packages for 3 days before trying to upgrade again. commented out the module's loading in /etc/php4/apache2/php.ini, and the daemon is happy again. BTW, thanks for posting that steve, rather enlighten