Bug#819542: python3-winrm unusable due to encoding error

2016-03-30 Thread Elie De Brauwer
Package: python3-winrm Version: 0.0.3-1 Severity: grave Justification: renders package unusable Dear Maintainer, After installing python3-winrm and trying to follow the getting started example on https://pypi.python.org/pypi/pywinrm This fails: edb@lapelidb:/tmp$ cat test.py #!/usr/bin/env

Bug#668580: procps: vmstat performs faulty averaging of interrupt/ctxt switch counters

2012-04-13 Thread Elie De Brauwer
Package: procps Version: 1:3.3.2-3 Severity: normal Dear Maintainer, If you just run vmstat or vmstat 1 the first line shows an average of certain counters since machine boot. However, I believe that at least the average interrupt and context switch counts are broken. Observer the following

Bug#635173: ufsutils: mkfs.ufs and libufs not functional under standard Linux: could not find special device

2011-07-23 Thread Elie De Brauwer
Package: ufsutils Version: 8.2-1 Severity: important ufsutils version 7.1-2 exposed a similar bug which was reported/fixed in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526586 and the problem I am experiencing is very closely related (if not exactly the same). Let's create a blockdevice

Bug#635198: ufsutils: mkfs.ufs fails on blockdevice larger than 2 gigabyte

2011-07-23 Thread Elie De Brauwer
Package: ufsutils Version: 8.2-1 Severity: important First, take into account that the following bugfix needs to be in place in order to continue: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635173 Next, let's create a 2 gigabyte size ramdisk as follows: lapedb:~# rmmod brd ; modprobe brd

Bug#635198: ufsutils: mkfs.ufs fails on blockdevice larger than 2 gigabyte

2011-07-23 Thread Elie De Brauwer
the fixes which I did manually. -- Elie De Brauwer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#635198: ufsutils: mkfs.ufs fails on blockdevice larger than 2 gigabyte

2011-07-23 Thread Elie De Brauwer
package is I applied the 8.2-2 fix manually and rebuild the package the proper with (with the debian/rules thingy) and now it works out of the box, so as expected it was the missing -D_FILE_OFFSET_BITS=64 which was causing the problems. The ticket can be closed. Thx E. -- Elie De Brauwer

Bug#617336: ifstat: Manpage spelling

2011-03-08 Thread Elie De Brauwer
Package: ifstat Version: 1.1-8 Severity: minor man ifstat contains: -T Reports total bandwith for all monitored interfaces. -b Reports bandwith in kbits/sec instead of kbytes/sec. this should obviously be bandwidth in both cases. -- System Information: Debian Release: wheezy/sid APT

Bug#610741: mtd-utils: Some spelling errors in mkfs.jffs2 help and manpage

2011-01-21 Thread Elie De Brauwer
Package: mtd-utils Version: 20110107-1 Severity: minor Tags: patch mkfs.jffs2 --help and man mkfs.jffs2 contain incorrect spelling of 'avaiable' and 'priortiry', attaching a patch for this. -- System Information: Debian Release: 6.0 APT prefers unstable APT policy: (500, 'unstable')

Bug#583286: morituri: reportbug depends on python-pkg-resources

2010-05-26 Thread Elie De Brauwer
Package: morituri Version: 0.1.1-1 Severity: normal Tags: sid After an apt-get install morituri it is unusable: e...@lapedb:/tmp$ rip cd rip Checking device /dev/sr0 Traceback (most recent call last): File /usr/bin/rip, line 35, in module sys.exit(main.main(sys.argv[1:])) File

Bug#583292: reportbug --configure shows an unusable prompt for configuring the smtp settings

2010-05-26 Thread Elie De Brauwer
Package: reportbug Version: 4.12.2 Severity: minor Tags: sid patch When I run reportbug --configure here it shows a nice gtk frontend, if I follow the following steps: * Reportbug is a tool press continue * select standard ... continue * gtk2 interface ... continue * reportbug direct

Bug#508557: Error in previous patch

2008-12-18 Thread Elie De Brauwer
One small correction, in the vhdl_count binary the call to generic_count '#' $@ is incorrect, this should obviously be generic_count '--' $@ I made some copy paste error when making the patch. -- Elie De Brauwer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#508556: Make sloccount xml aware

2008-12-12 Thread Elie De Brauwer
Package: sloccount Version: 2.26-3 Tags: patch Severity: wishlist The patch in attachment adds xml support in sloccount -- Elie De Brauwer diff -urNad sloccount-2.26.new/break_filelist sloccount-2.26.org/break_filelist --- sloccount-2.26.new/break_filelist 2008-12-12 13:27:56.0 +0100

Bug#508556: patch correction

2008-12-12 Thread Elie De Brauwer
The patch I attached in my previous mail was faulty, here is the correct version. -- Elie De Brauwer diff -urNad sloccount-2.26.org/break_filelist sloccount-2.26.new/break_filelist --- sloccount-2.26.org/break_filelist 2008-12-12 13:23:55.0 +0100 +++ sloccount-2.26.new/break_filelist

Bug#508557: Make sloccount vhdl aware

2008-12-12 Thread Elie De Brauwer
Package: sloccount Version: 2.26-3 Tags: patch Severity: wishlist The patch in attachment adds vhdl support in sloccount -- Elie De Brauwer diff -urNad sloccount-2.26.orig/break_filelist sloccount-2.26/break_filelist --- sloccount-2.26.orig/break_filelist 2008-12-12 13:42:32.0 +0100

Bug#508558: Add sloc2html to sloccount package

2008-12-12 Thread Elie De Brauwer
' languages should be added in sloc2html.py, as an example I added 'sloc2html.py' where both this comma is fixed and where I added support for xml and vhdl files (see also bugs 508556 and 508557 ) -- Elie De Brauwer #!/usr/bin/env python # Written by Rasmus Toftdahl Olesen r...@pohldata.dk

Bug#361499: Default install of gammu segfaults

2006-04-08 Thread Elie De Brauwer
Package: gammu Version: 1.05.00-4 Severity: important When you install gammu (apt-get install gammu) and run it, it segfaults because there is no configuration file found: [EMAIL PROTECTED]:~$ gammu --identify Warning: No configuration file found! Segmentation fault [EMAIL PROTECTED]:~$ strace

Bug#361497: gammu: Gammu example file is in dos format

2006-04-08 Thread Elie De Brauwer
Package: gammu Version: 1.05.00-4 Severity: minor [EMAIL PROTECTED]:/tmp$ cp /usr/share/doc/gammu/examples/config/gammurc.gz /tmp/ [EMAIL PROTECTED]:/tmp$ gunzip gammurc.gz [EMAIL PROTECTED]:/tmp$ file gammurc gammurc: ASCII English text, with CRLF, LF line terminators Which is annoying

Bug#339423: acknowledged by developer (Bug#339423: fixed in cdrtools 4:2.01+01a03-5)

2006-01-09 Thread Elie De Brauwer
mode for this track) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.002s timeout 9600s cdrecord: Cannot blank disk, aborting. -- Elie De Brauwer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#345125: openoffice.org: Openoffice 2.0 icon problem (wmaker related ?)

2005-12-29 Thread Elie De Brauwer
2.0.0-5OpenOffice.org office suite - equa ii openoffice.org-writer 2.0.0-5OpenOffice.org office suite - word openoffice.org recommends no packages. -- no debconf information -- Elie De Brauwer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#344375: linux-image-2.6-686: sk98lin

2005-12-22 Thread Elie De Brauwer
Package: linux-image-2.6-686 Severity: wishlist This is a feature request to have a more recent sk98lin driver in the stock debian kernel. I am the owner of a Toshiba Tecra S2, which contains a :02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 Gigabit Ethernet Controller

Bug#329396: conky: Reproducable

2005-12-16 Thread Elie De Brauwer
Package: conky Version: 1.3.1-1 Followup-For: Bug #329396 I was able to reproduce the same error. I apt-get install'ed conky from unstable. When running conky it immediately exits with a segfault (unless run with -v or -h). Running it in gdb results in: (gdb) run Starting program:

Bug#328442: wavemon: Reproducable

2005-12-16 Thread Elie De Brauwer
Package: wavemon Version: 0.4.0b-8 Followup-For: Bug #328442 I can actually reproduce this problem on two laptops. The odd thing is that everything has worked already. But after a wavemon/kernel upgrade everything stopped working. As mentioned above I have two laptops, bot running unstable and

Bug#329396: conky: Draw string

2005-12-16 Thread Elie De Brauwer
Package: conky Version: 1.3.1-1 Followup-For: Bug #329396 Drawing a string works: conky -t bluh conky -ob -t bluh both seems to work, so it doesn't seem to be glx/video related (which might be an issue on my laptop). Also the torsmo works out of the box. _BUT_ it get the following messages on

Bug#339423: cdrecord: Trying to use ultra high speed+ medium ...

2005-11-15 Thread Elie De Brauwer
Package: cdrecord Version: 4:2.01+01a03-3 Severity: important Hello, I have a nasty little problem when burning CD-RW's. When I try to do so I end up with the following output: neurotic:/home/helios# cdrecord -dev=ATA:1,0,0 -blank=all -speed=4 Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu)

Bug#269882: Reproduced

2005-11-09 Thread Elie De Brauwer
. -- Elie De Brauwer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#269882: Permission issue

2005-11-09 Thread Elie De Brauwer
it ended being the permission of /tmp. It was lacking g+w, when I added this the problem disappeared. gr E. -- Elie De Brauwer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#333565: glibc-doc: Hooks for Malloc example code bug (info pages)

2005-10-12 Thread Elie De Brauwer
Package: glibc-doc Version: 2.3.5-6 Severity: minor Tags: patch Hello, this is a (very very very) small issue (small in ascii, but large in C/C++). In the libc info pages ( type info libc, /mtrac, scroll down to *not Hooks for Malloc:: and press enter. In this page the prototypes are defined

Bug#333565: Known issue

2005-10-12 Thread Elie De Brauwer
The bug is already a known issue and is fixed in the cvs version, see: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/manual/memory.texi?cvsroot=glibc It is fixed in revision 1.80 of file. (But it still exists in debian) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#322349: grun should strip spaces

2005-08-10 Thread Elie De Brauwer
Package: grun Version: 0.9.2-14 Severity: normal I noticed some odd behaviour, for now I have only tested it with gpdf. - grun gpdf works - grun gpdf loads gpdf, shows a prompt Loading of (null) failed. Invalid parameter - grun gpdf n spaces shows the same prompt n time. gpdf should handles

Bug#319788: installation-reports: [sparc][netinst] attempt to access beyond end of device

2005-07-26 Thread Elie De Brauwer
Could you also check the new builds? Booting into Debian-installer is good enough (that is beyond the ramdisk size issue ) and quit. It wouldn't hurt your fresh installed system and it is good to known that is works again out of the box. The problem persists with:

Bug#320054: installation-reports: [sparc][netboot] Gui/character set problem when booting 2.6 kernel

2005-07-26 Thread Elie De Brauwer
Package: installation-reports Severity: normal So I booted: http://people.debian.org/~stappers/d-i/images/2005-07-26/sparc64/netboot/boot.img and http://people.debian.org/~stappers/d-i/images/2005-07-26/sparc64/netboot/2.6/boot.img They were booted on a Sun Blade 100 using netboot, I added the

Bug#319788: installation-reports: [sparc][netinst] attempt to access beyond end of device

2005-07-25 Thread Elie De Brauwer
Frans Pop wrote: On Sunday 24 July 2005 21:26, Elie De Brauwer wrote: RAMDISK: Compressed image found at block 0 RAMDISK: incomplete write (-28 != 32768) 8388608 VFS: Mounted root (ext2 filesystem). attempt to access beyond end of device ram0: rw=0, want=16452, limit=16384 The size

Bug#311913: installation-reports

2005-06-04 Thread Elie De Brauwer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: installation-reports Debian-installer-version: June 3rd 2005: http://cdimage.debian.org/pub/cdimage-testing/daily/i386/current/debian-testing-i386-netinst.iso uname -a: Linux psychotic 2.4.27-2-386 #1 Mon May 16 16:47:51 JST 2005 i686