Bug#289943: dhclient-script: The argument to exit_with_hooks() is not propagated to the hook scripts

2005-11-02 Thread Hermann Lauer
Hello Andrew, On Mon, Oct 31, 2005 at 09:56:27PM +1000, Andrew Pollock wrote: run_hook() and run_hookdir() looks okay for me, but the following change looks wrong to me: @@ -64,14 +67,15 @@ # Must be used on exit. Invokes the local dhcp client exit hooks, if any.

Bug#392780: screen hangs at startup, child process segfaults

2006-10-16 Thread Hermann Lauer
On Fri, Oct 13, 2006 at 11:08:27AM -0700, Adam Lazur wrote: You may have to gdb as root to get a core because screen is setgid. screen works perfectly if you run it as root - so thats no way to debug the problem. If I start as user in gdb, the following happened: (gdb) run Starting program:

Bug#392780: screen hangs at startup, child process segfaults

2006-10-13 Thread Hermann Lauer
Package: screen Version: 4.0.2-4.1 Severity: important screen hangs on start, in the process list you see a defunct child process and in dmesg the following line appears: screen[16884]: segfault at 00f0 rip 2b5dfe3b rsp 7ff89100 error 4 I tried to get a core dump or

Bug#344563: nscd disk cache corrupted again

2008-09-03 Thread Hermann Lauer
Package: nscd Version: 2.3.6.ds1-13etch7 Followup-For: Bug #344563 today I noticed a failure of nscd, restarting in debug mode yields to the famous nscd: cache.c:335: prune_cache: Assertion `dh-usable' failed. Cleaning the cache files in /var/db/nscd helped for the moment. So yes, this bug is

Bug#495216: installation-reports: sparc64 V480 lenny: installer/kernel hangs after exec busybox init

2008-08-15 Thread Hermann Lauer
Package: installation-reports Version: lenny Severity: important -- Package-specific info: Boot method: network Image version: http://people.debian.org/~stappers/d-i/sparc/daily/netboot/boot.img 15-Aug-2008 05:14 Date: 20080815 Machine: Sun Fire V480, ultrasparc Partitions: Base System

Bug#495216: installation-reports: sparc64 V480 lenny: installer/kernel hangs after exec busybox init

2008-09-17 Thread Hermann Lauer
On Tue, Sep 16, 2008 at 04:49:34PM +0200, Jrmy Bobbio wrote: Could you try again with one of the daily built images? Sparc kernels for d-i have been updated and should boot properly now. Nope, Sun Fire 480R seems to hang hard in or after the cassini gigabit network driver now. Note, that this

Bug#495216: kernel 2.6.26.5 SMP boots and stable executing the installer so far

2008-09-10 Thread Hermann Lauer
) a little script to extract the installer initramfs from the netboot images: #!/usr/bin/python # (C) Hermann Lauer 2008 # can be distibuted under GPLv3 or later import sys f=file(sys.argv[1]) GZIPSIG='\037\213\010' x=f.read() #print x.count('\037\213\010'),x.count('\037\236') cnt=1 loc=0 while True

Bug#252400: libpam-ldap: ldap passwd access support design issues

2008-01-10 Thread Hermann Lauer
Package: libpam-ldap Version: 180-1.7 Followup-For: Bug #252400 the problem reported is a design issue in the passwd access system: /etc/shadow is not world readable, so in pam_unix (when called as a normal user process) a helper process (which is setgid shadow) is used to check the passwd.

Bug#456167: libpam-ldap: segfault while passwd changing

2007-12-13 Thread Hermann Lauer
Package: libpam-ldap Version: 180-1.7 Severity: normal When setting pam_password exop_send_old in the conffile /etc/pam_ldap.conf passwd segfaults: Enter login(LDAP) password: New password: Re-enter new password: Segmentation fault Aktually I'm trying to get pam_password exop working, which

Bug#307486: libnss-ldap: upgrade to version 238 stopped ldap from working

2005-05-23 Thread Hermann Lauer
X-Mailer: reportbug 3.8 Package: libnss-ldap Version: 238-1 Followup-For: Bug #307486 Upgrading from 220 to 238 stopped libnss lookups trough ldap from working. Copying the shared 220 lib enabled libnss lookups to ldap again. Couldn't find anything in the logfiles. Any information how to

Bug#445945: gq don't start on remote Sun 8 bit TrueColor Visual

2007-10-09 Thread Hermann Lauer
Package: gq Version: 1.0.0-3 Severity: important Sarge gq works with my remote Sun 8 Bit TrueColor Station, after upgrading to etch gq fails with: Error: Cairo does not yet support the requested image format: Depth: 8 Alpha mask: 0x Red mask: 0x0007

Bug#445945: xdpyinfo output

2007-10-09 Thread Hermann Lauer
see attached xdpyinfo.outname of display:localhost:11.0 version number:11.0 vendor string:Sun Microsystems, Inc. vendor release number:6610 maximum request size: 262140 bytes motion buffer size: 256 bitmap unit, bit order, padding:32, MSBFirst, 32 image byte order:

Bug#443475: nscd aborts with other messages,too

2007-10-10 Thread Hermann Lauer
Package: nscd Version: 2.3.6.ds1-13etch2 Followup-For: Bug #443475 nscd stops shortly here with another message: nscd: cache.c:144: cache_add: Assertion `newp-key + newp-len = table-head-first_free' failed. LDAP is used here, too. Please tell me if you need more information. -- System

Bug#443475: Mentioned workaround persistent {passwd,group,hosts} no is not working here

2007-10-16 Thread Hermann Lauer
nscd keeps still crashing, even with persistent set to no, so no disk cache is be written any more. crash output and nscd.conf is attached. Please tell me what else I need to provide to debug this issue further on. This is getting a major obstacle. -- Netzwerkadministration/Zentrale Dienste,

Bug#447024: eog did not start on remote sun display

2007-10-17 Thread Hermann Lauer
Package: eog Version: 2.16.3-3 Severity: important On my remote Sun dispaly eog loops while starting, opening a lot of windows and with the appended message. It has to be stopped with ctrl-c or kill. Error: Cairo does not yet support the requested image format: Depth: 8 Alpha

Bug#392780: screen hangs at startup, child process segfaults

2007-07-27 Thread Hermann Lauer
Hello, it's working in an upgraded etch machine, so that issue is no longer really importand for us. Thanks, Hermann -- Netzwerkadministration/Zentrale Dienste, Interdiziplinaeres Zentrum fuer wissenschaftliches Rechnen der Universitaet Heidelberg IWR; INF 368; 69120 Heidelberg; Tel:

Bug#412408: How to solve ?

2007-09-14 Thread Hermann Lauer
Hello, I stumbled on that bug while automating an etch installation. Using start_tls in libnss-ldap is needed here, so that you have the chicken and egg problem with udev needing /dev/(u)random before creating it. Any solution ahead ? thanks, greetings Hermann --

Bug#289943: dhclient-script: The argument to exit_with_hooks() is not propagated to the hook scripts

2005-09-27 Thread Hermann Lauer
Hello Andrew, On Fri, Sep 16, 2005 at 07:57:48PM +1000, Andrew Pollock wrote: I've got to say I'm not quite following what you're saying the problem is here. I've examined the stock linux dhclient-script that ships with the source, and I can't see how it's passing any arguments to the hooks

Bug#341380: lilo-installer cannot handle image in /boot

2006-03-28 Thread Hermann Lauer
Hi all, will this issue be fixed in an installer update for sarge ? At the moment I'm generating two links from my preseed file with the following kludge to get lilo-installer running: d-i preseed/early_command string echo ln -s boot/initrd.img /target/initrd.img; ln -s

Bug#469830: cfengine2: cfservd could not be started as non root (see upstream fix)

2008-03-07 Thread Hermann Lauer
Package: cfengine2 Version: 2.1.20-1 Severity: normal cfservd could not be started as non root because of the fixed pid file location. Upstream ist fixed around 2.1.22 according to this email: https://cfengine.org/pipermail/bug-cfengine/2007-January/52.html Please consider also allowing

Bug#470261: tcp wrapper of slapd not working correctly: access from unknown denied

2008-03-10 Thread Hermann Lauer
Package: slapd Version: 2.3.30-5 Severity: normal subnet string matching in /etc/hosts.allow did not work, at least on the sparc version. A probable cause could be an libwrap/threading/strtok issue mentioned in the mails here: http://archive.netbsd.se/?ml=OpenLDAP-bugsa=2005-10t=1399029

Bug#612406: nagios3: example apache2.conf is not working due to php5.conf changes in squeeze

2011-02-08 Thread Hermann Lauer
Package: nagios3 Version: 3.2.1-2 Severity: normal Tags: patch after upgrading to squeeze the nagiospage downloads a phtml file instead of showing content in the webbrowser. Culprit is a change in php5.conf, so apache2.conf needs to be patched like attached - or the bug forwarded to the php5

Bug#595733: installation-reports: [sparc][squeeze beta2] Sun Ultrasparc 60

2010-12-16 Thread Hermann Lauer
Package: installation-reports Severity: normal -- Package-specific info: Boot method: network Image version: http://ftp.nl.debian.org/debian/dists/testing/main/installer-sparc/current/images/netboot/boot.img (01-12-10) Date: 16.12.2010 Machine: Sun Ultrasparc 60 Partitions: df -Tl will do;

Bug#607375: mdadm: -e 1 generates superblock 1.2 while manpage says 1.0

2010-12-17 Thread Hermann Lauer
Package: mdadm Version: 3.1.4-1+8efb9d1 Severity: normal mdadm --create -e 1 should generate an superblock 1.0 according to the manpage, but instead generated an 1.2 superblock here. Who is right ? -- Package-specific info: WARNING: the following output was not generated by the root user. If

Bug#607375: mdadm: -e 1 generates superblock 1.2 while manpage says 1.0

2010-12-17 Thread Hermann Lauer
On Fri, Dec 17, 2010 at 05:20:43PM +0100, martin f krafft wrote: severity 607375 minor thanks also sprach Hermann Lauer hermann.la...@iwr.uni-heidelberg.de [2010.12.17.1623 +0100]: mdadm --create -e 1 should generate an superblock 1.0 according to the manpage, but instead generated

Bug#595733: #595733 [sparc] sym53c8xx is not autodetected

2011-01-17 Thread Hermann Lauer
Hello, On Sun, Jan 16, 2011 at 08:47:40PM +, Miguel Figueiredo wrote: Hi, sym53c8xx is included in the linux-kernel-di-sparc-2.6 so i guess it should be detected. Can you try with a recent image and give feedback? You are right, it is detected now (9699532 2010-12-15 17:09

Bug#595733: #595733 [sparc] sym53c8xx is not autodetected

2011-01-17 Thread Hermann Lauer
On Mon, Jan 17, 2011 at 11:17:20AM +0100, Ferenc Wagner wrote: Hermann Lauer hermann.la...@iwr.uni-heidelberg.de writes: On Sun, Jan 16, 2011 at 08:47:40PM +, Miguel Figueiredo wrote: sym53c8xx is included in the linux-kernel-di-sparc-2.6 so i guess it should be detected. Can you

Bug#516785: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic

2010-01-13 Thread Hermann Lauer
On Tue, Jan 12, 2010 at 10:35:53PM +0100, Moritz Muehlenhoff wrote: The conversation with Dave petered out, was the further discussion/ investigation? I tried again with vanilla 2.6.32 (2.6.27-2.6.31 are unusable due to a kernel memory corruption bug), the driver is still crashing my Sunfire

Bug#533601: [sparc] tcpd fails reverse name resolution

2009-08-14 Thread Hermann Lauer
On Mon, Jul 06, 2009 at 12:33:29PM +0200, Hermann Lauer wrote: Probably the next test should be on a x86 machine. The comments on the debian-sparc lists where not Tested today on a x86 32 bit lenny machine - exactly the same behaviour. So this bug is not sparc specific - which is somehow

Bug#514578: libgnutls26: ldapsearch also not working here

2009-02-09 Thread Hermann Lauer
Subject: libgnutls26: ldapsearch also not working here Followup-For: Bug #514578 Package: libgnutls26 Version: 2.4.2-5 *** Please type your report below this line *** Same error here from ldapsearch. Our certificates indeed contains: Signature Algorithm: md5WithRSAEncryption Are there

Bug#531818: installation-reports: [sparc][netboot][20090603] kernel hangs on a V480

2009-06-04 Thread Hermann Lauer
Package: installation-reports Severity: normal Kernel 2.6.26 from daily netboot hangs at boot time -- Package-specific info: Boot method: network Image version: http://people.debian.org/~stappers/d-i/sparc/daily/netboot/boot.img Date: 20090604 Machine: Sun Fire 480R Partitions: na Base

Bug#535448: /sbin/fdisk: [sparc] gnu-fdisk didn't show the partion length on sun disklabels

2009-07-02 Thread Hermann Lauer
Package: gnu-fdisk Version: 1.2-1 Severity: normal File: /sbin/fdisk see output below, Blocks shouldn't be 0, as /proc/partions show. # fdisk -l /dev/sda GNU Fdisk 1.2.1 Copyright (C) 1998 - 2006 Free Software Foundation, Inc. This program is free software, covered by the GNU General Public

Bug#533601: [sparc] tcpd fails reverse name resolution

2009-07-06 Thread Hermann Lauer
On Mon, Jun 29, 2009 at 10:31:10AM +0200, Hermann Lauer wrote: I looked at the tcpd sources and saw some debug options, but did not found the time to try something yet. slapd's libwrap0 is also still failing substring matching in domain names (e.g .iwr.uni-heidelberg.de), which I reported

Bug#516785: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic

2010-03-01 Thread Hermann Lauer
On Wed, Jan 13, 2010 at 09:29:25AM +0100, Hermann Lauer wrote: I tried again with vanilla 2.6.32 (2.6.27-2.6.31 are unusable due to a kernel memory corruption bug), the driver is still crashing my Sunfire V480R. Tried today vanilla 2.6.33, then did a: # modprobe -v cassini cassini_debug=-1

Bug#595733: installation-reports: [sparc] Sun Enterprise 450 installs with minor problems

2010-09-06 Thread Hermann Lauer
Package: installation-reports Severity: minor Tags: d-i -- Package-specific info: Boot method: network Image version: http://people.debian.org/~stappers/d-i/sparc/daily/netboot/boot.img Date: 12-Jul-2010 11:27 Machine: Sun Enterprise 450 Partitions: df -Tl will do; the raw partition table is

Bug#549116: mailman: Probably fixed by #517997, not in lenny yet

2010-11-12 Thread Hermann Lauer
Package: mailman Version: 1:2.1.11-11+lenny1 Followup-For: Bug #549116 Probably the fix (http://www.mail-archive.com/mailman-us...@python.org/msg52700.html) for #517997 (which is already archived) will fix this too. Why is that fix not in lenny ? Applying it local avoided the exception here

Bug#508883: udev: scsi_id -u returns space

2008-12-16 Thread Hermann Lauer
Package: udev Version: 0.105-4 Severity: normal space mangling in scsi_id to underscores seems not to be working correct: /sbin/scsi_id -g -i -u -s /block/sde 3:0:1:0: 3600d02300032255c0122783b0a00 According to the manpage stdout should be '3:0:1:0:_3600d02300032255c0122783b0a00', or

Bug#516785: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic

2009-02-23 Thread Hermann Lauer
Package: linux-image-2.6.26-1-sparc64-smp Version: 2.6.26-13 Severity: important lenny 2.6.26 kernel crashes on using the buildin cassini 1000T network ports on a 2 processor SunFire 480R. 2.6.24 etchnhalf already had the same problem See also the thread with DaveM at:

Bug#523106: mdadm: [sparc64] initramfs assembly of mdraid fails due to partitions detected only later

2009-04-08 Thread Hermann Lauer
Package: mdadm Version: 2.6.7.2-1 Severity: normal On a Sunfire 250 Ultrasparc machine detecting scsi harddrives and partitions took to long, so the /usr/share/initramfs-tools/scripts/local-top/mdadm script in the initramfs fails. Adding a sleep 10 before starting the md raid as a workaround

Bug#508883: udev: scsi_id -u returns space

2009-03-03 Thread Hermann Lauer
On Tue, Mar 03, 2009 at 02:56:35PM +0100, Michael Prokop wrote: According to the manpage stdout should be '3:0:1:0:_3600d02300032255c0122783b0a00', or ? ... I'd say the docs aren't precise enough regarding the -i option because IMHO that's intented behaviour. But: I just searched for

Bug#574990: nscd crashes after restart after sshd hangs

2010-07-29 Thread Hermann Lauer
Hello, with libnss-ldap and nscd on lenny latest from time to time we have unresolved bug #552431, which makes sshd hanging due to suddenly unresolvable sshd system user. Today nscd crashed after sshd hanging and login was possible. I set paranoia yes in nscd.conf without setting

Bug#592850: nscd fortget about users in nss:files or hangs

2010-08-13 Thread Hermann Lauer
Package: nscd Version: 2.7-18lenny4 Severity: normal nscd did not answer queries for passwd entry for root and sshd from time to time, so no login is possible to the machine anymore. Probably related to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574990 As files is before libnss-ldap (see

Bug#513305: ITP: unscd -- Micro Name Server Caching Daemon

2010-08-13 Thread Hermann Lauer
--- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -unscd (0.36-1) unstable; urgency=low +unscd (0.47-0+hl1) unstable; urgency=low + + * NMU by HL. + * New upstream release. + + -- Hermann Lauer la...@uni-hd.de Fri, 13 Aug 2010 14:53:26 +0200 + +unscd (0..36-1) unstable; urgency=low

Bug#549904: nbd-client: md raid1 hangs over nbd device if nbd-server is dead

2009-10-06 Thread Hermann Lauer
Package: nbd-client Version: 1:2.9.11-3 Severity: important with the raid1 setup below if the nbd-server stops nbd-client dies too, the /dev/nbd0 device disappears and a cat /proc/mdstat simple hangs. The raid layer seems to get no error from the nbd0 device to disable the device. Adding the

Bug#549904: nbd-client: md raid1 hangs over nbd device if nbd-server is dead

2009-10-07 Thread Hermann Lauer
On Wed, Oct 07, 2009 at 12:03:01AM +0200, Wouter Verhelst wrote: with the raid1 setup below if the nbd-server stops nbd-client dies too, the /dev/nbd0 device disappears What do you mean by 'the device disappears'? The device node will not go away; do you just mean to say that the

Bug#550863: linux-image-2.6.26-2-amd64: kernel did not propagate I/O errors up after nbd server disconnection

2009-10-13 Thread Hermann Lauer
Package: linux-image-2.6.26-2-amd64 Version: 2.6.26-19 Severity: important Tags: patch Using an raid1 on top of a network block device (/dev/nbd0) with the lenny kernel is impossible, as the kernel will hang on a cat /proc/mdstat and on md accesses after the nbd-client died after a network

Bug#533601: [sparc] tcpd fails reverse name resolution

2009-06-19 Thread Hermann Lauer
On Fri, Jun 19, 2009 at 10:44:13AM +0200, Marco d'Itri wrote: On Jun 19, hlauer hermann.la...@iwr.uni-heidelberg.de wrote: which shows, that reverse name resolution fails somehow. Please find out why. Here is the test script in /tmp/test: #!/bin/sh /usr/bin/logger -p daemon.notice tcp $@

Bug#533601: [sparc] tcpd fails reverse name resolution

2009-06-29 Thread Hermann Lauer
On Sun, Jun 28, 2009 at 01:58:10AM +0200, Marco d'Itri wrote: On Jun 19, Marco d'Itri m...@linux.it wrote: Which is what I expect. I'm not shur if dig is the best tool here, which should I use ? printf? A debugger? Are there any news about this bug? I cannot reproduce it on my system

Bug#622745: linux-image-2.6-sparc64-smp: squeeze provided kernels did not boot on Sun Fire 480R or 880

2011-04-14 Thread Hermann Lauer
Package: linux-image-2.6-sparc64-smp Version: 2.6.38+33 Severity: critical Tags: d-i upstream Justification: breaks the whole system As discussed in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516785, there is no working kernel in squeeze available for this class of machines. vanilla

Bug#516785: Sun Fire 480R booting now [Was: Re: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic]

2011-04-14 Thread Hermann Lauer
On Wed, Apr 13, 2011 at 09:01:27PM +0200, Moritz M?hlenhoff wrote: For the debian sparc list: Hoping that wheezy will get a 2.6.38 kernel. A 2.6.38 based kernel image is already available in wheezy/testing Please test it and report, if it also works. Refiled this at

Bug#516785: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic

2011-04-04 Thread Hermann Lauer
On Fri, Apr 01, 2011 at 09:42:06PM +0200, Moritz M?hlenhoff wrote: On Mon, Mar 01, 2010 at 12:30:05PM +0100, Hermann Lauer wrote: On Wed, Jan 13, 2010 at 09:29:25AM +0100, Hermann Lauer wrote: I tried again with vanilla 2.6.32 (2.6.27-2.6.31 are unusable due to a kernel memory

Bug#612406: [Pkg-nagios-devel] Bug#612406: nagios3: example apache2.conf is not working due to php5.conf changes in squeeze

2011-02-14 Thread Hermann Lauer
On Sat, Feb 12, 2011 at 09:21:36AM +0100, Alexander Wirt wrote: tag 612406 unreproducible moreinfo thanks Hermann Lauer schrieb am Tuesday, den 08. February 2011: Package: nagios3 Version: 3.2.1-2 Severity: normal Tags: patch after upgrading to squeeze the nagiospage downloads

Bug#632839: alien reporting deb generated while actually failing

2011-07-06 Thread Hermann Lauer
Package: alien Version: 8.81 Severity: normal alien is reporting a .deb generated while actually failing, probaly due to architecture issues. Output of fakeroot alien --veryverbose TIVsm-API64.i386.rpm is attached. -- System Information: Debian Release: 6.0.2 APT prefers stable APT

Bug#637543: libpam-ldap: pam_template_login not working as documented in manpage

2011-08-12 Thread Hermann Lauer
Package: libpam-ldap Version: 184-8.5 Severity: normal Tags: patch the appended small fix makes pam_template_login_attribute and pam_template_login working for my case as described in the manpage. Please review and tell me if I missed something. Thanks, Hermann -- System Information: Debian

Bug#638163: lircd device autodetection is gone in squeeze init script

2011-08-17 Thread Hermann Lauer
Package: lirc Version: 0.8.3-5 Severity: normal Tags: patch This is a multi-part MIME message sent by reportbug. --===1280232823== Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: lirc Version: 0.8.3-5

Bug#638163: [Pkg-lirc-maint] Bug#638163: lircd device autodetection is gone in squeeze init script

2011-09-01 Thread Hermann Lauer
On Wed, Aug 31, 2011 at 02:12:19PM +0200, Stefan Lippers-Hollmann wrote: On Wednesday 31 August 2011, Hermann Lauer wrote: [...] auto device detection is not working any more in squeeze, code looks bad. with auto device detection I mean DEVICE=, as you can see from my /etc/lirc/hardware.conf

Bug#632839: alien reporting deb generated while actually failing

2011-08-05 Thread Hermann Lauer
On Wed, Jul 06, 2011 at 12:59:40PM -0400, Joey Hess wrote: Hermann Lauer wrote: alien is reporting a .deb generated while actually failing, probaly due to architecture issues. Output of fakeroot alien --veryverbose TIVsm-API64.i386.rpm is attached. Why do you think the package

Bug#516785: [sparc] SunFire480R cassini network driver kernel panic

2011-08-09 Thread Hermann Lauer
On Tue, Aug 09, 2011 at 06:16:25AM +0200, Jonathan Nieder wrote: It seems that the pata_cmd64x bug has been fixed. cassini has received some fixes since 2.6.26, too, so if you get a chance to test 3.0.0-1, that would be interesting. compiled and tested cassini in vanilla 3.0: Still crashing

Bug#516785: Bug #516785: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic

2012-06-27 Thread Hermann Lauer
On Mon, Jun 04, 2012 at 04:35:57PM +0200, Hermann Lauer wrote: On Sat, Jun 02, 2012 at 03:57:54AM +0800, Aron Xu wrote: I have remote ssh access (root) to that running SunFire 408R, what can I do to help you? ... PS: I've disabled the rename function of udev and set hwaddress in /etc

Bug#665932: strace from vanilla kernel 3.2.17

2012-06-27 Thread Hermann Lauer
See strace from vanilla 3.2.17 below, hope that helps. Greetings Hermann # strace lshw execve(/usr/bin/lshw, [lshw], [/* 16 vars */]) = 0 brk(0) = 0xa6000 uname({sys=Linux, node=tantalus, ...}) = 0 access(/etc/ld.so.nohwcap, F_OK) = -1 ENOENT (No such file

Bug#665932: [SPARC] kernel panic (Irrecoverable deferred error trap) executing lshw as root

2012-06-27 Thread Hermann Lauer
On Wed, Jun 27, 2012 at 06:27:54AM -0500, Jonathan Nieder wrote: If I am reading this correctly, lshw reads from an unfortunate area of /dev/mem, which trips a trap. So this seems likely to be an lshw bug, though the upstream maintainer rejected the report. Also seems analagous to

Bug#516785: Bug #516785: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic

2012-06-01 Thread Hermann Lauer
On Tue, Mar 27, 2012 at 03:22:38PM +0100, Ben Hutchings wrote: On Tue, 2012-03-27 at 15:42 +0800, Aron Xu wrote: I can confirm that Debian Squeeze 6.0.4, with kernel linux-image-2.6.32-5-sparc64-smp, version 2.6.32-41 or 2.6.32-41squeeze2, does not crash anymore. The installation process is

Bug#516785: Bug #516785: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic

2012-06-04 Thread Hermann Lauer
On Sat, Jun 02, 2012 at 03:57:54AM +0800, Aron Xu wrote: I have remote ssh access (root) to that running SunFire 408R, what can I do to help you? ... PS: I've disabled the rename function of udev and set hwaddress in /etc/network/interfaces directly to work around the always changing mac

Bug#574990: Ping: nscd crashes after moderate use

2012-03-05 Thread Hermann Lauer
related bug could be closed from my point of view. Hermann Lauer -- Netzwerkadministration/Zentrale Dienste, Interdiziplinaeres Zentrum fuer wissenschaftliches Rechnen der Universitaet Heidelberg IWR; INF 368; 69120 Heidelberg; Tel: (06221)54-8236 Fax: -5224 Email: hermann.la...@iwr.uni

Bug#516785: Bug #516785: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic

2013-07-23 Thread Hermann Lauer
On Tue, Jul 09, 2013 at 05:42:20PM +0200, Moritz Muehlenhoff wrote: No, a second machine of the same type is available now for testing - and also crashing after loading of the cassini driver. Here lspci and cpuinfo: ... 0002:00:02.0 Ethernet controller: Oracle Corporation Cassini

Bug#720469: msgpack-python: [sparc] msgpack-python missing in wheezy

2013-08-22 Thread Hermann Lauer
Package: msgpack-python Version: 0.2.0-1 Severity: serious Justification: fails to build from source (but built successfully in the past) Dear Maintainer, msgpack-python is not build for sparc in wheezy, but a build here worked after installing cython and manually installing python-setuptools.

Bug#670231: /usr/bin/lscpu: Re: util-linux: lscpu misses second CPU on some sparc64 boxes

2013-05-10 Thread Hermann Lauer
Package: util-linux Version: 2.20.1-5.3 Followup-For: Bug #670231 Dear Maintainer, same here, a sparse cpu is not counted in lscpu, see below. Thanks, Hermann # lscpu Architecture: sparc64 CPU op-mode(s):32-bit, 64-bit Byte Order:Big Endian CPU(s):

Bug#516785: Bug #516785: linux-image-2.6.26-1-sparc64-smp: [sparc] SunFire480R cassini network driver kernel panic

2012-03-28 Thread Hermann Lauer
On Tue, Mar 27, 2012 at 03:22:38PM +0100, Ben Hutchings wrote: On Tue, 2012-03-27 at 15:42 +0800, Aron Xu wrote: Hi, I can confirm that Debian Squeeze 6.0.4, with kernel linux-image-2.6.32-5-sparc64-smp, version 2.6.32-41 or 2.6.32-41squeeze2, does not crash anymore. The installation

Bug#696228: graphite-carbon: logrotate and internal carbon log rotation interact badly

2013-01-03 Thread Hermann Lauer
Hello Jonas, On Thu, Dec 20, 2012 at 10:23:48PM +0100, Jonas Genannt wrote: many thanks for the quick patch, which looks like doing the right thing. Our customized package contains it now and is running, will report when I'm shure it works like expected. # ls -l listener.log* -rw-r- 1

Bug#696228: graphite-carbon: logrotate and internal carbon log rotation interact badly

2013-01-11 Thread Hermann Lauer
Hello Jonas, On Thu, Jan 03, 2013 at 12:46:34PM +0100, Hermann Lauer wrote: looks still somehow messy, but deleted now all console.log* files as you said and will watch if a new mess builds up during the next days. Deleted the default logrotate rule for carbon a few days ago and are seeing

Bug#696228: graphite-carbon: logrotate and internal carbon log rotation interact badly

2013-01-17 Thread Hermann Lauer
Hello Jonnas, On Sun, Jan 13, 2013 at 04:44:49PM +0100, Jonas Genannt wrote: This looks like the twisted log class used in carbon is still doing internal logrotation when the file exceeds 1M in size. I have updated the patch against Carbon, it now disables rotateLength. That is by

Bug#696228: graphite-carbon: logrotate and internal carbon log rotation interact badly

2012-12-18 Thread Hermann Lauer
Package: graphite-carbon Version: 0.9.10-1.1 Severity: normal Dear Maintainer, the usage of both logrotate and the carbon internal logrotation facility yields to the logs splitted, see content of directory /var/log/carbon below. For the moment, disabling /etc/logrotate.d/graphite-carbon would

Bug#696228: graphite-carbon: logrotate and internal carbon log rotation interact badly

2012-12-19 Thread Hermann Lauer
Hello Jonas, On Tue, Dec 18, 2012 at 06:46:55PM +0100, Jonas Genannt wrote: you are correct. Carbon rotates also. I have created an patch against that problem. ... If it works on your side, I will submit it to upstream. many thanks for the quick patch, which looks like doing the right

Bug#699881: RFP: python-pyfpdf -- Simple PDF generation for Python

2013-02-06 Thread Hermann Lauer
Package: wnpp Severity: wishlist * Package name: python-pyfpdf Version : 1.7 Upstream Author : Mariano Reingart reing...@gmail.com * URL : http://code.google.com/p/pyfpdf * License : LGPL Programming Lang: Python Description : Simple PDF generation for

Bug#644512: sound-juicer: Completely broken track lookup

2012-05-12 Thread Hermann Lauer
This is a multi-part MIME message sent by reportbug. --===6785641834234096218== Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: sound-juicer Version: 3.4.0-1 Followup-For: Bug #644512 Dear Maintainer,

Bug#720469: msgpack-python: [sparc] msgpack-python missing in wheezy

2013-08-23 Thread Hermann Lauer
On Thu, Aug 22, 2013 at 07:48:41PM +0100, Adam D. Barratt wrote: Control: severity -1 important On Thu, 2013-08-22 at 13:07 +0200, Hermann Lauer wrote: Package: msgpack-python Version: 0.2.0-1 Severity: serious Justification: fails to build from source (but built successfully

Bug#672496: shinken: New upstream release

2013-06-04 Thread Hermann Lauer
Package: shinken Followup-For: Bug #672496 Dear Maintainer, upstream 1.4 is out and even unstable still contains 0.6.5. Please consider updating, shinken releases from upstream are running stable here. Thanks for any work on this, Hermann -- System Information: Debian Release: 7.0 APT

Bug#637543: libpam-ldap: pam_template_login not working as documented in manpage

2014-01-20 Thread Hermann Lauer
Package: libpam-ldap Version: 184-8.6 Followup-For: Bug #637543 Dear Maintainer, the patch send in for squeeze is needed to fix this issue also in wheezy. It was running on squeeze over 2 years and on wheezy 2 weeks now without any problems. Please consider inclusion, thanks greetings

Bug#740072: memtester: [sparc] only 32-bit on 64-bit system

2014-02-25 Thread Hermann Lauer
Package: memtester Version: 4.2.2-1 Severity: normal Dear Maintainer, on a sparc 64bit system with 16G memory: # memtester 15G memtester version 4.2.2 (32-bit) Copyright (C) 2010 Charles Cazabon. Licensed under the GNU General Public License version 2 (only). pagesize is 8192 pagesizemask is

Bug#745938: the future of sparc in unstable

2014-05-02 Thread Hermann Lauer
Just to let all know: Here are Sun Enterprise 880,480,280 and 450 running wheezy (and still squeeze) fine, there are only minor issues with those kernels (look at the linux sparc mailing list and in the debian BTS if you are interested - or ask) here. In the small timeslots left I even compiled

Bug#757787: installation-reports: sparc netboot install wheezy works only with boot.img from 2013

2014-08-11 Thread Hermann Lauer
Package: installation-reports Severity: important Dear Maintainer, the modules on the debian mirrors for the sparc architecture (wheezy) did not match the kernel in the current wheezy netboot image. Finaly found that

Bug#747098: openssh-client: key negotiation fails for mtu1500 and Ciphers (options) 3

2014-07-23 Thread Hermann Lauer
Source: openssh Followup-For: Bug #747098 Dear Maintainer, same here - ssh over a 10 GE interface to a wheezy machine with mtu 9000 hangs until a tcp timeout after: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY The attached wireshark capture on the client machine shows the ssh Client: Key

Bug#749991: both installer betas suffer from this

2014-10-14 Thread Hermann Lauer
On Thu, Oct 02, 2014 at 02:24:45PM +0200, Hermann Lauer wrote: both Jessie beta 1 amd64 images (20140316 and 20140802) suffer from this. fixed with Jessie beta 2 netboot here. And serial console works with: append initrd=debian-installer/amd64/initrd.gz auto priority=critical url=http

Bug#749991: both installer betas suffer from this

2014-10-02 Thread Hermann Lauer
just to note: both Jessie beta 1 amd64 images (20140316 and 20140802) suffer from this. As a workaround I use at the moment http://d-i.debian.org/daily-images/amd64/daily/, which starts the installer (serial console is broken) at least. In the last months I noticed the missing kernel modules

Bug#770479: linux-image-3.16.0-4-amd64: nbd timeout option is not working

2014-11-21 Thread Hermann Lauer
Package: src:linux Version: 3.16.7-2 Severity: normal Tags: patch Dear Maintainer, the nbd timeout settings from nbd-client to the kernel is broken inside the jessie kernel. This renders raid1 on top of nbd devices useless, as that device will simply hang when the network connection or the

Bug#768962: linux-image-3.2.0-4-sparc64-smp: [sparc] wheezy kernel hangs when loading i2c during boot

2014-11-10 Thread Hermann Lauer
Package: src:linux Version: 3.2.63-2+deb7u1 Severity: normal Dear Maintainer, a regression in the hopefully still maintained wheezy sparc kernel: The older version linux-image-3.2.0-3-sparc64-smp boots without problems. This is a hard hang, break did not bring a prom prompt and a reset issued

Bug#769535: shinken: service shinken-arbiter works on all daemon

2014-11-14 Thread Hermann Lauer
Package: shinken Version: 2.0.3-3 Severity: normal Dear Maintainer, service shinken-arbiter act on all deamons, not only the arbiter. While with service shinken-arbiter: service shinken-arbiter status Checking status of scheduler scheduler RUNNING (pid 27127) .. ok Checking status of poller

Bug#771209: netboot: recommended jessie beta2 fails due to kernel mismatch

2014-11-27 Thread Hermann Lauer
Package: installation-reports Severity: important Tags: d-i Dear Maintainer, there seems to be no checks on the debian ftp servers which hinders disapearing of udeb kernel modules while still referenced from current netboot images. So the recommended jessie beta2 (debian.org testing) netboot

Bug#769535: [Pkg-shinken-maint] Bug#769535: shinken: service shinken-arbiter works on all daemon

2014-12-01 Thread Hermann Lauer
as we use python2.7, but otherwise build fine and dependend packages (mod-webui etc.) install clean from testing. Can send the patch if someone likes to put shinken2 in wheezy-backports. On 14/11/14 06:32 AM, Hermann Lauer wrote: While with service shinken-arbiter: ... this is only annoying

Bug#770174: salt-common: service module doesn't work for init scripts

2014-12-02 Thread Hermann Lauer
Package: salt-minion Version: 2014.1.13+ds-2 Followup-For: Bug #770174 Dear Maintainer, after fixing service.status (many thanks) service.enabled seems to need also a fix: # salt-call service.enabled shinken [INFO] Executing command 'systemctl is-enabled shinken.service' in directory

Bug#777125: sysvinit-utils: service cmd with systemd shows, but did not stop duplicate instances of nslcd

2015-02-05 Thread Hermann Lauer
Package: sysvinit-utils Version: 2.88dsf-58 Severity: normal Dear Maintainer, during some service {start,stop,restart,status} nslcd usage there are for unknown reasons two instances of nslcd running: # service nslcd status ● nslcd.service - LSB: LDAP connection daemon Loaded: loaded

Bug#775847: openipmi: solterm is not working without ssl

2015-01-20 Thread Hermann Lauer
Package: openipmi Version: 2.0.16-1.4 Severity: important Dear Maintainer, please compile openipmi with openssl, as without solterm is basically useless: solterm lan -U root -P xxx testhost Connecting to remote system... SEVR: No connection to BMC is available. RMCP+: NoCipherSuiteMatch

Bug#778533: jessie: first start of gtk emacs always fail

2015-02-16 Thread Hermann Lauer
Package: emacs Version: 46.1 Severity: normal Dear Maintainer, in jessie an invocation of emacs on a remote ssh session always fails the first time, please see below. The second time it is working. Thanks for any help, greetings Hermann emacs ** (emacs:3708): WARNING **: Couldn't connect

Bug#779200: reportbug: did not show #777125, proably due to encoding issues

2015-04-01 Thread Hermann Lauer
Hello Sandro, On Thu, Mar 26, 2015 at 10:44:58AM +, Sandro Tosi wrote: control: tags -1 + moreinfo unreproducible Hello Hermann, On Wed, Feb 25, 2015 at 12:02 PM, Hermann Lauer hermann.la...@iwr.uni-heidelberg.de wrote: while trying to report a systemd related bug on sysvinit-utils

Bug#779200: reportbug: did not show #777125, proably due to encoding issues

2015-02-25 Thread Hermann Lauer
Package: reportbug Version: 6.6.3 Severity: important Dear Maintainer, while trying to report a systemd related bug on sysvinit-utils, when selecting #777125 for viewing the screen empties and nothing is shown. pstree -paul shows: │ │ └─reportbug,19888 /usr/bin/reportbug

Bug#779200: reportbug: did not show #777125, proably due to encoding issues

2015-04-14 Thread Hermann Lauer
(including the email address of the submitter). Detected character set: UTF-8 Please change your locale if this is incorrect. Using 'Hermann Lauer hermann.la...@iwr.uni-heidelberg.de' as your from address. Retrieving report #777125 from Debian bug tracking system... Traceback (most recent call last

Bug#779200: reportbug: did not show #777125, proably due to encoding issues

2015-04-14 Thread Hermann Lauer
this traceback is incomplete, please report the full (unaltered) traceback. sorry, missed obviously the end during copy paste: Traceback (most recent call last): File /usr/bin/reportbug, line 2211, in module main() File /usr/bin/reportbug, line 1081, in main return

Bug#770479: [PATCH] nbd: Fix timeout detection

2015-05-05 Thread Hermann Lauer
...@pengutronix.de To: Hermann Lauer hermann.la...@iwr.uni-heidelberg.de Cc: nbd-gene...@lists.sourceforge.net, linux-ker...@vger.kernel.org, ker...@pengutronix.de, Markus Pargmann m...@pengutronix.de, Michal Belczyk belc...@bsd.krakow.pl Subject: [PATCH v4.0 for testing] nbd: Fix timeout detection

Bug#779200: reportbug: did not show #777125, probably due to encoding issues

2015-04-17 Thread Hermann Lauer
Hello Sandro, On Wed, Apr 15, 2015 at 09:20:54PM +0100, Sandro Tosi wrote: UnicodeEncodeError: 'ascii' codec can't encode character u'\u25cf' in position 542: ordinal not in range(128) I even tried to set LC_ALL=C but I can't replicate this issue: with LC_ALL=C I got some weird chars

Bug#785727: [patch] nbd-server: mask comparison in allow fails

2015-06-01 Thread Hermann Lauer
cherrypicking delmasce's changes (appended) from the master nbd repo fixes the issue and makes nbd-server allow working as expected in jessie's 3.8 version, so please apply. Thanks, greetings Hermann -- Netzwerkadministration/Zentrale Dienste, Interdiziplinaeres Zentrum fuer

  1   2   >