Bug#502949: No such disk error testing grub2 on raid1 (chainloaded from grub)

2008-10-20 Thread Michael Welsh Duggan
Package: grub2
Version: 1.96+20080724-10
Severity: important


I am testing grub2 by chainloading it from my legacy grub loader
using:

title   Chainload into GRUB 2
root(hd1,0)
kernel  /boot/grub/core.img

Grub2 errors out with a "No such disk" error.  (md0) is a raid1 over /dev/hdb1
and hdi1.  I am certainly willing to do more testing, but I may need a
little handholding figuring out what to test.

This bug may be related to bug #500157 (no such disk after un- and
replugging disk belonging to RAID1 array).  Since the discovery
conditions were different, I am creating a nuew bug.  If the bugs are
related, feel free to merge.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/root / ext3 rw,errors=remount-ro,data=ordered 0 0
/dev/mapper/datavg-backuplv /var/cache/rsnapshot ext3 
rw,noatime,errors=continue,data=ordered 0 0
/dev/mapper/raidvg-usrlv /usr ext3 rw,noatime,errors=continue,data=ordered 0 0
/dev/hdg6 /mnt/steam vfat 
rw,gid=50,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1
 0 0
/dev/sdc1 /mnt/usb1 ext3 rw,nosuid,nodev,noexec,errors=continue,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
(hd1)   /dev/hdb
(hd2)   /dev/hdg
(hd3)   /dev/hdi
(hd4)   /dev/hdk
(hd5)   /dev/sda
(hd6)   /dev/sdb
(hd7)   /dev/sdc
*** END /boot/grub/device.map

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

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
insmod raid
set root=(md0)
search --fs-uuid --set aa7c8b96-9d27-496c-a5e7-f3a76d8b8b08
if font /boot/grub/ascii.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod raid
set root=(md0)
search --fs-uuid --set aa7c8b96-9d27-496c-a5e7-f3a76d8b8b08
insmod png
if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
insmod raid
set root=(md0)
search --fs-uuid --set aa7c8b96-9d27-496c-a5e7-f3a76d8b8b08
menuentry "Debian GNU/Linux, linux 2.6.26" {
linux   /boot/vmlinuz-2.6.26 root=/dev/md0 ro  
}
menuentry "Debian GNU/Linux, linux 2.6.26 (single-user mode)" {
linux   /boot/vmlinuz-2.6.26 root=/dev/md0 ro single 
}
menuentry "Debian GNU/Linux, linux 2.6.25" {
linux   /boot/vmlinuz-2.6.25 root=/dev/md0 ro  
}
menuentry "Debian GNU/Linux, linux 2.6.25 (single-user mode)" {
linux   /boot/vmlinuz-2.6.25 root=/dev/md0 ro single 
}
menuentry "Debian GNU/Linux, linux 2.6.24" {
linux   /boot/vmlinuz-2.6.24 root=/dev/md0 ro  
}
menuentry "Debian GNU/Linux, linux 2.6.24 (single-user mode)" {
linux   /boot/vmlinuz-2.6.24 root=/dev/md0 ro single 
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux   /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/hda1)" {
set root=(hd0,1)
chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/hda2)" {
set root=(hd0,2)
chainloader +1
}
menuentry "Debian GNU/Linux, hda4 kernel 2.6.12 (on /dev/hda4)" {
set root=(hd0,4)
linux /boot/vmlinuz-2.6.12 root=/dev/hda4 ro
initrd /boot/initrd.img-2.6.12
}
menuentry "Debian GNU/Linux, hda4 kernel 2.6.12 (recovery mode) (on /dev/hda4)" 
{
set root=(hd0,4)
linux /boot/vmlinuz-2.6.12 root=/dev/hda4 ro single
initrd /boot/initrd.img-2.6.12
}
menuentry "Debian GNU/Linux, kernel 2.6.20-1-686 Default (on /dev/hdk1)" {
set root=(hd4,1)
linux /boot/vmlinuz root=/dev/md0 ro
initrd /boot/initrd.img
}
menuentry "Debian GNU/Linux, kernel 2.6.20-1-686 Default (recovery mode) (on 
/dev/hdk1)" {
set root=(hd4,1)
linux /boot/vmlinuz root=/dev/md0 ro single
initrd /boot/initrd.img
}
menuentry "Debian GNU/Linux, kernel 2.6.21 (on /dev/hdk1)" {
set root=(hd4,1)
linux /boot/vmlinuz-2.6.21 root=/dev/md0 ro
}
menuentry "Debian GNU/Linux, kernel 2.6.21 (recovery mode) (on /dev/hdk1)" {
set root=(hd4,1)
linux /boot/vmlinuz-2.6.21 root=/dev/md0 ro single
}
menuentry "Debian GNU/Linux, kernel 2.6.20-1-686 (on /dev/hdk1)" {
set root=(hd4,1)
linux /boot/vmlinuz-2.6.20-1-686 root=/dev/md0 ro
initrd /boot/initrd.img-2.6.20-1-686
}
menuentry "Debian GNU/Linux, kernel 2.

Bug#502872: Please support "copy" with a bunch of messages

2008-10-20 Thread Damyan Ivanov
-=| Michelle Konzack, Sun, Oct 19, 2008 at 02:28:47PM +0200 |=-
> Since I am currently coding a new IMAP client based on Perl, I  like  
> to see this feature as fast as posibel.

One way to help upstream would be to send a patch that implements the 
feature to the upstream bug report[1].

[1] http://rt.cpan.org/Public/Bug/Display.html?id=40203

Or, you may want to take a look at Net::IMAP. At first glance it seems 
its 'copy' method supports working with a set of messages.

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#502219: IRQ totals are very wrong

2008-10-20 Thread Giuseppe Iuculano
Hi Dominique,

Dominique Brazziel ha scritto:
> I just saw this update and put it on and, while there is no segfault,
> the IRQ totals are way off, 0 is reported many times when it shouldn't
> be:

Please open a new bug and report it.


Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#478263: xdm: does not allow to log in when no password is set

2008-10-20 Thread Trent W. Buck
On Tue, Oct 21, 2008 at 04:38:35PM +1100, Trent W. Buck wrote:
>> When I try to log in as a user with no password set xdm asks for a
>> password and fails to verify it.
>
> I can reproduce this problem.

I can log in with no problem using login(8) on the tty, so I tried 

cp --backup /etc/pam.d/{login,xdm}
/etc/init.d/xdm

This didn't help.  Nor does anything useful turn up in /var/log, even
with "debug" on all pam_unix.so entries in /etc/pam.d/common-*.

Oct 21 17:08:49 Clio xdm[12858]: pam_unix(xdm:auth): authentication 
failure; logname= uid=0 euid=0 tty=:0 ruser= rhost=  user=twb
Oct 21 17:08:51 Clio xdm[12858]: LOGIN FAILURE ON :0, (null)
Tue Oct 21 17:08:51 2008 xdm error (pid 12858): pam_authenticate failure: 
Authentication failure



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



Bug#492882: Announce of the upcoming NMU for the aolserver4 package

2008-10-20 Thread Christian Perrier
Dear maintainer of aolserver4 and Debian translators,

Some days ago, I sent a notice to the maintainer of the aolserver4 Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs da de dz es eu fr it ja nl pt pt_BR ru sv vi

Among these, the following translations are incomplete: cs da dz es it nl pt_BR 
ru vi

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the aolserver4 package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Monday, October 27, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Thursday, October 16, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Tuesday, October 21, 2008   : send this notice
 Monday, October 27, 2008   : (midnight) deadline for receiving translation 
updates
 Tuesday, October 28, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Thursday, October 30, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-05-26 17:51+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../aolserver4.templates:1001
msgid "Welcome to the AOLserver 4"
msgstr ""

#. Type: note
#. Description
#: ../aolserver4.templates:1001
msgid "AOLserver is a multithreaded, Tcl-enabled, high-performance webserver."
msgstr ""

#. Type: note
#. Description
#: ../aolserver4.templates:1001
msgid ""
"This software is designed to run multiple domains on a single machine. Just "
"one (main) will be setup right now. The configuration file in /etc/"
"aolserver4 and its init script can be modified for more complicated multi-"
"site configurations."
msgstr ""

#. Type: string
#. Description
#: ../aolserver4.templates:2001
msgid "Server hostname:"
msgstr ""

#. Type: string
#. Description
#: ../aolserver4.templates:2001
msgid ""
"The server needs an hostname to be exposed on redirect pages URL and for "
"informative purposes to identify itself."
msgstr ""

#. Type: string
#. Description
#: ../aolserver4.templates:2001
msgid ""
"It is generally the fully-qualified DNS hostname of the computer or "
"localhost, if it is not networked. Any name which can be legally considered "
"for a URL string can be used."
msgstr ""

#. Type: string
#. Description
#: ../aolserver4.templates:3001
msgid "Server IP address number:"
msgstr ""

#. Type: string
#. Description
#: ../aolserver4.templates:3001
msgid ""
"The server needs at least an IP address to listen to. It is generally the "
"primary Ethernet interface (or the loopback address, if the server will be "
"used just locally)."
msgstr ""

#. Type: string
#. Description
#: ../aolserver4.templates:3001
msgid ""
"The default address is the loopback one, which is not recommended for "
"general (network or Internet) use."
msgstr ""

#. Type: string
#. Description
#: ../aolserver4.templates:4001
msgid "Server TCP port:"
msgstr ""

#. Type: string
#. Description
#: ../aolserver4.templates:4001
msgid ""
"AOLserver needs a port number assigned for its use. This is almost always "
"port 80 (the standard HTTP port), but might be different if another web "
"server is installed, or some other service is listening on that port."
msgstr ""

#. Type: string
#. Description
#: ../aolserver4.templates:4001
msgid "It is recommended using the default."
msgstr ""


signature.asc
Description: Digital signature


Bug#496784: [inkscape] Impossible to change font if ttf-bitstream-vera is not installed.

2008-10-20 Thread Charles Plessy
severity 496784 grave
retitle 496784 Impossible to change font without ttf-bitstream-vera installed.
thanks

Hi all,

I just wasted half an hour at work on that problem: if the default font
(Bitstream Vera) is not installed, Inkscape will not let the user switch
to another font. Everything is explained in the following Launchpad bug:
https://bugs.launchpad.net/inkscape/+bug/218502

While it does not impair some usages of Inkscape, we will get tons of
complaints if we do not fix it in Lenny. I propose to upload an update
in which inkscape recommends ttf-bitstream-vera (I can NMU if it helps).

If you do not like the idea, I propose to submit a patch to the release
notes instead.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan



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



Bug#501646: this makes the package unusable in python 2.5

2008-10-20 Thread Hamish Moffatt
severity 501646 grave
thanks

python-svn is unusable in Python 2.5 due to this bug:

[ 5:05PM] [EMAIL PROTECTED] $ python
Python 2.5.2 (r252:60911, Sep 29 2008, 21:10:35) 
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pysvn
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.5/site-packages/pysvn/__init__.py", line 93, in 

import _pysvn_2_4
ImportError: No module named _pysvn_2_4

thanks,
Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>



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



Bug#502876: [xvnc4viewer] Please support unix domain sockets

2008-10-20 Thread Ola Lundqvist
Hi Jakob

On Tue, Oct 21, 2008 at 12:27:11AM +0200, Jakob Lell wrote:
> Hi Ola,
> 
> the main reason why I want to use unix domain sockets is that I 
> sometimes run a lot of virtual machines with kvm simultaneously. 
> Normally I only access the machines via ssh. However, I have to use vnc 
> to debug problems with the network configuration. So I just use vnc as a 
> convenient way of accessing the display, keyboard and mouse of virtual 
> machines on a local system when needed.

Now I understand more. However I still have some doubts, see below.

> As I use scripts for starting the virtual machines, it is a bit 
> problematic to allocate a unique display number for every machine 
> automatically. Another advantage of unix domain sockets is the simple 
> and effective access control which can even prevent (possibly untrusted) 
> local users from connecting to it. This isn't possible with tcp ports. 
> So it's not even necessary to use a vnc password.

What virtualisation technique do you use? I ask because normally the
socket is local to the virtual machine in question. This means that you
can not share the socket over the virtual machine border.

> Kvm already supports unix domain sockets for its vnc server. However, 
> the only way I've found to use this is redirecting the vnc data stream 
> using a program like socat.

Have you run socat on the virtual machine with the virtual machine with
vnc client or on the server? As sockets are not easy to share I would
like to know.

Best regards,

// Ola

> Jakob
> 

-- 
 --- Inguza Technology AB --- MSc in Information Technology 
/  [EMAIL PROTECTED]Annebergsslingan 37\
|  [EMAIL PROTECTED]   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---



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



Bug#502924: libspeex-dev: speex_preprocess.h and possibly more missing

2008-10-20 Thread thomas schorpp

http://packages.debian.org/search?keywords=libspeexdsp-dev&searchon=names&suite=all§ion=all

hm. and how about distributing it?

[EMAIL PROTECTED]:~$ dpkg -l *speex*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/Fehlgeschl. Konfiguration/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/Halten/R=Neuinst notw/X=beide (Status, Fehler: GROSS=schlecht)
||/ Name  Version   Beschreibung
+++-=-=-==
rc  gstreamer0.8-speex0.8.8-2   Speex plugin for 
GStreamer
ii  libspeex-dev  1.2~rc1-1 The Speex codec library 
development files
ii  libspeex1 1.2~rc1-1 The Speex codec runtime 
library
ii  libspeexdsp1  1.2~rc1-1 The Speex extended 
runtime library
pn  libwvstreams3-speex  (keine Beschreibung 
vorhanden)
ii  speex 1.2~rc1-1 The Speex codec command 
line tools
pn  speex-doc(keine Beschreibung 
vorhanden)
[EMAIL PROTECTED]:~$ 


y
tom


Ron schrieb:

Your last bug report had a 'dsp' in it ...


On Tue, Oct 21, 2008 at 12:01:14AM +0200, schorpp wrote:

Package: libspeex-dev
Version: 1.2~rc1-1
Severity: important

[EMAIL PROTECTED]:~$ find /usr/local/src/speex*/include -name
speex_preprocess.h
/usr/local/src/speex-1.2rc1/include/speex/speex_preprocess.h
[EMAIL PROTECTED]:~$ 


[EMAIL PROTECTED]:~$ dpkg -L libspeex-dev |grep speex_preprocess.h
[EMAIL PROTECTED]:~$ 


?

y
tom


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

Kernel: Linux 2.6.26-1-686 (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/dash

Versions of packages libspeex-dev depends on:
ii  libspeex1 1.2~rc1-1  The Speex codec runtime library

libspeex-dev recommends no packages.

Versions of packages libspeex-dev suggests:
ii  pkg-config0.22-1 manage compile and link flags for 


-- debconf-show failed



___
Pkg-voip-maintainers mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-voip-maintainers








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



Bug#502948: linux-image-2.6.26-1-686: Kernel 2.6.26 No core dumps

2008-10-20 Thread tomás zerolo
Package: linux-image-2.6.26-1-686
Version: 2.6.26-8
Severity: normal

Processes don't dump core under 2.6.26-1. Tested with kill -3 (re-booting with 
2.6.24-1
re-enables core dumps). I didn't test yet with 2.6.25.

Yes, I did "ulimit -c 100" :-)

-- Package-specific info:

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

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

Versions of packages linux-image-2.6.26-1-686 depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92j  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.26-1-686 recommends:
ii  libc6-i6862.7-14 GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.26-1-686 suggests:
ii  grub  0.97-47GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.26   (no description available)

-- debconf information:
  linux-image-2.6.26-1-686/preinst/abort-overwrite-2.6.26-1-686:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.26-1-686/postinst/bootloader-error-2.6.26-1-686:
  linux-image-2.6.26-1-686/postinst/depmod-error-initrd-2.6.26-1-686: false
  linux-image-2.6.26-1-686/prerm/removing-running-kernel-2.6.26-1-686: true
  linux-image-2.6.26-1-686/postinst/old-system-map-link-2.6.26-1-686: true
  linux-image-2.6.26-1-686/preinst/abort-install-2.6.26-1-686:
  linux-image-2.6.26-1-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.26-1-686/preinst/bootloader-initrd-2.6.26-1-686: true
  linux-image-2.6.26-1-686/prerm/would-invalidate-boot-loader-2.6.26-1-686: true
  linux-image-2.6.26-1-686/preinst/elilo-initrd-2.6.26-1-686: true
  linux-image-2.6.26-1-686/postinst/kimage-is-a-directory:
  linux-image-2.6.26-1-686/postinst/old-dir-initrd-link-2.6.26-1-686: true
  linux-image-2.6.26-1-686/postinst/create-kimage-link-2.6.26-1-686: true
  linux-image-2.6.26-1-686/preinst/lilo-initrd-2.6.26-1-686: true
  linux-image-2.6.26-1-686/postinst/old-initrd-link-2.6.26-1-686: true
  linux-image-2.6.26-1-686/preinst/overwriting-modules-2.6.26-1-686: true
  linux-image-2.6.26-1-686/postinst/depmod-error-2.6.26-1-686: false
  linux-image-2.6.26-1-686/postinst/bootloader-test-error-2.6.26-1-686:
  linux-image-2.6.26-1-686/preinst/failed-to-move-modules-2.6.26-1-686:
  linux-image-2.6.26-1-686/preinst/initrd-2.6.26-1-686:



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



Bug#478263: xdm: does not allow to log in when no password is set

2008-10-20 Thread Trent W. Buck
found 478263 1:1.1.8-5
thank you

On Mon, Apr 28, 2008 at 02:35:17PM +0200, Michal Suchanek wrote:
> Package: xdm
> Severity: normal
> 
> When I try to log in as a user with no password set xdm asks for a
> password and fails to verify it.

I can reproduce this problem.



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



Bug#474947: Not reproducible?..

2008-10-20 Thread Elliott Mitchell
>From: Eugene V. Lyubimkin <[EMAIL PROTECTED]>
> Though, I think, severity of this bug can be downgraded (imho, to important)
> if it show itself rarely. And it's very hard to fix, yes.

No.

Have you looked at how many reports there are of the MMap problem and how
old they are?

A quick browse found #178623, #295051 and #380509. Plus #400768 which is
a distinct problem, but still tickles the MMap problem.

#178623 is *five* *years* *old*! And *nothing* has been done to fix it,
all that has occured is increasing the limit, which works around the
problem for a litle while.

An average of 5-10 bug reports per year for five *years* isn't enough to
consider this a grave problem?! 5 years ago, I think important would have
been appropriate, work needs to start *now* on a *fix*.

Just another workaround will have 5-10 reports within the next year. A
workaround is no longer acceptable.

> P.S. No one answered on my investigation message before :(

You didn't send a copy to me...


-- 
(\___(\___(\__  --=> 8-) EHM <=--  __/)___/)___/)
 \BS (| [EMAIL PROTECTED] PGP F6B23DE0 |)   /
  \_CS\   |  _  -O #include  O-   _  |   /  _/
2477\___\_|_/DC21 03A0 5D61 985B <-PGP-> F2BE 6526 ABD2 F6B2\_|_/___/3DE0





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



Bug#502946: SVG file that makes 'display' segfault (Image magick 6.3.7.9).

2008-10-20 Thread Charles Plessy
Dear ImageMagick authors,

I would like to report a SVG file that trigers a segmentation fault with
the 'display' command of ImageMagick 6.3.7.9. I reported the bug in the
Debian bug tracking system, so that we can benefit of the automatic
listing of the versions of some libraries of interest. The bug and the
SVG file are available at the following URL:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502946

A copy of the bug report is available in the following part of this
message.

Feel free to reply to 502946 at bugs.debian.org so that a copy of your
answer is appended to the bug report.

Have a nice day,

-- Charles Plessy, Tsurumi, Kanagawa, Japan.


- Forwarded message -

Date: Tue, 21 Oct 2008 14:04:33 +0900
Subject: Bug#502946: imagemagick: display segfaults with the attached SVG file.

Package: imagemagick
Version: 7:6.3.7.9.dfsg1-2+b2
Severity: normal

Dear imagemagick maintainers,

With the attached SVG file, display segfaults. The file can however be
opened by Inkscape 0.46 without problems. It was created with the SVG
export option of OpenOffice.org Impress 2.4.1.

I will forward this bug to the upstream bug mailing list, so that they
can take advantage of all the information about which libraries are
installed on my system.

Have a nice day,

-- Charles Plessy, Tsurumi, Kanagawa, Japan.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: powerpc (ppc64)

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

Versions of packages imagemagick depends on:
ii  libbz2-1.0  1.0.5-1  high-quality block-sorting file co
ii  libc6   2.7-14   GNU C Library: Shared libraries
ii  libfontconfig1  2.6.0-1  generic font configuration library
ii  libfreetype62.3.7-2  FreeType 2 font engine, shared lib
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  liblcms11.17.dfsg-1  Color management library
ii  libmagick10 7:6.3.7.9.dfsg1-2+b2 image manipulation library
ii  libsm6  2:1.0.3-2X11 Session Management library
ii  libtiff43.8.2-11 Tag Image File Format (TIFF) libra
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

imagemagick recommends no packages.

imagemagick suggests no packages.

-- no debconf information



- End forwarded message -



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



Bug#502947: needs to set "CFLAGS = -fno-strict-aliasing" on arm

2008-10-20 Thread Hideki Yamane
Package: libpcsclite-dev
Severity: normal
Tags: patch

Hi,

 I saw Kuro-box Pro (arm arch) users claims that when they use program 
 to decode B25 data that build with libpcsclite-dev, it occurs 
 "winscard_svc.c:565:MSGCheckHandleAssociation() Client failed to authenticate"
 error.

 
 With PCSC-Lite, "transmit_struct_extended" structure is defined as below

struct transmit_struct_extended
{
int32_t hCard;
uint32_t pioSendPciProtocol;
uint32_t pioSendPciLength;
uint32_t cbSendLength;
uint32_t pioRecvPciProtocol;
uint32_t pioRecvPciLength;
uint32_t pcbRecvLength;
uint32_t rv;
uint64_t size;
uint8_t data[1];
};
typedef struct transmit_struct_extended transmit_struct_extended;


 and in src/winscard_clnt.c, SCardTransmit() function is 

2894  unsigned char buffer[sizeof(sharedSegmentMsg) + MAX_BUFFER_SIZE_EXTENDED];
2895  transmit_struct_extended *scTransmitStructExtended = 
(transmit_struct_extended *)buffer;
2896  sharedSegmentMsg *pmsgStruct = (psharedSegmentMsg)buffer;
2897
2898  scTransmitStructExtended->hCard = hCard;
2899  scTransmitStructExtended->cbSendLength = cbSendLength;


 hCard in line 2898 will be changed when 2899 called, they say.
 And some of them pointed out what they need is to set "CFLAGS = 
-fno-strict-aliasing"
 for workaround.

 I don't have any (configurable ;) arm box, so I'm sure attached patch works or 
not.
 But, anyway, could you check it please?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane
--- debian.orig/rules	2008-10-21 11:48:36.0 +0900
+++ debian/rules	2008-10-21 11:52:12.0 +0900
@@ -16,7 +16,7 @@
 endif
 
 # see http://www.debian.org/doc/debian-policy/ch-files.html
-CFLAGS += -Wall -D_REENTRANT
+CFLAGS += -Wall -D_REENTRANT -fno-strict-aliasing
 INSTALL = install
 INSTALL_FILE= $(INSTALL) -p-o root -g root  -m  644
 INSTALL_PROGRAM = $(INSTALL) -p-o root -g root  -m  755


Bug#495620: any chance of fix making it to release?

2008-10-20 Thread Mike Hommey
On Mon, Oct 20, 2008 at 12:21:53PM -0700, Mark Hedges wrote:
> 
> 
> On Mon, 20 Oct 2008, Dave Beckett wrote:
> >
> > I don't now where "this fix" that was in Mike's build called
> > libcairo2_1.6.4-6.0.1 came from.  It's not in the #495620
> > comments and I don't have the source to this build either.
> >
> > So those are reasons enough for not including it; apart
> > from not wanting to make a new release of cairo which is
> > in freeze and part of the dep-chain of many packages.
> 
> But it causes a severe display bug for Iceweasel and
> Epiphany!
> 
> Mike, can you please send him the patch?

I sent the patch to [EMAIL PROTECTED], and it is also
in the bug log (though hidden):

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=49;bug=495620

Mike



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



Bug#491945: Patch for the 1:1.24-2.1 NMU of ipvsadm

2008-10-20 Thread Christian Perrier

Dear maintainer of ipvsadm,

On Tuesday, October 14, 2008 I sent you a notice announcing my intent to upload 
a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, October 09, 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: ipvsadm
Version: 1:1.24-2.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier <[EMAIL PROTECTED]>
Date: Tue, 21 Oct 2008 05:47:28 +0200
Closes: 491945
Changes: 
 ipvsadm (1:1.24-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Swedish. Closes: #491945

-- 


diff -Nru ipvsadm-1.24.old/debian/changelog ipvsadm-1.24/debian/changelog
--- ipvsadm-1.24.old/debian/changelog	2008-10-07 21:45:46.918227431 +0200
+++ ipvsadm-1.24/debian/changelog	2008-10-21 05:50:24.843107922 +0200
@@ -1,3 +1,11 @@
+ipvsadm (1:1.24-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- Swedish. Closes: #491945
+
+ -- Christian Perrier <[EMAIL PROTECTED]>  Tue, 21 Oct 2008 05:47:28 +0200
+
 ipvsadm (1:1.24-2) unstable; urgency=low
 
   * Update german debconf translation (Closes: #485451)
diff -Nru ipvsadm-1.24.old/debian/po/sv.po ipvsadm-1.24/debian/po/sv.po
--- ipvsadm-1.24.old/debian/po/sv.po	2008-10-07 21:45:46.882227560 +0200
+++ ipvsadm-1.24/debian/po/sv.po	2008-10-09 18:42:11.841609000 +0200
@@ -16,9 +16,9 @@
 "Project-Id-Version: ipvsadm 1.24+1.21-1.1\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
 "POT-Creation-Date: 2008-05-20 08:43+0200\n"
-"PO-Revision-Date: 2005-11-01 08:08+0100\n"
-"Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n"
-"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
+"PO-Revision-Date: 2008-07-22 19:59+0100\n"
+"Last-Translator: Martin Bagge <[EMAIL PROTECTED]>\n"
+"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -28,49 +28,38 @@
 #. Type: select
 #. Choices
 #: ../ipvsadm.templates:1001
-#, fuzzy
-#| msgid "none, master, backup"
 msgid "none, master, backup, both"
-msgstr "ingen, master, backup"
+msgstr "ingen, master, backup, båda"
 
 #. Type: select
 #. Description
 #: ../ipvsadm.templates:1002
-#, fuzzy
-#| msgid "Select a daemon method."
 msgid "Daemon method:"
-msgstr "Välj en metod för demonen."
+msgstr "Välj metod för demonen."
 
 #. Type: select
 #. Description
 #: ../ipvsadm.templates:1002
-#, fuzzy
-#| msgid ""
-#| "ipvsadm can activate the IPVS synchronization daemon. \"master\" starts "
-#| "this daemon in master mode, \"backup\" in backup mode. \"none\" disables "
-#| "the daemon."
 msgid ""
 "ipvsadm can activate the IPVS synchronization daemon. \"master\" starts this "
 "daemon in master mode, \"backup\" in backup mode and \"both\" uses master "
 "and backup mode at the same time. \"none\" disables the daemon."
 msgstr ""
-"ipvsadm kan aktivera synkroniseringsdemonen för IPVS. \"master\" startar "
-"denna demon i master-läge, \"backup\" i backup-läge. \"ingen\" stänger av "
-"demonen."
+"ipvsadm kan aktivera synkroniseringsdemonen för IPVS. \"master\" startar "
+"denna demon i master-läge, \"backup\" i backup-läge och \"bÃ¥da\" anvÃ"
+"¤nder master och backup samtidigt. \"ingen\" stänger av demonen."
 
 #. Type: select
 #. Description
 #: ../ipvsadm.templates:1002
 msgid "See the man page for more details, ipvsadm(8)."
-msgstr "Se manualsidan för mer detaljer, ipvsadm(8)."
+msgstr "Se manualsidan för mer detaljer, ipvsadm(8)."
 
 #. Type: note
 #. Description
 #: ../ipvsadm.templates:2001
-#, fuzzy
-#| msgid "Kernel does not support IPVS."
 msgid "Kernel does not support IPVS"
-msgstr "Kärnan har inte stöd för IPVS."
+msgstr "Kärnan har inte stöd för IPVS."
 
 #. Type: note
 #. Description
@@ -79,8 +68,8 @@
 "ipvsadm requires IPVS support in the kernel. Please use a kernel with IPVS "
 "modules, otherwise this software is pretty useless."
 msgstr ""
-"ipvsadm kräver stöd för IPVS i kärnan. Vänligen använd en kärna med IPVS-"
-"moduler annars är denna programvara ganska oanvändbar."
+"ipvsadm kräver stöd för IPVS i kärnan. Vänligen använd en kärna med "
+"IPVS-moduler annars är denna programvara ganska oanvändbar."
 
 #. Type: boolean
 #. Description
@@ -91,23 +80,19 @@
 #. Type: boolean
 #. Description
 #: ../ipvsadm.templates:3001
-#, fuzzy
-#| msgid ""
-#| "If you choose this option your IPVS rules will be saved to and loaded "
-#| "from /etc/ipvsadm.rules automatically on shutdown resp. boot."
 msgid ""
 "If you choose this option your IPVS rules will be loaded from /etc/ipvsadm."
 "rules automatically on boot."
 msgstr ""
-"Om du väljer denna funktion kommer dina IPVS-regler att sparas till och "
-"laddas från /etc/ipvsadm.rules automatiskt vid nedstängning av systemet och "
-"uppstart."
+"Om du väljer denna

Bug#502704: [Pkg-acpi-devel] Bug#502704: acpid is not started at boot

2008-10-20 Thread Derrick Karpo
Hello.

I can confirm this same behaviour under 2.6.17.1 (amd64).  With ACPI
compiled into the kernel acpid fails to start on boot however when
ACPI is compiled in as modules then acpid starts correctly.  In my
case, ACPI also started correctly with the stock Debian
linux-image-2.6.26-1-amd64 (2.6.26-9) image which was different than
the experience Anders had with the 686 kernel.

Derrick


Here's the diff between my non-working and working 2.6.27.1 configs:

--- config-2.6.27.1-acpi-no-worky   2008-10-20 21:28:53.395278868 -0600
+++ config-2.6.27.1-acpi-works  2008-10-20 20:37:23.990774246 -0600
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.27.1
-# Mon Oct 20 21:06:29 2008
+# Mon Oct 20 17:34:38 2008
 #
 CONFIG_64BIT=y
 # CONFIG_X86_32 is not set
@@ -328,17 +328,17 @@
 CONFIG_ACPI_PROCFS_POWER=y
 CONFIG_ACPI_SYSFS_POWER=y
 CONFIG_ACPI_PROC_EVENT=y
-CONFIG_ACPI_AC=y
-CONFIG_ACPI_BATTERY=y
-CONFIG_ACPI_BUTTON=y
-CONFIG_ACPI_VIDEO=y
-CONFIG_ACPI_FAN=y
+CONFIG_ACPI_AC=m
+CONFIG_ACPI_BATTERY=m
+CONFIG_ACPI_BUTTON=m
+CONFIG_ACPI_VIDEO=m
+CONFIG_ACPI_FAN=m
 CONFIG_ACPI_DOCK=y
-CONFIG_ACPI_BAY=y
-CONFIG_ACPI_PROCESSOR=y
+CONFIG_ACPI_BAY=m
+CONFIG_ACPI_PROCESSOR=m
 CONFIG_ACPI_HOTPLUG_CPU=y
-CONFIG_ACPI_THERMAL=y
-CONFIG_ACPI_WMI=y
+CONFIG_ACPI_THERMAL=m
+CONFIG_ACPI_WMI=m
 # CONFIG_ACPI_ASUS is not set
 # CONFIG_ACPI_TOSHIBA is not set
 # CONFIG_ACPI_CUSTOM_DSDT is not set
@@ -349,8 +349,8 @@
 CONFIG_ACPI_POWER=y
 CONFIG_ACPI_SYSTEM=y
 CONFIG_X86_PM_TIMER=y
-CONFIG_ACPI_CONTAINER=y
-CONFIG_ACPI_SBS=y
+CONFIG_ACPI_CONTAINER=m
+CONFIG_ACPI_SBS=m

 #
 # CPU Frequency scaling



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



Bug#492105: Patch for the 2.5.16.1-3.1 NMU of gosa

2008-10-20 Thread Christian Perrier

Dear maintainer of gosa,

On Tuesday, October 14, 2008 I sent you a notice announcing my intent to upload 
a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, October 09, 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: gosa
Version: 2.5.16.1-3.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier <[EMAIL PROTECTED]>
Date: Tue, 21 Oct 2008 05:46:30 +0200
Closes: 492105 501937 502289 502465 502888
Changes: 
 gosa (2.5.16.1-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Swedish. Closes: #492105
 - Finnish. Closes: #501937
 - Basque. Closes: #502289
 - Italian. Closes: #502465
 - Russian. Closes: #502888

-- 


diff -Nru gosa-2.5.16.1.old/debian/changelog gosa-2.5.16.1/debian/changelog
--- gosa-2.5.16.1.old/debian/changelog	2008-10-09 06:22:41.355389524 +0200
+++ gosa-2.5.16.1/debian/changelog	2008-10-21 05:46:38.891102335 +0200
@@ -1,3 +1,15 @@
+gosa (2.5.16.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- Swedish. Closes: #492105
+- Finnish. Closes: #501937
+- Basque. Closes: #502289
+- Italian. Closes: #502465
+- Russian. Closes: #502888
+
+ -- Christian Perrier <[EMAIL PROTECTED]>  Tue, 21 Oct 2008 05:46:30 +0200
+
 gosa (2.5.16.1-3) unstable; urgency=low
 
   * Added conflict for obsolete gosa-help-en package (closes:#460268)
diff -Nru gosa-2.5.16.1.old/debian/gosa-desktop.debhelper.log gosa-2.5.16.1/debian/gosa-desktop.debhelper.log
--- gosa-2.5.16.1.old/debian/gosa-desktop.debhelper.log	2008-10-09 06:22:41.355389524 +0200
+++ gosa-2.5.16.1/debian/gosa-desktop.debhelper.log	1970-01-01 01:00:00.0 +0100
@@ -1,18 +0,0 @@
-dh_installdirs
-dh_installdocs
-dh_installcron
-dh_installexamples
-dh_installdebconf
-dh_installmenu
-dh_installman
-dh_link
-dh_strip
-dh_compress
-dh_fixperms
-dh_desktop
-dh_perl
-dh_installdeb
-dh_shlibdeps
-dh_gencontrol
-dh_md5sums
-dh_builddeb
diff -Nru gosa-2.5.16.1.old/debian/gosa-help-de.debhelper.log gosa-2.5.16.1/debian/gosa-help-de.debhelper.log
--- gosa-2.5.16.1.old/debian/gosa-help-de.debhelper.log	2008-10-09 06:22:39.475390141 +0200
+++ gosa-2.5.16.1/debian/gosa-help-de.debhelper.log	1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-dh_installdirs
-dh_installdocs
-dh_installcron
-dh_installexamples
-dh_installdebconf
-dh_installmenu
-dh_link
-dh_strip
-dh_compress
-dh_fixperms
-dh_desktop
-dh_perl
-dh_installdeb
-dh_shlibdeps
-dh_gencontrol
-dh_md5sums
-dh_builddeb
diff -Nru gosa-2.5.16.1.old/debian/gosa-help-fr.debhelper.log gosa-2.5.16.1/debian/gosa-help-fr.debhelper.log
--- gosa-2.5.16.1.old/debian/gosa-help-fr.debhelper.log	2008-10-09 06:22:41.275389629 +0200
+++ gosa-2.5.16.1/debian/gosa-help-fr.debhelper.log	1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-dh_installdirs
-dh_installdocs
-dh_installcron
-dh_installexamples
-dh_installdebconf
-dh_installmenu
-dh_link
-dh_strip
-dh_compress
-dh_fixperms
-dh_desktop
-dh_perl
-dh_installdeb
-dh_shlibdeps
-dh_gencontrol
-dh_md5sums
-dh_builddeb
diff -Nru gosa-2.5.16.1.old/debian/gosa-help-nl.debhelper.log gosa-2.5.16.1/debian/gosa-help-nl.debhelper.log
--- gosa-2.5.16.1.old/debian/gosa-help-nl.debhelper.log	2008-10-09 06:22:41.355389524 +0200
+++ gosa-2.5.16.1/debian/gosa-help-nl.debhelper.log	1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-dh_installdirs
-dh_installdocs
-dh_installcron
-dh_installexamples
-dh_installdebconf
-dh_installmenu
-dh_link
-dh_strip
-dh_compress
-dh_fixperms
-dh_desktop
-dh_perl
-dh_installdeb
-dh_shlibdeps
-dh_gencontrol
-dh_md5sums
-dh_builddeb
diff -Nru gosa-2.5.16.1.old/debian/gosa-schema.debhelper.log gosa-2.5.16.1/debian/gosa-schema.debhelper.log
--- gosa-2.5.16.1.old/debian/gosa-schema.debhelper.log	2008-10-09 06:22:41.359390284 +0200
+++ gosa-2.5.16.1/debian/gosa-schema.debhelper.log	1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-dh_installdirs
-dh_installdocs
-dh_installcron
-dh_installexamples
-dh_installdebconf
-dh_installmenu
-dh_link
-dh_strip
-dh_compress
-dh_fixperms
-dh_desktop
-dh_perl
-dh_installdeb
-dh_shlibdeps
-dh_gencontrol
-dh_md5sums
-dh_builddeb
diff -Nru gosa-2.5.16.1.old/debian/gosa.debhelper.log gosa-2.5.16.1/debian/gosa.debhelper.log
--- gosa-2.5.16.1.old/debian/gosa.debhelper.log	2008-10-09 06:22:41.359390284 +0200
+++ gosa-2.5.16.1/debian/gosa.debhelper.log	1970-01-01 01:00:00.0 +0100
@@ -1,19 +0,0 @@
-dh_installdirs
-dh_installdocs
-dh_installcron
-dh_installexamples
-dh_installdebconf
-dh_installmenu
-dh_installman
-dh_installman
-dh_link
-dh_strip
-dh_compress
-dh_fixperms
-dh_desktop
-dh_perl
-dh_installdeb
-dh_shlibdeps
-dh_gencontrol
-dh_md5sums
-dh_builddeb
diff -Nru gosa-2.5.16.1.old/debian/po/eu.po gosa-2.5.16.1/debian/po/eu.po
--- gosa-2.5.16.1.old/deb

Bug#502944: Very, very slow on large Maildirs.

2008-10-20 Thread Daniel Burrows
Package: courier-imap-ssl
Version: 4.4.0-2
Severity: normal

  I use courier-imap on a central system to store my mail in Maildir
directories (which IIRC is its native format), and synchronize my
systems using offlineimap.

  Lately, I've noticed that it takes a really, really long time to
synchronize my mail.  This seems to be due to the size of my spam
mailbox, currently weighing in at some 45,000 messages.  Each new
message that gets uploaded to the server takes something like 20 seconds
(going by an unscientific estimate).  In contrast, mutt can read the
whole directory in a few minutes.  I also see slowness, although less
severe, when synchronizing middling-sized mailboxes (a few thousand
messages).

  If I strace the imapd process, I see that it's reading lots of
directory entries: there are many pages of

getdents(9, /* 49 entries */, 4096) = 4096
getdents(9, /* 48 entries */, 4096) = 4020
getdents(9, /* 48 entries */, 4096) = 4036
 (...)

  It almost looks like imapd stats the entire directory every time it
adds a new message.  That would certainly explain what I'm seeing.

  Daniel

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

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

Versions of packages courier-imap-ssl depends on:
ii  courier-imap  4.4.0-2Courier mail server - IMAP server
ii  courier-ssl   0.60.0-2   Courier mail server - SSL/TLS Supp
ii  openssl   0.9.8g-13  Secure Socket Layer (SSL) binary a

courier-imap-ssl recommends no packages.

Versions of packages courier-imap-ssl suggests:
ii  courier-doc   0.60.0-2   Courier mail server - additional d
ii  evolution [imap-client]   2.22.3.1-1 groupware suite with mail client a
ii  kmail [imap-client]   4:3.5.9-5  KDE Email client
ii  mutt [imap-client]1.5.18-4   text-based mailreader supporting M

-- no debconf information



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



Bug#492180: Patch for the l10n upload of lire

2008-10-20 Thread Christian Perrier

Dear maintainer of lire,

On Tuesday, October 14, 2008 I sent you a notice announcing my intent to upload 
a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Monday, October 13, 2008.

We finally agreed that you would do the update yourself at the end of
the l10n update round.

That time has come.

To help you out, here's the patch which I would have used for an NMU.
Please feel free to use all of it...or only the l10n part of it.

The corresponding changelog is:


Source: lire
Version: 2:2.0.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier <[EMAIL PROTECTED]>
Date: Tue, 21 Oct 2008 05:58:08 +0200
Closes: 492180 492180 502291 502767
Changes: 
 lire (2:2.0.3-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Swedish. Closes: #492180
 - Basque. Closes: #502291
 - Italian. Closes: #492180
 - Russian. Closes: #502767

-- 


diff -Nru lire-2.0.3.old/debian/changelog lire-2.0.3/debian/changelog
--- lire-2.0.3.old/debian/changelog	2008-10-09 22:30:23.179231148 +0200
+++ lire-2.0.3/debian/changelog	2008-10-21 05:58:33.359118364 +0200
@@ -1,3 +1,14 @@
+lire (2:2.0.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- Swedish. Closes: #492180
+- Basque. Closes: #502291
+- Italian. Closes: #492180
+- Russian. Closes: #502767
+
+ -- Christian Perrier <[EMAIL PROTECTED]>  Tue, 21 Oct 2008 05:58:08 +0200
+
 lire (2:2.0.3-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru lire-2.0.3.old/debian/po/eu.po lire-2.0.3/debian/po/eu.po
--- lire-2.0.3.old/debian/po/eu.po	1970-01-01 01:00:00.0 +0100
+++ lire-2.0.3/debian/po/eu.po	2008-10-16 07:37:32.936665000 +0200
@@ -0,0 +1,137 @@
+# translation of lire-eu.po to Euskara
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Piarres Beobide <[EMAIL PROTECTED]>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: lire-eu\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2006-10-03 13:43+0200\n"
+"PO-Revision-Date: 2008-10-15 11:52+0200\n"
+"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
+"Language-Team: Euskara <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Rename old Lire user to 'lire'?"
+msgstr "Lire erabiltzaile zaharra 'lire' bezala berrizendatu?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"Previous releases of Lire used to permit the use of a user whose username "
+"was different than 'lire' for running special tasks such as cronjobs. This "
+"is no longer supported since this was causing more trouble than needed."
+msgstr ""
+"Lire-ren aurreko bertsioek 'lire' ez den beste erabiltzaile batek cron-lanak "
+"bezalako zereginak egiteko aukera ematen zuen. Hau ez da aurrerantzean "
+"onartzen dagozkionak baino arazo gehiago sortzen zituen eta."
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"You seem to be upgrading from such a version; the configuration program can "
+"convert your current setup.  If no conversion is done, the installation "
+"process will be aborted."
+msgstr ""
+"Dirudienez bertsio horietako batetatik bertsio-berritzen ari zara, "
+"konfigurazio programa zure konfigurazioa eguneratzeko gai da.  Ez bada "
+"aldaketa hori egiten instalazio prozesua itxi egingo da."
+
+#. Type: boolean
+#. Description
+#. Type: boolean
+#. Description
+#. Type: boolean
+#. Description
+#: ../templates:1001 ../templates:2001 ../templates:3001
+msgid "Refer to /usr/share/doc/lire/README.Debian for details."
+msgstr "Ikusi /usr/share/doc/lire/README.Debian xehetasunetarako."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid "Use existing 'lire' user for Lire?"
+msgstr "Dagoen 'lire' erabiltzailea erabili Lire-rentzat?"
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"A user named 'lire' seems to be present on your system, which may or may not "
+"have been created by a previous installation of Lire."
+msgstr ""
+"Dirudienez zure sisteman badago 'lire' izeneko erabiltzaile bat, zein agian "
+"aurreko Lire instalazio batek sortu zuen."
+
+#. Type: boolean
+#. Description
+#: ../templates:2001
+msgid ""
+"This poses no problem per se but beware that this user will have access to "
+"the files handled (created or otherwise readable...) by the Lire automated "
+"processes. If you rather wish to cancel the installation process, choose "
+"'No' below."
+msgstr ""
+"Hau ez da arazo bat baina ziurtatu zaitez erabiltzaile honek Lire-ren "
+"prozesu automatikoek kudeatutako  fitxategietara sarrera baimena duela "
+"(jabetza edo bestela irakurketa...). Instalazio prozesu hau eten nahiago "
+"baduzu, haut

Bug#492227: Patch for the 3.0.11b8-13.3 NMU of ez-ipupdate

2008-10-20 Thread Christian Perrier

Dear maintainer of ez-ipupdate,

On Tuesday, October 14, 2008 I sent you a notice announcing my intent to upload 
a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, October 09, 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: ez-ipupdate
Version: 3.0.11b8-13.3
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier <[EMAIL PROTECTED]>
Date: Tue, 21 Oct 2008 05:45:32 +0200
Closes: 492227 492227
Changes: 
 ez-ipupdate (3.0.11b8-13.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Swedish. Closes: #492227
 - Italian. Closes: #492227

-- 


diff -Nru ez-ipupdate-3.0.11b8.old/debian/changelog ez-ipupdate-3.0.11b8/debian/changelog
--- ez-ipupdate-3.0.11b8.old/debian/changelog	2008-10-09 06:21:39.195387407 +0200
+++ ez-ipupdate-3.0.11b8/debian/changelog	2008-10-21 05:45:41.887252644 +0200
@@ -1,3 +1,12 @@
+ez-ipupdate (3.0.11b8-13.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- Swedish. Closes: #492227
+- Italian. Closes: #492227
+
+ -- Christian Perrier <[EMAIL PROTECTED]>  Tue, 21 Oct 2008 05:45:32 +0200
+
 ez-ipupdate (3.0.11b8-13.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru ez-ipupdate-3.0.11b8.old/debian/po/it.po ez-ipupdate-3.0.11b8/debian/po/it.po
--- ez-ipupdate-3.0.11b8.old/debian/po/it.po	1970-01-01 01:00:00.0 +0100
+++ ez-ipupdate-3.0.11b8/debian/po/it.po	2008-10-17 18:46:10.837096000 +0200
@@ -0,0 +1,279 @@
+# ITALIAN TRANSLATION OF EZ-IPUPDATE'S.PO-DEBCONF FILE
+# Copyright (C) 2006 THE EZ-IPUPDATE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the ez-ipupdate package.
+#
+# Vincenzo Campanella <[EMAIL PROTECTED]>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: it\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-10-31 07:37+0100\n"
+"PO-Revision-Date: 2008-10-14 17:31+0200\n"
+"Last-Translator: Vincenzo Campanella <[EMAIL PROTECTED]>\n"
+"Language-Team: Italian <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "configure manually"
+msgstr "configurazione manuale"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "zoneedit"
+msgstr "zoneedit"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "ez-ip"
+msgstr "ez-ip"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "pgpow"
+msgstr "pgpow"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "dhs"
+msgstr "dhs"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "dyndns"
+msgstr "dyndns"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "dyndns-static"
+msgstr "dyndns-static"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "dyndns-custom"
+msgstr "dyndns-custom"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "ods"
+msgstr "ods"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "tzo"
+msgstr "tzo"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "easydns"
+msgstr "easydns"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "easydns-partner"
+msgstr "easydns-partner"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "gnudip"
+msgstr "gnudip"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "justlinux"
+msgstr "justlinux"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "dyns"
+msgstr "dyns"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "hn"
+msgstr "hn"
+
+#. Type: select
+#. Choices
+#: ../templates:1001
+msgid "heipv6tb"
+msgstr "heipv6tb"
+
+#. Type: select
+#. Description
+#: ../templates:1002
+msgid "Dynamic DNS provider to use:"
+msgstr "Fornitore del DNS dinamico da utilizzare:"
+
+#. Type: select
+#. Description
+#: ../templates:1002
+msgid ""
+"There are many Dynamic DNS providers supported by ez-ipupdate. If you want "
+"your default configuration to be created automatically, you must select the "
+"provider that you wish to use here. You must configure an account on your "
+"chosen provider's service yourself."
+msgstr ""
+"ez-ipupdate supporta molti fornitori di DNS dinamico. Se si vuole creare "
+"automaticamente la propria configurazione predefinita, selezionare qui il "
+"fornitore che si desidera utilizzare. È necessario configurare da sé un "
+"account presso il fornitore di servizi scelto."
+
+#. Type: select
+#. Description
+#: ../templates:1002
+msgid ""
+"If you prefer your default ez-ipupdate configuration not to be managed for "
+"you, you may choose \"configure manually\"."
+msgstr ""
+"Se si preferisce gestire da sé la propria configurazione predefinita di ez-"
+"ipupdate, scegliere \"configurazione manuale\"."

Bug#502219: IRQ totals are very wrong

2008-10-20 Thread Dominique Brazziel
I just saw this update and put it on and, while there is no segfault,
the IRQ totals are way off, 0 is reported many times when it shouldn't
be:

cat /proc/interrupts
   CPU0   CPU1   
  0: 64  0   IO-APIC-edge  timer
  1:  42030  0   IO-APIC-edge  i8042
  9:  0  0   IO-APIC-fasteoi   acpi
 12: 166549  0   IO-APIC-edge  i8042
 14:151  0   IO-APIC-edge  ide0
 15: 242381  0   IO-APIC-edge  ide1
 16:  4  0   IO-APIC-fasteoi   uhci_hcd:usb1, ohci1394,
yenta
 17:3603954  0   IO-APIC-fasteoi   Intel 82801DB-ICH4 Modem,
Intel 82801DB-ICH4, eth1
 18:  0  0   IO-APIC-fasteoi   uhci_hcd:usb3
 19: 402472  0   IO-APIC-fasteoi   uhci_hcd:usb2
 23:  2  0   IO-APIC-fasteoi   ehci_hcd:usb4
NMI:  0  0   Non-maskable interrupts
LOC:61287874881893   Local timer interrupts
RES:  58832 102149   Rescheduling interrupts
CAL:842   1085   function call interrupts
TLB:  13741  18401   TLB shootdowns
TRM:  6  6   Thermal event interrupts
SPU:  0  0   Spurious interrupts
ERR:  0
MIS:  0

 procinfo
Linux 2.6.26 (2.6.26) (gcc [can't parse]) #???  2CPU [dell5160.(none)]

Memory:  TotalUsedFree  Shared Buffers  
Mem:   1035652 1001416   34236   0   41228
Swap:   626492   63712  562780

Bootup: Mon Oct 20 09:51:30 2008Load average: 0.07 0.06 0.06 1/260
16834

user  :   1:50:17.01   6.9%  page in :  1486795
nice  :   0:01:40.88   0.1%  page out:  3108716  disk 2:   109360r
134408w
system:   0:25:21.43   1.6%  page act:   351960
IOwait:   0:16:00.23   1.0%  page dea:   191557
hw irq:   0:00:56.68   0.0%  page flt: 17832206
sw irq:   0:01:14.33   0.1%  swap in : 2269
idle  :   1d  1:56:45.26  97.5%  swap out:12289
uptime:  13:17:58.52 context : 82059978

irq0:64 timer irq   16: 0
uhci_hcd:usb1,   
irq1: 42472 i8042 irq   17: 0
Intel
irq9: 0 acpi  irq   18: 0
uhci_hcd:usb3
irq   12: 0 i8042 irq   19: 0
uhci_hcd:usb2
irq   14: 0 ide0  irq   23: 0
ehci_hcd:usb4
irq   15: 0 ide1 





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



Bug#502943: Missing entry in "Packages debian maintainers may update", or wrong interpretation of GR 2007/3 "DM"

2008-10-20 Thread Raphael Geissert
Package: ftp.debian.org
Severity: important

[CC'ing -project]

Hi everyone,

A couple of days ago xserver-xorg-video-openchrome 1:0.2.903+svn599-1 was 
uploaded to experimental with DM-Upload-Allowed: yes; but despite this, it 
still does not show up in dm-uploaders.html[1].

The new package *does* also build a, dummy transitional, 
xserver-xorg-video-via package which was *not* present in experimental at the 
time of the upload of -openchrome's latest version, but *does* exist in 
unstable (actually in all but experimental) and is provided by a different 
source package.

The GR[2] *does* state the following:

> 5. The initial policy for the use of the Debian Maintainer keyring with the
> Debian archive will be to accept uploads signed by a key in that keyring
> provided: 
[...]
> * none of the packages are being taken over from other source packages

I believe at the time the implementation was made the above quoted point was 
missunderstood, as it prohibits uploads by *DM*s from taking over packages 
provided by another source package; and *only* that. It does not in that, nor 
any other, point state that following uploads are also prohibited.

As I understand it, once a DD uploads the package which takes over another 
binary package with regard to unstable the DM should be able to upload new 
package versions which do also provide the new binary package.

Unless my interpretation is proved wrong (reason why -project is CCed) please 
fixing the bug soon; as it would otherwise be useless the fact that I am a DM 
(at least for that specific package as it is *not* going to drop the -via 
transitional package before squeeze is released with it).

[1]http://ftp-master.debian.org/dm-uploaders.html
[2]http://www.debian.org/vote/2007/vote_003

Kind regards,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net


signature.asc
Description: This is a digitally signed message part.


Bug#495530: Unable to reproduce, plus there is an easy fix

2008-10-20 Thread Tim Richardson
I removed my IMPA password, and tried to reproduce this on an IMAP
account.
I couldn't not reproduce it with the following two attempts:

1) do not save a password, and interactively enter an incorrect
password.
I received an error message that the password was incorrect.

2) I stored an incorrect password, shutdown evolution and restarted.
It started, and when it attempted to retrieve email, it gave a dialog
message that the password was incorrect.

I don't think this bug should be critical because even if it could be
reproduced, it only requires the password to be deleted (probably for
most people, via the Gnome tool Accessories -> Passwords and Encryption
Keys, then choose tab Passwords.






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



Bug#501903:

2008-10-20 Thread Tim Richardson
For what it's worth, I use the cups web interface quite a bit on three
machines, one Sid and two Lenny, and haven't noticed any problems. 




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



Bug#498546: firestarter: Version 1.0.3-7 doesn't crash anymore

2008-10-20 Thread Mihai
Package: firestarter
Followup-For: Bug #498546

I experienced this bug everytime with Firestarter v 1.0.3-6, now I installed 
the new one from the sid repo and 
everything seems fine, except for a warning:

(firestarter:5260): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are supported and host-based 
authentication failed.
Finished reading events list

It is usable, despise this. I use the XFCE desktop.

Regards,
Mihai

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

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

Versions of packages firestarter depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gksu   2.0.0-5   graphical frontend to su
ii  iptables   1.4.1.1-3 administration tools for packet fi
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcb-render-util00.2.1+git1-1  utility libraries for X C Binding 
ii  libxcb-render0 1.1-1.1   X C Binding, render extension
ii  libxcb11.1-1.1   X C Binding
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

firestarter recommends no packages.

Versions of packages firestarter suggests:
pn  dhcp3-server   (no description available)

-- no debconf information



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



Bug#502942: mirror listing update for kebo.vlsm.org

2008-10-20 Thread Sritrusta Sukaridhoto
Package: mirrors
Severity: minor

Submission-Type: update
Site: kebo.vlsm.org
Aliases: mirror.eepis-its.edu
Type: leaf
Archive-architecture: amd64 i386 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
Security-ftp: /debian-security/
Security-http: /debian-security/
Security-rsync: debian-security/
Volatile-ftp: /debian-volatile/
Volatile-http: /debian-volatile/
Volatile-rsync: debian-volatile/
IPv6: yes
Archive-upstream: kambing.vlsm.org
Security-upstream: kambing.vlsm.org
Volatile-upstream: kambing.vlsm.org
CDImage-upstream: cdimage.debian.org
Updates: once
Maintainer: Sritrusta Sukaridhoto <[EMAIL PROTECTED]>
Country: ID Indonesia
Location: Surabaya, East Java
Sponsor: EEPIS-ITS http://www.eepis-its.edu
Comment: Computer Network Lab
 Goodle-Crew



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



Bug#502939: Wrong description

2008-10-20 Thread Adam Majer
Package: haskell-hsql-mysql
Severity: normal

Why is the description mentioning non-mysql databases?? It completely
messes up any type of keyword searches!

For example, here's the description of haskell-hsql-mysql

Description: API documentation of the hsql-mysql library for Haskell
 HSQL provides interfaces for Haskell programmers to the PostgreSQL,
 MySQL, SQLite, and UnixODBC database systems.  There is a generic
 abstract interface so that code can be used interchangeably with
 these
 database systems.  In this sense, it is similar to Java's JDBC,
 Python's DB-API, or Perl's DBI.
 .
 This package provides documentation for MySQL driver of HSQL.


Why include basically ALL the possible keywords under the sun??? A
better description would be,

Description: API documentation of the hsql-mysql library for Haskell
 HSQL provides database interfaces for Haskell programmers. This
 package provides documentation for MySQL driver of HSQL.


I could go though all the packages, but basically it is cut and
paste... Here's an example how it screws up searching,

[EMAIL PROTECTED]:~$ apt-cache search postgres jdbc
haskell-hsql-doc - API documentation of the HSQL library for Haskell
haskell-hsql-mysql-doc - API documentation of the hsql-mysql library
for Haskell
haskell-hsql-odbc-doc - API documentation of the hsql-odbc library for
Haskell
haskell-hsql-postgresql-doc - API documentation of the hsql-postgresql
library for Haskell
haskell-hsql-sqlite3-doc - API documentation of the hsql-sqlite3
library for Haskell
libghc6-hdbc-dev - Haskell Database Connectivity, GHC6 package
libghc6-hsql-dev - Multi-Database Interface System library for GHC6
libghc6-hsql-mysql-dev - MySQL driver of the HSQL library for GHC6
libghc6-hsql-mysql-prof - MySQL driver of the HSQL profiling library
for GHC6
libghc6-hsql-odbc-dev - UnixODBC driver of the HSQL library for GHC6
libghc6-hsql-odbc-prof - UnixODBC driver of the HSQL profiling library
for GHC6
libghc6-hsql-postgresql-dev - PostgreSQL driver of the HSQL library
for GHC6
libghc6-hsql-postgresql-prof - PostgreSQL driver of the HSQL profiling
library for GHC6
libghc6-hsql-prof - Multi-Database Interface System profiling library
for GHC6
libghc6-hsql-sqlite3-dev - SQLite driver of the HSQL library for GHC6
libghc6-hsql-sqlite3-prof - SQLite driver of the HSQL profiling
library for GHC6
libhugs-hdbc - Haskell Database Connectivity, Hugs package
libpg-java - Java database (JDBC) driver for PostgreSQL
libpostgis-java - geographic objects support for PostgreSQL -- JDBC
support
libsequel-core-ruby - Lightweight database access toolkit for Ruby
(core files)
libsequel-core-ruby1.8 - Lightweight database access toolkit for Ruby
(core files)
libsequel-ruby - Lightweight database access toolkit for Ruby
libsequel-ruby1.8 - Lightweight database access toolkit for Ruby
openoffice.org-base - OpenOffice.org office suite - database
openoffice.org-sdbc-postgresql - PostgreSQL SDBC driver for
OpenOffice.org


Again, please, please rewrite the description of all these packages to
only include words relevant to the actual package, not the source. Not
the potential API "look like", but just what it is.

Thank you.

- Adam


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

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.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#502940: linux-image-2.6.18-6-686: Upgrade overrides current kernel with no rollback available

2008-10-20 Thread Rob Irvine
Package: linux-image-2.6.18-6-686
Version: 2.6.18.dfsg.1-22etch3
Severity: normal


We have applied several DSAs, for example, DSA 1653-1, and find that
they replace the currently running kernel and don't keep a backup copy -
the only possible "on-box" rollback would be to a much older kernel.

We don't understand how this fits with Stable's conservative, logical
update process (which we really like, btw).  Is this really meant to
happen or do we have something wrong?

We've waited to file this bug because we thought we had something wrong
and it hasn't caused a problem (yet) on Etch.  We believe this has been
happening since Sarge or earlier.  We started using Debian on Potato.

We have had a problem on Lenny where we needed to copy a kernel from
another system using a rescue cdrom.  Our googling finds several people
making similar comments on lists, forums etc but nothing definitive.

Below is an extract from the aptitude log, showing the last few kernel
upgrades.  The Debian package version is changing, the kernel version
shown by $( uname -r ) isn't changing.

Tue, May  6 2008 09:15:47 +1000 [UPGRADE] linux-image-2.6.18-6-686 
2.6.18.dfsg.1-18etch1 -> 2.6.18.dfsg.1-18etch3
Wed, May 14 2008 10:24:42 +1000 [UPGRADE] linux-image-2.6.18-6-686 
2.6.18.dfsg.1-18etch3 -> 2.6.18.dfsg.1-18etch4
Wed, May 28 2008 07:53:44 +1000 [UPGRADE] linux-image-2.6.18-6-686 
2.6.18.dfsg.1-18etch4 -> 2.6.18.dfsg.1-18etch5
Wed, Jun 11 2008 15:39:07 +1000 [UPGRADE] linux-image-2.6.18-6-686 
2.6.18.dfsg.1-18etch5 -> 2.6.18.dfsg.1-18etch6
Mon, Jul 28 2008 11:23:35 +1000 [UPGRADE] linux-image-2.6.18-6-686 
2.6.18.dfsg.1-18etch6 -> 2.6.18.dfsg.1-22
Fri, Aug 22 2008 13:00:20 +1000 [UPGRADE] linux-image-2.6.18-6-686 
2.6.18.dfsg.1-22 -> 2.6.18.dfsg.1-22etch2
Tue, Oct 14 2008 07:53:58 +1000 [UPGRADE] linux-image-2.6.18-6-686 
2.6.18.dfsg.1-22etch2 -> 2.6.18.dfsg.1-22etch3

Here's what's on the disk right now - we only have three versions on
disk despite there being seven versions shown above.

$ ls -l /boot
total 15612
-rw-r--r-- 1 root root  722037 May 10  2007 System.map-2.6.18-4-686
-rw-r--r-- 1 root root  723178 Dec 25  2007 System.map-2.6.18-5-686
-rw-r--r-- 1 root root  723233 Oct 10 06:00 System.map-2.6.18-6-686
-rw-r--r-- 1 root root   70782 Jun  4  2007 config-2.6.18-4-686
-rw-r--r-- 1 root root   70682 Dec 25  2007 config-2.6.18-5-686
-rw-r--r-- 1 root root   70682 Oct 10 01:17 config-2.6.18-6-686
lrwxrwxrwx 1 root root  15 Jun  1  2007 debian.bmp -> /boot/sarge.bmp
drwxr-xr-x 2 root root4096 Oct 14 07:44 grub
-rw--- 1 root root 1218747 Jun  4  2007 initrd.img-2.6.18-4-686
-rw--- 1 root root 1202020 Dec 27  2007 initrd.img-2.6.18-5-686
-rw--- 1 root root 1245836 Oct 14 07:44 initrd.img-2.6.18-6-686
-rw-r--r-- 1 root root 1261213 May 10  2007 vmlinuz-2.6.18-4-686
-rw-r--r-- 1 root root 1260371 Dec 25  2007 vmlinuz-2.6.18-5-686
-rw-r--r-- 1 root root 1260089 Oct 10 06:00 vmlinuz-2.6.18-6-686
$ ls -l /lib/modules
total 12
drwxr-xr-x 3 root root 4096 Jun  4  2007 2.6.18-4-686
drwxr-xr-x 3 root root 4096 Dec 27  2007 2.6.18-5-686
drwxr-xr-x 3 root root 4096 Oct 14 07:44 2.6.18-6-686

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages linux-image-2.6.18-6-686 depends on:
ii  coreutils5.97-5.3The GNU core utilities
ii  debconf [debconf-2.0]1.5.11etch2 Debian configuration management sy
ii  module-init-tools3.3-pre4-2  tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool] 0.0.12-18   Yet Another mkInitRD

Versions of packages linux-image-2.6.18-6-686 recommends:
ii  libc6-i686 2.3.6.ds1-13etch7 GNU C Library: Shared libraries [i

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-6-686/preinst/elilo-initrd-2.6.18-6-686: true
* linux-image-2.6.18-6-686/preinst/already-running-this-2.6.18-6-686:
  linux-image-2.6.18-6-686/postinst/depmod-error-2.6.18-6-686: false
  linux-image-2.6.18-6-686/preinst/initrd-2.6.18-6-686:
  linux-image-2.6.18-6-686/postinst/old-initrd-link-2.6.18-6-686: true
  linux-image-2.6.18-6-686/preinst/bootloader-initrd-2.6.18-6-686: true
  linux-image-2.6.18-6-686/preinst/abort-install-2.6.18-6-686:
  linux-image-2.6.18-6-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-6-686/preinst/overwriting-modules-2.6.18-6-686: true
  linux-image-2.6.18-6-686/postinst/bootloader-error-2.6.18-6-686:
  linux-image-2.6.18-6-686/prerm/would-invalidate-boot-loader-2.6.18-6-686: true
  linux-image-2.6.18-6-686/postinst/bootloader-test-error-2.6.18-6-686:
  linux-image-2.6.18-6-686/postinst/create-kimage-link-2.6.18-6-686: true
  linux-image-2.6.18-6-686/postinst/depmod-error-initrd-2.6

Bug#502941: gnome-screensaver: Infinite recursion for cyclical symlinks

2008-10-20 Thread Matthew Bardeen
Package: gnome-screensaver
Version: 2.22.2-2
Severity: important

A cyclical symlink will cause an infinite recursion through the directory 
structure of /home/username. This will eat memory and 
quickly cause out of memory conditions until the process is terminated. 

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-screensaver depends on:
ii  dbus-x11   1.2.1-3   simple interprocess messaging 
syst
ii  gconf2 2.22.0-1  GNOME configuration database 
syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics 
libra
ii  libdbus-1-31.2.1-3   simple interprocess messaging 
syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging 
syst
ii  libfontconfig1 2.6.0-1   generic font configuration 
library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared 
lib
ii  libgconf2-42.22.0-1  GNOME configuration database 
syste
ii  libgl1-mesa-glx [libgl 7.0.3-6   A free implementation of the 
OpenG
ii  libglade2-01:2.6.2-1 library to load .glade files at 
ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-menu2 2.22.2-4  an implementation of the 
freedeskt
ii  libgnomekbd2   2.22.0-1  GNOME library to manage keyboard 
c
ii  libgnomekbdui2 2.22.0-1  User interface library for 
libgnom
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a 
n
ii  libpam0g   1.0.1-4+b1Pluggable Authentication Modules 
l
ii  libpango1.0-0  1.20.5-2  Layout and rendering of 
internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X 
a
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcb-render-util00.2.1+git1-1  utility libraries for X C Binding 
ii  libxcb-render0 1.1-1.1   X C Binding, render extension
ii  libxcb11.1-1.1   X C Binding
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension 
librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' 
extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxklavier12  3.5-2 X Keyboard Extension high-level 
AP
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client 
libra
ii  libxss11:1.1.3-1 X11 Screen Saver extension 
library
ii  libxxf86misc1  1:1.0.1-3 X11 XFree86 miscellaneous 
extensio
ii  libxxf86vm11:1.0.2-1 X11 XFree86 video mode extension 
l
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   2.22.1-3   frontend for gnome-powermanager
pn  libpam-gnome-keyring   (no description available)
pn  rss-glx(no description available)

Versions of packages gnome-screensaver suggests:
ii  xscreensaver-data 5.05-3 data files to be shared among 
scre

-- no debconf information
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Matt Bardeen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gnome-screensaver: Infinite recursion for cyclical symlinks
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.45
Date: Mon, 20 Oct 2008 21:55:41 -0300
X-Debbugs-Cc: [EMAIL PROTECTED]

Package: gnome-screensaver
Version: 2.22.2-2
Severity: important

A cyclical symlink will cause an infinite recursion through the directory 
structure of /home/username. This will eat memory and 
quickly cause out of memory conditions until the process is terminated. 

-- System Information:
Debian Release: lenny/sid
  APT p

Bug#502668: WhiteHEAT driver and firmware distribution for Linux

2008-10-20 Thread Ben Hutchings
I am writing as a member of the Debian project, which distributes a
version of Linux.  The project is attempting to resolve the licencing of
firmware used with Linux.  The following may require attention by your
legal department.

Linux includes a driver and firmware for WhiteHEAT which are listed as
copyright of ConnectTech Inc and licenced under the GNU General Public
Licence (GPL).  Thank you for supporting Linux and free software.

Unfortunately, applying the GPL to the firmware is problematic, because
you distribute it in binary (or equivalent) form, and not the source
code that your programmers used to create it.  The GPL states that
anyone redistributing a work that it covers must also offer to
distribute the source code.  This means that strictly speaking no-one
outside ConnectTech Inc is allowed to distribute the firmware, which I
assume was not your intent.

Please can you clarify the licence for the firmware, and preferably
issue a new licence that clearly allows Debian and others to distribute
the firmware.  Other hardware vendors have used text such as:

Permission is hereby granted for the distribution of this firmware
data in hexadecimal or equivalent format, provided this copyright
notice is accompanying it.

or:

Redistribution and use in source and binary forms are permitted provided
that the following conditions are met:
1. Redistribution of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistribution in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.
3. The name of the author may not be used to endorse or promote
   products derived from this software without specific prior written
   permission.

Ben.

-- 
Ben Hutchings



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



Bug#502938: slay: [INTL:es] Spanish po-debconf translation

2008-10-20 Thread Maximiliano Marin Bustos
Package: slay
Version: 2.6.3
Priority: wishlist
Tags: l10n patch

Attached a first version of the po-debconf translation of sl-modem
into Spanish. Please include it in the next upload

Thanks

-- 
Atte,
Maximiliano Marin
http://blogs.opensur.org/maximilinux
# Traduccion al español de slay
# Copyright (C) 2008 Software in the Public Interest
# This file is distributed under the same license as the slay package.
# Traducción Inicial:
# Maximiliano Marin Bustos <[EMAIL PROTECTED]>, 2008.
#
#
msgid ""
msgstr ""
"Project-Id-Version: 2.6.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-03 04:35+0200\n"
"PO-Revision-Date: 2008-10-09 22:12-0300\n"
"Last-Translator: Maximiliano Marín Bustos <[EMAIL PROTECTED]>\n"
"Language-Team: Debian Spanis Team <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Shall slay punish users?"
msgstr "¿Desea permitir que slay castigue a los usuarios?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Normally slay will punish ordinary users trying to run it by slaying themselves. This is The Right Thing(TM), as users should not mess with administrative commands like slay, but some administrators find it inconvenient. Therefore slay can be configured to punish users or just to display error message."
msgstr "Normalmente, Slay castigará a los usuarios que intenten ejecutar «slay» . Esto es «The Right Thing (TM)», los usuarios no deben jugar con los comandos de administración, como «slay», pero algunos administradores encuentran esto como inconveniente. Por lo tanto, Slay se puede configurar para castigar a los usuarios o simplemente, para mostrar mensajes de error."

#. Type: boolean
#. Description
#: ../templates:2001
msgid "Shall slay use `Butt-head' mode by default?"
msgstr "¿Desea permitir que slay utilice el modo «Butt-Head» por omisión?"

#. Type: boolean
#. Description
#: ../templates:2001
msgid "Slay has two sets of messages: a standard set and an alternative set that is more informal.  The alternative set is named after \"Butt-head\" from MTV's \"Beavis & Butt-head\" cartoon show, a character who uses the sort of language you'll find in the alternative set.  In most cases, the standard set of messages is more appropriate."
msgstr "Slay posee dos tipos de mensajes: Los entandar y los alternativos, que son más informales. Los mensajes alternativos eran llamados anteriormente por «Butt-Head» de la serie animada «Beavis and Butt-head» de MTV, que era un personaje que utilizaba el lenguaje que encontrará en el modo alternativo. En el mejor de los casos, el modo estándar es el más apropiado."



Bug#502754: ucf and redirecting /dev/tty

2008-10-20 Thread Chris Lamb
Hi,

 #502715 - acidlab: can be installed without a controlling tty
 #502754 - hylafax-client: [..] /dev/tty: No such device or address

Both of these packages fail due to lines like:

  ucf [..] < /dev/tty

in their postinst scripts. [0] may provide an explanation and justification
for simply removing these redirections. However, I have not tested it yet.


/Lamby

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=194152#55

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-


signature.asc
Description: PGP signature


Bug#502937: Please highlight dh_haskell_depends in "quick start" guide

2008-10-20 Thread Chris Lamb
Package: haskell-devscripts
Severity: wishlist
Version: 0.6.14

It seems that a few haskell-devscripts users are possibly not aware of
dh_haskell_depends (e.g #502758). Indeed, I was not aware of it until poking
at this bug - I had assumed this mechanism was being run automatically.

It would be great if this tool was mentioned in the "Quick start" and
similar documentation.

Out of the scope of this bug, a quick once-over of the haskell-devscripts
reverse Build-Depends might be a great idea before lenny too - these bugs
can easily be fixed.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-


signature.asc
Description: PGP signature


Bug#502758: libghc6-wash-dev: piuparts test fails: ghc-pkg: dependency regex-compat-0.91 doesn't exist

2008-10-20 Thread Chris Lamb
tags 502758 + patch
thanks

> >   Reading package info from
> > "/usr/lib/haskell-packages/ghc6/lib/WashNGo-2.12/installed-pkg-config" ...
> > done. ghc-pkg: dependency regex-compat-0.91 doesn't exist (use --force
> > to override)

It's missing a Depends on libghc6-regex-compat-dev. This (and other
dependencies) can be automatically determined by haskell-devscripts.

Patch attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-
diff -urNd washngo-2.12.orig/debian/rules washngo-2.12/debian/rules
--- washngo-2.12.orig/debian/rules  2008-10-21 01:04:03.0 +0100
+++ washngo-2.12/debian/rules   2008-10-21 01:04:22.0 +0100
@@ -105,6 +105,7 @@
 #  dh_makeshlibs
dh_installdeb
dh_shlibdeps
+   dh_haskell_depends
dh_gencontrol
dh_md5sums
dh_builddeb


signature.asc
Description: PGP signature


Bug#501960: kernel bug?

2008-10-20 Thread dann frazier
reassign 501960 flex
thanks

It is clear that the aforementioned changeset is the change that
caused flex to begin failing. But, I don't see any evidence that the
kernel change is faulty.

PAGE_SIZE on ia64 kernels is larger than most architectures - 16K
is what most distributions (including Debian) use. An effect of the
above changeset, as verified by strace, is that the read() and write()
system calls issued by flex on a pipe will use this bigger
size. fread() appears to be properly hiding the actual read size and
is returning 8192 byte buffers to flex upon request. I verified by
this by instrumenting YY_INPUT to compare the fread data with the
original input file.

Its probably useful to note that the corruption happening here is that
the last 382 lines of the input file is being prefixed to the output
file. The only differences in the remainder of the file are the #line
numbers. I've also found that bumping YY_READ_BUF_SIZE up to 16384
seems to workaround the problem - but that may just be putting it back
into hiding.

My understanding of flex's codebase is nearly non-existant, but
filter.c:filter_apply_chain() looks like a reasonable place to suspect
an issue.

-- 
dann frazier




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



Bug#502936: Include minix-modules in the armel-orion5x d-i kernel

2008-10-20 Thread Matthew Palmer
Package: linux-kernel-di-armel-2.6
Severity: normal

Hi,

Please include a minix-modules package in the armel d-i kernel build, as per
this patch:

diff -urN linux-kernel-di-armel-2.6.orig/modules/armel-orion5x/minix-modules 
linux-kernel-di-armel-2.6/modules/armel-orion5x/minix-modules
--- linux-kernel-di-armel-2.6.orig/modules/armel-orion5x/minix-modules  
1970-01-01 10:00:00.0 +1000
+++ linux-kernel-di-armel-2.6/modules/armel-orion5x/minix-modules   
2008-10-21 09:52:14.215882602 +1100
@@ -0,0 +1 @@
+#include 

This is necessary for oldsys-preseed for the DNS-323, which stores it's
config data in a minix filesystem, and rather than grep through the block
device it's cleaner if we can mount the filesystem and just read the data we
want from the right file.

Thanks,
- Matt



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



Bug#502583: scary messages in dmesg

2008-10-20 Thread Alexandre Lymberopoulos
On Sat, Oct 18, 2008 at 4:04 AM, Rogério Brito <[EMAIL PROTECTED]> wrote:
> Hi, Alexandre.

Hi there, Rogério!

> As these messages indicate something going wild in kernelland (due to the
> stack trace), I'm CC'ing the linux-kernel mailing list. It is probably
> triggered by something probably not related to usbmount.

Ok...

> Just for extra information, what kind of fs do you have on your memory
> stick? Can you provide extra details on the situation?

It's not a memory stick, it's a hard disk with ext3 file system. I
just plugged it it and the disk was automatically mounted in /dev/ext3
with no abnormal messages in dmesg. That weird messages appeared when
I unpplugged the disk (without umounting it, as it should be done when
using usbmount, right?).

When mounted I got a message asking for a fsck to be run on disk
because of many mount/umount processes without performing that
procedure.

By the way I think I've lost no data, but that messages are pretty
scary. I'm sorry I can't help that much, since I'm no more that a user
and big fan of Linux.

> Regards, Rogério Brito.
>
> P.S.: Alexandre's complete dmesg is available at
> http://bugs.debian.org/502583

Thanks for caring about this bug (if it is a bug).

Regards, Alexandre
-- 
===
Alexandre Lymberopoulos - [EMAIL PROTECTED]
===



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



Bug#502928: forwarded

2008-10-20 Thread Michael Gilbert
forwarded 502928 https://savannah.gnu.org/bugs/index.php?24620
thank you

submitted upstream since its more likely to be fixed there.



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



Bug#502550: System starts with 486 Kernel

2008-10-20 Thread Otavio Salvador
Peter <[EMAIL PROTECTED]> writes:

> Am Montag, den 20.10.2008, 10:19 -0200 schrieb Otavio Salvador:
>> ... It is a kernel issue, no doubt however I'm unsure
>> why it happens. A good guess is to install linux-image-2.6.26-1-486
>> and try to boot using this.
>> 
> Oi Otavio,
>
> As you suggested I installed the 486 version and system starts. Muito
> obrigado,

Cool. So please send a full log of the booting with both kernels. If
you have a null-modem cabe available, you might use a serial console
to grab all possible information on the problematic one.

Another nice suggestion is to try to find out a boot param that make
it to work, that could give a nice hint about where the problem is.

De nada ;-)

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
-
"Microsoft sells you Windows ... Linux gives
 you the whole house."



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



Bug#502497: mbox(5) manpage does not define the mbox format.

2008-10-20 Thread Trent W. Buck
On Sun, Oct 19, 2008 at 03:53:58PM +0200, Michelle Konzack wrote:
> And where is the problem now?
>
> The date-time format described in "RFC2822 3.3"
> IS:
> Fri Jun 23 02:56:55 2000

I don't see how that matches the grammar provided by RFC 2822 §3.3:

date-time   =   [ day-of-week "," ] date FWS time [CFWS]
day-of-week =   ([FWS] day-name) / obs-day-of-week
day-name=   "Mon" / "Tue" / "Wed" / "Thu" /
"Fri" / "Sat" / "Sun"
date=   day month year
year=   4*DIGIT / obs-year
month   =   (FWS month-name FWS) / obs-month
month-name  =   "Jan" / "Feb" / "Mar" / "Apr" /
"May" / "Jun" / "Jul" / "Aug" /
"Sep" / "Oct" / "Nov" / "Dec"
day =   ([FWS] 1*2DIGIT) / obs-day
time=   time-of-day FWS zone
time-of-day =   hour ":" minute [ ":" second ]
hour=   2DIGIT / obs-hour
minute  =   2DIGIT / obs-minute
second  =   2DIGIT / obs-second
zone=   (( "+" / "-" ) 4DIGIT) / obs-zone

which at the very least differs from the example above in that if a
day of the week is specified, it must be followed by a comma.

> Am 2008-10-17 14:08:32, schrieb Trent W. Buck:
> > Yet actually attempting to use this format results in mutt reporting
> > an empty mailbox.
>
> What do you mean, with: '[empty] mailbox'?

Here is an example mbox that mutt recognizes:

From [EMAIL PROTECTED] Fri Jun 23 02:56:55 2000
From: [EMAIL PROTECTED]
Subject: Foo

Body.

And mutt displays this:

q:Quit  d:Del  u:Undel  s:Save  m:Mail  r:Re
   1 N   Jun 22 [EMAIL PROTECTED] (0.1K) Foo



---Mutt: /tmp/tmp.mbox [Msgs:1 New:1 0.1K]--

However when converted to an RFC2822 time, as emitted by GNU date -d
"Fri Jun 23 02:56:55 2000" --rfc-2822:

From [EMAIL PROTECTED] Fri, 23 Jun 2000 02:56:55 +1000
From: [EMAIL PROTECTED]
Subject: Foo

Body.

Mutt displays this:

q:Quit  d:Del  u:Undel  s:Save  m:Mail  r:Re




---Mutt: /tmp/tmp.mbox [Msgs:0 0.1K]---(thre

This is what I call "mutt reporting an empty mailbox".

> I have never had this probloem in the last 9 1/2 years since I begun
> using Debian GNU/Linux.

I'm glad for you, but that doesn't help me.



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



Bug#502929: xpdf crashes xorg

2008-10-20 Thread Hamish Moffatt
On Tue, Oct 21, 2008 at 12:21:29AM +0200, Peter Weil wrote:
> Package: xpdf-reader
> Version: 3.02-1.4
> Severity: important
> 
> If I view a pdf document with xpdf (or kpdf) xorg crashes and uses > 
> 100% CPU time. xorg is then unkillable (as root: kill -9 `pidof xorg` 
> doesn't work!). I have to reboot to get the machine back working!

A particular document, or ANY document?

Which X server/driver are you using?

xpdf 3.02-1.4 on amd64 is working for a lot of people including myself so this
doesn't appear to be a general problem.

Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>



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



Bug#502935: No tooltips on mail view

2008-10-20 Thread Daniel Watkins
Package: evolution
Version: 2.22.3.1-1
Severity: wishlist

If a subject line is too long to fit onto my laptop screen (which is not
uncommon), there is no way to check what the full subject is.  This should be
possible, probably using a tooltip.

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

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

Versions of packages evolution depends on:
ii  dbus   1.2.1-3   simple interprocess messaging syst
ii  evolution-common   2.22.3.1-1architecture independent files for
ii  evolution-data-server  2.22.3-1  evolution database backend server
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gtkhtml3.143.18.3-1  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbluetooth2  3.36-1Library to use the BlueZ Linux Blu
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libcamel1.2-11 2.22.3-1  The Evolution MIME message handlin
ii  libdbus-1-31.2.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libebook1.2-9  2.22.3-1  Client library for evolution addre
ii  libecal1.2-7   2.22.3-1  Client library for evolution calen
ii  libedataserver1.2-92.22.3-1  Utility library for evolution data
ii  libedataserverui1.2-8  2.22.3-1  GUI utility library for evolution 
ii  libegroupwise1.2-132.22.3-1  Client library for accessing group
ii  libexchange-storage1.2 2.22.3-1  Client library for accessing Excha
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-pilot22.0.15-2.4Support libraries for gnome-pilot
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libgtkhtml3.14-19  3.18.3-1  HTML rendering/editing library - r
ii  libhal10.5.11-5  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libldap-2.4-2  2.4.11-1  OpenLDAP libraries
ii  libnm-glib00.6.6-2   network management framework (GLib
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0-5  Network Security Service libraries
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpisock9 0.12.3-5  library for communicating with a P
ii  libpisync1 0.12.3-5  synchronization library for PalmOS
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libsoup2.4-1   2.4.1-2   an HTTP library implementation in 
ii  libusb-0.1-4   2:0.1.12-13   userspace USB programming library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcb-render-util00.2.1+git1-1  utility libraries for X C Binding 
ii  libxcb-render0 1.1-1.1   X C Binding, render extension
ii  libxcb11.1-1.1   X C Binding
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension l

Bug#502784: [gnome-screensaver] does not display user name with correct charset encoding

2008-10-20 Thread Andre Felipe Machado
Hello,
Could reportbug be used, instead?
The problem machine has the following :
[EMAIL PROTECTED]:~$ locale
LANG=pt_BR
LANGUAGE=pt_BR:pt:pt_PT
LC_CTYPE="pt_BR"
LC_NUMERIC="pt_BR"
LC_TIME="pt_BR"
LC_COLLATE="pt_BR"
LC_MONETARY="pt_BR"
LC_MESSAGES="pt_BR"
LC_PAPER="pt_BR"
LC_NAME="pt_BR"
LC_ADDRESS="pt_BR"
LC_TELEPHONE="pt_BR"
LC_MEASUREMENT="pt_BR"
LC_IDENTIFICATION="pt_BR"
LC_ALL=

Is there a safe way to automatically convert this file during upgrading
from Etch to Lenny?
Could iconv or recode be used safely in packaging scripts? What is the
correct approach for the upgrade?
Regards.
Andre Felipe





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



Bug#499876: libswfdec 0.8

2008-10-20 Thread Sam Morris
Hi there! Is there any chance you could make your packages of libswfdec
0.8 available elsewhere? I would like to try out swfdec 0.8. :)

-- 
Sam Morris <[EMAIL PROTECTED]>
Red Redemption




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



Bug#502741: cfingerd: diff for NMU version 1.4.3-2.1

2008-10-20 Thread Chris Lamb
tags 502741 +pending
thanks

Hi,

The attached file is the diff for my cfingerd 1.4.3-2.1 NMU. The associated
changelog entry is:

 cfingerd (1.4.3-2.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Add Depends on update-inetd for DebianNet Perl module used in postinst.
 (Closes: #502741)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-
diff -Nru cfingerd-1.4.3/debian/changelog cfingerd-1.4.3/debian/changelog
--- cfingerd-1.4.3/debian/changelog 2008-10-21 00:11:36.0 +0100
+++ cfingerd-1.4.3/debian/changelog 2008-10-21 00:11:36.0 +0100
@@ -1,3 +1,11 @@
+cfingerd (1.4.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add Depends on update-inetd for DebianNet Perl module used in postinst.
+(Closes: #502741)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Tue, 21 Oct 2008 00:10:05 +0100
+
 cfingerd (1.4.3-2) unstable; urgency=low
 
   * Partially imported NMU
diff -Nru cfingerd-1.4.3/debian/control cfingerd-1.4.3/debian/control
--- cfingerd-1.4.3/debian/control   2008-10-21 00:11:36.0 +0100
+++ cfingerd-1.4.3/debian/control   2008-10-21 00:11:36.0 +0100
@@ -8,7 +8,7 @@
 Architecture: any
 Provides: finger-server
 Conflicts: finger-server
-Depends: ${shlibs:Depends}, netbase (>=2.00)
+Depends: ${shlibs:Depends}, update-inetd, netbase (>=2.00)
 Description: configurable finger daemon
  This is a free replacement for standard finger daemons such as GNU
  fingerd and MIT fingerd.  Cfingerd can enable/disable finger services


signature.asc
Description: PGP signature


Bug#502828: netkit-rwal: diff for NMU (version 0.17-6.1)

2008-10-20 Thread Adam D. Barratt
tags 502828 + patch pending
thanks

Hi,

Attached is the diff for my NMU of netkit-rwall (versioned as 0.17-6.1).
The changelog entry for the upload is:

 netkit-rwall (0.17-6.1) unstable; urgency=low

   * Non-maintainer upload.
   * Add missing dependencies on openbsd-inetd | inet-superserver and
 update-inetd, since netbase no longer provides either (Closes: #502828)

Regards,

Adam
diff -u netkit-rwall-0.17/debian/changelog netkit-rwall-0.17/debian/changelog
--- netkit-rwall-0.17/debian/changelog
+++ netkit-rwall-0.17/debian/changelog
@@ -1,3 +1,11 @@
+netkit-rwall (0.17-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add missing dependencies on openbsd-inetd | inet-superserver and
+update-inetd, since netbase no longer provides either (Closes: #502828)
+
+ -- Adam D. Barratt <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 23:42:08 +0100
+
 netkit-rwall (0.17-6) unstable; urgency=low
 
   * The 'update-inetd' batch release.
diff -u netkit-rwall-0.17/debian/control netkit-rwall-0.17/debian/control
--- netkit-rwall-0.17/debian/control
+++ netkit-rwall-0.17/debian/control
@@ -7,7 +7,7 @@
 
 Package: rwalld
 Architecture: any
-Depends: portmap, netbase, ${shlibs:Depends}
+Depends: portmap, netbase, ${shlibs:Depends}, openbsd-inetd | inet-superserver, update-inetd
 Description: Write messages to users currently logged in server
  rpc.rwalld is a server which will send a message to users currently logged in
  to the system.  This server invokes the wall(1) command to actually write the


Bug#502824: alevt: diff for NMU version 1:1.6.1-10.1

2008-10-20 Thread Chris Lamb
tags 502824 +pending
thanks

Hi,

The attached file is the diff for my alevt 1:1.6.1-10.1 NMU. The associated
changelog entry is:

 alevt (1:1.6.1-10.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Add support in postinst for building video4linux devices in
 /dev/.static as well as /dev. (Closes: #502824)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-
diff -Nru alevt-1.6.1/debian/changelog alevt-1.6.1/debian/changelog
--- alevt-1.6.1/debian/changelog2008-10-21 00:01:20.0 +0100
+++ alevt-1.6.1/debian/changelog2008-10-21 00:01:20.0 +0100
@@ -1,3 +1,11 @@
+alevt (1:1.6.1-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add support in postinst for building video4linux devices in /dev/.static as
+well as /dev. (Closes: #502824)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 23:56:47 +0100
+
 alevt (1:1.6.1-10) unstable; urgency=low
 
   * Update 40_vbi_name.dpatch to make also alevt-cap and alevt-date try
diff -Nru alevt-1.6.1/debian/postinst alevt-1.6.1/debian/postinst
--- alevt-1.6.1/debian/postinst 2008-10-21 00:01:20.0 +0100
+++ alevt-1.6.1/debian/postinst 2008-10-21 00:01:20.0 +0100
@@ -11,8 +11,13 @@
 fi
 
 if [ ! -e /dev/vbi0 -a ! -e /dev/.devfsd ]; then
-  cd /dev
-  echo "creating video4linux devices in /dev..."
+  if [ -d "/dev/.static" ]; then
+DIR=/dev/.static
+  else
+DIR=/dev
+  fi
+  cd ${DIR}
+  echo "creating video4linux devices in ${DIR}..."
./MAKEDEV video4linux
 fi
 


signature.asc
Description: PGP signature


Bug#502933: dh-make: [PATCH] debian/control: (Vcs-*): Add new fields

2008-10-20 Thread jaalto
Package: dh-make
Version: 0.46
Severity: wishlist
Tags: patch


This patch add Vcs-Browser and Vcs-Svn fields.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages dh-make depends on:
ii  debhelper 7.0.15 helper programs for debian/rules
ii  dpkg-dev  1.14.22Debian package development tools
ii  make  3.81-5 The GNU version of the "make" util
ii  perl  5.10.0-15  Larry Wall's Practical Extraction 

dh-make recommends no packages.

Versions of packages dh-make suggests:
ii  build-essential   11.4   Informational list of build-essent

-- no debconf information
>From aeb8c37ee5a5f7291f05e3c1783cf6e57676d126 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[EMAIL PROTECTED]>
Date: Tue, 21 Oct 2008 01:58:04 +0300
Subject: [PATCH] debian/control: (Vcs-*): Add new fields

Signed-off-by: Jari Aalto <[EMAIL PROTECTED]>
---
 debian/control |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f1b312d..9e6e218 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
 Maintainer: Craig Small <[EMAIL PROTECTED]>
 Build-Depends: debhelper  (>= 7)
 Standards-Version: 3.7.3
+Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/
+Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/dh-make
 
 Package: dh-make
 Architecture: all
@@ -14,6 +16,6 @@ Description: tool that converts source archives into Debian 
package source
  This package allows you to take a standard (or upstream) source package
  and convert it into a format that will allow you to build Debian packages.
  .
- After answering a few questions, dh_make will then provide a set of 
- templates that, after some small editing, will allow you to create a 
+ After answering a few questions, dh_make will then provide a set of
+ templates that, after some small editing, will allow you to create a
  Debian package.
-- 
1.6.0.2



Bug#502706: xtell: diff for NMU version 2.10.5+nmu3

2008-10-20 Thread Chris Lamb
tags 502706 +pending
thanks

Hi,

The attached file is the diff for my xtell 2.10.5+nmu3 NMU. The associated
changelog entry is:

 xtell (2.10.5+nmu3) unstable; urgency=medium

   * Non-maintainer upload.
   * Move Depends on 'update-inetd' to Pre-Depends - update-inetd is required
 in the *pre*inst, not postinst. Thanks to Adam D. Barratt
 <[EMAIL PROTECTED]> (Closes: #502706).


Regards,

-- 
Chris Lamb, UK [EMAIL PROTECTED]
  GPG: 0x634F9A20
diff -Nru xtell-2.10.5+nmu2/CHANGES xtell-2.10.5+nmu3/CHANGES
--- xtell-2.10.5+nmu2/CHANGES   2008-10-20 23:18:21.0 +0100
+++ xtell-2.10.5+nmu3/CHANGES   2008-10-20 23:43:26.0 +0100
@@ -1,3 +1,12 @@
+xtell (2.10.5+nmu3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move Depends on 'update-inetd' to Pre-Depends - update-inetd is required
+in the *pre*inst, not postinst. Thanks to Adam D. Barratt <[EMAIL 
PROTECTED]>
+(Closes: #502706).
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 23:40:37 +0100
+
 xtell (2.10.5+nmu2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru xtell-2.10.5+nmu2/debian/changelog xtell-2.10.5+nmu3/debian/changelog
--- xtell-2.10.5+nmu2/debian/changelog  2008-10-20 23:18:21.0 +0100
+++ xtell-2.10.5+nmu3/debian/changelog  2008-10-20 23:43:26.0 +0100
@@ -1,3 +1,12 @@
+xtell (2.10.5+nmu3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move Depends on 'update-inetd' to Pre-Depends - update-inetd is required
+in the *pre*inst, not postinst. Thanks to Adam D. Barratt <[EMAIL 
PROTECTED]>
+(Closes: #502706).
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 23:40:37 +0100
+
 xtell (2.10.5+nmu2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru xtell-2.10.5+nmu2/debian/control xtell-2.10.5+nmu3/debian/control
--- xtell-2.10.5+nmu2/debian/control2008-10-20 23:18:26.0 +0100
+++ xtell-2.10.5+nmu3/debian/control2008-10-20 23:43:37.0 +0100
@@ -7,7 +7,8 @@
 
 Package: xtell
 Architecture: any
-Depends: ${shlibs:Depends}, netbase (>= 4.06), debconf | debconf-2.0, adduser, 
update-inetd
+Pre-Depends: update-inetd
+Depends: ${shlibs:Depends}, netbase (>= 4.06), debconf | debconf-2.0, adduser
 Description: Simple messaging client and server, sort of networked write
  Simple messaging client and server, allowing you to send messages
  from computer running xtell client to computer running xtelld server.


signature.asc
Description: PGP signature


Bug#502929: xpdf crashes xorg: please provide more information

2008-10-20 Thread Steve Cotton
Hi Peter,

This sounds like an xorg bug rather than an xpdf one.  Please give
more information on how to reproduce the bug.  My PC's fairly
similar to yours, and it works fine here.

Does this happen for all pdfs, or just one (I can understand you
not wanting to test much)?  Can you give the URL of a downloadable
pdf that causes this for you, so that we can try to replicate with
the same document?

If you run
  reportbug --template xserver-xorg
it will give lots of information about the way that X is set up on
your PC.  Please attach the output of that command this bug.

Thanks,
Steve
(I'm not adopting this bug, but can do this first triage)



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



Bug#502932: [firestarter] "gtk" not capitalized in short description

2008-10-20 Thread Filipus Klutiero
Package: firestarter
Version: 1.0.3-6
Severity: minor

The short description reads
gtk program for managing and observing your firewall
GTK is written with capital letters.



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



Bug#418462: mailman: Fails to upgrade from Sarge to Etch

2008-10-20 Thread Michael Gilbert
tag 418462 moreinfo help
thank you

should this really be a release-critical issue for lenny?  it's rather
late in the game to fix an upgrade failure for sarge -> etch.
however, if it still exists for etch -> lenny, then it should be
fixed.  otherwise, i believe that this report should be closed.

submitter, can you ascertain whether this is a problem for etch -> lenny?



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



Bug#502930: warsow: openAL fails to initialise

2008-10-20 Thread Sheridan Hutchinson
Package: warsow
Version: 0.42.dfsg1-1
Severity: normal

Hi,

I notice that when setting openAL in Warsow that the in-game console 
reports that it could not be initialised.

I've several other games such as tremulous and openarena installed that 
all use openAL just fine.

Could someone else replicate this?

I notice that the sound mode that Warsow falls back to is 'qf'.


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

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

Versions of packages warsow depends on:
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libcurl3-gnutls7.18.2-5  Multi-protocol file transfer libra
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libvorbisfile3 1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxxf86dga1   2:1.0.2-1 X11 Direct Graphics Access extensi
ii  libxxf86vm11:1.0.2-1 X11 XFree86 video mode extension l
ii  warsow-data0.42-1Game data for Warsow
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

warsow recommends no packages.

warsow suggests no packages.

-- no debconf information



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



Bug#435358: iptables: Addresses interpreted as octal values

2008-10-20 Thread tomfi
I found this:

"All numbers supplied as parts in IPv4 dotted decimal notation may be decimal, 
octal, or hexadecimal, 
as specified in the ISO C standard (that is, a leading 0x or 0X implies 
hexadecimal; otherwise, a 
leading '0' implies octal; otherwise, the number is interpreted as decimal). 
Use of hexamedial and octal
numbers is not RFC-compliant and therefore its use is discouraged and may go 
away."
As a part of man page here: http://linux.die.net/man/8/ifconfig or 
http://www.opengroup.org/onlinepubs/7990989775/xns/inet_addr.html

So, it explain this thing clearly. Lack of this information in debian man pages 
is the bug ;)

Tomfi.






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



Bug#502931: ragel: Assertion `lmActionTable.length() == 0 && other.lmActionTable.length() == 0' failed.

2008-10-20 Thread Josh Triplett
Package: ragel
Version: 6.2-1
Severity: important

[Severity important due to crash.]

When compiling ohcount, git://labs.ohloh.net/git/ohcount.git revision
1761072384ec461acf905dc9ddf6ecac4a768ae7, I encountered the following error:

ragel ruby.rl -o ../ruby_parser.h
ragel: fsmgraph.h:385: TransAp::TransAp(const TransAp&): Assertion 
`lmActionTable.length() == 0 && other.lmActionTable.length() == 0' failed.
ragel: ragel did not exit normally

- Josh Triplett

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

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

Versions of packages ragel depends on:
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3

ragel recommends no packages.

ragel suggests no packages.

-- no debconf information



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



Bug#502876: [xvnc4viewer] Please support unix domain sockets

2008-10-20 Thread Jakob Lell

Hi Ola,

the main reason why I want to use unix domain sockets is that I 
sometimes run a lot of virtual machines with kvm simultaneously. 
Normally I only access the machines via ssh. However, I have to use vnc 
to debug problems with the network configuration. So I just use vnc as a 
convenient way of accessing the display, keyboard and mouse of virtual 
machines on a local system when needed.


As I use scripts for starting the virtual machines, it is a bit 
problematic to allocate a unique display number for every machine 
automatically. Another advantage of unix domain sockets is the simple 
and effective access control which can even prevent (possibly untrusted) 
local users from connecting to it. This isn't possible with tcp ports. 
So it's not even necessary to use a vnc password.


Kvm already supports unix domain sockets for its vnc server. However, 
the only way I've found to use this is redirecting the vnc data stream 
using a program like socat.


Jakob



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



Bug#502105: mutt 1.5.18-4: Bad IDN in "from:" prevents sending mail

2008-10-20 Thread Ennio-Sr
* Christoph Berg <[EMAIL PROTECTED]> [201008, 18:34]:
> Hi,
> 
> if I'm not mistaken, you need to specify a character set in the LC_ALL
> setting (and LANG/LC_something), so LC_ALL=it_IT should really be
> LC_ALL=it_IT.iso-8859-1 or it_IT.utf-8.

I tried any sort of combinations to no avail ...;(

> Of course your terminal needs to match the setting.

Not sure I fully understand what does that mean: any particular *.config
file to look at? 'charset=G0' to be changed to something else?

> A frequent error is to have config files, or more often, alias files,
> with the wrong character set. Make sure there are no legacy latin1
> characters in there if you are switching to utf8. (vim will often fool
> the user in thinking everything is right by converting things on the
> fly, but that will bite back more sooner than later.)
> 
Neither Mutt nor Postfix config files contain non-ascii chars. As to
alias files to the best of my knowledge there is only one
/etc/postfix/aliases with no non-ascii.

> I'd suppose that your from header is affected by such a problem (even
> though there doesn't seem to be a non-ascii char, maybe the error
> message is just wrong).
> 

Unfortunately I have no other clues. AFAICR something similar happened
when I switched from Sarge to Etch and then it was 'cured' by subsequent
updates. Probably the 'bug' is in glibc library (isn't the one
controlling locales?) judging from the great mess coming out when I
change LANG and LC_ALL to something different from 'C' or 'en_US|GB'.
I feel sorry not being able to be of further  help and for the time
being I'll stick to previous mutt version ...

Thanks for your help.
Regards,
Ennio.


PS[OT]: as I greatly miss the possibility to send my mail to debian.org
from console/mutt whom should I try to contact to discover why my posts
are rejected?

-- 
[Perche' usare Win$ozz (dico io) se ..."anche uno sciocco sa farlo.\\?//
 Fa' qualche cosa di cui non sei capace!"   (diceva Henry Miller) ](°|°)
 Ricevo solo messaggi Content-Type: plain/text (no html o multipart).   )=(
 !!! --> e-mail a mio nome via OE (M$) sono false  e infette <-- !!!



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



Bug#502706: xtell: diff for NMU version 2.10.5+nmu2

2008-10-20 Thread Chris Lamb
tags 502706 +pending
thanks

Hi,

The attached file is the diff for my xtell 2.10.5+nmu2 NMU. The associated
changelog entry is:

 xtell (2.10.5+nmu2) unstable; urgency=medium

   * Non-maintainer upload.
   * Add missing Depends on 'update-inetd' to ensure the presence of
 /usr/sbin/update-inetd in postinst script. (Closes: #502706)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-
diff -Nru xtell-2.10.5+nmu1/CHANGES xtell-2.10.5+nmu2/CHANGES
--- xtell-2.10.5+nmu1/CHANGES   2008-04-02 11:32:19.0 +0100
+++ xtell-2.10.5+nmu2/CHANGES   2008-10-20 23:18:21.0 +0100
@@ -1,3 +1,11 @@
+xtell (2.10.5+nmu2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing Depends on 'update-inetd' to ensure the presence of
+/usr/sbin/update-inetd in postinst script. (Closes: #502706)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 23:18:01 +0100
+
 xtell (2.10.5+nmu1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru xtell-2.10.5+nmu1/debian/changelog xtell-2.10.5+nmu2/debian/changelog
--- xtell-2.10.5+nmu1/debian/changelog  2008-04-02 11:32:19.0 +0100
+++ xtell-2.10.5+nmu2/debian/changelog  2008-10-20 23:18:21.0 +0100
@@ -1,3 +1,11 @@
+xtell (2.10.5+nmu2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing Depends on 'update-inetd' to ensure the presence of
+/usr/sbin/update-inetd in postinst script. (Closes: #502706)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 23:18:01 +0100
+
 xtell (2.10.5+nmu1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru xtell-2.10.5+nmu1/debian/control xtell-2.10.5+nmu2/debian/control
--- xtell-2.10.5+nmu1/debian/control2007-02-17 16:43:09.0 +
+++ xtell-2.10.5+nmu2/debian/control2008-10-20 23:18:26.0 +0100
@@ -7,7 +7,7 @@
 
 Package: xtell
 Architecture: any
-Depends: ${shlibs:Depends}, netbase (>= 4.06), debconf | debconf-2.0, adduser
+Depends: ${shlibs:Depends}, netbase (>= 4.06), debconf | debconf-2.0, adduser, 
update-inetd
 Description: Simple messaging client and server, sort of networked write
  Simple messaging client and server, allowing you to send messages
  from computer running xtell client to computer running xtelld server.


signature.asc
Description: PGP signature


Bug#502140: Could this bug be related to the pam upgrade?

2008-10-20 Thread Michael Gilbert
> The one thing I would note is that, in the rare case that there are no
> system-level daemons running on your system that use PAM, the message will
> not be shown.  Michael, before the screensaver locked up on you, did you see
> the debconf warning that Christian quotes above?

I do not recall seeing any warnings or dialogs.  I followed the
instructions (almost) as posted:  I changed my sources.list to lenny
and installed apt, dpkg, and aptitude.  Then I ran "apt-get
dist-upgrade" rather than "aptitude upgrade".  Then I let the download
start and left the computers.  When I came back I was unable to log
in.

> If not, what services do
> you have installed on your system?  (Even at, cron, cups, gdm, or samba
> should trigger display of this message.)  And what debconf settings did you
> use when running the upgrade?

I'm running cups and gdm.  I'm not sure what debconf settings I
used...  I'm guessing I used the defaults?

> If this is the cause of the problem, then we could address that by either:
>
> - having libpam-modules pre-depend on libpam0g (>= 0.99.7.1), forcing the
>   question to be displayed before libpam-modules is unpacked
>
> or
>
> - adding a separate debconf question about screensavers only, shown in the
>   package preinst advising the user to disable their screen lock for the
>   duration of the upgrade.

As a user, I would prefer the first of the two solutions.  As long as
I can log in when I come back to the computer and have that dialog
waiting, I would be content.  Otherwise there are going to be a lot of
people (that don't have the patience to read instructions) that will
get locked out and be ticked off.  This is one of those issues that
the reviews will bitch and moan about.  If this problem can be dealt
with now, before the release, then it should.



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



Bug#502188: An alternate fix

2008-10-20 Thread David Caldwell
Tags: patch

I was also bitten by this bug--scripts that were working on a
different computer wouldn't work on my Debian box. Another way to
solve the problem is to change the default value of the new quit flag.

I've attached a patch that fixes the quit timer patch to keep the
original netcat behavior when the "-q" flag is not specified.

-David
Index: netcat-openbsd-1.89/debian/patches/quit-timer.patch
===
--- netcat-openbsd-1.89.orig/debian/patches/quit-timer.patch	2008-10-20 14:48:40.0 -0700
+++ netcat-openbsd-1.89/debian/patches/quit-timer.patch	2008-10-20 14:48:58.0 -0700
@@ -14,7 +14,7 @@
  int	nflag;	/* Don't do name look up */
  char   *Pflag;	/* Proxy username */
  char   *pflag;	/* Localport flag */
-+int	qflag = -1;/* Quit after some secs */
++int	qflag = 0;/* Quit after some secs */
  int	rflag;	/* Random ports flag */
  char   *sflag;	/* Source Address */
  int	tflag;	/* Telnet Emulation */


Bug#502929: xpdf crashes xorg

2008-10-20 Thread Peter Weil
Package: xpdf-reader
Version: 3.02-1.4
Severity: important

If I view a pdf document with xpdf (or kpdf) xorg crashes and uses > 
100% CPU time. xorg is then unkillable (as root: kill -9 `pidof xorg` 
doesn't work!). I have to reboot to get the machine back working!



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

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

Versions of packages xpdf depends on:
ii  xpdf-common   3.02-1.4   Portable Document Format (PDF) sui
ii  xpdf-reader   3.02-1.4   Portable Document Format (PDF) sui
ii  xpdf-utils3.02-1.4   Portable Document Format (PDF) sui

xpdf recommends no packages.

xpdf suggests no packages.

Versions of packages xpdf-reader depends on:
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-3 Fonts for the Ghostscript interpre
ii  lesstif2  1:0.95.0-2.1   OSF/Motif 2.1 implementation relea
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libfreetype6  2.3.7-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libpaper1 1.1.23+nmu1library for handling paper charact
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
ii  libt1-5   5.1.2-3Type 1 font rasterizer library - r
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxp61:1.0.0.xsf1-2 X Printing Extension (Xprint) clie
ii  libxpm4   1:3.5.7-1  X11 pixmap library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xpdf-common   3.02-1.4   Portable Document Format (PDF) sui

-- no debconf information



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



Bug#502928: mozilla-plugin-gnash: finance.google.com currently unsupported

2008-10-20 Thread Michael S. Gilbert
Package: mozilla-plugin-gnash
Version: 0.8.3-6
Severity: important

fyi, it appears that certain aspects of finance.google.com are currently 
unsupported by gnash.  for example, at [1], gnash does not draw the
stock graph.

thanks for the hard work.

[1] http://finance.google.com/finance?q=INDEXDJX:.DJI

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

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

Versions of packages mozilla-plugin-gnash depends on:
ii  gnash 0.8.3-6free Flash movie player
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxi62:1.1.3-1  X11 Input extension library

mozilla-plugin-gnash recommends no packages.

mozilla-plugin-gnash suggests no packages.

-- no debconf information



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



Bug#502925: [Pkg-xfce-devel] Bug#502925: xfce4-terminal: new fonts are not available until all terminals closed

2008-10-20 Thread Yves-Alexis Perez
severity 502925 wishlist
thanks
On lun, 2008-10-20 at 18:09 -0400, Michael S. Gilbert wrote:
> 
> i suggest that the font list should instead be when the user opens the
> preferences dialog rather than at application start up.

Not sure if we can do something for that. Did you look in gnome-terminal
or another vte-based terminal? I'm not sure it's in xfce4-terminal, but
maybe in vte or even gtk.

Cheers,
-- 
Yves-Alexis


signature.asc
Description: This is a digitally signed message part


Bug#502859: swfdec-mozilla: Does not register itself as an alternative

2008-10-20 Thread Santiago Garcia Mantinan
reassign 502859 flashplugin-nonfree
stop

> I installed swfdec-mozilla, but swfdec did not work with my browser.
> 
> $ ll /etc/alternatives/flash-mozilla.so 
> lrwxrwxrwx 1 root root 60 2008-10-03 14:07 /etc/alternatives/flash-mozilla.so 
> -> /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so
> 
> But:
> 
> $ sudo update-alternatives --config flash-mozilla.so
> 
> There is only 1 program which provides flash-mozilla.so
> (/usr/lib/swfdec-mozilla/libswfdecmozilla.so). Nothing to configure.
> 
> I previously had flashplugin-nonfree installed, so this is probably a
> bug between how its maintainer scripts and swfdec-mozilla's interact.

I'd say it's a bug on how flashplugin-nonfree interacts with alternatives, I
believe that it is not calling update-alternatives the right way. When we
added alternatives to swfdec and gnash we tested it installing and removal
without any problem, so I'd say it is not swfdec's fault.

For what I see, it has two ways of calling update-alternatives and choosing
one or the other depends on this:

if [ -e /usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so ] &&
[ -e /usr/bin/nspluginwrapper ] 

I think that it may be calling update-alternatives for removal the wrong
way and thus I'm assigning the bug to flashplugin-nonfree.

Regards...
-- 
Manty/BestiaTester -> http://manty.net



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



Bug#502927: Description of config option "NFSOPTS" missing in "initramfs.conf" and "initramfs.conf.5"

2008-10-20 Thread Ralph Janke
Package: initramfs-tools
Version: 0.92bubuntu15
Severity: wishlist


This is a forwarded report from
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/6707

in "/scripts/nfs" "NFSOPTS" is used to set the nfs mount options:
if [ "x${NFSOPTS}" = "x" ]; then
 NFSOPTS="-o retrans=10"
 fi
neither "initramfs.conf" nor the manpage "initramfs.conf.5" mention it.
this is particularly of interest to people who do not have NFS server
over TCP support because klibc's "nfsmount" defaults to "NFS_MOUNT_TCP".
martin
-- package information:
 initramfs-tools-0.40ubuntu13

This is still existent in Version 0.92bubuntu15



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



Bug#502830: poppassd: diff for NMU version 1.8.5-3.2

2008-10-20 Thread Chris Lamb
tags 502830 +pending
thanks

Hi,

The attached file is the diff for my poppassd 1.8.5-3.2 NMU. The associated
changelog entry is:

 poppassd (1.8.5-3.2) unstable; urgency=medium

   * Non-maintainer upload.
   * Add missing Depends on 'update-inetd' to ensure the presence of
 /usr/sbin/update-inetd in postinst script. (Closes: #502830)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-
diff -Nru poppassd-1.8.5/debian/changelog poppassd-1.8.5/debian/changelog
--- poppassd-1.8.5/debian/changelog 2008-10-20 23:14:26.0 +0100
+++ poppassd-1.8.5/debian/changelog 2008-10-20 23:14:26.0 +0100
@@ -1,3 +1,11 @@
+poppassd (1.8.5-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing Depends on 'update-inetd' to ensure the presence of
+/usr/sbin/update-inetd in postinst script. (Closes: #502830)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 23:12:35 +0100
+
 poppassd (1.8.5-3.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nru poppassd-1.8.5/debian/control poppassd-1.8.5/debian/control
--- poppassd-1.8.5/debian/control   2008-10-20 23:14:26.0 +0100
+++ poppassd-1.8.5/debian/control   2008-10-20 23:14:26.0 +0100
@@ -7,7 +7,7 @@
 
 Package: poppassd
 Architecture: any
-Depends: netbase, libpam-runtime (>= 0.76-14), ${shlibs:Depends}
+Depends: netbase, libpam-runtime (>= 0.76-14), update-inetd, ${shlibs:Depends}
 Description: password change server for Eudora and NUPOP
  This package provides a daemon for changing passwords on POP mail accounts,
  a feature common to Eudora and other MacOS/Win32 mail user agents.  This


signature.asc
Description: PGP signature


Bug#502926: Warning: `make-variable-buffer-local' should be called at toplevel

2008-10-20 Thread Josh Triplett
Package: ruby-elisp
Version: 4.2
Severity: normal

Setting up ruby1.8-elisp (1.8.7.72-1) ...
install/ruby1.8-elisp: Handling install for emacsen flavor emacs22
Loading 00debian-vars...
Loading /etc/emacs22/site-start.d/50auctex.el (source)...
Loading /usr/share/emacs/22.2/site-lisp/auctex.el (source)...
Loading /usr/share/emacs/22.2/site-lisp/preview-latex.el (source)...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50css-mode.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading /etc/emacs/site-start.d/50dpkg-dev-el.el (source)...
Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...
Loading /etc/emacs/site-start.d/50haskell-mode.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
Loading /etc/emacs/site-start.d/50rnc-mode.el (source)...
Loading /etc/emacs/site-start.d/50ruby1.8-elisp.el (source)...
Loading /etc/emacs/site-start.d/50yaml-mode.el (source)...
Loading /etc/emacs/site-start.d/51debian-el.el (source)...
Loading /etc/emacs22/site-start.d/60nxml-mode.el (source)...
Loading /usr/share/emacs22/site-lisp/nxml-mode/rng-auto.el (source)...
Wrote /usr/share/emacs22/site-lisp/ruby1.8-elisp/inf-ruby.elc
Wrote /usr/share/emacs22/site-lisp/ruby1.8-elisp/ruby-electric.elc

In ruby-mode-variables:
ruby-mode.el:217:9:Warning: `make-variable-buffer-local' should be called at
toplevel
ruby-mode.el:219:9:Warning: `make-variable-buffer-local' should be called at
toplevel
ruby-mode.el:221:9:Warning: `make-variable-buffer-local' should be called at
toplevel
ruby-mode.el:223:9:Warning: `make-variable-buffer-local' should be called at
toplevel
Wrote /usr/share/emacs22/site-lisp/ruby1.8-elisp/ruby-mode.elc
Wrote /usr/share/emacs22/site-lisp/ruby1.8-elisp/ruby-style.elc
Wrote /usr/share/emacs22/site-lisp/ruby1.8-elisp/rubydb2x.elc
Wrote /usr/share/emacs22/site-lisp/ruby1.8-elisp/rubydb3x.elc

- Josh Triplett

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

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

Versions of packages ruby-elisp depends on:
ii  ruby1.8-elisp 1.8.7.72-1 ruby-mode for Emacsen

ruby-elisp recommends no packages.

ruby-elisp suggests no packages.

-- no debconf information



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



Bug#502924: libspeex-dev: speex_preprocess.h and possibly more missing

2008-10-20 Thread schorpp
Package: libspeex-dev
Version: 1.2~rc1-1
Severity: important

[EMAIL PROTECTED]:~$ find /usr/local/src/speex*/include -name
speex_preprocess.h
/usr/local/src/speex-1.2rc1/include/speex/speex_preprocess.h
[EMAIL PROTECTED]:~$ 

[EMAIL PROTECTED]:~$ dpkg -L libspeex-dev |grep speex_preprocess.h
[EMAIL PROTECTED]:~$ 

?

y
tom


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

Kernel: Linux 2.6.26-1-686 (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/dash

Versions of packages libspeex-dev depends on:
ii  libspeex1 1.2~rc1-1  The Speex codec runtime library

libspeex-dev recommends no packages.

Versions of packages libspeex-dev suggests:
ii  pkg-config0.22-1 manage compile and link flags for 

-- debconf-show failed



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



Bug#488716: [Pkg-freevo-maint] Bug#488716: Headlines non-functional in freevo 1.8.1-0

2008-10-20 Thread A Mennucc
hi,

I tried adding your HEADLINES to my conf, and it works; unfortunately
I am now using 1.8.2 , so I cannot be sure; but may you please try
this bug again and see if it works for you now?

a.



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



Bug#502925: xfce4-terminal: new fonts are not available until all terminals closed

2008-10-20 Thread Michael S. Gilbert
Package: xfce4-terminal
Version: 0.2.8-5
Severity: normal

if new fonts are installed, xfce4-terminal will not recognize them until
all of its processes are stopped.  this can be problematic because
user's will expect the new options to be available immediately. also, if 
the user is running a long process in one of their xfce4-terminals, they
will have to wait until that is complete before they can make a change
(some of the things that i run take days...).

i suggest that the font list should instead be when the user opens the
preferences dialog rather than at application start up.

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

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

Versions of packages xfce4-terminal depends on:
ii  exo-utils0.3.4-7 Utility files for libexo
ii  libatk1.0-0  1.22.0-1The ATK accessibility toolkit
ii  libc62.7-14  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.1-3 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.76-1  simple interprocess messaging syst
ii  libexo-0.3-0 0.3.4-7 Library with extensions for Xfce
ii  libglib2.0-0 2.16.6-1The GLib library of C routines
ii  libgtk2.0-0  2.12.11-3   The GTK+ graphical user interface 
ii  libstartup-notification0 0.9-1   library for program launch feedbac
ii  libvte9  1:0.16.14-3 Terminal emulator widget for GTK+ 
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxfce4util44.4.2-3 Utility functions library for Xfce

Versions of packages xfce4-terminal recommends:
ii  dbus  1.2.1-3simple interprocess messaging syst

xfce4-terminal suggests no packages.

-- no debconf information



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



Bug#501847: kexec-tools: Please document the changed reboot behaviour.

2008-10-20 Thread Phil Endecott

Hi Khalid,

My request was that the behaviour be documented somewhere.

For example, "man kexec" tells me to kexec -l and then kexec -e.  But 
actually I should, depending on a debconf setting, do something like 
kexec -l; reboot.  The kexec man page might not be the right place to 
say that, but it's the only documentation you ship.


Khalid Aziz wrote:

Please see 
that led to this change in behavior. kexec-tools 20080227 added a
debconf option to ask the user if they want kexec to handle reboots or
not.


Not documented either, as far as I can see.


Current version in leeny has this debconf option. This should
address your concern. If kexec reboots are enabled, a kexec reboot will
load the kernel /vmlinuz. Unless a user has built custom kernels,


A significant group of users for fast reboot are those who are in the 
edit-run-debug cycle with custom kernels.



the
last kernel installed by a debian package would update /vmlinuz link to
point to the kernel installed by it which is typically the latest kernel
and which is what most typical users want to boot. This default can be
changed in /etc/default/kexec.


It would be great to get a menu.  In practice, I find that the time 
saved by kexec does not make up for the convenience of the grub menu.  
I'll see if I can come up with something.



Phil.






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



Bug#502923: developers-reference: Add new Upstream-* fields for Bts, Upstream-Vcs-Browser, Upstream-Vcs-{Git, Hg, Svn) ...

2008-10-20 Thread jaalto
Package: developers-reference
Version: 3.4.0
Severity: wishlist


Surrent developers-reference documents:

6.2.5.1. Vcs-Browser
6.2.5.2. Vcs-*

Please also add fields that can be used to refer to upstream:

Upstream-Bts-UrlThe bug tracking system address (Trac, Bugzilla 
...)
Upstream-Vcs-BrowserLike in developers-reference but related to 
upstream
Upstream-Vcs-*  --''--

It would also be helpful to add:

Upstream-Contact:   Foo Bar  | 
http://web-page-contact-form-address

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.8.0.1Debian Policy Manual and related d

Versions of packages developers-reference suggests:
ii  doc-base  0.8.16 utilities to manage online documen

-- no debconf information



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



Bug#502833: slidentd: diff for NMU version 1.0.0-6.1

2008-10-20 Thread Chris Lamb
tags 502833 +pending
thanks

Hi,

The attached file is the diff for my slidentd 1.0.0-6.1 NMU. The associated
changelog entry is:

 slidentd (1.0.0-6.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Add missing Depends on 'update-inetd' to ensure the presence of
 /usr/sbin/update-inetd in postinst script. (Closes: #502833)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-
diff -Nru slidentd-1.0.0/debian/changelog slidentd-1.0.0/debian/changelog
--- slidentd-1.0.0/debian/changelog 2008-10-20 22:41:50.0 +0100
+++ slidentd-1.0.0/debian/changelog 2008-10-20 22:41:50.0 +0100
@@ -1,3 +1,11 @@
+slidentd (1.0.0-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing Depends on 'update-inetd' to ensure the presence of
+/usr/sbin/update-inetd in postinst script. (Closes: #502833)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 22:40:10 +0100
+
 slidentd (1.0.0-6) unstable; urgency=low
 
   * New maintainer (Closes: #407654)
diff -Nru slidentd-1.0.0/debian/control slidentd-1.0.0/debian/control
--- slidentd-1.0.0/debian/control   2008-10-20 22:41:50.0 +0100
+++ slidentd-1.0.0/debian/control   2008-10-20 22:41:50.0 +0100
@@ -8,7 +8,7 @@
 Package: slidentd
 Section: net
 Architecture: any
-Depends: ${misc:Depends}, adduser, netbase
+Depends: ${misc:Depends}, adduser, netbase, update-inetd
 Suggests: runit
 Conflicts: ident-server
 Provides: ident-server


signature.asc
Description: PGP signature


Bug#502922: tkcvs: tkdiff missing

2008-10-20 Thread Arthur de Jong
Subject: tkcvs: tkdiff missing
Package: tkcvs
Version: 8.1-4
Severity: normal

The /usr/bin/tkdiff binary has gone missing between 8.1-3 and 8.1-4. It
seems that the following lines were removed from debian/rules between
those releases:

   sed -e '1,5s/^exec wish/exec wish8.5/' \
   tkdiff/tkdiff >debian/tkcvs/usr/bin/tkdiff

I think they should be replaced by

   cp tkdiff/tkdiff debian/tkcvs/usr/bin/tkdiff

(to follow what changed for tkcvs)

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

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

Versions of packages tkcvs depends on:
ii  cvs 1:1.12.13-12 Concurrent Versions System
ii  subversion  1.5.1dfsg1-1 Advanced version control system
ii  tk8.4 [wish]8.4.19-2 Tk toolkit for Tcl and X11, v8.4 -
ii  tk8.5 [wish]8.5.3-3  Tk toolkit for Tcl and X11, v8.5 -
ii  ttf-dejavu  2.25-3   Metapackage to pull in ttf-dejavu-

Versions of packages tkcvs recommends:
pn  dirdiff(no description available)
ii  eterm [x-terminal-emulator]   0.9.5-2Enlightened Terminal Emulator
ii  gnome-terminal [x-terminal-em 2.22.3-3   The GNOME 2 terminal emulator appl
ii  xterm [x-terminal-emulator]   237-1  X terminal emulator

-- 
-- arthur - [EMAIL PROTECTED] - http://people.debian.org/~adejong --


signature.asc
Description: This is a digitally signed message part


Bug#502912: closed by Frans Pop <[EMAIL PROTECTED]> (reply to [EMAIL PROTECTED]) (Re: Bug#502912: debian-installer: mounting fat32 system broken, needs "modprobe vfat" first)

2008-10-20 Thread Mate Soos
Hi,

I actually used a daily lenny snapshot for installation. I saw the
microcode-related dialog, but honestly, I didn't quite understand what
it was trying to say. Plugging in the USB key with the firmware on it
and clicking "continue" didn't seem to help, the installer (seemed to)
hang (I think it tried to mount the non-existent floppy (looking at 'ps
xa') and that takes a lot to time-out). The dialog was all too new to
me, and I had no clue what it was saying (it wasn't the english, neither
my stupidity in Linux -- the text is definitely badly written). So, I
re-booted, and when faced the message, I tried the good-old-console. And
that is why I wrote the bug report. The bug I think is still somewhat
relevant, though next time, I will try to do something useful with that
dialog.

Until then, maybe a re-wording of that dialog would help: the dialog did
not indicate it will search through all pulugged-in mediums, though
according to what you said, that is what I suspect it would have done
had I given it time. Maybe a one-liner to indicate this would be nice to
have.

Bests,

Mate

Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the debian-installer package:
> 
> #502912: debian-installer: mounting fat32 system broken, needs "modprobe 
> vfat" first
> 
> It has been closed by Frans Pop <[EMAIL PROTECTED]> (reply to [EMAIL 
> PROTECTED]).
> 
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Frans Pop <[EMAIL 
> PROTECTED]> (reply to [EMAIL PROTECTED]) by
> replying to this email.
> 
> 
> 
> 
> 
> 
> Subject:
> Re: Bug#502912: debian-installer: mounting fat32 system broken, needs
> "modprobe vfat" first
> From:
> Frans Pop <[EMAIL PROTECTED]>
> Date:
> Mon, 20 Oct 2008 23:03:17 +0200
> To:
> Mate Soos <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> 
> To:
> Mate Soos <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> 
> 
> On Monday 20 October 2008, Mate Soos wrote:
>> I needed to have ipw2100 firmware, so I switched to console, and typed
>> "mkdir /mnt/disk" then "mount /dev/sda1 /mnt/disk"
> 
> Current versions of D-I (daily built images and RC1 when it is released) 
> support loading firmware in a more structured way. See the installation 
> guide [1] for details.
> 
> [1] http://d-i.alioth.debian.org/manual/en.i386/ch02s02.html
> http://d-i.alioth.debian.org/manual/en.i386/ch06s04.html
> 
> 
> 
> 
> 
> Subject:
> debian-installer: mounting fat32 system broken, needs "modprobe vfat" first
> From:
> Mate Soos <[EMAIL PROTECTED]>
> Date:
> Mon, 20 Oct 2008 22:02:22 +0200
> To:
> Debian Bug Tracking System <[EMAIL PROTECTED]>
> 
> To:
> Debian Bug Tracking System <[EMAIL PROTECTED]>
> 
> 
> Package: debian-installer
> Severity: normal
> 
> I needed to have ipw2100 firmware, so I switched to console, and typed
> "mkdir /mnt/disk" then "mount /dev/sda1 /mnt/disk" but it gave a really
> impossible-to-understand error, nothing to do with vfat. I realised
> that all it needed was "modprobe vfat". I have USB keys formatted to
> fat32 due to windows-compatibility.
> 
> As a side-note, the directory /lib/firmware does *not* exist, and there
> is no textual indication where the firmware should be placed. I just
> guessed it had to be at /lib/firmware. The "/lib/firmware" should exist,
> and the interface should make it clear that if the firmware is manually 
> installed,
> it should be placed there.
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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#502822: netkit-rusers: diff for NMU version 0.17-7.1

2008-10-20 Thread Chris Lamb
tags 502822 +pending
thanks

Hi,

The attached file is the diff for my netkit-rusers 0.17-7.1 NMU. The
associated changelog entry is:

 netkit-rusers (0.17-7.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Add missing Depends on 'update-inetd' to ensure the presence of
 /usr/sbin/update-inetd in postinst script. (Closes: #502822)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-
diff -Nru netkit-rusers-0.17/debian/changelog 
netkit-rusers-0.17/debian/changelog
--- netkit-rusers-0.17/debian/changelog 2008-10-20 22:45:47.0 +0100
+++ netkit-rusers-0.17/debian/changelog 2008-10-20 22:45:47.0 +0100
@@ -1,3 +1,11 @@
+netkit-rusers (0.17-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing Depends on 'update-inetd' to ensure the presence of
+/usr/sbin/update-inetd in postinst script. (Closes: #502822)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 22:44:30 +0100
+
 netkit-rusers (0.17-7) unstable; urgency=low
 
   * The 'update-inetd' batch release.
diff -Nru netkit-rusers-0.17/debian/control netkit-rusers-0.17/debian/control
--- netkit-rusers-0.17/debian/control   2008-10-20 22:45:47.0 +0100
+++ netkit-rusers-0.17/debian/control   2008-10-20 22:45:47.0 +0100
@@ -7,7 +7,7 @@
 
 Package: rusersd
 Architecture: any
-Depends: portmap, netbase, ${shlibs:Depends}
+Depends: portmap, netbase, update-inetd, ${shlibs:Depends}
 Description: Logged in users server
  This is a server which returns information about users currently logged in to
  the system.


signature.asc
Description: PGP signature


Bug#502816: cannot suspend

2008-10-20 Thread Hristo Hristov
Please ignore my comment about the not working led. It seem to be OK,
my mistake I guess(I probably didn't see it in daylight). I also tried
to revert:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.26.y.git;a=commit;h=9db33a508500ad82e907a51570bc1e6a5b94163d
with no success. I'll try to revert other patches and will report back.

BR,
Hristo



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



Bug#500852: [Pkg-puppet-devel] Bug#500852: Tidy must specify size, age, or both

2008-10-20 Thread Jayen Ashar
It's not a "bug", so much as "wishlist".  If neither size nor age is 
specified, tidy should work off of all files, same as "size >= 0".  I'm 
not sure I understand the purpose of forcing users to specify something 
when they've already specified the file's name.


Thanks,
Jayen

Micah Anderson wrote:

* Jayen Ashar <[EMAIL PROTECTED]> [2008-10-01 17:59-0400]:

Package: puppet
Version: 0.24.4-8~bpo40+1
Severity: wishlist

this entry in my manifest:
  tidy {
"/c/z3208682/test_tidy":
matches => "README.desktop",
recurse => true,
require => [ File["/etc/kde-profile"], File["/etc/kderc"]];
  }

gives this error:
Thu Oct 02 10:31:49 +1000 2008 Puppet (err): Could not create 
/c/z3208682/test_tidy/z3208682/Desktop/README.desktop: Tidy must specify size, 
age, or both
Thu Oct 02 10:31:49 +1000 2008 
//Node[default]/staff/staff_readme/Tidy[/c/z3208682/test_tidy/z3208682/Desktop] 
(notice): Cannot manage: Tidy must specify size, age, or both

adding "size => 0" works, but it seems annoying to have to do.


So what is the bug here? It doesn't seem like its a bug that you have to
specify a size, as how else does tidy know what to work off of? There is
no default action for tidy on purpose.

I can see a valid bug about the documentation not specifying that you
need to specify one of these.

micah


--
Jayen Ashar 
Technical Officer   
Computing Center
School of Mathematics and Statistics
M029, Red Center
The University of New South Wales SYDNEY NSW 2052
Ph: + 61 (2) 93857016
Fax: + 61 (2) 93857192
CRICOS provider code: 00098G



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



Bug#502105: mutt 1.5.18-4: Bad IDN in "from:" prevents sending mail

2008-10-20 Thread Christoph Berg
Re: Ennio Sr 2008-10-20 <[EMAIL PROTECTED]>
> PS[OT]: as I greatly miss the possibility to send my mail to debian.org
> from console/mutt whom should I try to contact to discover why my posts
> are rejected?

Check the mail log of the mail relay you are using (or try a different
mail relay). Usually the envelope from (aka return path) is a invalid
address, debian.org hosts verify the sender address using smtp
callouts.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#502827: ident2: diff for NMU version 1.05-1.2

2008-10-20 Thread Chris Lamb
tags 502827 +pending
thanks

Hi,

The attached file is the diff for my ident2 1.05-1.2 NMU. The associated
changelog entry is:

 ident2 (1.05-1.2) unstable; urgency=medium

   * Non-maintainer upload.
   * Add missing Depends on 'update-inetd' to ensure the presence of
 /usr/sbin/update-inetd in postinst script. (Closes: #502827)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-
diff -Nru ident2-1.05/debian/changelog ident2-1.05/debian/changelog
--- ident2-1.05/debian/changelog2008-10-20 22:33:46.0 +0100
+++ ident2-1.05/debian/changelog2008-10-20 22:33:46.0 +0100
@@ -1,3 +1,11 @@
+ident2 (1.05-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing Depends on 'update-inetd' to ensure the presence of
+/usr/sbin/update-inetd in postinst script. (Closes: #502827)
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Mon, 20 Oct 2008 22:31:21 +0100
+
 ident2 (1.05-1.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nru ident2-1.05/debian/control ident2-1.05/debian/control
--- ident2-1.05/debian/control  2008-10-20 22:33:46.0 +0100
+++ ident2-1.05/debian/control  2008-10-20 22:33:46.0 +0100
@@ -7,7 +7,7 @@
 
 Package: ident2
 Architecture: any
-Depends: netbase, adduser, ${shlibs:Depends}
+Depends: netbase, adduser, update-inetd, ${shlibs:Depends}
 Provides: ident-server
 Conflicts: ident-server
 Description: An advanced ident daemon


signature.asc
Description: PGP signature


Bug#502921: quarry: Spelling error in Russian l10n

2008-10-20 Thread Al Nikolov
Package: quarry
Version: 0.2.0.dfsg.1-2
Severity: minor
Tags: l10n

As for #479960...

I see the 01_typo.diff, it applies, i get the same quarry.mo as you.

But those 3 strings in menu and buttons are still the same.

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

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

Versions of packages quarry depends on:
ii  gnugo 3.7.12-1   play the game of Go
ii  grhino0.16.0-2   Othello/Reversi boardgame
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.5-2   Layout and rendering of internatio
ii  librsvg2-22.22.2-2   SAX-based renderer library for SVG

quarry recommends no packages.

quarry suggests no packages.

-- no debconf information



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



Bug#502105: mutt 1.5.18-4: Bad IDN in "from:" prevents sending mail

2008-10-20 Thread Ennio Sr
On Mon, Oct 20, 2008 at 6:34 PM, Christoph Berg <[EMAIL PROTECTED]> wrote:

* Christoph Berg <[EMAIL PROTECTED]> [201008, 18:34]:
> Hi,
>
> if I'm not mistaken, you need to specify a character set in the LC_ALL
> setting (and LANG/LC_something), so LC_ALL=it_IT should really be
> LC_ALL=it_IT.iso-8859-1 or it_IT.utf-8.

I tried any sort of combinations to no avail ...;(

> Of course your terminal needs to match the setting.

Not sure I fully understand what does that mean: any particular *.config
file to look at? 'charset=G0' to be changed to something else?

> A frequent error is to have config files, or more often, alias files,
> with the wrong character set. Make sure there are no legacy latin1
> characters in there if you are switching to utf8. (vim will often fool
> the user in thinking everything is right by converting things on the
> fly, but that will bite back more sooner than later.)
>
Neither Mutt nor Postfix config files contain non-ascii chars. As to
alias files to the best of my knowledge there is only one
/etc/postfix/aliases with no non-ascii.

> I'd suppose that your from header is affected by such a problem (even
> though there doesn't seem to be a non-ascii char, maybe the error
> message is just wrong).
>

Unfortunately I have no other clues. AFAICR something similar happened
when I switched from Sarge to Etch and then it was 'cured' by subsequent
updates. Probably the 'bug' is in glibc library (isn't the one
controlling locales?) judging from the great mess coming out when I
change LANG and LC_ALL to something different from 'C' or 'en_US|GB'.
I feel sorry not being able to be of further  help and for the time
being I'll stick to previous mutt version ...

Thanks for your help.
Regards,
Ennio.


PS[OT]: as I greatly miss the possibility to send my mail to debian.org
from console/mutt whom should I try to contact to discover why my posts
are rejected?

-- 


-- 
[Perche' usare Win$ozz (dico io) se ..."anche uno sciocco sa farlo.   \\?//
 Fa' qualche cosa di cui non sei capace!"  (diceva Henry Miller) ](°|°)
[Why use Win$ozz (I say) if ... "even a fool can do that.  )=(
 Do something you aren't good at!" (as Henry Miller used to say) ]



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



Bug#254243: (no subject)

2008-10-20 Thread Olaf van der Spek

Luar Roji wrote:

I think it's important enough to have it fixed in lenny, but don't know what
other people think about.


I think it should've been fixed before Etch. ;)



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



Bug#501169: In lenny, time not updated

2008-10-20 Thread Carlos R. Pasqualini
We have various servers running Debian, one of them is running Lenny,
only on that server, the time did not change to summertime.

half of the country has changed to GMT-2 last sunday, the other half
keep on GMT-3
dpkg-query -l tzdata

in Etch: 2008e-1etch3 works fine
in Lenny: 2008g-1 has GMT-3


-- 
Carlos R. Pasqualini <[EMAIL PROTECTED]>
Adm. de Redes - Facultad de Ciencias de la Alimentación - UNER




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



Bug#254243: (no subject)

2008-10-20 Thread Luar Roji
I think it's important enough to have it fixed in lenny, but don't know what
other people think about.

On Mon, Oct 20, 2008 at 09:50:59PM +0200, Olaf van der Spek wrote:
> Luar Roji wrote:
>> I think we have to fix it soon, some way or another.. 
>
> Before or after Lenny?
>



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



Bug#501443: [Pkg-utopia-maintainers] Bug#501443: CVE-2008-0595: possible DoS in dbus

2008-10-20 Thread Michael Biebl

Quoting Michael Gilbert <[EMAIL PROTECTED]>:


retitle 501443 dbus: CVE-2008-3834, possible DoS
thank you

hello, now that ubuntu has released fixes for this issue [1], can we
hope to see the same action from debian soon?



Hi Michael,

thanks for the detailed bug report and apologies for the late reply.  
I'll prepare a new release in the next few days and will also try to  
get this fix into lenny.


Cheers,
Michael


This mail was sent through TecO-Webmail: http://www.teco.edu




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



Bug#502729: procps: does not process /etc/sysctl.conf correctly on Debian GNU/kFreeBSD

2008-10-20 Thread Craig Small
On Mon, Oct 20, 2008 at 07:35:45PM +0200, Ludovic Brenta wrote:
> By your reasoning, /etc/init.d/procps should not call sysctl on any
> architecture or kernel, then.  I think that's fair enough; we should
> arrange for whatever package provides sysctl to call it in an init
> script.
sysctl comes from procps, except for FreeBSD. So where it does come from
procps then it should provide the init script, where it doesn't, it
shouldn't.

> Also, the FreeBSD documentation describes /etc/sysctl.conf quite
> extensively and a search for FreeBSD kernel configuration variables
> inevitably points at /etc/sysctl.conf.  I suggest that package
> maintainers coordinate a strategy to ensure /etc/sysctl.conf works out
> of the box on all systems.
I completely agree with you. The first step would of been the other
maintainers actually making me aware there was another sysctl. We could
of avoided this whole problem that way.

 - Craig
-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



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



Bug#492177: File truncated in this bug report

2008-10-20 Thread Martin Bagge

On Mon, 20 Oct 2008, Christian Perrier wrote:


Martin, you know what to do..:-)


retrying for Swedish (sv)

--
/brother
http://frakalendern.se
The last person to attempt to steal Bruce Schneier's identity lost his memory 
and has never recovered.# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
#
#
msgid ""
msgstr ""
"Project-Id-Version: gcl 2.6.7-12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-01-21 08:47+0100\n"
"PO-Revision-Date: 2008-07-24 11:55+0100\n"
"Last-Translator: Martin Bagge <[EMAIL PROTECTED]>\n"
"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../in.gcl.templates:1001
msgid "Use the work-in-progress ANSI build by default?"
msgstr "Använd work-in-progress ANSI-bygget som standard?"

#. Type: boolean
#. Description
#: ../in.gcl.templates:1001
msgid "GCL is in the process of providing an ANSI compliant image in addition 
to its traditional CLtL1 image still in production use.  Please see the 
README.Debian file for a brief description of these terms.  Setting this 
variable will determine which image you will use by default on executing 
'[EMAIL PROTECTED]@'.  You can locally override this choice by setting the 
GCL_ANSI environment variable to any non-empty string for the ANSI build, and 
to the empty string for the CLtL1 build, e.g. GCL_ANSI=t [EMAIL PROTECTED]@.  
The flavor of the build in force will be reported in the initial startup 
banner."
msgstr "GCL är i processen att ge en ANSI-godkänt avbild i tillägg till sin 
traditionella CLtL1-avbild som fortfarande är i produktion. Vänligen se filen 
README.Debian för en kortfattad beskrivning av dessa termer. Ställa in denna 
variabel kommer att fastställa vilken avbild du vill använda som förvalda vid 
uppstart av \"[EMAIL PROTECTED]@\". Du kan lokalt åsidosätta detta val genom 
att sätta miljövariabeln GCL_ANSI till någon icke-blank sträng för ANSI-byggen 
och till en blank sträng för CLtL1-bygget, exempelvis GCL_ANSI=t [EMAIL 
PROTECTED]@.  Valet av använt bygge kommer att rapporteras i den initiala 
uppstarten."

#. Type: boolean
#. Description
#: ../in.gcl.templates:2001
msgid "Use the profiling build by default?"
msgstr "Använd profilbygget som standard?"

#. Type: boolean
#. Description
#: ../in.gcl.templates:2001
msgid "GCL now has optional support for profiling via gprof.  Please see the 
documentation for si::gprof-start and si::gprof-quit for details. As this build 
is slower than builds without gprof support, it is not recommended for final 
production use. You can locally override the default choice made here by 
setting the GCL_PROF environment variable to any non-empty string for profiling 
support, and to the empty string for the more optimized builds, e.g. GCL_PROF=t 
[EMAIL PROTECTED]@.  If profiling is enabled, this will be reported in the 
initial startup banner."
msgstr "GCL har nu stöd för valfria profiler via gprof.  Vänligen se 
dokumentationen för si::gprof-start och si::gprof-quit för detaljer. Detta 
bygge är långsammare än byggen utan gprof-stöd så det är inte rekommenderat för 
användning i produktion. Du kan lokalt åsidosätta detta val genom att sätta 
miljövariabeln GCL_PROF till en icke-blank sträng för profilstöd och till en 
blank sträng för mer optimerade byggen, exempelvis GCL_PROF=t [EMAIL 
PROTECTED]@.  Om profilstöd är aktiverat kommer detta att rapporteras vid den 
initiella uppstarten."

#~ msgid ""
#~ "GCL is one of the oldest free common lisp systems still in use. Several "
#~ "production systems have used it for over a decade.  The common lisp "
#~ "standard in effect when GCL was first released is known as \"Common Lisp, "
#~ "the Language\" (CLtL1) after a book by Steele of the same name providing "
#~ "this specification.  Subsequently, a much expanded standard was adopted "
#~ "by the American National Standards Institute (ANSI), which is still "
#~ "considered the definitive common lisp language specification to this "
#~ "day.  GCL is in the process of providing an ANSI compliant image in "
#~ "addition to its traditional CLtL1 image still in production use.  Setting "
#~ "this variable will determine which image you will use by default on "
#~ "executing 'gcl'.  You can locally override this choice by setting the "
#~ "GCL_ANSI environment variable to any non-empty string for the ANSI build, "
#~ "and to the empty string for the CLtL1 build, e.g. GCL_ANSI=t gcl.  You "
#~ "may be interested in reviewing the ANSI test results sketching the 

Bug#502920: Cannot "paste" text copied from Skype

2008-10-20 Thread Alex

Package: icedove
Version: 2.0.0.17-1
Severity: normal

The e-mail text edit widget from the Compose window of 
Icedove/Thunderbird does not accept any kind of text copied from Skype. The
text cannot be inserted with Ctrl+V and neither from the contextual 
menu. Even more interesting, the text cannot be pasted with the middle

mouse button either.

All the other tested widgets accept both middle click and Ctrl+V. The 
other widgets from the composing window also accept Ctrl+V and

middle click.

All other tested programs accept middle clic/Ctrl+v from Skype. 
Thunderbird accepts paste from all tested programs except Skype.


Running Debian Unstable updated 2 days ago.


-- System Information:
Debian Release: lenny/sid
 APT prefers testing
 APT policy: (650, 'testing'), (600, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages icedove depends on:
ii  debianutils2.30  Miscellaneous utilities 
specific t
ii  fontconfig 2.6.0-1   generic font configuration 
library

ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector 
graphics libra
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  libgtk2.0-02.12.11-4 The GTK+ graphical user 
interface
ii  libhunspell-1.2-0  1.2.6-1   spell checker and 
morphological an
ii  libjpeg62  6b-14 The Independent JPEG 
Group's JPEG
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime 
Library
ii  libnss3-1d 3.12.0-5  Network Security Service 
libraries
ii  libpango1.0-0  1.20.5-3  Layout and rendering of 
internatio

ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxft22.1.12-3  FreeType-based font drawing 
librar

ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrender11:0.9.4-2 X Rendering Extension 
client libra

ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  psmisc 22.6-1Utilities that use the proc 
filesy

ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

icedove recommends no packages.

Versions of packages icedove suggests:
pn  icedove-gnome-support  (no description available)
ii  latex-xft-fonts   0.1-8  Xft-compatible versions of 
some La

ii  libthai0  0.1.9-4Thai language support library

-- no debconf information




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



Bug#405387: galeon: fails to send email (really!)

2008-10-20 Thread Francesco Poli
On Sun, 7 Jan 2007 15:52:14 +0100 Gabriele Stilli wrote:

> For Galeon, I solved this installing gnome-control-center, running
> gnome-default-applications-properties and choosing from the drop-downs
> "Galeon" as the default application and "Mutt" as the mailclient.
> Trying to set the relevant keys manually via gconftool-2 apparently
> did not help (maybe I'm not skilled enough for that; any hint? :) ).

Even if there is this workaround (which I haven't yet tried out),
I still think that Galeon should use gconf settings in order to
determine which mail user agent should be invoked when the user follows
a mailto: link.

I issued the following command:

  $ gconftool-2 --type=string \
--set /desktop/gnome/url-handlers/mailto/command \
'sylpheed --compose %s'

and now it seems that gconf is knows about my mail user agent of choice:

  $ gconftool-2 --get /desktop/gnome/url-handlers/mailto/command
  sylpheed --compose %s

Nonetheless, Galeon seems to ignore this setting entirely.
When I follow a mailto: link in Galeon, nothing happens.

> 
> Don't know for other browsers, I guess it could be done similarly by
> fiddling with the options.

Epiphany is happy to invoke Sylpheed, as soon as I follow a
mailto: link.
Hence, it seems that Galeon is at fault here.

> 
> The only downside of this is the number of dependencies brought in by
> gnome-control-center (personally I don't use Gnome and it's a pity to
> have to install so many otherwise useless packages just to setup that
> single option).

It's a significant downside, IMHO: I don't want to bloat my system just
for the mailto: link feature!


-- 
 On some search engines, searching for my nickname AND
 "nano-documents" may lead you to my website...  
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpHJ8Drx7qrJ.pgp
Description: PGP signature


Bug#502919: fluxbox: Emacs resizing problem

2008-10-20 Thread Martin Jambor
Package: fluxbox
Version: 1.1.1-1
Severity: normal


After resizing emacs with mouse, there is an extra column on the right
and an extra  line on the bottom (where  no characters are displayed).
This is not only ugly and  confusing but also takes up valuable space.
The extra space is not displayed  before resizing or when I resize the
window using emacs lisp functions.

This problem happens on both i386 and amd64.

It goes away when I downgrade to fluxbox_1.0.0+deb1-9_i386.deb.
Downgrading to later versions that I tried did not help, OTOH.

Thanks for looking into this.

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages fluxbox depends on:
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-1generic font configuration library
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libimlib2 1.4.0-1.1  powerful image loading and renderi
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxft2   2.1.12-3   FreeType-based font drawing librar
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxpm4   1:3.5.7-1  X11 pixmap library
ii  libxrandr22:1.2.3-1  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  menu  2.1.40 generates programs menu for all me

Versions of packages fluxbox recommends:
ii  xfonts-terminus   4.26-2 Fixed-width fonts for fast reading

Versions of packages fluxbox suggests:
pn  fbdesk (no description available)
pn  fbpager(no description available)
pn  fluxconf   (no description available)

-- no debconf information



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



Bug#502918: gammu-config depends on dialog

2008-10-20 Thread Laurens Blankers
Package: gammu
Version: 1.20.0-1
Severity: normal

The gammu-config script which is included in the gammu package depends 
on the dialog package, however the gammu package does _not_ list dialog 
as dependency.

Sincerely,

Laurens

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

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

Versions of packages gammu depends on:
ii  libbluetooth2 3.36-1 Library to use the BlueZ Linux Blu
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libgammu3 1.20.0-1   Mobile phone management library
ii  libmysqlclient15off   5.0.51a-15 MySQL database client library
ii  libpq58.3.4-1PostgreSQL C client library

gammu recommends no packages.

Versions of packages gammu suggests:
pn  wammu  (no description available)

-- no debconf information



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



Bug#403683: RFS: toshset (updated package, ITA)

2008-10-20 Thread Giuseppe Iuculano
Dear mentors,

I am looking for a sponsor for the new version 1.73-3
of my package "toshset".

It builds these binary packages:
toshset- Access much of the Toshiba laptop hardware interface

The package appears to be lintian clean.

The upload would fix these bugs: 403683 (ITA)

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/t/toshset
- Source repository: deb-src http://mentors.debian.net/debian unstable main
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/t/toshset/toshset_1.73-3.dsc

I would be glad if someone uploaded this package for me.

Kind regards
 Giuseppe Iuculano



signature.asc
Description: OpenPGP digital signature


Bug#502869: ploticus: please incorporate the lines.pl fix

2008-10-20 Thread Colin Tuckley
Vasilis Vasaitis wrote:

>   Since the latest version of the ploticus package came out (2.40-2), a new
> fix has appeared in the ploticus news page [0], for the lines prefab [1]. I
> was bitten by this, so it would be nice if the fix could be incorporated in
> the next version of the package.

Thanks for pointing this out - I'll get a fix uploaded in the next day or so

Colin

-- 
Colin Tuckley  |  +44(0)1903 236872  |  PGP/GnuPG Key Id
Debian Developer   |  +44(0)7799 143369  | 0x1B3045CE

A door is what a cat is perpetually on the wrong side of. - adapted from
Ogden Nash



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



Bug#497410: packages.debian.org: please link to patch-tracking.debian.net

2008-10-20 Thread Mark Purcell
On Tuesday 09 September 2008 08:23:47 Stefano Zacchiroli wrote:
> On Mon, Sep 01, 2008 at 11:36:06PM +0800, Paul Wise wrote:
> > In my opinion, packages.d.o is the right place for this (rather than the
> > PTS) because it is more directed at users and people outside Debian.
>
> Well, I do want to have links to the patch tracker also from the PTS.

I would like to see a link to patch-tracking from the PTS as well.

I generally refer upstream to the PTS when I discuss the Debian packages, and 
a link to the patches would be very useful for upstream to have easy access 
to.

Mark



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



Bug#502877: lh_binary_debian-installer fails to include local debs

2008-10-20 Thread Chris Lamb
tags 502877 +pending
thanks

Committed to Git (r2b95992), many thanks.

[..]
> Version: <= 1.0.1-1
> Tags: fixed-in-git
[..]

These aren't valid version and tags, btw.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-


signature.asc
Description: PGP signature


Bug#502757: nut-cgi: piuparts test fails: chmod: cannot access `/etc/nut': No such file or directory

2008-10-20 Thread Arnaud Quette
Hi Lucas,

2008/10/19 Lucas Nussbaum <[EMAIL PROTECTED]>:
> Package: nut-cgi
> Version: 2.2.2-6
> Severity: serious
> User: [EMAIL PROTECTED]
> Usertags: piuparts-20081019 piuparts
>
> Hi,
>
> During tests using piuparts of all packages in lenny,
> I ran into the following problem:
>...
>   Setting up nut-cgi (2.2.2-6) ...
>>   chmod: cannot access `/etc/nut': No such file or directory
>>   dpkg: error processing nut-cgi (--configure):
>>subprocess post-installation script returned error exit status 1
>>   Setting up perl-doc (5.10.0-15) ...
>>   Setting up apache2-mpm-itk (2.2.6-02-1+b1) ...
>>   Errors were encountered while processing:
>>nut-cgi
>>   E: Sub-process /usr/bin/dpkg returned an error code (1)
>
> It is reproducible by installing your package in a clean chroot - cleaned
> up using:
>  debfoster -o MaxPriority=required -o UseRecommends=no -f -n apt debfoster

indeed, the directory existence test isn't done in nut-cgi.postinst.
2.2.2-6.1 uploaded.

thanks for your report,
Arnaud



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



Bug#490992: Many dependencies

2008-10-20 Thread Benjamin Drung
reopen 490992 =

Hi,

this bug is still not solved.

* dvipng pulls tetex-bin | texlive-base-bin

* "Depends: ${python:Depends}, ${shlibs:Depends}" pulls GTK+ and Tk/Tcl
libraries

* Do we need to depend on python-glade2?

* Should we change "python-gtk2 | python-wxgtk2.6 | python-qt3 |
python-qt4, python-tk" into "python-tk | python-gtk2 | python-wxgtk2.6 |
python-qt3 | python-qt4"?

Regards,
Benjamin Drung


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#502917: php5-symfony: New upstream version

2008-10-20 Thread Robert LeBlanc
Package: php5-symfony
Version: 1.0.17-3
Severity: normal


New upstream version 1.1 patches a lot of security issues. With 1.2 scheduled 
to be released this month, it 
would be nice to start the upgrade process.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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]



  1   2   3   4   >