Bug#503626: libglib2.0-0: errornous poll call with many watchers

2008-10-26 Thread Marc Lehmann
Package: libglib2.0-0 Version: 2.16.3-2 Severity: normal When there are many watchers on the same fd (more than the current ulimit == OPEN_MAX on linux), then enters an endless loop where it prints: GLib-WARNING **: poll(2) failed due to: Invalid argument. The reason is that poll indeed

Bug#503124: strace: display tee() when sync_file_range() is being called

2008-10-22 Thread Marc Lehmann
Package: strace Version: 4.5.17+cvs080723-2 Severity: normal When strace'ing a program calling sync_file_range, I get this output: [pid 452] tee(0x1, 0x5, 0x6, 0x7) = -1 ESPIPE (Illegal seek) [pid 611] tee(0x1, 0x5, 0x6, 0x4d)= -1 EINVAL (Invalid argument) This is either a bug in

Bug#503138: mgp apckage still maintained?

2008-10-22 Thread Marc Lehmann
Package: mgp Version: 1.11b-7 Severity: wishlist Hi! the debian package is based on version 11b (released in 2004), but there have been two more releases since then, claiming many bugs fixes. Is there a specific reason why debian doesn't package newer versions? -- System Information: Debian

Bug#502724: mairix: db.c:303: import_toktable: Assertion `nt-match0.highest n_msgs' failed.

2008-10-19 Thread Marc Lehmann
Package: mairix Version: 0.21-1 Severity: normal miarix builds the database, but on the next mairix index run, it crashes with: mairix: db.c:303: import_toktable: Assertion `nt-match0.highest n_msgs' failed. and keeps the database locked. An strace shows that it indeed has problems with

Bug#502806: libsnmp-base: forcing perl headers in net-snmp-config --cflags breaks perl builds

2008-10-19 Thread Marc Lehmann
Package: libsnmp-base Version: 5.4.1~dfsg-8.1 Severity: critical Justification: breaks unrelated software net-snmp-config --cflags outputs this: -DNETSNMP_ENABLE_IPV6 -g -O2 -g -Wall -O2 -DNETSNMP_USE_INLINE -Ulinux -Dlinux=linux -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing

Bug#501642: gedit only starts once, then just exits when started for a bit, then hangs

2008-10-09 Thread Marc Lehmann
Package: gedit Version: 2.22.3-1 Severity: important I can start gedit *once*, after which it opens a window. Exiting gedit causes the window to be closed, and the gedit process goes away. After that, trying to start gedit immediately exits the process for a few times. After that, all further

Bug#501493: dovecot-common: default config should not be /usr/local/etc/dovecot.conf

2008-10-07 Thread Marc Lehmann
Package: dovecot-common Version: 1:1.0.15-2 Severity: minor man dovecat says: Use config-file as path to the configuration instead of /usr/local/etc/dovecot.conf instead, it should use (and document) /etc/dovecot/dovecot.conf or so. -- System Information: Debian Release:

Bug#500643: libfontconfig1: why is fonts.dtd in /etc/fonts?

2008-09-29 Thread Marc Lehmann
Package: libfontconfig1 Version: 2.4.2-1.2 Severity: minor Why is fonts.dtd in /etc/fonts? It isn't used by fontconfig, and therefore changing it is not useful, nor does it have any effect on programs parsing the fonts.conf file. It seems this file is purely documentation (and not very useful

Bug#499658: kmtrace crashes while loading a trace dump

2008-09-20 Thread Marc Lehmann
Package: kmtrace Version: 4:3.5.9-2 Severity: normal While analyzing the ktrace dump and binary located at: http://data.plan9.de/ktrace.out.crash.lzma http://data.plan9.de/deliantra-server.ktrace.crash.lzma which was created by running: MALLOC_TRACE=/tmp/ktrace.out

Bug#499158: tcpflow: usage documents nonexistant -w option

2008-09-16 Thread Marc Lehmann
Package: tcpflow Version: 0.21.ds1-3 Severity: minor the usage output documents the nonexistant -w option, likely the -r option was meant instead. tcpflow[11430]: error: unrecognized switch 'w' tcpflow version 0.21 by Jeremy Elson [EMAIL PROTECTED] usage: tcpflow [-chpsv] [-b

Bug#497044: gv: does not work properly with files ~2gb

2008-08-29 Thread Marc Lehmann
Package: gv Version: 1:3.6.4-3 Severity: normal when viewing a postscript file 2gb, page-down works, but if one is beyond the 2gb barrier and tries to pg-up, one gets garbe and usually a ghostscript error message. the same is true when one directly selects a page that is 2gb within the file.

Bug#497001: rtorrent ignores urls starting with Http

2008-08-28 Thread Marc Lehmann
Package: rtorrent Version: 0.7.9-2+b2 Severity: normal rtorrent ignores tracker urls starting with Http even thought it supports the http protocol. editing the torrent into a lowercase http makes it detect the tracker. background: uri scheme names are case insensitive, and worse, actual

Bug#496840: pinfo cannot display texinfo info files, info can

2008-08-27 Thread Marc Lehmann
Package: pinfo Version: 0.6.9-3 Severity: normal pinfo texinfo shows me the texinfo manpage, not the info documentation. info texinfo works fine (to the extent of the info program possibly working fine). strace reveals that pinfo looks for /usr/share/info/texinfo.info, but the texinfo info

Bug#496740: script: cannot execute binary file, when file is a normal shell script

2008-08-26 Thread Marc Lehmann
Package: bash Version: 3.1dfsg-8 Severity: normal I just tried to execute a shell script by executing sh script where sh in /bin/bash and script is a shell script consisting of lots of automatically-generated move commands. But I got: script: script: cannot execute binary file (the

Bug#495599: krdc does not support non-us-keyboards

2008-08-18 Thread Marc Lehmann
Package: krdc Version: 4:3.5.9-3 Severity: normal At least it doesn't support german or french keyboards: Unless I setxkbmap us or somethign similar, typing results in garbled output (e.g. I type : and get Ö, I type ö and get i etc. on the remote machine). Then the local keymap is us, then

Bug#492815: bogus dependencies when building pelr modules, missing dependency in libperl-dev

2008-07-28 Thread Marc Lehmann
Package: perl Version: 5.10.0-11 Severity: normal For some unexplicable reason, the debian perl config tries to link -lgdbm and a few other libraries against each and every extension built via ExtUtils::MakeMaker (-lgdbm_compat and -lcrypt are the others). But libperl-dev lacks these depencies,

Bug#492816: libperl must NOT be installed in /usr/lib

2008-07-28 Thread Marc Lehmann
Package: perl Version: 5.10.0-11 Severity: critical Justification: breaks unrelated software debian makes it impossible to install perls in other prefixes by forcing libperl.so (a private library that should not be in the default search path) into /usr/lib, where it clashes with every other

Bug#492817: g++-4.3: can't include cstddef - wrong include file order

2008-07-28 Thread Marc Lehmann
Package: g++-4.3 Version: 4.3.1-8 Severity: important when trying to compile the following file: #include cstddef with g++-4.3 (4.2 works fine), I get: In file included from x.C:1: /localvol/usr/bin/../lib/gcc/../../include/c++/4.3/cstddef:48:25: error: stddef.h: No such file or

Bug#350553: ghostscript: major slowdown after upgrade

2008-07-20 Thread Marc Lehmann
Package: ghostscript Version: 8.62.dfsg.1-2.1 Followup-For: Bug #350553 Same problem here, an image that rendered in 1s before now takes 9 seconds here. Specifically, I upgraded these package versions: Preparing to replace gs-gpl 8.54.dfsg.1-5 (using .../gs-gpl_8.62.dfsg.1-2.1_all.deb) ...

Bug#491384: rfb: segfaults on every connect

2008-07-18 Thread Marc Lehmann
Package: rfb Version: 0.6.1-12 Severity: important x0rfbserver crashes almost immediately when a client connects, here is a session in gdb: Starting program: /localvol/usr/bin/x0rfbserver (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no

Bug#489470: linux-image-2.6.25-2-amd64: pciehp stops working in 2.5.25, worked in 2.6.24

2008-07-05 Thread Marc Lehmann
Package: linux-image-2.6.25-2-amd64 Version: 2.6.25-6 Severity: normal pciehp stopped working after upgrading to 2.6.25. (note that the nvidia kernel module was only loaded _after_ the problem occured so the kernel was not tainted) to my knowledge, the bc4328 device was never pci-hotplugged

Bug#488913: gpsd doesn't support pipelining

2008-07-01 Thread Marc Lehmann
Package: gpsd Version: 2.37-4 Severity: important gpsd doesn't support command pipelining. That means that if a client sends requests fast enough, some of them will be ignored. Here is an strace of a program connecting to gpsd and sending w, o and y commands. GPSD reacts by handling the w

Bug#488915: gpsd: error report broken

2008-07-01 Thread Marc Lehmann
Package: gpsd Version: 2.37-4 Severity: normal the e request is currently broken (as verified via telnet): o GPSD,O=MID27 1214970298.000 0.005 49.036548 8.445379 122.53 2.00 25.56 127.7715 0.156 -0.082 ? 4.00 ? 3 e GPSD,E=? ? ? o GPSD,O=MID27 1214970374.000 0.005 49.036532

Bug#486582: linux-image-2.6.25-1-amd64: fails to mount xfs filesystem: I/O error in filesystem

2008-06-16 Thread Marc Lehmann
Package: linux-image-2.6.25-1-amd64 Version: 2.6.25-1 Severity: important This kernel fails to mount xfs filesystems (2.6.24-1-amd64 can mount them fine). 2.6.24: XFS mounting filesystem loop18 Ending clean XFS mount for filesystem: loop18 2.6.25: [ 78.284155] XFS: correcting

Bug#486150: wine: err:reg:SCSI_getprocentry SCSI type line scan count error (fscanf returns 1, expected 2)

2008-06-13 Thread Marc Lehmann
Package: wine Version: 1.0-rc4-1 Severity: normal I get this message from every wine program: err:reg:SCSI_getprocentry SCSI type line scan count error (fscanf returns 1, expected 2) It seems to happen after parsing /proc/scsi/scsi, which looks like this on my system: Attached

Bug#484457: adzapper: weird dependencies

2008-06-04 Thread Marc Lehmann
Package: adzapper Version: 20070317-2 Severity: important The following packages have unmet dependencies: adzapper: Depends: squid but it is not going to be installed or polipo but it is not going to be installed or apache2 this makes no

Bug#482776: vim: creates undeletable buffer when set hidden is enabled

2008-05-24 Thread Marc Lehmann
Package: vim Version: 1:7.0-122+1etch3 Severity: normal vim-7.1.293-3 created undeletable buffers when the hidden option is set. how to reproduce: echo set hidden $HOME/.vimrc vi somedir/CVS # it must be a CVS directory this creates a netrw buffer:

Bug#480932: libadns1: consider supporting cname chains

2008-05-12 Thread Marc Lehmann
Package: libadns1 Version: 1.4-0.1 Severity: normal a cname chain is a cname pointint to another cname alias instead of to the canonical name, as it should. libadns doesn't support this and fails to resolve. while there is no clear standard on this (the dns rfcs are a mess), libadns's

Bug#479101: linux-image-2.6.25-1-amd64: same issue: kernel panic: unable to mount root on multiple machines

2008-05-05 Thread Marc Lehmann
Package: linux-image-2.6.25-1-amd64 Followup-For: Bug #479101 Just a me too: I today upgraded multiple machines to 2.6.25-1-amd64 and they all show the same symptoms, kernel cannot find the initramfs. The machine worked with 2.6.24 and 2.6.22 before. To test my configuration, installed 2.6.18

Bug#479101: linux-image-2.6.25-1-amd64: more info on initramfs failure

2008-05-05 Thread Marc Lehmann
Package: linux-image-2.6.25-1-amd64 Version: 2.6.25-1 Followup-For: Bug #479101 The issue is this: checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd however, the initrd image certainly *is* an initramfs: cerebro /boot# zcat

Bug#473812: libc6: calloc returns non-zero memory areas when mlockall is being used

2008-04-01 Thread Marc Lehmann
Package: libc6 Version: 2.7-5 Severity: normal Hi! The bug I found (if it is a bug) is very hard to reproduce for me, so bear with me if the explanation is a bit sketchy (a glibc-malloc expert would need to look at this in more detail). Please also note that I have sticthed together the

Bug#470941: loop-aes-utils: breaks nfs mounts (and thus automount etc.)

2008-03-14 Thread Marc Lehmann
Package: loop-aes-utils Version: 2.13.1-1 Severity: critical Justification: breaks unrelated software after installing loop-aes-utils, automount failed to be able to mount nfs volumes, and indeed, mount no longer is able to do nfs mounts: # mount 10.0.0.5:/ /mnt mount: wrong fs type, bad

Bug#470777: imagemagick: package msising files (threshold.xml, magic.xml etc.)

2008-03-13 Thread Marc Lehmann
Package: imagemagick Version: 7:6.3.7.9.dfsg1-2 Severity: normal the debian package misses some files required for proper operation, e.g. thresholds.xml: convert src.png -ordered-dither h4x4a dst.png convert: unable to access configure file `thresholds.xml'. strace shows its looking for

Bug#467485: libadns1: failure with multiple ptr records

2008-02-25 Thread Marc Lehmann
Package: libadns1 Version: 1.4-0.1 Severity: important libadns1 fails when there are multiple ptr records for a given address: # adnshost -i 10.0.0.255 Error during DNS PTR lookup for 255.0.0.10.in-addr.arpa: Inconsistent resource records in DNS # host 10.0.0.255

Bug#462759: imagemagick: does not handkle -geometry correctly

2008-01-27 Thread Marc Lehmann
Package: imagemagick Version: 7:6.2.4.5.dfsg1-2 Severity: normal some x11 geometry formats for specifying window geometry (i.e. for the -geometry switch) are not supported, for example one cnanot offset the top left corner negatively: animage -geometry +-4+-4 xxx.gif animate: invalid

Bug#462262: libxft-dev: XftDrawRect buggy behaviour whens erver doesn't support xrender

2008-01-23 Thread Marc Lehmann
Package: libxft-dev Version: 2.1.8.2-8 Severity: normal XftDrawRect works differently when the alpha channel is 32768 depending on wether the server supports the xrender extension or not. First of all, it is documented to fill a solid rectangle. This is the actual behaviour when the server

Bug#309953: dstat: easy way to reproduce

2008-01-09 Thread Marc Lehmann
Package: dstat Version: 0.6.3-2 Followup-For: Bug #309953 The reason for the interrupted system call as likely heavy swapping: when the machine gets unrepsonsive for a few seconds (10+), then this happens. An easy way to reproduce this is to press ctrl-s and wait 5-6 seconds, then ctrl-q: #

Bug#459940: dstat: Module disk24old has problems. (No objects found, no stats available)

2008-01-09 Thread Marc Lehmann
Package: dstat Version: 0.6.6-5 Severity: normal dstat fails to display stats for certain block devices: # dstat -Ddm-1 Module disk24old has problems. (No objects found, no stats available) total-cpu-usage -net/total- ---paging-- ---system-- usr sys idl wai hiq siq| recv

Bug#434802: unrar: av- option documented, but gone

2008-01-07 Thread Marc Lehmann
Package: unrar Version: 1:3.7.8-2 Followup-For: Bug #434802 unrar --help shows: av- Disable authenticity verification check but it doesn't recognize the option anymore (I used it in a script for a while, which stopped working because of this): unrar -av- ERROR: Unknown

Bug#458134: db4.6-util: segfaults and othe rproblems

2007-12-28 Thread Marc Lehmann
Package: db4.6-util Version: 4.6.21-4 Severity: important the db4.6-utils seem pretty hosed: db4.6_dump segfaults: db: Berkeley DB (Btree, version 9, native byte-order) # db4.6_dump db Segmentation fault (backtrace shows some crash in __memp_resize but is otherwise

Bug#457646: eterm: ***** Imlib2 Developer Warning ***** :

2007-12-23 Thread Marc Lehmann
Package: eterm Version: 0.9.4.0debian1-2 Severity: minor Calling Esetroot like the following gives me an unexpected message: # Esetroot -bgsolid black * Imlib2 Developer Warning * : This program is calling the Imlib call: imlib_load_image_immediately();

Bug#456453: valgrind: freeing memory via realloc creates funny (but wrong) leak messages

2007-12-15 Thread Marc Lehmann
Package: valgrind Version: 1:3.2.3-3 Severity: normal Programs that free memory via realloc (e.g. realloc (ptr, 0)) create spurious leak messages: ==19046== 0 bytes in 1 blocks are definitely lost in loss record 14 of 15 ==19046==at 0x4C21C16: malloc (vg_replace_malloc.c:149)

Bug#452789: vim: xxd segfaults with certain parameters

2007-11-25 Thread Marc Lehmann
Package: vim Version: 1:7.1-056+2 Severity: normal subject says most of it, here is an example: xxd -b -c 1000 /bin/bash this segfaults _most_ of the time (but not always). it looks like some buffer overrun when you use large values of -c or something similar. -- System Information: Debian

Bug#448273: libevent-dev: missing manpages

2007-10-27 Thread Marc Lehmann
Package: libevent-dev Version: 1.3d-1 Severity: normal the libevent-dev package only contains the event.3 manpage, not the evdns manpage (or maybe it wasn't part of the old 1.3d release?) -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500,

Bug#448165: /usr/include/evhttp.h:109: error: expected specifier-qualifier-list before ‘TAILQ_ENTRY’

2007-10-26 Thread Marc Lehmann
Package: libevent-dev Version: 1.3d-1 Severity: important evhttp.h doesn't compile: /usr/include/evhttp.h:109: error: expected specifier-qualifier-list before ‘TAILQ_ENTRY’ TAILQ_ENTRY seems to be a bsd-specific macro from sys/queue.h which is not available under GNU/Linux. event.h

Bug#448173: libevent-dev: evdns_resolve_reverse_ipv6 always fails with an assertion

2007-10-26 Thread Marc Lehmann
Package: libevent-dev Version: 1.3d-1 Severity: normal evdns_resolve_reverse_ipv6 always fails with the assertion: evdns.c:2282: evdns_resolve_reverse_ipv6: Assertion `cp + strlen(.ip6.arpa) buf+sizeof(buf)' failed. the reason is that the function uses a 64 byte buffer for

Bug#446926: hp2ps: ... line 264: integer must follow identifier

2007-10-16 Thread Marc Lehmann
Package: valgrind Version: 1:3.2.3-3 Severity: normal massif fails to generate the ps file (atcually leaves a 0-byte ps file) with this or a similar message consistently: hp2ps: /localvol/root/src/cf.schmorp.de/server/massif.27586.hp, line 264: integer must follow identifier unfortunately,

Bug#443517: dstat: fails to install

2007-09-21 Thread Marc Lehmann
Package: dstat Version: 0.6.3-2 Severity: normal dstat fails to install: Setting up dstat (0.6.3-2) ... Traceback (most recent call last): File /usr/bin/pycentral, line 1375, in ? main() File /usr/bin/pycentral, line 1369, in main rv = action.run(global_options)

Bug#339027: bcm5700-source: still broken, workaround included

2007-09-11 Thread Marc Lehmann
Package: bcm5700-source Version: 8.3.14-5 Followup-For: Bug #339027 And still the same problem after two years (which hits a lot of newer notebooks with dual core 2 and these chips in them). While the driver now compiles, it will not load because those two symbosl are not found. Commenting out

Bug#441364: gstreamer0.10-tools: GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `start = stop' failed

2007-09-09 Thread Marc Lehmann
Package: gstreamer0.10-tools Version: 0.10.12-5 Severity: normal for short (4s) sounds, gstreamer sometimes returns critical messages and fails to continue playing: # gst-launch playbin uri=file:///tmp/fart.ogg Setting pipeline to PAUSED ... Pipeline is PREROLLING ... *

Bug#439518: pvmove: No extents available for allocation

2007-08-25 Thread Marc Lehmann
Package: lvm2 Version: 2.02.26-1+b1 Severity: normal # pvmove /dev/sdc1:128000-179199 /dev/sdc1:0-51199 No extents available for allocation yet those pe's are free and allocatable: --- Physical volume --- PV Name /dev/sdc1 VG Name vg_cerebro PV Size

Bug#435614: apache: incldue files describe different ABI than binary

2007-08-01 Thread Marc Lehmann
Package: apache Version: 1.3.34-4.1 Severity: important Debian apperently creates a binary with HARD_SERVER_LIMIT=4096 (or so), but installs include files that define HARD_SERVER_LIMIT=256 (the default). As some structures used by apache rely on the HARD_SERVER_LIMIT, this not only breaks

Bug#434934: mdadm: should not fail with no arrays or with superblockless arrays

2007-07-27 Thread Marc Lehmann
Package: mdadm Version: 2.6.2-1 Severity: normal I have a number of systems with superblockless arrays, or systems with no pesistent arrays at all, and its very hard to use the debian mdadm package (while its very easy to use mdadm itself), as the dbeian package fails when it should not:

Bug#431540: [Pkg-alsa-devel] Bug#431540: lib32asound2: Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_empty.so

2007-07-06 Thread Marc Lehmann
sign (what to do with servers? reboot them). In any case, a rbeoot does not have any effect on the problem, it is still persisting with the newer version of libasound. -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann

Bug#431506: asterisk-config does not install: Asterisk not yet configured. Edit /etc/default/asterisk first.

2007-07-03 Thread Marc Lehmann
Package: asterisk-config Version: 1:1.4.5~dfsg-1 Severity: important asterisk fails to install here because asterisk-config fails to configure: Setting up asterisk-config (1.4.5~dfsg-1) ... Asterisk not yet configured. Edit /etc/default/asterisk first. invoke-rc.d: initscript asterisk,

Bug#431540: lib32asound2: Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_empty.so

2007-07-03 Thread Marc Lehmann
Package: lib32asound2 Version: 1.0.14a-1 Severity: normal After upgrading to 1.0.14a-1 of lib32asound2 (from 1.0.13-2, stable), all my 32 bit apps failed when trying to use alsa, with messages similar to these: alsa-init: using device default alsa-lib: pcm.c:2106:(snd_pcm_open_conf)

Bug#430342: systemimager-boot-i386-standard: lots of unnecessarily duplicated files

2007-06-23 Thread Marc Lehmann
Package: systemimager-boot-i386-standard Version: 3.6.3dfsg1-3 Severity: normal /usr/share/systemimager/boot/i386/standard/initrd_template/bin has LTOS of duplicated files: -rwxr-xr-x 1 root root 183812 Mar 7 06:08 ash -rwxr-xr-x 1 root root 183812 Mar 7 06:08 busybox -rwxr-xr-x 1

Bug#348676: dstat: option to not change xterm title

2007-06-19 Thread Marc Lehmann
, be well, -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de/ -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE

Bug#309953: dstat aborting with backtrace

2007-06-19 Thread Marc Lehmann
corrupts my terminal title without restoring it, so I'll go back to the old version until this is fixed. -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED

Bug#348676: dstat: option to not change xterm title

2007-06-19 Thread Marc Lehmann
:) -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de/ -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE -- To UNSUBSCRIBE, email

Bug#348676: dstat: option to not change xterm title

2007-06-19 Thread Marc Lehmann
On Tue, Jun 19, 2007 at 08:49:36PM +1000, Andrew Pollock [EMAIL PROTECTED] wrote: On Tue, Jun 19, 2007 at 11:31:10AM +0200, Marc Lehmann wrote: Come on folks, this is a BUG, not a wishlist item. It destroys a setting a user has made without asking. How it works in Bash

Bug#348676: dstat: option to not change xterm title

2007-06-19 Thread Marc Lehmann
on diferent machines. Yes, I know I can change the source, but I deem changing the source and programming in python not a useful way to configure my apps). Greetings, -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann

Bug#348676: dstat: option to not change xterm title

2007-06-19 Thread Marc Lehmann
not win anything from uograding, either. So no, no problem with that for me at the moment. It is all perfectly fine what you want to do, or not do. -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann

Bug#429366: reiserfsprogs: block allocator is not defined

2007-06-17 Thread Marc Lehmann
Package: reiserfsprogs Version: 1:3.6.19-4 Severity: important Neither mkreiserfs nor reiserfstune work with the documented -B switch: reiserfstune -B hdb1.bb2 /dev/loop6 block allocator is not defined Aborted this _seems_ to have been fixed upstream in 2005:

Bug#428156: libafterimage-dev: packat massively lacking dependencies

2007-06-09 Thread Marc Lehmann
Package: libafterimage-dev Version: 2.2.6-1 Severity: serious Justification: Policy 3.5 at least dependencies to librsvg2-dev, gobject-2.0, gdk_pixbuf, gmodule, glib are missing from libafterimage-dev. without them, programs won't link. -- System Information: Debian Release: 4.0 APT prefers

Bug#426191: rsync: description of --append confusing

2007-05-26 Thread Marc Lehmann
Package: rsync Version: 2.6.9-3 Severity: minor The --append switch is documented as (among other things): Only files on the receiving side that are shorter than the corre‐ sponding file on the sending side (as well as new files) are sent. However, in my experience, I found that even

Bug#423174: kdelibs4c2a: X Error: BadDevice, invalid or uninitialized input device 180

2007-05-10 Thread Marc Lehmann
Package: kdelibs4c2a Version: 4:3.5.6.r1.dfsg.1-4 Severity: normal Since upgrading my system, I get one or more of those messages at program startup: X Error: BadDevice, invalid or uninitialized input device 180 in many cases the programs still start, but sometimes they do not (konsole and

Bug#410759: dstat: fails to upgrade

2007-02-13 Thread Marc Lehmann
! -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de/ -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE -- To UNSUBSCRIBE, email to [EMAIL

Bug#410759: closed by Andrew Pollock [EMAIL PROTECTED] (Re: Bug#410759: dstat: fails to upgrade)

2007-02-13 Thread Marc Lehmann
. Cool, closing this bug then. shouldn't dstat be fixed though to reflect true dependencies? right now it says = 0.5, which sounds wrong. -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL

Bug#410671: iceweasel: firefox leaks filehandles to external applications

2007-02-12 Thread Marc Lehmann
Package: iceweasel Version: 2.0.0.1+dfsg-2 Severity: important When iceweasel starts external programs (mime handlers), it leaks an enourmous amount of open filehandles. example, this is an rxvt process started from iceweasel: lr-x-- 1 root root 64 2007-02-12 16:08 0 - /dev/null l-wx--

Bug#409435: linux-image-2.6.18-4-amd64: old version of libdevmapper1.02 installed == eat filesystem on pvmove

2007-02-06 Thread Marc Lehmann
! -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de/ -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#409545: rsync: transfers file again and again, trashes destination time

2007-02-05 Thread Marc Lehmann
thanks a lot for your time and efforts in making rsync so great as it is :) -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de

Bug#409435: linux-image-2.6.18-4-amd64: old version of libdevmapper1.02 installed == eat filesystem on pvmove

2007-02-05 Thread Marc Lehmann
fails to work with 2.6.18. Even if accoridng to policy this is correct behaviour, I cannot accept such a position at all. Turning your back to such a serious bug is really unfair. -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann

Bug#409545: rsync: transfers file again and again, trashes destination time

2007-02-03 Thread Marc Lehmann
Package: rsync Version: 2.6.8-2 Severity: normal Today I found that rsync transfered the same (unchanged) file everytime I ran: rsync -avHxP / remotehost:dir/. --del Turned out that the source file had a very old timestamp: -rw-r--r-- 1 root root 573153 Jan 1 1970 file File:

Bug#409435: linux-image-2.6.18-4-amd64: old version of libdevmapper1.02 installed == eat filesystem on pvmove

2007-02-02 Thread Marc Lehmann
Package: linux-image-2.6.18-4-amd64 Version: 2.6.18.dfsg.1-9 Severity: critical Justification: causes serious data loss I just upgraded to 2.6.18.4 and tried pvmove /dev/hdc1 /dev/sda1 Result (dmesg): device-mapper: mirror log: unrecognised sync argument to mirror log: 2 device-mapper:

Bug#306075: checkinstall should not interpret the command like a shell

2006-12-18 Thread Marc Lehmann
the design reason behind evaluating arguments twice is? I can't see why it would be required anywhere. -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED

Bug#306075: checkinstall should not interpret the command like a shell

2006-12-18 Thread Marc Lehmann
already (e.g. function) I doubt that will be a problem). -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de

Bug#306075: checkinstall should not interpret the command like a shell

2006-12-18 Thread Marc Lehmann
==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de/ -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#401956: libx11-6: contents of .XCompose file are leaked to subprocesses (possibly unprivileged)

2006-12-06 Thread Marc Lehmann
Package: libx11-6 Version: 2:1.0.3-4 Severity: critical Tags: security Justification: root security hole First of all, I tagged this bug as critical because the description in reportbug fit, but as the issue is relatively harmless and not directly caused by libx11, feel free to reprioritise, I

Bug#397629: firefox: after upgrading to 1.5.dfsg+1.5.0.7-2, text renders as white-on-white

2006-11-08 Thread Marc Lehmann
Package: firefox Version: 1.5.dfsg+1.5.0.7-2 Severity: normal I didn't update my system for a few months and now upgraded it to the latest testing. Ever since, firefox renders text as white-on-white in many cases, making it completely unusable. Selecting text sometiems makes it appear,

Bug#397629: firefox: other apps also affected - likely pango problem

2006-11-08 Thread Marc Lehmann
Package: firefox Followup-For: Bug #397629 I found that my own gtk2 programs are also affected, as is gedit (and thus probably many other applications). I assume this is a pango problem, but cannot downgrade easily, as pango is from testing and the stable version is incompatible with most of my

Bug#396915: gimp: mouse stops working after enabling extended input devices

2006-11-03 Thread Marc Lehmann
Package: gimp Version: 2.2.13-1 Severity: normal I have a wacom intuos 3 and 4 extended input devices: Pad, Stylus, Eraser and Cursor and my normal usb mouse, all generating core devices. They all work fine with x-apps, and xinput shows that all wacom devices are properly working. Initially,

Bug#390398: rsync: copies permissions even without -p

2006-10-28 Thread Marc Lehmann
==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de/ -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#389740: aespipe pads data

2006-10-02 Thread Marc Lehmann
. No, better close this bugreport, its either completely bogus or already taken care of :) Thanks for, and sorry for wasting, your time :() -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED

Bug#390398: rsync: copies permissions even without -p

2006-09-30 Thread Marc Lehmann
Package: rsync Version: 2.6.6-1 Severity: minor rsync copies permissions even when -p has not been specified, e.g.: # touch a # chmod 137 a # umask 022 # ls -la ---x-wxrwx 1 root root 0 Oct 1 00:59 a # rsync -rt a b # ls -l ---x-wxrwx 1 root root 0 Oct 1 00:59 a

Bug#390399: fuse-utils: unknown option during install, does not install correctly

2006-09-30 Thread Marc Lehmann
Package: fuse-utils Version: 2.5.3-4.1 Severity: normal On first install (note the unknown option): Setting up fuse-utils (2.5.3-3) ... creating fuse device... creating fuse group... Adding group `fuse' (GID 119) ... Done. unknown option dpkg: error processing fuse-utils

Bug#389740: aespipe pads data

2006-09-27 Thread Marc Lehmann
Package: aespipe Version: 2.3b-4 Severity: wishlist aespipe pads data to the cipher blocksize on encryption. as aespipe has no container format there is no way this cna be avoided, but many programs barf on the extra data appended (and give ghastly error messages), so this should be mentioned in

Bug#389170: coreutils: mv -v fails on hardlinked files

2006-09-24 Thread Marc Lehmann
Package: coreutils Version: 5.97-5 Severity: normal mv -v does not output anything when it moves one hardlink of a file over another: cerebro /tmp/tst# touch a cerebro /tmp/tst# touch b cerebro /tmp/tst# mv -v a b `a' - `b' cerebro /tmp/tst# touch x cerebro /tmp/tst# ln x y

Bug#389170: coreutils: mv -v fails on hardlinked files

2006-09-24 Thread Marc Lehmann
anything, which is rather scary, so I am content even with that message :) Thanks a lot for fixing this :) -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED

Bug#386378: alleyoop: editor preferences ignored

2006-09-07 Thread Marc Lehmann
Package: alleyoop Version: 0.9.0-6 Severity: wishlist alleyoop should use the user-configured editor instead of emacsclient which might not even be installed. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1,

Bug#380348: [EMAIL PROTECTED]: Re: [rxvt-unicode] stupid non-important buffer overwriting bug]

2006-08-07 Thread Marc Lehmann
==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de/ -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#380348: [EMAIL PROTECTED]: Re: [rxvt-unicode] stupid non-important buffer overwriting bug]

2006-08-07 Thread Marc Lehmann
with transparency. Thanks! I'll release a fixed version soon, then! -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de

Bug#380348: [EMAIL PROTECTED]: Re: [rxvt-unicode] stupid non-important buffer overwriting bug]

2006-07-29 Thread Marc Lehmann
, as setlocale shouldn't getenv() when we give it an explicit locale string, but shouldn't hurt either. -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED

Bug#377194: double-click selection of words not working as expected

2006-07-28 Thread Marc Lehmann
decide to change it is obviously a loss) please let me know. No, I'll probably use the patch mostly as-is, seems useful. -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED

Bug#352809: firefox doesn't start firefox, cuases already running firefox to clone a window and fails

2006-07-24 Thread Marc Lehmann
Package: firefox Version: 1.5.dfsg+1.5.0.4-1 Followup-For: Bug #352809 I encounter the same problem as described in 352809. I don't see why it should only be a wishlist bug, though. If I run firefox url or firefox file and get a page telling me the url or file is not accessible (for example,

Bug#377194: double-click selection of words not working as expected

2006-07-21 Thread Marc Lehmann
unexpected (it selected the word I double-clicked). Maybe my expectations are off? -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http

Bug#378666: Transparency does not work

2006-07-21 Thread Marc Lehmann
this is not a bug, at least not in the package. -- The choice of a -==- _GNU_ ==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de

Bug#373652: rxvt-unicode: incorrectly prints line without \n with ansi prompt

2006-07-21 Thread Marc Lehmann
==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de/ -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#379201: rxvt-unicode: urxvtcd should explicitly check the value of the exit status

2006-07-21 Thread Marc Lehmann
Package: rxvt-unicode Version: 7.7-4 Severity: normal urxvtcd currently does this: if ! urxvtc $@ ; then urxvtd -f exec urxvtc $@ fi Which starts urxvtd even when it already runs (urxvtc also fails on wrong commandline switches, for example). This is not really harmful, it

Bug#349073: more insights

2006-06-27 Thread Marc Lehmann
==-- _ generation Marc Lehmann ---==---(_)__ __ __ [EMAIL PROTECTED] --==---/ / _ \/ // /\ \/ / http://schmorp.de/ -=/_/_//_/\_,_/ /_/\_\ XX11-RIPE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

<    1   2   3   4   5   6   7   >