Bug#980042: Upstream has fixed the problem

2021-02-15 Thread Lieven Marchand
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=07ee21c2db558106c8537600698db75e51ac1090


Bug#902632: nvidia-legacy-340xx-kernel-dkms: the compiled module fails to load with error 'Invalid module format'

2018-06-30 Thread Lieven Marchand
Luca Boccassi  writes:

> On Thu, 28 Jun 2018 22:17:54 +0200 Lieven Marchand  wrote:
>> Package: nvidia-legacy-340xx-kernel-dkms
>> Version: 340.107-1
>> Severity: grave
>> Justification: renders package unusable
>> 
>> root@black:/lib/modules/4.14.0-2-amd64/updates/dkms# insmod ./nvidia-
>> legacy-340xx.ko
>> insmod: ERROR: could not insert module ./nvidia-legacy-340xx.ko:
> Invalid module
>> format
>> 
>> root@black:/lib/modules/4.14.0-2-amd64/updates/dkms# file nvidia-
>> legacy-340xx.ko
>> nvidia-legacy-340xx.ko: ELF 64-bit LSB relocatable, x86-64, version 1
> (SYSV),
>> BuildID[sha1]=c2d6aedbe3a90f6bc1dafaebdfdfc02b95397fc9, not stripped
>
> 1) Do not use insmod, use modprobe
> 2) You do not have the right headers installed
> 3) 4.14 is not supported anymore in any Debian suite, 4.16 is currently
> in buster/sid, use linux-headers-amd64 and linux-image-amd64

I was trying with insmod since modprobe failed too.

And I was going back since the combination 4.16+latest legacy driver+new
xorg hangs the machine reliably at the start of X with my GT240. There
are some similar reports in the nvidia driver forum.

Thanks for the reply,

Lieven

-- 
In these days the angel of topology and the devil of abstract algebra fight
for the soul of each individual mathematical domain. -- Weyl (1938)
The devil won.



Bug#568001: grub-pc: grub locks up the machine

2010-02-01 Thread Lieven Marchand
Package: grub-pc
Version: 1.98~20100128-1
Severity: critical
Justification: breaks the whole system

After choosing the chain load grub2 option in the old grub menu the grub2 
screen 
loads correctly. When I choose a kernel to load, the system locks up completely 
and does not respond to Ctrl-Alt-Del. The messages loading kernel  and 
loading initrd ... appear and then in the upper right corner of the grub2 
screen a horizontal line is drawn. Is there a way to make grub2 more verbose?


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/Debian-root / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/mapper/Debian-home /home ext3 
rw,relatime,resuid=1000,errors=remount-ro,data=writeback 0 0
/dev/mapper/Debian-tmp /tmp ext3 rw,relatime,errors=remount-ro,data=writeback 0 0
/dev/mapper/Debian-usr /usr ext3 rw,relatime,errors=remount-ro,data=writeback 0 0
/dev/mapper/Debian-var /var ext3 rw,relatime,errors=remount-ro,data=writeback 0 0
/dev/mapper/a /home/mal/a ext3 rw,relatime,errors=remount-ro,data=writeback 0 0
/dev/sde1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/sdf2 /home/mal/b ext3 rw,relatime,errors=remount-ro,data=writeback 0 0
/dev/sdh1 /mnt/usb-disk ext2 rw,relatime,errors=remount-ro 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
(hd2)   /dev/sdc
(hd3)   /dev/sdd
(hd4)   /dev/sde
(hd5)   /dev/sdf
(hd6)   /dev/sdg
(hd7)   /dev/sdh
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}
insmod raid
insmod mdraid
insmod lvm
insmod ext2
set root=(Debian-usr)
search --no-floppy --fs-uuid --set f7d61e25-fbc5-4c29-b16d-a421c30b1c19
if loadfont /share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
insmod ext2
set root=(hd4,1)
search --no-floppy --fs-uuid --set c9bc9684-470c-4dec-831a-ddc34d79efe7
set locale_dir=($root)/grub/locale
set lang=en
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd4,1)
search --no-floppy --fs-uuid --set c9bc9684-470c-4dec-831a-ddc34d79efe7
insmod png
if background_image /grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686" {
set gfxpayload=keep
insmod ext2
set root=(hd4,1)
search --no-floppy --fs-uuid --set c9bc9684-470c-4dec-831a-ddc34d79efe7
echoLoading Linux 2.6.32-trunk-686 ...
linux   /vmlinuz-2.6.32-trunk-686 root=/dev/mapper/Debian-root ro  quiet
echoLoading initial ramdisk ...
initrd  /initrd.img-2.6.32-trunk-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686 (recovery mode)" {
set gfxpayload=keep
insmod ext2
set root=(hd4,1)
search --no-floppy --fs-uuid --set c9bc9684-470c-4dec-831a-ddc34d79efe7
echoLoading Linux 2.6.32-trunk-686 ...
linux   /vmlinuz-2.6.32-trunk-686 root=/dev/mapper/Debian-root ro 
single 
echoLoading initial ramdisk ...
initrd  /initrd.img-2.6.32-trunk-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686" {
set gfxpayload=keep
insmod ext2
set root=(hd4,1)
search --no-floppy --fs-uuid --set c9bc9684-470c-4dec-831a-ddc34d79efe7
echoLoading Linux 2.6.31-1-686 ...
linux   /vmlinuz-2.6.31-1-686 root=/dev/mapper/Debian-root ro  quiet
echoLoading initial ramdisk ...
initrd  /initrd.img-2.6.31-1-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.31-1-686 (recovery mode)" {
set gfxpayload=keep
insmod ext2
set root=(hd4,1)
search --no-floppy --fs-uuid --set c9bc9684-470c-4dec-831a-ddc34d79efe7
echoLoading Linux 2.6.31-1-686 ...
linux   /vmlinuz-2.6.31-1-686 root=/dev/mapper/Debian-root ro single 
echoLoading initial ramdisk ...
initrd  /initrd.img-2.6.31-1-686
}
### END /etc/grub.d/10_linux ###

### B

Bug#520237: music-applet crashes when added to the panel

2009-03-23 Thread Lieven Marchand
Apparently the problem is a missing dependency. The python code
crashes when trying to import something from numpy. Installing
python-numpy solves the problem.


-- 
The method of "postulating" what we want has many advantages; they are 
the same as the advantages of theft over honest toil.- Russell



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#520237: music-applet crashes when added to the panel

2009-03-18 Thread Lieven Marchand
Package: music-applet
Version: 2.4.2-1
Severity: grave
Justification: renders package unusable

This is the bug-buddy trace it generates when starting up. The problem started 
to occur after some python-gtk2 updates from unstable.


System: Linux 2.6.28-1-686 #1 SMP Mon Feb 23 03:13:24 UTC 2009 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10402000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 37003264 vsize: 37003264 resident: 20684800 share: 
11866112 rss: 20684800 rss_rlim: 18446744073709551615
CPU usage: start_time: 1237371957 rtime: 43 utime: 32 stime: 11 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/lib/bug-buddy/music-applet'

(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb7e5f8d0 (LWP 14658)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb8021424 in __kernel_vsyscall ()
#0  0xb8021424 in __kernel_vsyscall ()
#1  0xb7ffdee3 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0
#2  0xb7238603 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#3  0xb723890c in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0
#4  0xb6b42473 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#5  0xb6b42533 in ?? () from /usr/lib/gtk-2.0/modules

Bug#407575: playground doesn't do anything - solution

2007-08-13 Thread Lieven Marchand
I had the same problem in unstable. When I did the apt-get build-dep;
apt-get source; debian/rules binary dance and rebuild the packages
playground and playground-plugin-xmms on my own machine, playground
worked. Must be a subtle difference in the build environment.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#377978: crm114: classifies as UNSURE spam with scores lower than -180

2006-07-13 Thread Lieven Marchand
Milan Zamazal <[EMAIL PROTECTED]> writes:

>>>>>> "LM" == Lieven Marchand <[EMAIL PROTECTED]> writes:
>
> LM> With the standard mailfilter.cf I get the following
>
> LM> [EMAIL PROTECTED]:~$ /usr/share/crm114/mailfilter.crm -u .crm114/ test
> LM> test
>
> LM>  Aw, crud.  mailfilter.crm broke.  Here's the error:
>
> LM> /usr/bin/crm: *ERROR* This file should have learncounts, but
> LM> doesn't, and the learncount slot is busy.  It's hosed.  Time to
> LM> die.  Sorry, but this program is very sick and probably should
> LM> be killed off.  This happened at line 917 of file
> LM> /usr/share/crm114/mailfilter.crm
>
> Thank you for trying it out.  The error message looks strange to me --
> the line 917 of mailfilter.crm is inside a commentary:
>
>   #End of blacklist processing.  
>
> Could you please look at the line in your
> /usr/share/crm114/mailfilter.crm whether it is the same there?

It's the same.

> BTW, did you upgrade from crm114 20060118 or from an older version?  I'd
> guess from the error message that your *.css files either got damaged or
> belong to a different classification method (the default classification
> method has changed in 20060118).

Given that nowhere in the source any reference was made to learncounts
I suspected the css files too. With empty css files everything worked
again, after training off course.

-- 
Caedite eos! Novit enim Dominus qui sunt eius!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#377978: crm114: classifies as UNSURE spam with scores lower than -180

2006-07-12 Thread Lieven Marchand
Milan Zamazal <[EMAIL PROTECTED]> writes:

>>>>>> "LM" == Lieven Marchand <[EMAIL PROTECTED]> writes:
>
> LM> Every spam gets classified as UNSURE, now matter how low the
> LM> score. This off course negates the concept spamfilter
>
> Could you provide more information about your setup, please?  I can't
> reproduce the problem -- on my system it reports Good/UNSURE/SPAM in
> accordance with the :thick_threshold: value with the default
> mailfilter.crm script and configuration.

With the standard mailfilter.cf I get the following

[EMAIL PROTECTED]:~$ /usr/share/crm114/mailfilter.crm -u .crm114/
test
test

 Aw, crud.  mailfilter.crm broke.  Here's the error:

/usr/bin/crm: *ERROR*
  This file should have learncounts, but doesn't, and the learncount slot is 
busy.  It's hosed.   Time to die.
 Sorry, but this program is very sick and probably should be killed off.
This happened at line 917 of file /usr/share/crm114/mailfilter.crm

 ERROR: mailfilter.crm broke.  Here's the error:
ERROR:
/usr/bin/crm: *ERROR*
  This file should have learncounts, but doesn't, and the learncount slot is 
busy.  It's hosed.   Time to die.
 Sorry, but this program is very sick and probably should be killed off.
This happened at line 917 of file /usr/share/crm114/mailfilter.crm

-- 
Caedite eos! Novit enim Dominus qui sunt eius!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#377978: crm114: classifies as UNSURE spam with scores lower than -180

2006-07-12 Thread Lieven Marchand
Milan Zamazal <[EMAIL PROTECTED]> writes:

>>>>>> "LM" == Lieven Marchand <[EMAIL PROTECTED]> writes:
>
> LM> Every spam gets classified as UNSURE, now matter how low the
> LM> score. This off course negates the concept spamfilter
>
> Could you provide more information about your setup, please?  I can't
> reproduce the problem -- on my system it reports Good/UNSURE/SPAM in
> accordance with the :thick_threshold: value with the default
> mailfilter.crm script and configuration.

I kept my old mailfilter.cf from the previous version and that one
doesn't mention thick_threshold. I'll try again with a new
configuration.

-- 
Caedite eos! Novit enim Dominus qui sunt eius!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#377978: crm114: classifies as UNSURE spam with scores lower than -180

2006-07-12 Thread Lieven Marchand
Package: crm114
Version: 20060704a-1
Severity: grave
Justification: renders package unusable

Every spam gets classified as UNSURE, now matter how low the score. This 
off course negates the concept spamfilter

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages crm114 depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libtre4   0.7.3-1regexp matching library with appro

Versions of packages crm114 recommends:
ii  mew-bin   1:4.2-3external commands for Mew

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]