Bug#523569: Bug #523569 is a possible duplicate of #521699

2009-08-08 Thread Juha Koho
Hello, setting the timeout solved the problem. Thank you. Regards, Juha -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#509292: rsyslog: random crashes with remote logging

2009-01-04 Thread Juha Koho
On Sat, Jan 3, 2009 at 10:22 PM, Michael Biebl bi...@debian.org wrote: I can reproduce this segfault when I use the $AllowedSender directive in rsyslog.conf and reload rsyslogd. rsyslog is reloaded daily via the cron job, which might explain your regular crashes. Could you please verify,

Bug#509292: rsyslog: random crashes with remote logging

2009-01-10 Thread Juha Koho
On Sat, Jan 10, 2009 at 8:14 AM, Michael Biebl bi...@debian.org wrote: So we have two issues here: 1.) The segfault on reload (triggered by cron) when using $AllowedSender. The following forum entry is very likely about the same issue [1]. This issue is easily reproducible (with 3.18.6 from

Bug#580050: linux-image-2.6.32-3-amd64: kcryptd crashes under heavy I/O

2010-05-03 Thread Juha Koho
Package: linux-2.6 Version: 2.6.32-9 Severity: critical Justification: breaks the whole system Hello, I have the following setup in my system: 6 x 500GB drives with software RAID6 + encryption (luks) + LVM. This is a new installation and I'm having troubles with encryption. Every once and a

Bug#523569: gdm: GDM fails to start (GLX initialization fails)

2009-04-10 Thread Juha Koho
Package: gdm Version: 2.20.9-1 Severity: important Hello, after upgrading to the latest xorg version in unstable gdm no longer starts and the last line in Xorg.0.log is the following: (II) Initializing extension GLX Graphics card (lspci): 01:00.0 VGA compatible controller: nVidia Corporation

Bug#523569: gdm: GDM fails to start (GLX initialization fails)

2009-04-11 Thread Juha Koho
What if you use the nv driver instead? Works (except glx). Regards, Juha -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#523569: gdm: GDM fails to start (GLX initialization fails)

2009-04-11 Thread Juha Koho
What if you use the nv driver instead? And also if I disable glx module in xorg.conf gdm works with the proprietary driver. Regards, Juha -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#523569: gdm: GDM fails to start (GLX initialization fails)

2009-04-11 Thread Juha Koho
I still don't believe this is nvidia-glx issue. I just checked that kdm works also fine. So the problem is _only_ with gdm. I can start X using startx or kdm. Regards, Juha -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#509292: rsyslog: random crashes with remote logging

2008-12-23 Thread Juha Koho
Michael Biebl bi...@debian.org wrote: Could you try to run rsyslog in debug mode: rsyslogd -c 3 -d I have been running rsyslog in debug mode for a couple of days now without problems. But... this morning my remote logging server had crashed which has never happened before. Server has the

Bug#509292: rsyslog: random crashes with remote logging

2008-12-23 Thread Juha Koho
Hello, now my remote logging server had crashed while doing rsyslogd reload in a daily cron job. Client has been running fine since I started running it in debug mode. I'll attach the debugging output just before the crash. Those $Action* and $WorkDirectory directives are not used in the server

Bug#509292: rsyslog: random crashes with remote logging

2008-12-29 Thread Juha Koho
Hello, here's some more information regarding this bug. I had been running my client which had previously crashed almost once a day for several days in debug mode. Suddenly I noticed that rsyslog was running but no log entries were written to any log files. I started to investigate the case and I

Bug#509292: rsyslog: random crashes with remote logging

2008-12-29 Thread Juha Koho
Hello, something strange happened now with my remote logging server after compiling rsyslog with --enable-rtinst and running it in debug mode. During last night the server had crashed completely; DHCP server failed to give IP addresses and I was unable to log in via SSH or access NFS shares. I

Bug#509292: rsyslog: random crashes with remote logging

2008-12-30 Thread Juha Koho
Hello again, now I manually ran rsyslogd reload in the server and I managed to crash rsyslog and here's the last lines of the debug output. Hopefully this helps. This happened when I just ran /etc/init.d/rsyslogd reload. Regards, Juha 5596.889182006:main queue:Reg/w0: main queue: entering rate

Bug#509292: rsyslog: random crashes with remote logging

2009-01-13 Thread Juha Koho
On Tue, Jan 13, 2009 at 5:12 AM, Rainer Gerhards rgerha...@hq.adiscon.com wrote: The primary question I have at this time is if you can reproduce the bug without the $AllowedSender directive (or with the patch I created for the cloned bug). If so, that would be a very good thing. From there, we

Bug#509292: rsyslog: random crashes with remote logging

2009-01-14 Thread Juha Koho
On Wed, Jan 14, 2009 at 9:40 AM, Michael Biebl bi...@debian.org wrote: Then we have the random crashes on the client (tracked as #509292). Juho's rsyslog.conf is at [1]. The only clue so far is, that it is related to multi core machines (= 4 cores). I'm not convinced that it is related to

Bug#511562: rsyslog: segfault on reload when using $AllowedSender

2009-01-15 Thread Juha Koho
On Tue, Jan 13, 2009 at 2:02 AM, Michael Biebl bi...@debian.org wrote: Rainer Gerhards wrote: In my lab, I could reproduce the issue (well, without an abort, unfortunately, but valgrind showed problems). The valgrind run was clean after the change. I would appreciate if you could verify in

Bug#509292: rsyslog: random crashes with remote logging

2009-01-24 Thread Juha Koho
On Tue, Jan 13, 2009 at 8:03 AM, Rainer Gerhards rgerha...@hq.adiscon.com wrote: I'd actually start with removing the $ActionQueue* directives, as they cause additional asynchronizity. But the important thing is it first get back to a state where we can (somewhat) reliably reproduce the bug. I

Bug#509292: rsyslog: random crashes with remote logging

2009-01-25 Thread Juha Koho
On Sat, Jan 24, 2009 at 3:06 PM, Michael Biebl bi...@debian.org wrote: Rainer suspected atomic operations to be the root cause. This would mean a problem in GCC at compile time. rsyslog basically depends on zlib1g and libc6. I don't expect zlib1g to have any influence, so you might wanna