Bug#342056: quotaon: Mountpoint (or device) /root/quota not found.

2005-12-04 Thread Michael Meskes
severity 342056 normal
tag 342056 unreproducible
tag 342056 moreinfo
thanks

I also followed the tutorial but couldn't reproduce the problem. Could
you send my the filesystem so I can check with yours? A gzipped empty
filesystem shouldn't be too big.

 I cannot install quota support properly. I have quota support compiled
 into the kernel:

Could you please try with a Debian kernel? It should have both formats
available as modules. I am running 2.6.14-2, but your system probably is
not a sid system, so feel free to try an older one.

 mendel:~# quotaon /root/quota
 quotaon: Mountpoint (or device) /root/quota not found.

Could you please also send me /etc/mtab?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#342366: ITP: postgresql-filedump -- Utility to format PostgreSQL files

2005-12-07 Thread Michael Meskes
Package: wnpp
Severity: wishlist
Owner: Michael Meskes [EMAIL PROTECTED]

* Package name: postgresql-filedump
  Version : 8.1
  Upstream Author : Patrick Macdonald [EMAIL PROTECTED]
* URL : http://sources.redhat.com/rhdb/
* License : GPL
  Description : Utility to format PostgreSQL files

This package contains a utility to format PostgreSQL heap/index/control
files into a human-readable form. You can format/dump the files several
ways.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-rc4-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#303391: system error codes

2005-05-09 Thread Michael Meskes
Since these are the standard system error codes I don't think this is
really a bug.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#308319: ITP: kdebluetooth -- KDE Bluetooth Framework

2005-05-09 Thread Michael Meskes
Package: wnpp
Severity: wishlist
Owner: Michael Meskes [EMAIL PROTECTED]


* Package name: kdebluetooth
  Version : 1.0beta1
  Upstream Author : Mattia Merzi [EMAIL PROTECTED]
Fred Schaettgen [EMAIL PROTECTED]
* URL : http://kde-bluetooth.sourceforge.net
* License : GPL
  Description : KDE Bluetooth Framework

 The KDE Bluetooth Framework provides several easy to use
 tools to be used with Bluetooth devices.
 
-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#301370: marked as done (quota postrm fails due to missing dependency)

2005-05-11 Thread Michael Meskes
Steve,

 There appear to be a number of undocumented changes, relative to -4, which
 are not documentation fixes. :/  Would you remind removing them and
 uploading a -4sarge1 to testing-proposed-updates, or else explain why these
 changes are warranted during the freeze?

Please take my apologies. I was interrupted while working on the package
and simply forgot to remove some parts of the whole patch I applied.
Also I didn't complete the changelog entry. And you probably noticed
that stray patch file lying around in the source tree. Argh!

I fixed this and am currently uploading -6 which should be okay. It
still contains two non-doc patches:

diff -ruN tmp/quota-3.12/quotaops.c quota-3.12/quotaops.c
--- tmp/quota-3.12/quotaops.c   2005-05-11 11:58:35.0 +0200
+++ quota-3.12/quotaops.c   2005-05-11 11:58:16.0 +0200
@@ -34,7 +34,7 @@
 
 #ident $Copyright: (c) 1980, 1990 Regents of the University of California. $
 #ident $Copyright: All rights reserved. $
-#ident $Id: quotaops.c,v 1.14 2004/05/24 19:39:15 jkar8572 Exp $
+#ident $Id: quotaops.c,v 1.16 2005/03/31 11:48:02 jkar8572 Exp $
 
 #include rpc/rpc.h
 #include sys/types.h
@@ -72,13 +72,13 @@
time_t now;
 
time(now);
-   if (q-dq_dqb.dqb_bsoftlimit  toqb(q-dq_dqb.dqb_curspace) = 
q-dq_dqb.dqb_bsoftlimit) {
+   if (q-dq_dqb.dqb_bsoftlimit  toqb(q-dq_dqb.dqb_curspace)  
q-dq_dqb.dqb_bsoftlimit) {
if (!q-dq_dqb.dqb_btime)
q-dq_dqb.dqb_btime = now + q-dq_h-qh_info.dqi_bgrace;
}
else
q-dq_dqb.dqb_btime = 0;
-   if (q-dq_dqb.dqb_isoftlimit  q-dq_dqb.dqb_curinodes = 
q-dq_dqb.dqb_isoftlimit) {
+   if (q-dq_dqb.dqb_isoftlimit  q-dq_dqb.dqb_curinodes  
q-dq_dqb.dqb_isoftlimit) {
if (!q-dq_dqb.dqb_itime)
q-dq_dqb.dqb_itime = now + q-dq_h-qh_info.dqi_igrace;
}
[...]

This one fixes the bug that grace time was set when reaching the limit
instead of starting it when exceeding the limit.

diff -ruN tmp/quota-3.12/rquota_client.c quota-3.12/rquota_client.c
--- tmp/quota-3.12/rquota_client.c  2004-02-12 10:45:14.0 +0100
+++ quota-3.12/rquota_client.c  2005-05-11 11:58:16.0 +0200
@@ -149,8 +149,10 @@
 * Strip off pathname on nfs mounted dir. Ignore entries of any
 * automounter.
 */
-   if ((pathname = strchr(fsname_tmp, ':')) == (char *)0 || *(pathname + 
1) == '(')
+   if ((pathname = strchr(fsname_tmp, ':')) == (char *)0 || *(pathname + 
1) == '(') {
+   free(fsname_tmp);
return -ENOENT;
+   }
 
*pathname++ = '\0';

This one obviously fixes a memory leak. It's not that serious but I
rather have it fixed for sarge too.

 Incidentally, I'm puzzled why quota is calling update-inetd at all from the
 postrm, since there's no code in the postinst which adds an inetd entry. 
 That shouldn't be a blocker for sarge, though.

You're right. That's why I removed the line completely.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


signature.asc
Description: Digital signature


Bug#346048: quota fails in postinst

2006-01-06 Thread Michael Meskes
severity 346048 normal
tag 346048 unreproducible
tag 346048 moreinfo 
thanks

 Severity: grave
 Justification: renders package unusable

I beg to disagree because not being able to use a package in a chroot
does not render it completely unusable. After all most users will use it
on a real system. It should nevertheless work of course.

 When attempting to install quota into a new sid chroot, the following
 error occurs:
 Setting up quota (3.13-4) ...
 *** glibc detected *** free(): invalid pointer: 0x080923a0 ***

Could you please give me more info? How did you create the chroot? What
data do you have in /etc, in particular in /etc/fstab? Could you please
run the postinst script directly to see which statement creates the
error message?

I have to admit that I did not create a new chroot but updated one to
sid just today. But my chroot installs quota nicely.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#346048: quota fails in postinst

2006-01-08 Thread Michael Meskes
On Sat, Jan 07, 2006 at 08:42:55PM -0500, Bryan Donlan wrote:
 chroot was created using cdebootstrap directly to sid. After a bit of

Okay, I did the same now.

 investigation, this seems to be reproducable by emptying or deleting
 /etc/fstab, purging quota, and reinstalling. I'm not sure how to

That's strange. If /etc/fstab does not exist I get:
...
Setting up quota (3.13-4) ...
awk: cannot open /etc/fstab (No such file or directory)
dpkg: error processing quota (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 quota

If I just touch /etc/fstab to create an empty file I get:
...
Unpacking quota (from .../archives/quota_3.13-4_i386.deb) ...
Setting up quota (3.13-4) ...

Or in other words, everything is fine.

 The chroot's root filesystem is xfs, on a LVM volume, and the kernel
 is linux-image-2.6.12-1-k7 2.6.12-10, if that matters.

Maybe. To be honest it looks like there is something else going on, not
just a bug in quota. Is there a way you could tar together your chroot
and put it on a server I I could download it to see if it works here? 

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#344162: wbritish-huge: package description seems to be misleading

2005-12-20 Thread Michael Meskes
Package: wbritish-huge
Version: 6-2
Severity: normal

The package description of the *-huge packages says:

...
 This is an even larger list than the one installed by wbritish-large;
...

The *-large ones say:

...
 This is a larger list than the one installed by wbritish; nothing
...

So I would assume that the wbritish-huge dictionary is way larger than
the normal wbritish one. But it appears to be opposite:

  98326   98325  929603 /usr/share/dict/british-english
  56840   56839  527686 /usr/share/dict/british-english-huge

Also comparing the scowl-word-lists-used, wbritish has everyting
wbritish-huge has but also some additional lists.

What do I misunderstand?

Michael

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-rc4-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages wbritish-huge depends on:
ii  debconf [debconf-2.0] 1.4.62 Debian configuration management sy
ii  dictionaries-common   0.63.2 Common utilities for spelling dict

wbritish-huge recommends no packages.

-- debconf information:
  wbritish-huge/languages: british-huge (British English -- huge)
  shared/packages-wordlist:


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



Bug#333100: hppa: Fails to build kdebluetooth

2005-10-10 Thread Michael Meskes
Package: g++-4.0
Version: 4.0.2-2
Severity: important

I'm not sure if this bug relates to some of the other open bugs but
apparently g++-4.0 fails to build kdebluetooth on hppa. See

http://buildd.debian.org/fetch.php?pkg=kdebluetoothver=0.99%2B1.0beta1-5arch=hppastamp=1128618600file=logas=raw

for a complete autobuilder log. It says:

if hppa-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kdebluetooth 
-I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
-Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION  -MT dcopinterface_skel.o -MD -MP -MF 
.deps/dcopinterface_skel.Tpo -c -o dcopinterface_skel.o 
dcopinterface_skel.cpp; \
then mv -f .deps/dcopinterface_skel.Tpo .deps/dcopinterface_skel.Po; else 
rm -f .deps/dcopinterface_skel.Tpo; exit 1; fi
dcopinterface_skel.cpp: In member function 'QCStringList 
DCOPInterface::_ZTv0_n36_N13DCOPInterface9functionsEv()':
dcopinterface_skel.cpp:51: internal compiler error: in cp_expr_size, at 
cp/cp-objcp-common.c:101
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see URL:file:///usr/share/doc/gcc-4.0/README.Bugs.
make[5]: *** [dcopinterface_skel.o] Error 1

Michael


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



Bug#333100: hppa: Fails to build kdebluetooth

2005-10-10 Thread Michael Meskes
On Mon, Oct 10, 2005 at 02:43:56PM +0200, Falk Hueffner wrote:
  dcopinterface_skel.cpp:51: internal compiler error: in cp_expr_size, at 
  cp/cp-objcp-common.c:101
  Please submit a full bug report,
 
 Please send the preprocessed source, as obtained by adding -save-temps.

Sorry, cannot do this easily. I do not have access to an hppa machine where I
can install all the needed build-depends. That's why I just provided the
link to the autobuilder log.

If you guys don't have access to an hppa machine either I guess we have
to involve Debian admin people.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#333100: hppa: Fails to build kdebluetooth

2005-10-14 Thread Michael Meskes
On Thu, Oct 13, 2005 at 03:24:23PM +0200, Matthias Klose wrote:
 merge 333100 323686

I take it you know the reason, so no action by me is needed anymore,
right?

  If you guys don't have access to an hppa machine either I guess we have
  to involve Debian admin people.
 
 yes, that's what every developer usually does.
 
Please take my apologies. I was erronously thinking that you gcc
maintainers have access to all hardware and thus could reproduce this
quicker than I could. 

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#334273: linux-image-2.6.13-1-686: /etc/init.d/dbus-1 causes kernel oops

2005-10-16 Thread Michael Meskes
Package: linux-image-2.6.13-1-686
Version: 2.6.13-1
Severity: normal

As soon as /etc/init.d/dbus-1 is started in the boot process the
following oops comes up:

Oct 16 19:04:13 feivel kernel: lp0: using parport0 (interrupt-driven).
Oct 16 19:04:15 feivel kernel: Unable to handle kernel paging request at 
virtual address 30303110
Oct 16 19:04:15 feivel kernel:  printing eip:
Oct 16 19:04:15 feivel kernel: c01a1beb
Oct 16 19:04:15 feivel kernel: *pde = 
Oct 16 19:04:15 feivel kernel: Oops: 0002 [#1]
Oct 16 19:04:15 feivel kernel: Modules linked in: lp autofs4 button af_packet 
quota_v2 aes_i586 dm_crypt dm_mod cpufreq_powersave cpufreq_userspace 
speedstep_centrino freq_table snd_seq_dummy snd_seq_oss snd_seq_midi_event 
snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss thermal processor fan battery 
ac cryptoloop loop nvidia usbkbd pcmcia i810_audio ac97_codec eth1394 usbhid 
yenta_socket rsrc_nonstatic snd_intel8x0m ipw2100 firmware_class i2c_i801 e100 
snd_intel8x0 i2c_core ieee80211 ieee80211_crypt mii snd_ac97_codec pcmcia_core 
ohci1394 ehci_hcd uhci_hcd snd_pcm snd_timer snd soundcore usbcore ieee1394 
snd_page_alloc pci_hotplug parport_pc parport intel_agp agpgart psmouse 
serio_raw ide_cd cdrom evdev mousedev ext3 jbd mbcache ide_disk ide_generic 
via82cxxx trm290 triflex slc90e66 sis5513 siimage serverworks sc1200 rz1000 
piix pdc202xx_old opti621 ns87415 it821x hpt366 hpt34x generic cy82c693 cs5530 
cs5520 cmd64x atiixp amd74xx alim15x3 aec62xx pdc202xx_new ide_core unix
Oct 16 19:04:15 feivel kernel: CPU:0
Oct 16 19:04:15 feivel kernel: EIP:0060:[sysfs_release+59/128]Tainted: 
PF VLI
Oct 16 19:04:15 feivel kernel: EFLAGS: 00010206   (2.6.13-1-686) 
Oct 16 19:04:15 feivel kernel: EIP is at sysfs_release+0x3b/0x80
Oct 16 19:04:15 feivel kernel: eax:    ebx: 30303030   ecx: c01cbaa0   
edx: 
Oct 16 19:04:15 feivel kernel: esi: df3c3c00   edi: c15980a4   ebp: dcf4a90c   
esp: dcc0ff58
Oct 16 19:04:15 feivel kernel: ds: 007b   es: 007b   ss: 0068
Oct 16 19:04:15 feivel kernel: Process hald (pid: 5730, threadinfo=dcc0e000 
task=de9f3aa0)
Oct 16 19:04:15 feivel kernel: Stack: c15980a4 0010 dec12d40 c14d4100 
c0160a81 dcf4a90c dec12d40  
Oct 16 19:04:15 feivel kernel: dcf0f054 dec12d40  
ded4cac0 dcc0e000 c015ef52 dec12d40 
Oct 16 19:04:15 feivel kernel:ded4cac0 dec12d40 080d7ec8 080d66a0 
c015efe8 dec12d40 ded4cac0 000e 
Oct 16 19:04:15 feivel kernel: Call Trace:
Oct 16 19:04:15 feivel kernel:  [__fput+161/384] __fput+0xa1/0x180
Oct 16 19:04:15 feivel kernel:  [filp_close+82/144] filp_close+0x52/0x90
Oct 16 19:04:15 feivel kernel:  [sys_close+88/96] sys_close+0x58/0x60
Oct 16 19:04:15 feivel kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
Oct 16 19:04:15 feivel kernel: Code: 7c 24 0c 8b 51 08 8b 71 78 8b 42 0c 8b 40 
48 8b 78 14 8b 42 48 85 ff 8b 40 14 8b 58 04 74 08 89 3c 24 e8 c9 9e 02 00 85 
db 74 0b ff 8b e0 00 00 00 83 3b 02 74 2c 85 f6 74 16 8b 46 0c 85 c0 74 

Just preventing the initscript from being run makes the kernel not oops
anymore.

Michael

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.13-1-686 depends on:
ii  initrd-tools  0.1.82 tools to create initrd image for p
ii  module-init-tools 3.2-pre9-2 tools for managing Linux kernel mo

linux-image-2.6.13-1-686 recommends no packages.

-- no debconf information


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



Bug#334275: linux-image-2.6.13-1-686: ide error messages come up

2005-10-16 Thread Michael Meskes
Package: linux-image-2.6.13-1-686
Version: 2.6.13-1
Severity: normal

With 2.6.13 I get the following IDE error messages during boot time:

Oct 14 15:55:24 feivel kernel: hda: dma_intr: status=0x51 { DriveReady 
SeekComplete Error }
Oct 14 15:55:24 feivel kernel: hda: dma_intr: error=0x04 { DriveStatusError }
Oct 14 15:55:24 feivel kernel: ide: failed opcode was: unknown
Oct 14 15:55:24 feivel kernel: hda: set_drive_speed_status: status=0x51{ 
DriveReady SeekComplete Error }
Oct 14 15:55:24 feivel kernel: hda: set_drive_speed_status: error=0xd0 { 
BadSector UncorrectableError SectorIdNotFound }, LBAsect=13684944, sector=24
921508
Oct 14 15:55:24 feivel kernel: ide: failed opcode was: unknown

I have never seen any of these with 2.6.12 or earlier kernels. The
unknown opcode and sector look strange. Any idea what I could do to get
more information?

Michael

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.13-1-686 depends on:
ii  initrd-tools  0.1.82 tools to create initrd image for p
ii  module-init-tools 3.2-pre9-2 tools for managing Linux kernel mo

linux-image-2.6.13-1-686 recommends no packages.

-- no debconf information


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



Bug#334273: linux-image-2.6.13-1-686: /etc/init.d/dbus-1 causes kernel oops

2005-10-17 Thread Michael Meskes
On Sun, Oct 16, 2005 at 08:45:50PM +0200, Bastian Blank wrote:
 On Sun, Oct 16, 2005 at 08:18:49PM +0200, Michael Meskes wrote:
  Oct 16 19:04:15 feivel kernel: EIP:0060:[sysfs_release+59/128]
  Tainted: PF VLI
 
 Proprietary module and forced module load. Fix that first.

Sorry, my fault. I sent in the wrong oops. Actually the oops made me try
nv again and since it works correctly with my card now I was finally
able to get rid of nvidia.

But the Oops didn't disappear. Just to be sure I tried again this
morning. Here's the log entry:

Oct 17 09:23:42 feivel kernel: Unable to handle kernel paging request at 
virtual address 30303110
Oct 17 09:23:42 feivel kernel:  printing eip:
Oct 17 09:23:42 feivel kernel: c01a1beb
Oct 17 09:23:42 feivel kernel: *pde = 
Oct 17 09:23:42 feivel kernel: Oops: 0002 [#1]
Oct 17 09:23:42 feivel kernel: Modules linked in: lp autofs4 button ipv6 
af_packet quota_v2 aes_i586 dm_crypt dm_mod cpufreq_powersave cpufreq_userspace 
speedstep_centrino freq_table snd_seq_dummy snd_seq_oss snd_seq_midi_event 
snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss thermal processor fan battery 
ac cryptoloop loop usbkbd eth1394 usbhid pcmcia ipw2100 i810_audio 
firmware_class ac97_codec ieee80211 ieee80211_crypt yenta_socket rsrc_nonstatic 
pcmcia_core e100 mii ohci1394 ieee1394 snd_intel8x0 snd_intel8x0m 
snd_ac97_codec snd_pcm snd_timer snd soundcore snd_page_alloc ehci_hcd i2c_i801 
i2c_core uhci_hcd usbcore pci_hotplug parport_pc parport intel_agp agpgart 
ide_cd psmouse cdrom serio_raw evdev mousedev ext3 jbd mbcache ide_disk 
ide_generic via82cxxx trm290 triflex slc90e66 sis5513 siimage serverworks 
sc1200 rz1000 piix pdc202xx_old opti621 ns87415 it821x hpt366 hpt34x generic 
cy82c693 cs5530 cs5520 cmd64x atiixp amd74xx alim15x3 aec62xx pdc202xx_new 
ide_core unix
Oct 17 09:23:42 feivel kernel: CPU:0
Oct 17 09:23:42 feivel kernel: EIP:0060:[sysfs_release+59/128]Tainted: 
GF VLI
Oct 17 09:23:42 feivel kernel: EFLAGS: 00010206   (2.6.13-1-686) 
Oct 17 09:23:42 feivel kernel: EIP is at sysfs_release+0x3b/0x80
Oct 17 09:23:42 feivel kernel: eax:    ebx: 30303030   ecx: c01cbaa0   
edx: 
Oct 17 09:23:42 feivel kernel: esi: df82fdc0   edi: c15970a4   ebp: dd01dbd4   
esp: dd4d9f58
Oct 17 09:23:42 feivel kernel: ds: 007b   es: 007b   ss: 0068
Oct 17 09:23:42 feivel kernel: Process hald (pid: 5696, threadinfo=dd4d8000 
task=de223580)
Oct 17 09:23:42 feivel kernel: Stack: c15970a4 0010 df1f6a40 c14d4100 
c0160a81 dd01dbd4 df1f6a40  
Oct 17 09:23:42 feivel kernel: dd7d540c df1f6a40  
dde96200 dd4d8000 c015ef52 df1f6a40 
Oct 17 09:23:42 feivel kernel:dde96200 df1f6a40 080d5c80 080d6028 
c015efe8 df1f6a40 dde96200 000e 
Oct 17 09:23:42 feivel kernel: Call Trace:
Oct 17 09:23:42 feivel kernel:  [__fput+161/384] __fput+0xa1/0x180
Oct 17 09:23:42 feivel kernel:  [filp_close+82/144] filp_close+0x52/0x90
Oct 17 09:23:42 feivel kernel:  [sys_close+88/96] sys_close+0x58/0x60
Oct 17 09:23:42 feivel kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
Oct 17 09:23:42 feivel kernel: Code: 7c 24 0c 8b 51 08 8b 71 78 8b 42 0c 8b 40 
48 8b 78 14 8b 42 48 85 ff 8b 40 14 8b 58 04 74 08 89 3c 24 e8 c9 9e 02 00 85 
db 74 0b ff 8b e0 00 00 00 83 3b 02 74 2c 85 f6 74 16 8b 46 0c 85 c0 74 

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#334275: linux-image-2.6.13-1-686: ide error messages come up

2005-10-17 Thread Michael Meskes
On Sun, Oct 16, 2005 at 10:05:32PM +0200, Maximilian Attems wrote:
 backup your data, aboves is a drive failure.

Well, at first I thought the same, but when I went back to 2.6.12 for
another reason the message disappeared. That's kind of strange. I do not
get any ide error message with 2.6.12 and just this one during
initilisation with 2.6.13. 

Is there a way to make sure it's really the hardware? Usually with hw
problem the message comes up more often.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#338784: ITP: openrpt -- SQL report writer

2005-11-12 Thread Michael Meskes
Package: wnpp
Severity: wishlist
Owner: Michael Meskes [EMAIL PROTECTED]

* Package name: openrpt
  Version : 1.1.1beta
  Upstream Author : Chris Ryan [EMAIL PROTECTED]
Ned Lilly [EMAIL PROTECTED]
Pierce Tyler [EMAIL PROTECTED]
* URL : http://openrpt.sourceforge.net/
* License : GPL
  Description : SQL report writer

OpenRPT is a graphical report writer and rendering engine using the
QT-PostgreSQl connector to access a database. It consist of a writer and
a renderer module.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#387111:

2006-09-12 Thread Michael Meskes
reassign 387111 makedev
thanks

My up-to-date sid system knows how to MAKEDEV misc. But it appears
from your report that you do not use the sid makedev package. At least
my list says the most up-to-date version is 2.3.1-83 while you are using
3.3.8.2-0 from wherever that comes. Thus I'm reassigning this bug
report.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#387261: watchdog: Fails to configure

2006-09-13 Thread Michael Meskes
severity 387261 normal
tag 387261 unreproducible
tag 387261 moreinfo
thanks

 Setting up watchdog (5.2.6-3) ...
 udev active, devices will be created in /dev/.static/dev/
 udev active, devices will be created in /dev/.static/dev/
 dpkg: error processing watchdog (--configure):
  subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  watchdog

On my system I get:

udev active, devices will be created in /dev/.static/dev/
udev active, devices will be created in /dev/.static/dev/
Restarting watchdog daemon...done.

Could you please run teh postinst script step by step to tell where the
error occurs?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#374946: unreproducible

2006-09-16 Thread Michael Meskes
severity 374946 normal
thanks

After a series of removal/reinstallation tests everything works well in
my network. To me it looks like a config problem that was solved by a
fresh reinstall. I'm downgrading this bug as it doesn't look release
critical to me. Keep in mind that most people either start with a fresh
install or upgrade from a way older version.

Feel free to close if you like.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#386251: Fixed in NMU of xcdroast 0.98+0alpha15-7.1

2006-09-16 Thread Michael Meskes
On Fri, Sep 15, 2006 at 10:23:25PM +0200, Héctor García Álvarez wrote:
 Why don't you ask before doing an NMU?.

Please complain to the release management team if you don't like the
rules.

 You didn't test the patch, did you?

I did. And I hope you have a better reason for this statement than what
you say in the next two sentences.

 Because it has a bug which break old working behavior.

Which?

 Now cdrecord.proDVD doesn't work (which even in been non free, it will
 break working instalations).

Frankly I don't care. If you like a non-free software and want your
package to work with it, fine. Then do your job as a maintainer and make
it work again.

 P.D: Please, even in 0-day NMU period send a I'm going to do a NMU
 with at least a few hours. I've been working on this a few days now to

Oh come on, you had 9 days and weren't able to even send a short ack to
the bug report. How on earth should I know that you would answer my
email in a few hours?

 not do what you just did.

Then you should have send an email to the bug report. I would have
certainly left the bug alone had I know that you are working on it. But
there was no hint whatsoever. Besides, you are free to upload a new
version with a better patch.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!



Bug#379725: Isn't this fixed?

2006-09-16 Thread Michael Meskes
severity 379725 normal
thanks

From reading the changelog entry I would say this bug was fixed in
1.3.6-1. Therefore I downgrade it to normal but leave it to the
maintainer to close it if it really was forgotten. In case I missed
something feel free to upgrade again.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#367374: No RC bug

2006-09-16 Thread Michael Meskes
severity 367374 minor
thanks

This is not release critical because there simply is no update possible
for stable users. And once the latest version makes it into etch older
versions are no longer available.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#368297: Downgrading

2006-09-16 Thread Michael Meskes
severity 368297 important
thanks

I spend some time tracking down this issue and here's what I found:

- The only ssl option that has an effect is start_tls, which should
  enable tls no matter ldap:// or ldaps:// is used.
- According to some stuff I read on the web the sudo guys prefer tls
  over ldap:// and even called ldaps usage deprecated.
- Authorization is always done via your normal pam setting. The
  sudo-ldap connection is only to retrieve the info about what a user
  may do.

I certainly was able to reproduce this bug, so I see no way to close it.
To find a fix we probably need someone with libldap knowledge to look at
the sources. But I see several ways to use the package. Or in other
words the package is not unusable. This is why I downgraded it.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#367374: No RC bug

2006-09-17 Thread Michael Meskes
On Sat, Sep 16, 2006 at 01:56:52PM -0700, Steve Langasek wrote:
 Is the script fixed in the new version of the package?  The original report
 showed:
 
 dpkg: warning - old pre-removal script returned error exit status 1
 dpkg - trying script from the new package instead ...
 Stopping hyperestraier: estmaster: not running
 invoke-rc.d: initscript hyperestraier, action stop failed.
 dpkg: error processing
 /var/cache/apt/archives/hyperestraier_1.2.5-1_i386.deb (--unpack):
  subprocess new pre-removal script returned error exit status 1
 
 So either the new package fixes this problem and therefore the bug should be
 marked as closed in that version, or it's still present and the bug is
 serious.

From readinf the bug report and teh changelog I would say this bug is no
longer present in the package. My own tests also ran well. But the
upgrade from an old and buggy version certainly doesn't work because the
old package still has the buggy init script. IMO fixinf this by changing
the init scrip from the new preinst creates more hassle than it's worth.
After all the 1.2.* package series shouldn't exist anymore. They are
still there on some archs, but that's not related to this bug and these
archs should become up-to-date anyway.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#387880: sudo-ldap creates rc.d links to /etc/init.d/sudo

2006-09-17 Thread Michael Meskes
Package: sudo-ldap
Version: 1.6.8p12-4
Severity: normal

Doing a fresh install update-rc.d will fail because there is no
/etc/init.d/sudo file to link to. The update-rc.d command in postinst
shoudl read update-rc.d sudo-ldap start 75 S ... instead, because
that's how the init file in this package is named.

Michael

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages sudo-ldap depends on:
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpam-modules  0.79-3.2 Pluggable Authentication Modules f
ii  libpam0g0.79-3.2 Pluggable Authentication Modules l

sudo-ldap recommends no packages.

-- no debconf information


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



Bug#384334: jadetex NMU

2006-09-17 Thread Michael Meskes
During our bug-squashing-party we decided that it would be a good idea
to make jadetex become RC bug free in etch and upload the NMU that
Norbert prepared. However, to make sure that Ohura-san is part of the
decision making I only uploaded it to delayed-4. So, if someone objects
we are able to react before it goes into incoming.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#388032: ntpdate: init script throws error message if ntp is not installed

2006-09-18 Thread Michael Meskes
Package: ntpdate
Version: 1:4.2.2+dfsg.2-2
Severity: normal

/etc/init.d/ntpdate sources /etc/default/ntpdate which accesses
/etc/ntp.conf without testing whether the file exists at all. Thus an
error message is printed everytime.

Michael

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages ntpdate depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcap1  1:1.10-14   support for getting/setting POSIX.
ii  libssl0.9.8  0.9.8b-3SSL shared libraries
ii  lsb-base 3.1-15  Linux Standard Base 3.1 init scrip
ii  netbase  4.26Basic TCP/IP networking system

ntpdate recommends no packages.

-- debconf information excluded


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



Bug#38817: Should use /proc/mounts on new enough kernels

2006-09-18 Thread Michael Meskes
On Mon, Sep 11, 2006 at 04:33:51PM +0200, Goswin von Brederlow wrote:
 on new enough kernels the /proc/mounts should contain all the quota
 informations needed so maybe it would be time to parse /proc/mounts in
 favour of /etc/mtab on those. That would obsolete this old whishlist
 bug as well.

I haven't checked myself, but according to upstream reiserfs does not
contain quota information in /proc/mounts, so this is not really
possible atm.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#392920: quota doesn't work due to optimization, that gcc

2006-10-16 Thread Michael Meskes
 You're asking why this is a quota problem? :) Well, _binary_ package
 ...

No, I asked why you think it is not a gcc bug? It appears that some
optimization is creating this problem. And it might very well be a gcc
bug in that it optimizes incorrectly. 

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#383877: New version of kdebluetooth

2006-11-02 Thread Michael Meskes
On Tue, Oct 24, 2006 at 12:06:34AM +0200, Luigi Toscano wrote:
 The new version of kdebluetooth (1.0beta2) should solve this issue (see
 http://sourceforge.net/project/shownotes.php?group_id=89888release_id=455943
 )

Thanks a lot for this information. I didn't notice the new release yet.
However, I wonder what makes you think the bug would be solved. Yes, the
changelog sounds a bit like this, but it seems to be that they are
talking about other problems there as this bug needs some major
rewriting in kdebluetooth or that small patch in bluez-utils.

I will work on this as soon as I find the time.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#397120: uswsusp: s2disk wants to run /usr/sbin/grubonce which doesn't exist

2006-11-05 Thread Michael Meskes
Package: uswsusp
Severity: normal

From the log file:

...
checking ndiswrapper
--
prepare_sleep finished for suspend2disk
--
preparing boot-loader: selecting entry 0, kernel /boot/2.6.18-1-686
/usr/sbin/grubonce not found, not preparing bootloader
  time needed for sync: 0.5 seconds, time needed for grub: 0.0 seconds.
calculated image_size: 500
we are back from suspend, cleaning up.
...

This binary doesn't seem to exist in Debian at all. If it's needed it
has to be available, if not, it shouldn't be called.

Michael

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#397120:

2006-11-05 Thread Michael Meskes
reassign 397120 powersaved
thanks

Sorry, after all my testing I simple reported against the wrong package.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#397120: uswsusp: s2disk wants to run /usr/sbin/grubonce which doesn't exist

2006-11-06 Thread Michael Meskes
 I don't quite see the problem (or bug) here. If grubonce exists,

Why not?

 powersaved makes use of it, otherwise not. It's not that suspend_to_disk
 fails, if grubonce does not exist. powersaved just writes to the log

True, but definitely not clear to the user. If something doens't work,
the first thing a user does is/should be looking into the log. Seeing an
error message there at least suggests that this is the reason for
his/her problems. 

 file, that it didn't find grubonce. I can see nothing wrong with that.
 Could you please elaborate? Otherwise I'm going to close this bug report.

Having a package printing an error message because of a missing binary
is definitely not a correct behaviour. Especially if that binary is not
available at all in Debian. Since it's not needed you could simply call
true instead or just patch out the call. 

I can see no reason however to just close the report.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#397120: uswsusp: s2disk wants to run /usr/sbin/grubonce which

2006-11-06 Thread Michael Meskes
On Mon, Nov 06, 2006 at 10:23:36AM +0100, Michael Biebl wrote:
 Huh? It's not an error message. powersaved is just printing exactly,
 what it is doing:
 
 preparing boot-loader: selecting entry 1, kernel /boot/2.6.19-rc4
 /usr/sbin/grubonce not found, not preparing bootloader
   time needed for sync: 0.2 seconds, time needed for grub: 0.0 seconds.

But still it tells people that it didn't find the binary. And that it
does not prepare the bootloader. How many users do you think will notice
that this is NOT an error?

 Patching out the above message might leave the user in the false
 impression, that powersaved is mangling with the grub settings, which it
 does not, if grubonce is not available.

Eh? If you remove the whole message why should the user think powersaved
does anything with grub?

 Given the above reasoning, I think removing the log message entry makes
 things worse. Closing this bug report.

You're joking, right? With the same reasoning you could add a lot of
messages about all the settings powersaved is not fiddling with. :-)

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!



Bug#397120: uswsusp: s2disk wants to run /usr/sbin/grubonce which

2006-11-06 Thread Michael Meskes
  You're joking, right? With the same reasoning you could add a lot of
  messages about all the settings powersaved is not fiddling with. :-)
 
 This comparison is of course bogus (and I'm sure you know that).
 Inserting random messages into the log file is something basically
 different than removing standard messages from the output.

Sorry, my smiley should have been more obvious. I was indeed joking.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#392920: quota doesn't work due to optimization, that gcc 4.1.2 introduces

2006-10-15 Thread Michael Meskes
On Sat, Oct 14, 2006 at 12:05:08PM +0400, Vasily Tarasov wrote:
 Consequently some problem with stack. First we thought, that the problem
 is in system call, but then
 it appeared that gcc optimization is guilty! Changing optimization to
 -O0 instead -02 in
 quota's Makefile helps!

On which architecture are you experiencing this problem? Also I wonder
what makes you think it's quota's fault and not gcc's?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#390128: openoffice.org-calc: after typing two characters program freezes with 100% CPU

2006-09-29 Thread Michael Meskes
Package: openoffice.org-calc
Version: 2.0.4~rc2-2
Severity: grave
Justification: renders package unusable

I'm not sure where to look for the culprit, but with the oo-calc is
unusable at least on my system. As soon as I enter two letters into one
cell the program needs 100% CPU and obviously doesn't react anymore.

After that a new start isn't possible anymore because oo-calc tries to
reconstruct the old file and segfaults.

My system was upgraded against sid today.

I delete the .openoffice.org2 directory in my home to no avail. The only
difference is that it doesn't segfault because it doesn't know it had a
file open.

Seems I need to downgrade to to work with OO. 2.0.3-6 at least works
fine. 

Michael

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages openoffice.org-calc depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-14  GCC support library
ii  libstdc++6   4.1.1-14The GNU Standard C++ Library v3
ii  libstlport5.05.0.2-9 STLport C++ class library
ii  libufsparse  1.2-7   collection of libraries for comput
ii  openoffice.org-core  2.0.4~rc2-2 OpenOffice.org office suite archit

openoffice.org-calc recommends no packages.

-- no debconf information


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



Bug#382771: [Pkg-bluetooth-maintainers] Bug#382771: bluez-utils: please define possible d-bus pin helpers

2006-09-26 Thread Michael Meskes
On Sun, Aug 20, 2006 at 03:09:29PM +0200, Filippo Giunchedi wrote:
 Also, how much work is required in fixing the kde part?

AFAICT it will be fixed in KDE 4.0 but not before.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#379403: Some more info

2006-09-27 Thread Michael Meskes
I finally found some time to reproduce this bug on my machine. Since I
also use an USB dongle it wasn't that difficult. Then I played around
with the software a little bit and found that using bluez-utils 2.25
works fine (you might have to unplug/plug your dongle) but 3.5 doesn't.
Nothing really new about this one. But I also tried running 2.25 and
only replaces /usr/sbin/hcid with the 3.5 version and it also failed. 

This is probably not suprising for those who know how this thing works,
but just in case some tries to dig into it, I thought I better get this
info archived. 

hcid received some major rewriting and a lot of new dbus stuff, so I
stopped debugging there. But we surely need to find a solution for this.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#348979: pgadmin3: Please package newer version

2006-01-20 Thread Michael Meskes
Package: pgadmin3
Version: 1.2.2-1.1
Severity: wishlist

The version in sid is pretty old, the pgadmin team already released
1.4.1. Please package the newer versions.

If you happen to have a time problem, I'm willing to help with this
release of the maintainance of the package.

Michael


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



Bug#483801: Is this still valid?

2008-10-13 Thread Michael Meskes
Do you still have problems with acpid? It seems to be hard to imagine how an
acpid upgrade could make your system break down. Might as well be an unrelated
hardware problem, so maybe you know more now.

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#481986: Closing

2008-10-13 Thread Michael Meskes
This report is waiting for more info for about 5 months. Assuming that it
cannot be reproduced anymore I just close it for now. Should you still see the
problem feel free to send additional info and reopen, or just tell me and I'll
reopen.

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#502068: [Pkg-virtualbox-devel] Bug#502068: virtualbox-ose-source: does not

2008-10-13 Thread Michael Meskes
tag 502068 pending
thanks

 And here is a debdiff with a dpatch from above changeset inside, 
 compile-tested, run-tested and VM-bootable-tested.

Thanks a lot. Applied in SVN. 

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#440870: acpid: can't open /proc/acpi/event: No such file or directory

2008-10-15 Thread Michael Meskes
On Wed, Oct 15, 2008 at 04:24:44PM +0200, Mateusz Jasinski wrote:
 I'm running Debian sid and acpid-1.0.6-14 package  is still affected with 
 this 
 bug.
 The simple resolution of this problem is to compile the kernel with:
   Deprecated /proc/acpi/event support.

Well there were two bugs. The original #440870 had a different reason, namely
hal not being stopped. There is still an open bug report about the deprecated
/proc/acpi/event file.

 Since this is a deprecated kernel feature and the new one is power /sys 
 interface it's clear that acpid should drop the old configuration interface 
 through /proc/acpi/event and change it to the new /sys.

I don't think so. Some acpi information is available under /sys, right, but the
event notification is not AFAIK but uses netlink now. Thus it needs some
significant rewriting and not just a changed file name.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#502881: Need more info

2008-10-21 Thread Michael Meskes
tag 502704 unreproducible
tag 502704 moreinfo
thanks

Hi,

could you please add a set -x to the acpid init script and
reboot/reconfigure/whatever didn't work? Also acpid log entries would be
interesting. Needless to say that I do not experience this problem on my
system.

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#502511: [Pkg-acpi-devel] Bug#502511: acpi reports (incorrect) mAh-values

2008-10-21 Thread Michael Meskes
On Fri, Oct 17, 2008 at 10:14:37AM +0200, Kai Muenz wrote:
 On an IBM Thinkpad R50p where /proc/acpi/battery/BAT0/info reads
 design capacity: 77760 mWh
 last full capacity:  61170 mWh

Does it really list mWh? Normally battery capacity is listed in mAh.

What does it list under /sys/class/power_supply?

 acpi -i prints
  Battery 0: Charging, 25%, 01:31:20 until charged
  Battery 0: design capacity 77760 mAh, last full capacity 61170 mAh = 78%

This information is taken from /sys/class/power_supply unless you also specify 
the -p parameter.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#502881: [Pkg-acpi-devel] Bug#502881: acpid not starting after upgrade

2008-10-21 Thread Michael Meskes
I think I found it and just changed our git repro. Problem is that 

[ -f /proc/modules ] || return 

always errors out if /proc/modules doesn't exist.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#502881: [Pkg-acpi-devel] Bug#502881: Bug#502881: acpid not starting

2008-10-21 Thread Michael Meskes
On Tue, Oct 21, 2008 at 01:21:49PM +0200, Loïc Minier wrote:
  I think I found it and just changed our git repro. Problem is that 
  
  [ -f /proc/modules ] || return 
  
  always errors out if /proc/modules doesn't exist.
 
  Err your fix is the other way around!
 
 if [ -f /proc/modules ]; then
 ---return
 fi
 
  that will return when proc/modules exists

Argh! Gotta hate it when this happens. :-)

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#502881: [Pkg-acpi-devel] Bug#502881: Bug#502881: acpid not starting

2008-10-21 Thread Michael Meskes
On Tue, Oct 21, 2008 at 01:25:12PM +0200, Loïc Minier wrote:
  Just fixed that in git and tagged; I'm happy if you upload, but can
  upload as well.

Done.

Thanks again for spotting the error,

Thanks for correcting my mistake.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#503049: [Pkg-virtualbox-devel] Bug#503049: virtualbox-ose 1.6.6-dfsg-2:

2008-10-22 Thread Michael Meskes
tag 503049 moreinfo
tag 503049 unreproducible
thanks

On Wed, Oct 22, 2008 at 02:14:42PM +0800, Patrick Yuen wrote:
 [ 2.631167] Kernel panic - not syncing: Fatal exception in interrupt.
 
 Fresh installation and just finished aptitude upgrade ...

Maybe you should care to elaborate or do you want us to guess? 

 It was fixed in 1.6.2 ... may be we need to jump to 2.0.2

No, definitely not.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#474089: [Pkg-virtualbox-devel] Bug#474089: closed by Michael Meskes

2008-08-25 Thread Michael Meskes
On Sun, Aug 24, 2008 at 09:29:03PM +0200, Michael Biebl wrote:
 NOLSB=yes
 [..]
 [ -f /lib/lsb/init-functions ] || NOLSB=yes
 
 == NOLSB will never be no

This is not exactly true because in [...] /etc/default/virtualbox-ose is
sourced if available. Thus NOLSB could be reset there.

 Don't make a lot of sense, as the NOLSB variable will never be empty

Again, it could be set in the default file. However, I do agree that the test 
should be the other way round:

[ -f /lib/lsb/init-functions ]  NOLSB=

Okay?

Michael
-- 
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#474089: [Pkg-virtualbox-devel] Bug#474089: closed by Michael Meskes

2008-08-26 Thread Michael Meskes
On Mon, Aug 25, 2008 at 06:46:50PM +0200, Michael Biebl wrote:
 I guess this would work. Please keep in mind to never use set -e then,
 otherwise your script will exit at this point if /lib/lsb/init-functions
 doesn't exist.

Sure?

[EMAIL PROTECTED]:~$ cat a.sh
#!/bin/sh

set -e

[ -f foo ]  echo 1
echo 2
[EMAIL PROTECTED]:~$ sh a.sh
2

What did I miss?

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#497505: virtualbox-ose doesn't work with linux 2.6.26

2008-09-02 Thread Michael Meskes
Package: virtualbox-ose, linux-image-2.6
Version: 1.6.2-dfsg-4
Severity: important

Please see here for details

http://virtualbox.org/ticket/1875
http://lkml.org/lkml/2008/8/20/359
http://lists.alioth.debian.org/pipermail/pkg-virtualbox-devel/2008-August/000925.html

Apparently it's unclear which party is at fault. However, I'd like to get this
documented here as well, so I try reporting it against both packages.

Don't worry about the version informatin below, I testesd it with 1.6.4 to no 
avail.

Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages virtualbox-ose depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.23Debian configuration management sy
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libgcc11:4.3.1-9 GCC support library
ii  libgl1-mesa-glx [libgl1]   7.0.3-5   A free implementation of the OpenG
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libidl00.8.10-0.1library for parsing CORBA IDL file
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libstdc++6 4.3.1-9   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxml22.6.32.dfsg-3 GNOME XML library
ii  libxslt1.1 1.1.24-2  XSLT processing library - runtime 
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library

Versions of packages virtualbox-ose recommends:
hi  virtualbox-ose-mod 1.6.4-dfsg-1+2.6.26-2 VirtualBox modules for Linux (kern
hi  virtualbox-ose-mod 1.6.4-dfsg-1+2.6.26-2 VirtualBox modules for Linux (kern

Versions of packages virtualbox-ose suggests:
ii  bridge-utils1.4-5Utilities for configuring the Linu
ii  virtualbox-ose-source   1.6.4-dfsg-1 x86 virtualization solution - kern

-- debconf information:
* virtualbox-ose/upstream_version_change: true



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



Bug#500702: [Pkg-virtualbox-devel] Bug#500702: [virtualbox-ose]

2008-10-01 Thread Michael Meskes
On Tue, Sep 30, 2008 at 01:11:59PM -0500, Jordi Burguet Castell wrote:
 module-assistant doesn't work for me (also,
 it is not listed as a dependency)

No, but as recommendation. After all you can build the modules with other tools 
as well.

 but when I first installed virtualbox-ose I didn't have to do anything
 like that, and also it struck me as odd that I should become root and
 generate the module myself (I couldn't see any info on this in the

Are you sure sid/unstable is the right distribution for you? No offense
intended, but this is not exactly uncommon.

 Apart from this, when I install module-assistant and
 virtualbox-ose-source, and run module-assistant auto-install
 virtualbox-ose, it seems to work but afterwards I still have the same
 problem (The version of the VirtualBox kernel modules and the version
 of VirtualBox application are not matching [...]).
 
 Either there is a problem or maybe I just don't understand what I am
 doing wrong.

You have to reload te module. 

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#334229: packaging broken

2008-10-05 Thread Michael Meskes
tags 334229 - patch
thanks

It appears to me that the packaging is broken. The orig tarball already has the
empty templates file. If the tools parse the sources I'd suggest a repackaged
orig tarball.

Btw. could you please also remove the empty maintainer scripts?

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#501430: lilypond: diff for NMU 2.10.33-2.3

2008-10-07 Thread Michael Meskes
Package: lilypond
Version: 2.10.33-2.3
Severity: normal
Tags: patch

Here's the diff to my 2.10.33-2.3 NMU. 

Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lilypond depends on:
pn  guile-1.8  none(no description available)
pn  guile-1.8-libs none(no description available)
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgmp3c2  2:4.2.2+dfsg-3Multiprecision arithmetic library
ii  libltdl3   1.5.26-4  A system independent dlopen wrappe
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
pn  lilypond-data  none(no description available)
ii  python 2.5.2-2   An interactive high-level object-o
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages lilypond recommends:
pn  lilypond-doc  none (no description available)

lilypond suggests no packages.
diff -u lilypond-2.10.33/debian/rules lilypond-2.10.33/debian/rules
--- lilypond-2.10.33/debian/rules
+++ lilypond-2.10.33/debian/rules
@@ -78,6 +78,7 @@
 
 	# Still not clean enough?  Let's use... BRUTE STRENGTH!  :-)
 	find . -type d -name 'out' -o -name 'out-www' | xargs rm -rf
+	rm -f buildscripts/*.pyc
 	rm -f lib/lilypond/python examples.html
 	rm -f debian/emacsen-startup
 	rm -f debian/lilypond1.7*.dirs debian/lilypond.dirs
diff -u lilypond-2.10.33/debian/changelog lilypond-2.10.33/debian/changelog
--- lilypond-2.10.33/debian/changelog
+++ lilypond-2.10.33/debian/changelog
@@ -1,3 +1,15 @@
+lilypond (2.10.33-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix double build problem as patched by Peter Eisentraut
+[EMAIL PROTECTED] (Closes: #482911).
+  * Do not list transitional package first in Pre-Depends
+line (Closes: #481776).
+  * Changed build dependency from gs-gpl|gs-esp to ghostscript
+to not reference transitional packages.
+
+ -- Michael Meskes [EMAIL PROTECTED]  Sun, 05 Oct 2008 13:48:20 +0200
+
 lilypond (2.10.33-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u lilypond-2.10.33/debian/control lilypond-2.10.33/debian/control
--- lilypond-2.10.33/debian/control
+++ lilypond-2.10.33/debian/control
@@ -1,5 +1,5 @@
 Source: lilypond
-Build-Depends: debhelper (= 5), python-dev (= 2.4), guile-1.8-dev, flex (= 2.5.4a-14) | flex-old, bison ( 1:1.50) | bison ( 1:1.75-1), texinfo (= 4.8.dfsg.1-1), groff, m4, gettext (= 0.10.36-1), mftrace (= 1.1.19), fontforge (= 0.0.20060125-1), pkg-config (= 0.9.0), libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev (= 2.4.1-1), python-support (= 0.4), libgmp3-dev, libltdl3-dev, gs-gpl (= 8.50) | gs-esp (= 8.50), texlive-latex-base, texlive-generic-recommended, autotools-dev
+Build-Depends: debhelper (= 5), python-dev (= 2.4), guile-1.8-dev, flex (= 2.5.4a-14) | flex-old, bison ( 1:1.50) | bison ( 1:1.75-1), texinfo (= 4.8.dfsg.1-1), groff, m4, gettext (= 0.10.36-1), mftrace (= 1.1.19), fontforge (= 0.0.20060125-1), pkg-config (= 0.9.0), libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev (= 2.4.1-1), python-support (= 0.4), libgmp3-dev, libltdl3-dev, ghostscript (= 8.50), texlive-latex-base, texlive-generic-recommended, autotools-dev
 Build-Conflicts: guile-1.8-dev (= 1.8.2+1-2)
 Build-Depends-Indep: netpbm (= 2:9.10-1), imagemagick, emacs-intl-fonts, xfonts-intl-arabic, xfonts-intl-asian, xfonts-intl-chinese, xfonts-intl-chinese-big, xfonts-intl-european, xfonts-intl-japanese, xfonts-intl-japanese-big, xfonts-intl-phonetic, ttf-kochi-gothic, ttf-kochi-mincho, ttf-dejavu, ttf-freefont, gsfonts | gsfonts-x11, rsync
 Build-Conflicts-Indep: gs-gpl (= 8.01-1), gs-gpl (= 8.01-2), gs-gpl (= 8.01-3), gs-gpl (= 8.01-4) 
@@ -44,7 +44,7 @@
 Section: tex
 Architecture: all
 Depends: texinfo | texlive-texinfo, ${python:Depends}
-Pre-Depends: tetex-bin | texlive-base
+Pre-Depends: texlive-base | tetex-bin
 Recommends: lilypond (= ${source:Version})
 Conflicts: lilypond ( 2.2.2-2)
 Description: LilyPond music typesetter (data files)


Bug#479709: Still there

2008-07-30 Thread Michael Meskes
severity 479709 grave
thanks

Not sure whether the severity is correct, but this time the bug hit me
with a dataloss and I suppose that others might/will experience the
same. I doubt it's a good idea to have this kernel in Lenny, especially
with the patch being that easy.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#479709: Still there

2008-07-30 Thread Michael Meskes
 On Wed, Jul 30, 2008 at 11:49:36AM +0200, Michael Meskes wrote:
  Not sure whether the severity is correct,
 
 No. There are many system which don't choke on this.

Right, but there are also many systems choking. And they are all in the
risk of losing data.

 The patch is applied upstream for 2.6.26. Closing as it is in NEW now
 and targeted for lenny.

If 2.6.25 is not released with Lenny fine with me. Do you have an URL so
I can go out and try the new kernel? I couldn't find it in NEW. Might be
better to close the report once the new kernel is available, but this is
kind of nitpicking. :-)

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#479709: Still there

2008-07-30 Thread Michael Meskes
On Wed, Jul 30, 2008 at 02:39:01PM +0200, Bastian Blank wrote:
  And they are all in the
  risk of losing data.
 
 Please explain. Data not reaching the disk is something which can't be
 avoided in a crash situation. Data loss in the kernel context is usualy

You're absolutely right, but this crash situation can be avoided and
thus this bug is the very reason for my data loss which admittedly was not a
significant one.

 http://wiki.debian.org/DebianKernel describes how to get our snapshots.

I know that one but thought the first official kernel would be
available.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#416484: [Pkg-kde-extras] Bug#416484: kdebluetooth: Still there in

2008-07-30 Thread Michael Meskes
On Thu, Jul 24, 2008 at 12:29:27PM +0200, JFL wrote:
 The bug is still there in beta8-5. I found a post that seems to mean that the
 upstream dev have fixed something somewhere in release 30. I am not sure
 ...

What exactly makes you think that there was anything done by upstream? 

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#490718: thermal information missing

2008-07-31 Thread Michael Meskes
On Sun, Jul 13, 2008 at 04:56:03PM -0400, Filipus Klutiero wrote:
 Package: acpi
 Version: 1.1-1
 Severity: normal
 
 acpi doesn't show thermal information, whether it's ran with -t or -V:
 
 # acpi -t
  Battery 0: Unknown, 100%

Which kernel do you use? Could you please try acpi -tp and see whether
that works?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#491779: [INTL:sv] Swedish strings for quota debconf

2008-07-31 Thread Michael Meskes
On Mon, Jul 21, 2008 at 11:33:41PM +0200, [EMAIL PROTECTED] wrote:
 package: quota
 severity: wishlist
 tags: patch l10n
 ...
 #. Type: note
 #. Description
 #: ../templates:7001
 msgid rpc.rquota behav

The attached file seems to be incomplete. Could you please resend?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#491394:

2008-07-31 Thread Michael Meskes
severity 491394 important
tag 491394 moreinfo
tag 491394 unreproducible
thanks

As it seems this bug is not easily reproducable I downgrade it to
important so it doesn't affect Lenny's release cycle. If the problem
exists on more systems please report.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#490718: thermal information missing

2008-07-31 Thread Michael Meskes
On Thu, Jul 31, 2008 at 08:09:04AM -0400, Filipus Klutiero wrote:
Could you please tar /proc/acpi/ and /sys/class/thermal/ and send them
to me so I can check?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#491779: [INTL:sv] Swedish strings for quota debconf

2008-07-31 Thread Michael Meskes
On Thu, Jul 31, 2008 at 02:35:57PM +0200, Martin Bagge wrote:
 retrying.

Seems it worked this time. Thanks.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#490835: Bug #490835

2008-08-01 Thread Michael Meskes
tag 490835 unreproducible
tag 490835 moreinfo
tag 490835 etch
thanks

Did you ever run netwatch before on this installation? Could you try
running on a different system?

It seems that not only netwatch is segfaulting but also other apps like
gaim. Are you sure this isn't a local (hardware) problem?

Could you set up a sid chroot and try the latest netdiag package?

In my tests both the 1.0 version and the 0.7 version ran flawlessly.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#493443: citadel-doc: LDAP schema files missing

2008-08-02 Thread Michael Meskes
Package: citadel-doc
Version: 7.37-1
Severity: wishlist

These files should be included in the -doc package.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#493449: citadel-webcit: | is not escaped

2008-08-02 Thread Michael Meskes
Package: citadel-webcit
Version: 7.37-dfsg-1
Severity: normal

If you use the | character in the Webcit chat facility the text gets
truncated at that point.

Makes it difficult to get a user to do ps ax|grep citserver

See upstream bug #416.

Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages citadel-webcit depends on:
pn  citadel-common none(no description available)
ii  debconf [debconf-2.0]  1.5.23Debian configuration management sy
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcitadel17.37-1Citadel toolbox
ii  libical0   0.31-1iCalendar library implementation i
pn  libjs-prototypenone(no description available)
ii  libssl0.9.80.9.8g-12 SSL shared libraries
ii  locales2.7-13GNU C Library: National Language (
ii  openssl0.9.8g-12 Secure Socket Layer (SSL) binary a
pn  tinymcenone(no description available)
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages citadel-webcit recommends:
ii  shared-mime-info  0.30-2 FreeDesktop.org shared MIME databa

Versions of packages citadel-webcit suggests:
pn  apache2   none (no description available)
pn  citadel-servernone (no description available)
ii  gnome-icon-theme  2.22.0-1   GNOME Desktop icon theme
pn  localepurge   none (no description available)



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



Bug#493491: [Pkg-virtualbox-devel] Bug#493491: [virtualbox-ose] make it

2008-08-03 Thread Michael Meskes
 I'm currently using the non-ose version of VirtualBox directly from sun.
 This is mainly because I really like mouse integration feature of the
 VirtualBox guest additions.
 
 I had a look at the license file and in §2 section 2 I read, that I/you
 would be allowed to redistribute an unmodified version of the ISO. This
 would certainly not qualify for inclusion in main, but should non-free
 not the right place for a package just containing this ISO or an
 installer for it?

could you please explain yourself a little bit better? What exactly do
you miss in Debian? I take it you know the virtualbox-ose-guest*
packages, don't you?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#493587: RM: linm -- RoQA; orphaned; RC-buggy; low popcon

2008-08-03 Thread Michael Meskes
Package: ftp.debian.org
Severity: normal

Please see #491378 for the licensing problem. The package is orphaned
for quite some time (no maintainer upload since 2006) and is several
upstream version behind.

Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#494682: [Pkg-citadel-devel] Bug#494682: Working on this bug

2008-08-12 Thread Michael Meskes
On Mon, Aug 11, 2008 at 07:12:47PM -0300, Thadeu Lima de Souza Cascardo wrote:
 Please, wait until tomorrow, Aug 12th, by 17:00 UTC, which is when I'm
 going to ask for the sponsorship and attach the NMU diff. If I don't do
 that by that time, you may start working on it.

Could it be you got the order of things slightly reversed? You ask the
maintainers to not upload before you can ask someone to upload your NMU? Don't
you think the right way is to send the patch and give us a chance to upload
ourselves? 

I do value your effort of creating the patch which reduces our workload but it
appears to me I misunderstood your email.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#479709: reopened

2008-08-12 Thread Michael Meskes
I can confirm that a) the patch is applied and b) the system still freezes.
Thus I reopen the bug. I ran 2.6.26 without a problem for quite some time until
I discovered that my chrony still wasn't starting. After starting it again the
system froze in a matter of seconds. Could anyone of you NOT experiencing the
problem so far try running chrony to see whether this triggers it? Also for
those of you having the same problem, does disabling chrony help?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#494916: [Pkg-virtualbox-devel] Bug#494916: virtualbox-ose: virtualbox

2008-08-13 Thread Michael Meskes
tag 494916 unreproducible
tag 494916 moreinfo
severity 494916 normal
thanks

 When I resume from suspend, my windows virtual machine is frozen.

Works flawlessly on my system. What kind of networking do you use? With no
bridge utils installed I take it the network in the VM is the default NAT
setup, right? Do you get any information in your logfiles (system and vbox)? Is
this the only thing not working when coming out of suspend? Do you suspend to
ram or disk? What happens if you just kill virtualbox?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#490718: No acpi problem

2008-08-17 Thread Michael Meskes
 I don't know how acpi works, but I doubt that acpi can't display this 

Maybe I didn't express myself well enough, sorry. acpi just reads the data as
provided by the proc- or sys-filesystem. If there is no information provided by
the kernel, acpi cannot display it. 

 information. Wven if this is true, this is no reason to close this report 
 without justification. If acpi can't display the requested information, it 

There was a justification given:

Upon further review it showed that the files needed to gather thermal
information were not available on this machine. Thus acpi cannot display
this information.
...

I still fail to see why this is no justification. Again, information not
provided by the kernel cannot be displayed.

 could print an error. If my system is normal, the acpi manpage should be 
 changed to explain that acpi will only show thermal information when this is 
 possible (ideally indicating when this is possible or not).

The manpage says:

...
acpi Shows information from the /proc or the /sys filesystem, ...

It clearly says that acpi only shows information it gets there.

 So, please reopen. Note that this bug persists with Linux 2.6.26.

No, I won't because this is not a bug in acpi but a problem your system has
with the kernel. It might be a kernel bug though.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#490718: No acpi problem

2008-08-18 Thread Michael Meskes
Please read the e-mails, they contain answers to all your questions. Repeating
already answered questions doesn't help anyone.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#490718: No acpi problem

2008-08-18 Thread Michael Meskes
 I red the e-mails and can't find answers to any of my questions. Where do you 
 think the answers would be?

Okay, giving you the benefit of the doubt I try again. 

acpi is a tool to display the information given in /proc or /sys. Information
that is not available there simply cannot be displayed. Even if there was
another way to get this information it would be beyond the scope of acpi to get
this. Thus I see no bug in acpi because it exactly does what it's supposed to
do, display the available information.

On your system the kernel does not give this information to the userland binary
acpi. I cannot tell why, this could be a kernel bug or a missing feature. Now
this is definitely not the way it should be but there is no way acpi can change
this. 

Hope this makes it clearer.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#495672: acpi -t report cracy temperature

2008-08-20 Thread Michael Meskes
On Tue, Aug 19, 2008 at 05:53:20PM +0200, Salve Håkedal wrote:
 $ acpi -t
  Thermal 0: critical, 4294892.5 degrees C
 $ acpi -t -p

Hmm, could you please send me /sys/class/thermal and /proc/acpi/thermal_zone?

Thanks.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#494992: acpi calculating (dis)charging time incorrectly

2008-08-20 Thread Michael Meskes
On Wed, Aug 13, 2008 at 06:58:34PM +0200, Stefan Tomanek wrote:
 Hello,
 I noticed today that the command acpi reported strange charging and
 dicharging times for my thinkpad:

Could you please send me your /proc/acpi/ and /sys/class/power_supply/ dirs? 
Thanks.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#498955: quota init script 'start' action should be idempotent

2008-09-17 Thread Michael Meskes
On Sun, Sep 14, 2008 at 09:00:37PM +0100, Dominic Hargreaves wrote:
 The quota init script fails if run a second time:
 ...

Well the problem is elsewhere. /etc/init.d/quota checks whether quota is
enabled before starting. However, your system probably didn't start correctly
due to one patch not being applied. My bad, sorry, will upload a new version.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#499279: RM: lcap -- RoQA; no functionality

2008-09-17 Thread Michael Meskes
Package: ftp.debian.org
Severity: normal

This package is utterly useless (see #491101) since kernel 2.6.25 was brought
into the archive as the kernel moved way from system wide capability bounding
sets to a per process setting.

Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#499335: [Pkg-virtualbox-devel] Processed: Re: Bug#499335: Package:

2008-09-18 Thread Michael Meskes
On Wed, Sep 17, 2008 at 10:57:12PM +, Debian Bug Tracking System wrote:
  reassign 499335 virtualbox-ose
 Bug#499335: Package: installation-reports
 Bug reassigned from package `installation-reports' to `virtualbox-ose'.
 
  retitle 499335 doesn't boot without AMD-V enabled
 Bug#499335: Package: installation-reports
 Changed Bug title to `doesn't boot without AMD-V enabled' from `Package: 
 installation-reports'.

The bug report indicates that virtualbox-ose 1.5.6 is used. This version is
quite old and known to not work correctly with kernels 2.6.25 and above. This
has been fixed with the virtualbox-ose 1.6.0 release. Please upgrade virtualbox
and try again.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#499825: [Pkg-acpi-devel] Bug#499825: Just a small note

2008-09-23 Thread Michael Meskes
On Tue, Sep 23, 2008 at 11:25:09AM +0200, Michal Čihař wrote:
 looking at this discussion, I just have to ask: is DISTRO variable
 really needed? What I can see from init script, it is used just to add
 some path to list of modules.
 
 However /lib/modules/$(uname -r)/kernel/ubuntu/acpi will likely not
 exists on Debian, right? So what is drawback of removing DISTRO
 variable at all and just check for the existence of this directory?

The problem IMO is that the .../ubuntu/... directory will be used on Debian if
it exists for whatever reason. I don't think this is the desired behaviour.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#499854: [Pkg-acpi-devel] Bug#499854: closed by Michael Meskes

2008-09-24 Thread Michael Meskes
On Tue, Sep 23, 2008 at 12:18:05PM -0400, Joey Hess wrote:
 That's also a completly random way to do it, that'd going to fail in
 oddball situations. For example, what if someone puts Ubuntu sources
 entries in a Debian system temporarily?

If you have Ubuntu sources configured you might install Ubuntu packages which
makes the check work. After all there is but one reason for this, to make sure
an Ubuntu dir does not have an effect on a pure Debian system.

However, what I failed to see was that /etc/apt/sources.lst is not the only way
to configure apt sources, so yes, I need to change this.

 Is there something wrong with /etc/debian_version?

Yes:

[EMAIL PROTECTED]:~$ cat /etc/debian_version
lenny/sid
[EMAIL PROTECTED]:~$ cat /mounts/ubuntu/etc/debian_version
lenny/sid

There simply is no difference there. :-)

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#500003: [Pkg-acpi-devel] Bug#500003: acpid: broken DISTRO test in

2008-09-24 Thread Michael Meskes
 - the test should be done at package build time, not at run time

Argh, silly me, didn't even think about this solution. Will fix in a minute.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#499854: [Pkg-acpi-devel] Bug#499854: closed by Michael Meskes

2008-09-24 Thread Michael Meskes
On Wed, Sep 24, 2008 at 11:50:27AM -0400, Joey Hess wrote:
 I could also install ubuntu packages by hand using dpkg. Or I could set
 up a mirror that claims to be a debian mirror and contains ubuntu
 packages. All three cases are vanishingly unlikely, and will break my
 system eventually anyway, so are not something debian packages should be
 catering to.

The next upload will not have a distribution check, I give up. :-)

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#497947: duma: package should not provide empty /usr/man and /usr/man/man3

2008-09-05 Thread Michael Meskes
Package: duma
Version: 2.5.14-2
Severity: normal

Subject says it all.

Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages duma depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-9  GCC support library
ii  libstdc++64.3.1-9The GNU Standard C++ Library v3

duma recommends no packages.

duma suggests no packages.

-- no debconf information



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



Bug#497947: duma: package should not provide empty /usr/man

2008-09-06 Thread Michael Meskes
On Fri, Sep 05, 2008 at 06:17:44PM +0200, Julien Danjou wrote:
 and /usr/man/man3
 
 At 1220629643 time_t, Michael Meskes wrote:
  Subject says it all.
 
 drwxr-xr-x root/root 0 2008-06-18 00:11 ./usr/share/man/
 drwxr-xr-x root/root 0 2008-06-18 00:11 ./usr/share/man/man3/
 -rw-r--r-- root/root  5295 2008-06-18 00:11 ./usr/share/man/man3/duma.3.gz
 
 Sorry ?

Small detail, I said /usr/man/man3, not /usr/share/man/man3. :-)

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#497947: duma: package should not provide empty /usr/man

2008-09-07 Thread Michael Meskes
On Sat, Sep 06, 2008 at 07:01:04PM +0200, Julien Danjou wrote:
 At 1220719708 time_t, Michael Meskes wrote:
  Small detail, I said /usr/man/man3, not /usr/share/man/man3. :-)
 
 I don't see that neither.

[EMAIL PROTECTED]:~$ dpkg -c duma_2.5.14-2_i386.deb |grep man
drwxr-xr-x root/root 0 2008-06-28 16:26 ./usr/man/
drwxr-xr-x root/root 0 2008-06-28 16:26 ./usr/man/man3/
drwxr-xr-x root/root 0 2008-06-28 16:26 ./usr/share/man/
drwxr-xr-x root/root 0 2008-06-28 16:26 ./usr/share/man/man3/
-rw-r--r-- root/root  5295 2008-06-28 16:26 ./usr/share/man/man3/duma.3.gz

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#497947: duma: package should not provide empty /usr/man

2008-09-07 Thread Michael Meskes
On Sun, Sep 07, 2008 at 01:10:18PM +0200, Julien Danjou wrote:
 At 1220777530 time_t, Michael Meskes wrote:
  [EMAIL PROTECTED]:~$ dpkg -c duma_2.5.14-2_i386.deb |grep man
  drwxr-xr-x root/root 0 2008-06-28 16:26 ./usr/man/
  drwxr-xr-x root/root 0 2008-06-28 16:26 ./usr/man/man3/
  drwxr-xr-x root/root 0 2008-06-28 16:26 ./usr/share/man/
  drwxr-xr-x root/root 0 2008-06-28 16:26 ./usr/share/man/man3/
  -rw-r--r-- root/root  5295 2008-06-28 16:26 
  ./usr/share/man/man3/duma.3.gz
 
 % dpkg -c duma_2.5.14-2_amd64.deb | grep man
 drwxr-xr-x root/root 0 2008-06-12 11:46 ./usr/share/man/
 drwxr-xr-x root/root 0 2008-06-12 11:46 ./usr/share/man/man3/
 -rw-r--r-- root/root  5295 2008-06-12 11:46 ./usr/share/man/man3/duma.3.gz
 
 Seems like architecture specific problem.

Strange. I take it the 32 bit version was done on an autobuilder.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#497948: Not yet fixed

2008-09-10 Thread Michael Meskes
reopen 497948
reassign 497948 libcitadel1
thanks

Sorry, I confused the one patch in webcit regarding VCARD handling with the one
fixing this problem. A new upload of libcitadel fixing this is on its way.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#494144: Significant problem

2008-09-10 Thread Michael Meskes
severity 494144 serious
thanks

I think we have a very severe problem here that must be fixed before Lenny is
released. There may be a solution around that I don't know or see that lies
outside of the kernel and thus the bug should be reassigned, but still I think
this needs a fix before the release.

Now to my reasoning, :

Jordi already pointed out there was a change in kernel
behaviour with 2.6.26 in that the kernel default when not finding symbol
version information. Up to kernel 2.6.25 the kernel called itself tainted and
accepted the module. Since 2.6.26. the kernel throws an error. There is,
however, a way to insmod modules without version information, namely by using
modprobe --force. But this is no longer possible because the kernel is
compiled without setting CONFIG_MODULE_FORCE_LOAD.

This has an effect for all out-of-tree modules, I stumbled upon it by looking
at virtualbox-ose-guest-modules. There simply appears to be no way at all to
include the vboxvfs module which depends on the vboxadd module.

I might be wrong and like to hear what I missed, but if I didn't miss anything
we are in must-fix situation.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
   Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#465028: recompilation

2008-02-10 Thread Michael Meskes
I also tried recompiling virtualbox against the latest libqt3-mt and it
seems to work. 

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#464574: [Pkg-virtualbox-devel] Bug#464574: Bug#464574: virtualbox-ose: No network in

2008-02-11 Thread Michael Meskes
On Sat, Feb 09, 2008 at 05:59:06PM +0100, Emilio Jesús Gallego Arias wrote:
 The problem is that in my resolv.conf the first line was invalid, as in

I take it you're talking about the first nameserver line, right?

I just added nameserver 1.1.1.1 to my resolv.conf and while becoming
slower the system still works as advertised. Could it be that your local DNS
server answered the queries without giving the IP number?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!




Bug#465258: lintian: copyright-without-copyright-notice should accept line breaks

2008-02-11 Thread Michael Meskes
Package: lintian
Version: 1.23.45
Severity: wishlist

Running lintian on kdebluetooth gives (among others) this message:
W: kdebluetooth: copyright-without-copyright-notice

However, the copyright file says:

Copyright:

(C) 2007 Novell, Inc.
(C) 2007 Tom Patzig [EMAIL PROTECTED]
...

Looks fine to me except that there is a CR involved.

Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-1 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.16.6package building tools for Debian
ii  file4.23-1   Determines file type using magic
ii  gettext 0.17-2   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.1-2  on-line manual pager
ii  perl [libdigest-md5 5.8.8-12 Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information



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



Bug#465485: Making bug visible

2008-02-16 Thread Michael Meskes
unmerge 465029
unmerge 465151
unmerge 465239
unmerge 465485
unmerge 465792
reassign 465029 virtualbox-ose
reassign 465151 virtualbox-ose
reassign 465239 virtualbox-ose
reassign 465485 virtualbox-ose
reassign 465792 virtualbox-ose
severity 465969 serious
forcemerge 465029 465969 465151 465239 465485 465792 465969 
tag 465029 pending
thanks

I'm getting tired of seeing this bug reported over and over again
because noone would expect to find the explanation listed as libqt3-mt
bug. Also in fact this is not a libqt3-mt bug but a libc one.

On top of this a re-upload will fix it while there is no progress in a
general binNMU approach. Therefore I claim these bugs back to
virtualbox-ose. Once we finish debconf template review (supposedly
tomorrow) a new upload will come anyway, fixing all this. 

In the meantime please either recompile or keep the old 3.3.7 version of
libqt3-mt and the virtualbox-ose package will run fine.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#460255: repquota and setquota crashes on 64bit kernel

2008-01-13 Thread Michael Meskes
reassign 460255 linux-image-2.6.22-2-amd64
severity 460255 normal
merge 460255 452974
thanks

 I'm using a 32 bit Lenny system with (official) kernel 
 linux-image-2.6.22-3-amd64.
 
 Everything is working fine except for the tools in the quota package, as 
 for example

Is there any reason whatsoever to report this bug yet again? Or did you
simply forget that you did already almost two months ago?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#460255: repquota and setquota crashes on 64bit kernel

2008-01-14 Thread Michael Meskes
On Sun, Jan 13, 2008 at 01:39:18PM +0100, Alessandro Polverini wrote:
 reportbug did not show this bug so I tought I reported it only on my mind.

No problem. 

 Also I can't find it here too:
 http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkgdata=quotaarchive=noversion=dist=unstable

 Is there any problem on the bts or am I missing something?

The reason for not finding the bug report on both attempts is very
simple. Given that the bug you reported is not a bug in the userspace
quota utilities but in the xfs implementation inside the kernel I
reassigned this bug report to the (back then) up-to-date kernel package.
You will find it here
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=linux-image-2.6.22-2-amd64;dist=unstable

You might want to report it against a newer version additionally though.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#461222: [Pkg-virtualbox-devel] Bug#461222: Kernel message

2008-01-17 Thread Michael Meskes
tag 461222 moreinfo
tag 461222 unreproducible
thanks

Citing from Frank's earlier email that might not have made it to your
mailbox:
---
please install the virtualbox-ose-dbg package and open the core with

  gdb -c core /usr/lib/virtualbox/VirtualBox

Then try to get a backtrace

  bt
---

Thanks.

Michael

-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#451116: closed by Daniel Baumann [EMAIL PROTECTED]

2008-02-01 Thread Michael Meskes
reopen 451116
thanks

 #451116: linux-modules-extra-2.6: Please add virtualbox-ose-guest-source and 
 create virtualbox-ose-guest-modules
 
 It has been closed by Daniel Baumann [EMAIL PROTECTED].
 ...
 virtualbox-ose-modules-2.6-486_2.6.24-1_i386.deb
   to 
 pool/main/l/linux-modules-extra-2.6/virtualbox-ose-modules-2.6-486_2.6.24-1_i386.deb
 virtualbox-ose-modules-2.6-686-bigmem_2.6.24-1_i386.deb
   to 
 pool/main/l/linux-modules-extra-2.6/virtualbox-ose-modules-2.6-686-bigmem_2.6.24-1_i386.deb
 virtualbox-ose-modules-2.6-686_2.6.24-1_i386.deb
   to 
 pool/main/l/linux-modules-extra-2.6/virtualbox-ose-modules-2.6-686_2.6.24-1_i386.deb
 virtualbox-ose-modules-2.6-xen-686_2.6.24-1_i386.deb
   to 
 pool/main/l/linux-modules-extra-2.6/virtualbox-ose-modules-2.6-xen-686_2.6.24-1_i386.deb
 virtualbox-ose-modules-2.6.24-1-486_2.6.24+1.5.4-dfsg-1_i386.deb
   to 
 pool/main/l/linux-modules-extra-2.6/virtualbox-ose-modules-2.6.24-1-486_2.6.24+1.5.4-dfsg-1_i386.deb
 virtualbox-ose-modules-2.6.24-1-686-bigmem_2.6.24+1.5.4-dfsg-1_i386.deb
   to 
 pool/main/l/linux-modules-extra-2.6/virtualbox-ose-modules-2.6.24-1-686-bigmem_2.6.24+1.5.4-dfsg-1_i386.deb
 virtualbox-ose-modules-2.6.24-1-686_2.6.24+1.5.4-dfsg-1_i386.deb
   to 
 pool/main/l/linux-modules-extra-2.6/virtualbox-ose-modules-2.6.24-1-686_2.6.24+1.5.4-dfsg-1_i386.deb
 virtualbox-ose-modules-2.6.24-1-xen-686_2.6.24+1.5.4-dfsg-1_i386.deb
   to 
 pool/main/l/linux-modules-extra-2.6/virtualbox-ose-modules-2.6.24-1-xen-686_2.6.24+1.5.4-dfsg-1_i386.deb
 ...
  virtualbox-ose-modules-2.6-486 - PC virtualization solution modules for 
 Linux 2.6 on x86
  virtualbox-ose-modules-2.6-686 - PC virtualization solution modules for 
 Linux 2.6 on PPro/Celeron/
  virtualbox-ose-modules-2.6-686-bigmem - PC virtualization solution modules 
 for Linux 2.6 on PPro/Celeron/
  virtualbox-ose-modules-2.6-xen-686 - PC virtualization solution modules for 
 Linux 2.6 on i686
  virtualbox-ose-modules-2.6.24-1-486 - PC virtualization solution modules for 
 Linux 2.6.24 on x86
  virtualbox-ose-modules-2.6.24-1-686 - PC virtualization solution modules for 
 Linux 2.6.24 on PPro/Celer
  virtualbox-ose-modules-2.6.24-1-686-bigmem - PC virtualization solution 
 modules for Linux 2.6.24 on PPro/Celer
  virtualbox-ose-modules-2.6.24-1-xen-686 - PC virtualization solution modules 
 for Linux 2.6.24 on i686
 ...
* Adding virtualbox-ose-guest (Closes: #451116).

Please correct me if I'm wrong but I fail to see the
virtualbox-ose-guest packages on these lists. What am I missing?

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#432312: quota problem

2008-02-08 Thread Michael Meskes
I just received this. So I'd say it still present in all kernel
versions. Not having tested it myself I'm not sure whether we can
reassign it to the latest version or whether it was k7 specific which I
doubt.

- Forwarded message -

 recently I received some emails from a guy with some strange quota
 problems: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432312
 ...
 Did you ever see this before? To me it looks like a kernel problem.
  A patch just went into Linus's tree that should fix stalls on quotaon
so hopefully it also fixes the problem in this report... :)

- End forwarded message -

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



  1   2   3   4   5   6   7   8   9   10   >