Bug#507634: does not dereference symlinks

2008-12-03 Thread martin f krafft
Package: dput
Version: 0.9.2.36
Severity: normal
File: /usr/bin/dput

If the orig.tar.gz file is a symlink to the real file, dput should
dereference it, or upload the referenced file as well.

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

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

Versions of packages dput depends on:
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
ii  python2.5.2-3An interactive high-level object-o

dput recommends no packages.

Versions of packages dput suggests:
ii  lintian   2.1.0  Debian package checker
pn  mini-dinstall none (no description available)
ii  openssh-client1:5.1p1-4  secure shell client, an rlogin/rsh
ii  rsync 3.0.4-3fast remote file copy program (lik
pn  yaclc none (no description available)

-- debconf information:
  dput/config-file-format:


-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#507465: mb2md often misses message boundaries in mbox files

2008-12-03 Thread Bruno De Fraine

Hello,


This script intentionally looks for a blank line in between messages
in the mbox file.  There is no such requirement that I know of;


There *is* certainly mention of a blank line in the first few  
references that turn up when looking for an mbox file specification:


http://www.qmail.org/man/man5/mbox.html
http://en.wikipedia.org/wiki/Mbox

As is, I got 30% fewer messages in the new Maildir, and lots of
messages were actually two or three messages run together.  The result
is so garbled I wonder if anyone else has ever used this script...


mb2md has worked perfectly well for me with mbox files coming from  
Procmail and Dovecot. Are you certain your mailboxes are not ill- 
formatted to begin with?


Bye,
Bruno



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



Bug#507634: does not dereference symlinks

2008-12-03 Thread Thomas Viehmann
Hi Martin,

thanks for your bug report.

martin f krafft wrote:
 If the orig.tar.gz file is a symlink to the real file, dput should
 dereference it, or upload the referenced file as well.
Which upload method are you using? I suspect that dput's behavior varies
between those here (not that it should).

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#506979: [Python-modules-team] Bug#506979: python-qt4: Please package with Phonon

2008-12-03 Thread Torsten Marek
Hi Christoph,


 I had to install python-sip4_4.7.9-1_i386.deb to actually make it
 work. Before that my whole python-qt4 installation was broken, should
 be so for others too.

Sorry for that, I hadn't realized that there was an ABI change. I'll fix
that in the next upload.


 
 Now, when I follow simple steps:
 
 from PyQt4.phonon import Phonon
 
 mediaObject = Phonon.createPlayer(Phonon.NotificationCategory,
 
 Phonon.MediaSource(local.mp3))
 
 mediaObject.play()
 
 I get the following lines on stdout:
 
 Phonon::KdePlatformPlugin::createBackend: using backend: GStreamer 
 
 ALSA lib setup.c:555:(add_elem) Cannot obtain info for CTL elem
 (MIXER,'IEC958 Playback Default',0,0,0): No such file or directory 
 
 ALSA lib setup.c:555:(add_elem) Cannot obtain info for CTL elem
 (MIXER,'IEC958 Playback Default',0,0,0): No such file or directory 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) Intel 82801DB-ICH4 with AD1981B (Intel
 82801DB-ICH4) 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) () 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) Intel 82801DB-ICH4 with AD1981B (Intel
 82801DB-ICH4 - IEC958) 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) () 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) Creative Technology SB Live! 24-bit
 External (USB Audio) 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) () 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) Intel 82801DB-ICH4, Intel 82801DB-ICH4
 (Front speakers) 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) (front:CARD=I82801DBICH4,DEV=0) 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) setProperty(device,
 front:CARD=I82801DBICH4,DEV=0 ) succeeded 
 
 virtual bool Phonon::Gstreamer::AudioOutput::setOutputDevice(const
 Phonon::AudioOutputDevice) go to old state on device
 front:CARD=I82801DBICH4,DEV=0 succeeded 
 
 ALSA lib setup.c:555:(add_elem) Cannot obtain info for CTL elem
 (MIXER,'IEC958 Playback Default',0,0,0): No such file or directory 
 
 I don't get any actual sound output. It seems like Phonon is probing
 all available sound cards and failing.
 
 And indeed qtconfig-qt4 is grayed out in the Phonon configuration
 section and says Phonon GStreamer backend is not available.

I think these are two problems. The qtconfig-qt4 configuration is grayed
out because Qt4 is built without phonon - Debian's phonon comes from the
real upstream releases, and Qt4 only contains a copy (which is older).
I guess Qt4 needs to build-depend on libphonon-dev, but that's not the
core of the problem. 

As for Phonon not finding its backends, that seems to be purely a
configuration issue. On my system, the file plays just fine using phonon
4.2.0-2.
 
 KDE Phonon though works, is that a packaging problem? Do I need other
 packages installed?

Are you running KDE when trying out the PyQt4 code?
 
 Should I open a new bug report?

Does a C++ version of your Python code behave in the same way? If it
does, then it's a Phonon problem.


best,


Torsten
-- 
.: Torsten Marek
.: http://shlomme.diotavelli.net
.: [EMAIL PROTECTED] -- GnuPG: 1024D/A244C858



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#507636: [qt4-qtconfig] Phonon configuration is grayed out

2008-12-03 Thread Torsten Marek
Package: qt4-qtconfig
Version: 4.4.3-1
Severity: minor


In the Qt4 configuration tool, all the widgets in the Phonon tab are grayed 
out.

This happens with phonon 4.2.0-2.

I guess this can be solved by building Qt4 against the external phonon library 
instead of only
disabling the internal one.


best,

Torsten

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.27.7-shl1

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.de.debian.org 
  500 unstableemacs.orebokech.com 
  500 experimentalwww.debian-multimedia.org 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libc6   (= 2.7-1) | 2.8+20080809-1
libgcc1   (= 1:4.1.1) | 1:4.3.2-2~exp4
libqt4-qt3support  (= 4.4.3-1) | 4.4.3-1
libqtcore4 (= 4.4.3-1) | 4.4.3-1
libqtgui4  (= 4.4.3-1) | 4.4.3-1
libstdc++6  (= 4.1.1) | 4.3.2-2~exp4




signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#507637: BUG: Daemon: unknown command: main_quit

2008-12-03 Thread Stanislav Maslovski
Package: zim
Version: 0.27-1
Severity: normal

Run zim from the terminal with the tray icon plugin enabled.
Right-click on the tray icon, choose Quit. This message will appear:

BUG: Daemon: unknown command: main_quit


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-proposed-updates'), (100, 
'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 zim depends on:
ii  libfile-basedir-perl  0.03-0.1   Perl module to use the freedesktop
ii  libfile-desktopentry-perl 0.04-1 Perl module to handle freedesktop 
ii  libfile-mimeinfo-perl 0.15-1 Perl module to determine file type
ii  libgtk2-perl  1:1.190-1  Perl interface to the 2.x series o
ii  perl  5.10.0-18  Larry Wall's Practical Extraction 

Versions of packages zim recommends:
ii  libgtk2-spell-perl1.03-2+b1  Perl interface to the GtkSpell lib
ii  scrot 0.8-7  command line screen capture utilit

Versions of packages zim suggests:
pn  bzr none   (no description available)
ii  desktop-file-utils  0.15-1   Utilities for .desktop files
ii  subversion  1.5.1dfsg1-1 Advanced version control system

-- no debconf information



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



Bug#507494: denyhosts: dh_reenable fails to run

2008-12-03 Thread Marco Bertorello
2008/12/1 Glennie Vignarajah [EMAIL PROTECTED]:
 Package: denyhosts
 Version: 2.6-5
 Severity: normal
 Tags: patch

 Hello,
  When I tried to run dh_reenable, it fails with the following error.
  --
   File /usr/share/denyhosts/DenyHosts/dh_reenable, line 22
   from __future__ import with_statement
   SyntaxError: from __future__ imports must occur at the beginning
   of the file
  --

 I've attached a very simple patch correct the issue.

Hi,

your corrections will be included on next release (ASAP)

bye

-- 
Marco Bertorello
System Administrator
http://bertorello.ns0.it



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



Bug#507636: [qt4-qtconfig] Phonon configuration is grayed out

2008-12-03 Thread Sune Vuorela
On Wednesday 03 December 2008 09:43:34 Torsten Marek wrote:
 Package: qt4-qtconfig
 Version: 4.4.3-1
 Severity: minor


 In the Qt4 configuration tool, all the widgets in the Phonon tab are
 grayed out.

 This happens with phonon 4.2.0-2.

 I guess this can be solved by building Qt4 against the external phonon
 library instead of only disabling the internal one.

haha ;)

phonon is built against Qt - can't be the other way around.
so that is definately not the solution.  I don't yet know the solution though.
building the internal phonon and then throwing the result away might be one 
way, but I just find it ... wrong.

/Sune

-- 
Genius, I'm not able to ping the provider, how does it work?

You either should ping to the microkernel of the GUI to a EIDE directory, or 
never have to explore a desktop, this way therefore from Redhat MkLinuxPPC 
6.3.7 you neither can ever connect from the sendmail over a graphic DVD front-
end to the analogic head, nor need to telnet to a computer on the application 
to turn off a shell over a coaxial 3D URL.



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


Bug#395565: denyhosts: please support Dropbear as an alternative to openssh-server

2008-12-03 Thread Marco Bertorello
2008/11/16 Jerome Warnier [EMAIL PROTECTED]:
 Le lundi 27 novembre 2006 à 16:28 +0100, Marco Bertorello a écrit :
 On Sat, 25 Nov 2006 12:39:00 +0100
 Jérôme Warnier [EMAIL PROTECTED] wrote:

  Any news about this?
  I just noticed that this bug is not marked as forwarder upstream.
 
  Hope it'll get in before Etch.

 Excuse me, I've alredy forwarded to upstream, but I've forgotten to tag
 the bug.

 Now is tagged as upstream

 BTW, I think that it's impossible to have a new version in etch
 before the release :-(

 Where are we now that we have Lenny around the corner?

Have you alredy written a patch? If you write the patch, I'll be happy
to include it.

I've alredy forwarded to upstream author the bug, but I think that he
does have not planned to implement this feature.

bye

-- 
Marco Bertorello
System Administrator
http://bertorello.ns0.it



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



Bug#507638: unattended-upgrades: Creates executable log files

2008-12-03 Thread Sam Morris
Package: unattended-upgrades
Version: 0.2
Severity: normal

The dpkg log files that unattended-upgrades creates are executable:

total 12
-rwxr-xr-x 1 root root  270 2008-12-01 06:38 
unattended-upgrades-dpkg_2008-12-01_06:38:16.063996.log
-rwxr-xr-x 1 root root 1297 2008-12-03 06:52 
unattended-upgrades-dpkg_2008-12-03_06:51:41.926299.log
-rw-r--r-- 1 root root 1240 2008-12-03 06:52 unattended-upgrades.log

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

Versions of packages unattended-upgrades depends on:
ii  apt-utils   0.7.18   APT utility programs
ii  python  2.4.4-2  An interactive high-level object-o
ii  python-apt  0.7.7.1+nmu1 Python interface to libapt-pkg

unattended-upgrades recommends no packages.

-- no debconf information



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



Bug#507463: lp-solve: missing plugins

2008-12-03 Thread Kilian Kilger
Rene Engelhard [EMAIL PROTECTED] writes:

 But why this and not others? I guess we need to include all if we include
 this... ;-(

This would be the best anyway but I've been too shy to ask for this :-). The 
Dimacs format, however, is very popular and many programs tend to support it. 
So it would be nice to have it. By the way there is some open source program 
named Müsli which depends on it and I can't package it until lp-solve/dimacs 
support is in debian. 

A friend told me yesterday that the new debian source format could handle it to 
make one source package out of different orig.tar.gz's or so!? But I don't have 
any clue how to do that. But this would perhaps be an overkill for such a low 
priority software and we would have to wait until lenny is released :-(. 

Kilian. 


-- 



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



Bug#507269: Opinion of the Release Team on the ImageMagick transition

2008-12-03 Thread Loïc Minier
On Tue, Dec 02, 2008, Adeodato Simó wrote:
 Regarding the -dev package names, I'm personally OK if you don't
 introduce transitional packages and just add Provides: fields, because
 AFAICS only 2 packages in the archive have a versioned build-dependency
 on imagemagick.

 Concerning Provides, I need to point a slightly related issue which is
 that libmagick++-dev is provided by graphicsmagick-libmagick-dev-compat
 in unstable and not in experimental.

 This means that graphicsmagick-libmagick-dev-compat and imagemagick
 need to move together into unstable and into testing.  (I don't think
 it's possible to install graphicsmagick-libmagick-dev-compat/unstable
 with imagemagick/experimental alone though.)

 Does this sound doable from your side? In particular, using Provides is
 much easier than using transitional packages, so it should be less
 effort for you. (Unless somebody has spotted that it won't work, in that
 case please speak up!)

 I don't like Provides because they break versionned deps, but you point
 that out already; I find real packages are much easier to get right and
 reserve less surprizes; but you point out that a small number of
 build-deps are actually versionned, so I guess that's fine.

 I didn't look into the specifics, but I think the backports people
 would appreciate it if it was possible to have build-dependencies which
 work in squeeze and lenny.


Thanks,
-- 
Loïc Minier



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



Bug#507639: unattended-upgrades: apt-listchanges not triggered

2008-12-03 Thread Sam Morris
Package: unattended-upgrades
Version: 0.2
Severity: important

apt-listchanges does not appear to be triggered by unattended-upgrade
although it is configured in /etc/apt/apt.conf.d/20listchanges.

I don't have it set to run interactively, but to mail changelogs and
NEWS entries to root, so it shouldn't be a problem WRT the
non-interactivity of unattended-upgrades.

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

Versions of packages unattended-upgrades depends on:
ii  apt-utils   0.7.18   APT utility programs
ii  python  2.4.4-2  An interactive high-level object-o
ii  python-apt  0.7.7.1+nmu1 Python interface to libapt-pkg

unattended-upgrades recommends no packages.

-- no debconf information



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



Bug#429011: Fwd: + drivers-char-cycladesc-cy_pci_probe-fix-error-path.patch added to -mm tree

2008-12-03 Thread Florian Lohoff

Hi,
this fast there was a patch ...

- Forwarded message from [EMAIL PROTECTED] -

Subject: + drivers-char-cycladesc-cy_pci_probe-fix-error-path.patch added to 
-mm tree
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Date: Wed, 03 Dec 2008 00:10:54 -0800
X-Spam-Status: No, hits=-2.9 required=5 tests=AWL,BAYES_00
X-Bogosity: Unsure, tests=bogofilter, spamicity=0.53, version=1.1.3


The patch titled
 drivers/char/cyclades.c: cy_pci_probe(): fix error path
has been added to the -mm tree.  Its filename is
 drivers-char-cycladesc-cy_pci_probe-fix-error-path.patch

Before you just go and hit reply, please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
  reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

--
Subject: drivers/char/cyclades.c: cy_pci_probe(): fix error path
From: Andrew Morton [EMAIL PROTECTED]

We forgot to release resources in one case.

Addresses http://bugzilla.kernel.org/show_bug.cgi?id=12137

Reported-by: Florian Lohoff [EMAIL PROTECTED]
Cc: Jiri Slaby [EMAIL PROTECTED]
Cc: Alan Cox [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] [everything]
Signed-off-by: Andrew Morton [EMAIL PROTECTED]
---

 drivers/char/cyclades.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN 
drivers/char/cyclades.c~drivers-char-cycladesc-cy_pci_probe-fix-error-path 
drivers/char/cyclades.c
--- a/drivers/char/cyclades.c~drivers-char-cycladesc-cy_pci_probe-fix-error-path
+++ a/drivers/char/cyclades.c
@@ -5010,7 +5010,7 @@ static int __devinit cy_pci_probe(struct
if (nchan == 0) {
dev_err(pdev-dev, Cyclom-Y PCI host card with no 
Serial-Modules\n);
-   return -EIO;
+   goto err_unmap;
}
} else if (device_id == PCI_DEVICE_ID_CYCLOM_Z_Hi) {
struct RUNTIME_9060 __iomem *ctl_addr;
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

bdi-register-sysfs-bdi-device-only-once-per-queue.patch
ksym_symbol_len-fixes.patch
mm-remove-the-might_sleep-from-lock_page.patch
make-linx-next-apply.patch
linux-next.patch
next-remove-localversion.patch
tick-schedc-suppress-needless-timer-reprogramming.patch
linux-timexh-cleanup-for-userspace.patch
drivers-input-touchscreen-ucb1400_tsc-needs-gpio.patch
netdev-smc911x-fix-for-driver-resume-cleanup.patch
backlight-catch-invalid-input.patch
pci-uninline-pci_ioremap_bar.patch
drivers-char-cycladesc-cy_pci_probe-fix-error-path.patch
scsi-dpt_i2o-is-bust-on-ia64.patch
mm-invoke-oom-killer-from-page-fault-fix.patch
mm-invoke-oom-killer-from-page-fault-fix-fix-2.patch
mm-write_cache_pages-more-terminate-quickly.patch
swapfile-change-discard-pgoff_t-to-sector_t-fix.patch
fs-truncate-blocks-outside-i_size-after-o_direct-write-error-fix.patch
init-properly-placing-noinline-keyword.patch
add-pr_prefix-to-pr_xyz-macros-checkpatch-fixes.patch
poll-allow-f_op-poll-to-sleep-take6.patch
binfmtsh-include-listh-fix.patch
max3100-spi-uart-driver-select-serial_core-fix.patch
spi_gpio-driver-cleanups.patch
kprobes-support-probing-module-__exit-function-fix.patch
kprobes-support-probing-module-__exit-function-fix-2.patch
rtc-au1000-on-chip-counter0-as-rtc-driver-fix.patch
memcg-introduce-charge-commit-cancel-style-of-functions-fix.patch
memcg-new-force_empty-to-free-pages-under-group-fix-fix.patch
memcg-swap-cgroup-for-remembering-usage.patch
memory-cgroup-resource-counters-for-hierarchy-v4-checkpatch-fixes.patch
memory-cgroup-hierarchical-reclaim-v4-checkpatch-fixes.patch
memcg-avoid-unnecessary-system-wide-oom-killer-fix.patch
edac-struct-device-replace-bus_id-with-dev_name-dev_set_name-checkpatch-fixes.patch
edac-x38-use-the-architectures-readq-function-fix.patch
parport-ieee1284-use-del_timer_sync-in-parport_wait_event-checkpatch-fixes.patch
romfs-romfs_iget-unsigned-ino-=-0-is-always-true-checkpatch-fixes.patch
filesystem-freeze-implement-generic-freeze-feature-fix.patch
nilfs2-inode-operations-fix.patch
nilfs2-pathname-operations-fix.patch
nilfs2-super-block-operations-fix.patch
reiser4.patch
reiser4-tree_lock-fixes.patch
reiser4-tree_lock-fixes-fix.patch
reiser4-semaphore-fix.patch
slb-drop-kmem-cache-argument-from-constructor-reiser4.patch
reiser4-suid.patch
reiser4-track-upstream-changes.patch
reiser4-remove-simple_prepare_write-usage-checkpatch-fixes.patch
nr_blockdev_pages-in_interrupt-warning.patch
slab-leaks3-default-y.patch
put_bh-debug.patch

Bug#506627: gz: Cut-down version of gzip

2008-12-03 Thread Josh Triplett
Package: pristine-tar
Version: 0.18
Followup-For: Bug #506627

It would help if I actually attached the tarball of gz...

- Josh Triplett


gz.tar.gz
Description: GNU Zip compressed data


Bug#507640: laptop-mode-tools: Problems enabling laptop-mode

2008-12-03 Thread Jakob Schuerz
Package: laptop-mode-tools
Version: 1.45-1
Severity: important

Bootmessage: 
Enabling laptop mode.../usr/share/laptop-mode-tools/modules/lcd-brightness: 
line 25: echo: write error: Invalid argument

I found the line 

if ( $BRIGHTNESS_COMMAND  $BRIGHTNESS_OUTPUT ) ; then

in the Script. It is a shell-skript, i think it should be:

if [ $BRIGHTNESS_COMMAND -gt $BRIGHTNESS_OUTPUT ] ; then

But i don't know how to make a patch.




-- 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=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages laptop-mode-tools depends on:
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  util-linux2.13.1.1-1 Miscellaneous system utilities

Versions of packages laptop-mode-tools recommends:
ii  acpid 1.0.6-16   Utilities for using ACPI power man
ii  apmd  3.2.2-12   Utilities for Advanced Power Manag
ii  hal   0.5.11-6   Hardware Abstraction Layer
ii  hdparm8.9-2  tune hard disk parameters for high
ii  sdparm1.02-1 Output and modify SCSI device para

laptop-mode-tools suggests no packages.

-- no debconf information



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



Bug#507640: laptop-mode-tools: Problems enabling laptop-mode

2008-12-03 Thread Bart Samwel

Hi Jakob,

Jakob Schuerz wrote:
Bootmessage: 
Enabling laptop mode.../usr/share/laptop-mode-tools/modules/lcd-brightness: line 25: echo: write error: Invalid argument


I found the line 


if ( $BRIGHTNESS_COMMAND  $BRIGHTNESS_OUTPUT ) ; then

in the Script. It is a shell-skript, i think it should be:

if [ $BRIGHTNESS_COMMAND -gt $BRIGHTNESS_OUTPUT ] ; then

But i don't know how to make a patch.


Ehm... no. It's not  as in greater than, it's  as in redirect 
the output of the $BRIGHTNESS_COMMAND to the file $BRIGHTNESS_OUTPUT. So 
that's fine. What is in your configuration file for the lcd-brightness 
module (/etc/laptop-mode/conf.d/lcd-brightness.conf)?


Cheers,
Bart



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



Bug#387460: linux-image-2.6.17-2-686: kernel panic when trying to add vlan to a slave bonded interface

2008-12-03 Thread George B.
2008/11/29 Moritz Muehlenhoff [EMAIL PROTECTED]:
 George, did you report that bug upstream?

Hi Mortiz,

I don't think I submitted a bug upstream (I think I may have had some
problems, but I can't remember now). Since then, I've changed jobs
twice, so I no longer have access to that hardware.

I tried reproducing the problem on a Lenny VirtualBox VM, but could
not. Feel free to close this bug - I'll re-open it if I manage to
reproduce it (I should have some spare real servers available for that
in our lab at some point in future).


Thanks.

George.



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



Bug#507640: It ist only a bad errorhandling

2008-12-03 Thread Jakob Schuerz
Ok, sorry for this bug-report.
I've just seen, there is a Problem with my hardware:

$ cat /proc/acpi/video/VID/LCD/brightness
not supported


It is a NVIDIA LVM 135M on a Dell Latitude-Laptop.

So, how i change the Bug-Level from Important to wish-list?
I want have a better error-handling.

greetings

jakob
-- 
The UNIX way of Sex:
gunzip-strip-touch-finger-mount-fsck-more-yes-umount-sleep



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



Bug#507641: openjdk-6-jdk should provide java-compiler

2008-12-03 Thread Mehdi Dogguy
Package: openjdk-6-jdk
Version: 6b11-9
Severity: normal


Hi,

Could you please let openjdk-6-jdk provide java-compiler ?

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

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

Versions of packages openjdk-6-jdk depends on:
ii  dpkg   1.14.22   Debian package management system
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  openjdk-6-jre  6b11-9OpenJDK Java runtime, using Hotspo
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages openjdk-6-jdk recommends:
ii  libxt-dev 1:1.0.5-3  X11 toolkit intrinsics library (de

Versions of packages openjdk-6-jdk suggests:
pn  openjdk-6-demonone (no description available)
pn  openjdk-6-source  none (no description available)

-- no debconf information



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



Bug#507640: It ist only a bad errorhandling

2008-12-03 Thread Bart Samwel

Jakob Schuerz wrote:

Ok, sorry for this bug-report.
I've just seen, there is a Problem with my hardware:

$ cat /proc/acpi/video/VID/LCD/brightness
not supported


It is a NVIDIA LVM 135M on a Dell Latitude-Laptop.

So, how i change the Bug-Level from Important to wish-list?
I want have a better error-handling.


OK, it's set to wishlist now. I will fix it in a future release.

Cheers,
Bart



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



Bug#507632: Acknowledgement (nautilus 2.24.1 crashes on startup, fails to draw desktop)

2008-12-03 Thread Josselin Mouette
Hi,

Le mercredi 03 décembre 2008 à 08:23 +0100, Michael Biebl a écrit :
 Attached is the crash log

Thanks for the log, unfortunately it isn’t very usable.

Could you please try again with nautilus-dbg installed? It would be nice
to rebuild gnome-desktop with debugging symbols to obtain frame #7 as
well, but we may be able to understand the issue without it.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#507463: lp-solve: missing plugins

2008-12-03 Thread Rene Engelhard
Hi,

Kilian Kilger wrote:
 A friend told me yesterday that the new debian source format could handle it 
 to make one source package out of different orig.tar.gz's or so!? But I don't 
 have any clue how to do that. But this would perhaps be an overkill for such 
 a low priority software and we would have to wait until lenny is released 
 :-(. 

Well, even if I added it now, it would not make lenny in any case, so... :)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#491220: unicap for Debian

2008-12-03 Thread Miriam Ruiz
Hi,

I've managed to compile and package unicap for Debian [1]. I had to
apply some patches (attached) to make it compile properly with -Wall
-Wno-unused -Werror. The packages should not be considered finished at
all, they should probably be further divided into different
independent packages, at least for the different independent libraries
and for their corresponding documentation, but for the moment it's
enough for me to work with it.

I'm configuring it as this:
./configure $(CROSS) \
CFLAGS=$(CFLAGS) $$(pkg-config libavcodec libavutil xv x11 --cf
lags) -I/usr/include/ffmpeg/libavcodec -I/usr/include/ffmpeg/libavutil \
LDFLAGS=-pthread -Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined
 $$(pkg-config libavcodec libavutil xv x11 --libs) \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--enable-unicapgtk \
--enable-ucil-alsa \
--enable-ucil-theora \
--enable-ucil-png \
--enable-ucil-avcodec \
--enable-gtk-doc

The -I/usr/include/ffmpeg/libavcodec -I/usr/include/ffmpeg/libavutil
is not needed for Debian, but it is if you want to be able to use the
packages in Marillat's repositories (debian-multimedia.org), and they
don't do any harm.

I'm not sure if you're still interested in packaging this, Jonas.

I'm sending a CC to Arne Caspari so that upstream can have the
patches, just in case.

Greetings,
Miry

[1] http://www.miriamruiz.es/debian/unicap/
[2] http://bugs.debian.org/491220


series
Description: Binary data
# Copyright (C) 2008 by Miriam Ruiz [EMAIL PROTECTED]
# Distributed under the same license as the software. See debian/copyright

Index: unicap-0.9.3/libunicap/unicap_helpers.c
===
--- unicap-0.9.3.orig/libunicap/unicap_helpers.c	2008-12-02 23:34:43.0 +0100
+++ unicap-0.9.3/libunicap/unicap_helpers.c	2008-12-02 23:38:39.0 +0100
@@ -284,7 +284,7 @@
 		 range: min: %g\n\
 		max: %g\n\
 		 stepping: %g\n\
-		 property data size: %d\n,
+		 property data size: %ld\n,
 		 property-identifier,
 		 property-category,
 		 property-unit,
@@ -292,7 +292,7 @@
 		 property-range.min,
 		 property-range.max,
 		 property-stepping,
-		 property-property_data_size );
+		 (long int)property-property_data_size );
 	
 	strncpy( buffer, tmp_buffer, *buffer_size );
 	
# Copyright (C) 2008 by Miriam Ruiz [EMAIL PROTECTED]
# Distributed under the same license as the software. See debian/copyright

Index: unicap-0.9.3/libucil/ucil_avc_avi.c
===
--- unicap-0.9.3.orig/libucil/ucil_avc_avi.c	2008-12-02 23:15:59.0 +0100
+++ unicap-0.9.3/libucil/ucil_avc_avi.c	2008-12-02 23:23:59.0 +0100
@@ -583,7 +584,7 @@
   entry = malloc( sizeof( struct _unicap_queue ) );
   data_buffer = malloc( sizeof( unicap_data_buffer_t ) );
   unicap_copy_format( data_buffer-format, format );
-  data_buffer-format.fourcc = UCIL_FOURC( 'Y', '4', '2', '0' );
+  data_buffer-format.fourcc = UCIL_FOURCC( 'Y', '4', '2', '0' );
   data_buffer-format.bpp = 12;
   data_buffer-format.buffer_size = data_buffer-format.size.width * data_buffer-format.size.height * data_buffer-format.bpp / 8;
   
# Copyright (C) 2008 by Miriam Ruiz [EMAIL PROTECTED]
# Distributed under the same license as the software. See debian/copyright

Index: unicap-0.9.3/cpi/vid21394/vid21394_base.c
===
--- unicap-0.9.3.orig/cpi/vid21394/vid21394_base.c	2008-12-02 23:26:10.0 +0100
+++ unicap-0.9.3/cpi/vid21394/vid21394_base.c	2008-12-02 23:31:43.0 +0100
@@ -1333,7 +1333,8 @@
 	
 /*TRACE( rs232io fcp: %08llx out_data_length: %d, in_data_length: %d\n, fcp, out_data_length, in_data_length ); */
 
-   return( _vid21394_send_fcp_command_new( vid21394handle, fcp, bit, out_data, out_data_length, in_data, (unsigned int *)in_data_length ) );
+   size_t in_data_length_sz = in_data_length;
+   return( _vid21394_send_fcp_command_new( vid21394handle, fcp, bit, out_data, out_data_length, in_data, in_data_length_sz ) );
 }
 
 unicap_status_t vid21394_read_rs232( vid21394handle_t vid21394handle, 
# Copyright (C) 2008 by Miriam Ruiz [EMAIL PROTECTED]
# Distributed under the same license as the software. See debian/copyright

Index: unicap-0.9.3/libunicapgtk/unicapgtk_property_dialog.c
===
--- unicap-0.9.3.orig/libunicapgtk/unicapgtk_property_dialog.c	2008-12-03 00:16:46.0 +0100
+++ unicap-0.9.3/libunicapgtk/unicapgtk_property_dialog.c	2008-12-03 02:24:46.0 +0100
@@ -55,7 +55,10 @@
   GtkWidget *widget;
 };
 
-
+struct timeout_data
+{
+	guint id;
+};
 
 static void unicapgtk_property_dialog_class_init  

Bug#507642: Doesn't work with gpg-agent using pinentry-curses

2008-12-03 Thread Loïc Minier
Package: git-core
Version: 1:1.6.0.2-1
Severity: normal

Hi there,

 If I:
git tag -u 2B0920C0 -m 'Debian release 0.5.7-1' debian/0.5.7-1
 in the libv4l git tree, I get:

Vous avez besoin d'une phrase de passe pour déverrouiller la
clé secrète pour l'utilisateur: « Loïc Minier (lool) [EMAIL PROTECTED] »
clé de 1024 bits DSA, ID 2B0920C0, créée le 2003-02-03

gpg: annulé par l'utilisateur
gpg: « 2B0920C0 » a été ignoré: mauvaise phrase de passe
gpg: signing failed: mauvaise phrase de passe
error: gpg failed to sign the tag
fatal: unable to sign the tag

 (Bad passphrase because it didn't get any passphrase from the agent)

 This is because gpg asks gpg-agent for the passphrase which starts
 pinentry-curses to prompt me for the passphrase, but git is not passing
 stdin / stdout, so pinentry-curses can't prompt / output anything.

 See #507479 for a similar issue which affected debsign.

 You can reproduce my setup by installing gnupg-agent, setting use-agent
 in ~/.gnupg/gpg.conf and setting pinentry-program
 /usr/bin/pinentry-curses in ~/.gnupg/gpg-agent.conf (NB: /usr/bin is
 required).


 If I use pinentry-gtk2 under Xorg, it works fine.

 Note that pinentry-qt/pinentry-gtk2 will fallback to curses if DISPLAY
 isn't set.

   Bye

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

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

Versions of packages git-core depends on:
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libcurl3-gnutls7.18.2-7  Multi-protocol file transfer libra
ii  libdigest-sha1-perl2.11-2+b1 NIST SHA-1 message digest algorith
ii  liberror-perl  0.17-1Perl module for error/exception ha
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  perl-modules   5.10.0-18 Core Perl modules
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages git-core recommends:
ii  less  418-1  Pager program similar to more
ii  openssh-client [ssh-client]   1:5.1p1-4  secure shell client, an rlogin/rsh
ii  patch 2.5.9-5Apply a diff file to an original
ii  rsync 3.0.4-3fast remote file copy program (lik

Versions of packages git-core suggests:
pn  git-arch none  (no description available)
ii  git-cvs  1:1.6.0.2-1 fast, scalable, distributed revisi
pn  git-daemon-run   none  (no description available)
ii  git-doc  1:1.6.0.2-1 fast, scalable, distributed revisi
ii  git-email1:1.6.0.2-1 fast, scalable, distributed revisi
ii  git-gui  1:1.6.0.2-1 fast, scalable, distributed revisi
ii  git-svn  1:1.6.0.2-1 fast, scalable, distributed revisi
ii  gitk 1:1.6.0.2-1 fast, scalable, distributed revisi
pn  gitweb   none  (no description available)

-- no debconf information

-- 
Loïc Minier



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



Bug#502954: Serendipity media library fails to manage directories: reason found

2008-12-03 Thread Adrian von Bidder
Hi,

Ingo Jürgensmann kindly pointed me to the reason behind the bug: the uploads 
directory is created with root.www-data/rwx-wxr-x permissions, i.e. no read 
permissions for group www-data (Hmmm.  Why Linux and/or POSIX says that in 
this case the r from the other rights shouldn't enable group www-data 
to read the dir is beyond me, but anyway ...)

cheers
-- vbi

-- 
featured product: GNU Privacy Guard - http://gnupg.org


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


Bug#153644: Sehr geehrte uni-tuebingen.de Webmail-Konto-Nutzernamen

2008-12-03 Thread uni-tuebingen.de Help Desk
Sehr geehrte uni-tuebingen.de Webmail-Konto-Nutzernamen,

Diese E-Mail ist aus (uni-tuebingen.de) Help-Desk und wir senden es zu jedem
(uni-tuebingen.de) Benutzer-Konten für die Sicherheit / Schutz vor
Spam-Mails.
Und wir haben Engpässe aufgrund der anonymen Registrierung von
(uni-tuebingen.de)
Konten so sind wir heruntergefahren einige (uni-tuebingen.de) und Ihr Konto
gehört zu denjenigen, wieder aktualisiert auf diese Bedingung.
Wir senden Ihnen diese E-Mail, damit können Sie Ihr Konto und
für die Sicherheit und den Schutz Ihrer account.Pease bestätigen Sie Ihre
Rechnung, indem Sie das folgende Feld ein.

Ihr Benutzername, Passwort, Geburtsdatum und Ihr Land Informationen wäre
erforderlich, zur Überprüfung Ihres Kontos.

* Benutzername: ()( Pflicht)
* Passwort: ()( Pflicht)
* Geburtsdatum: () (optional)
* Land oder Gebiet: () (optional)

Vor dem Senden Sie Ihre Kontodaten an uns, werden Sie beraten zum Login in
diesem
Link: https://webmail.uni-tuebingen.de/

Beachten Sie, dass, wenn Ihr Konto tun Login senden Sie uns die Details,
sonst bedeutet es,
Es wurde bereits gelöscht. Sorry für die inconvinence Dies könnte dazu
führen, dass Sie
wir sind nur versuchen, um sicherzustellen, dass Sie feinen Leute mit
unseren Konten.

Alles, was Sie zu tun haben, ist Klicken Sie auf Antwort und liefern die
oben genannten Informationen,
Ihr Konto wird nicht unterbrochen werden und wird auch weiterhin wie
gewohnt. Vielen Dank für
Ihre Aufmerksamkeit auf diese request.Once wieder Wir entschuldigen uns
für etwaige
Unannehmlichkeiten.

Warnung! Konto-Nutzer, die sich weigert, aktualisiert seine / ihre
Rechnung nach
7 Tage nach Erhalt dieser Warnung wird verlieren seinem Konto dauerhaft.

Vielen Dank für Ihr Verständnis.

uni-tuebingen.de Help Desk



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



Bug#507643: libperl-critic-perl: Build-Depend on libexception-class-perl needs explicit relation

2008-12-03 Thread Eric Pozharski
Package: libperl-critic-perl
Version: 1.088-1
Severity: normal


Accidental build against stable Blibexception-class-perl (1.21-1)
discovered that BPerl::Critic prerequires BException::Class
explicitly.  It needs 1.23 at least.  Buildlog in attach. 1.24-1 is OK.

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

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


libperl-critic-perl_1.088-1_i386.build.bz2
Description: BZip2 compressed data


Bug#409345: hylafax-server: Clarify accounts, privileges, and file ownership and modes

2008-12-03 Thread Olivier
hello,

I'll second original poster demand as we don't have clue about how to edit
config files.
What does this servertracing value mean, for instance ?

Regards


Bug#482817: screenshot of my boot errors

2008-12-03 Thread Thomas Lange
portmap 6.0-9 still does not solve my problems. Here's a screenshot
http://www.informatik.uni-koeln.de/ls_juenger/people/lange/portmap-6.0-9.jpg

/etc/fstab:
.
.
kueppers:/home /home nfs rw,noatime,nosuid,fg 0 0
kueppers:/var/mail /var/mail nfs rw,nosuid,noac,actimeo=0,fg 0 0
kueppers:/usr/local /usr/local nfs ro,noatime,actimeo=900,fg 0 0


/etc/hosts:
134.95.9.149 kueppers

/etc/network/interfaces:
# generated by FAI
auto lo eth0
iface lo inet loopback
iface eth0 inet static
  address 134.95.9.202
  netmask 255.255.255.0
  broadcast 134.95.9.255
  gateway 134.95.9.254


This machine has a 
02:00.0 Ethernet controller: Intel Corporation 82573E Gigabit Ethernet 
Controller (Copper)

and is connected to a cisco switch, but it also happens with a netgear
gbit switch or even when connected to a 10Mbit hub.


I still guess that some scripts are executed before the network link
has become ready.

-- 
regards Thomas



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



Bug#507644: [proftpd-dfsg] Identical extended descriptions for module packages

2008-12-03 Thread Filipus Klutiero
Package: proftpd-dfsg
Version: 1.3.1-15
Severity: minor

The extended descriptions of the proftpd-mod-* packages contain only the part 
of the extended description common to all proftpd* packages, and are 
therefore identical.

I for one can't guess the use of database modules for an FTP server (although 
I know nothing about FTP servers).



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



Bug#504977: ffmpeg-debian: Several security issues

2008-12-03 Thread Mark Purcell
On Wednesday 12 November 2008 19:23:18 Reinhard Tartler wrote:
 Summary: the only issue this bug is about is actually CVE-2008-4869,
 where I have committed a patch, but would really need some help with
 verifying the patch.

Reinhard,

This RC bug has been sitting idle for the last couple of weeks are you in a 
position to upload a package to experimental/ unstable to assist with 
verification of your fix?

Mark



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



Bug#507645: mysql-server-5.0: file debian-start lacks execution perms and /etc/init.d/mysql restart will fail

2008-12-03 Thread root
Package: mysql-server-5.0
Version: 5.0.32-7etch8
Severity: important



please correct the perms on the file debian-start. 0750 is fine. 


-- 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 mysql-server-5.0 depends on:
ii  adduser3.102 Add and remove users and groups
ii  debconf [debconf-2.0]  1.5.11etch2   Debian configuration management sy
ii  libc6  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  libdbi-perl1.53-1etch1   Perl5 database interface by Tim Bu
ii  libgcc11:4.1.1-21GCC support library
ii  libmysqlclient15off5.0.32-7etch8 mysql database client library
ii  libncurses55.5-5 Shared libraries for terminal hand
ii  libreadline5   5.2-2 GNU readline and history libraries
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libwrap0   7.6.dbs-13Wietse Venema's TCP wrappers libra
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  mysql-client-5.0   5.0.32-7etch8 mysql database client binaries
ii  mysql-common   5.0.32-7etch8 mysql database common files (e.g. 
ii  passwd 1:4.0.18.1-7  change and administer password and
ii  perl   5.8.8-7etch5  Larry Wall's Practical Extraction 
ii  psmisc 22.3-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
* mysql-server/root_password: (password omitted)
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/start_on_boot: true
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
* mysql-server-5.0/need_sarge_compat: true
  mysql-server/error_setting_password:
  mysql-server-5.0/need_sarge_compat_done: true



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



Bug#506979: [Python-modules-team] Bug#506979: python-qt4: Please package with Phonon

2008-12-03 Thread Christoph Burgmer
Am Wednesday, 3. December 2008 schrieb Torsten Marek:
 As for Phonon not finding its backends, that seems to be purely a
 configuration issue. On my system, the file plays just fine using phonon
 4.2.0-2.

  KDE Phonon though works, is that a packaging problem? Do I need other
  packages installed?

 Are you running KDE when trying out the PyQt4 code?

  Should I open a new bug report?

 Does a C++ version of your Python code behave in the same way? If it
 does, then it's a Phonon problem.

I ported the Phonon example on Techbase [1] which gave me the certainty 
everything was working and it turned out, that I had an encoding problem in 
the local path, which prevented Phonon of playing the track, mea culpa.

Something I saw porting the code was that the C++ version seems to allow a 
string for MediaObject.setCurrentSource(), though PyQt4 does not, that might 
be a bug upstream.

Anyway, this bug can be closed. Thanks for you patience.

Christoph

[1] http://techbase.kde.org/Development/Tutorials/Phonon/Introduction/Python


Bug#506979: [Python-modules-team] Bug#506979: python-qt4: Please package with Phonon

2008-12-03 Thread Torsten Marek
Am Mittwoch, den 03.12.2008, 19:04 +0800 schrieb Christoph Burgmer:
 Am Wednesday, 3. December 2008 schrieb Torsten Marek:
 
  As for Phonon not finding its backends, that seems to be purely a
 
  configuration issue. On my system, the file plays just fine using
 phonon
 
  4.2.0-2.
 
 
 
   KDE Phonon though works, is that a packaging problem? Do I need
 other
 
   packages installed?
 
 
 
  Are you running KDE when trying out the PyQt4 code?
 
 
 
   Should I open a new bug report?
 
 
 
  Does a C++ version of your Python code behave in the same way? If it
 
  does, then it's a Phonon problem.
 
 I ported the Phonon example on Techbase [1] which gave me the
 certainty everything was working and it turned out, that I had an
 encoding problem in the local path, which prevented Phonon of playing
 the track, mea culpa.
 
 Something I saw porting the code was that the C++ version seems to
 allow a string for MediaObject.setCurrentSource(), though PyQt4 does
 not, that might be a bug upstream.
Hi,

ok, good to know that it works.
 
 Anyway, this bug can be closed. Thanks for you patience.

No problem at all, it'll be closed once the new PyQt4 packages come to
unstable.

I've reported the other problem (phonon tab completely grayed out), but
it seems to be a non-trivial problem to fix when I thought it was
trivial.


best,


Torsten

-- 
.: Torsten Marek
.: http://shlomme.diotavelli.net
.: [EMAIL PROTECTED] -- GnuPG: 1024D/A244C858



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#507645: [debian-mysql] Bug#507645: mysql-server-5.0: file debian-start lacks execution perms and /etc/init.d/mysql restart will fail

2008-12-03 Thread Norbert Tretkowski
tags 507645 +unreproducible
thanks

Am Mittwoch, den 03.12.2008, 10:55 + schrieb root:
 please correct the perms on the file debian-start. 0750 is fine. 

The file /etc/mysql/debian-start from mysql-server-5.0 5.0.32-7etch8 is
executable, I just checked the packages for i386 and amd64.

Norbert




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



Bug#498000: emacspeak still depends on emacs21

2008-12-03 Thread Sven Joachim
Hi,

I just reopened this bug because emacspeak still pulls in emacs21 via
w3-url-e21.  Since there is support in dpkg to express the exact
relationships regarding w3-url-e21 and emacs21 (unfortunately
Depends: w3-url-e21 | !emacs21 does not work), I propose to drop
emacs21 support after Lenny.

See also #498115 for a similar issue.

Cheers,
   Sven



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




Bug#504747: gnu-fdisk: wipes out MBR when used on GPT partitions

2008-12-03 Thread Mark Purcell
On Friday 07 November 2008 07:13:26 Michael Renner wrote:
 gnu-fdisk wipes out the Code Area in the MBR

Aurélien,

This RC bug has been dormant since it's report 3 weeks ago.

Are you in a position to comment on this report, are you able to reproduce, 
have you been able to discuss with upstream?

Mark



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



Bug#507646: cannot convince dns server to listen on ipv6+ipv4

2008-12-03 Thread martin f krafft
Package: dnsmasq
Version: 2.45-1
Severity: minor
Tags: ipv6

I cannot seem to find a way to tell dnsmasq to listen on port53 for
both, ipv4 and ipv6 on a given interface. I specify multiple
--listen-address, the second one seems to be ignored. If I specify
only the --interface, only ipv4 is bound.

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

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


-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#507647: python-sphinx: Sphinx 0.5 expects images in wrong place

2008-12-03 Thread Michael Hanke
Package: python-sphinx
Version: 0.5-1
Severity: normal


Hi,

I tested the sphinx package from experimental and noticed a bug in the
image handling. Sphinx doc states about the image file location (used
with ..image::):

  When used within Sphinx, the file name given (here gnu.png) must be
  relative to the source file, and Sphinx will automatically copy image
  files over to a subdirectory of the output directory on building (e.g.
  the _static directory for HTML output.)

My test docs structure looks like this:

root/
  pics/
img.png
img.pdf
  examples/
test.txt
  more.txt

test.txt now contains

.. image:: ../pics/img.*
   :align: center

When I run sphinx (html output) I get:

  WARNING: /root/examples/test.txt:: Image file not readable: 
examples/pics/img.png

Apparently, sphinx ignores the '..'. However, if I change the RsT to:

.. image:: pics/img.*
   :align: center

and rerun sphinx (after a full clean, ie. no intermediate results) it
seems to find the file in the first place, meaning the location is
treated as relative to the doc root and not relative to the file (as
written in the docs). But still during HTML generation it complains
about:

  WARNING: /root/examples/test.txt:: no matching candidate for image URI 
u'examples/pics/img.*'

Which is correct, as there is no such file.

I can trick sphinx with a softlink to /root/examples/pics - /root/pics/
in which case it does generate proper HTML docs and copies the image
into _static, but the current situation is probably not intended.



Thanks,

Michael


-- 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=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-sphinx depends on:
ii  libjs-jquery  1.2.6-1JavaScript library for dynamic web
ii  python2.5.2-2An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt
ii  python-docutils   0.5-2  Utilities for the documentation of
ii  python-jinja  1.2-2  small but fast and easy to use sta
ii  python-pygments   0.10-1 syntax highlighting package writte

Versions of packages python-sphinx recommends:
ii  python2.5.2-2An interactive high-level object-o
ii  python-imaging1.1.6-3Python Imaging Library
ii  python-simplejson 1.9.2-1Simple, fast, extensible JSON enco

python-sphinx suggests no packages.

-- no debconf information

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050



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



Bug#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2

2008-12-03 Thread Thomas Bogendoerfer
On Tue, Dec 02, 2008 at 02:44:32PM +0100, Martin Michlmayr wrote:
 * Julien BLACHE [EMAIL PROTECTED] [2008-12-02 14:26]:
  Package: linux-image-2.6.26-1-r4k-ip22
  Version: 2.6.26-11
 
 Thomas, any idea?

no idea, yet. Does an older or newer kernel boot ? If yes, which kernel
version ?

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea.[ RFC1925, 2.3 ]



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



Bug#507623: logcheck/ignore.d.server/uw-imapd doesn't cover host=SSH_CLIENT=ip

2008-12-03 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, Dec 03, 2008 at 02:37:41AM +0100, Piotr Lewandowski wrote:
 Following lines should be ignored by a regexp present in ignore file:
 #v+
 Killed (lost mailbox lock) user=bob host=SSH_CLIENT=10.10.10.10: 1 Time(s)
 Logout user=bob host=SSH_CLIENT=10.10.10.10: 1 Time(s)
 #v-

 Currenty, regexp doesn't include case when `host=SSH_CLIENT=ip`.

ok.

How do uw-imapd recognize that connection is done through ssh? I mean, 
could you describe the actual scenario?

And if possible, could you please check if a similar addition makes 
sense to make also for ipopd?


Kind regards,

- -  Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkk2am0ACgkQn7DbMsAkQLjE9ACfZWClMNeEvBhnpxPS11gCl+aT
exAAnjPelMsCgqm/eKmOuxSWH6V6l7Z7
=TVZM
-END PGP SIGNATURE-



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



Bug#507269: Opinion of the Release Team on the ImageMagick transition

2008-12-03 Thread Nelson A. de Oliveira
Hi!

On Tue, 2 Dec 2008 21:13:35 +0100
Adeodato Simó [EMAIL PROTECTED] wrote:

 Does this sound doable from your side? In particular, using Provides
 is much easier than using transitional packages, so it should be less
 effort for you. (Unless somebody has spotted that it won't work, in
 that case please speak up!)

OK. I left my machine rebuilding the reverse build dependencies this
night. The change that I did in Imagemagick is this:
http://people.debian.org/~naoliv/misc/imagemagick/507269/diff-control.txt
(libmagickcore-dev provides libmagick9-dev, libmagick++-dev provides
libmagick++9-dev)

=
Already OK:

kallery - OK - already changed at experimental
labplot - OK (build-deps: libmagick9-dev | libmagickcore-dev)
rss-glx - OK (build-deps: libmagick9-dev | libmagickwand-dev)
dvdauthor - OK (build-deps: libmagick++9-dev | libmagick++-dev)

=

Reverse build dependencies of libmagick9-dev, using libmagickcore-dev:

libfprint - OK
xine-lib - FTBFS (I think that it's not related with imagemagick)
vips - OK
ale - OK
autotrace - didn't test; it tries to pull libmagick9-dev via libpstoedit-dev
dx - OK
gnuift - OK
imview - OK
jmagick - OK
kismet - OK

=
With problem:

librmagick-ruby - versioned depends on libmagick9-dev
human-icon-theme - versioned depends on libmagick9-dev
tangerine-icon-theme - versioned depends on libmagick9-dev

=
With libmagickwand-dev (and thus need to update de build-deps),
libmagickcore-dev, libmagickcore1, libmagickwand1, all at version
7:6.4.6.8.dfsg1-1:

php-imagick - OK
nip2 - FTBFS

=
With imagemagick, libmagickcore-dev, libmagickcore1, libmagickwand1,
all at version 7:6.4.6.8.dfsg1-1

tango-icon-theme - OK
oxine - OK


Rebuild of the reverse build dependencies of libmagick++9-dev, using
libmagick++-dev with the provides:

=
With libmagick++-dev, libmagick++1, libmagickcore-dev, libmagickcore1,
libmagickwand-dev, libmagickwand1, all at version 7:6.4.6.8.dfsg1-1:

cimg - FTBFS
gnudatalanguage - FTBFS
inkscape - OK
k3d - OK
kxstitch - FTBFS (#485893)
labplot - didn't test; it tries to pull libmagick9-dev via libpstoedit-dev
libextractor - OK
pfstools - OK
player - OK
prestimel - OK
pstoedit - OK
pythonmagick - FTBFS
qbittorrent - OK
synfig - OK
zebra - OK


Note that an OK means just that the package has been built. There
might be problems with them, like with imview (it didn't detect
imagemagick).

Build logs can be found at
http://people.debian.org/~naoliv/misc/imagemagick/507269/logs/ 

If using the provides helps, I can upload the packages to experimental
as they are now. Otherwise, as I said, I can't promise that I will be
able to think and implement a fast solution.

Best regards,
Nelson



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



Bug#507648: mpd: 'Connection refused' with default settings

2008-12-03 Thread Abel Crossmire
Package: mpd
Version: 0.13.2-1
Severity: important

With the default settings, mpd refused connection from both mpc and 
ncmpc. The problem is easily fixed by commenting out the line
bind_to_address localhost
in /etc/mpd.conf.

When it doesn't work, the output of `netstat -a | grep 6600` is:
tcp0  0 localhost:6600  *:* LISTEN

With the fix, the output is:
tcp6   0  0 [::]:6600   [::]:*  LISTEN 
tcp6   0  0 localhost:45254 localhost:6600  ESTABLISHED
tcp6   0  0 localhost:6600  localhost:45254 ESTABLISHED


-- 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_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mpd depends on:
ii  adduser3.110 add and remove users and groups
ii  libao2 0.8.8-4   Cross Platform Audio Output Librar
ii  libasound2 1.0.16-2  ALSA library
ii  libaudiofile0  0.2.6-7   Open-source version of SGI's audio
ii  libavahi-client3   0.6.22-3  Avahi client library
ii  libavahi-common3   0.6.22-3  Avahi common library
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libfaad0   2.6.1-3.1 freeware Advanced Audio Decoder - 
ii  libflac8   1.2.1-1.2 Free Lossless Audio Codec - runtim
ii  libid3tag0 0.15.1b-10ID3 tag reading library from the M
ii  libjack0   0.109.2-3 JACK Audio Connection Kit (librari
ii  libmad00.15.1b-3 MPEG audio decoder library
ii  libmikmod2 3.1.11-a-6A portable sound library
ii  libmpcdec3 1.2.2-1   Musepack (MPC) format library
ii  libogg01.1.3-4   Ogg Bitstream Library
ii  libpulse0  0.9.10-3  PulseAudio client libraries
ii  libsamplerate0 0.1.4-1   audio rate conversion library
ii  libshout3  2.2.2-5   MP3/Ogg Vorbis broadcast streaming
ii  libvorbis0a1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisenc2  1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisfile3 1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

mpd recommends no packages.

Versions of packages mpd suggests:
pn  icecast2  none (no description available)
ii  mpc [mpd-client]  0.12.1-1   A command-line tool to interface M
ii  ncmpc [mpd-client]0.11.1+svn-r3965-2 text based audio player
pn  pulseaudionone (no description available)

-- no debconf information



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



Bug#507269: Opinion of the Release Team on the ImageMagick transition

2008-12-03 Thread Paul Wise
On Wed, Dec 3, 2008 at 8:15 PM, Nelson A. de Oliveira [EMAIL PROTECTED] wrote:

 Rebuild of the reverse build dependencies of libmagick++9-dev, using
 libmagick++-dev with the provides:

 =
 With libmagick++-dev, libmagick++1, libmagickcore-dev, libmagickcore1,
 libmagickwand-dev, libmagickwand1, all at version 7:6.4.6.8.dfsg1-1:
...
 synfig - OK

synfig will need source changes to correctly detect and build against
the new imagemagick.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise



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



Bug#506099: iscsitarget: fails to configure without module

2008-12-03 Thread Mark Purcell
On Tuesday 18 November 2008 22:45:17 Peter Palfrader wrote:
 Installing the iscsitarget package fails if a suitable kernel module
 is not available at configure time.  This prevents proper installing
 when you aren't running the final kernel for instance.

Phillipp, Frederik,

This RC bug against your package is a few weeks old and has not yet had a 
comment from you, although Peter Palfrader has proposed a patch.

Are you in a position to investigate this bug/ patch?

Mark



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



Bug#507649: does not expand tilde in paths

2008-12-03 Thread martin f krafft
Package: libvirt-bin
Version: 0.5.0-1
Severity: minor
File: /usr/bin/virsh

virsh # create ~madduck/test1a.xml 
Failed to open file '~madduck/test1a.xml': No such file or directory

Tab completion works fine in the above, it would be nice if the
~ would be expanded properly...

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

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

Versions of packages libvirt-bin depends on:
ii  adduser3.110 add and remove users and groups
ii  libavahi-client3   0.6.23-2  Avahi client library
ii  libavahi-common3   0.6.23-2  Avahi common library
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libdbus-1-31.2.1-4   simple interprocess messaging syst
ii  libgcrypt111.4.1-2   LGPL Crypto library - runtime libr
ii  libgnutls262.4.2-3   the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  libpolkit-dbus20.9-1 library for accessing PolicyKit vi
ii  libpolkit2 0.9-1 library for accessing PolicyKit
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libsasl2-2 2.1.22.dfsg1-23   Cyrus SASL - authentication abstra
ii  libselinux12.0.65-5  SELinux shared libraries
ii  libtasn1-3 1.5-1 Manage ASN.1 structures (runtime)
ii  libvirt0   0.5.0-1   library for interfacing with diffe
ii  libxenstore3.0 3.2.1-2   Xenstore communications library fo
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages libvirt-bin recommends:
ii  bridge-utils  1.4-5  Utilities for configuring the Linu
pn  dnsmasq   none (no description available)
ii  iptables  1.4.1.1-4  administration tools for packet fi
ii  netcat-openbsd1.89-3 TCP/IP swiss army knife
pn  qemu  none (no description available)

Versions of packages libvirt-bin suggests:
pn  policykit none (no description available)

-- no debconf information


-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#507650: virsh console just hangs, cannot connect

2008-12-03 Thread martin f krafft
Package: libvirt-bin
Version: 0.5.0-1
Severity: normal
File: /usr/bin/virsh

I have a test domain with

serial type='pty'
  target port='1'/
/serial

and kvm properly starts it with -monitor pty and -serial pty. When
I run 'virsh console' on it, virsh just hangs and cannot be
stopped/interrupted with any of ctrl-c/z/\. SIGTERM works. Strace is
attached (search for HANGS HERE).

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

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

Versions of packages libvirt-bin depends on:
ii  adduser3.110 add and remove users and groups
ii  libavahi-client3   0.6.23-2  Avahi client library
ii  libavahi-common3   0.6.23-2  Avahi common library
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libdbus-1-31.2.1-4   simple interprocess messaging syst
ii  libgcrypt111.4.1-2   LGPL Crypto library - runtime libr
ii  libgnutls262.4.2-3   the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  libpolkit-dbus20.9-1 library for accessing PolicyKit vi
ii  libpolkit2 0.9-1 library for accessing PolicyKit
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libsasl2-2 2.1.22.dfsg1-23   Cyrus SASL - authentication abstra
ii  libselinux12.0.65-5  SELinux shared libraries
ii  libtasn1-3 1.5-1 Manage ASN.1 structures (runtime)
ii  libvirt0   0.5.0-1   library for interfacing with diffe
ii  libxenstore3.0 3.2.1-2   Xenstore communications library fo
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages libvirt-bin recommends:
ii  bridge-utils  1.4-5  Utilities for configuring the Linu
pn  dnsmasq   none (no description available)
ii  iptables  1.4.1.1-4  administration tools for packet fi
ii  netcat-openbsd1.89-3 TCP/IP swiss army knife
pn  qemu  none (no description available)

Versions of packages libvirt-bin suggests:
pn  policykit none (no description available)

-- no debconf information


-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


virsh.strace.bz2
Description: Binary data


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#507648: mpd: 'Connection refused' with default settings

2008-12-03 Thread Max Kellermann
On 2008/12/03 12:19, Abel Crossmire [EMAIL PROTECTED] wrote:
 With the default settings, mpd refused connection from both mpc and 
 ncmpc. The problem is easily fixed by commenting out the line
 bind_to_address localhost
 in /etc/mpd.conf.
 
 When it doesn't work, the output of `netstat -a | grep 6600` is:
 tcp0  0 localhost:6600  *:* LISTEN

That is because MPD 0.13 resolves the name localhost, and gets two
responses (probably 127.0.0.1 and ::1), but it only uses the first
one.  ncmpc/mpc in turn may use only the other address...

You can also work around this by specifying the IPv4 address.

This is fixed in the upcoming 0.14 release (pre-releases in Debian
experimental, testers welcome).  ncmpc 0.12 (to be released this week)
contains the same fix on the client side.

Max



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



Bug#506977: bug 506977 ( ubuntu 275688)

2008-12-03 Thread Philipp Kern
On Fri, Nov 28, 2008 at 12:11:14AM +0100, Joerg Jaspert wrote:
 You miss etch, which has an even older 2.0.0, so that needs to be fixed
 too.

This means that we need to remove fpc, gearhead, imapcopy, libhdate (all
three b-dep on fpc), libhdate-pascal (deps on fpc) and hdate-applet (depends
on libhdate).

~  dak rm -nR -s stable fpc libhdate-pascal gearhead imapcopy libhdate 
hdate-applet -m 'copyright infringement in fp-compiler'
Working... done.
Will remove the following packages from stable:

fp-compiler |2.0.0-4 | amd64, i386, powerpc, sparc
   fp-docs |2.0.0-4 | all
fp-ide |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-base |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-db |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-fcl |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-fv |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-gfx |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-gnome1 |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-gtk |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-gtk2 |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-misc |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-net |2.0.0-4 | amd64, i386, powerpc, sparc
fp-units-rtl |2.0.0-4 | amd64, i386, powerpc, sparc
  fp-utils |2.0.0-4 | amd64, i386, powerpc, sparc
   fpc |2.0.0-4 | source
  gearhead |1.010-1 | source, amd64, i386, powerpc, sparc
gearhead-data |1.010-1 | all
hdate-applet |   0.15.6-5 | source, alpha, amd64, arm, hppa, i386, ia64, mips, 
mipsel, powerpc, s390, sparc
  imapcopy | 1.01+20060420-1 | source, amd64, i386, powerpc, sparc
  libhdate |1.4.8-1 | source
libhdate-dev | 1.4.8-1+b1 | alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, 
powerpc, s390, sparc
libhdate-pascal | 1.4.8-1+b1 | amd64, i386, powerpc, sparc
libhdate-perl | 1.4.8-1+b1 | alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, 
powerpc, s390, sparc
libhdate-python | 1.4.8-1+b1 | alpha, amd64, arm, hppa, i386, ia64, mips, 
mipsel, powerpc, s390, sparc
 libhdate1 | 1.4.8-1+b1 | alpha, amd64, arm, hppa, i386, ia64, mips, mipsel, 
powerpc, s390, sparc

Maintainer: Carlos Laviola [EMAIL PROTECTED], Kari Pahula [EMAIL 
PROTECTED], RISKO Gergely [EMAIL PROTECTED], Debian Hebrew Packaging Team 
[EMAIL PROTECTED]

--- Reason ---
copyright infringement in fp-compiler
--

Checking reverse dependencies...
No dependency problem found.

Kind regards,
Philipp Kern



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



Bug#507587: CVE-2008-5282: multiple buffer overflows

2008-12-03 Thread Regis Boudin
Hi Steffen,

Thanks for the report. I had a quick look at the advisory, apparently both
attacks have the same origin, TtaWCToMBstring().

Will have a look at fixing it, CC'ing upstream, since I haven't seen
anything about the advisory over there.

Regis

On Tue, December 2, 2008 19:20, Steffen Joeris wrote:
 Package: amaya
 Severity: grave
 Tags: security
 Justification: user security hole

 Hi,
 the following CVE (Common Vulnerabilities  Exposures) id was
 published for amaya.

 CVE-2008-5282[0]:
 | Multiple stack-based buffer overflows in W3C Amaya Web Browser 10.0.1
 | allow remote attackers to execute arbitrary code via (1) a link with a
 | long HREF attribute, and (2) a DIV tag with a long id attribute.

 If you fix the vulnerability please also make sure to include the
 CVE id in your changelog entry.

 Cheers
 Steffen

 For further information see:

 [0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5282
 http://security-tracker.debian.net/tracker/CVE-2008-5282







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



Bug#506977: bug 506977 ( ubuntu 275688)

2008-12-03 Thread Philipp Kern
On Wed, Dec 03, 2008 at 12:30:12PM +0100, Philipp Kern wrote:
 This means that we need to remove fpc, gearhead, imapcopy, libhdate (all
 three b-dep on fpc), libhdate-pascal (deps on fpc) and hdate-applet (depends
 on libhdate).

Minor correction: I contacted the hdate maintainer Baruch Even who uploaded
a revision to unstable dropping the fpc-dependent package to provide an
updated package for stable.

Kind regards,
Philipp Kern



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



Bug#499078: jfsutils: Bus Error when running fsck.jfs on sparc

2008-12-03 Thread Mark Purcell
On Tuesday 14 October 2008 07:53:52 Stefan Hornburg (Racke) wrote:
 We have to ensure that a patched version will not fail on the
 other architectures.

 I couldn't promise to upload a new version, but I can certainly
 look into it.

Racke,

This RC bug against your package seems to of stalled.

Can you advise your proposed way forward for this bug for lenny?
Maybe worth discussing on debian-release as well.

Thanks,
Mark



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



Bug#500540: kdebase: automounting vfat (partialy) case sensitive due to utf8 is plain wrong and dangerous

2008-12-03 Thread Mark Purcell
On Monday 17 November 2008 22:00:52 Heinrich Langos wrote:
 IMHO this is the real solution that you are looking for, but
 there is (or was?) a problem with making it the default. (See Message#48
 for detail

Hi Qt-KDE,

Work on this RC bug seems to of stalled in the last couple of weeks.

Could I ask what your proposed way forward for this bug for lenny?

Could be worth discussing on debian-release as well.

Thanks,
Mark



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



Bug#507652: texlive: does not print math symbols

2008-12-03 Thread antonis
Package: texlive
Version: 2007.dfsg.1-4
Severity: important

When using math enviroment several math sumbols are not printed to pdf. 
Example: $5 * 0,2 = 1$~ will only print 5 
0 2 = 1. * and , will not be printed. I get the following warnings: 

(/usr/share/texmf-texlive/tex/xelatex/euenc/lm/eu1lmtt.fd) [1** WARNING ** This 
.map file looks like a dvips 
format fontmap file.
** WARNING ** -- Current input buffer is: bchb8r CharterBT-Bold 
TeXBase1Encoding ReEncodeFont 8r.enc 
bchb8a.pfb
** WARNING ** -- Reading fontmap file stopped at: file=pdftex.map, line=6.
] 

Here is the log file:

This is XeTeXk, Version 3.141592-2.2-0.996-patch2 (Web2C 7.5.6) (format=xelatex 
2008.7.20)  3 DEC 2008 13:39
entering extended mode
 %-line parsing enabled.
**report.tex
(./report.tex
LaTeX2e 2005/12/01
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size12.clo
File: size12.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texmf-texlive/tex/xelatex/fontspec/fontspec.sty
Package: fontspec 2006/12/24 v1.13 Advanced font selection for XeLaTeX

(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2006/08/21 v0.3 Provides ifxetex conditional
)
[EMAIL PROTECTED]@newff=\count87
[EMAIL PROTECTED]@index=\count88
[EMAIL PROTECTED]@script=\count89
[EMAIL PROTECTED]@language=\count90

(/usr/share/texmf-texlive/tex/latex/tools/calc.sty
Package: calc 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Info: Redefining \setlength on input line 75.
LaTeX Info: Redefining \addtolength on input line 76.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
)
(/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2006/11/18 v2.5f package option processing (HA)

(/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.tex
[EMAIL PROTECTED]
[EMAIL PROTECTED]
File: xkeyval.tex 2006/11/18 v2.5f key=value parser (HA)

(/usr/share/texmf-texlive/tex/latex/xkeyval/keyval.tex)))
(/usr/share/texmf/tex/latex/lm/lmodern.sty
Package: lmodern 2007/01/14 v1.3 Latin Modern Fonts
LaTeX Font Info:Overwriting symbol font `operators' in version `normal'
(Font)  OT1/cmr/m/n -- OT1/lmr/m/n on input line 13.
LaTeX Font Info:Overwriting symbol font `letters' in version `normal'
(Font)  OML/cmm/m/it -- OML/lmm/m/it on input line 14.
LaTeX Font Info:Overwriting symbol font `symbols' in version `normal'
(Font)  OMS/cmsy/m/n -- OMS/lmsy/m/n on input line 15.
LaTeX Font Info:Overwriting symbol font `largesymbols' in version `normal'
(Font)  OMX/cmex/m/n -- OMX/lmex/m/n on input line 16.
LaTeX Font Info:Overwriting symbol font `operators' in version `bold'
(Font)  OT1/cmr/bx/n -- OT1/lmr/bx/n on input line 17.
LaTeX Font Info:Overwriting symbol font `letters' in version `bold'
(Font)  OML/cmm/b/it -- OML/lmm/b/it on input line 18.
LaTeX Font Info:Overwriting symbol font `symbols' in version `bold'
(Font)  OMS/cmsy/b/n -- OMS/lmsy/b/n on input line 19.
LaTeX Font Info:Overwriting symbol font `largesymbols' in version `bold'
(Font)  OMX/cmex/m/n -- OMX/lmex/m/n on input line 20.
LaTeX Font Info:Overwriting math alphabet `\mathbf' in version `normal'
(Font)  OT1/cmr/bx/n -- OT1/lmr/bx/n on input line 22.
LaTeX Font Info:Overwriting math alphabet `\mathsf' in version `normal'
(Font)  OT1/cmss/m/n -- OT1/lmss/m/n on input line 23.
LaTeX Font Info:Overwriting math alphabet `\mathit' in version `normal'
(Font)  OT1/cmr/m/it -- OT1/lmr/m/it on input line 24.
LaTeX Font Info:Overwriting math alphabet `\mathtt' in version `normal'
(Font)  OT1/cmtt/m/n -- OT1/lmtt/m/n on input line 25.
LaTeX Font Info:Overwriting math alphabet `\mathbf' in version `bold'
(Font)  OT1/cmr/bx/n -- OT1/lmr/bx/n on input line 26.
LaTeX Font Info:Overwriting math alphabet `\mathsf' in version `bold'
(Font)  OT1/cmss/bx/n -- OT1/lmss/bx/n on input line 27.
LaTeX Font Info:Overwriting math alphabet `\mathit' in version `bold'
(Font)  OT1/cmr/bx/it -- OT1/lmr/bx/it on input line 28.
LaTeX Font Info:Overwriting math alphabet `\mathtt' in version `bold'
(Font)  OT1/cmtt/m/n -- OT1/lmtt/m/n on input line 29.
)
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/share/texmf-texlive/tex/xelatex/euenc/eu1enc.def
File: eu1enc.def 2006/08/13 v0.1a Experimental unicode 

Bug#507646: cannot convince dns server to listen on ipv6+ipv4

2008-12-03 Thread Simon Kelley

martin f krafft wrote:

Package: dnsmasq
Version: 2.45-1
Severity: minor
Tags: ipv6

I cannot seem to find a way to tell dnsmasq to listen on port53 for
both, ipv4 and ipv6 on a given interface. I specify multiple
--listen-address, the second one seems to be ignored. If I specify
only the --interface, only ipv4 is bound.

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

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




Works for me:
# dnsmasq -d --bind-interfaces --listen-address=192.168.0.150 
--listen-address=fe80::20d:60ff:fe36:f83 --conf-file


spike:~# lsof -nc dnsmasq
COMMAND   PID USER   FD   TYPE DEVICESIZENODE NAME
dnsmasq 22990 root  cwdDIR3,14096 2949776 
/home/srk/dnsmasq-2.47/dnsmasq-2.47

dnsmasq 22990 root  rtdDIR3,14096   2 /
dnsmasq 22990 root  txtREG3,1  152195 2950088 
/home/srk/dnsmasq-2.47/dnsmasq-2.47/src/dnsmasq
dnsmasq 22990 root  memREG0,0   0 [heap] (stat: 
No such file or directory)
dnsmasq 22990 root  memREG3,1   38412  721017 
/lib/libnss_files-2.7.so
dnsmasq 22990 root  memREG3,1   34352  721020 
/lib/libnss_nis-2.7.so

dnsmasq 22990 root  memREG3,1   83708  721011 /lib/libnsl-2.7.so
dnsmasq 22990 root  memREG3,1   30436  721013 
/lib/libnss_compat-2.7.so

dnsmasq 22990 root  memREG3,1 1356012  720994 /lib/libc-2.7.so
dnsmasq 22990 root  memREG3,1  117344  720977 /lib/ld-2.7.so
dnsmasq 22990 root0u   CHR  136,8  10 /dev/pts/8
dnsmasq 22990 root1u   CHR  136,8  10 /dev/pts/8
dnsmasq 22990 root2u   CHR  136,8  10 /dev/pts/8
dnsmasq 22990 root3u  sock0,4  496134 can't identify 
protocol
dnsmasq 22990 root4u  IPv6 496139 TCP 
[fe80::20d:60ff:fe36:f83]:domain (LISTEN)
dnsmasq 22990 root5u  IPv6 496140 UDP 
[fe80::20d:60ff:fe36:f83]:domain
dnsmasq 22990 root6u  IPv4 496141 TCP 
192.168.0.150:domain (LISTEN)
dnsmasq 22990 root7u  IPv4 496142 UDP 
192.168.0.150:domain

dnsmasq 22990 root8r  FIFO0,5  496147 pipe
dnsmasq 22990 root9w  FIFO0,5  496147 pipe
dnsmasq 22990 root   10u  unix 0xf485f900  496149 socket


and
#dnsmasq -d --bind-interfaces --interface=eth0 --conf-file

spike:~# lsof -nc dnsmasq
COMMAND   PID USER   FD   TYPE DEVICESIZENODE NAME
dnsmasq 23007 root  cwdDIR3,14096 2949776 
/home/srk/dnsmasq-2.47/dnsmasq-2.47

dnsmasq 23007 root  rtdDIR3,14096   2 /
dnsmasq 23007 root  txtREG3,1  152195 2950088 
/home/srk/dnsmasq-2.47/dnsmasq-2.47/src/dnsmasq
dnsmasq 23007 root  memREG0,0   0 [heap] (stat: 
No such file or directory)
dnsmasq 23007 root  memREG3,1   38412  721017 
/lib/libnss_files-2.7.so
dnsmasq 23007 root  memREG3,1   34352  721020 
/lib/libnss_nis-2.7.so

dnsmasq 23007 root  memREG3,1   83708  721011 /lib/libnsl-2.7.so
dnsmasq 23007 root  memREG3,1   30436  721013 
/lib/libnss_compat-2.7.so

dnsmasq 23007 root  memREG3,1 1356012  720994 /lib/libc-2.7.so
dnsmasq 23007 root  memREG3,1  117344  720977 /lib/ld-2.7.so
dnsmasq 23007 root0u   CHR  136,8  10 /dev/pts/8
dnsmasq 23007 root1u   CHR  136,8  10 /dev/pts/8
dnsmasq 23007 root2u   CHR  136,8  10 /dev/pts/8
dnsmasq 23007 root3u  sock0,4  496184 can't identify 
protocol
dnsmasq 23007 root4u  IPv6 496189 TCP 
[fe80::20d:60ff:fe36:f83]:domain (LISTEN)
dnsmasq 23007 root5u  IPv6 496190 UDP 
[fe80::20d:60ff:fe36:f83]:domain
dnsmasq 23007 root6u  IPv6 496191 TCP [::1]:domain 
(LISTEN)

dnsmasq 23007 root7u  IPv6 496192 UDP [::1]:domain
dnsmasq 23007 root8u  IPv4 496193 TCP 
192.168.0.150:domain (LISTEN)
dnsmasq 23007 root9u  IPv4 496194 UDP 
192.168.0.150:domain
dnsmasq 23007 root   10u  IPv4 496195 TCP 
127.0.0.1:domain (LISTEN)

dnsmasq 23007 root   11u  IPv4 496196 UDP 127.0.0.1:domain
dnsmasq 23007 root   12r  FIFO0,5  496201 pipe
dnsmasq 23007 root   13w  FIFO0,5  496201 pipe
dnsmasq 23007 root   14u  unix 0xf66dac80  496203 socket


What are you doing differently to me?

Cheers,

Simon.



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



Bug#507651: xmonad: please recommend newer versions of the libraries

2008-12-03 Thread Philipp Kern
Package: xmonad
Version: 0.8-1
Severity: normal

xmonad 0.8-1 currently lists the following recommends:

Recommends: libghc6-xmonad-dev, libghc6-xmonad-doc

This makes it hard to cherry-pick the right versions from unstable when
using testing because the newer versions of libghc6-xmonad-dev (and even
xmonad-contrib) are not pulled in.



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



Bug#479232: New files open new gxine instance

2008-12-03 Thread Paul Dwerryhouse

Any chance of getting this patched before lenny is released?

Cheers,

Paul.

-- 
Paul Dwerryhouse| PGP Key ID: 0x6B91B584



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



Bug#507063: joe: Option -guess_non_utf8 broke with 3.5-2

2008-12-03 Thread Josip Rodin
On Thu, Nov 27, 2008 at 04:49:17PM +0100, Mario Salzer wrote:
 I've reverted back to Joe 3.5-1.1, because with 3.5-2 there was a
 regression regarding charset/encoding detection.
 
 Having still a few non-UTF8 text files over, I'm using the joerc
 option -guess_non_utf8. I didn't notice till now, but this feature
 has been working exceptionally well.
 With 3.5-2 it stopped.
 
 When opening a file in ISO-8859-1, joe 3.5-2 now assumes it was UTF-8
 from environment vars or the current locale. Its previous sanity check
 does no longer work. (And as far as I tested, the actual char/encoding
 of a file cannot be set via commandline arguments or LC_* vars any
 longer either.)

If you set the locale to ISO-8859-1, either implicitly or explicitly
(depending on your locale) it should open the file with that charset.
Can you paste the output of locale(1) in the shell where there's a problem?

Regarding the guess option, that is probably another bug, but we'll deal
with that with the pending joe 3.7, which also modifies this logic but in
a more predictable way.

-- 
 2. That which causes joy or happiness.



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



Bug#507653: installation-reports: partitioner shows warning: 'The kernel was unable to re-read the partition table on /dev/md0'

2008-12-03 Thread Jack Douglas
Package: installation-reports

Boot method: flash
Image version: 
http://ftp.uk.debian.org/debian/dists/lenny/main/installer-armel/current/images/iop32x/netboot/n2100.bin
Date: 20 Nov 2008

Machine: Thecus n2100
Partitions:
thecus-spare:~# df -Tl
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/md0  ext3   23964765208 226937960   1% /
tmpfstmpfs   63504 0 63504   0% /lib/init/rw
udev tmpfs   1024076 10164   1% /dev
tmpfstmpfs   63504 0 63504   0% /dev/shm



Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [E]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

This warning appears after setting up a RAID1 install (2 250GB HDDs,
each partitioned into 1 0.5GB partition and 1 249.5GB partition. The 2
0.5s combined in a RAID1
array used as swap, the other 2 partitions combined in a RAID1 array
used as ext3 mounted as /):

┌──┤ [!] Partition disks
├┐
│ Warning!
   │
│ The kernel was unable to re-read the partition table on /dev/md0
(Invalid argument).│
│ This means Linux won't know anything about the modifications you
made until │
│ you reboot.  You should reboot your computer before doing anything
with /dev/md0.   │
│
   │
│ Go Back
Continue │
│
   │
└─┘



Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.

The install seems to proceed with no sign of a problem from that point on.


Bug#507646: cannot convince dns server to listen on ipv6+ipv4

2008-12-03 Thread martin f krafft
No idea:

# ip a l dev vnet
133: vnet: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state 
UNKNOWN 
link/ether 00:ff:6a:08:5d:3c brd ff:ff:ff:ff:ff:ff
inet 172.23.0.1/24 brd 172.23.0.255 scope global vnet
inet6 2001:41e0:ff38:::1/64 scope global 
   valid_lft forever preferred_lft forever
inet6 fe80::cc1d:afff:feba:a0d9/64 scope link 
   valid_lft forever preferred_lft forever

(vnet is a bridge...)

# dnsmasq --conf-file --bind-interfaces --listen-address=172.23.0.1
--listen-address=2001:41e0:ff38:::1 --except-interface=lo --strict-order
--pid-file=/var/run/dnsmasq.vnet.pid --dhcp-range=172.23.0.32,172.23.0.254,12h
--dhcp-leasefile=/var/lib/misc/dnsmasq.vnet.leases --dhcp-authoritative

# lsof -nc dnsmasq | grep IP
dnsmasq 21284 nobody5u  IPv4 267489UDP *:bootps 
dnsmasq 21284 nobody6u  IPv4 267504TCP 
172.23.0.1:domain (LISTEN)
dnsmasq 21284 nobody7u  IPv4 267505UDP 
172.23.0.1:domain 

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#507654: rdesktop: Enable ALSA

2008-12-03 Thread Marc Fargas
Package: rdesktop
Version: 1.6.0-2
Severity: wishlist

Hi there,
As far as I know rdesktop in Debian still uses OSS, but it has support
for ALSA, but the Debian package doesn't have this support enabled.

Please, enable ALSA support so we can run rdesktop throught Pulseaudio
and listen to our music while Windows plays its logon sound :)

Thanks,
Marc


-- System Information:
Debian Release: lenny/sid
  APT prefers experimental
  APT policy: (950, 'experimental'), (900, 'testing'), (300, 'unstable'), (100, 
'stable')
Architecture: i386 (i686)

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

Versions of packages rdesktop depends on:
ii  libc6 2.8+20080809-1 GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8g-14  SSL shared libraries
ii  libx11-6  2:1.1.99.2-1   X11 client-side library

rdesktop recommends no packages.

rdesktop suggests no packages.

-- no debconf information



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



Bug#507631: libghc6-happs-server-dev: uninstallable with unstable's hslogger

2008-12-03 Thread Mark Purcell
On Wednesday 03 December 2008 17:35:04 Chip Salzenberg wrote:
 Now that unstable's libghc6-hslogger-dev is updated, the happs 
packages
 are uninstallable.  Quoting dselect:
    libghc6-happs-util-dev depends on libghc6-hslogger-dev ( 
1.0.5.0+)

This bug only effects sid, as libghc6-hslogger-dev hasn't migrated to 
lenny and from the looks it isn't planned for migration.

John,  Is it your intention for libghc6-hslogger-dev to migrate to 
lenny?  If not are you aware that uploading to unstable, during freeze 
causes issues for your rdepends as they must now target fixes for lenny 
through tpu and not unstable.  You can safely upload to experimental for 
new upstream releases without causing lenny issues for your rdepends.

Release-Managers,

I would recommend tagging this bug lenny-ignore if the intention is not 
to migrate libghc6-hslogger-dev.

Mark



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



Bug#507632: nautilus 2.24.1 crashes on startup, fails to draw desktop

2008-12-03 Thread Josselin Mouette
tag 507632 + pending
thanks

Le mercredi 03 décembre 2008 à 08:10 +0100, Michael Biebl a écrit :
 Package: nautilus
 Version: 2.24.1-1
 Severity: normal
 
 Using nautilus from experimental causes a segfault. As a result, I have
 no icons or trash can on the desktop and no right click menu.

Thanks to help from Philipp Sadleder we just found what’s wrong. A fixed
package will be uploaded soon, and in the meantime you just need to
rebuild nautilus with libgnome-desktop-dev 2.24 installed.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#507368: [qcad] Can't type text with çãõâôáéíóúàü

2008-12-03 Thread Ruben Molina
 Can't type text with this ç,ã,õ,â,ô,á,é,í,ó,ú,à or ü.

Hi Sávio!
Thanks for your report. I was able to reproduce it and will check it the
next weekend...

Regards,
 Ruben


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#507655: [krypt] Add Krypt to the Debian package list

2008-12-03 Thread Maarten van Geijn
Package: krypt
Version: 0.2
Severity: wishlist

--- Please enter the report below this line. ---
Krypt is a nice package for mounting LUKS encrypted removable volumes as
Kde User. Is it possible to include it into the debian archive?


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-1-686

Debian Release: lenny/sid
  500 unstableftp.nl.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-===
|







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



Bug#507631: libghc6-happs-server-dev: uninstallable with unstable's hslogger

2008-12-03 Thread Sven Joachim
On 2008-12-03 12:59 +0100, Mark Purcell wrote:

 On Wednesday 03 December 2008 17:35:04 Chip Salzenberg wrote:
 Now that unstable's libghc6-hslogger-dev is updated, the happs 
 packages
 are uninstallable.  Quoting dselect:
    libghc6-happs-util-dev depends on libghc6-hslogger-dev ( 
 1.0.5.0+)

 This bug only effects sid, as libghc6-hslogger-dev hasn't migrated to 
 lenny and from the looks it isn't planned for migration.

 John,  Is it your intention for libghc6-hslogger-dev to migrate to 
 lenny?  If not are you aware that uploading to unstable, during freeze 
 causes issues for your rdepends as they must now target fixes for lenny 
 through tpu and not unstable.  You can safely upload to experimental for 
 new upstream releases without causing lenny issues for your rdepends.

 Release-Managers,

 I would recommend tagging this bug lenny-ignore if the intention is not 
 to migrate libghc6-hslogger-dev.

It should be tagged sid instead.  Since Lenny is not affected by this
bug, there is nothing to ignore. :-)

Sven



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



Bug#504721: Possible reason for serial console misdetection

2008-12-03 Thread Jérémy Bobbio
On Tue, Dec 02, 2008 at 10:50:26PM +0100, Frans Pop wrote:
 Someone who can actually write in C please check the code and let me know 
 if anything can be removed or is missing. I may well have added unneeded 
 includes for example and I have no idea what the original sprintf 
 statements were supposed to do.

Attached is a patch with a trimmed down version of console-type.c.

As we are not interested in the settings of the serial line or by the
state of the VT, we can just omit the struct declarations and be fine
with a dummy buffer.  As printf() and ioctl() are the only functions
used, we can trim down the #include's to sys/ioctl.h and
stdio.h.

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
diff --git a/packages/rootskel/src/sbin/Makefile b/packages/rootskel/src/sbin/Makefile
index b5e374e..83fb4bc 100644
--- a/packages/rootskel/src/sbin/Makefile
+++ b/packages/rootskel/src/sbin/Makefile
@@ -6,14 +6,18 @@ files_exec = \
 	shutdown \
 	init \
 	reopen-console \
+	console-type \
 	steal-ctty
 
+console-type: console-type.c
+	gcc -Os -Wall console-type.c -o console-type
+
 steal-ctty: steal-ctty.c
 	gcc -Os -Wall steal-ctty.c -o steal-ctty
 
-build: steal-ctty
+build: console-type steal-ctty
 
 clean:
-	rm -f steal-ctty
+	rm -f console-type steal-ctty
 
 include ../../Makefile.inc
diff --git a/packages/rootskel/src/sbin/console-type.c b/packages/rootskel/src/sbin/console-type.c
new file mode 100644
index 000..6105a3e
--- /dev/null
+++ b/packages/rootskel/src/sbin/console-type.c
@@ -0,0 +1,30 @@
+/* vi: set sw=4 ts=4: */
+/*
+ *
+ * Licensed under GPLv2
+ *
+ * Adapted for Debian Installer by Frans Pop fjp.debian.org from
+ * cttyhack from busybox 1.11, which is
+ *
+ * Copyright (c) 2007 Denys Vlasenko [EMAIL PROTECTED]
+ */
+
+#include sys/ioctl.h
+#include stdio.h
+
+enum { VT_GETSTATE = 0x5603 }; /* get global vt state info */
+
+int main(int argc, char ** argv)
+{
+	char buffer[256]; /* filled by ioctl */
+
+	if (ioctl(0, TIOCGSERIAL, buffer) == 0) {
+		/* this is a serial console */
+		printf(serial\n);
+	} else if (ioctl(0, VT_GETSTATE, buffer) == 0) {
+		/* this is linux virtual tty */
+		printf(virtual\n);
+	}
+
+	return 0;
+}
diff --git a/packages/rootskel/src/sbin/reopen-console b/packages/rootskel/src/sbin/reopen-console
index c6c55b5..702ddc3 100755
--- a/packages/rootskel/src/sbin/reopen-console
+++ b/packages/rootskel/src/sbin/reopen-console
@@ -6,11 +6,18 @@
 NL=
 
 
+console=
 if ! [ -f /var/run/console-device ]; then
-	# If the kernel emitted an handover message, then it's the one
+	# If the kernel emitted a handover message, then it's the one
 	console=$(dmesg -s 65535 |
 		sed -n -e 's/.*\] console handover: boot \[.*\] - real \[\(.*\)\]$/\1/p')
 
+	# Except if it is the wrong type...
+	if [ $console ]  [ $(console-type) = serial ]  \
+	   expr $console : tty[0-9] /dev/null; then
+		console=
+	fi
+
 	consoles=
 	if [ -z $console ]; then
 		# Retrieve all enabled consoles from boot log; ignore those


signature.asc
Description: Digital signature


Bug#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2

2008-12-03 Thread Julien BLACHE
[EMAIL PROTECTED] (Thomas Bogendoerfer) wrote:

Hi,

 no idea, yet. Does an older or newer kernel boot ? If yes, which kernel
 version ?

I have a 2.6.24 kernel up  running, stock debian kernel from back
then.

JB.

-- 
 Julien BLACHE [EMAIL PROTECTED]  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#503907: epiphany-webkit: Crashes at startup whenever I go to a site.

2008-12-03 Thread Mark Purcell
On Wednesday 29 October 2008 20:34:38 Mike Hommey wrote:
 reassign 503907 libwebkit-1.0-1
 found 503907 1.0.1-4
 fixed 503907 1.0.2~pre.svn37878-1

Mike,

Good that this RC bug has been fixed in experimental.

Can I ask what your strategy is for lenny?

. Backport the fix to 1.0.1
. Try and get 1.0.2 migrated to lenny
. Remove libwebkit-1.0-1 from lenny

Thanks,
Mark



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



Bug#507656: Fails on tangerine-icon-theme

2008-12-03 Thread Loïc Minier
Package: lintian
Version: 2.1.0
Severity: normal

Hi,

 I guess you might like to know about this:
Setting up lintian (2.1.0) ...
+++ lintian output +++
W: tangerine-icon-theme source: debian-watch-file-should-mangle-version
I: tangerine-icon-theme source: build-depends-without-arch-dep gnome-pkg-tools
internal error: command failed with error code 123
warning: collect info file-info about package tangerine-icon-theme: 512
warning: skipping check of binary package tangerine-icon-theme
+++ end of lintian output +++

 This is in a pbuilder where I apt-get install lintian and run it on the
 result.

   Bye

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

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

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.46-1   produces graph of changes introduc
ii  dpkg-dev1.14.23  Debian package development tools
ii  file4.26-1   Determines file type using magic
ii  gettext 0.17-6   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libipc-run-perl 0.80-2   Perl module for running processes
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.2-3  on-line manual pager
ii  perl [libdigest-sha 5.10.0-18Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.44-1.2   Text::Template perl module
ii  man-db2.5.2-3on-line manual pager

-- no debconf information

-- 
Loïc Minier



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



Bug#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2

2008-12-03 Thread Thomas Bogendoerfer
On Wed, Dec 03, 2008 at 01:26:49PM +0100, Julien BLACHE wrote:
 [EMAIL PROTECTED] (Thomas Bogendoerfer) wrote:
 
  no idea, yet. Does an older or newer kernel boot ? If yes, which kernel
  version ?
 
 I have a 2.6.24 kernel up  running, stock debian kernel from back
 then.

ok, do you have a chance to test something newer preferred git-current ?

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea.[ RFC1925, 2.3 ]



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



Bug#506099: iscsitarget: fails to configure without module

2008-12-03 Thread Frederik Schüler
Hi,

IMHO we should just add back the dependency on iscsitarget-module, which is in 
lenny thanks to the linux-modules-extra-2.6 package, as the module is 
out-of-tree anyway, and must be built from iscsitarget-source for non-debian 
packages in order for this package to be of any use at all.

Adding a construct via /etc/default/iscsitarget with ENABLE=no is an option, 
but it does only workaround the Debian-specific nuisance of starting every 
service by default.

So if no one objects, I will turn the 

Recommends: iscsitarget-module

into a Depends: and be done with it.

Best regards
Frederik Schüler

PS: the Recommends is still from before iscsitarget-module was included into 
l-m-e-2.6.



On Wednesday 03 December 2008 12:23:03 Mark Purcell wrote:
 On Tuesday 18 November 2008 22:45:17 Peter Palfrader wrote:
  Installing the iscsitarget package fails if a suitable kernel module
  is not available at configure time.  This prevents proper installing
  when you aren't running the final kernel for instance.
 
 Phillipp, Frederik,
 
 This RC bug against your package is a few weeks old and has not yet had a 
 comment from you, although Peter Palfrader has proposed a patch.
 
 Are you in a position to investigate this bug/ patch?
 
 Mark
 
 



-- 
ENOSIG


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


Bug#507657: libipc-shareable-perl: Test suite fails with 5.10, module likely doesn't work with 5.10 at all

2008-12-03 Thread Frank Lichtenheld
Package: libipc-shareable-perl
Version: 0.60-6
Severity: grave
Tags: patch
Justification: renders package unusable

The module doesn't run its test suite during build, but it really should do so:
~/tmp/libipc-shareable-perl-0.60$ LANG=C make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/00base..ok 
t/05svok 
t/10avok 1/11Can't use string (3) as an ARRAY ref while strict refs 
in use at /home/frl/tmp/libipc-shareable-perl-0.60/blib/lib/IPC/Shareable.pm 
line 
455.
t/10avdubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-11
Failed 9/11 tests, 18.18% okay
t/15hvok 
t/20ref...ok 
t/25ipc...ok 
t/30lock..ok 
t/35clean.ok 
t/36ipcav.ok 
t/38ipchv.ok 
t/40ipcrefok 
t/45obj...ok 
t/50ipcobjok 
t/55lsync.ok 
Failed Test Stat Wstat Total Fail  List of Failed
---
t/10av.t 255 6528011   18  3-11
Failed 1/14 test scripts. 9/93 subtests failed.
Files=14, Tests=93,  2 wallclock secs ( 0.63 cusr +  0.34 csys =  0.97 CPU)
Failed 1/14 test programs. 9/93 subtests failed.
make: *** [test_dynamic] Error 255

Patch from me in http://rt.cpan.org/Public/Bug/Display.html?id=41401

Gruesse,
Frank

-- 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-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#490893: initscripts: reboot fails to unmount '/'

2008-12-03 Thread Luigi Toscano

Aníbal Monsalve Salazar ha scritto:
 On Thu, Nov 20, 2008 at 11:48:55AM +1100, Anibal Monsalve Salazar wrote:

 Please try version 6.0-9 to see if it fixes this bug.

It works for me, but:
- I purged and reinstalled the package, to clean the initscript symbolic 
links
- is it normal to find only one Kxxportmap link, in the /etc/rc1.d 
directory?


Regards
--
Luigi



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



Bug#389762: man-db: cannot select manpage correctly with LANG=ja_JP.UTF-8

2008-12-03 Thread Colin Watson
On Thu, Sep 28, 2006 at 12:08:38AM +0900, KISE Hiroshi wrote:
 case 1: installed manpages-dev and manpages-ja-dev, not installed
  manpages-posix-dev
 
 $ LANG=ja_JP.UTF-8 man -a -w select
 /usr/share/man/man2/select.2.gz
 /usr/share/man/ja/man2/select.2.gz
 /usr/share/man/man2/select.2.gz
 $ LANG=ja_JP.UTF-8 man -w select
 /usr/share/man/man2/select.2.gz
 
 It's incorrect.  I expected result /usr/share/man/ja/man2/select.2.gz.

This particular instance of the problem is not reproducible any more,
but I think the underlying bug is still present.

man processes the manpath twice (at least if you use -a). In the first
phase, it looks in the filesystem; in the second phase, it looks in its
database. In each phase it looks through the possible sections and tries
to determine which pages are preferable.

The case of select is somewhat confusing. There's an ordinary page in
section 2 (both for English and Japanese), which is straightforward. If
you install manpages-posix-dev then there's also an ordinary page in
section 3 with extension posix. However, manpages-dev installs links to
select(2) as both FD_ZERO(2) and FD_ZERO(3) (I don't know why), and the
section 3 version is spotted when doing a database lookup. This is why
you get the duplication of /usr/share/man/man2/select.2.gz - at the
level where man is checking for duplicate candidates, it sees that
they're in different sections and therefore distinct, but it hasn't
realised that the section 3 page is actually a symlink into section 2.

As of man-db 2.5.0, there are databases for non-English hierarchies as
well, and I think this has papered over the problem because the bizarre
section 3 page shows up for Japanese as well. However, the fact that the
duplication isn't noticed and the fact that the whole list isn't
properly sorted are still bugs.

For my own reference: it would probably be best to fix the sorting
first, since I have a good reproduction case here.

Thanks,

-- 
Colin Watson   [EMAIL PROTECTED]



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



Bug#507269: Opinion of the Release Team on the ImageMagick transition

2008-12-03 Thread Loïc Minier
On Wed, Dec 03, 2008, Nelson A. de Oliveira wrote:
 http://people.debian.org/~naoliv/misc/imagemagick/507269/diff-control.txt

 Hmm why didn't you add the Provides to libmagickwand-dev (which depends
 on libmagickcore-dev and so pulls everything which used to be there)?

 xine-lib - FTBFS (I think that it's not related with imagemagick)

 The symptom for broken imagemagick (well Wand) handling in this case is
 that the build seems to go to the end, but it fails with some missing
 plugin during dh_install or something similar.  Looking at the build
 log you provided, it's exactly the output I've hit with the new
 imagemagick in Ubuntu (which I fixed by changing xine-lib's build-deps
 in Ubuntu).

 librmagick-ruby - versioned depends on libmagick9-dev
 human-icon-theme - versioned depends on libmagick9-dev
 tangerine-icon-theme - versioned depends on libmagick9-dev

 I've pushed tangerine-icon-theme/0.26.debian-3 with a libmagickcore-dev
 | libmagick9-dev (unversionned) build-dep; it relies on
 ImageMagick.pc and the convert program.  In fact it doesn't really
 the ImageMagick libs, it just needs the .pc file to check the version
 of IM.

 I've also pushed human-icon-theme/0.28.debian-3 with the exact same
 changes for the same reasons.

 Release team: could you please unblock these two?  Not critical for
 lenny, but gets things in shape.

 With libmagickwand-dev (and thus need to update de build-deps),
 libmagickcore-dev, libmagickcore1, libmagickwand1, all at version
 7:6.4.6.8.dfsg1-1:
 
 php-imagick - OK
 nip2 - FTBFS

 Ok, these would go away (and I would guess xine-lib as well, as it uses
 Wand) if you move the Provides to wand-dev.

 http://people.debian.org/~naoliv/misc/imagemagick/507269/logs/

 Thanks for these rebuilds and the diff,
-- 
Loïc Minier



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



Bug#507459: zaptel: insufficient input validation in some zaptel drivers

2008-12-03 Thread Florian Weimer
* Tzafrir Cohen:

 Impact: local privileges escalation
 Version: all versions (Now fixed in SVN, rev 4588)
 Upstream issue: http://bugs.digium.com/view.php?id=13954

 Fix for Etch version: attached dpatch
 Fix for Lenny version: 
 http://svn.debian.org/viewsvn/pkg-voip?rev=6507view=rev

 Some older Zaptel drivers do not apply input validation on the sync 
 field from the ioctl ZT_SPANCONFIG . This is sent on /dev/zap/ctl ,
 which in Debian is writable to the group dialout.

Would someone who can test a fixed Debian package please speak up?

Tzafrir, could you do that if we send you packages pre-release?



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



Bug#506353: mailscanner: many scripts allow local users to overwrite arbitrary files, and more, via symlink attacks

2008-12-03 Thread Mark Purcell
On Friday 21 November 2008 08:24:46 Raphael Geissert wrote:
 I'm using severity grave as this package should definitely not be shipped
 in any release as is.

Simon,

This RC bug was reported almost two weeks ago without any comment from you.

Are you in a position to investigate and propose a way forward for your 
package in lenny?

Thanks,
Mark



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



Bug#507658: RFP: loggedfs -- a fuse-filesystem which can log every operations in the filesystem

2008-12-03 Thread CSights
Package: wnpp
Severity: wishlist
X-Debbugs-CC: [EMAIL PROTECTED]

   Package name: loggedfs
Version: 0.5
Upstream Author: Rémi Flament  rflament at laposte.net
URL: http://loggedfs.sourceforge.net/
License: GPL
Description: LoggedFS is a fuse-filesystem which can log every operations 
in the filesystem (open, read, write, chmod, chown, remove, etc...). The 
configuration file allows to logs operations only for certains files with a 
regexp.

Would be useful for many things, including figuring out why a laptop's 
harddrive is spinning up!

The example log appears to show at least the process name, user, and filename 
being accessed on the filesystem:

17:29:35 (src/loggedfs.cpp:136) getattr /var/ {SUCCESS} [ pid = 8700 kded 
[kdeinit] uid = 1000 ]
17:29:41 (src/loggedfs.cpp:136) getattr /var/ {SUCCESS} [ pid = 10923 ls uid = 
1000 ]

Thanks!
C.



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



Bug#409722: indic rendering fixes

2008-12-03 Thread Rene Engelhard
reassign 409722 icu
close 409722 4.0-1
thanks

Jay Berkenbilt wrote:
 Since you seem to indicate that this problem may still be present, I
 will leave the bug open as you request.
[...]
 
 In any case, looking past the tone of your message, I appreciate that
 you have updated this bug report, and I will respect your wishes, as
 the submitter, that the bug be left open.  I will also happily pursue
 this further if you or anyone else can provide some additional input.
 In an ideal world, as debian maintainer, I would do some more digging
 myself, but there are only so many hours in the day.

OOo 3.1 will have icu 4.0 - with (almost) no extra patches[1]. So I 
am closing this against the experimentals icu. Too bad we need to get
lenny out with this bug and make OOo crashing in some circumstances - giving
Debian a bad reputation at OOo upstreams...

Regards,

Rene



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



Bug#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2

2008-12-03 Thread Julien BLACHE
[EMAIL PROTECTED] (Thomas Bogendoerfer) wrote:

Hi,

 ok, do you have a chance to test something newer preferred git-current ?

If you have a kernel I can try, sure. Building one is another story,
this machine isn't exactly fast nor quiet, as you probably know...

JB.

-- 
 Julien BLACHE [EMAIL PROTECTED]  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#506099: iscsitarget: fails to configure without module

2008-12-03 Thread Peter Palfrader
On Wed, 03 Dec 2008, Frederik Schüler wrote:

 IMHO we should just add back the dependency on iscsitarget-module

I disagree.  I should not be forced to run a debian kernel, or a kernel
built using debian's kernel stuff.


-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



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



Bug#412941: kvm: This is problem with the kernel security implemented on the interface

2008-12-03 Thread michal . suchanek
Package: kvm
Version: 72+dfsg-2
Followup-For: Bug #412941


Hello

I think we should blame this on the kernel people ;-)

tunctl allows to set a group permission on the interface but ..

 - the group permission only works for users that have this group as
   primary
 - if both user and group permission are set than only user with both
   that UID and primary GID is allowed to open the interface

If this were fixed to behave in some sane way you could make the device
accessible to some group (kvm or tapnet or whatever) and have users
added to that group.

Thanks

Michal


-- Package-specific info:


selected information from lshal(1):



/proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 14
model name  : Genuine Intel(R) CPU   T2300  @ 1.66GHz
stepping: 8
cpu MHz : 1666.563
cache size  : 2048 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc 
arch_perfmon bts pni monitor vmx est tm2 xtpr pdcm
bogomips: .12
clflush size: 64
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 14
model name  : Genuine Intel(R) CPU   T2300  @ 1.66GHz
stepping: 8
cpu MHz : 1666.563
cache size  : 2048 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
apicid  : 1
initial apicid  : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc 
arch_perfmon bts pni monitor vmx est tm2 xtpr pdcm
bogomips: .20
clflush size: 64
power management:




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

Kernel: Linux 2.6.28-rc7-macmini (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kvm depends on:
ii  adduser3.110 add and remove users and groups
ii  bridge-utils   1.4-5 Utilities for configuring the Linu
ii  iproute20080725-2networking and traffic control too
ii  libasound2 1.0.16-2  ALSA library
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libgnutls262.4.2-3   the GNU TLS library - runtime libr
ii  libncurses55.6+20080830-1shared libraries for terminal hand
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  python 2.5.2-3   An interactive high-level object-o
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kvm recommends:
ii  l 2.6.26-10  Linux 2.6.26 image on PPro/Celeron
ii  l 1  Linux kernel binary image for vers
ii  l 2.6.27-1~experimental.1~snapshot.12406 Linux 2.6.27 image on PPro/Celeron
ii  l 2.6.28-rc6-minimacmacmini-10.00.Custom Linux kernel binary image for vers
ii  l 2.6.28-rc7-macmini-10.00.CustomLinux kernel binary image for vers

Versions of packages kvm suggests:
ii  debootstrap   1.0.10 Bootstrap a basic Debian system
ii  hal   0.5.11-6   Hardware Abstraction Layer
pn  kvm-sourcenone (no description available)
pn  samba none (no description available)
pn  vde2  none (no description available)

-- no debconf information



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



Bug#499043: [Pkg-ia32-libs-maintainers] Bug#499043: ia32-libs breaks flash10, needs libcurl3, libnspr4-0d, libnss3-1d, libssh2-1

2008-12-03 Thread Frederik Schüler
Hi!

As adobe ships a native 64bit flash10 plugin now, I guess this bug can be 
closed?

Best regards
Frederik Schüler

-- 
ENOSIG


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


Bug#507656: Fails on tangerine-icon-theme

2008-12-03 Thread Adam D. Barratt

Hi,

Loïc Minier wrote:

 I guess you might like to know about this:
Setting up lintian (2.1.0) ...
+++ lintian output +++
W: tangerine-icon-theme source:
debian-watch-file-should-mangle-version
I: tangerine-icon-theme source: build-depends-without-arch-dep
gnome-pkg-tools internal error: command failed with error code 123
warning: collect info file-info about package tangerine-icon-theme:
512 warning: skipping check of binary package tangerine-icon-theme
+++ end of lintian output +++


I suspect this is the same problem as #507461.

Would it be possible for you to make the packages you're checking available 
somewhere so I can verify that the fix I've commited for that bug also fixes 
your issue? (or apply the changes from git commit 
8749adf8d497ab13070fce7db6afa47263967b82 or try lintian HEAD).


Regards,

Adam 





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



Bug#448807: gnome-terminal memory management

2008-12-03 Thread Enrico Zini
Hello,

I experience the same memory hogging with gnome-terminal.  In fact, in
my system, long-running gnome-terminals are the applications that use up
the highest amount of memory.

I did set scrollback to large values (5 lines, 32421Kb), but the
memory used hardly matches that.  The terminal I'm using, with 3 tabs
open, has this memory footprint at the moment:

  VIRT  RES  SHR
  666m  63m  11m

I can go in every tab and type 'reset' to clear the scrollback: it
spends maybe a minute messing through swap, it clears the scrollback,
and it leaves the memory usage unchanged.

I tried to monitor (via ps aux) the memory usage of a terminal with
several tabs open, as I was closing them one by one:

$ ps axuwww|grep 26142 (repeated)
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
enrico   26142  0.0  9.3 571008 191252 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.3 571008 191420 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.3 571008 191476 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.3 571008 191536 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.3 571008 191748 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.3 571008 191940 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.3 571008 192328 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.3 571008 192424 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.3 571008 192964 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.3 571008 193096 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.4 571008 193312 ?   Sl   Oct16  22:13 gnome-terminal
enrico   26142  0.0  9.4 571008 193544 ?   Sl   Oct16  22:13 gnome-terminal

Closing tabs, the memory usage seems to go UP instead of down.

I ran valgrind --leak-check=full gnome-terminal, then I opened a new
tab, generated some backscroll with a find /, closed the tab and
closed the terminal.  Please find attached the results, this is the
summary:

==24563== LEAK SUMMARY:
==24563==definitely lost: 37,962 bytes in 66 blocks.
==24563==indirectly lost: 110,480 bytes in 3,455 blocks.
==24563==  possibly lost: 170,000 bytes in 145 blocks.
==24563==still reachable: 63,587,633 bytes in 91,734 blocks.
==24563== suppressed: 0 bytes in 0 blocks.
 

Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini [EMAIL PROTECTED]
$ valgrind --leak-check=full gnome-terminal --disable-factory
==24563== Memcheck, a memory error detector.
==24563== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==24563== Using LibVEX rev 1854, a library for dynamic binary translation.
==24563== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==24563== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation 
framework.
==24563== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==24563== For more details, rerun with: -v
==24563== 
==24563== Conditional jump or move depends on uninitialised value(s)
==24563==at 0xBF1614E: XftFontInfoEqual (in /usr/lib/libXft.so.2.1.2)
==24563==by 0xBF164AC: XftFontOpenInfo (in /usr/lib/libXft.so.2.1.2)
==24563==by 0xBF16B7D: XftFontOpenPattern (in /usr/lib/libXft.so.2.1.2)
==24563==by 0x60E585F: (within /usr/lib/libvte.so.9.2.18)
==24563==by 0x60E6846: (within /usr/lib/libvte.so.9.2.18)
==24563==by 0x60C2A82: (within /usr/lib/libvte.so.9.2.18)
==24563==by 0x60C46F6: (within /usr/lib/libvte.so.9.2.18)
==24563==by 0x7A63DEE: g_closure_invoke (in 
/usr/lib/libgobject-2.0.so.0.1600.6)
==24563==by 0x7A76517: (within /usr/lib/libgobject-2.0.so.0.1600.6)
==24563==by 0x7A780ED: g_signal_emit_valist (in 
/usr/lib/libgobject-2.0.so.0.1600.6)
==24563==by 0x7A78451: g_signal_emit_by_name (in 
/usr/lib/libgobject-2.0.so.0.1600.6)
==24563==by 0x65892C7: (within /usr/lib/libgtk-x11-2.0.so.0.1200.11)
==24563== 
==24563== Conditional jump or move depends on uninitialised value(s)
==24563==at 0xBF164AF: XftFontOpenInfo (in /usr/lib/libXft.so.2.1.2)
==24563==by 0xBF16B7D: XftFontOpenPattern (in /usr/lib/libXft.so.2.1.2)
==24563==by 0x60E585F: (within /usr/lib/libvte.so.9.2.18)
==24563==by 0x60E6846: (within /usr/lib/libvte.so.9.2.18)
==24563==by 0x60C2A82: (within /usr/lib/libvte.so.9.2.18)
==24563==by 0x60C46F6: (within /usr/lib/libvte.so.9.2.18)
==24563==by 0x7A63DEE: g_closure_invoke (in 
/usr/lib/libgobject-2.0.so.0.1600.6)
==24563==by 0x7A76517: (within /usr/lib/libgobject-2.0.so.0.1600.6)
==24563==by 0x7A780ED: g_signal_emit_valist (in 
/usr/lib/libgobject-2.0.so.0.1600.6)
==24563==by 0x7A78451: g_signal_emit_by_name (in 
/usr/lib/libgobject-2.0.so.0.1600.6)
==24563==by 0x65892C7: (within /usr/lib/libgtk-x11-2.0.so.0.1200.11)
==24563==by 0x64E2255: (within /usr/lib/libgtk-x11-2.0.so.0.1200.11)
==24563== 
==24563== Use of uninitialised value of size 8
==24563==at 0xBF15642: (within 

Bug#507631: libghc6-happs-server-dev: uninstallable with unstable's hslogger

2008-12-03 Thread Mark Purcell
On Wednesday 03 December 2008 23:17:55 Sven Joachim wrote:
 Since Lenny is not affected by this bug, there is 
 nothing to ignore. :-)

Except the bug is filed against libghc6-happs-server-dev/0.9.2.1-3 which is 
currently in lenny (and sid) 

Mark



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



Bug#507459: zaptel: insufficient input validation in some zaptel drivers

2008-12-03 Thread Tzafrir Cohen
On Wed, Dec 03, 2008 at 01:37:17PM +0100, Florian Weimer wrote:
 * Tzafrir Cohen:
 
  Impact: local privileges escalation
  Version: all versions (Now fixed in SVN, rev 4588)
  Upstream issue: http://bugs.digium.com/view.php?id=13954
 
  Fix for Etch version: attached dpatch
  Fix for Lenny version: 
  http://svn.debian.org/viewsvn/pkg-voip?rev=6507view=rev
 
  Some older Zaptel drivers do not apply input validation on the sync 
  field from the ioctl ZT_SPANCONFIG . This is sent on /dev/zap/ctl ,
  which in Debian is writable to the group dialout.
 
 Would someone who can test a fixed Debian package please speak up?
 
 Tzafrir, could you do that if we send you packages pre-release?

I don't have that specific hardware. I can test it one hardwares I do
have to show it didn't break anything.

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir



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



Bug#507651: xmonad: please recommend newer versions of the libraries

2008-12-03 Thread Joachim Breitner
Hi,

Am Mittwoch, den 03.12.2008, 12:38 +0100 schrieb Philipp Kern:
 Package: xmonad
 Version: 0.8-1
 Severity: normal
 
 xmonad 0.8-1 currently lists the following recommends:
 
 Recommends: libghc6-xmonad-dev, libghc6-xmonad-doc
 
 This makes it hard to cherry-pick the right versions from unstable when
 using testing because the newer versions of libghc6-xmonad-dev (and even
 xmonad-contrib) are not pulled in.

You mean on a testing machine, running
$ apt-get -t unstable install xmonad
will get the libghc6* from testing, but if the Recommends were
versioned, it would get them from unstable? Are you sure that versioned
Recommends are actually adhered?

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#507661: libnet-daemon-perl: test suite fails

2008-12-03 Thread Frank Lichtenheld
Package: libnet-daemon-perl
Version: 0.38-1.1
Severity: important

The test suite fails both in lenny and sid:

lenny:
~/tmp/libnet-daemon-perl-0.38$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/base..ok   
t/configok   
t/fork..ok   
t/forkm.FAILED before any test output arrived
t/ithread...Perl exited with active threads:
0 running and unjoined
1 finished and unjoined
0 running and detached
t/ithread...ok   
t/ithreadm..ok   
t/loop-childok   
t/loop..ok   
t/singleok   
t/threadlock can only be used on shared values at t/server line 73, 
GEN3 line 1.

Error while reading 0: 0 () at t/thread.t line 42.

Perl exited with active threads:
0 running and unjoined
1 finished and unjoined
0 running and detached
t/threadFAILED test 4
Failed 1/5 tests, 80.00% okay
t/threadm...lock can only be used on shared values at t/server line 73, 
GEN2 line 1.

Child 0: Error while reading: 0 () at t/threadm.t line 54.
lock can only be used on shared values at t/server line 73, GEN3 line 1.

Child 1: Error while reading: 0 () at t/threadm.t line 54.
lock can only be used on shared values at t/server line 73, GEN4 line 1.

Child 2: Error while reading: 0 () at t/threadm.t line 54.
lock can only be used on shared values at t/server line 73, GEN5 line 1.

Child 3: Error while reading: 0 () at t/threadm.t line 54.
lock can only be used on shared values at t/server line 73, GEN6 line 1.

Child 4: Error while reading: 0 () at t/threadm.t line 54.
lock can only be used on shared values at t/server line 73, GEN7 line 1.

Child 5: Error while reading: 0 () at t/threadm.t line 54.
lock can only be used on shared values at t/server line 73, GEN8 line 1.

Child 6: Error while reading: 0 () at t/threadm.t line 54.
t/threadm...NOK 1/10lock can only be used on shared values at t/server line 
73, GEN9 line 1.

t/threadm...NOK 2/10Child 8: Error while reading: 0 () at t/threadm.t line 
54.
t/threadm...NOK 5/10lock can only be used on shared values at t/server line 
73, GEN10 line 1.

Child 7: Error while reading: 0 () at t/threadm.t line 54.
t/threadm...NOK 6/10lock can only be used on shared values at t/server line 
73, GEN11 line 1.

Child 9: Error while reading: 0 () at t/threadm.t line 54.
t/threadm...FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/unix..ok   
Failed Test Stat Wstat Total Fail  List of Failed
---
t/forkm.t ??   ??  ??
t/thread.t 51  4
t/threadm.t   10   10  1-10
Failed 3/12 test scripts. 21/73 subtests failed.
Files=12, Tests=73, 191 wallclock secs ( 1.12 cusr +  0.77 csys =  1.89 CPU)
Failed 3/12 test programs. 21/73 subtests failed.
make: *** [test_dynamic] Fehler 255


sid:
~/tmp/libnet-daemon-perl-0.43$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/base..ok   
t/configok   
t/fork..ok   
t/forkm.ok   
t/ithread...ok 1/5Perl exited with active threads:   
0 running and unjoined
1 finished and unjoined
0 running and detached
t/ithread...ok   
t/ithreadm..ok   
t/loop-childok   
t/loop..ok   
t/singleok   
t/threadlock can only be used on shared values at t/server line 73, 
GEN3 line 1.

Error while reading 0: 0 () at t/thread.t line 42.

Perl exited with active threads:
0 running and unjoined
1 finished and unjoined
0 running and detached
t/threadFAILED test 4
Failed 1/5 tests, 80.00% okay

Bug#507662: newvserver wait forever lenny when generating lenny guest

2008-12-03 Thread Ivan Sergio Borgonovo
Package: vserver-debiantools
Version: 0.6.2
Severity: serious

amd64

when generating a lenny vserver guest on a lenny host with newvserver I
get:

Generating locales (this might take a while)...
  en_US.UTF-8... done
Generation complete.
/vserver-config.sh: line 7: dselect: command not found

the line is
dselect update

and newvserver wait there forever.

generating etch (guest) vservers on lenny (host) works fine.

thanks




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



Bug#386107: Bug #386107: debsign doesn't use gpg-agent/pinentry

2008-12-03 Thread Xavier Luthi
tags 386107 + moreinfo
thanks

Hi, 


For those having this bug, can you please send more information?

It would be fine to start gpg-agent with verbose and debug
options activated: gpg-agent --daemon -vv --debug-all

Then, it would be useful to have:
 * the exact values of $GPG_TTY and $GPG_AGENT_INFO
 * the output of 'ps -ef |grep gpg-agent'
 * the output of 'echo test |gpg -s'

Thanks for your feedback!

Cheers,
 Xavier



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



Bug#507656: Fails on tangerine-icon-theme

2008-12-03 Thread Loïc Minier
On Wed, Dec 03, 2008, Adam D. Barratt wrote:
 Would it be possible for you to make the packages you're checking 
 available somewhere so I can verify that the fix I've commited for that 
 bug also fixes your issue? (or apply the changes from git commit  
 8749adf8d497ab13070fce7db6afa47263967b82 or try lintian HEAD).

 Sorry, can't test anything right now (preparing my suitcase for a
 trip); I uploaded the packages and you can also find them there:
 
http://people.dooz.org/~lool/debian/tangerine-icon-theme/0.26.debian-3/sid-pbuilder/

-- 
Loïc Minier



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



Bug#442684: mysql-dfsg-5.0: FTBFS if build twice in a row

2008-12-03 Thread Andres Mejia
tags 442684 + patch
thanks

Here's a patch that could resolve this issue.

-- 
Regards,
Andres
--- mysql-dfsg-5.0-5.0.67/debian/rules.old	2008-12-02 23:28:45.0 -0500
+++ mysql-dfsg-5.0-5.0.67/debian/rules	2008-12-03 00:22:50.0 -0500
@@ -153,6 +153,7 @@
 	rm -f testsuite-stamp
 	
 	[ ! -f Makefile ] || $(MAKE) clean
+	[ ! -d mysql-test/var ] || rm -rf mysql-test/var
 
 	# We like to see how long this is neccessary
 	@echo CRUFT BEGIN 


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


Bug#507075: nautilus: segfault when running --no-desktop or --browser

2008-12-03 Thread Todd A. Jacobs
On Sat, Nov 29, 2008 at 07:44:30AM +0100, Julien Valroff wrote:

 You should either install everything from sid (nautilus and
 libnautilus-extension1 2.20 + nautilus-open-terminal 0.8) or
 everything from experimental (now 2.24 and 0.9).

Installing all three packages from experimental now allows nautilus to
launch in desktop-management mode under GNOME. However, it looks like
these are version dependencies that aren't properly configured in the
debs, as installing nautilus from experimental did not pull in the other
two automatically. Once all three packages were brought in, though, the
GNOME desktop was working again.

-- 
Oh, look: rocks!
-- Doctor Who, Destiny of the Daleks




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



Bug#506099: iscsitarget: fails to configure without module

2008-12-03 Thread Frederik Schüler
Hi!

On Wednesday 03 December 2008 13:46:40 Peter Palfrader wrote:
  IMHO we should just add back the dependency on iscsitarget-module
 
 I disagree.  I should not be forced to run a debian kernel, or a kernel
 built using debian's kernel stuff.

iscsitarget is not in vanilla, it is always an external module, thus my 
intention.

Best regards
Frederik Schüler

-- 
ENOSIG


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


Bug#507665: mime-support: please include application/x-silverlight

2008-12-03 Thread Jo Shields
Package: mime-support
Version: 3.44-1
Severity: normal

Please include the MIME type used by Microsoft Silverlight (and by extension 
Novell Moonlight) browser content:

application/x-silverlight   scr

Thanks.

--Jo Shields




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



Bug#504721: Possible reason for serial console misdetection

2008-12-03 Thread Ferenc Wagner
Jérémy Bobbio [EMAIL PROTECTED] writes:

 On Tue, Dec 02, 2008 at 10:50:26PM +0100, Frans Pop wrote:

 As we are not interested in the settings of the serial line or by the
 state of the VT, we can just omit the struct declarations and be fine
 with a dummy buffer.

Don't you risk overflowing the buffer by not using a union of the two
structs?  Or are both guarranteed to never grow above 256 bytes?
-- 
Feri.



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



Bug#507664: [l10n] Czech translation for emacspeak

2008-12-03 Thread Martin Šín
Package: emacspeak
Severity: wishlist
Tags: l10n, patch

In attachement there is initial Czech translation (cs.po) for emacspeak
package, please include it.

Regards,
Martin Sin# Czech translation of emacspeak.
# Copyright (C) 2008
# This file is distributed under the same license as the emacspeak package.
# Martin Sin [EMAIL PROTECTED], 2008.
#
msgid 
msgstr 
Project-Id-Version: emacspeak 28.0-5\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-12-02 18:19+0100\n
PO-Revision-Date: 2008-12-03 13:51+0200\n
Last-Translator: Martin Sin [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Description
#: ../templates:3001
msgid Default speech server:
msgstr Výchozí řečový server:

#. Type: select
#. Description
#: ../templates:3001
msgid 
The /etc/emacspeak.conf file will be configured so that the command '/usr/
bin/emacspeak' will start Emacs with emacspeak support using this server.
msgstr 
Tato volba určuje server, který použije emacspeak (/usr/bin/emacspeak)  
při spuštění Emacs, hodnota se ukládá do konfiguračního souboru 
/etc/emacspeak.conf.

#. Type: select
#. Description
#: ../templates:3001
msgid 
You may change the selection later by running 'dpkg-reconfigure emacspeak' 
as root, or temporarily override the selection by setting the environment 
variable DTK_PROGRAM.
msgstr 
Výběr je možno změnit později zadáním příkazu „dpkg-reconfigure emacspeak“ 
s právy uživatele root, nebo dočasně změnit tento výběr nastavením proměnné 
prostředí DTK_PROGRAM.

#. Type: string
#. Description
#: ../templates:4001
msgid Hardware port of the speech generation device:
msgstr Hardwarový port zařízení generujícího hlas:

#. Type: string
#. Description
#: ../templates:4001
msgid 
If a hardware device is used to generate speech, please enter the Unix 
device file associated with it, such as' /dev/ttyS0' or '/dev/ttyUSB0'
msgstr 
Pokud používáte ke generování řeči nějaké hardwarové zařízení, zadejte prosím 
soubor zařízení, který je s ním asociován, např. „/dev/ttyS0“ nebo 
„/dev/ttyUSB0“.

#. Type: string
#. Description
#. Translators, please do not translate none
#: ../templates:4001
msgid If you use a software method to generate speech, please enter 'none'.
msgstr Pokud ke generování řeči používáte software, zadejte prosím „none“.

#. Type: error
#. Description
#: ../templates:5001
msgid ${port} is not a character special device
msgstr ${port} není speciálním zařízením

#. Type: string
#. Description
#: ../templates:6001
msgid Users of speech server:
msgstr Uživatelé serveru speech:

#. Type: string
#. Description
#: ../templates:6001
msgid 
Users must be members of group ${group} to access the speech server 
connected to ${port}. Please review the space-separated list of current 
members of that group, and add or remove usernames if needed.
msgstr 
Uživatelé, kteří chtějí přistupovat k serveru speech připojenému k ${port} 
musí být členy skupiny ${group}. Podívejte se prosím na seznam aktuálních 
uživatelů této skupiny a přidejte nebo odstraňte uživatelská jména podle 
potřeby, oddělovačem je mezera.

#. Type: string
#. Description
#: ../templates:6001
msgid 
If you later add users to the system, you can either reconfigure the 
emacspeak package afterwards, or enroll the user in ${group} with 'adduser 
${group} user'.
msgstr 
Pokud později přidáte uživatele do systému, můžete buď znovu nastavit balíček 
emacspeak, nebo přidat uživatele do skupiny ${group} pomocí příkazu „adduser 
${group} user“.

#. Type: string
#. Description
#: ../templates:6001
msgid 
Group membership is checked at login time, so new members must log out and 
log in again before using the speech server.
msgstr 
Příslušnost ke skupině se kontroluje při přihlášení, takže je potřeba, aby 
se noví uživatelé serveru speech znovu přihlásili.

#. Type: error
#. Description
#: ../templates:7001
msgid Invalid username ${user}
msgstr Neplatné uživatelské jméno ${user}

#. Type: error
#. Description
#: ../templates:7001
msgid 
There is no user named ${user}, so no such user could be added to ${group}.
msgstr 
V systému se nenachází uživatel ${user}, takže ho nelze přidat do 
skupiny ${group}.

#. Type: error
#. Description
#: ../templates:8001
msgid ${port} non-writable by unprivileged users
msgstr Neprivilegovaní uživatelé nemohou zapisovat na port ${port}

#. Type: error
#. Description
#: ../templates:8001
msgid 
Since the speech device is connected to ${port}, unprivileged users must 
have read/write access to that device.
msgstr 
Protože je zařízení speech připojené k ${port}, neprivilegovaní uživatelé 
musí mít právo pro čtení/zápis na toto zařízení.

#. Type: error
#. Description
#: ../templates:8001
msgid 
You should modify the 

  1   2   3   4   >