apache 2.2 broken on sparc-unstable?

2006-10-12 Thread Olivier Mueller
Since a few days (probably the last apt-get update), I get this 
in my error_log:

[Thu Oct 12 22:51:29 2006] [notice] child pid 20359 exit signal
Segmentation fault (11)
[Thu Oct 12 22:51:29 2006] [notice] child pid 20358 exit signal
Segmentation fault (11)
[Thu Oct 12 22:51:29 2006] [notice] child pid 20357 exit signal
Segmentation fault (11)


I tried removing (--purge) all apache and php-related modules,
but even with the default config the result is the same:


u1:~# dpkg -l|grep apache
ii  apache2   2.2.3-2Next generation, scalable, extendable web se
ii  apache2-mpm-prefork 2.2.3-2 
ii  apache2-utils   2.2.3-2  
ii  apache2.2-common2.2.3-2  


any idea? :)
regards,
Olivier



PS: strace:   

u1:~# strace  /usr/sbin/apache2 -k start -X
[...]
open("/etc/group", O_RDONLY)= 8
fcntl64(8, F_GETFD) = 0
fcntl64(8, F_SETFD, FD_CLOEXEC) = 0
_llseek(8, 0, [0], SEEK_CUR)= 0
fstat64(8, {st_mode=S_IFREG|0644, st_size=689, ...}) = 0
mmap2(NULL, 689, PROT_READ, MAP_SHARED, 8, 0) = 0x7001c000
_llseek(8, 689, [689], SEEK_SET)= 0
fstat64(8, {st_mode=S_IFREG|0644, st_size=689, ...}) = 0
munmap(0x7001c000, 689) = 0
close(8)= 0
setgroups32(1, [0]) = 0
geteuid32() = 0
setuid32(33)= 0
getpid()= 20470
epoll_create(1) = -1 ENOSYS (Function not
implemented)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 20470 detached




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: E: Method rred has died unexpectedly!

2006-06-07 Thread Olivier Mueller
On Tue, 2006-06-06 at 23:33 -0700, Jurij Smakov wrote:
> On Wed, 7 Jun 2006, Olivier Mueller wrote:
> 
> > E: Method rred has died unexpectedly!
> 
> That looks very similar to bug 366717. It should be fixed in apt 0.6.44.1.

thanks, it did the trick!

installed
http://ftp.at.debian.org/debian/pool/main/a/apt/apt_0.6.44.1_sparc.deb
and then it worked again. 

172 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 138MB of archives.
After unpacking 11.4MB of additional disk space will be used.
Do you want to continue [Y/n]?

That was time :)
regards,
Olivier



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



E: Method rred has died unexpectedly!

2006-06-06 Thread Olivier Mueller
Hello,

Since a few days, each time I run an "apt-get update", it crashes with
the message "E: Method rred has died unexpectedly!".  Maybe a DB is
corrupted (/ went 100% recently)?   Any idea why I should try?  Even
google/googlenews reports "Your search did not match any documents."... 


u1:~# apt-get update
Ign http://non-us.debian.org unstable/non-US Release.gpg
Ign http://non-us.debian.org unstable/non-US Release
Ign http://non-us.debian.org unstable/non-US/main Packages/DiffIndex
Ign http://non-us.debian.org unstable/non-US/contrib Packages/DiffIndex
[...]
Hit ftp://sunsite.cnlab-switch.ch unstable/main Packages/DiffIndex
Hit ftp://sunsite.cnlab-switch.ch unstable/non-free Packages/DiffIndex
Hit ftp://sunsite.cnlab-switch.ch unstable/contrib Packages/DiffIndex
Hit ftp://sunsite.cnlab-switch.ch unstable/main Sources/DiffIndex
Hit ftp://sunsite.cnlab-switch.ch unstable/non-free Sources/DiffIndex
Hit ftp://sunsite.cnlab-switch.ch unstable/contrib Sources/DiffIndex
Get:6 2006-05-10-1321.16.pdiff [14.2kB]
Get:7 2006-05-10-1321.16.pdiff [252B]
Get:8 2006-05-10-1321.16.pdiff [14.2kB]
E: Method rred has died unexpectedly!

u1:~# uname -a
Linux u1 2.4.24-sparc64 #1 Fri Jan 30 18:32:22 EST 2004 sparc64
GNU/Linux   (ultra1)

Thanks for any hint :)
Olivier




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: mutt / Bus error (retry)

2004-03-22 Thread Olivier Mueller
On Mon, 2004-03-15 at 16:41 +0100, Olivier Mueller wrote:
> On Mon, 2004-03-15 at 16:16, Ben Collins wrote:
> > THen I'd say there's a bug in either libssl, or how mutt uses ssl
> > (probably this one). File a bug on mutt.
> 
> already done 2 months ago: http://bugs.debian.org/228855  :)

well, it is still broken: I'm asking myself:
- is there anybody using mutt+tls/ssl here ?
- or is the problem only on my own sparc box? 

If you'd like to try, what happens if you put this
in your .muttrc:

set imap_user="[EMAIL PROTECTED]"
set spoolfile={mail.omx.ch}
set folder={mail.omx.ch}
mailboxes {mail.omx.ch}

and then start mutt ?  Here it is still:
"Connecting to mail.omx.ch... Bus error"

thx & regards,
Olivier
-- 
___
 Olivier Müller - PGP key ID: 0x0E84D2EA - Switzerland 
E-Mail: http://omx.ch/mail/ - AIM/iChat: swix3k



Re: mutt / Bus error

2004-03-15 Thread Olivier Mueller
On Mon, 2004-03-15 at 16:16, Ben Collins wrote:
> THen I'd say there's a bug in either libssl, or how mutt uses ssl
> (probably this one). File a bug on mutt.

already done 2 months ago: http://bugs.debian.org/228855  :)

regards,
Olivier



Re: mutt / Bus error

2004-03-14 Thread Olivier Mueller
On Sat, 2004-03-13 at 14:14, Ben Collins wrote:
> Try this:
> mv /usr/lib/v9 /usr/lib/v9-tmp
> ldconfig
> 
> Then run mutt and see if it works after that. If so, file a bug on the
> libssl0.9.7 package regarding it's v9 library.

Tried, and sorry: no changes, the bus error was still there. 
Contents of this v9 directory:

u1:~# ls -la /usr/lib/v9/
-rw-r--r--1 root root807136 Nov  7 10:31 libcrypto.so.0.9.6
-rw-r--r--1 root root   1072592 Oct 16 23:07 libcrypto.so.0.9.7
-rw-r--r--1 root root187716 Nov  7 10:31 libssl.so.0.9.6
-rw-r--r--1 root root195032 Oct 16 23:07 libssl.so.0.9.7

regards,
Olivier

-- 
___
 Olivier Müller - PGP key ID: 0x0E84D2EA - Switzerland 
E-Mail: http://omx.ch/mail/ - AIM/iChat: swix3k




Re: mutt / Bus error

2004-03-13 Thread Olivier Mueller
On Sat, 2004-03-13 at 14:07, Ben Collins wrote:
> Hmm...is this on a sparc32 or a sparc64 system?

[EMAIL PROTECTED]:~$ uname -a
Linux u1 2.4.24-sparc64 #1 Fri Jan 30 18:32:22 EST 2004 sparc64
GNU/Linux

(ultra1)

regards,
Olivier
-- 
___
 Olivier Müller - PGP key ID: 0x0E84D2EA - Switzerland 
E-Mail: http://omx.ch/mail/ - AIM/iChat: swix3k




mutt / Bus error

2004-03-13 Thread Olivier Mueller
Hello, 

Do you also have problems on your sparc/debian with mutt ? 

[EMAIL PROTECTED]:~$ mutt

Connecting to mail.omx.ch...Bus error

[EMAIL PROTECTED]:~$ cat .muttrc
set imap_user="[EMAIL PROTECTED]"
set spoolfile={mail.omx.ch}
set folder={mail.omx.ch}
mailboxes {mail.omx.ch}

[EMAIL PROTECTED]:~$ dpkg -l | grep mutt
ii  mutt 1.5.5.1-200401 Text-based mailreader supporting MIME, GPG, 


Here (unstable), it only works when I add "set ssl_starttls=no" to the
.muttrc, but I don't really like to read my mails without encryption.
I tried to announce that as bug: http://bugs.debian.org/228855 two
months ago, but well... no improvement yet :)

should I rather forget mutt and use pine? :)  any suggestion welcome!

regards,
Olivier
-- 
___
 Olivier Müller - PGP key ID: 0x0E84D2EA - Switzerland 
E-Mail: http://omx.ch/mail/ - AIM/iChat: swix3k