Bug#598119: Network interface loses IP-address

2010-11-07 Thread Bernhard
Hello,

I have tested the following:
- the debian installer starts normally
- the automatic network configuration with DHCP is successfully
- immediately before partitioning, the LED of my network switch switches
off and on (eth0 switches off and on)
- after partitioning the harddisk, the error message appears
(Debootstrap - Release Dateien konnten nicht heruntergeladen werden)
- executed automatic network configuration with DHCP again (network
configuration was successfully)
- The installation continued normally

In syslog (my message to this bug report at Mon, 25 Oct 2010) at
timestamp 14:11:54, the network interface eth0 was detected again.
I assume, the network interface eth0 loses the IP address at this point.

Question:
Why was the network interface eth0 detected twice?

Thank you for the great work.

Kind regards
Bernhard



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



Bug#550208: ripperx: Patch fixes some typos

2010-11-07 Thread tony mancill
On 10/08/2009 04:25 AM, Chris Leick wrote:
 Package: ripperx
 Version: 2.7.2-2
 Severity: minor
 Tags: patch
 
 
 Please find attached a patch that fixes some typos.
 
 Greetings,
 Chris

Thank you Chris.  The patch has been applied to the upstream repo.

Tony



signature.asc
Description: OpenPGP digital signature


Bug#602680: po-debconf: [INTL:vi] Vietnamese manpage translation update

2010-11-07 Thread Clytie Siddall
Package: po-debconfVersion: 1.0.16+nmu1Tags: l10n patchSeverity: wishlistThe updated Vietnamese translation for the manpage file:po-debconftranslated and submitted by:Clytie SiddallVietnamese Free-Software Translation Team

vi.po.gz
Description: GNU Zip compressed data


Bug#602568: squeeze-di-beta1 installer: partman hang

2010-11-07 Thread Christian PERRIER
reassign 602568 parted
severity 602568 important
tags 602568 patch
thanks

Quoting Jean-Christian de Rivaz (j...@eclis.ch):
 Please find in attachment my current proposition of patch. It remove
 the  obsolete -fgnu89-inline and use the same flags for build-udeb
 than for build-deb to get the -O2 optimization.
 
 This work, but I still don't understand why the code fail without
 optimization.


THanks *a lot* for this very detailed analysis. It really seems that
your fix should make it into parted.

Otavio?




signature.asc
Description: Digital signature


Bug#602681: chemical-structures: [INTL:vi] Vietnamese debconf templates translation

2010-11-07 Thread Clytie Siddall
Package: chemical-structures
Version: 2.1.dfsg.1-6
Tags:  l10n patch
Severity: wishlist

The initial Vietnamese translation for the debconf file: chemical-structures

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team

vi.po.gz
Description: GNU Zip compressed data


Bug#602682: grub-pc: on upgrade, endless loop of debconf dialogs (GRUB failed to install to the following devices)

2010-11-07 Thread Jonathan Nieder
Package: grub-pc
Version: 1.98+20100804-8
Severity: grave

Hi,

Happy grub-pc user.  But today's upgrade is not going so well:

1. I get a debconf dialog saying

GRUB failed to install to the following devices:

/dev/sda

Do you want to continue anyway?  If you do, your computer may
not start up properly.

The answer is no, obviously.  Why would I want my computer not to
start up properly?

2. I get a peek at the console.

Setting up grub-pc (1.98+20100804-8) ...
sed: -e expression #1, char 1: unknown command: `�
sed: -e expression #1, char 1: unknown command: `�
sed: -e expression #1, char 1: unknown command: `'
sed: -e expression #1, char 1: unknown command: `�
sed: -e expression #1, char 1: unknown command: `�
sed: -e expression #1, char 1: unknown command: `'
sed: -e expression #1, char 1: unknown command: `�
sed: -e expression #1, char 1: unknown command: `�
sed: -e expression #1, char 1: unknown command: `'
/usr/sbin/: Not found.

3. Another debconf dialog.

The grub-pc package is being upgraded.  This menu allows you
to select which devices you'd like grub-install to be
automatically run for, if any.

My choices are /dev/sda and /dev/dm-0.  I choose /dev/sda, of course.

4. Go back to step 1.

Downgrading to 1.98+20100804-7 does not help, even though
1.98+20100804-7 was working fine before.

Ideas?

*** BEGIN /proc/mounts
/dev/mapper/data-rootfs / ext4 
rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
/dev/mapper/data-home /home ext4 rw,noatime,barrier=1,data=ordered 0 0
/dev/mapper/data-usr /usr ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/mapper/data-var /var ext4 rw,noatime,barrier=1,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-HTS548080M9AT00_MRL402L4JN7TDB
*** END /boot/grub/device.map

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

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

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod lvm
insmod part_msdos
insmod ext2
set root='(data-usr)'
search --no-floppy --fs-uuid --set 195eaf1e-61ba-45ba-99e0-0b1f39823af1
if loadfont /share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod lvm
insmod part_msdos
insmod ext2
set root='(data-rootfs)'
search --no-floppy --fs-uuid --set cc444533-9179-4473-91ca-b5ee2543cb26
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
insmod part_msdos
insmod ext2
set root='(data-rootfs)'
search --no-floppy --fs-uuid --set cc444533-9179-4473-91ca-b5ee2543cb26
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.36-rc6-686' --class debian --class 
gnu-linux --class gnu --class os {
insmod lvm
insmod part_msdos
insmod ext2
set root='(data-rootfs)'
search --no-floppy --fs-uuid --set cc444533-9179-4473-91ca-b5ee2543cb26
echo'Loading Linux 2.6.36-rc6-686 ...'
linux   /boot/vmlinuz-2.6.36-rc6-686 root=/dev/mapper/data-rootfs ro  
quiet
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.36-rc6-686
}
menuentry 'Debian GNU/Linux, with Linux 2.6.36-rc6-686 (recovery mode)' --class 
debian --class gnu-linux --class gnu --class os {
insmod lvm
insmod part_msdos
insmod ext2
set root='(data-rootfs)'
search --no-floppy --fs-uuid --set cc444533-9179-4473-91ca-b5ee2543cb26
echo'Loading Linux 2.6.36-rc6-686 ...'
linux   /boot/vmlinuz-2.6.36-rc6-686 root=/dev/mapper/data-rootfs ro 
single 
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.36-rc6-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_otheros ###

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda1.

Bug#602684: bootchart2: Please support custom init (e.g. /bin/systemd)

2010-11-07 Thread Joerg
Package: bootchart2
Version: 0.12.4-1
Severity: wishlist

Bootchart2 uses /sbin/init as the init script. Can you please add a
parameter which makes it possible to select a custom init script.
With bootchart I was able to do this with the kernel parameter
bootchart_init=/bin/systemd

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

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

Versions of packages bootchart2 depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib

Versions of packages bootchart2 recommends:
ii  pybootchartgui0.12.4-1   viewer for boot process performanc

bootchart2 suggests no packages.

-- no debconf information
-- 
best regards
  Joerg



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



Bug#602685: ITP: python-fixtures

2010-11-07 Thread Robert Collins
package: wnpp

Source: python-fixtures
Section: python
Priority: optional
Maintainer: Robert Collins robe...@robertcollins.net
Build-Depends: debhelper (= 5.0.38), cdbs (= 0.4.49),
 python-all-dev (= 2.3.5-11)
Build-Depends-Indep: python-docutils, python-support (= 0.5.3),
  python-testtools (= 0.9.4)
Standards-Version: 3.9.1.0

Package: python-fixtures
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: PyUnit extension for defining test fixtures outside of test cases
 A PyUnit extension for defining test fixtures outside of test cases. Each
 fixture encapsulates creating, reusing and freeing some state - be that a
 temporary directory on disk, SQL server connection, or just a particular
 object graph.
 .
 Fixtures ships with the base class, unittest glue and a number of precanned
 concrete fixtures.



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


Bug#601727: alsa-base: No sound through speakers on newer kernels

2010-11-07 Thread stas zytkiewicz
Hi, I just came across the same bug.
My soundcard:
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
Controller (rev 03)
Subsystem: Dell Device 02aa
Flags: bus master, fast devsel, latency 0, IRQ 31
Memory at f6afc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: HDA Intel

Kernel: Linux Mobi64 2.6.32-5-686 #1 SMP Sat Oct 30 22:47:19 UTC 2010
i686 GNU/Linux

The fix is to add the two following lines to /etc/modprobe.d/alsabase.conf
options snd-hda-intel model=hp-dv5
options snd-hda-intel enable_msi=1

And the sound works perfectly :-)

Greetings,
Stas Zytkiewicz


-- 
Free-source educational programs for schools
http://www.schoolsplay.org  and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot



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



Bug#602683: xserver-xorg-video-intel: Random crashes with Error in I830WaitLpRing()

2010-11-07 Thread François Guerraz
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny8
Severity: important

When using some 2D or 3D capacities (for example with games as simple as in 
GCompris), X crashes sometimes.

Here is a backtrace of the crash :

#0  0x003e31231ed5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x003e312333f3 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x0057c64d in FatalError (f=0x7f72e76498c4 lockup\n) at 
../../os/log.c:554
args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 
0x7fff674d6e40, reg_save_area = 0x7fff674d6d80}}
beenhere = 1
#3  0x7f72e76110f9 in I830WaitLpRing (pScrn=0x13bca40, n=131064, 
timeout_millis=0) at ../../src/i830_accel.c:150
pI830 = (I830Ptr) 0x13bf100
ring = (I830RingBuffer *) 0x7f7d00
iters = 11723754
start = 237207775
now = value optimized out
last_head = 112460
#4  0x7f72e761150b in I830Sync (pScrn=0x13bca40) at ../../src/i830.h:863
pI830 = (I830Ptr) 0x13bf100
flags = 33554449
__FUNCTION__ = I830Sync
#5  0x7f72e761e250 in i830_stop_ring (pScrn=0x13bca40, flush=value 
optimized out) at ../../src/i830_driver.c:1900
No locals.
#6  0x7f72e761e39d in I830LeaveVT (scrnIndex=value optimized out, 
flags=value optimized out) at ../../src/i830_driver.c:3321
pScrn = (ScrnInfoPtr) 0x13bca40
pI830 = (I830Ptr) 0x13bf100
o = 2
#7  0x0046a445 in AbortDDX () at 
../../../../hw/xfree86/common/xf86Init.c:1112
i = 1
#8  0x0057bfc8 in AbortServer () at ../../os/log.c:406
No locals.
#9  0x0057c635 in FatalError (f=0x7f72e76498c4 lockup\n) at 
../../os/log.c:552
args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 
0x7fff674d7020, reg_save_area = 0x7fff674d6f60}}
beenhere = 1
#10 0x7f72e76110f9 in I830WaitLpRing (pScrn=0x13bca40, n=131064, 
timeout_millis=0) at ../../src/i830_accel.c:150
pI830 = (I830Ptr) 0x13bf100
ring = (I830RingBuffer *) 0x7f7d00
iters = 11097700
start = 237205507
now = value optimized out
last_head = 112460
#11 0x7f72e761150b in I830Sync (pScrn=0x13bca40) at ../../src/i830.h:863
pI830 = (I830Ptr) 0x13bf100
flags = 33554449
__FUNCTION__ = I830Sync
#12 0x7f72e66bf98e in exaWaitSync (pScreen=0xd48) at ../../exa/exa.c:806
pExaScr = (ExaScreenPrivPtr) 0x13f5400
#13 0x7f72e66c0331 in exaPrepareAccess (pDrawable=0x2442a20, index=1) at 
../../exa/exa.c:352
pPixmap = (PixmapPtr) 0x2442a20
#14 0x7f72e66c393d in exaCopyDirtyToSys (pPixmap=0x2442a20) at 
../../exa/exa_migration.c:155
pExaScr = (ExaScreenPrivPtr) 0x13f5400
pExaPixmap = (ExaPixmapPrivPtr) 0x2442a80
pRegion = (RegionPtr) 0x2442b20
save_pitch = 64
pBox = (BoxPtr) 0x2442b20
nbox = 0
do_sync = 0
#15 0x7f72e66c39c8 in exaMoveOutPixmap (pPixmap=0x2442a20) at 
../../exa/exa_migration.c:376
pExaPixmap = (ExaPixmapPrivPtr) 0x2442a80
#16 0x7f72e66c4531 in exaDoMigration (pixmaps=0x7fff674d7220, npixmaps=1, 
can_accel=0) at ../../exa/exa_migration.c:620
pExaScr = (ExaScreenPrivPtr) 0x13f5400
i = 1
j = value optimized out
__func__ = exaDoMigration
#17 0x7f72e66c1ecd in exaGetImage (pDrawable=0x2442a20, x=0, y=0, w=16, 
h=1, format=2, planeMask=4294967295, d=0x7f72d05e9000 )
at ../../exa/exa_accel.c:1360
pExaScr = (ExaScreenPrivPtr) 0x13f5400
pixmaps = {{as_dst = 0, as_src = 1, pPix = 0x2442a20}}
pPix = value optimized out
xoff = 32626
yoff = -426988984
ok = value optimized out
#18 0x004dd212 in miBSGetImage (pDrawable=0x2442a20, sx=0, sy=0, w=16, 
h=1, format=2, planemask=4294967295, pdstLine=0x7f72d05e9000 )
at ../../mi/mibstore.c:609
pScreen = (ScreenPtr) 0x13ee480
bounds = {x1 = 0, y1 = 0, x2 = 0, y2 = 0}
depth = 0 '\0'
#19 0x004ef963 in miSpriteGetImage (pDrawable=0x2442a20, sx=0, sy=8, 
w=16, h=1, format=2, planemask=4294967295, pdstLine=0x7f72d05e9000 )
at ../../mi/misprite.c:299
pScreen = (ScreenPtr) 0x13ee480
#20 0x00505d68 in ProcShmGetImage (client=0x1e65260) at 
../../Xext/shm.c:1003
pDraw = (DrawablePtr) 0x2442a20
lenPer = 0
length = value optimized out
plane = 0
xgi = {type = 1 '\001', depth = 32 ' ', sequenceNumber = 43513, length 
= 0, visual = 0, size = 64, pad0 = 21007712, pad1 = 0, pad2 = 1733129336, 
  pad3 = 32767}
shmdesc = value optimized out
rc = value optimized out
#21 0x00506468 in ProcShmDispatch (client=0x1e65260) at 
../../Xext/shm.c:1158
No locals.
#22 0x0044f7e2 in Dispatch () at ../../dix/dispatch.c:502
result = value optimized out
client = (ClientPtr) 0x1e65260
nready = 0
start_tick = 4100
#23 0x00436bd5 in main (argc=9, 

Bug#602686: unblock: chromium-browser/6.0.472.63~r59945-2

2010-11-07 Thread Giuseppe Iuculano
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please unblock package chromium-browser

chromium-browser (6.0.472.63~r59945-2) unstable; urgency=high

   * Added the missing changelog credit for the 5.0.375.29~r46008-1 revision.
 Obviously this was not a stealing as foolishly written by Fabien Tassin
 in a blog rant, but was a bad debian/changelog merge.
   * Backported security patches from stable:
 - High Use-after-free in text editing. Credit to David Bloom of the Google
   Security Team, Google Chrome Security Team (Inferno) and Google Chrome
   Security Team (Cris Neckar).
 - High Memory corruption with enormous text area. Credit to wushi of
   team509.
 - High Bad cast with the SVG use element. Credit to the kuzzcc.
 - High Use-after-free in text control selections. Credit to vkouchna.
 - High Integer overflows in font handling. Credit to Aki Helin of OUSPG.
 - High Bad use of destroyed frame object. Credit to various developers,
   including gundlach.
 - High Type confusions with event objects. Credit to fam.lam and Google
   Chrome Security Team (Inferno).
 - High Out-of-bounds array access in SVG handling. Credit to wushi of
   team509.

unblock chromium-browser/6.0.472.63~r59945-2


Cheers,
Giuseppe.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkzWVUYACgkQNxpp46476appGwCfaXsVOxYxdNYdx9SwVE07RRMr
25EAoIGckfg/18zTuS4B+L3JGq4HD45p
=+Ayu
-END PGP SIGNATURE-



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



Bug#602682: grub-pc: on upgrade, endless loop of debconf dialogs (GRUB failed to install to the following devices)

2010-11-07 Thread Jonathan Nieder
severity 602682 normal
retitle 602682 grub-pc: postinst should cope better with broken update-grub
quit

Jonathan Nieder wrote:

 Setting up grub-pc (1.98+20100804-8) ...
 sed: -e expression #1, char 1: unknown command: `�

My mistake.  dash trouble with a development snapshot; downgrading
to dash from sid (0.5.5.1-7.2) fixes it.

Still, is this infinite loop for failing update-grub intentional?
if there is anything I can do to help the error handling, please let
me know.

Thanks,
Jonathan



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



Bug#602684: bootchart2: Please support custom init (e.g. /bin/systemd)

2010-11-07 Thread David Paleino
Hello Joerg,

On Sun, 07 Nov 2010 08:24:11 +0100, Joerg wrote:

 Bootchart2 uses /sbin/init as the init script. Can you please add a
 parameter which makes it possible to select a custom init script.
 With bootchart I was able to do this with the kernel parameter
 bootchart_init=/bin/systemd

It should already work like this. Have you tried it?

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#602667: samtools: FTBFS on armel

2010-11-07 Thread Andreas Tille
On Sat, Nov 06, 2010 at 11:20:34PM +, Hector Oron wrote:
 Package: samtools
 Version: 0.1.9-1
 Severity: serious
 ...
 -- System Information:
 Debian Release: squeeze/sid

I wonder whether we should simply leave out arm architecture for the
Squeeze release.  I perfectly agree with the principle that any program
should run on any released arch and we are increasing software if we try
to fix those problems.  However, to not add any additional pressure to
the release it might be a reasonable way to go to simply exclude this
package from arm where it is not used in practical cases (at least these
days where gene sequencing is not (yet) done on large arm clusters).
For sure - if there would be a simple patch it should be applied.

Kind regards and thanks for your arm porting work in any case

Andreas.

-- 
http://fam-tille.de



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



Bug#602687: abiword: plugin license incompatibility introduced in NMU

2010-11-07 Thread Paul Wise
Package: abiword
Version: 2.8.6-0.1
Severity: serious
X-Debbugs-CC: Jari Aalto jari.aa...@cante.net, tony mancill 
tmanc...@debian.org

Quoting from my review of 2.8.6-1 prepared by the maintainer:

http://lists.debian.org/debian-mentors/2010/10/msg00401.html

The license of plugins/opendocument/common/xp/crypto/blowfish/ looks
like it is the original BSD license with obnoxious advertising clause,
which is incompatible with the GNU GPL IIRC. This is the blocker for
uploading it. Please talk to upstream about that.

http://www.gnu.org/licenses/license-list.html#OriginalBSD

In addition it is an embedded code copy of part of OpenSSL, the
security team does not like those.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#602688: adduser: [INTL:vi] Vietnamese program translation

2010-11-07 Thread Clytie Siddall
Package: adduser
Version: 3.112+nmu1
Tags:  l10n patch
Severity: wishlist

The initial Vietnamese translation for the program file: adduser

(I hope I got the version right: you didn't quote one in the po-debconf request 
email, so I grabbed this version from the current debconf file quoted on 
http://www.debian.org/intl/l10n/po-debconf/vi.)

(This brings Vietnamese to 100% for adduser Debconf and runtime strings: I'll 
try to get to the manpage strings soon. It certainly helps that you use 
po-debconf notifications for all three, and attach the files. :) )

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team

vi.po.gz
Description: GNU Zip compressed data


Bug#602684: bootchart2: Please support custom init (e.g. /bin/systemd)

2010-11-07 Thread Jörg Schütter
Hello David,

On Sun, 7 Nov 2010 08:40:06 +0100
David Paleino da...@debian.org wrote:

 Hello Joerg,
 
 On Sun, 07 Nov 2010 08:24:11 +0100, Joerg wrote:
 
  Bootchart2 uses /sbin/init as the init script. Can you please add a
  parameter which makes it possible to select a custom init script.
  With bootchart I was able to do this with the kernel parameter
  bootchart_init=/bin/systemd
 
 It should already work like this. Have you tried it?

I replaced bootchart with bootchart2 and changed the kernel
options according to the README (leaving the other parameters
unchanged). This is the result of grep '\binit\b' header
taskstats.log within bootchart.tgz:

header:system.kernel.options = BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 
root=UUID=e5e00df4-c24f-48b0-8062-4406762d9257 ro quiet vga=0x314 
nf_conntrack.acct=1 initcall_debug printk.time=y init=/sbin/bootchartd 
bootchart_init=/bin/systemd quiet
taskstats.log:1 0 init 456028500 374277731 0
taskstats.log:1 0 init 456028500 380208931 0
taskstats.log:524 1 init 4000250 0 0
taskstats.log:525 524 init 0 9530401 0
taskstats.log:525 524 init 0 26280714 0
taskstats.log:525 524 init 0 51994808 0
taskstats.log:984 982 module-init-too 0 34799603 0
taskstats.log:1008 984 module-init-too 0 0 0
taskstats.log:1008 984 module-init-too 4000250 0 0
taskstats.log:1052 1008 module-init-too 0 0 0
taskstats.log:1 0 init 460028750 407257199 0

Do I need to change the kernel option?

best regards
  Joerg



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



Bug#602679: gnome-clock-applet-mechanism: consumes 100% CPU after user logins into gnome on kfreebsd

2010-11-07 Thread Josselin Mouette
Le dimanche 07 novembre 2010 à 01:25 -0400, toobuntu a écrit : 
 Package: gnome-panel
 Version: 2.30.2-2
 Severity: important
 File: gnome-clock-applet-mechanism
 
 After logging in to gnome on kfreebsd on amd64, gnome-clock-applet-mechanism 
 consumes 100% CPU

In order to debug that, I’d appreciate a few stack traces of the looping
process.

Please install gnome-panel-dbg and attach a gdb to this process.

Thanks,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#586540: kdm on initial start at kfreebsd bootup does not allow keyboard input

2010-11-07 Thread Petr Salinger

Hi.


The easiest solution for now is to alter ServerArgsLocal
at least on GNU/kFreeBSD in /etc/kde4/kdm/kdmrc to
ServerArgsLocal=vt7 -br -nolisten tcp



It's very likely that this change would break Start new session feature of
KDE which works fine at the moment. While I could live with having it broken
on kFreeBSD, that's definitely not acceptable for Linux where this problem
does not manifest itself.

The bug we are facing here is that kdm starts on vt2 when it's not supposed to
even bother with VTs below 7. ServerVTs=-7 setting in /etc/kde4/kdm/kdmrc
takes care of it (on Linux). However, apparently ServerVTs does not work on
kfbsd for some reason (nor it's present in default kdmrc). Finding that reason
would be the real fix and I will look into it later today/tomorrow. It could
be as easy as #define which does not cover kfbsd (I hope).


Given it looks like it is not so easy, would be possible to upload
new package with ServerArgsLocal=vt7 -br -nolisten tcp on GNU/kFreeBSD.

It would workaround the bug for squeeze now, the VT switching can be 
implemented later.


Cheers

Petr



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



Bug#602689: mplayer always crash with or without file to play ($1) = lzo1x_decode

2010-11-07 Thread gbulot
Package: mplayer
Version: 1.0~rc2-17+lenny3.2
Severity: normal

mplayer: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51: undefined 
symbol: lzo1x_decode


-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable'), (90, 'unstable'), (90, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
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 mplayer depends on:
ii  debconf [debconf 1.5.24  Debian configuration management sy
ii  libasound2   1.0.23-2.1  shared library for ALSA applicatio
ii  libatk1.0-0  1.22.0-1The ATK accessibility toolkit
ii  libaudiofile00.2.6-7+lenny1  Open-source version of SGI's audio
ii  libavcodec51 0.svn20080206-18+lenny1 ffmpeg codec library
ii  libavformat520.svn20080206-18+lenny1 ffmpeg file format library
ii  libavutil49  4:0.5.2-6   ffmpeg utility library
ii  libc62.7-18lenny6GNU C Library: Shared libraries
ii  libcaca0 0.99.beta14-1   colour ASCII art library
ii  libcairo21.8.8-2~bpo50+1 The Cairo 2D vector graphics libra
ii  libcdparanoia0   3.10.2+debian-5 audio extraction tool for sampling
ii  libcucul00.99.beta14-1   low-level Unicode character drawin
ii  libdirectfb-1.0- 1.0.1-11direct frame buffer graphics - sha
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libfaad0 2.6.1-3.1   freeware Advanced Audio Decoder - 
ii  libfontconfig1   2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.7-2+lenny4  FreeType 2 font engine, shared lib
ii  libfribidi0  0.10.9-1Free Implementation of the Unicode
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libgif4  4.1.6-6 library for GIF images (library)
ii  libgl1-mesa-glx  7.0.3-7 A free implementation of the OpenG
ii  libglib2.0-0 2.22.4-1~bpo50+1The GLib library of C routines
ii  libgtk2.0-0  2.12.12-1~lenny2The GTK+ graphical user interface 
ii  libjack0 0.109.2-5   JACK Audio Connection Kit (librari
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  liblircclient0   0.8.3-3 infra-red remote control support -
ii  liblzo2-22.03-1  data compression library
ii  libmpcdec3   1.2.2-1 Musepack (MPC) format library
ii  libncurses5  5.7+20100313-2  shared libraries for terminal hand
ii  libogg0  1.1.3-4 Ogg Bitstream Library
ii  libopenal1   1:1.4.272-2 Software implementation of the Ope
ii  libpango1.0-01.20.5-6Layout and rendering of internatio
ii  libpng12-0   1.2.27-2+lenny4 PNG library - runtime
ii  libpostproc514:0.5.2-6   ffmpeg video postprocessing librar
ii  libsdl1.2debian  1.2.13-2Simple DirectMedia Layer
ii  libsmbclient 2:3.2.5-4lenny13shared library that allows applica
ii  libspeex11.2~rc1-1   The Speex codec runtime library
ii  libstdc++6   4.4.4-8 The GNU Standard C++ Library v3
ii  libsvga1 1:1.4.3-27  console SVGA display libraries
ii  libswscale0  4:0.5.2-6   ffmpeg video scaling library
ii  libtheora0   1.1.1+dfsg.1-3  The Theora Video Compression Codec
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxext6 2:1.0.4-2   X11 miscellaneous extension librar
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxv1   2:1.0.4-1   X11 Video extension library
ii  libxvmc1 1:1.0.4-2   X11 Video extension library
ii  libxxf86dga1 2:1.0.2-1   X11 Direct Graphics Access extensi
ii  libxxf86vm1  1:1.0.2-1   X11 XFree86 video mode extension l
ii  mplayer-skin-blu 1.6-2   blue skin for mplayer
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

and 

ii  libavcodec51  0.svn20080206-18+lenny1   ffmpeg codec 
library
ii  libavdevice52 0.svn20080206-18+lenny1   ffmpeg device 
handling library
ii  libavformat52 0.svn20080206-18+lenny1   ffmpeg file 
format library
ii  libavutil49   4:0.5.2-6 ffmpeg utility 
library
ii  mplayer   1.0~rc2-17+lenny3.2   movie player 
for Unix-like systems


mplayer recommends no packages.

Versions of packages mplayer suggests:
ii  bzip2 1.0.5-1+lenny1 high-quality block-sorting file co
ii  fontconfig2.6.0-3generic 

Bug#598956: javascript segfaults in webkit on kfreebsd-i386

2010-11-07 Thread Petr Salinger

found 598956 1.2.5-2
severity 598956 serious
--

Hi,

it brokes many browsers on kfreebsd-i386, please apply (now) tested patch,
which is in

Message #64 received at 598...@bugs.debian.org
Message #69 received at 598...@bugs.debian.org

The patch itself is just adding four times || defined(__GLIBC__).

Thanks

Petr




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



Bug#602331: plymouth does not allow to enter maintenance shell

2010-11-07 Thread Christian Meyer
Am Donnerstag, den 04.11.2010, 20:53 +0100 schrieb Julien Cristau:
 On Thu, Nov  4, 2010 at 20:47:10 +0100, Christian Meyer wrote:
 
  Do you have a suggestion how to force the maintenance shell at boot time?
  However. I will install 0.8.3-17 and wait for the next filesystem 
  inconsistency. 
  
 I suppose you could change the root= parameter in grub so the initramfs
 can't find the root device and gets you to the maintenance shell?

Sorry, this didn't work. I gave invalid (e.g. /abc) and wrong
(e.g. /home) parameters, but my system booted without maintenance shell
(only a kernel panic once).
Even creating /forcefsck and then powering off by unplugging power
supply (while copying a large file to /) didn't work (yet).
I will go on trying and report it when maintenance shell appear.

Christian




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



Bug#602690: RFP: massif-visualizer -- Visualizer for Valgrind Massif data files

2010-11-07 Thread Paul Wise
Package: wnpp
Severity: wishlist
X-Debbugs-CC: pkg-kde-ext...@lists.alioth.debian.org

* Package name: massif-visualizer
  Version : 0.2
  Upstream Author : Milian Wolff m...@milianw.de
* URL : 
https://projects.kde.org/projects/kdereview/massif-visualizer
* License : GPL
  Programming Lang: C++
  Description : Visualizer for Valgrind Massif data files

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#602649: iceweasel: does not support CSS2.1 display: run-in

2010-11-07 Thread Mike Hommey
forwarded 602649 https://bugzilla.mozilla.org/show_bug.cgi?id=2056
thanjs

On Sat, Nov 06, 2010 at 09:32:04PM +, brian m. carlson wrote:
 Package: iceweasel
 Version: 3.6.12-1
 Severity: normal
 
 Iceweasel does not support display: run-in.  From my reading, this is a
 mandatory aspect of CSS 2.1.  As a practical matter, this makes joining
 titles and subtitles with :  difficult.  Gecko is also the only major
 rendering engine not supporting this.

This has been filed upstream for 12 years ;)
There is hope, though, because there is now a bug tracking all bugs
involving (un/mis)supported CSS 2.1 features.
https://bugzilla.mozilla.org/show_bug.cgi?id=605520

Mike



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



Bug#602691: soundkonverter: soundKonverter gets stuck when trying to add replaygain

2010-11-07 Thread Magnus Lassus
Package: soundkonverter
Version: 0.9.91-1
Severity: important

Hi,

soundKonverter gets stuck adding replaygains in locations which would imply
clipping, e.g. where running mp3gain without -k would ask for permission. 

The changelog for 0.9.92 (1.0.0 beta3) do also mention:
-Fix: soundKonverter would get stuck when trying to add replaygain (add 
argument for mp3gain/aacgain to lower gain to avoid clipping)

Please consider adding this fix.

Regards,
Magnus


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

Kernel: Linux 2.6.35-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=sv_FI.UTF-8, LC_CTYPE=sv_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages soundkonverter depends on:
ii  kdebase-runtime4:4.4.5-1 runtime components from the offici
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-4 GCC support library
ii  libkcddb4  4:4.4.5-1 CDDB library for KDE Platform (run
ii  libkdecore54:4.4.5-1 the KDE Platform Core Library
ii  libkdeui5  4:4.4.5-1 the KDE Platform User Interface Li
ii  libkfile4  4:4.4.5-1 the File Selection Dialog Library 
ii  libkio54:4.4.5-1 the Network-enabled File Managemen
ii  libqt4-dbus4:4.6.3-4 Qt 4 D-Bus module
ii  libqt4-network 4:4.6.3-4 Qt 4 network module
ii  libqt4-svg 4:4.6.3-4 Qt 4 SVG module
ii  libqt4-xml 4:4.6.3-4 Qt 4 XML module
ii  libqtcore4 4:4.6.3-4 Qt 4 core module
ii  libqtgui4  4:4.6.3-4 Qt 4 GUI module
ii  libsolid4  4:4.4.5-1 Solid Library for KDE Platform
ii  libstdc++6 4.4.5-4   The GNU Standard C++ Library v3
ii  libtag1c2a 1.6.3-1   TagLib Audio Meta-Data Library

Versions of packages soundkonverter recommends:
ii  cdda2wav  9:1.1.10-1 Dummy transition package for iceda
ii  cdparanoia3.10.2+debian-9audio extraction tool for sampling
ii  faad  2.7-4  freeware Advanced Audio Decoder pl
ii  ffmpeg5:0.6~svn20100726-0.1  audio/video encoder, streaming ser
ii  flac  1.2.1-2+b1 Free Lossless Audio Codec - comman
ii  kdemultimedia 4:4.4.5-1  transparent audio CD access for ap
ii  mp3gain   1.5.1-4Lossless mp3 normalizer with stati
ii  mplayer   2:1.0~rc3++svn20100804-0.1 The Ultimate Movie Player For Linu
ii  mppenc1.16-1 Musepack lossy audio codec encoder
ii  speex 1.2~rc1-1  The Speex codec command line tools
ii  timidity  2.13.2-39+b1   Software sound renderer (MIDI sequ
ii  vorbis-tools  1.4.0-1several Ogg Vorbis tools
ii  vorbisgain0.36-3.1   add Replay Gain volume tags to Ogg
ii  wavpack   4.60.1-1   an audio codec (lossy and lossless

soundkonverter suggests no packages.

-- no debconf information



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



Bug#602689: Acknowledgement (mplayer always crash with or without file to play ($1) = lzo1x_decode)

2010-11-07 Thread Grégory Bulot
Le Sun, 07 Nov 2010 08:57:04 +,
ow...@bugs.debian.org (Debian Bug Tracking System) a écrit :


My bug is quite little like this one : 

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



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



Bug#602689: Acknowledgement (mplayer always crash with or without file to play ($1) = lzo1x_decode)

2010-11-07 Thread Grégory Bulot
Le Sun, 07 Nov 2010 08:57:04 +,
ow...@bugs.debian.org (Debian Bug Tracking System) a écrit :

same for other player 

for play in vlc mplayer ffplay ; do $($play) ; done

vlc: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51:
 undefined symbol: lzo1x_decode 

mplayer: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51: 
 undefined symbol: lzo1x_decode 

ffplay: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51: 
 undefined symbol: lzo1x_decode




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



Bug#602689: mplayer always crash with or without file to play ($1) = lzo1x_decode

2010-11-07 Thread Reimar Döffinger
On Sun, Nov 07, 2010 at 09:58:19AM +0100, gbulot wrote:
 Package: mplayer
 Version: 1.0~rc2-17+lenny3.2
 Severity: normal
 
 mplayer: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51: undefined 
 symbol: lzo1x_decode

Ancient MPlayer version with much more recent FFmpeg. That won't work together.



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



Bug#602692: libcgi-application-extra-plugin-bundle-perl: Should depend on libgd-securityimage-perl

2010-11-07 Thread Dominik Schulz
Package: libcgi-application-extra-plugin-bundle-perl
Version: 0.1+nmu1
Severity: normal


This package should depend on libgd-securityimage-perl or
using the CAPTCHA plugin will be not possible.

/usr/bin/perl -I lib/ -c cgi-bin/script.pl
Can't locate GD/SecurityImage.pm in @INC (@INC contains: ../lib lib/
/etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl /usr/local/lib/perl/5.10.0
/usr/local/share/perl/5.10.0 .) at
/usr/share/perl5/CGI/Application/Plugin/CAPTCHA.pm line 5.
BEGIN failed--compilation aborted at
/usr/share/perl5/CGI/Application/Plugin/CAPTCHA.pm line 5.
Compilation failed in require at lib//MyApp/Frontend.pm line 22.
BEGIN failed--compilation aborted at lib//MyApp/Frontend.pm line 22.
Compilation failed in require at cgi-bin/script.pl line 4.
BEGIN failed--compilation aborted at cgi-bin/script.pl line 4.


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

Kernel: Linux 2.6.36tex (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libcgi-application-extra-plugin-bundle-perl depends on:
ii  libcgi-application-basic-plug 0.5-1  Basic Plugins for CGI::Application
ii  libcolor-calc-perl1.061-1module for simple calculations wit
ii  perl  5.10.1-16  Larry Wall's Practical Extraction 

Versions of packages libcgi-application-extra-plugin-bundle-perl recommends:
ii  libtemplate-perl-doc  2.22-0.1   documentation for libtemplate-perl

libcgi-application-extra-plugin-bundle-perl suggests no packages.

-- no debconf information



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



Bug#567953: ufs: Cannot find list of partitions!

2010-11-07 Thread Alan BRASLAU
On Saturday 06 November 2010 22:40:01 Robert Millan wrote:
 Vladimir wrote:
  grep reveals no instances of this sentence at all in either grub-pc and
  grub-common.
 
 This smells like os-prober.  Alan, could you remove os-prober
 package and then try again?
 
 If the problem disappears, then this is a bug in os-prober and
 should be reassigned.

Indeed, removing os-prober eliminates the error message and the bug should be 
reassigned.

Alan



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



Bug#602616: Wrong filenames in /etc/init.d/roarplaylistd

2010-11-07 Thread Patrick Matthäi
Am 06.11.2010 16:09, schrieb Nelson A. de Oliveira:
 Package: roarplaylistd
 Version: 0.1~rc1-1
 Severity: important
 
 Hi!
 
 Trying to find why I was unable to start roarplaylistd (using
 /etc/init.d/roarplaylistd start), I saw this:

whop! fixed upstream and in a few days also in the repo, thanks :)


 
 # /etc/init.d/roarplaylistd start
 + PATH=/sbin:/bin:/usr/sbin:/usr/bin
 + DAEMON=/usr/bin/roarplaylistd
 + NAME=rpld
 + DESC=RoarAudio PlayList Daemon
 + basename /usr/bin/roarplaylistd
 + PIDFILE=/var/run/roarplaylistd.pid
 + SCRIPTNAME=/etc/init.d/rpld
 + test -x /usr/bin/roarplaylistd
 + [ -r /etc/default/rpld ]
 + [  = YES ]
 + exit 0
 
 It's the init script with a set -x only.
 Note that it tries to read /etc/default/rpld that is unavailable (it installs
 /etc/default/roarplaylistd however).
 
 See that SCRIPTNAME is wrong (/etc/init.d/rpld).
 It's necessary to verify if there are more things wrong in it too.
 
 Best regards,
 Nelson
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.36.naoliv1 (SMP w/2 CPU cores; PREEMPT)
 Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages roarplaylistd depends on:
 ii  libc6 2.11.2-6   Embedded GNU C Library: Shared 
 lib
 ii  libroar0  0.3-2  foundation libraries for the 
 RoarA
 ii  libslp1   1.2.1-7.8  OpenSLP libraries
 ii  libuuid1  2.17.2-3.3 Universally Unique ID library
 
 Versions of packages roarplaylistd recommends:
 pn  roaraudio | roaraudio-server  none (no description available)
 
 Versions of packages roarplaylistd suggests:
 pn  roarplaylistd-client  none (no description available)
 
 -- Configuration Files:
 /etc/default/roarplaylistd changed [not included]
 /etc/init.d/roarplaylistd changed [not included]
 
 -- no debconf information
 
 


-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/



signature.asc
Description: OpenPGP digital signature


Bug#602693: Memory corruption in libvpx

2010-11-07 Thread Giuseppe Iuculano
Package: libvpx
Version: 0.9.1-1
Severity: serious
Tags: security patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Christoph Diehl discovered a memory corruption in libvpx.
(see the chromium blog post[0],
[$1000] [60055] High Memory corruption in libvpx. Credit to Christoph Diehl.)

Patch: https://review.webmproject.org/#change,928


[0] http://googlechromereleases.blogspot.com/2010/11/stable-channel-update.html

Cheers,
Giuseppe.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkzWcQAACgkQNxpp46476arvJACggX5WwHL8bAtBD45YFbD4VokK
rO8Anj9dRhk/WUWk2kg8XJ55QlCdVJS8
=8Jj8
-END PGP SIGNATURE-



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



Bug#602689: mplayer always crash with or without file to play ($1) = lzo1x_decode

2010-11-07 Thread Grégory Bulot
Le Sun, 7 Nov 2010 10:03:46 +0100,
Reimar Döffinger reimar.doeffin...@gmx.de a écrit :

 On Sun, Nov 07, 2010 at 09:58:19AM +0100, gbulot wrote:
  Package: mplayer
  Version: 1.0~rc2-17+lenny3.2
  Severity: normal
  
  mplayer: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51:
  undefined symbol: lzo1x_decode
 
 Ancient MPlayer version with much more recent FFmpeg. That won't work
 together.

# aptitude remove libavformat52 libavdevice52
Les paquets suivants seront ENLEVÉS : 
  bluez-gnome{u} evolution-exchange{u} ffmpeg{a} gnome{a}
gnome-spell{u} gnome-themes-extras{u} gnome-vfs-obexftp{u} 
  gstreamer0.10-ffmpeg{a} libavdevice52 libavformat52 libdvbpsi4{u}
libebml0{u} libgdl-1-0{u} libgdl-1-common{u} libgksu1.2-0{u} 
  libgksuui1.0-1{u} libgpod3{u} libimlib2{u} libmatroska0{u}
libmodplug0c2{u} libmtp7{u} libopenal1{u} libopenobex1{u} 
  libsdl-image1.2{u} libswscale0{u} libtar{u} libtwolame0{u} libvlc0{u}
libxosd2{u} mplayer{a} mplayer-skin-blue{a} python-4suite-xml{u} 
  python-eggtrayicon{u} python-gnome2-extras{u} python-notify{u}
rhythmbox{u} serpentine{u} system-config-printer{u} 
  transmission-common{u} transmission-gtk{u} vlc{a} vlc-nox{a} 

(i'm not using gnome, but lxde), so my answer was 'yes' to remove.

After :

$ dpkg -l vlc ffmpeg mplayer | cut -c1-74 

+++--==-
rc  ffmpeg   0.svn20080206-18+lenny1
ii  mplayer  1.0~rc2-17+lenny3.2
rc  vlc  0.8.6.h-4+lenny2.3  

# aptitude remove ffmpeg vlc : say there's no ffmpeg or vlc, now :

$ mplayer 

mplayer: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51:
undefined symbol: lzo1x_decode



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



Bug#602693: Memory corruption in libvpx

2010-11-07 Thread Giuseppe Iuculano
On 11/07/2010 10:27 AM, Giuseppe Iuculano wrote:
 Patch: https://review.webmproject.org/#change,928

Please also apply the following regression patch:
http://review.webmproject.org/#change,1098

Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#602694: not yet good enough for stable

2010-11-07 Thread Thomas Koch
Package: zookeeper
Version: 3.3.1+dfsg1-2
Severity: serious
Tags: squeeze

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

This bug should stop zookeeper from being released with Debian Squeeze,
because:

- - I'm leaving my current company and can not be sure whether I'll
  continue using zookeeper.

- - I don't feel confident enough yet to maintain such a complicate package
  in Debian stable.

- - I'd like to cooperate with upstream to get them involved in the
  packaging and have their commitment for a long term support version of
  zookeeper.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJM1ncBAAoJEAf8SJEEK6Za+jcP/jpflknQ+QAvyzYyhCEEqy4a
MWCgyY7FQN0GZRGaQvJKm9PoJ8UnAfwVrUlCsnX50h5SznvuFsscXkRWywpsdaBa
K+m3elW4stFGsl10Yd9dcFaSZwkqq7zOo+F5hntoqJjITWxeiffdpjNzjOyTLKFh
zATjLP7HV9c0RZiiY2tflvcq5X4mco77OUF16UkSaTvjzjjLUvccdNAOjTdwGHag
h2yYJkcUOBXEBe7zjUkITZU5hZOsXw0K5aLl3rOMW+bNXx3HUBNUAqDRecmalv5a
BeuTLgj5gn4T6o8FPDkEclvt5dfGKyFOZD/y4bgEAKYbj01D4DwCd2QIdySpcn8q
QpvXmQsBkpD2VC0Y+h8XumoENpiACCLFRnoXIyKmGelypvE42uaAEJHOtur0ur5d
waDqzIWrqxfvVmMGUcGqxtqAP3OiNpgHB37DfVIujg0iI/2tbib+V2wrEVK9wkgQ
IZvsqSe1WMfGSwpMdrGh5OhiAjm4y0/bTsAfNLhhbL5HEU6O1C7ur2haX/XXwSN0
BP146nQpuId5etm5Gkdnfhh7QVM+VgZaK8nZ7yFsqqfEhRPlzpvG9qYYVtZrZtNQ
DREPD0RWuz4M0soMrnpllfQVnA9Am56OTdn8W2QkNAXysfUz6bLUmO5GnY+AX+g1
Z5LGF8QYAHlac9zw5FX6
=VReF
-END PGP SIGNATURE-



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



Bug#602695: package all contribs

2010-11-07 Thread Thomas Koch
Package: solr
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Upstream solr comes with several contribs that are not included in the
Debian package because of missing dependencies. We include only
dataimporthandler and this only partly.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJM1nijAAoJEAf8SJEEK6ZayFsP/3WqknQ7H5RqS2/Vy+ms1M9m
GaY7w1i++5K8qMrFtYOczcw+Z3KVEe5yRLRGAmKAYn2NbA5GqPi8UVgyZocxckXk
wSKM1bRiaxZCsmOTNb510zE7rgVr1hJiBQScYYgTTF5pqQtVYd3ygp/u+35eDetw
Nak9uAJeAwAWzTACPOsViyoGX0sV+9EaosybM4jYIjpGGQvIJK2e86eEK6sbSjkj
f+Q4SjOjowGdKtBfUqCyrX3oFidQOcWYmZ/NHqdJwE+1NdwfH3ZFsvb+GTn9qfab
0ADMsyAxjtH6eyS7DsGyd04YEn0WHnABLAv3aaGFkynWi4pcZFAjY7pfex8NNIbL
sYUSuYArsS/YyY8zbBcX1Th3EovXQ/P21K4OOwiIBL2BqIUydk95iqhBNxtuZ2GQ
GJMVwj3AS2h+isiWIMIjhnz0S7DO8QpaWmQzuMCVMfULMJZyjYgr8k6e3kDT5vtK
DzQV1KVifEzITVSz9JNzWyBxsOArpx8RKYSASEjRERrl7CeBqxgud618SPSdpwYm
VOyxZp2Edo9ZGELQ6LxTl7gsh+KgQpvJcd1NprHa7blvdkQFSFmIHkGOFLHrAyD+
lA6JZNdsUh29F7Wb8eoW4+wFK82GZfIq14LTORb3PXO/UOapcWvEUU+MdiscYGu2
phh4HSYoKTZNNbLkhX8E
=MZQP
-END PGP SIGNATURE-



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



Bug#602696: package solr version = 1.4.1

2010-11-07 Thread Thomas Koch
Package: solr
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The upstream solr version is 1.4.1 since june 2010. The packaged version
1.4.0 was released in november 2009. Solr is a very fast moving target
and I believe nobody will want to use such an outdated solr version as
part of Debian Squeeze.

This is the main reason, why I propose the removal of solr from Squeeze.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJM1nmjAAoJEAf8SJEEK6ZaApgP/iNH1qY1r1s+jSCRHsEu/vGm
CQR5sfTpb2hso4sA7qmc6PaFafK8AEMdZzQEzFLmkcEm9RKgq+lcptnZGoWTPc68
ebeX1MwP3Drp2nBpfqXnkR04VhSHMTafKZilqPyPhpDylAUmVvOblwTZ+Df3zfUX
1WKyCq/vsbLCfPzbGKomKxGKlM3ZZaOF/2alSrBnjB4ArMG8D6lAmQ7nH5rESYKj
B1eygiAg285jj2fmLqjn4urvPB31+rrzcYbbhYWqN1dxG2rpGwvIOiKqOQVZ7tOR
EFXgFaPFcDP8o6WzpuLZsnNIx5JSTsoMW6o40opUIcWbr7Wu6pCIdAnfyWoLFCej
tpD35zUHU1zfe3DKwPTIwnSJXyF8e6HyDqU+teLYfP3p52u5JLoRRagJa28jN+bz
c/W4acZg1iddSJ/Xz/0qA3S44QZvCMnR5cQdM1AUQ5QwYHxXJtJ87MFh1A9MHVS1
fuEK6MxP+bCYy/FcEfsEzyVzCQsCe0BILu7VT/elffQEALCpermjSwmOOiBQO8am
xVbDa1y0WmKxoN+pAgBLu/pZvadWXMPr3x/hp0ILXCLEo8P/tZkJo9UZwFhzIGq5
2Uj8GTRu2/yDPjkaHRNcUaOpdnzsCAHOFDxWKenZ5gQ+Gaci2EQuObIJqTKG+FuP
x9wXkeCp8v8bOLNKQ1NG
=rZvh
-END PGP SIGNATURE-



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



Bug#517361: experimental release for #517361

2010-11-07 Thread Nicholas Bamber

Elimar,
   Thanks for the latest patch to address #601601. I'll produce an 
experimental release to try that out. In the meantime I have an 
experimental release (4.035+dfsg-2) to fix #517361. I would appreciate 
it if some one could try to reproduce that bug and work out whether it 
works.


Nicholas



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



Bug#592025: fossology: 1.2.0 problems

2010-11-07 Thread Moritz Muehlenhoff
On Mon, Aug 23, 2010 at 01:47:30PM -0700, Matt Taggart wrote:
  Is this fixed by your 1.2.0-2 upload? If so, please ask for a freeze 
  exceptio
  n.
 
 Mostly, I discovered one other upstream RC fix (svn 3324) that I will add 
 to 1.2.0-3 and then I will test and hopefully close this bug and ask for an 
 exception.

What's the status?

Cheers,
Moritz



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



Bug#602697: should not be included in squeeze

2010-11-07 Thread Thomas Koch
Package: solr
Severity: serious
Tags: squeeze

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

I've written a mail (Remove Solr from Squeeze?) on 2010/10/12 to
debian-java and the package's maintainer Jan-Pascal van Best and
proposed the removal of solr from Squeeze, mainly because:

- - it's already outdated a year by now (see bug #602696 )
- - it doesn't even include all contribs (see bug #602695 )
- - the package has accumulated too many bugs
- - there doesn't seem to be enough (wo)man power to maintain the package
  right now on a standard that would make it fit for Debian _stable_

So until nothing else happens, please don't include solr in Debian
squeeze.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJM1oGeAAoJEAf8SJEEK6ZaFiAP/jFmubZ8p3rWiMAAgwKqcttk
3tUbU+w8meAMv89k8k32BdYQMmMzg0K8ecsxJeTNIgV4CRvroUwf3vRL3qd6Tgbr
U57wcVB+J6Ionea0oYru35wqGAwBsRm6fFUFRpDWrVJjuRMrrIFz7WUJHmiCmSjO
+eUvo/I4hniXcgLEm72Hui/qT6HeYMHKQMlzPbjSVkTbsC/d8Q7TpE/YLu6Q5BeG
yKNvyMUou02QUX2wtDIPw2K/j71OuF/PPqWv1hLDdIqbm1sTmbTSKMKmTkG0spQc
ySa7djpLiWTffTH3gmKDMqSjnUuRjvJCJowLx85aicKulZuyh+Juo4Ump84V8KJN
vBmCWtbI/IzldDWX73eWtkzm29fyDK62ovt7Jqm9IQ5jnrUSeRTJ+xNXfAvRjTKg
Hs0jgbNiUMivqlm9wcA5d9vuzZRhchwUm9VtC8UMs3SWW+FAP2oQg/yYETYZ5rs9
xvGMS3tFgJJ1Pe8wuP3IzUo/j7jVOyxMWWOak6orGJApePOk6zG6cIYzSdo6RGfI
dflA5MfHEhMOsCR3Q9fd+YRgEdyIOcnGHity31yS0RPsLO78PV8yztW5VLZXQ5f2
52aU1UMFYp2ULtW0wSFayC5lLclGo/fYKzXX+TIwBrUryukiKVPaelJ11TsAYefr
PfTZdFLR1T86DewUPivM
=TqjB
-END PGP SIGNATURE-



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



Bug#533468: Workaround

2010-11-07 Thread Ulrich Eckhardt
Since there obviously is no activity on Splix towards fixing this bug, I'd 
like to point out that the Foomatic driver now supports the ML-1610, so 
installing that instead of Splix gets you a working printer.

Uli



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



Bug#602667: samtools: FTBFS on armel

2010-11-07 Thread Hector Oron
Hello Andreas

2010/11/7 Andreas Tille ti...@debian.org:
 I wonder whether we should simply leave out arm architecture for the
 Squeeze release.  I perfectly agree with the principle that any program
 should run on any released arch and we are increasing software if we try
 to fix those problems.  However, to not add any additional pressure to
 the release it might be a reasonable way to go to simply exclude this
 package from arm where it is not used in practical cases (at least these
 days where gene sequencing is not (yet) done on large arm clusters).
 For sure - if there would be a simple patch it should be applied.

Sure, as it was never built on armel, it is not serious bug, so I
downgrade it to important , feel free to change severity if you find
it appropriate. So, from the point of view of release, do not bother
to fix it, it is not needed. But we'll leave bug open in case some arm
interested porter can fixed it at some point (after release).

Best regards, :-)
-- 
 Héctor Orón

Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us.

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



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



Bug#602698: puppetmaster - Uses restart in logroate script

2010-11-07 Thread Bastian Blank
Package: puppetmaster
Version: 2.6.2-1
Severity: important

The puppet logroate script uses /etc/init.d/puppetmaster restart. This
includes two problems:
- It does not use invoke-rc.d, which is by now a SHOULD.
- It stops all running mongrel processes instead of using the included
  log reopen functionality via SIGUSR2.

The second problem produces a lot of log traffic, because the server is
temporarily not available. Part of a patch for this problem.

--- /root/puppetmaster.orig 2010-11-07 11:29:17.0 +0100
+++ puppetmaster2010-11-07 11:35:52.0 +0100
@@ -62,13 +62,12 @@
NUMSTART=0
STOPPORT=$PORT
while [ $NUMSTART -lt $PUPPETMASTERS ]; do 
-   start-stop-daemon --stop --quiet --oknodo --pidfile 
/var/run/puppet/${NAME}-${STOPPORT}.pid
-   rm -f /var/run/puppet/${NAME}-${STOPPORT}.pid
+   start-stop-daemon --stop --quiet --oknodo $@ --pidfile 
/var/run/puppet/${NAME}-${STOPPORT}.pid
STOPPORT=$(($STOPPORT + 1))
NUMSTART=$(($NUMSTART + 1))
done
 else
-   start-stop-daemon --stop --quiet --oknodo --pidfile 
/var/run/puppet/${NAME}.pid
+   start-stop-daemon --stop --quiet --oknodo $@ --pidfile 
/var/run/puppet/${NAME}.pid
 fi
 }
 
@@ -118,8 +117,11 @@
start_puppet_master
log_end_msg $?
;;
+log-reopen)
+   stop_puppet_master --signal USR2
+   ;;
 *)
-   echo Usage: $0 {start|stop|status|restart|force-reload} 2
+   echo Usage: $0 {start|stop|status|restart|force-reload|log-reopen} 2
exit 1
;;
 esac

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages puppetmaster depends on:
ii  facter   1.5.7-1 a library for retrieving facts fro
ii  lsb-base 3.2-23.1Linux Standard Base 3.2 init scrip
ii  puppet-common2.6.2-1 Centralized configuration manageme
ii  ruby1.8  1.8.7.302-2 Interpreter of object-oriented scr

Versions of packages puppetmaster recommends:
pn  libldap-ruby1.8   none (no description available)
ii  rails 2.3.5-1.1  MVC ruby based framework geared fo
ii  ruby [rdoc]   4.5An interpreter of object-oriented 

Versions of packages puppetmaster suggests:
pn  libapache2-mod-passenger  none (no description available)
ii  librack-ruby  1.1.0-4A modular Ruby webserver interface
ii  libstomp-ruby1.8  1.0.4-3Ruby 1.8 bindings for the stomp me
ii  mongrel   1.1.5-5A small fast HTTP library and serv
ii  nginx 0.7.67-3   small, but very powerful and effic
pn  puppet-el none (no description available)
pn  stompserver   none (no description available)
ii  vim-puppet2.6.2-1syntax highlighting for puppet man

-- Configuration Files:
/etc/default/puppetmaster changed:
START=yes
DAEMON_OPTS=
SERVERTYPE=mongrel
PUPPETMASTERS=4
PORT=18140
PUPPETQD=no
PUPPETQD_OPTS=

/etc/puppet/fileserver.conf changed:
[plugins]
  allow 127.0.0.1
  allow 10.42.0.0/16


-- debconf information excluded



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



Bug#599937: [debian-mysql] Bug#599937: mysql-5.1: 5.1.51 fixes several vulnerabilities

2010-11-07 Thread Norbert Tretkowski
Hi Moritz,

Am Freitag, den 29.10.2010, 21:57 +0200 schrieb Moritz Muehlenhoff:
 Patch against 5.1.49 attached.

thanks, I was on vacation last week, but I'm going to upload 5.1.49-3
including your patch in the course of next week.

Norbert




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



Bug#602699: Please change the default %sudo entry to allow ALL:ALL

2010-11-07 Thread Alexander Kurtz
Package: sudo
Version: 1.7.4p4-2
Severity: wishlist

Hi,

the default sudoers configuration created by the postinst currently
contains these two entries:

rootALL=(ALL) ALL
%sudo ALL=(ALL) ALL

This allows any user in the sudo group and root to run any program as
any user. However if I want to change the GID (only) I get this:

$ sudo -g audio mplayer
Sorry, user alexander is not allowed to execute '/usr/bin/mplayer' as 
alexander:audio on alexander.

I found the explanation for this here [1]. Given that it is trivial to
change the GID after becoming root I suggest to change the default
entries to this:

rootALL=(ALL:ALL) ALL
%sudo ALL=(ALL:ALL) ALL

This allows the user to change the UID and the GID to match what he or
she needs more precisely. In my case this allows me to *not* use root
privileges when all I really need is access to my audio devices.

Best regards

Alexander Kurtz

PS: If you decide to make that change, it would be uber-cool if this 
would make it into squeeze ;-)

[1] http://serverfault.com/questions/166254/change-primary-group-with-sudo-u-g




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


Bug#602492: unblock: crashmail/0.71-4

2010-11-07 Thread Mehdi Dogguy
tags 602492 + moreinfo
thanks

On 11/06/2010 04:38 PM, Peter Krefting wrote:
 Mehdi Dogguy:
 Did you test it on kFreeBSD? Does it work fine?
 
 I have to admit that I have not tested it on kFreeBSD, but the buildd
 logs at URL:https://buildd.debian.org/build.cgi?pkg=crashmail
 indicate that the 0.71-4 version builds for it, while 0.71-3 did
 not.
 

I won't unblock the package if it's not properly tested there since we
don't if it actually works. Please test it there and report back, if you
still want it to be part of Squeeze; or close this bugreport.

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#602689: mplayer always crash with or without file to play ($1) = lzo1x_decode

2010-11-07 Thread Jonas Smedegaard

On Sun, Nov 07, 2010 at 10:03:46AM +0100, Reimar Döffinger wrote:

On Sun, Nov 07, 2010 at 09:58:19AM +0100, gbulot wrote:

Package: mplayer
Version: 1.0~rc2-17+lenny3.2
Severity: normal

mplayer: symbol lookup error: /usr/lib/i686/cmov/libavcodec.so.51: 
undefined symbol: lzo1x_decode


Ancient MPlayer version with much more recent FFmpeg. That won't work together.


mplayer package needs tightened dependencies, then.


 - Jonas

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

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#525192: libafrodite

2010-11-07 Thread Hámorszky Balázs

I've got this warning from monodevelop-vala:

WARNING [2010-11-07 11:46:11Z]: Cannot update Vala parser database 
because libafrodite (VTG) is not installed:

http://code.google.com/p/vtg/

I don't know what is the status of the package, but according to this a 
package named libafrodite would be nice.




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



Bug#578825: No Terminal emulator on debian that does everything I want... ;|

2010-11-07 Thread Friedrich Delgado
Hi!

I'm a longterm xterm user and very much prefer its faithful terminal
emulation in conjunction with screen and an old vt510 digital terminal.

When on X11, with 256 colour support emacs code highlighting is more
easy on my eyes.

I think however that letters in a foreign script look a lot better
than boxes, even though I can't read the language. Currently I have
the following options (which explains why Bugs 493481 and 578825 are
relevant):

 - rxvt-unicode, which supports the font substitution mechanism and
   will display every glyph that is available in some truetype font I
   have installed.

   Unfortunately, rxvt-unicode does not support 256 colours.

   (Also, urxvt uses quite a lot of virtual memory, compared to
   xterm.)

 - xterm with plain old XLFD bitmapped fonts, which will also display
   every glyph in my X11 core fonts.

   Unfortunately I've gotten used to antialiased fonts, now that I
   exclusively use LCDs. (I didn't see the point of antialiased fonts
   on a CRT with its natural antialising :) )

 - xterm with xft fonts for single and double width characters
   configured separately. It's hard to find a single font that
   supports every single width character I see on the net *and*
   another one that supports all the (mainly) CJK fonts. unifont is a
   viable fallback, but it's not pretty. This is what I use at the
   moment, and occasionally I switch off truetype fonts on the fly, in
   order to see what's behind those boxes.

Plain rxvt is not an option because of it's complete lack of unicode
support and I found other terminal emulators very lacking in the
terminal emulation part of their feature set...

So, this is just to say that fixing either bug 493481 or bug 578825
would make this user happy ;)

Kind regards
 Friedel
-- 
Friedrich Delgado frie...@nomaden.org
 TauPan on Ircnet and Freenode ;)



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



Bug#602699: Please change the default %sudo entry to allow ALL:ALL

2010-11-07 Thread Alexander Kurtz
Hi,

I just found out that this has some unwanted side effects:

$ sudo -u root -g audio id
[sudo] password for alexander: 
uid=0(root) gid=29(audio) Gruppen=0(root)
$ sudo -k
$ sudo -g audio id
uid=1000(alexander) gid=29(audio) Gruppen=1000(alexander),27(sudo)

Despite using `sudo -k' I don't have to enter my password the second
time. In fact, it seems like I never have to when I just change the GID.

Is this behavior the result of my *very* limited knowledge of sudo rules
or is it a bug in sudo itself?

Best regards

Alexander Kurtz



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


Bug#595373: gnome-bluetooth: Unable to use DUN with my phone

2010-11-07 Thread Andrey Rahmatullin
reassign 595373 bluez
kthxbye

Well, either all software is similarly broken or the problem is in bluez
itself. gnome-bluetooth, kdebluetooth and bluedeveil all show their
pairing wizards without any options for DUN.


signature.asc
Description: Digital signature


Bug#589219: gthumb: import function doesn't work with PTP-camera(s)

2010-11-07 Thread Vladimir Gurko
Package: gthumb
Version: 3:2.11.5-3
Severity: important

Hi,

gthumb doesn't import images from my cameras in PTP mode, neither Nikon D5000,
nor Nikon Coolpix P2, in my case.

It can be seen as in following steps:
 plug in camera via usb,
 turn it on,
 get gthumb import window,
 then nothing happens.

Import from usb sticks, sd cards, cd's and camera in usb mass storage mode
works fine.

gphoto2 --auto-detect
Model  Port
--
USB PTP Class Camera   usb:
USB PTP Class Camera   usb:002,004

I can download pictures with gphoto2 command line tool, gtkam or open
camera folders with nautilus:

nautilus gphoto2://[usb:002,004]

It's possible to mount device manualy:

gvfs-mount gphoto2://[usb:002,004]

but it still doesn't affect gthumb.

It would be highly appreciated to have this problem solved in upcoming
squeeze release.

Thanks.
--
Vladimir.



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

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

Versions of packages gthumb depends on:
ii  gthumb-data 3:2.11.5-3   an image viewer and browser - arch
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbrasero-media0   2.30.3-1 CD/DVD burning library for GNOME -
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libexiv2-9  0.20-2   EXIF/IPTC metadata manipulation li
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-4GCC support library
ii  libgconf2-4 2.28.1-5 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgstreamer-plugins-ba 0.10.30-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libsoup-gnome2.4-1  2.30.2-1 an HTTP library implementation in 
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libstdc++6  4.4.5-4  The GNU Standard C++ Library v3
ii  libtiff43.9.4-5  Tag Image File Format (TIFF) libra
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gthumb recommends:
pn  gstreamer0.10-gnomevfsnone (no description available)
ii  gvfs-bin  1.6.4-2userspace virtual filesystem - bin

gthumb suggests no packages.

-- no debconf information



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



Bug#517361: experimental release for #517361

2010-11-07 Thread Elimar Riesebieter
* Nicholas Bamber [101107 10:17 +]:
 Elimar,
Thanks for the latest patch to address #601601. I'll produce an
 experimental release to try that out. In the meantime I have an experimental
 release (4.035+dfsg-2) to fix #517361. I would appreciate it if some one
 could try to reproduce that bug and work out whether it works.

I can't reproduce #517361.

Elimar

-- 
  Do you smell something burning or ist it me?


signature.asc
Description: Digital signature


Bug#602700: please make it easier to change / modify keys

2010-11-07 Thread Thomas Koch
Package: debian-maintainers
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

I'd like to submit a modification to my existing DM key: I removed
thomas.k...@ymc.ch from the key 042BA65A so that the remaining address
tho...@koch.ro should now be the default address.

However I didn't find any documentation about how to do this
modification, how to create the required jetring changeset. I checked 
http://wiki.debian.org/DebianMaintainer/Tutorial
http://wiki.debian.org/DebianMaintainer
and searched for appropriate keywords.

So could you please be so kind to either:

- - provide some documetation for this process or
- - change the process to something easier.

Would it be possible for example:

- - that I could just send my updated key with gpg --send-key?

Or, if you need to handle changesets on a binary file, maybe it would be
a good idea to replace jetring with GIT? Far more people have experience
with GIT then with jetring.
I could make a signed GIT commit of the keyring with my changes and you
could merge it in your GIT repository of the keyring?

Thank you!

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJM1pB+AAoJEAf8SJEEK6ZafW8P+wXX1WGQeFz3V5A3ChelOEKv
kiSCRm2AOD9g9jR/KQAnWgR9N54r7OUW0bE98QbShCdzqdnEObUpmBjJ0exksIp9
K3oYu340hv0xjru51rwiiMS5eq0EDaadjTpMn3j5wIdolMAY6glxEYFHzINOS01X
lGUdmgQC3d4uvhGjUbhPR9chjuVwGLWuYw+0q+j6hNzA1AAAmfaDAwI6dZOqStR5
X20WlUFCABKo4TUSgqpepW872JMzesprh8HczP7KRAU7ze9aZuat/Zs6MUyusZRm
LJVeqQysaSQm4aLSaQP6BCSXB9lAidAcaLaDuyRdOQdQGxTNv2rLnKg6OcAGUwtN
P8hjhThblETX3ipgfVQm7KOyynDdt/JIzAI0yUbrbYEJyJ1ZD18g/DYhNCpcaYTX
7uU33e0l2VqRR0RPmDPhbraSZ2NU5ESIG/ECwcuJdYFYeGh3DkJNKgpvtrO4yfdf
Jyo8O50GKhZR2OFUzX47ajo0Oomk5/v0N3T9V3S4WCq63GUS1RxQRtG1MNfAN8IC
c8kms8CBWh1zPK/5g5eeCRwLz3uVbJABjY++9APUwzyUJ5OK7omz9/npP+ruAgs9
bs77WXiERwCu475xrmUOHHgx0TvzLJALzL99DjABxG/NaqPJR32tfJZCAKVIX3ZA
qns19CnIlA2jpf4CJ3oA
=KwqM
-END PGP SIGNATURE-



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



Bug#602374: triaging

2010-11-07 Thread intrigeri
tags 602374 - patch
retitle 602374 a few handlers expect some users to have /bin/bash as a login 
shell
thanks

Hi,

bug acknowledged, I am working on it.

Retitling because the mentionned problem is more general: the ldap and
pgsql handlers expose the same issue.

Removing the patch tag as the provided patch is incomplete: not all
problematic set -o pipefail occurrences are changed.

Bye,
-- 
  intrigeri intrig...@boum.org
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ 
https://gaffer.ptitcanardnoir.org/intrigeri/otr-fingerprint.asc
  | Did you exchange a walk on part in the war
  | for a lead role in the cage?



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



Bug#602701: octave3.2-info: ignoring install-info called from maintainer script

2010-11-07 Thread Julian Gilbey
Package: octave3.2-info
Version: 3.2.4-8

When installing, I see:

Setting up octave3.2-info (3.2.4-8) ...
Ignoring install-info called from maintainer script
The package octave3.2-info should be rebuilt with new debhelper to get
trigger support

This is because the postinst is calling install-info directly, rather
than relying on the install-info triggers.

The current install-info takes the required directory information from
the info file; this does not state a section, and the original texi
file would have to be fixed and the info files regenerated for this to
be corrected.

   Julian



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



Bug#602702: installation-reports: successful installation on Asus Eee PC S101

2010-11-07 Thread Christian Wyss
Package: installation-reports
Severity: minor



-- Package-specific info:

Boot method: with hd-media installer from FAT partition on sd-card
Image version: squeeze testing dayly-build i386 netinst 20101016-08:49
Date: 17 october 2010, around 12:00 CEST

Machine: Asus Eee PC S101
Partitions:
partitions at time of debian installation, from /var/log/installer/partman
(changed partitioning again after that, see below):
/lib/partman/choose_partition/25md/choices: paragraph: 1512-645119
6451199488  primary ext3/dev/sda1
/lib/partman/choose_partition/25md/choices: paragraph: 2
645120-7499775999   1048576000  primary linux-swap  /dev/sda2
/lib/partman/choose_partition/25md/choices: paragraph: 3
7499776000-11902975999  440320  primary ext3/dev/sda3
/lib/partman/choose_partition/25md/choices: paragraph: 4
11902976000-16139681791 4236705792  primary fat32   /dev/sda4

mount points at time of installation:
/dev/sda1 as /
/dev/sda2 as swap
/dev/sda3 as /home
/dev/sda4 as /data

partitions now, `sfdisk -l -uS /dev/sda`:
Disk /dev/sda: 1962 cylinders, 255 heads, 63 sectors/track
Units = sectors of 512 bytes, counting from 0

   Device BootStart   End   #sectors  Id  System
/dev/sda1   *63  10241279   10241217   7  HPFS/NTFS
end: (c,h,s) expected (637,124,63) found (1023,79,63)
/dev/sda2  10241280  22529279   12288000  83  Linux
/dev/sda3  22529280  245772792048000  82  Linux swap / Solaris
/dev/sda4  24577280  315228156945536  83  Linux

mount points now, `df -Tl`:
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda2 ext3 6047492   3681572   2058720  65% /
tmpfstmpfs  512528 4512524   1% /lib/init/rw
udev tmpfs  508200   200508000   1% /dev
tmpfstmpfs  512528 0512528   0% /dev/shm
/dev/sda4 ext3 3418172   3051776192760  95% /home


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:  [ ]  no cd drive attached
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Smooth install, no problems :)

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=6.0 (squeeze) - installer build 20100912
X_INSTALLATION_MEDIUM=hd-media

==
Installer hardware-summary:
==
uname -a: Linux tool 2.6.32-5-486 #1 Thu Aug 12 12:59:56 UTC 2010 i686 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GME Express 
Memory Controller Hub [8086:27ac] (rev 03)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 
945GME Express Integrated Graphics Controller [8086:27ae] (rev 03)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
lspci -knn: 00:02.1 Display controller [0380]: Intel Corporation Mobile 
945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] 
(rev 03)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family 
High Definition Audio Controller [8086:27d8] (rev 02)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:834a]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI 
Express Port 1 [8086:27d0] (rev 02)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI 
Express Port 2 [8086:27d2] (rev 02)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI 
Express Port 3 [8086:27d4] (rev 02)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family 
USB UHCI Controller #1 [8086:27c8] (rev 02)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:830f]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family 
USB UHCI Controller #2 [8086:27c9] (rev 02)
lspci -knn: 

Bug#596382: kfreebsd-image-8.1-1-686: kern.proc.all sysctl returns nothing/error.

2010-11-07 Thread Timo Juhani Lindfors
Hi,

I extracted

ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/8.1/FreeBSD-8.1-RELEASE-i386-disc1.iso

to a chroot. If I run sysctl from that chroot it does not print
anything either. Does this mean it's a kernel bug?

( 
http://wiki.debian.org/Debian_GNU/kFreeBSD_FAQ#Q.HowdoIrunnativefreebsduserlandtoolseasily.3F
 )



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



Bug#602374: fixed upstream

2010-11-07 Thread intrigeri
tags 602374 + fixed-upstream
thanks

Hi,

this has been fixed upstream (Git commit 13f247a).

Bye,
-- 
  intrigeri intrig...@boum.org
  | clé GnuPG @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | empreinte OTR @ 
https://gaffer.ptitcanardnoir.org/intrigeri/otr-fingerprint.asc
  | Ne te trouve jamais en compagnie de quelqu'un
  | aux côtés de qui tu ne voudrais pas mourir.



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



Bug#588510: #588510: rename thin-client-server profile

2010-11-07 Thread Philipp Hübner
Hi,

On 06/11/10 13:11, Justin B Rye wrote:
 Other, better suggestions?

 I've got some other, mostly worse suggestions:
[...]
  - terminal-server (from the expansion of LTSP).

this would be my personal choice, as I have already been using it for
years in spoken language.

Regards,
-- 
 .''`.   Philipp Huebner debala...@debian.org
: :'  :  pgp fp: 6719 25C5 B8CD E74A 5225  3DF9 E5CA 8C49 25E4 205F
`. `'`   HP: http://www.debalance.de, Skype: philipp-huebner
  `- ICQ: 235-524-440, Jabber: der_scha...@jabber.org



signature.asc
Description: OpenPGP digital signature


Bug#458018: This doesn't only happen to short files

2010-11-07 Thread Ulrich Eckhardt
Hi!

I'm just evaluating VLC as alternative to xine or mplayer, and I stumbled 
across the same bug. However, in my case the file wasn't called a.avi but 
داخلحماممغربي.flv, and picks up a bunch of files called *.txt or *.utf8.

Cheers!

Uli



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



Bug#483836: Can't reproduce this

2010-11-07 Thread Ulrich Eckhardt
Command line is

  vlc http://dump.com/wp-content/uploads/golf.flv

There's a bunch of spurious warnings and errors and the video output is broken 
(but it's like that for all videos, which is a different bug), but VLC works 
without crashing.

Uli



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



Bug#602703: augeas-lenses: aptsource lense does not support leading whitespace

2010-11-07 Thread Christian Hofstaedtler
Package: augeas-lenses
Version: 0.7.2-1
Severity: important

The aptsource lense does not properly handle all valid apt sources.list
entries, specifically if an entry is preceded by whitespace.
This is already fixed upstream, see bug 
https://fedorahosted.org/augeas/ticket/151

As this lense is very much needed on Debian systems, as well as there is no
error message hinting that entries are missing, please consider fixing this
for squeeze. (Also, as this is already fixed, it is probably easy to fix for
squeeze.)

Thank you,
Christian

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

Kernel: Linux 2.6.32-5-openvz-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



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



Bug#519888: hard coded 10kb/sec limits

2010-11-07 Thread Bron Gondwana
If you don't have time to fix the issue, would you at least consider
a release with updated documentation detailing the issue, so every
user doesn't have to get bitten by this and search out bug reports
before realising it's by design.

Thanks,

Bron.



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



Bug#602626: shared-mime-info: Fails to remove

2010-11-07 Thread Andreas Metzler
tags 602626 patch
thanks

On 2010-11-06 Kurt Roeckx k...@roeckx.be wrote:
[...]
 In the axiom_20100901-5 (no public log available), libxaw7-dev failed
 to install (#602625) and as a result nothing got configured.

 When trying to remove shared-mime-info afterwards, I get:
 Removing shared-mime-info ...
 Purging configuration files for shared-mime-info ...
 cd: 16: can't cd to /usr/share/mime
 dpkg: error processing shared-mime-info (--purge):
  subprocess installed post-removal script returned error exit status 2

Hello,

Reproducing this is easy ...

apt-get --purge  remove shared-mime-info
dpkg --unpack /var/cache/apt/archives/shared-mime-info_0.71-3_i386.deb
dpkg --purge shared-mime-info

... and the fix is straightforward.

cu andreas
diff -Nru shared-mime-info-0.71/debian/postrm shared-mime-info-0.71/debian/postrm
--- shared-mime-info-0.71/debian/postrm	2010-05-29 10:43:29.0 +0200
+++ shared-mime-info-0.71/debian/postrm	2010-11-07 13:24:31.0 +0100
@@ -6,7 +6,9 @@
 
 if [ $1 = purge ]; then
 	MIMEDIR=/usr/share/mime
-	( cd $MIMEDIR  rm -rf $(ls |grep -v ^packages$))
-	rmdir --ignore-fail-on-non-empty $MIMEDIR
+	if [ -e $MIMEDIR ]; then
+		cd $MIMEDIR  rm -rf $(ls |grep -v ^packages$)
+		rmdir --ignore-fail-on-non-empty $MIMEDIR
+	fi
 fi
 


Bug#602704: [INTL:es] Spanish translation for debsums

2010-11-07 Thread Omar Campagne
Package: debsums
Severity: wishlist
Tags: l10n, patch

Please find attached the Spanish translation for debsums' manpages
as well as the addendum.

Regards,
-- 
Omar Campagne Polaino


addendum.es
Description: application/ecmascript
# debsums po translation to Spanish
# Copyright (C) 2009 2010 Software in the Public Interest
# This file is distributed under the same license as the debsums package.
#
# Changes:
#   - Initial translation
#   Omar Campagne ocampa...@gmail.com, 2009, 2010
#
#   - Updates
#   TRADUCTOR CORREO, AÑO
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor, lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: debsums 2.0.46\n
POT-Creation-Date: 2010-11-06 21:28-0400\n
PO-Revision-Date: 2010-11-07 13:38+0100\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. type: TH
#: debsums.1:5 debsums_init.8:1 debsums_gen.8:1
#, no-wrap
msgid DEBSUMS
msgstr DEBSUMS

#. type: TH
#: debsums.1:5
#, no-wrap
msgid \\*(Dt
msgstr \\*(Dt

#. type: TH
#: debsums.1:5
#, no-wrap
msgid Debian
msgstr Debian

#. type: TH
#: debsums.1:5
#, no-wrap
msgid User Commands
msgstr Órdenes de usuario

#. type: SH
#: debsums.1:6 debsums_init.8:2 debsums_gen.8:2
#, no-wrap
msgid NAME
msgstr NOMBRE

#. type: Plain text
#: debsums.1:8
msgid debsums - check the MD5 sums of installed Debian packages
msgstr 
debsums - Una herramienta para revisar las sumas de control MD5 de los 
paquetes de Debian instalados

#. type: SH
#: debsums.1:8 debsums_init.8:4 debsums_gen.8:4
#, no-wrap
msgid SYNOPSIS
msgstr SINOPSIS

#. type: Plain text
#: debsums.1:13
msgid Bdebsums [Ioptions] [Ipackage|Ideb] \\...
msgstr Bdebsums [Iopciones] [Ipaquete|Ideb] \\...

#. type: SH
#: debsums.1:13 debsums_init.8:6 debsums_gen.8:11
#, no-wrap
msgid DESCRIPTION
msgstr DESCRIPCIÓN

#. type: Plain text
#: debsums.1:16
msgid 
Verify installed Debian package files against MD5 checksum lists from /var/
lib/dpkg/info/*.md5sums.
msgstr 
Comparar los archivos de paquetes de Debian instalados con las listas de 
sumas de control MD5 presentes en «/var/lib/dpkg/info/*.md5sums».

#. type: Plain text
#: debsums.1:19
msgid 
Bdebsums can generate checksum lists from deb archives for packages that 
don't include one.
msgstr 
Bdebsums puede generar listas de sumas de control a partir de los archivos 
deb para aquellos paquetes que no lo incluyen.

#. type: SH
#: debsums.1:19 debsums_gen.8:40
#, no-wrap
msgid OPTIONS
msgstr OPCIONES

#. type: TP
#: debsums.1:20
#, no-wrap
msgid B-a, B--all
msgstr B-a, B--all

#. type: Plain text
#: debsums.1:23
msgid Also check configuration files (normally excluded).
msgstr 
Comprueba también los archivos de configuración (generalmente excluidos).

#. type: TP
#: debsums.1:23
#, no-wrap
msgid B-e, B--config
msgstr B-e, B--config

#. type: Plain text
#: debsums.1:26
msgid BOnly check configuration files.
msgstr Comprueba Bsólo los archivos de configuración.

#. type: TP
#: debsums.1:26
#, no-wrap
msgid B-c, B--changed
msgstr B-c, B--changed

#. type: Plain text
#: debsums.1:30
msgid Report changed file list to stdout (implies B-s).
msgstr 
Informa de cambios en la lista de archivos a través de la salida estándar 
(implica B-s).

#. type: TP
#: debsums.1:30
#, no-wrap
msgid B-l, B--list-missing
msgstr B-l, B--list-missing

#. type: Plain text
#: debsums.1:33
msgid List packages (or debs) which don't have an MD5 sums file.
msgstr 
Crea una lista de paquetes (o deb) que no tienen un archivo de suma de 
control MD5.

#. type: TP
#: debsums.1:33
#, no-wrap
msgid B-s, B--silent
msgstr B-s, B--silent

#. type: Plain text
#: debsums.1:36
msgid Only report errors.
msgstr Informa sólo de errores

#. type: TP
#: debsums.1:36
#, no-wrap
msgid B-m, B--md5sums=Ifile
msgstr B-m, B--md5sums=Iarchivo

#. type: Plain text
#: debsums.1:40
msgid Read list of deb checksums from Ifile.
msgstr 
Lee la lista de sumas de control MD5 de paquetes deb desde Iarchivo.

#. type: TP
#: debsums.1:40
#, no-wrap
msgid B-r, B--root=Idir
msgstr B-r, B--root=Idir

#. type: Plain text
#: debsums.1:43
msgid Root directory to check (default /).
msgstr El directorio raíz que desea revisar («/» por omisión)

#. type: TP
#: debsums.1:43
#, no-wrap
msgid B-d, B--admindir=Idir

Bug#602705: motion ignores framerate and minimum_frame_time settings

2010-11-07 Thread Anton Ivanov
Package: motion
Version: 3.2.9-7
Severity: important


I cannot report off the actual system I am running it as it 
has no mail connectivityon so please ignore the powermac bits.

It is a 533MHz fanless Via C3 with debian default 2.6.26-2-486 kernel and a
Logitech, Inc. QuickCam Pro 4000. The system is seriously
underpowered so I would like to reduce the framerate setting.

I have tried tweaking framerate and minimum_frame_time

I have framerate 2 and minimum_frame_time 2 in the config time

The camera still streams at max framerate (around 30fps), the
sysload is around 50% and motion records up to 7-8 frames per second
when motion is detected.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-bpo.5-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages motion depends on:
ii  adduser  3.110   add and remove users and groups
ii  debconf [debconf 1.5.24  Debian configuration management sy
ii  libavcodec51 0.svn20080206-18+lenny1 ffmpeg codec library
ii  libavformat520.svn20080206-18+lenny1 ffmpeg file format library
ii  libavutil49  0.svn20080206-18+lenny1 ffmpeg utility library
ii  libc62.7-18lenny4GNU C Library: Shared libraries
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  libmysqlclient15 5.0.51a-24+lenny4   MySQL database client library
ii  libpq5   8.3.12-0lenny1  PostgreSQL C client library

Versions of packages motion recommends:
ii  ffmpeg   0.svn20080206-18+lenny1 multimedia player, server and enco

Versions of packages motion suggests:
pn  mysql-client  none (no description available)
pn  postgresql-client none (no description available)

-- debconf information excluded



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



Bug#570637: Still some bitmap corruption

2010-11-07 Thread Samuel Hym
Hi Hunk,

        As you said this phenomenon appear with html image mails, I will try 
 to reproduce it in my platform. Does this kind of phenomenon occur 
 frequently? Usually or few?

Very seldom, in fact (which makes it all the way harder to reproduce
and pinpoint :/).

Regards
Sam



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



Bug#602706: Account and character creation problem

2010-11-07 Thread Philipp Klaus Krause
Package: crossfire-server
Version: 1.50.0-1+b1

I've just installed crossfire on my Debian unstable system and tried to
play a local game. When I create an account named test, I get the
following in /var/log/crossfire/logfile:

10/11/07 13:41:45 [Info]Warning: Unable to open
/var/games/crossfire/account/test

I can log into the newly created account, but cannot create characters
(clicking on create character in the window where the new character
name is entered has no effect)

I noticed there is no /var/games/crossfire/account directory. But even
when I create it manually the problem persists.

Philipp



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



Bug#594940: Includes binary-only and obfuscated C code

2010-11-07 Thread Adam D. Barratt
On Sat, 2010-11-06 at 10:48 +0100, Petr Salinger wrote:
  For the remainder of the files, whilst we may consider granting a
  squeeze-ignore tag, we would like to come to an agreement as to how we
  can resolve these issues in the medium term.  We appreciate that the BSD
  kernel has not received the same level of upstream attention that the
  Linux kernel has in recent years in terms of ensuring that all content
  is freely distributable.   We believe that working with them on these
  issues can only be of benefit for free software, and would help to move
  the kfreebsd-* architectures from technology previews towards fully
  supported stable releases with everything we have to come to expect from
  the Linux architectures.
[...]
 Now we have to somehow prune current source tree and disable some 
 modules. Could we get squeeze-ignore tag for some of the affected
 files or is it necessary to prune all affected files ?

Ben's original lists included some files which we don't appear to be
able to distribute at all.  If his analysis is correct then those files
at least would need to be removed rather than ignored.

Regards,

Adam




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



Bug#601727: alsa-base: No sound through speakers on newer kernels

2010-11-07 Thread Ben Hutchings
On Sun, 2010-11-07 at 08:24 +0100, stas zytkiewicz wrote:
 Hi, I just came across the same bug.
 My soundcard:
 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
 Controller (rev 03)
   Subsystem: Dell Device 02aa
   Flags: bus master, fast devsel, latency 0, IRQ 31
   Memory at f6afc000 (64-bit, non-prefetchable) [size=16K]
   Capabilities: access denied
   Kernel driver in use: HDA Intel
 
 Kernel: Linux Mobi64 2.6.32-5-686 #1 SMP Sat Oct 30 22:47:19 UTC 2010
 i686 GNU/Linux
 
 The fix is to add the two following lines to /etc/modprobe.d/alsabase.conf
 options snd-hda-intel model=hp-dv5
 options snd-hda-intel enable_msi=1
 
 And the sound works perfectly :-)

Can you test with just options snd-hda-intel model=hp-dv5?
Also please test Linux 2.6.36 as packaged in experimental.

Finally, can you state which model of computer this is?

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#602697: should not be included in squeeze

2010-11-07 Thread Adam D. Barratt
On Sun, 2010-11-07 at 11:38 +0100, Thomas Koch wrote:
 I've written a mail (Remove Solr from Squeeze?) on 2010/10/12 to
 debian-java and the package's maintainer Jan-Pascal van Best and
 proposed the removal of solr from Squeeze, mainly because:
 
 - - it's already outdated a year by now (see bug #602696 )
 - - it doesn't even include all contribs (see bug #602695 )
 - - the package has accumulated too many bugs
 - - there doesn't seem to be enough (wo)man power to maintain the package
   right now on a standard that would make it fit for Debian _stable_
 
 So until nothing else happens, please don't include solr in Debian
 squeeze.

The package has a reverse-dependency in testing already, so can't be
removed right now:

Checking reverse dependencies...
# Broken Depends:
chef: chef-solr

It's also in lenny (albeit in contrib) so if it were removed then a
migration path for those users to a replacement would be good.

Regards,

Adam




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



Bug#602707: unblock: syslog-ng/3.1.2-2

2010-11-07 Thread Laszlo Boszormenyi
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

Please unblock syslog-ng 3.1.2-2 , which fixes an initscript bug[1] on
reload. The diff is small:
--- debian/syslog-ng.init   2010-08-04 21:12:39.0 +0200
+++ debian/syslog-ng.init   2010-11-04 19:15:31.0 +0100
@@ -91,7 +91,7 @@
 if $SYSLOGNG -s $SYSLOGNG_OPTS
 then
   start-stop-daemon --stop --signal 1 --quiet --exec $SYSLOGNG \
---pidfile $PIDFILE $SYSLOGNG_OPTS
+--pidfile $PIDFILE
   RET=$?
   log_end_msg $RET
   return $RET

Thanks,
Laszlo/GCS
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599276




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



Bug#602708: Video output is X-compressed to 25% and colors are off

2010-11-07 Thread Ulrich Eckhardt
Package: vlc
Version: 1.1.3-1

Greetings!

Any video I try to play is reduced in size and only on the left quarter of the
video area, the rest of the video area is black. Further, the colors in the
video are off, you can still recognize the content though. Lastly, there are
horizontal stripes, somehow like interlacing gone wrong.

When I just run vlc, I get this:
| u...@fruitbox:~$ vlc
| VLC media player 1.1.3 The Luggage (revision exported)
| Blocked: call to unsetenv(DBUS_ACTIVATION_ADDRESS)
| Blocked: call to unsetenv(DBUS_ACTIVATION_BUS_TYPE)
| Warning: call to signal(13, 0x1)
| [0x10103918] main libvlc: Running vlc with the default interface. Use 'cvlc' 
to use vlc without interface.
| Blocked: call to setlocale(6, )
| Blocked: call to sigaction(17, 0x484dda48, 0x484ddad4)
| Warning: call to rand()
| Warning: call to rand()
| Warning: call to rand()
| Warning: call to rand()
| Warning: call to rand()

When I drag'n'drop a video onto the window, I get this:
| swScaler: pal8 is not supported as output pixel format
| [0x103aaf58] swscale scale error: could not init SwScaler and/or allocate 
memory
| [0x103bb5d8] xcb_xv generic error: no available XVideo adaptor
| object not accessible
| [swscaler @ 0x1042cf30] No accelerated colorspace conversion found from 
yuv420p to rgb4.
| object not accessible

The first three lines of this are in red, I'm not sure what this means.
In any any case, VLC itself doesn't display any error, this is only on
the commandline.

About the system, it's an old MacMini G4, a big-endian CPU, using a
Radeon graphic chip. I've also attached the output of xvidinfo in case
this gives some insight.

Cheers!

Uli


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

Kernel: Linux 2.6.33-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vlc depends on:
ii  libaa1  1.4p5-38 ascii art library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unicode
ii  libgcc1 1:4.4.5-4GCC support library
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libsdl-image1.2 1.2.10-2+b1  image loading library for Simple D
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  libstdc++6  4.4.5-4  The GNU Standard C++ Library v3
ii  libtar  1.2.11-6 C library for manipulating tar arc
ii  libvlccore4 1.1.3-1  base library for VLC and its modul
ii  libx11-62:1.3.3-3X11 client-side library
ii  libx11-xcb1 2:1.3.3-3Xlib/XCB interface library
ii  libxcb-keysyms1 0.3.6-1  utility libraries for X C Binding 
ii  libxcb-randr0   1.6-1X C Binding, randr extension
ii  libxcb-shm0 1.6-1X C Binding, shm extension
ii  libxcb-xv0  1.6-1X C Binding, xv extension
ii  libxcb1 1.6-1X C Binding
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  ttf-freefont20090104-7   Freefont Serif, Sans and Mono True
ii  vlc-nox 1.1.3-1  multimedia player and streamer (wi
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages vlc recommends:
ii  vlc-plugin-notify 1.1.3-1LibNotify plugin for VLC
ii  vlc-plugin-pulse  1.1.3-1PulseAudio plugin for VLC

Versions of packages vlc suggests:
pn  mozilla-plugin-vlcnone (no description available)
pn  videolan-doc  none (no description available)

Versions of packages vlc-nox depends on:
ii  liba52-0.7.4   0.7.4-14  library for decoding ATSC A/52 str
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libass40.9.9-1   library for SSA/ASS subtitles rend
ii  libavahi-client3   0.6.27-2  Avahi client library
ii  libavahi-common3   0.6.27-2  Avahi common library
ii  libavc1394-0   0.5.3-1+b2control IEEE 1394 audio/video devi
ii  libavcodec52   5:0.6~svn20100726-0.1 library to encode decode multimedi
ii  libavformat52  5:0.6~svn20100726-0.1 ffmpeg file format library
ii  libavutil494:0.5.2-6 ffmpeg utility library
ii  libc6  2.11.2-7  Embedded GNU C Library: Shared lib
ii  libcaca0   0.99.beta17-1 colour ASCII art library
ii  

Bug#517361: experimental release for #517361

2010-11-07 Thread Jakub Wilk

* Nicholas Bamber nicho...@periapt.co.uk, 2010-11-07, 10:17:
  Thanks for the latest patch to address #601601. I'll produce an 
experimental release to try that out. In the meantime I have an 
experimental release (4.035+dfsg-2) to fix #517361. I would appreciate 
it if some one could try to reproduce that bug and work out whether it 
works.


Unfortunately, with spamassassin 3.3.1-1 and libnetaddr-ip-perl 
4.035+dfsg-2 the bug is still reproducible.


But anyway, thanks for your work!

--
Jakub Wilk



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



Bug#594940: Includes binary-only and obfuscated C code

2010-11-07 Thread Petr Salinger

Now we have to somehow prune current source tree and disable some
modules. Could we get squeeze-ignore tag for some of the affected
files or is it necessary to prune all affected files ?


Ben's original lists included some files which we don't appear to be
able to distribute at all.  If his analysis is correct then those files
at least would need to be removed rather than ignored.


The question is whether pruning following files suffices:

sys/gnu/dev/sound/pci/csaimg.h
- not packaged; not distributable since the stated licence is GPL
sys/gnu/dev/sound/pci/maestro3_dsp.h
- not packaged; not distributable since the stated licence is GPL
sys/dev/fatm/firmware.h
- not packaged; not distributable
sys/contrib/dev/nve/i386/nvenetlib.o.bz2.uu
sys/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu
sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu
sys/dev/hptrr/i386-elf.hptrr_lib.o.uu
sys/dev/hptmv/i386-elf.raid.o.uu
sys/dev/hptmv/amd64-elf.raid.o.uu
- uuencoded files with binary code to run on the host,
   without accompanying source code
  (not used even now - see 903_disable_non-free_drivers.diff)

Or whether we have to drop all mentioned files
or something between.

Petr



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



Bug#602103: openocd: add build infrastructure against libftd2xx

2010-11-07 Thread Uwe Hermann
tags 602103 wontfix
thanks

Hi,

On Mon, Nov 01, 2010 at 04:12:36PM +, Hector Oron wrote:
   This is a patch I worked out to be able to build openocd against **closed 
 source library ftd2xx**, the patch fetches source from internet, so it might 
 not be suitable for building in the autobuilders, but maybe patch could be 
 merged for local builds.
 
   In order to be able to build against ftd2xx, LIBFTDI environment variable 
 needs to be set to
 LIBFTDI=ftd2xx dpkg-buildpackage [...]

Sorry, but we cannot and don't want to build against the closed-source ftd2xx**,
see also this upstream mail about one of the many issues with that.
Marking the bug as wontfix.

http://lists.berlios.de/pipermail/openocd-development/2009-July/009518.html


Uwe.
-- 
http://hermann-uwe.de | http://sigrok.org
http://randomprojects.org | http://unmaintained-free-software.org



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



Bug#602709: tar: diff for NMU version 1.24-1.1

2010-11-07 Thread Simon McVittie
Package: tar
Version: 1.24-1
Severity: normal
Tags: patch pending

Hi,
As discussed with cworth on IRC yesterday, I've prepared an NMU for tar
(versioned as 1.24-1.1) which I will upload directly to sid (assuming my
smoke-testing is successful), to try to avoid packages intended for squeeze
mis-building.

I haven't attempted to fix the FTBFS on kFreeBSD, since this just causes
kFreeBSD to keep the older version from squeeze, which seems acceptable.

My changes can be found here: http://git.debian.org/?p=users/smcv/qa/tar.git
(the master branch).

It would be useful if you'd consider putting extend-diff-ignore='\.gitignore$'
in debian/source/options or debian/source/local-options, so that naive builds
from git produce the same diffs as were uploaded to Debian in the past;
however, I didn't think this was appropriate for an NMU.

Regards,
Simon
diffstat for tar_1.24-1 tar_1.24-1.1

 src/extract.c |4 ++--
 tar-1.24/debian/changelog |   11 +++
 tar-1.24/debian/control   |2 ++
 tests/Makefile.am |1 +
 tests/extrac16.at |   36 
 tests/testsuite.at|1 +
 6 files changed, 53 insertions(+), 2 deletions(-)

diff -u tar-1.24/debian/control tar-1.24/debian/control
--- tar-1.24/debian/control
+++ tar-1.24/debian/control
@@ -5,6 +5,8 @@
 Uploaders: Carl Worth cwo...@cworth.org
 Build-Depends: debhelper ( 5), gettext, autoconf, autotools-dev
 Standards-Version: 3.9.1
+Vcs-Git: git://git.gag.com/debian/tar
+Vcs-Browser: http://git.gag.com/?p=debian/tar
 
 Package: tar
 Architecture: any
diff -u tar-1.24/debian/changelog tar-1.24/debian/changelog
--- tar-1.24/debian/changelog
+++ tar-1.24/debian/changelog
@@ -1,3 +1,14 @@
+tar (1.24-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Apply upstream commit 39136756 to fix extraction of device nodes
+(Closes: #602184)
+  * Apply upstream commit acb77ac5 to fix extraction of directories
+while using the -C option (Closes: #602209, #602413)
+  * Add Vcs-Git, Vcs-Browser fields to debian/control (Closes: #602639)
+
+ -- Simon McVittie s...@debian.org  Sat, 06 Nov 2010 19:07:16 +
+
 tar (1.24-1) unstable; urgency=low
 
   * new upstream version
only in patch2:
unchanged:
--- tar-1.24.orig/src/extract.c
+++ tar-1.24/src/extract.c
@@ -777,7 +777,7 @@
 
   for (;;)
 {
-  status = mkdir (file_name, mode);
+  status = mkdirat (chdir_fd, file_name, mode);
   if (status == 0)
 	{
 	  current_mode = mode  ~ current_umask;
@@ -1191,7 +1191,7 @@
 extract_node (char *file_name, int typeflag)
 {
   bool interdir_made = false;
-  mode_t mode = (current_stat_info.stat.st_mode  MODE_RWX
+  mode_t mode = (current_stat_info.stat.st_mode  (MODE_RWX | S_IFBLK | S_IFCHR)
 		  ~ (0  same_owner_option ? S_IRWXG | S_IRWXO : 0));
 
   while (mknodat (chdir_fd, file_name, mode, current_stat_info.stat.st_rdev)
only in patch2:
unchanged:
--- tar-1.24.orig/tests/extrac16.at
+++ tar-1.24/tests/extrac16.at
@@ -0,0 +1,36 @@
+# Process this file with autom4te to create testsuite. -*- Autotest -*-
+
+# Test suite for GNU tar.
+# Copyright (C) 2010 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see http://www.gnu.org/licenses/.
+
+# written by Paul Eggert from a bug report by Denis Excoffier
+# http://lists.gnu.org/archive/html/bug-tar/2010-10/msg00034.html
+
+# Check extraction of empty directory with -C.
+
+AT_SETUP([extract empty directory with -C])
+AT_KEYWORDS([extract extrac16])
+
+AT_TAR_CHECK([
+mkdir src src/a src/a/b dest
+touch src/a/c
+
+tar -cf archive.tar -C src a 
+tar -xf archive.tar -C dest
+],
+[0],[],[],[],[],[gnu])
+
+AT_CLEANUP
only in patch2:
unchanged:
--- tar-1.24.orig/tests/testsuite.at
+++ tar-1.24/tests/testsuite.at
@@ -154,6 +154,7 @@
 m4_include([extrac13.at])
 m4_include([extrac14.at])
 m4_include([extrac15.at])
+m4_include([extrac16.at])
 
 m4_include([label01.at])
 m4_include([label02.at])
only in patch2:
unchanged:
--- tar-1.24.orig/tests/Makefile.am
+++ tar-1.24/tests/Makefile.am
@@ -82,6 +82,7 @@
  extrac13.at\
  extrac14.at\
  extrac15.at\
+ extrac16.at\
  filerem01.at\
  filerem02.at\
  gzip.at\


signature.asc
Description: Digital signature


Bug#313183: eterm-themes: changing back from ITA to O

2010-11-07 Thread Lucas Nussbaum
retitle 313183 O: eterm-themes -- Themes for Eterm, the Enlightened
noowner 313183
thanks

Hi,

This is an automatic email to change the status of eterm-themes back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 16 months.

If you are still interested in adopting eterm-themes, please send a mail to
cont...@bugs.debian.org with:

 retitle 313183 ITA: eterm-themes -- Themes for Eterm, the Enlightened
 owner 313183 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 313...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Lucas, for the QA team



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



Bug#407652: html2ps: changing back from ITA to O

2010-11-07 Thread Lucas Nussbaum
retitle 407652 O: html2ps -- HTML to PostScript converter
noowner 407652
thanks

Hi,

This is an automatic email to change the status of html2ps back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 16 months.

If you are still interested in adopting html2ps, please send a mail to
cont...@bugs.debian.org with:

 retitle 407652 ITA: html2ps -- HTML to PostScript converter
 owner 407652 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 407...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Lucas, for the QA team



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



Bug#495125: afbackup: changing back from ITA to O

2010-11-07 Thread Lucas Nussbaum
retitle 495125 O: afbackup -- Client-Server Backup System
noowner 495125
thanks

Hi,

This is an automatic email to change the status of afbackup back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 16 months.

If you are still interested in adopting afbackup, please send a mail to
cont...@bugs.debian.org with:

 retitle 495125 ITA: afbackup -- Client-Server Backup System
 owner 495125 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 495...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Lucas, for the QA team



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



Bug#602705: Additional information

2010-11-07 Thread Anton Ivanov
I have managed to set a lower framerate using the kernel module params 
for pwc which is the driver for this camera.


Once again motion fails to change the framerate set via the kernel param 
and the params in the config file are ignored.


Brgds,



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



Bug#602642: nfs-kernel-server: Crossmnt stopped working after upgrade from Lenny to Squeeze

2010-11-07 Thread Ben Hutchings
On Sat, 2010-11-06 at 21:36 +0100, Daniel Lindgren wrote:
 Package: nfs-kernel-server
 Version: 1:1.1.2-6lenny2
 Severity: important
 
 Upgraded file server from Lenny to Squeeze. After upgrade NFS clients failed 
 to
 access bind mounted subdirectories on NFS server, error message about stale 
 NFS
 handle.
[...]

Were these clients restarted after the file server was upgraded?

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#602550: closed by Ben Hutchings b...@decadent.org.uk (Re: Bug#602550: lenny - cannot start openvz since upgrade (linux-image-2.6.26-2-openvz-amd64) - kernel bug)

2010-11-07 Thread Ben Hutchings
On Fri, 2010-11-05 at 22:03 +0100, Lakos Dániel wrote:
 2010.11.05. 21:06 keltezéssel, Debian Bug Tracking System írta:
  This is an automatic notification regarding your Bug report
  which was filed against the linux-image-2.6.26-2-openvz-amd64 
  (2.6.26-25lenny1) package:
 
  #602550: lenny - cannot start openvz since upgrade 
  (linux-image-2.6.26-2-openvz-amd64) - kernel bug
 
  It has been closed by Ben Hutchingsb...@decadent.org.uk.
 
  Their explanation is attached below along with your original report.
  If this explanation is unsatisfactory and you have not received a
  better one in a separate message then please contact Ben 
  Hutchingsb...@decadent.org.uk  by
  replying to this email.
 
 
 Thank You for taking time to answer.
 I use grub.

Then I don't understand how you could see:

Tried to downgrade to 2.6.26-1, and removed 2.6.26-2, but it loads 2.6.26-2.

 Im almost sure its a bug in vzmon kernel module, and somehow related to 
 this :
 http://linux.derkeiler.com/Mailing-Lists/Debian/2010-09/msg01706.html
 
 I thought its safe to upgrade a stable release.

Still, you need to reboot after upgrading the kernel package.  The
missing symbol indicates that you are using an upgraded module with the
old kernel.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#591364: geode: missing support for 800x480 LCD and for 1024x600 auto-configuration

2010-11-07 Thread Martin-Éric Racine
On Sun, Nov 7, 2010 at 3:39 PM, Thomas Harding t...@thomas-harding.name wrote:
 Le 02/11/2010 07:15, Martin-Éric Racine a écrit :
 2010/10/14 Martin-Éric Racine q-f...@iki.fi:
 On Sun, Oct 3, 2010 at 5:07 PM, Thomas Harding t...@thomas-harding.name 
 wrote:
 By the way : the resolution is now OK with 800x600 and I set again every
 font sizes to 16 in Gnome.

 the only problems left are video flicker and the fact I miss the bottom 
 of
 the screen, which I need 1024x600 or 800x480 to display the whole ;)

 We already added support for 1024x600, but we might have covered the
 correct refresh rate for only one manufacturer's LCD display.

 Does the Geode 2.11.9-7 that we just uploaded to unstable solve this issue?

 No, not for video flicker nor for 1024x600 support. I still need xorg.conf

Actually an xorg.conf will always be needed because panels don't tend
to offer self-detection. If you look at the similar Ubuntu bug (
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-geode/+bug/433142
), it appears to finally work for someone with a really minimal
xorg.conf that was generated by the GNOME display configuration
applet. Can you test this and see if 1024x600 support finally works as
intended for you too?

 (More : iceweasel and icedove are now totally unusable as there is
 almost no video refresh inside their windows. other programs seems OK
 so I doubt it is related as I upgraded the whole.

This is really strange, but no unheard of. Mozilla products keep on
bringing us fascinating corner cases to debug.

Martin-Éric



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



Bug#602710: Error in description string

2010-11-07 Thread Rupert Swarbrick
Package: xsystem35
Version: 1.7.3-pre5-1
Severity: minor

The description for the current package reads:

System 3.5 is created by Alice Soft. It is a games engine. xsystem35 is
a free implementation which is compatible to System 3.5. It is able to
play many existed system3.5 games.

The definite error in the description is that existed should be
existing. But maybe the following would be a clearer way to write it:

xsystem35 is a free implementation of System 3.5, a games engine created
by Alice Soft. It is able to run many existing System 3.5 games.


Rupert


pgp2LuvHm5Gol.pgp
Description: PGP signature


Bug#602711: pbuilder: please add support for debdelta

2010-11-07 Thread Ritesh Raj Sarraf
Package: pbuilder
Version: 0.199
Severity: wishlist


debdelta helps lower down the install size of packages. It only
downloads the delta. debdelta is now available at debdelta.debian.net

Please add support for it into pbuilder.



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

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

Versions of packages pbuilder depends on:
ii  coreutils 8.5-1  GNU core utilities
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii  debianutils   3.4.1  Miscellaneous utilities specific t
ii  debootstrap   1.0.25 Bootstrap a basic Debian system
ii  wget  1.12-2.1   retrieves files from the web

Versions of packages pbuilder recommends:
ii  devscripts2.10.69scripts to make the life of a Debi
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  sudo  1.7.4p4-4  Provide limited super user privile

Versions of packages pbuilder suggests:
ii  cowdancer 0.62   Copy-on-write directory tree utili
pn  gdebi-corenone (no description available)
ii  pbuilder-uml  0.199  user-mode-linux version of pbuilde

-- debconf information:
* pbuilder/mirrorsite: http://ftp.debian.org/debian/
  pbuilder/nomirror:
* pbuilder/rewrite: false



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



Bug#602712: Minor error in description string

2010-11-07 Thread Rupert Swarbrick
Package: crunchyfrog
Version: 0.4.1-1
Severity: minor

The description for the current package reads:

CrunchyFrog is a cross-plattform database client. It provides a SQL
editor and schema browser and connectors to various database servers
(PostreSQL, MySQL, SQLite, Oracle, SQLServer, Firebird, Informix, MaxDB)

Three minor details:

(1) Mis-spelling of platform
(2) No g in Postgres.
(2) , , ,
(3) SQL when pronounced starts with a vowel, so it should be an SQL.

Fixed string:

CrunchyFrog is a cross-platform database client. It provides an SQL
editor and schema browser and connectors to various database servers
(PostgreSQL, MySQL, SQLite, Oracle, SQLServer, Firebird, Informix and
MaxDB).


Rupert


pgpW7lt63cYgh.pgp
Description: PGP signature


Bug#602713: Minor description string error

2010-11-07 Thread Rupert Swarbrick
Package: playitslowly
Version: 1.3.0-1
Severity: minor

The description for the current package reads:


  Play it slowly is a software to play back audio files at a different
  speed or pitch. It does also allow you to loop over a certain part of
  a file.

  It's intended to help you learn or transcribe songs. It can also play
  videos thanks to GStreamer.

  Play it slowly works with both ALSA and JACK Audio Connection Kit.


Firstly, you want is software or is a piece of software. Does also
allow is not idiomatic: It also allows you... is better.

Less definite suggestions: I'd probably not contract the it is at the
start of the second paragraph and I'd probably write the JACK Audio
Connection Kit or just JACK (since you don't write out the expansion
of ALSA).

I suppose the following would be a reasonable description:


  Play it slowly is software to play back audio files at a different
  speed or pitch. It also allows you to loop over a certain part of a
  file.

  It's intended to help you learn or transcribe songs. It can also play
  videos thanks to GStreamer.

  Play it slowly works with both ALSA and the JACK Audio Connection Kit.



Rupert


pgptaiit66lLS.pgp
Description: PGP signature


Bug#602714: could audacious play CDROM, here command

2010-11-07 Thread Yellowprotoss
Package: audacious
Version: 2.3-2
Severity: wishlist


Please find how to simply paly a cdrom audio, coudl you same for audaciosu? 
please thx
mplayer cdda://

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages audacious depends on:
ii  audacious-plugins2.3-2+b1Base plugins for audacious
ii  dbus 1.2.24-3simple interprocess messaging syst
ii  dbus-x11 1.2.24-3simple interprocess messaging syst
ii  gtk2-engines-pixbuf  2.20.1-1+b1 Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libaudclient22.3-2   audacious dbus remote control libr
ii  libaudcore1  2.3-2   audacious core engine library
ii  libaudid3tag22.3-2   audacious id3 tag manipulation lib
ii  libc62.11.2-5Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.24-3simple interprocess messaging syst
ii  libdbus-glib-1-2 0.88-2  simple interprocess messaging syst
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.2-1 FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libice6  2:1.0.6-1   X11 Inter-Client Exchange library
ii  libmcs1  0.7.1-1 Abstraction library to store confi
ii  libmowgli1   0.6.1-1 a high performance development fra
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libsm6   2:1.1.1-1   X11 Session Management library

Versions of packages audacious recommends:
ii  unzip 6.0-4  De-archiver for .zip files

audacious suggests no packages.

-- no debconf information



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



Bug#602715: libvirt-bin: locking problem with libvirt

2010-11-07 Thread Lars Wirzenius
Package: libvirt-bin
Version: 0.8.3-3
Severity: normal

My libvirt system got into a state where virt-manager would get stuck
for a couple of minutes, and then give an error about locking problems.
virsh, likewise. I had been able to start one VM, but starting the
second one failed.

Timed out during operation: cannot acquire state change lock is
the error. Here's a representative line from syslog (split into
three to make it more readable):

Nov  7 15:23:38 agnes libvirtd: 15:23:38.001: error :
qemuDomainObjBeginJobWithDriver:410 :
Timed out during operation: cannot acquire state change lock

Search engines gave me this:

http://comments.gmane.org/gmane.comp.emulators.libvirt/28718

I have not verified that the patch mentioned solves the problem
for me. I cannot reproduce the problem reliably, but it's happened
a couple of times now.

If I restart libvirtd things start working again. The restarting
fails, though: libvirtd stays running. I killed it with SIGKILL,
before running /etc/init.d/libvirt start.


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

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

Versions of packages libvirt-bin depends on:
ii  adduser3.112 add and remove users and groups
ii  libavahi-client3   0.6.27-2  Avahi client library
ii  libavahi-common3   0.6.27-2  Avahi common library
ii  libblkid1  2.17.2-3.3block device id library
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libcap-ng0 0.6.4-1   An alternate posix capabilities li
ii  libdevmapper1.02.1 2:1.02.48-3   The Linux Kernel Device Mapper use
ii  libgcrypt111.4.5-2   LGPL Crypto library - runtime libr
ii  libgnutls262.8.6-1   the GNU TLS library - runtime libr
ii  libnl1 1.1-5 library for dealing with netlink s
ii  libparted0debian1  2.3-3 The GNU Parted disk partitioning s
ii  libpciaccess0  0.12.0-1  Generic PCI access library for X
ii  libreadline6   6.1-3 GNU readline and history libraries
ii  libsasl2-2 2.1.23.dfsg1-6Cyrus SASL - authentication abstra
ii  libudev0   163-2 libudev shared library
ii  libuuid1   2.17.2-3.3Universally Unique ID library
ii  libvirt0   0.8.3-3   library for interfacing with diffe
ii  libxenstore3.0 4.0.1-1   Xenstore communications library fo
ii  libxml22.7.7.dfsg-4  GNOME XML library
ii  logrotate  3.7.8-6   Log rotation utility

Versions of packages libvirt-bin recommends:
ii  bridge-utils  1.4-5  Utilities for configuring the Linu
ii  dnsmasq-base  2.55-2 A small caching DNS proxy and DHCP
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii  iptables  1.4.8-3administration tools for packet fi
ii  libxml2-utils 2.7.7.dfsg-4   XML utilities
ii  netcat-openbsd1.89-4 TCP/IP swiss army knife
ii  qemu  0.12.5+dfsg-2  fast processor emulator
ii  qemu-kvm  0.12.5+dfsg-4  Full virtualization on x86 hardwar

Versions of packages libvirt-bin suggests:
ii  policykit-1   0.96-3 framework for managing administrat

-- no debconf information



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



Bug#602716: Bad initialization of UMTS modem when returning from suspend

2010-11-07 Thread Claus Fischer

Package: network-manager
Version: 0.8.1-3



Hardware:
  Lenovo X301
  Intel Corporation Ultimate N WifFi Link 5300

I am using a SIM card with the PIN code disabled.
(With PIN enabled, network manager asks for the PIN code after
each suspend, which is a nuisance particularly for people who
don't use UMTS regularly).

The Network Manager initializes the wireless modem correctly
after boot and after hibernation.
However, after suspend-to-ram it does not re-initialize the
card properly and is unable to use it.

The log-entry in /var/log/syslog says:
  ... NetworkManager: warn GSM modem enable failed: (32) PH-SIM PIN required


-- 
Claus Fischer claus.fisc...@clausfischer.com
http://www.clausfischer.com/


signature.asc
Description: Digital signature


Bug#602717: Incorrect section?

2010-11-07 Thread Rupert Swarbrick

Package: font-hosny-amiri
Version: 0.001-1
Severity: minor

Shouldn't this package be in the new fonts section of the archive?


Rupert


pgpA75Yj7tYjI.pgp
Description: PGP signature


Bug#599741: firmware-b43legacy-installer: fails when there are multiple devices with similar PCI id

2010-11-07 Thread Geoff Simmons
tags 599741 patch
thanks

On Sun, Oct 10, 2010 at 01:40:54PM -0400, Jaime Di Cristina wrote:
 The postinst script (firmware-b43legacy-installer.postinst) fails when
 multiple PCI devices are found with PCI ids starting with 14e4.
[...]
 From looking at the other install script (for b43) it seems to me that
 it suffers from the same bug.

I can confirm this issue also affects firmware-b43-installer and
firmware-b43-lpphy-installer.

Attached is a patch for correcting this.  Each firmware-b43* postinst
was amended to loop through listed Broadcom devices.

Geoff
diff -Nru b43-fwcutter-013/debian/firmware-b43-installer.postinst b43-fwcutter-013/debian/firmware-b43-installer.postinst
--- b43-fwcutter-013/debian/firmware-b43-installer.postinst	2010-05-11 09:48:46.0 +1000
+++ b43-fwcutter-013/debian/firmware-b43-installer.postinst	2010-11-07 23:59:29.0 +1100
@@ -2,8 +2,6 @@
 
 set -e
 
-tmp=`mktemp -q -d`
-
 # check kernel version
 if dpkg --compare-versions 2.6.25 gt `uname -r | cut -d- -f1`; then
 	echo Kernel too old. This firmware needs = 2.6.25!.
@@ -13,29 +11,46 @@
 
 # check chip
 pci=`lspci -n | grep -o 14e4:[1234567890]\+` || true
+
 if [ -n $pci ]; then
-	if [ `echo $pci | cut -d: -f2` = 4301 ]  \
-   [ `echo $pci | cut -d: -f2` = 4306 ]; then
-		echo Not supported card here (PCI id $pci)!
-		echo Use b43legacy firmware.
-		echo Aborting.
-		exit 1
-	elif [ `echo $pci | cut -d: -f2` = 4315 ]; then
-		echo Not supported low-power chip with PCI id $pci!
-		echo Aborting.
-		exit 1
-	elif [ `echo $pci | cut -d: -f2` = 4321 ]  \
- [ `echo $pci | cut -d: -f2` = 4324 ]  \
- [ `echo $pci | cut -d: -f2` = 4325 ]  \
- [ `echo $pci | cut -d: -f2` = 4328 ]  \
- [ `echo $pci | cut -d: -f2` = 4329 ]  \
- [ `echo $pci | cut -d: -f2` = 43b5 ]; then
-		echo Not supported chip: PCI id $pci!
-		echo Aborting!
-		exit 1
-	fi
+	for device in $pci; do
+		device_id=`echo $device | cut -d: -f2`
+		case $device_id in
+		4301 | 4306)
+			legacy=1
+		;;
+		4315)
+			lpphy=1
+		;;
+		4321 | 4324 | 4325 | 4328 | 4329 | 43b5)
+			unsupported=$unsupported $device_id
+		;;
+		*)
+		;;
+		esac
+	done
+fi
+
+if [ $legacy ]; then
+	echo An unsupported BCM4301, BCM4303 or BCM4306/2 device was found.
+	echo Use b43legacy firmware (firmware-b43legacy-installer package) instead.
+	echo Aborting.
+	exit 1
+elif [ $lpphy ]; then
+	echo An unsupported BCM4312 Low-Power (LP-PHY) device was found.
+	echo Use b43 LP-PHY firmware (firmware-b43-lpphy-installer package) instead.
+	echo Aborting.
+	exit 1
+elif [ $unsupported ]; then
+	echo -n Unsupported device(s) found: PCI id 
+	for device_id in $unsupported; do echo -n 14e4:$device_id ; done
+	echo
+	echo Aborting.
+	exit 1
 fi
 
+tmp=`mktemp -q -d`
+
 cd $tmp
 export FIRMWARE_INSTALL_DIR=/lib/firmware
 
diff -Nru b43-fwcutter-013/debian/firmware-b43legacy-installer.postinst b43-fwcutter-013/debian/firmware-b43legacy-installer.postinst
--- b43-fwcutter-013/debian/firmware-b43legacy-installer.postinst	2010-05-11 09:49:30.0 +1000
+++ b43-fwcutter-013/debian/firmware-b43legacy-installer.postinst	2010-11-07 23:30:58.0 +1100
@@ -3,16 +3,24 @@
 set -e
 
 # check chip
+supported=0
 pci=`lspci -n | grep -o 14e4:[1234567890]\+` || true
+
 if [ -n $pci ]; then
-if [ `echo $pci | cut -d: -f2` != 4301 ]  \
-   [ `echo $pci | cut -d: -f2` != 4306 ]  \
-   [ `echo $pci | cut -d: -f2` != 4320 ]; then
-echo Not supported card here (PCI id $pci)!
-echo Use b43 firmware. This is just for the b43legacy driver.
-echo Aborting.
-exit 1
-fi
+for device in $pci; do
+device_id=`echo $device | cut -d: -f2`
+if [ $device_id = 4301 ] || [ $device_id = 4306 ] || [ $device_id = 4320 ]; then
+supported=1
+break
+fi
+done
+fi
+
+if [ $supported = 0 ]; then
+echo No supported card found.
+echo Use b43 firmware. This is just for the b43legacy driver.
+echo Aborting.
+exit 1
 fi
 
 tmp=`mktemp -q -d`
diff -Nru b43-fwcutter-013/debian/firmware-b43-lpphy-installer.postinst b43-fwcutter-013/debian/firmware-b43-lpphy-installer.postinst
--- b43-fwcutter-013/debian/firmware-b43-lpphy-installer.postinst	2010-05-11 09:52:37.0 +1000
+++ b43-fwcutter-013/debian/firmware-b43-lpphy-installer.postinst	2010-11-07 23:31:19.0 +1100
@@ -2,8 +2,6 @@
 
 set -e
 
-tmp=`mktemp -q -d`
-
 # check kernel version
 if dpkg --compare-versions 2.6.32 gt `uname -r | cut -d- -f1`; then
 	echo Kernel too old. This firmware needs = 2.6.32!.
@@ -12,16 +10,28 @@
 fi
 
 # check chip
+supported=0
 pci=`lspci -n | grep -o 14e4:[1234567890]\+` || true
+
 if [ -n $pci ]; then
-	if ! echo $pci | grep -q '14e4:4315'; then
-		echo Not supported card here (PCI id $pci)!
-		echo Use proper b43 or b43legacy firmware.
-		

Bug#602444: firmware-brcm80211: Kernel Panic on iwlist scan

2010-11-07 Thread Ben Hutchings
On Fri, 2010-11-05 at 10:23 +0100, Didier 'OdyX' Raboud wrote:
 tags 602444 -patch 
 thanks 
 
 Hi Ben, and thanks for your answer,
 
 Le jeudi 4 novembre 2010 23:37:48 Ben Hutchings, vous avez écrit :
  On Thu, 2010-11-04 at 22:52 +0100, Didier Raboud wrote:
   Package: firmware-brcm80211
  
  What has this got to do with the firmware?
 
 The observable facts I could get is that:
 
 * the boot completes when the package is not installed

True, but only because the driver fails to initialise.

[...]
 So my guess is that Network-Manager uses the driver, eventually triggering a 
 scan and then kernel oopses at that moment, leading to a non-completed boot. 
 Would you need more information ? Of what sort ?
[...]

Please use a serial console or netconsole to provide the 'oops' message.

There have been a huge number of cleanups and other fixes to this driver
since the initial release into staging, which I'll apply to our package.
I hope these will fix this bug.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#584145: Fixed?

2010-11-07 Thread Kim Hansen
Hi

I got the warnings from udevd-work between May 14 and June 4, but I
haven't seen it since.

Perhaps this bug is fixed?

Regards,
-- 
Kim Hansen
Vadgårdsvej 3, 2.tv
2860 Søborg
Phone: +45 3091 2437



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



Bug#602668: libdevel-bt-perl: FTBFS on armel

2010-11-07 Thread gregor herrmann
tag 602668 + confirmed
thanks

On Sat, 06 Nov 2010 23:15:01 +, Hector Oron wrote:

 Your package fails to build on armel with following error:

I can reproduce the test failures on abel (armel) and asdfasdf
(kfreebsd-amd64) when running the tests manually:

armel:

(sid)gre...@abel:~/src/libdevel-bt-perl-0.05$ PERL5LIB=~/src/perl5lib/lib/ make 
test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/basic.t ... 1/? 
#   Failed test 'perl backtrace for SIGABRT'
#   at t/basic.t line 26.
#   '#0  0x4023646c in waitpid () from /lib/libpthread.so.0
# #1  0x40027b48 in backtrace (sig=value optimized out) at bt.xs:183
# #2  signal_handler (sig=value optimized out) at bt.xs:190
# #3  0x30373230 in ?? ()
# #4  0x30373230 in ?? ()
# '
# doesn't match '(?-xism:\bperl_run\b)'
t/basic.t ... 2/? 
#   Failed test 'perl backtrace for SIGFPE'
#   at t/basic.t line 26.
#   '#0  0x4023646c in waitpid () from /lib/libpthread.so.0
# #1  0x40027b48 in backtrace (sig=value optimized out) at bt.xs:183
# #2  signal_handler (sig=value optimized out) at bt.xs:190
# #3  0x31373230 in ?? ()
# #4  0x31373230 in ?? ()
# '
# doesn't match '(?-xism:\bperl_run\b)'
t/basic.t ... 3/? 
#   Failed test 'perl backtrace for SIGILL'
#   at t/basic.t line 26.
#   '#0  0x4023646c in waitpid () from /lib/libpthread.so.0
# #1  0x40027b48 in backtrace (sig=value optimized out) at bt.xs:183
# #2  signal_handler (sig=value optimized out) at bt.xs:190
# #3  0x31373230 in ?? ()
# #4  0x31373230 in ?? ()
# '
# doesn't match '(?-xism:\bperl_run\b)'
t/basic.t ... 4/? 
#   Failed test 'perl backtrace for SIGQUIT'
#   at t/basic.t line 26.
#   '#0  0x4023646c in waitpid () from /lib/libpthread.so.0
# #1  0x40027b48 in backtrace (sig=value optimized out) at bt.xs:183
# #2  signal_handler (sig=value optimized out) at bt.xs:190
# #3  0x32373230 in ?? ()
# #4  0x32373230 in ?? ()
# '
# doesn't match '(?-xism:\bperl_run\b)'
t/basic.t ... 5/? 
#   Failed test 'perl backtrace for SIGSEGV'
#   at t/basic.t line 26.
#   '#0  0x4023646c in waitpid () from /lib/libpthread.so.0
# #1  0x40027b48 in backtrace (sig=value optimized out) at bt.xs:183
# #2  signal_handler (sig=value optimized out) at bt.xs:190
# #3  0x33373230 in ?? ()
# #4  0x33373230 in ?? ()
# '
# doesn't match '(?-xism:\bperl_run\b)'
# Looks like you failed 5 tests of 5.
t/basic.t ... Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/5 subtests 
t/release-eol.t . skipped: these tests are for release candidate testing
t/release-no-tabs.t . skipped: these tests are for release candidate testing
t/release-pod-syntax.t .. skipped: these tests are for release candidate testing

Test Summary Report
---
t/basic.t (Wstat: 1280 Tests: 5 Failed: 5)
  Failed tests:  1-5
  Non-zero exit status: 5
Files=4, Tests=5,  9 wallclock secs ( 0.21 usr  0.05 sys +  1.76 cusr  0.31 
csys =  2.33 CPU)
Result: FAIL
Failed 1/4 test programs. 5/5 subtests failed.
make: *** [test_dynamic] Error 255
(sid)gre...@abel:~/src/libdevel-bt-perl-0.05$ 


kfreebsd-amd64:

(sid)gre...@asdfasdf:~/src/libdevel-bt-perl-0.05$ PERL5LIB=~/src/perl5lib/lib 
make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/basic.t ... 1/? 
#   Failed test 'perl backtrace for SIGABRT'
#   at t/basic.t line 26.
#   ''
# doesn't match '(?-xism:\bperl_run\b)'
t/basic.t ... 2/? 
#   Failed test 'perl backtrace for SIGFPE'
#   at t/basic.t line 26.
#   '#0  0x0008012cc938 in wait4 () from /lib/libc.so.0.1
# #1  0x000807f71f2d in backtrace (sig=value optimized out) at bt.xs:183
# #2  signal_handler (sig=value optimized out) at bt.xs:190
# #3  0x000801020244 in __pthread_sighandler () from /lib/libpthread.so.0
# '
# doesn't match '(?-xism:\bperl_run\b)'
t/basic.t ... 3/? 
#   Failed test 'perl backtrace for SIGILL'
#   at t/basic.t line 26.
#   '#0  0x0008012cc938 in wait4 () from /lib/libc.so.0.1
# #1  0x000807f71f2d in backtrace (sig=value optimized out) at bt.xs:183
# #2  signal_handler (sig=value optimized out) at bt.xs:190
# #3  0x000801020244 in __pthread_sighandler () from /lib/libpthread.so.0
# '
# doesn't match '(?-xism:\bperl_run\b)'
t/basic.t ... 4/? 
#   Failed test 'perl backtrace for SIGQUIT'
#   at t/basic.t line 26.
#   '#0  0x0008012cc938 in wait4 () from /lib/libc.so.0.1
# #1  0x000807f71f2d in backtrace (sig=value optimized out) at bt.xs:183
# #2  signal_handler (sig=value optimized out) at bt.xs:190
# #3  0x000801020244 in __pthread_sighandler () from /lib/libpthread.so.0
# '
# doesn't match '(?-xism:\bperl_run\b)'
t/basic.t ... 5/? 
#   

Bug#597350: Patch for the l10n upload of dtc-xen

2010-11-07 Thread Thomas Goirand
On 11/05/2010 03:59 PM, Christian PERRIER wrote:
 Quoting Christian PERRIER (bubu...@debian.org):
 Ping?

 Just taking news. I know the upload will happen, but the package just
 re-appeared on my radar.
 
 
 And reappeared again. I think I'll launch an NMU in one week, if the
 package appears again. Thomas, just tell me if you need some help,
 sponsoring, etc.

Sorry for that, I was also working on MLMMJ which has some RC bugs. So
it had my priority, and it wasn't easy to fix (patches conflicting with
each others).

I've uploaded 0.5.13-2 of dtc-xen in SID (I don't need sponsorship, as
I'm a DD since last June).

I'll ask the RT for an unblock in few days (I've checked the interdiff,
and it is really limited to the debconf po translations, so it should be
no pb).

Thanks again for your work and insistence, and sorry for my sloppyness.

Thomas



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



Bug#602718: debian-installer: Swap mount problem on install

2010-11-07 Thread Roland Stigge
(I used the guided partition scheme - one partition for everything incl.
/home etc.)

It turns out that the installation process created the swap partition in
ad0s2, not ad0s5. Adding /dev/ad0s2 to /etc/fstab made GNU/kfreebsd use
it correctly. :-)

bye,
  Roland



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



Bug#594408: [yudit] no time to maintain the package for the moment

2010-11-07 Thread Salvatore Bonaccorso
retitle 594408 'O: yudit -- Unicode text editor (arch-dependent binaries)'
noowner 594408
thanks

I do not have time currently to properly adopt yudit, would like to
see it updated however. So retitle it back and set noowner, if someone
with more time would like to take it!

Bests
Salvatore


signature.asc
Description: Digital signature


  1   2   3   >