Bug#567945: lsh-server: Does not configure on mipsel

2010-02-03 Thread Niels =?UTF-8?Q?M=C3=B6ller
Magnus Holmgren holmg...@debian.org writes: Starting secure shell v2 server: lshdClosed spurious fd 3 I also think this message is suspicious. lshd tries to close all fd:s between 3 and getdtablesize() (to avoid that any spurious open fd leaks to user processes it spawns). Expected result is

Bug#514917: libc6-dev: CMSG_NXTHDR can't be used to construct new control messages, due to its payload length validation

2009-02-11 Thread Niels =?UTF-8?Q?M=C3=B6ller
Package: libc6-dev Version: 2.7-18 Severity: normal The macros CMSG_FIRSTHDR and CMSG_NXTHDR (defined in in /usr/include/bits/bits/socket.h) use inconsistent validation of the length of the next control message. CMSG_FIRSTHDR just checks that the msg_controllen is large enough for a cmsghdr to

Bug#507597: ratpoison not using ~/.ratpoisonrc

2009-02-08 Thread Niels =?UTF-8?Q?M=C3=B6ller
Bernhard R. Link brl...@debian.org writes: That is normal, as ratpoison got the key, it has to fake a key-press and xterm is ignoring keys not directly from the X server by default. (try enabling Allow SendEvent in xterm, then it should get this key). I realized that, a short while after

Bug#507568: Documentation for start-stop-daemon says default signal is 15 (TERM) and 9 (KILL). Which should it be?

2008-12-02 Thread Niels =?UTF-8?Q?M=C3=B6ller
Package: dpkg Version: 1.13.25 Hi, the manual page for start-stop-daemon says -s|--signal signal With --stop, specifies the signal to send to processes being stopped (default 15). and later on, Note: unless --pidfile is specified, start-stop-daemon

Bug#507597: ratpoison not using ~/.ratpoisonrc

2008-12-02 Thread Niels =?UTF-8?Q?M=C3=B6ller
Package: ratpoison Version: 1.4.3-1 I use the following .ratpoisonrc, 8--- escape section bind onehalf meta 8 (The key in question is located between ESC and TAB on my Swedish keyboard). I start X from the command line using startx, and I start ratpoison from my .xinitrc file.

Bug#415034: chiark-utils FTBFS -- who is to blame?

2007-05-15 Thread Niels =?UTF-8?Q?M=C3=B6ller
Steve Langasek [EMAIL PROTECTED] writes: No it's not right. No software should be required to care about the implementation details of the library it's using, *especially* when dynamic linking on an OS that gets this right (such as GNU/Linux). Just a detail: The dependence on gmp is not

Bug#406499: Problem with xorg configuration

2007-01-12 Thread Niels =?UTF-8?Q?M=C3=B6ller
Frans Pop [EMAIL PROTECTED] writes: Do you have an original Synaptics touchpad, or rather an Alps one (see /proc/bus/input/devices)? If you have an Alps, it is normal that you need to tune the configuration somewhat; see docs in: /usr/share/doc/xserver-xorg-input-synaptics/ It turns out

Bug#406499: Problem with xorg configuration

2007-01-11 Thread Niels =?UTF-8?Q?M=C3=B6ller
Package: installation-reports Boot method: CD Image version: http://cdimage.debian.org/cdimage/weekly-builds/i386/iso-cd/debian-testing-i386-CD-1.iso Date: 2007-01-09, snapshot downloaded the same day. Machine: Laptop, Dell Latitude D600 Processor: Intel(R) Pentium(R) M processor 1.80GHz

Bug#393400: Source package contains non-free IETF RFC/I-D's

2006-11-24 Thread Niels =?UTF-8?Q?M=C3=B6ller
About selecting a free input file for the nettle testsuite, I wrote: It would be better to shop around at project gutenberg. I think I've found a worthy candidate text: The short story The Gold-Bug written by Edgar Allan Poe. The author died in 1849, so until the US decides to extend copyright

Bug#393400: Source package contains non-free IETF RFC/I-D's

2006-10-16 Thread Niels =?UTF-8?Q?M=C3=B6ller
Simon Josefsson [EMAIL PROTECTED] writes: How about the Nettle manual? That seems to be appropriate, too. No, it's inconvenient to use a file that is subject to updates (for every update to the file, the testcase would have to be updated as well, which kind-of defeats the idea of automatic

Bug#360933: libc6: calling chroot breaks pthread_exit/pthread_cancel

2006-04-05 Thread Niels =?UTF-8?Q?M=C3=B6ller
Package: libc6 Version: 2.3.2.ds1-22 Severity: normal When calling pthread_exit in a program which has called chroot, the program exits with the error message libgcc_s.so.1 must be installed for pthread_cancel to work The problem is that the nptl library needs the stack unwind code from