Bug#562041: synaptic: should retrieve changelog from packages.qa.debian.org

2009-12-22 Thread Török Edwin
Package: synaptic
Version: 0.63
Severity: normal

Synaptic tries to retrieve the changelog from packages.debian.org.
However that is often out of date: for example a package is already available on
the mirrors, but the changelog is only available after several days.

For example the changelog for gedit 2.28.3-1:
http://packages.debian.org/changelogs/pool/main/g/gedit/gedit_2.28.3-1/changelog

Is still not available as of Tue, 22 Dec 2009 09:51:02 +0200

It would be probably better for synaptic to retrieve the changelog from
packages.qa.debian.org directly:
http://packages.qa.debian.org/g/gedit/news/20091220T031744Z.html

If you parse the Changes: field you get the changelog for the last release.
You could find all the p.a.q.d.o for all versions between the installed version,
and the newly available package, and concatenate their changes.

Alternatively a script could extract the changelog and upload it to p.d.o. just
after the package is uploaded to the mirrors.

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

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

Versions of packages synaptic depends on:
ii  apt [libapt-pkg-libc6.9-6-4 0.7.25   Advanced front-end for dpkg
ii  apt-utils [libapt-inst-libc 0.7.25   APT utility programs
ii  hicolor-icon-theme  0.11-1   default fallback theme for FreeDes
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.6.0-4.2generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.2-6GCC support library
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.22.3-1 The GLib library of C routines
ii  libgtk2.0-0 2.18.5-1 The GTK+ graphical user interface 
ii  libpango1.0-0   1.26.1-1 Layout and rendering of internatio
ii  libstdc++6  4.4.2-6  The GNU Standard C++ Library v3
ii  libvte9 1:0.22.5-1   Terminal emulator widget for GTK+ 
ii  libx11-62:1.3.2-1X11 client-side library
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  rarian-compat [scrollkeeper 0.8.1-4  Documentation meta-data library (c
ii  scrollkeeper0.8.1-4  Transitional package for scrollkee

Versions of packages synaptic recommends:
ii  deborphan 1.7.28 program that can find unused packa
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  kdebase-bin   4:4.3.4-1  core binaries for the KDE 4 base m
ii  libgnome2-perl1.042-2Perl interface to the GNOME librar
ii  menu  2.1.42 generates programs menu for all me

Versions of packages synaptic suggests:
ii  dwww  1.11.1 Read all on-line documentation wit

-- no debconf information

-- debsums errors found:
prelink: /usr/sbin/synaptic: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/sbin/synaptic (from synaptic package)



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



Bug#562040: magics++: “Maintainer” again failed to do a basic build test

2009-12-22 Thread Cyril Brulebois
Package: magics++
Version: 2.6.4~dfsg-1
Severity: serious
Justification: FTBFS



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



Bug#472703: workaround: wdm: 'enter' in 'Login:' doesn't work anymore after session logout

2009-12-22 Thread Adam Glover

 NOTE you CANNOT set DisplayManager*reset 15 in wdm-config
 because it doesn't work

Sorry, yes you can.  It works the way it should.  Maybe I typed it in
wrong (that's what I get for troubleshooting multiple issues at once.)

In this case, it really looks like a simple config issue (though it may
be that Xorg and HAL are acting up anyway.  I don't know enough
to say).

Adam Glover



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



Bug#562038: FTBFS with debuild -j.

2009-12-22 Thread Trent W. Buck
Trent W. Buck wrote:
 This package doesn't build if I use debuild -j or debuild -j4.
 These options are supposed to affect make's parallelization, but
 from the typescript, it seems that the upstream build system is
 doing something silly like referring to $(MAKEFLAGS) directly
 instead of implicitly via $(MAKE).

On closer inspection, the problem appears to be an attempt to support
-j via DEB_BUILD_OPTIONS.  In debian/rules:

# Support multiple makes at once
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NJOBS := -j $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
endif

And later, lines like

# system build
$(MAKE) -C $(CURDIR)/system-build $(NJOBS)

If I remove these references to NJOBS, debuild -j4 works fine.



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



Bug#562042: aptitude: should have a flag to upgrade all dependencies of a package

2009-12-22 Thread Török Edwin
Package: aptitude
Version: 0.6.1.3-3
Severity: wishlist

aptitude should have a flag to upgrade all the recommends/suggests of the
package, when the package is upgraded.

For example to upgrade texlive, I would like to just do this:
$ aptitude install --update-all-deps texlive-full

And it should update all the installed depends, recommended, and suggested
dependencies of the package (if possible). Perhaps this should be the default 
for
metapackages.

Currently I have to open synaptic, search for texlive, select each package and
click upgrade. Aptitude would only update texlive-full package, and not its
dependencies. Yes, the dependencies are not strict, but I would still like to
upgrade all packages when I upgrade a metapackage, upgrading only the
metapackage doesn't make much sense.

Also there should be a flag to install all recommends of an already installed
package, similar to --with-recommends but for already installed packages.

-- Package-specific info:
aptitude 0.6.1.3 compiled at Nov 20 2009 19:56:21
Compiler: g++ 4.3.4
Compiled against:
  apt version 4.8.1
  NCurses version 5.7
  libsigc++ version: 2.0.18
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20090803
  cwidget version: 0.5.16
  Apt version: 4.8.0
linux-vdso.so.1 =  (0x7fff2b9ff000)
libapt-pkg-libc6.9-6.so.4.8 = /usr/lib/libapt-pkg-libc6.9-6.so.4.8 
(0x003cee80)
libncursesw.so.5 = /lib/libncursesw.so.5 (0x00382420)
liblog4cxx.so.10 = /usr/lib/liblog4cxx.so.10 (0x00385ac0)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x00385a00)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x00385a80)
libept.so.0 = /usr/lib/libept.so.0 (0x003ced40)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0x00385bc0)
libz.so.1 = /usr/lib/libz.so.1 (0x00381ee0)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0x0037fd40)
libboost_iostreams.so.1.40.0 = /usr/lib/libboost_iostreams.so.1.40.0 
(0x00385a40)
libpthread.so.0 = /lib/libpthread.so.0 (0x00381ea0)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7f2ff3313000)
libm.so.6 = /lib/libm.so.6 (0x00381e60)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f2ff30fd000)
libc.so.6 = /lib/libc.so.6 (0x00381de0)
libutil.so.1 = /lib/libutil.so.1 (0x00382dc0)
libdl.so.2 = /lib/libdl.so.2 (0x00381e20)
libaprutil-1.so.0 = /usr/lib/libaprutil-1.so.0 (0x00398a40)
libapr-1.so.0 = /usr/lib/libapr-1.so.0 (0x00398a00)
libuuid.so.1 = /lib/libuuid.so.1 (0x003989c0)
librt.so.1 = /lib/librt.so.1 (0x00382060)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x00382520)
libbz2.so.1.0 = /lib/libbz2.so.1.0 (0x00382ba0)
/lib64/ld-linux-x86-64.so.2 (0x00381da0)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0x003821e0)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6. 0.7.25Advanced front-end for dpkg
ii  libboost-iostreams1.40 1.40.0-4  Boost.Iostreams Library
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libcwidget30.5.16-2  high-level terminal interface libr
ii  libept00.5.30High-level library for managing De
ii  libgcc11:4.4.2-6 GCC support library
ii  liblog4cxx10   0.10.0-1  A logging library for C++
ii  libncursesw5   5.7+20090803-2shared libraries for terminal hand
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libsqlite3-0   3.6.21-1  SQLite 3 shared library
ii  libstdc++6 4.4.2-6   The GNU Standard C++ Library v3
ii  libxapian151.0.17-1  Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index  0.22   maintenance tools for a Xapian ind
ii  aptitude-doc-en [aptitude-doc 0.6.1.3-3  English manual for aptitude, a ter
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output
ii  sensible-utils0.0.2  Utilities for sensible alternative

Versions of packages aptitude suggests:
ii  debtags   1.7.9+b2   Enables support for package tags
ii  tasksel   

Bug#562043: [grub-pc] Error during installation

2009-12-22 Thread giagim...@libero.it
Package: grub-pc
Version: 1.98~20091221-1

Error during installation:

Setting up grub-common (1.98~20091221-1) ...
Setting up grub-pc (1.98~20091221-1) ...

Creating config file /etc/default/grub with new version
Installation finished. No error reported.
Installation finished. No error reported.
Installation finished. No error reported.
Installation finished. No error reported.
Generating grub.cfg ...
Found background image: moreblue-orbit-grub.png
Found linux image: /boot/vmlinuz-2.6.32.2-my001
Found initrd image: /boot/initrd.img-2.6.32.2-my001
Found linux image: /boot/vmlinuz-2.6.32-trunk-amd64
Found initrd image: /boot/initrd.img-2.6.32-trunk-amd64
Found linux image: /boot/vmlinuz-2.6.31.9-my001
Found initrd image: /boot/initrd.img-2.6.31.9-my001
Found memtest86+ image: /boot/memtest86+.bin
/etc/grub.d/30_os-prober: 40: function: not found
dpkg: error processing grub-pc (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 grub-pc
E: Sub-process /usr/bin/dpkg returned an error code (1)




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



Bug#561898: [Debian RT] add William Vera's key to the DM keyring

2009-12-22 Thread Aníbal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

keyring-maint:
  please add key ID 3E73FA1F5C57600504394D751FD2BF96F5CC22A4
  to the DM keyring

Changed-By: Anibal Monsalve Salazar ani...@debian.org
Date: Tue, 22 Dec 2009 18:58:56 +1100
Comment: Add William Vera bi...@billy.com.mx as a Debian Maintainer
Agreement:
  http://lists.debian.org/debian-newmaint/2009/11/msg00057.html
Advocates:
  pmatthaei - http://lists.debian.org/debian-newmaint/2009/11/msg00060.html
Quasi-Advocates:
  gwolf - http://lists.debian.org/debian-newmaint/2009/11/msg00058.html
KeyCheck:
  pub   1024D/F5CC22A4 2005-03-15
Key fingerprint = 3E73 FA1F 5C57 6005 0439  4D75 1FD2 BF96 F5CC 22A4
  uid  William Vera (Debianized) bi...@billy.com.mx
  sig! C671257D 2005-06-19  David Moreno da...@axiombox.com
  sig!3F5CC22A4 2005-03-15  William Vera (Debianized) 
bi...@billy.com.mx
  sig! C1DB921F 2009-11-29  Gunnar Eyal Wolf Iszaevich 
gw...@debian.org
  sub   2048g/7B03AFC8 2005-03-15
  sig! F5CC22A4 2005-03-15  William Vera (Debianized) 
bi...@billy.com.mx
  .
  Let's test if its a version 4 or greater key
  Key is ok
  Check for key expire stuff
  Key has no expiration date set, nothing to check.

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

iEYEARECAAYFAkswgIQACgkQgY5NIXPNpFVmYwCfcxrRUho5NSPIrVFJE7ktpujn
deQAoIjUDtqJ3utqqwJPcZKJ0vuov30I
=z+Q5
-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#440133: iceweasel: file:// bookmark behaviour is inconsistent

2009-12-22 Thread Eric Dorland
tags 440133 moreinfo

* Tyler MacDonald (ty...@yi.org) wrote:
 Package: iceweasel
 Version: 2.0.0.6-1
 Severity: minor
 
 
 When you are viewing a file:// url that is a directory, you get a sorted
 list of files. However, when you are expanding a directory for a file://
 url,
 
 Current behaviour: The files in that directory are shown in inode order
 
 Desired behaviour: The files in that directory should be shown as a sorted
 list, just like when you were browsing the directory.

What do you mean by expanding a directory for a file:// url?
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'stable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.21+crackerjack (SMP w/2 CPU cores)
 Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages iceweasel depends on:
 ii  debianutils 2.23.1   Miscellaneous utilities specific 
 t
 ii  fontconfig  2.4.2-1.2generic font configuration 
 library
 ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
 ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
 ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics 
 libra
 ii  libfontconfig1  2.4.2-1.2generic font configuration 
 library
 ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared 
 lib
 ii  libgcc1 1:4.2.1-4GCC support library
 ii  libglib2.0-02.14.0-2 The GLib library of C routines
 ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user 
 interface 
 ii  libhunspell-1.1-0   1.1.9-1  spell checker and morphological 
 an
 ii  libjpeg62   6b-13The Independent JPEG Group's 
 JPEG 
 ii  libnspr4-0d 4.6.7-1  NetScape Portable Runtime Library
 ii  libnss3-0d  3.11.7-1 Network Security Service 
 libraries
 ii  libpango1.0-0   1.16.5-1 Layout and rendering of 
 internatio
 ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
 ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
 ii  libx11-62:1.0.3-7X11 client-side library
 ii  libxft2 2.1.12-2 FreeType-based font drawing 
 librar
 ii  libxinerama11:1.0.2-1X11 Xinerama extension library
 ii  libxp6  1:1.0.0.xsf1-1   X Printing Extension (Xprint) 
 clie
 ii  libxrender1 1:0.9.3-1X Rendering Extension client 
 libra
 ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
 ii  psmisc  22.5-1   Utilities that use the proc 
 filesy
 ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime
 
 iceweasel recommends no packages.
 
 -- no debconf information
 

-- 
Eric Dorland e...@kuroneko.ca
ICQ: #61138586, Jabber: ho...@jabber.com




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



Bug#562044: current svn FTBFS, missing build dependency

2009-12-22 Thread Peter Eisentraut
Package: svn-buildpackage
Version: 0.7.1
Severity: serious

I was taking a preview at 0.7.1, because I needed orig.tar.bz2 support.  It is 
missing a build dependency:

INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update 
--gettext-package svn-buildpackage --pot
/bin/sh: /usr/bin/intltool-update: not found
make[1]: *** [svn-buildpackage.pot] Error 127

You need the package intltool installed.

Works great after that.



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



Bug#550808: iceweasel: favicons not displayed in bookmarks menu

2009-12-22 Thread Mike Hommey
Hi,

On Tue, Oct 13, 2009 at 03:18:06PM +1100, Drew Parsons wrote:
 Package: iceweasel
 Version: 3.0.14-1
 Severity: normal
 
 The favicons for my bookmark entries have recently stopped being
 displayed in the bookmarks menu.
 
 Iceweasel does know about the favicons, they appear against the bookmark
 entries in the Organise Bookmarks dialog box, and they show against
 the urls in the location bar.  It's only in the Bookmarks menu that
 they do not appear.
 
 They still displayed until recently, though I'm not certain if their
 disappearance came with 3.0.14-1, or perhaps after that (would another
 library affect the favicon behaviour?) 
 
 There are old bugs on this kind of problem logged against Firefox on
 Mac, e.g. http://forums.macrumors.com/showthread.php?t=215404,
 http://support.mozilla.com/en-US/forum/1/464837,
 though it wouldn't make too much sense if that's the same bug I'm
 seeing here.

I can't reproduce this, and have had favicons in my bookmarks for a long
time without any problem. Did it eventually fix itself for you or is
that still an issue ?

Cheers,

Mike



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



Bug#562024: udev deprecation warnings

2009-12-22 Thread Tzafrir Cohen
Hi,

On Tue, Dec 22, 2009 at 08:21:28AM +0800, jida...@jidanni.org wrote:
 Package: dahdi-linux
 Version: 1:2.2.0.2~dfsg-1
 Severity: wishlist
 File: /etc/udev/rules.d/xpp.rules
 
 Getting these warnings these days:
 Dec 19 09:34:49 jidanni3 udevd[2369]: BUS= will be removed in a future udev 
 version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to 
 match a parent device, in /etc/udev/rules.d/xpp.rules:1
 Dec 19 09:34:49 jidanni3 udevd[2369]: SYSFS{}= will be removed in a future 
 udev version, please use ATTR{}= to match the event device, or ATTRS{}= to 
 match a parent device, in /etc/udev/rules.d/xpp.rules:7

Thanks for the report. Looking into those ones.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



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



Bug#550037: 2.5-6 fixes the -opt issue of automysqlbackup

2009-12-22 Thread Thomas Goirand
Hi,

I have made a patch to fix #550037, which I attached to this message.
The new version of the package is here:

http://ftparchive.gplhost.com/debian/pool/lenny/main/a/automysqlbackup/

Can you guys try it in Squeeze and let me know in the bts entry if this
fixed the issue?

Thanks in advance,

Thomas
diff -u automysqlbackup-2.5/automysqlbackup automysqlbackup-2.5/automysqlbackup
--- automysqlbackup-2.5/automysqlbackup
+++ automysqlbackup-2.5/automysqlbackup
@@ -351,7 +351,7 @@
 LOGFILE=$BACKUPDIR/$DBHOST-`date +%N`.log  # Logfile Name
 LOGERR=$BACKUPDIR/ERRORS_$DBHOST-`date +%N`.log# Logfile Name
 BACKUPFILES=
-OPT=--quote-names --opt  # OPT string for use with 
mysqldump ( see man mysqldump )
+OPT=--quote-names# OPT string for use with mysqldump ( 
see man mysqldump )
 
 # Add --compress mysqldump option to $OPT
 if [ $COMMCOMP = yes ];
@@ -412,10 +412,16 @@
 dbdump () {
touch $2
chmod 600 $2
+   if [ $1 = information_schema ] ; then
+   NEWOPT=--skip-opt ${OPT}
+   else
+   NEWOPT=--opt $OPT
+   fi
+
if [ -z ${USERNAME} -o -z ${PASSWORD} ] ; then
-   mysqldump --defaults-file=/etc/mysql/debian.cnf $OPT $1  $2
+   mysqldump --defaults-file=/etc/mysql/debian.cnf $NEWOPT $1  $2
else
-   mysqldump --user=$USERNAME --password=$PASSWORD --host=$DBHOST 
$OPT $1  $2
+   mysqldump --user=$USERNAME --password=$PASSWORD --host=$DBHOST 
$NEWOPT $1  $2
fi
return 0
 }
diff -u automysqlbackup-2.5/debian/changelog 
automysqlbackup-2.5/debian/changelog
--- automysqlbackup-2.5/debian/changelog
+++ automysqlbackup-2.5/debian/changelog
@@ -1,3 +1,10 @@
+automysqlbackup (2.5-6) unstable; urgency=low
+
+  * Fixes the --opt issue with the information_schema that needs --skip-opt
+instead of --opt (Closes: #550037).
+
+ -- Thomas Goirand tho...@goirand.fr  Tue, 22 Dec 2009 16:35:45 +0800
+
 automysqlbackup (2.5-5) unstable; urgency=low
 
   * Added Recommends: mutt (Closes: #532402).


Bug#561113: [f7f4c51] Fix for Bug#561113 committed to git

2009-12-22 Thread Giuseppe Iuculano

tags 561113 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Tue, 22 Dec 2009 09:58:12 +0100.
 The fix will be in the next upload. 
=
Fixed crash on kfreebsd.

Closes: #561113
Thanks: Petr Salinger
Thanks: Axel Beckert
=

You can check the diff of the fix at:


http://git.debian.org/?p=collab-maint/smartmontools.git;a=commitdiff;h=f7f4c51





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



Bug#562045: Please package last upstream version

2009-12-22 Thread Laurent Bigonville
Package: gupnp
Version: 0.13.1-1
Severity: wishlist

Hi,

Could you please package the last upstream version of gupnp (0.13.2),
this version is needed by the last version gupnp-igd.

Thanks

Laurent Bigonville



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



Bug#561203: FTBFS [hppa] - build hangs

2009-12-22 Thread Modestas Vainius
Hello,

On antradienis 15 Gruodis 2009 18:29:58 dann frazier wrote:
  On antradienis 15 Gruodis 2009 07:32:08 dann frazier wrote:
   Source: kde4libs
   Version: 4:4.3.4-1
   Severity: serious
   User: debian-h...@lists.debian.org
   Usertags: hppa
  
   kde4libs hangs during build on hppa, but the hang location varies.
 
  Doesn't this evidence suggest that either c++ toolchain, hardware, kernel
  etc. is broken on hppa in general / on peri? automoc4 has not been
  rebuilt for half a year and numerous previous kde4libs versions have
  built successfully since then...
 
 Yes, it certainly does. The hppa porters are looking into such issues,
 using the above usertag as a todo list.

To reproduce:

$ cat minifail.cpp
#include QtCore/QProcess
#include QtCore/QCoreApplication

int main(int argc, char** argv) {
QCoreApplication app(argc, argv);

QProcess proc;
proc.start(/usr/bin/cut, QStringList(), QIODevice::NotOpen);
proc.waitForFinished(-1);
return 0;
}
$ g++-4.4 -I/usr/include/qt4 -lQtCore minifail.cpp -o minifail
$ i=0; while true; do i=$(($i+1)); echo Run $i; ./minifail; done
Run 1
Run 2
Run 3
Run 4
Run 5
Run 6
Run 7
Run 8
Run 9
Run 10

$ ps aux | grep ...
modax11058  0.0  0.0  19728  3020 pts/1Sl+  08:45   0:00 ./minifail
modax11060  0.0  0.0  0 0 pts/1Z+   08:45   0:00 [cut] 
defunct

$ gdb -p 11058
(gdb) bt
#0  0x4082fe30 in select () from /lib/libc.so.6
#1  0x405d9644 in qt_native_select (fdread=0xfb091410, fdwrite=0xfb091490, 
timeout=value optimized out) at io/qprocess_unix.cpp:936
#2  0x405dc3ac in QProcessPrivate::waitForFinished (this=0x27f80, msecs=-1) at 
io/qprocess_unix.cpp:1158
#3  0x4058b6f8 in QProcess::waitForFinished (this=0xfb0912dc, msecs=-1) at 
io/qprocess.cpp:1318
#4  0x00010f24 in main ()
(gdb)


Frame #1 is at 
http://qt.gitorious.org/qt/qt/blobs/4.5/src/corelib/io/qprocess_unix.cpp#line1158

Sometimes minifail crashes: 

$ i=0; while true; do i=$(($i+1)); echo Run $i; ./minifail; done; 
Run 1
Run 2
Run 3   
   
Run 4   
   
Run 5   
   
Run 6   
   
Run 7   
   
Run 8   
   
Run 9   
   
Run 10  
   
Run 11
Run 12
Run 13
Run 14
Segmentation fault
Run 15
Run 16
Segmentation fault
Run 17
Run 18
Run 19
Run 20
Run 21
Run 22
Run 23
Run 24
Run 25
Run 26
Run 27
Run 28
Run 29
Run 30
Run 31
Run 32
Run 33
Run 34
Run 35

So repeatedly running it under gdb I see a couple of SIGSEGVs: 

$ gdb ./minifail
GNU gdb (GDB) 7.0-debian  
Reading symbols from /home/modax/minifail...(no debugging symbols 
found)...done.
(gdb) r 
Starting program: /home/modax/minifail  
[Thread debugging using libthread_db enabled]   
[New Thread 0x41b5c480 (LWP 15889)] 
[Thread 0x41b5c480 (LWP 15889) exited]  

Program exited normally.
(gdb)   
(gdb) r  
Starting program: /home/modax/minifail 
[Thread debugging using libthread_db enabled]
[New Thread 0x41b5c480 (LWP 15892)]  
[Thread 0x41b5c480 (LWP 15892) exited]   

Program exited normally.
(gdb)   
(gdb) r 
Starting program: /home/modax/minifail 
[Thread debugging using libthread_db enabled]
[New Thread 0x41b5c480 (LWP 15895)]  
[Thread 0x41b5c480 (LWP 15895) exited]   

Program exited normally.
(gdb) r 
Starting program: /home/modax/minifail 
[Thread debugging using libthread_db enabled]
[New Thread 0x41b5c480 (LWP 15909)]  
[Thread 0x41b5c480 (LWP 15909) exited]   

Program exited normally.
(gdb) r 
Starting program: /home/modax/minifail 
[Thread debugging using libthread_db enabled]
[New Thread 0x41b5c480 (LWP 15912)]  
[Thread 0x41b5c480 (LWP 15912) exited]   

Program exited normally.
(gdb) r 
Starting program: /home/modax/minifail 
[Thread debugging using libthread_db enabled]
[New Thread 0x41b5c480 (LWP 15915)]  

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x41b5c480 (LWP 15915)]
0x in ?? () 
(gdb) bt
#0  0x in ?? () 
#1  0x in ?? ()  

Bug#504805: Have another

2009-12-22 Thread Tom Laermans


[905914.620230] iret exception:  [#1] SMP
[905914.620471] Modules linked in: inet_diag xt_physdev iptable_filter 
ip_tables x_tables ipv6 bridge ext3 jbd mbcache drbd cn loop evdev 
parport_pc parport pcspkr i2c_i801 i2c_core rng_core shpchp pci_hotplug 
button intel_agp agpgart i82875p_edac edac_core xfs dm_mirror dm_log 
dm_snapshot dm_mod raid1 md_mod sd_mod ide_cd_mod cdrom ata_piix 
ata_generic libata scsi_mod piix dock floppy e1000 ide_pci_generic 
ide_core ehci_hcd uhci_hcd usbcore thermal processor fan thermal_sys 
[last unloaded: scsi_wait_scan]

[905914.622302]
[905914.622302] Pid: 51, comm: kblockd/0 Not tainted (2.6.26-2-xen-686 #1)
[905914.622302] EIP: 0061:[c01e4443] EFLAGS: 0002 CPU: 0
[905914.622302] EIP is at ioread8+0x16/0x2a
[905914.622302] EAX: 0001d000 EBX: ce29 ECX: 010c2000 EDX: d008
[905914.624057] ESI: ce290078 EDI: ce29 EBP: ce291404 ESP: cfcf5f00
[905914.624057]  DS: 007b ES: 007b FS: 00d8 GS:  SS: 0069
[905914.624057] Process kblockd/0 (pid: 51, ti=cfcf4000 task=cfcd30c0 
task.ti=cfcf4000)
[905914.624057] Stack: d115a2b3  d115ba7d  ce290078 
ce29 d114fe26 ce290078
[905914.624057]ceca9e80 ce291528 d10dd426 d11542da ce29 
ceca9e80 ce291528 d10dd426
[905914.624057]ce29 d1156501 d1154024 ce028400  
ceca9e80 ce028400 ceb3a900

[905914.624057] Call Trace:
[905914.624057]  [d115a2b3] ata_bmdma_start+0xb/0x1a [libata]
[905914.624057]  [d115ba7d] ata_sff_qc_issue+0xd5/0x1d8 [libata]
[905914.624057]  [d114fe26] ata_qc_issue+0x161/0x1b6 [libata]
[905914.624057]  [d10dd426] scsi_done+0x0/0x16 [scsi_mod]
[905914.624057]  [d11542da] ata_scsi_translate+0xd2/0xf7 [libata]
[905914.624057]  [d10dd426] scsi_done+0x0/0x16 [scsi_mod]
[905914.624057]  [d1156501] ata_scsi_queuecmd+0x1c7/0x1df [libata]
[905914.624057]  [d1154024] ata_scsi_rw_xlat+0x0/0x1c1 [libata]
[905914.628996]  [d10dda88] scsi_dispatch_cmd+0x18b/0x205 [scsi_mod]
[905914.628996]  [d10e2e74] scsi_request_fn+0x29d/0x3af [scsi_mod]
[905914.628996]  [c01db496] cfq_kick_queue+0x0/0x28
[905914.628996]  [c01d1e64] blk_start_queueing+0xe/0x14
[905914.628996]  [c01db4af] cfq_kick_queue+0x19/0x28
[905914.628996]  [c012c139] run_workqueue+0x9b/0x144
[905914.628996]  [c012c900] worker_thread+0x0/0xbd
[905914.628996]  [c012c9b3] worker_thread+0xb3/0xbd
[905914.628996]  [c012ec98] autoremove_wake_function+0x0/0x2d
[905914.628996]  [c012ebd5] kthread+0x38/0x5f
[905914.628996]  [c012eb9d] kthread+0x0/0x5f
[905914.628996]  [c010425f] kernel_thread_helper+0x7/0x10
[905914.628996]  ===
[905914.628996] Code: c0 81 e2 ff ff 00 00 ee c3 ba 8b a4 32 c0 89 c8 e9 
f3 fd ff ff 3d ff ff 03 00 76 04 8a 00 eb 0b 3d 00 00 01 00 76 08 0f b7 
d0 ec 0f b6 c0 c3 ba 9a a4 32 c0 e8 cf fd ff ff b8 ff 00 00 00 c3 3d

[905914.632987] EIP: [c01e4443] ioread8+0x16/0x2a SS:ESP 0069:cfcf5f00
[905914.642497] ---[ end trace 88e2cd58f37ecfc3 ]---

After a record 10 days uptime...



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



Bug#562029: use the standard readline library

2009-12-22 Thread Tzafrir Cohen
On Tue, Dec 22, 2009 at 09:06:49AM +0800, jida...@jidanni.org wrote:
 Package: asterisk
 Version: 1:1.6.2.0-1
 Severity: wishlist
 Tags: upstream
 
 Asterisk should use the standard readline library, that way C-r could
 search back etc.

Asterisk uses editline rather than readline.

 
 By the way, perhaps the
 CLI prompt should be AST instead.

That indicates you run 'asterisk' yourself and don't have a asterisk
daemon running. This is discourged. The Debian package is configured to
have an init.d script. There is a separate command, 'rasterisk' (which
is exactly the same as 'asterisk -r') to issue commands to it.

When you connect via asterisk -r, the prompt is:

  YOURHOSTNAME*CLI

sweetmorn:~# asterisk -r
Asterisk 1.6.2.0~rc7-0.7860, Copyright (C) 1999 - 2009 Digium, Inc. and
others.
Created by Mark Spencer marks...@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for 
details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=
Connected to Asterisk 1.6.2.0~rc7-0.7860 currently running on sweetmorn (pid = 
4330)
sweetmorn*CLI

Alternatively, you can set ASTERISK_PROMPT in the envirnment:

ASTERISK_PROMPT='%h*AST ' rasterisk
sweetmorn:~# ASTERISK_PROMPT='%H*AST ' rasterisk
Asterisk 1.6.2.0~rc7-0.7860, Copyright (C) 1999 - 2009 Digium, Inc. and
others.
Created by Mark Spencer marks...@digium.com
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for 
details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=
Connected to Asterisk 1.6.2.0~rc7-0.7860 currently running on sweetmorn (pid = 
4330)
sweetmorn*AST

All this is well-documented in, well, hmm, main/asterisk.c in the source
tree :-(

  http://svn.asterisk.org/svn/asterisk/branches/1.6.2/main/asterisk.c

(Look for 'ASTERISK_PROMPT' to see the exact available special % codes)

 
 Also one can't dial a number from the bash command line in one step
 without the daemon running.
 One needs to break it into two parts,
 $ asterisk -c
 CLI console dial 123455
 There is no option combination that will arrive one at the same CLI
 state, but using only line from bash. -x needs the daemon running.

If a Asterisk daemon is running:

  asterisk -r 'console dial 123455'

Also note that 'console dial' is only used to dial the console (sound
card + microphone). A more general method of automated dialing is the
'originate' or 'channel originate' command that can initiate a call from
any phone to anywhere in the PBX.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



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



Bug#562046: Please activate vmxnet3 as module

2009-12-22 Thread Julien Wajsberg
Package: linux-image-2.6-686
Version: 2.6.32+23
Severity: minor

Hi,

kernel 2.6.32 has a new driver for running vmware's guests, that's
called vmxnet3. Without it, guest's networking doesn't work anymore,
because vmware's old vmnet doesn't build with this kernel.

Could you please activate it as a module ?

Thanks,
-- 
Julien



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



Bug#561852: apt: Method http has died unexpectedly (undefined symbol:)

2009-12-22 Thread Michael Vogt
On Sun, Dec 20, 2009 at 12:31:06PM -0430, Ramon Ramos wrote:
 Package: apt
 Version: 0.7.25
 Justification: renders package unusable
 Severity: grave
 
 Hi guys. the system show me this message when i try to update it,
 
 Zen2:/home/ramon# apt-get update
 0% [Conectando a ftp.debian.org (130.89.149.226)]/usr/lib/apt/methods/http:
 symbol lookup error: /usr/lib/apt/methods/http: undefined symbol:
 _Z14maybe_add_authR3URISs
 E: Method http has died unexpectedly!
 E: El subproceso http devolvió un código de error (127)
 
Can you please give me the output of:
$ ldd /usr/lib/apt/methods/http
and 
$ ls -l /usr/lib/libapt-pkg-libc6.9-6.so.4.8
 
Thanks,
 Michael
 
 -- Package-specific info:
 
 -- apt-config dump --
 
 APT ;
 APT::Architecture i386;
 APT::Build-Essential ;
 APT::Build-Essential:: build-essential;
 APT::Install-Recommends 1;
 APT::Install-Suggests 0;
 APT::Acquire ;
 APT::Acquire::Translation environment;
 APT::Authentication ;
 APT::Authentication::TrustCDROM true;
 APT::NeverAutoRemove ;
 APT::NeverAutoRemove:: ^linux-image.*;
 APT::NeverAutoRemove:: ^linux-restricted-modules.*;
 Dir /;
 Dir::State var/lib/apt/;
 Dir::State::lists lists/;
 Dir::State::cdroms cdroms.list;
 Dir::State::userstatus status.user;
 Dir::State::status /var/lib/dpkg/status;
 Dir::Cache var/cache/apt/;
 Dir::Cache::archives archives/;
 Dir::Cache::srcpkgcache srcpkgcache.bin;
 Dir::Cache::pkgcache pkgcache.bin;
 Dir::Etc etc/apt/;
 Dir::Etc::sourcelist sources.list;
 Dir::Etc::sourceparts sources.list.d;
 Dir::Etc::vendorlist vendors.list;
 Dir::Etc::vendorparts vendors.list.d;
 Dir::Etc::main apt.conf;
 Dir::Etc::parts apt.conf.d;
 Dir::Etc::preferences preferences;
 Dir::Etc::preferencesparts preferences.d;
 Dir::Bin ;
 Dir::Bin::methods /usr/lib/apt/methods;
 Dir::Bin::dpkg /usr/bin/dpkg;
 Dir::Log var/log/apt;
 Dir::Log::Terminal term.log;
 DPkg ;
 DPkg::Pre-Install-Pkgs ;
 DPkg::Pre-Install-Pkgs:: /usr/sbin/apt-listbugs apt || exit 10;
 DPkg::Pre-Install-Pkgs:: /usr/sbin/dpkg-preconfigure --apt || true;
 DPkg::Tools ;
 DPkg::Tools::Options ;
 DPkg::Tools::Options::/usr/sbin/apt-listbugs ;
 DPkg::Tools::Options::/usr/sbin/apt-listbugs::Version 2;
 
 -- /etc/apt/preferences --
 
 
 Explanation: Pinned by apt-listbugs at Mon Dec 07 01:00:34 -0430 2009
 Explanation:   #559135: gedit-latex-plugin: installation fails
 Package: gedit-latex-plugin
 Pin: version 0.2rc2-2
 Pin-Priority: 1000
 
 Explanation: Pinned by apt-listbugs at Tue Dec 08 22:23:03 -0430 2009
 Explanation:   #547038: Still dash vs bash problems
 Package: bash
 Pin: version 4.0-4
 Pin-Priority: 1000
 
 -- /etc/apt/sources.list --
 
 
 # deb cdrom:[Debian GNU/Linux 4.0 r1 _Etch_ - Official i386 NETINST Binary-1
 20070820-20:21]/ etch contrib main
 
 
 # deb cdrom:[Debian GNU/Linux 4.0 r1 _Etch_ - Official i386 NETINST Binary-1
 20070820-20:21]/ etch contrib main
 
 deb http://ftp.debian.org/debian/ unstable main non-free contrib
 deb-src http://ftp.debian.org/debian/ unstable main non-free contrib
 
 # deb http://debian.unesr.edu.ve/debian/ unstable main non-free contrib
 # deb-src http://debian.unesr.edu.ve/debian/ unstable main non-free contrib
 
 
 
 # deb http://ppa.launchpad.net/synce/ubuntu/ hardy main
 # deb-src http://security.debian.org/ unstable/updates main contrib
 non-free
 
 # deb http://people.debian.org/~stigge/packages/ ./
 # deb-src http://people.debian.org/~stigge/packages/ ./
 
 # deb http://mirror-01.cantv.net/debian/ sid main non-free contrib
 
 # deb http://mirror-01.cantv.net/debian-security/ sid main non-free contrib
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.31-1-686-bigmem (SMP w/2 CPU cores)
 Locale: LANG=es_VE.UTF-8, LC_CTYPE=es_VE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages apt depends on:
 ii  debian-archive-keyring2009.01.31 GnuPG archive keys of the
 Debian a
 ii  libc6 2.10.2-2   GNU C Library: Shared libraries
 ii  libgcc1   1:4.4.2-5  GCC support library
 ii  libstdc++64.4.2-5The GNU Standard C++ Library v3
 
 apt recommends no packages.
 
 Versions of packages apt suggests:
 pn  apt-doc   none (no description available)
 ii  aptitude  0.6.1.3-3  terminal-based package manager
 (te
 ii  bzip2 1.0.5-3high-quality block-sorting file
 co
 ii  dpkg-dev  1.15.4.1   Debian package development
 tools
 ii  lzma  4.43-14Compression method of 7z format
 in
 ii  python-apt0.7.13.4   Python interface to libapt-pkg
 ii  synaptic  0.63   Graphical package manager
 
 -- 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#562049: Using psh as user shell prevents X session from starting

2009-12-22 Thread Adrien Destugues
Package: psh
Version: 1.8-9
Severity: normal

When using psh as the login shell for my user, I'm no longer able to
open an X session with slim. Switching back to bash makes it work.


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

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages psh depends on:
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  libbsd-resource-perl  1.2903-1   BSD process resource limit and pri
ii  libterm-readline-gnu-perl 1.19-2 Perl extension for the GNU Readlin
ii  perl  5.10.1-8   Larry Wall's Practical Extraction 

psh recommends no packages.

psh 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#562047: Strange behaviour of the address bar

2009-12-22 Thread Evengard
Package: iceweasel
Version: 3.5.6-1
Severity: important

When entering an address in the address bar, the list of early visited URLs 
popups. But when selecting one of them and clicking on it with the mouse or by 
hitting ENTER sometimes it just does nothing. The only way to process is either 
click the small green arrow in the end of the address bar or by making the 
popup close and then hitting enter.


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

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

Versions of packages iceweasel depends on:
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  fontconfig2.6.0-4generic font configuration library
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libglib2.0-0  2.22.3-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.2-1NetScape Portable Runtime Library
ii  libstdc++64.4.2-3The GNU Standard C++ Library v3
ii  procps1:3.2.8-2  /proc file system utilities
ii  psmisc22.8-1 utilities that use the proc file s
ii  xulrunner-1.9.1   1.9.1.6-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
pn  latex-xft-fonts   none (no description available)
pn  libkrb53  none (no description available)
ii  mathematica-fonts [ttf-mathem 10 Installer of Mathematica fonts
pn  mozpluggernone (no description available)
ii  ttf-mathematica4.110 transitional dummy package
ii  xfonts-mathml 3  Type1 Symbol font for MathML
pn  xprintnone (no description available)
pn  xulrunner-1.9.1-gnome-support none (no description available)

-- 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#562050: xfce4: installation fails

2009-12-22 Thread Bill Carini
Package: xfce4
Severity: grave
Justification: renders package unusable

When doing apt-get install xfce4 I get following:

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against 
that package should be filed.  
The following information may help to resolve the situation:   

The following packages have unmet dependencies.
  xfce4: Depends: xfwm4 (= 4.6.1) but it is not going to be installed
 Depends: xfce4-settings (= 4.6.1) but it is not going to be 
installed
 Depends: xfce4-panel (= 4.6.1) but it is not going to be installed   
 Depends: xfdesktop4 (= 4.6.1) but it is not going to be installed
 Depends: xfce4-utils (= 4.6.1) but it is not going to be installed   
 Depends: xfce4-session (= 4.6.1) but it is not going to be installed 
 Depends: xfce4-appfinder (= 4.6.1) but it is not going to be 
installed
 Depends: xfce4-mixer (= 4.6.1) but it is not going to be installed
 Depends: orage (= 4.6.1) but it is not going to be installed  
E: Broken packages

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.26
Locale: lang=en...@euro, lc_ctype=en...@euro (charmap=ISO-8859-15)



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



Bug#550037: 2.5-6 fixes the -opt issue of automysqlbackup

2009-12-22 Thread Michael Pitra


Hi Thomas,


I have made a patch to fix #550037, which I attached to this message.
The new version of the package is here:

http://ftparchive.gplhost.com/debian/pool/lenny/main/a/automysqlbackup/

Can you guys try it in Squeeze and let me know in the bts entry if this
fixed the issue?


From what I have tested now (directly invoking the script through the 
command line) it seems to work correctly. I got a normal email with 
the status log, without errors. This was not the case with the older 
version.
There should be no difference with invoking it via cron, but if so, I'll 
let you know tomorrow.


Regards,
Michael



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



Bug#562048: allow for the package-specific version banner to be suppressed

2009-12-22 Thread Kees Cook
Package: openssh
Version: 1:5.1p1-8
Severity: wishlist
Tags: patch

Hi!

It is sometimes desirable to suppress the exact package version of
openssh that is reported during the initial protocol handshake.

While attempts we made to more completely deal with this upstream were
rejected[1], the EXTRAVERSION variable appears to be a Debian-specific
change.  This means there should be a way to have a Debian-specific
sshd variable be proposed to disable the EXTRAVERSION portion of the
protocol greeting:

SSH-2.0-OpenSSH_5.1p1

instead of

SSH-2.0-OpenSSH_5.1p1 Debian-8

This patch introduces ReportExtraversion (which defaults to yes).  When
set to no, Debian-8 is left off the protocol greeting.

Thanks!

-Kees

[1]://bugzilla.mindrot.org/show_bug.cgi?id=764

-- 
Kees Cook@debian.org
diff -uNrp openssh-5.1p1~/debian/changelog openssh-5.1p1/debian/changelog
--- openssh-5.1p1~/debian/changelog	2009-12-22 01:16:09.0 -0800
+++ openssh-5.1p1/debian/changelog	2009-12-22 01:11:57.986834956 -0800
@@ -1,3 +1,12 @@
+openssh (1:5.1p1-9) unstable; urgency=low
+
+  * servconf.[ch], sshd.c, version.h, sshd_config.5: implement
+ReportExtraversion server configuration flag that can be set to
+no to allow sshd to run without the Debian-specific extra version
+in the initial protocol handshake.
+
+ -- Kees Cook k...@debian.org  Tue, 22 Dec 2009 01:11:04 -0800
+
 openssh (1:5.1p1-8) unstable; urgency=low
 
   * Build with just -fPIC on mips/mipsel, not -fPIE as well (thanks, LIU Qi;
diff -uNrp openssh-5.1p1~/servconf.c openssh-5.1p1/servconf.c
--- openssh-5.1p1~/servconf.c	2009-12-22 01:16:09.0 -0800
+++ openssh-5.1p1/servconf.c	2009-12-22 01:10:50.496829718 -0800
@@ -130,6 +130,7 @@ initialize_server_options(ServerOptions 
 	options-num_permitted_opens = -1;
 	options-adm_forced_command = NULL;
 	options-chroot_directory = NULL;
+	options-report_extraversion = -1;
 }
 
 void
@@ -267,6 +268,8 @@ fill_default_server_options(ServerOption
 		options-authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS;
 	if (options-permit_tun == -1)
 		options-permit_tun = SSH_TUNMODE_NO;
+	if (options-report_extraversion == -1)
+		options-report_extraversion = 1;
 
 	/* Turn privilege separation on by default */
 	if (use_privsep == -1)
@@ -313,6 +316,7 @@ typedef enum {
 	sAcceptEnv, sPermitTunnel,
 	sMatch, sPermitOpen, sForceCommand, sChrootDirectory,
 	sUsePrivilegeSeparation, sAllowAgentForwarding,
+	sReportExtraversion,
 	sDeprecated, sUnsupported
 } ServerOpCodes;
 
@@ -435,6 +439,7 @@ static struct {
 	{ permitopen, sPermitOpen, SSHCFG_ALL },
 	{ forcecommand, sForceCommand, SSHCFG_ALL },
 	{ chrootdirectory, sChrootDirectory, SSHCFG_ALL },
+	{ reportextraversion, sReportExtraversion, SSHCFG_GLOBAL },
 	{ NULL, sBadOption, 0 }
 };
 
@@ -1313,6 +1318,10 @@ process_server_config_line(ServerOptions
 			*charptr = xstrdup(arg);
 		break;
 
+	case sReportExtraversion:
+		intptr = options-report_extraversion;
+		goto parse_int;
+
 	case sDeprecated:
 		logit(%s line %d: Deprecated option %s,
 		filename, linenum, arg);
diff -uNrp openssh-5.1p1~/servconf.h openssh-5.1p1/servconf.h
--- openssh-5.1p1~/servconf.h	2009-12-22 01:16:09.0 -0800
+++ openssh-5.1p1/servconf.h	2009-12-22 01:10:50.496829718 -0800
@@ -151,6 +151,8 @@ typedef struct {
 
 	int	num_permitted_opens;
 
+	int	report_extraversion;
+
 	char   *chroot_directory;
 }   ServerOptions;
 
diff -uNrp openssh-5.1p1~/sshd.c openssh-5.1p1/sshd.c
--- openssh-5.1p1~/sshd.c	2009-12-22 01:16:09.0 -0800
+++ openssh-5.1p1/sshd.c	2009-12-22 01:10:50.496829718 -0800
@@ -425,7 +425,8 @@ sshd_exchange_identification(int sock_in
 		minor = PROTOCOL_MINOR_1;
 	}
 	snprintf(buf, sizeof buf, SSH-%d.%d-%.100s%s, major, minor,
-	SSH_RELEASE, newline);
+	options.report_extraversion ? SSH_RELEASE : SSH_RELEASE_MINIMUM,
+	newline);
 	server_version_string = xstrdup(buf);
 
 	/* Send our protocol version identification. */
diff -uNrp openssh-5.1p1~/sshd_config.5 openssh-5.1p1/sshd_config.5
--- openssh-5.1p1~/sshd_config.5	2009-12-22 01:16:09.0 -0800
+++ openssh-5.1p1/sshd_config.5	2009-12-22 01:10:50.496829718 -0800
@@ -862,6 +862,11 @@ Specifies whether public key authenticat
 The default is
 .Dq yes .
 Note that this option applies to protocol version 2 only.
+.It Cm ReportExtraversion
+Specifies whether the distribution-specified extra version suffix is
+included during initial protocol handshake.
+The default is
+.Dq yes .
 .It Cm RhostsRSAAuthentication
 Specifies whether rhosts or /etc/hosts.equiv authentication together
 with successful RSA host authentication is allowed.
diff -uNrp openssh-5.1p1~/version.h openssh-5.1p1/version.h
--- openssh-5.1p1~/version.h	2009-12-22 01:16:09.0 -0800
+++ openssh-5.1p1/version.h	2009-12-22 01:10:50.496829718 -0800
@@ -3,8 +3,9 @@
 #define SSH_VERSION	OpenSSH_5.1
 
 #define SSH_PORTABLE	p1
+#define SSH_RELEASE_MINIMUM	SSH_VERSION SSH_PORTABLE
 #ifdef 

Bug#562051: Partman hanging on 52%, Polish language on MD devices

2009-12-22 Thread Marcin Owsiany
Package: installation-reports

Boot method: CD or USB stick
Image version: lenny, weekly testing - see below for details
Date: 2009-10-28

Machine: i386 or amd64 (not sure, see below)
Partitions: detailed dump of all disks below

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

Comments/Problems:


This is a bug report forwarded from user Andrzej Kosmala on the
debian-user-polish mailing list. He prefers to write in English so I'm
translating for him. It's been a while since I installed Debian, so some of my
descriptions may not match the actual English messages, as I'm simply
translating his Polish descriptions.
The thread started at 
http://lists.debian.org/debian-user-polish/2009/10/msg00059.html

He tried to install lenny on a set of disks in the following configuration:

 md0: /dev/sda1 (RAID1, degraded)
 md1: /dev/hda7 /dev/hdc1 (RAID1)
 md2: /dev/sda2 /dev/hdc3 (RAID1)

Here is some more information about the disks:
/---
|Disk /dev/hda: 40.1 GB, 40060403712 bytes
|255 heads, 63 sectors/track, 4870 cylinders
|Units = cylinders of 16065 * 512 = 8225280 bytes
|Disk identifier: 0xfe50fe50
|
|   Device Boot  Start End  Blocks   Id  System
|/dev/hda1   1  65  522081   82  Linux swap / Solaris
|/dev/hda2   *  66 623 4482135   83  Linux
|/dev/hda4 624487034114027+   f  W95 Ext'd (LBA)
|/dev/hda5 6241865 9976333+   c  W95 FAT32 (LBA)
|/dev/hda618662871 8080663+   c  W95 FAT32 (LBA)
|/dev/hda728723032 1293201   fd  Linux raid autodetect
|/dev/hda830334111 8667036   83  Linux
|/dev/hda941124870 6096636   83  Linux
+---
|Disk /dev/hdb: 40.0 GB, 40020664320 bytes
|255 heads, 63 sectors/track, 4865 cylinders
|Units = cylinders of 16065 * 512 = 8225280 bytes
|Disk identifier: 0x0007a06f
|
|Device Boot  Start End  Blocks   Id  System
|/dev/hdb1   *   1243319543041   83  Linux
|/dev/hdb224344865195350408  AIX
+---
|Disk /dev/hdc: 40.1 GB, 40060403712 bytes
|255 heads, 63 sectors/track, 4870 cylinders
|Units = cylinders of 16065 * 512 = 8225280 bytes
|Disk identifier: 0x91d36b79
|
|   Device Boot  Start End  Blocks   Id  System
|/dev/hdc1   *   1 161 1293201   fd  Linux raid autodetect
|/dev/hdc2 940487031575757+  83  Linux
|/dev/hdc3 162 939 6249285   fd  Linux raid autodetect
|
|Partition table entries are not in disk order
+---
| Disk /dev/sda: 9186 MB, 9186603008 bytes
| 255 heads, 63 sectors/track, 1116 cylinders
| Units = cylinders of 16065 * 512 = 8225280 bytes
| Disk identifier: 0x00065af5
|
|Device Boot  Start End  Blocks   Id  System
| /dev/sda1   *   1 338 2714953+  fd  Linux raid autodetect
| /dev/sda2 3391116 6249285   fd  Linux raid autodetect
\---

This is the configuration before starting the installer. The partioning program
showed all of them as expected.

The steps to reproduce the problem:
1) select Polish language
2) in the partitioning tool select /dev/md2
3) choose ext3 as the filesystem
4) choose format
5) mount as the root filesystem
6) go back to the main menu of the partitioning program

Now, the behaviour differs slightly depending on what the user wanted to do 
next:

7a) select another partition -
a progress bar appears, immediately goes to 52%, and hangs forever

7b) select save changes and continue with the installation -
a progress bar appears, proceeds up to 52%, at which point it hangs forever

A piece of output from tty4 retyped by hand:

| Oct 22 18:15:44 kernel: [ 229.146501] device-mapper: iocl: 4.14.0-ioctl 
(2008-04-23) initialised: dm-de...@redhat.com
| Oct 22 18:15:44 kernel: [ 229.283747] md2:
| Oct 22 18:15:44 kernel: unknown partition table
| Oct 22 18:15:46 partman: No matching physical volumes found
| Oct 22 18:15:47 partman: Reading all physical volumes. This may take  a 
while...
| Oct 22 18:16:26 kernel: [ 270.686373] end-request I/O error, dev fd0, sector 0
| Oct 22 18:17:04 kernel: [ 308.900516] end-request I/O error, dev fd0, sector 0
| Oct 22 18:18:58 init: starting 

Bug#559283: synaptic: [INTL:sk] Slovak translation

2009-12-22 Thread Michael Vogt
On Thu, Dec 03, 2009 at 12:01:16PM +0100, helix84 wrote:
 Package: synaptic
 Priority: wishlist
 Tags: l10n patch
 Version:
 
 .po attached
 
 ~~helix84

Many thanks! I merged this update into my bzr tree and it will be part
of the next upload.

Thanks,
 Michael



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



Bug#561853: synaptic: Updated pt_BR.po for Sinaptic 0.63

2009-12-22 Thread Michael Vogt
On Sun, Dec 20, 2009 at 03:06:31PM -0200, Sergio Cipolla wrote:
 Package: synaptic
 Version: 0.63
 Severity: normal
 Tags: l10n patch
 
 Translated the (four) additional lines for this version plus fixed one line.
 
Many thanks! I merged the update into my bzr tree and it will be part
of the next upload.

Thanks,
 Michael



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



Bug#562034: grub-common: 30_os-prober fails under dash

2009-12-22 Thread Felix Zielcke
tag 562034 pending fixed-upstream
thanks

Am Montag, den 21.12.2009, 21:18 -0800 schrieb tony mancill:
 Package: grub-common
 Version: 1.98~20091221-1
 Severity: important
 Tags: patch
 
 
 After upgrading from squeeze to sid, I am getting the following error
 from the 30_os-prober script.  The dash shell doens't support the 
 function keyword - the attached patch addresses the issue for me.
 
 Thank you,
 Tony

Thanks for the patch. Just commited it upstream.

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#562052: xserver-xorg-input-synaptics: does not work anymore

2009-12-22 Thread A Mennucc
Package: xserver-xorg-input-synaptics
Version: 1.2.0-2
Severity: important

hi,

I use Debian/sid in this MacBook5,1 
(the aluminum type, with no mouse buttons below the touchpad);

up to some days ago , the touchpad was working in a wonderful way:
if I clicked the touchpad using 2 (or 3) fingers, it would 
emit the mouse button 2nd (or 3rd); I could scroll documents
using two-finger scrolling (both horizontal and vertical!).

Then yesterday I rebooted, and, lo and behold, all was gone.
Now I can only move the mouse around and 1st button mouse click.

Moreover , the commands
$ synclient -l
prints: Couldn't find synaptics properties. No synaptics driver loaded?

Short history of my upgrades:
on nov 21 my sid box did an upgrade of xserver-xorg-input-synaptics
1.1.2-1 - 1.2.0-1 ; then on nov 23, to 1.2.0-2 ; I did 
reboot from time to time, all was fine.

I have looked at the recent package upgrades, cant see anything
that IMHO may have broken the touchpad drivers.

a.


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Apr 18  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1695728 Oct 13 13:31 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation C79 [GeForce 9400M] (rev 
b1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1095 Jun 23 15:18 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
Driver  nvidia
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 14338 Oct 10 16:10 /var/log/Xorg.21.log
-rw-r--r-- 1 root root 16564 Dec 20 16:51 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 14180 Dec 22 10:04 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
Current Operating System: Linux kytty-fresh 2.6.31-1-amd64 #1 SMP Sun Nov 15 
22:05:44 UTC 2009 x86_64
Build Date: 13 October 2009  11:25:51AM
xorg-server 2:1.6.5-1 (bui...@murphy.debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Dec 22 10:02:43 2009
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable 
AllowEmptyInput.
(II) Loader magic: 0x6c0
(II) Module ABI versions:
X.Org 

Bug#551715: iceweasel: switches randomly to letter paper

2009-12-22 Thread Mike Hommey
On Tue, Oct 20, 2009 at 12:35:54PM +0900, Norbert Preining wrote:
 Package: iceweasel
 Version: 3.5.3-2
 Severity: normal
 
 
 I have as locale en_US.UTF-8, since I don't want Japanese nor German
 nor any other messages.
 
 And then my beloved iceweasel simply cannot remember that the printer
 I am using here uses (like *anyone* in Japan) A4 paper.
 
 I told it to cups, the default is A4.
 
 I removed all entries in prefs.js regarding printing to get a clean state.
 
 I selected A4 for all the printers.
 
 It works some time, then suddenly firefox decides that it wants to print
 in letter again, the All Printers in the page setup field is set to
 letter, etc etc.
 
 I mean there are two sources:
 - the cups default, that one should be available at all time
 - the /etc/papersize
 
 What on earth is iceweasel doing there?

Does it (consistently) happen when trying to print from a webpage (like
a print this page link in a page) or randomly when printing from the
File menu ?

Mike



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



Bug#543177: php5 segfault in php_realpath

2009-12-22 Thread Raoul Bhatia [IPAX]
are there any news on this issue available?

i have applied the mysql updates 5.0.51a-24+lenny2+spu1.
the scripts that where mentioned there are running without any issue,
so i can confirm that these mysql updates solve bug 513204.

the php_realpath segfault still occurs.

a recent backtrace:
 Program terminated with signal 11, Segmentation fault.
 [New process 22366]
 #0  php_realpath (path=0x2a8b268 
 /data/www/k000354/web/embcv.at/libraries/joomla/registry/format.php, 
 resolved=Cannot access memory at address 0x7fff2e01afd8
 ) at /tmp/buildd/php5-5.2.6.dfsg.1/TSRM/tsrm_virtual_cwd.c:278
 278 char cwd[MAXPATHLEN];
 (gdb) bt
 #0  php_realpath (path=0x2a8b268 
 /data/www/k000354/web/embcv.at/libraries/joomla/registry/format.php, 
 resolved=Cannot access memory at address 0x7fff2e01afd8
 ) at /tmp/buildd/php5-5.2.6.dfsg.1/TSRM/tsrm_virtual_cwd.c:278
 #1  0x00621258 in virtual_file_ex (state=0x7fff2e021190, 
 path=0x2a8b268 
 /data/www/k000354/web/embcv.at/libraries/joomla/registry/format.php, 
 verify_path=0x17068, use_realpath=1879060080)
 at /tmp/buildd/php5-5.2.6.dfsg.1/TSRM/tsrm_virtual_cwd.c:732
 #2  0x00629503 in expand_filepath (filepath=0x2a8b268 
 /data/www/k000354/web/embcv.at/libraries/joomla/registry/format.php, 
 real_path=0x7fff2e0251e0 )
 at /tmp/buildd/php5-5.2.6.dfsg.1/main/fopen_wrappers.c:667
 #3  0x00629b68 in php_check_specific_open_basedir (basedir=0x2a96338 
 /usr/share/php/, path=0x2a8b268 
 /data/www/k000354/web/embcv.at/libraries/joomla/registry/format.php)
 at /tmp/buildd/php5-5.2.6.dfsg.1/main/fopen_wrappers.c:112
 #4  0x00629ed9 in php_check_open_basedir_ex (path=0x2a8b268 
 /data/www/k000354/web/embcv.at/libraries/joomla/registry/format.php, 
 warn=1936025970)
 at /tmp/buildd/php5-5.2.6.dfsg.1/main/fopen_wrappers.c:261
 #5  0x005b7c7d in php_stat (filename=0x2a8b268 
 /data/www/k000354/web/embcv.at/libraries/joomla/registry/format.php, 
 filename_length=771875136, type=12, return_value=0x2a8ccc0)
 at /tmp/buildd/php5-5.2.6.dfsg.1/ext/standard/filestat.c:753
 #6  0x005b8aa4 in zif_is_file (ht=44610152, return_value=0x2a8ccc0, 
 return_value_ptr=0x, this_ptr=0x30102fe300706870, 
 return_value_used=0)
 at /tmp/buildd/php5-5.2.6.dfsg.1/ext/standard/filestat.c:1068
 #7  0x006a10ed in zend_do_fcall_common_helper_SPEC 
 (execute_data=0x7fff2e0287d0) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:200
 #8  0x0068c624 in execute (op_array=0x2990460) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:92
 #9  0x006a09fe in zend_do_fcall_common_helper_SPEC 
 (execute_data=0x7fff2e028b00) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:234
 #10 0x0068c624 in execute (op_array=0x2987298) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:92
 #11 0x00696a32 in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER 
 (execute_data=0x7fff2e028e80) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:7759
 #12 0x0068c624 in execute (op_array=0x29a0c20) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:92
 #13 0x006a09fe in zend_do_fcall_common_helper_SPEC 
 (execute_data=0x7fff2e029080) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:234
 #14 0x0068c624 in execute (op_array=0x29b4610) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:92
 #15 0x0065bf15 in zend_call_function (fci=0x7fff2e0292b0, 
 fci_cache=0x29f05c0) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_execute_API.c:1013
 #16 0x0065cc6c in zend_lookup_class_ex (name=Cannot access memory at 
 address 0x80002e029298
 ) at /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_execute_API.c:1120
 #17 0x0065ce53 in zend_fetch_class (class_name=0x29f0a10 JRegistry, 
 class_name_len=9, fetch_type=1) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_execute_API.c:1528
 #18 0x0068966f in ZEND_FETCH_CLASS_SPEC_CONST_HANDLER 
 (execute_data=0x7fff2e029630) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:650
 #19 0x0068c624 in execute (op_array=0x29f05c0) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:92
 #20 0x006a09fe in zend_do_fcall_common_helper_SPEC 
 (execute_data=0x7fff2e0299d0) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:234
 #21 0x0068c624 in execute (op_array=0x298ea08) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:92
 #22 0x006a09fe in zend_do_fcall_common_helper_SPEC 
 (execute_data=0x7fff2e029d50) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:234
 #23 0x0068c624 in execute (op_array=0x2a87038) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:92
 #24 0x006a09fe in zend_do_fcall_common_helper_SPEC 
 (execute_data=0x7fff2e02a4a0) at 
 /tmp/buildd/php5-5.2.6.dfsg.1/Zend/zend_vm_execute.h:234
 #25 0x0068c624 in execute (op_array=0x2a07830) at 
 

Bug#543177: php5 segfault in php_realpath

2009-12-22 Thread Raoul Bhatia [IPAX]
also, digging through the php5 changelogs [1] shows some bugfixes in
the area of the last few calls of the backtrace (e.g. [2]).

any news on this issue as well as hints on how to extract more
information from the core files would be appreciated, as i am no expert
in debugging c programs or php.

cheers,
raoul
[1]
http://svn.php.net/viewvc/php/php-src/branches/PHP_5_2/TSRM/tsrm_virtual_cwd.c?view=log
[2]
http://svn.php.net/viewvc/php/php-src/branches/PHP_5_2/TSRM/tsrm_virtual_cwd.c?r1=244675r2=246092



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



Bug#499235: iceweasel crashes when open gmail

2009-12-22 Thread Mike Hommey
Hi,

Sorry for the late answer,

On Wed, Sep 17, 2008 at 10:09:02AM +0300, Andrei Emeltchenko wrote:
 Package: iceweasel
 Version: 3.0.1-1
 Severity: normal
 
 
 ~$ iceweasel 
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 New block
 The program 'firefox-bin' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadImplementation (server does not implement operation)'.
   (Details: serial 34 error_code 17 request_code 146 minor_code 5)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
 function.)
 
 Best regards 
 Andrei Emeltchenko 

I can't reproduce your bug, does it still happen with the newest version
of iceweasel and xulrunner-1.9 in Lenny ?

Mike



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



Bug#562043: [grub-pc] Error during installation

2009-12-22 Thread Felix Zielcke
reassign 562043 grub-common
forcemerge 562034 562043
thanks

Am Dienstag, den 22.12.2009, 09:12 +0100 schrieb giagim...@libero.it:

 /etc/grub.d/30_os-prober: 40: function: not found

Just remove the function keyword from `function osx_entry {' in line 40
of /etc/grub.d/30_os-prober
I just fixed this upstream.
It's not needed at all and with dash as /bin/sh it even doestn't work.

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#561621: closed by Ben Hutchings b...@decadent.org.uk (Re: Bug#561621: linux-image-2.6.32-trunk-amd64: kernel-nfs-server not working)

2009-12-22 Thread Xavier Bestel
 This is a bug in the nfs-kernel-server package, not the kernel.  I uploaded
 a fix for that yesterday; please try upgrading.

Yes, perfect.

Thanks,
Xav






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



Bug#562016: kernel WARNING in cfg80211 module

2009-12-22 Thread Johannes Berg
Hi,

Thanks for the report.

On Mon, 2009-12-21 at 23:50 +, Ben Hutchings wrote:

  [   65.034652] ath0: direct probe to AP 00:11:95:77:e0:b0 (try 1)
  [   65.036737] ath0: direct probe responded
  [   65.036746] ath0: authenticate with AP 00:11:95:77:e0:b0 (try 1)
  [   65.038335] ath0: authenticated
  [   65.038367] ath0: associate with AP 00:11:95:77:e0:b0 (try 1)
  [   65.039861] ath0: deauthenticating from 00:11:95:77:e0:b0 by local 
  choice (reason=3)
  [   65.039924] ath0: direct probe to AP 00:11:95:77:e0:b0 (try 1)
  [   65.040335] ath0: RX AssocResp from 00:11:95:77:e0:b0 (capab=0x421 
  status=0 aid=2)
  [   65.040342] ath0: associated
  [   65.041219] [ cut here ]
  [   65.041255] WARNING: at
 /tmp/buildd/linux-2.6-2.6.32/debian/build/source_i386_none/net/wireles
 s/mlme.c:97 cfg80211_send_rx_assoc+0x14d/0x152 [cfg80211]()
  [   65.041263] Hardware name: 7658CTO

  [   65.041486] Pid: 761, comm: phy0 Not tainted 2.6.32-trunk-686 #1
  [   65.041491] Call Trace:
  [   65.041506]  [c1030a5d] ? warn_slowpath_common+0x5e/0x8a
  [   65.041515]  [c1030a93] ? warn_slowpath_null+0xa/0xc
  [   65.041540]  [f86cafc7] ? cfg80211_send_rx_assoc+0x14d/0x152

  [   65.042191] ADDRCONF(NETDEV_CHANGE): ath0: link becomes ready
  [   65.057483] ath0: deauthenticating from 00:11:95:77:e0:b0 by
 local choice (reason=3)
  [   75.816298] ath0: no IPv6 routers present
  [   91.680596] e1000e :00:19.0: irq 29 for MSI/MSI-X
  [   91.737568] e1000e :00:19.0: irq 29 for MSI/MSI-X
  [   91.738236] ADDRCONF(NETDEV_UP): eth0: link is not ready
  [   91.906035] ADDRCONF(NETDEV_UP): ath0: link is not ready
  [   91.909344] ath0: direct probe to AP 00:11:95:77:e0:b0 (try 1)
  [   91.911254] ath0: direct probe responded
  [   91.911262] ath0: authenticate with AP 00:11:95:77:e0:b0 (try 1)
  [   91.912923] ath0: authenticated
  [   91.912958] ath0: associate with AP 00:11:95:77:e0:b0 (try 1)
  [   91.915043] ath0: RX ReassocResp from 00:11:95:77:e0:b0
 (capab=0x421 status=0 aid=2)
  [   91.915051] ath0: associated

This appears to be another race condition, note how the deauth request
comes between the assoc and assoc response. AFAICT it is mostly harmless
except confusing events will be sent to userspace. I'll look into fixing
it.

johannes


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


Bug#496602: iceweasel 3.0.1 segmentation fault at startup

2009-12-22 Thread Mike Hommey
Hi,

Sorry for the late answer.

On Tue, Aug 26, 2008 at 09:15:45AM +0800, qi wrote:
 Package: iceweasel
 Version: 3.0.1-1
 Severity: normal
 
 this happens from its beta and after several months, nothing changed.
 when i run it as normal user, it just give out segfault and --safe-mode
 does not help. when i run it as root, it gives:
 
 # iceweasel
 
 (firefox-bin:3866): GnomeUI-WARNING **: While connecting to session
   manager:
 Authentication Rejected, reason : None of the authentication protocols 
 specified are supported and host-based authentication failed.
 Segmentation fault

Does it still happen with the last version of iceweasel from lenny ? If
it does, please follow the instructions in
/usr/share/bug/iceweasel/presubj and forward the resulting informations
to the bug report.

Cheers,

Mike



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



Bug#562053: segfault in aptitude::why::target::generate_successors()

2009-12-22 Thread Lemon Lime
Package: aptitude
Version: 0.4.11.11-1+b2
Severity: normal


aptitude crashes with this command line: 

aptitude why-not libguile-dev

This is what valgrind shows: 

==14962== Memcheck, a memory error detector
==14962== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==14962== Using Valgrind-3.5.0-Debian and LibVEX; rerun with -h for copyright 
info
==14962== Command: aptitude why-not libguile-dev
==14962== 
==14962== Invalid read of size 1
==14962==at 0x40E0B3D: debVersioningSystem::CheckDep(char const*, int, char 
const*) (in /usr/lib/libapt-pkg-libc6.9-6.so.4.8.1)
==14962==by 0x814DFFA: 
aptitude::why::target::generate_successors(aptitude::why::justification const, 
std::dequeaptitude::why::justification, 
std::allocatoraptitude::why::justification , aptitude::why::search_params 
const, int) const (cmdline_why.cc:517)
==14962==by 0x814EE46: aptitude::why::(anonymous 
namespace)::justification_search::next(std::vectoraptitude::why::action, 
std::allocatoraptitude::why::action ) (cmdline_why.cc:113)
==14962==by 0x8150122: do_why(std::vectoraptitude::matching::pkg_matcher*, 
std::allocatoraptitude::matching::pkg_matcher*  const, 
pkgCache::PkgIterator const, int, bool, bool) (cmdline_why.cc:893)
==14962==by 0x81518F4: do_why(std::vectoraptitude::matching::pkg_matcher*, 
std::allocatoraptitude::matching::pkg_matcher*  const, 
pkgCache::PkgIterator const, int, bool) (cmdline_why.cc:988)
==14962==by 0x8151CEC: cmdline_why(int, char**, char const*, int, bool) 
(cmdline_why.cc:1136)
==14962==by 0x805F751: main (main.cc:615)
==14962==  Address 0x9e27d6dc is not stack'd, malloc'd or (recently) free'd
==14962== 
==14962== 
==14962== Process terminating with default action of signal 11 (SIGSEGV)
==14962==  Access not within mapped region at address 0x9E27D6DC
==14962==at 0x40E0B3D: debVersioningSystem::CheckDep(char const*, int, char 
const*) (in /usr/lib/libapt-pkg-libc6.9-6.so.4.8.1)
==14962==by 0x814DFFA: 
aptitude::why::target::generate_successors(aptitude::why::justification const, 
std::dequeaptitude::why::justification, 
std::allocatoraptitude::why::justification , aptitude::why::search_params 
const, int) const (cmdline_why.cc:517)
==14962==by 0x814EE46: aptitude::why::(anonymous 
namespace)::justification_search::next(std::vectoraptitude::why::action, 
std::allocatoraptitude::why::action ) (cmdline_why.cc:113)
==14962==by 0x8150122: do_why(std::vectoraptitude::matching::pkg_matcher*, 
std::allocatoraptitude::matching::pkg_matcher*  const, 
pkgCache::PkgIterator const, int, bool, bool) (cmdline_why.cc:893)
==14962==by 0x81518F4: do_why(std::vectoraptitude::matching::pkg_matcher*, 
std::allocatoraptitude::matching::pkg_matcher*  const, 
pkgCache::PkgIterator const, int, bool) (cmdline_why.cc:988)
==14962==by 0x8151CEC: cmdline_why(int, char**, char const*, int, bool) 
(cmdline_why.cc:1136)
==14962==by 0x805F751: main (main.cc:615)
==14962==  If you believe this happened as a result of a stack
==14962==  overflow in your program's main thread (unlikely but
==14962==  possible), you can try to increase the size of the
==14962==  main thread stack using the --main-stacksize= flag.
==14962==  The main thread stack size used in this run was 8388608.
==14962== 
==14962== HEAP SUMMARY:
==14962== in use at exit: 8,944,336 bytes in 4,630 blocks
==14962==   total heap usage: 485,291 allocs, 480,661 frees, 39,624,199 bytes 
allocated
==14962== 
==14962== LEAK SUMMARY:
==14962==definitely lost: 40 bytes in 1 blocks
==14962==indirectly lost: 120 bytes in 10 blocks
==14962==  possibly lost: 4,529,099 bytes in 3,123 blocks
==14962==still reachable: 4,415,077 bytes in 1,496 blocks
==14962== suppressed: 0 bytes in 0 blocks
==14962== Rerun with --leak-check=full to see details of leaked memory
==14962== 
==14962== For counts of detected and suppressed errors, rerun with: -v
==14962== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 45 from 8)
Killed

Also, when running apt-get upgrade or apt-get dist-upgrade, the package 
guile-1.8-dev is reported as being held back for some reason.


-- Package-specific info:
aptitude 0.4.11.11 compiled at Aug  3 2009 17:14:11
Compiler: g++ 4.3.3
Compiled against:
  apt version 4.8.0
  NCurses version 5.7
  libsigc++ version: 2.0.18
  Ept support enabled.

Current library versions:
  NCurses version: ncurses 5.7.20090803
  cwidget version: 0.5.16
  Apt version: 4.8.1
linux-gate.so.1 =  (0xb7f56000)
libapt-pkg-libc6.9-6.so.4.8 = /usr/lib/libapt-pkg-libc6.9-6.so.4.8 
(0xb7e76000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0xb7e32000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xb7e2b000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xb7d68000)
libept.so.0 = /usr/lib/libept.so.0 (0xb7ced000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0xb7b9c000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7b87000)
libpthread.so.0 = 

Bug#562050: [Pkg-xfce-devel] Bug#562050: xfce4: installation fails

2009-12-22 Thread Yves-Alexis Perez
Bill Carini a écrit :
 Package: xfce4
 Severity: grave
 Justification: renders package unusable
 
 When doing apt-get install xfce4 I get following:
 
 Since you only requested a single operation it is extremely likely that
 the package is simply not installable and a bug report against 
 that package should be filed.  
 The following information may help to resolve the situation:   
 
 The following packages have unmet dependencies.
   xfce4: Depends: xfwm4 (= 4.6.1) but it is not going to be installed
  Depends: xfce4-settings (= 4.6.1) but it is not going to be 
 installed
  Depends: xfce4-panel (= 4.6.1) but it is not going to be installed  
  
  Depends: xfdesktop4 (= 4.6.1) but it is not going to be installed   
  
  Depends: xfce4-utils (= 4.6.1) but it is not going to be installed  
  
  Depends: xfce4-session (= 4.6.1) but it is not going to be 
 installed 
  Depends: xfce4-appfinder (= 4.6.1) but it is not going to be 
 installed
  Depends: xfce4-mixer (= 4.6.1) but it is not going to be installed  
   
  Depends: orage (= 4.6.1) but it is not going to be installed
   
 E: Broken packages

This is not enough information. Is it a plain unstable box with only
unstable sources? No external stuff, no packages installed from outside?
Can you dig a bit more to see why all the packages aren't going to be
installed?

Cheers,
-- 
Yves-Alexis



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



Bug#562054: subprocess installed post-installation script returned error exit status 127

2009-12-22 Thread Soeren Sonnenburg
Package: grub-pc
Version: 1.98~20091221-1
Severity: grave

the recent upgrade fails to install here (it used to install work just fine...)

Setting up grub-pc (1.98~20091221-1) ...
head: cannot open `/boot/grub/video.lst' for reading: No such file or directory
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-sonne
Found linux image: /boot/vmlinuz-2.6.32-rc8-sonne
Found linux image: /boot/vmlinuz-2.6.32-rc7-sonne
Found linux image: /boot/vmlinuz-2.6.32-rc6-sonne
Found linux image: /boot/vmlinuz-2.6.32-rc6-debug
Found linux image: /boot/vmlinuz-2.6.32-rc5-sonne
Found linux image: /boot/vmlinuz-2.6.32-rc5-debug
Found linux image: /boot/vmlinuz-2.6.32-rc5-debug.old
Found linux image: /boot/vmlinuz-2.6.32-rc3-sonne
Found linux image: /boot/vmlinuz-2.6.32-rc3-debug
/etc/grub.d/30_os-prober: 40: function: not found
dpkg: error processing grub-pc (--configure):
 subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of grub-rescue-pc:
 grub-rescue-pc depends on grub-pc (= 1.97+20091114-1); however:
  Package grub-pc is not configured yet.
dpkg: error processing grub-rescue-pc (--configure):
 dependency problems - leaving unconfigured


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

Kernel: Linux 2.6.32-sonne (SMP w/2 CPU cores; PREEMPT)
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 grub-pc depends on:
ii  debconf [debconf-2.0]1.5.28  Debian configuration management sy
ii  grub-common  1.98~20091221-1 GRand Unified Bootloader, version 
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  ucf  3.0025  Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base  5.0.5  common files for the Debian Deskto

-- 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#561737: Same problem

2009-12-22 Thread Sergio Llorente
I get the same problem that describes Wendy Elmer.

The output of the command

$ devkit-disks --show-info /dev/fd0

is identical to the floppy part of his attachment.

However I can mount the floppy with the next command:

$ devkit-disks --mount /dev/fd0
Mounted /org/freedesktop/DeviceKit/Disks/devices/fd0 at /media/floppy0

or this other one:

$ gnome-mount --device /dev/fd0

and a new floppy icon appears in Nautilus under computer, labeled
floppy0 and with the expected behaviour.  The previous floppy drive
icon is also there without any change (same pop-up with the message
Unable to mount location No medium in the drive when is clicked).

The Palimpsest utility cannot detect the medium in the drive either
(with the floppy mounted or not mounted).

Thanks,
Sergio Llorente.



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



Bug#562036: grub-pc: Add support for GFXPAYLOAD same as for GFXMODE

2009-12-22 Thread Felix Zielcke
Am Dienstag, den 22.12.2009, 01:12 -0500 schrieb Jan Muszynski:
 Package: grub-pc
 Version: 1.98~20091210-1
 Severity: normal
 Tags: patch
 
 Currently console resolution defaults to 640x480, even if GFXMODE is
 set.
 Changing this requires modifying the scripts in /etc/grub.d, which is
 not
 very user friendly and also makes it a pain when the scripts are
 changed due
 to updates.
 
 Instead I would propose to add support for GFXPAYLOAD in
 /etc/default/grub.
 Attached patch should do the job.

We have already a bug report for this.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536453 with which I
just merged yours.
But the one who made first a patch for this and sent this upstream
disappeared.
So feel free to go ahead and talk with upstream.

 You'll notice I switched the -e from
 the
 shebang line to an explicit set -e For why see:
  http://blog.andrew.net.au/2009/11/20#dash_e_shebang_bad

Sounds wise, but I suggest you discuss this with upstream.
It would probable help if you're willing to change it in every script
file we have for consistency.

 Need anything further, just holler. I'll have a few more bug reports
 (some with patches)
 coming up in the near future. I'll wait for the version currently in
 incoming first.
 (For starters the custom menu entry listed below is ignored, but I
 need to look at things closer first)

Note that we require you to be willing to send your patches directly to
upstream due to GNU/FSF policies and we don't want to diverge much from
upstream like we did with GRUB Legacy. Supporting much things on our own
which are clearly a benefit for upstream too is jus a PITA.

  
  -jcm

GRUB_GFXPAYLOAD=keep is by the way already default in 05_debian_theme of
the experimental uploads. But that file is of course Debian specific.

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#562025: linux-image-2.6.32-trunk-amd64: After boot, the current virtual console is not TTY1

2009-12-22 Thread Dennis 123321
Just to add to the report; it is having the same effect on the two
computers I have Sid (2.6.32-2 amd64) installed on.



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



Bug#561949: wide-dhcpv6-client: [patch] resetting ifid on interface restart

2009-12-22 Thread Jérémie Corbier
tags 561949 + pending
thanks

Hi,

On Mon, Dec 21, 2009 at 04:08:23PM +0100, Bjørn Mork wrote:
 I believe the attached patch fixes this bug.  It calls ifreset() when an
 interface is restarted, which causes the ifid to be updated.

This patch looks good to me.  I committed it in my own repository and it will be
included to the next upload of the package.  Meanwhile I'll submit it upstream.

Thanks,

-- 
Jeremie
 /* int i;main(){for(;i[]i;++i){--i;}];read('-'-'-',i+++hell\
o, world!\\n,'/'/'/'));}read(j,i,p){write(j/p+p,i---j,i/i);}
   -- Dishonorable mention, Obfuscated C Code Contest, 1984
  Author requested anonymity*/


signature.asc
Description: Digital signature


Bug#562051: Partman hanging on 52%, Polish language on MD devices

2009-12-22 Thread Frans Pop
On Tuesday 22 December 2009, Marcin Owsiany wrote:
 This suggests that some program is started in a locale diffent than C,
 and its output is then parsed, which breaks when a message in Polish is
 produced, or when for example a locale-specific number formatting is
 used.

It would be great if he could reproduce with a 'set -x' line added in
/lib/partman/lib/base.sh and send the resulting syslog (gzipped!!!) with 
the debug output from the partman run.



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



Bug#562047: Strange behaviour of the address bar

2009-12-22 Thread Mike Hommey
On Tue, Dec 22, 2009 at 12:15:28PM +0300, Evengard wrote:
 Package: iceweasel
 Version: 3.5.6-1
 Severity: important
 
 When entering an address in the address bar, the list of early visited URLs 
 popups. But when selecting one of them and clicking on it with the mouse or 
 by hitting ENTER sometimes it just does nothing. The only way to process is 
 either click the small green arrow in the end of the address bar or by making 
 the popup close and then hitting enter.

I can't reproduce this behaviour. Are you using any special extensions ?

Mike



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



Bug#562054: subprocess installed post-installation script returned error exit status 127

2009-12-22 Thread Felix Zielcke
reassign 562054 grub-common
forcemerge 562054 562034
thanks
Am Dienstag, den 22.12.2009, 10:55 +0100 schrieb Soeren Sonnenburg:
 Package: grub-pc
 Version: 1.98~20091221-1
 Severity: grave
 
 the recent upgrade fails to install here (it used to install work just
 fine...)
 
 Setting up grub-pc (1.98~20091221-1) ...
 head: cannot open `/boot/grub/video.lst' for reading: No such file or
 directory

That happened because you problabe have an empty
grub-pc/install_devices.
Unfortunately you excluded the debconf infos.
We recommend to run grub-install in our postinst, because of things like
this.
Just run grub-install yourself and then again update-grub to fix that.

 Generating grub.cfg ...
 /etc/grub.d/30_os-prober: 40: function: not found
Remove the function keyword from `function osx_entry {' in line 40
of /etc/grub.d/30_os-prober
I just fixed this upstream.
It's not needed at all and with dash as /bin/sh it even doestn't work.


-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#562055: grub-common: Bashism in /etc/grub.d/30_os-prober

2009-12-22 Thread Thomas Preud'homme
Package: grub-common
Version: 1.98~20091221-1
Severity: grave
Tags: patch
Justification: renders package unusable

Line 40 function osx_entry is defined as followed : function osx_entry {

This is a bashism and should be corrected to osx_entry() {

--- etc/grub.d/30_os-prober 2009-12-21 22:34:49.0 +0100
+++ /etc/grub.d/30_os-prober2009-12-22 10:42:47.0 +0100
@@ -37,7 +37,7 @@
   exit 0
 fi

-function osx_entry {
+osx_entry() {
 cat  EOF
 menuentry ${LONGNAME} (${2}-bit) (on ${DEVICE}) {
 EOF

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

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

Versions of packages grub-common depends on:
ii  base-files 5.0.0 Debian base system miscellaneous f
ii  dpkg   1.15.5.4  Debian package management system
ii  gettext-base   0.17-8GNU Internationalization utilities
ii  install-info   4.13a.dfsg.1-5Manage installed documentation in 
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages grub-common recommends:
ii  os-prober 1.35   utility to detect other OSes on a 

Versions of packages grub-common suggests:
pn  grub-emu  none (no description available)
pn  multiboot-doc none (no description available)

-- no debconf information
--- etc/grub.d/30_os-prober 2009-12-21 22:34:49.0 +0100
+++ /etc/grub.d/30_os-prober2009-12-22 10:42:47.0 +0100
@@ -37,7 +37,7 @@
   exit 0
 fi
 
-function osx_entry {
+osx_entry() {
 cat  EOF
 menuentry ${LONGNAME} (${2}-bit) (on ${DEVICE}) {
 EOF


Bug#562051: Partman hanging on 52%, Polish language on MD devices

2009-12-22 Thread Marcin Owsiany
On Tue, Dec 22, 2009 at 11:04:56AM +0100, Frans Pop wrote:
 On Tuesday 22 December 2009, Marcin Owsiany wrote:
  This suggests that some program is started in a locale diffent than C,
  and its output is then parsed, which breaks when a message in Polish is
  produced, or when for example a locale-specific number formatting is
  used.
 
 It would be great if he could reproduce with a 'set -x' line added in
 /lib/partman/lib/base.sh and send the resulting syslog (gzipped!!!) with 
 the debug output from the partman run.

Unfortunately he already said that it's not possible for him to retry
the installation. But I will add this note to the thread which might
help the next person with a similar problem.

-- 
Marcin Owsiany porri...@debian.org http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



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



Bug#562055: grub-common: Bashism in /etc/grub.d/30_os-prober

2009-12-22 Thread Felix Zielcke
forcemerge 562055 562054
thanks
Am Dienstag, den 22.12.2009, 10:56 +0100 schrieb Thomas Preud'homme:
 Package: grub-common
 Version: 1.98~20091221-1
 Severity: grave
 Tags: patch
 Justification: renders package unusable
 
 Line 40 function osx_entry is defined as followed : function osx_entry
 {
 
 This is a bashism and should be corrected to osx_entry() {
 

I already fixed that upstream.
-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#560205: postgresql-8.4: SSL also fails with large queries from the command line or long running scripts

2009-12-22 Thread Clemens Schwaighofer
Package: postgresql-8.4
Version: 8.4.1-1
Severity: normal


I can confirm this bug. It can happen in several circumstances.

One:

a script (can confirm with PHP and Perl) that runs for a long time
(1h). It will then quit the connection with the same error message.

Two:

From the command line with some queries that will run for a long time.

Turning of SSL for the connection or the command line session removes
this problem.

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

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

Versions of packages postgresql-8.4 depends on:
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libcomerr2  1.41.9-1 common error description library
ii  libgssapi-krb5-21.7+dfsg-3   MIT Kerberos runtime libraries - k
ii  libkrb5-3   1.7+dfsg-3   MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.17-2.1   OpenLDAP libraries
ii  libpam0g1.1.0-4  Pluggable Authentication Modules l
ii  libpq5  8.4.1-1  PostgreSQL C client library
ii  libssl0.9.8 0.9.8k-7 SSL shared libraries
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  locales 2.10.2-2 GNU C Library: National Language (
ii  postgresql-client-8.4   8.4.1-1  front-end programs for PostgreSQL 
ii  postgresql-common   101  PostgreSQL database-cluster manage
ii  ssl-cert1.0.25   simple debconf wrapper for OpenSSL
ii  tzdata  2009s-1  time zone and daylight-saving time

postgresql-8.4 recommends no packages.

Versions of packages postgresql-8.4 suggests:
pn  oidentd | ident-servernone (no description available)

-- 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#562056: puppet: Incorrect PIDFILE=/var/run/${NAME}.pid in init script

2009-12-22 Thread David
Package: puppet
Version: 0.25.1-3
Severity: normal


Should be PIDFILE=/var/run/puppet/${NAME}.pid

Otherwise puppet fails to remove pid file on stop or restart.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages puppet depends on:
ii  adduser 3.110add and remove users and groups
ii  facter  1.5.1-0.1a library for retrieving facts fro
ii  libopenssl-ruby 4.2  OpenSSL interface for Ruby
ii  libruby [libxmlrpc-ruby 4.2  Libraries necessary to run Ruby 1.
ii  libshadow-ruby1.8   1.4.1-8  Interface of shadow password for R
ii  libxmlrpc-ruby  4.2  transitional dummy package
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  ruby1.8 1.8.7.72-3lenny1 Interpreter of object-oriented scr

Versions of packages puppet recommends:
ii  libaugeas-ruby1.8 0.2.0-2Augeas bindings for the Ruby langu
ii  rdoc  4.2Generate documentation from ruby s

puppet 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#431918: openssl: multiple causes for libssl0.9.8 - unable to load crypto engines

2009-12-22 Thread Carsten Wolff
Package: openssl
Version: 0.9.8k-7
Severity: normal

I think there are multiple causes for this bug.

1) If I use the package from squeeze with the above mentioned version and try
   to use the padlock engine, openssl tries to load a shared object for this
   engine, even though padlock is a builtin, static engine:

r...@gateway:~# openssl speed -evp aes-256-ecb -engine padlock
invalid engine padlock
2852:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared 
library:dso_dlfcn.c:162:filename(/usr/lib/ssl/engines/libpadlock.so): 
/usr/lib/ssl/engines/libpadlock.so: cannot open shared object file: No such 
file or directory
2852:error:25070067:DSO support routines:DSO_load:could not load the shared 
library:dso_lib.c:244:
2852:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:450:
2852:error:2606A074:engine routines:ENGINE_by_id:no such 
engine:eng_list.c:415:id=padlock
2852:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared 
library:dso_dlfcn.c:162:filename(libpadlock.so): libpadlock.so: cannot open 
shared object file: No such file or directory
2852:error:25070067:DSO support routines:DSO_load:could not load the shared 
library:dso_lib.c:244:
2852:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:450:

2) If I follow the hints from 
http://www.logix.cz/michal/devel/padlock/#openssl098-static
   and add patches to above package to make a shared libpadlock.so, the problem 
changes to
   the one, Bastian reported. The error changes to the same
   DLFCN_BIND_FUNC:could not bind to the requested symbol 
name:dso_dlfcn.c:261:symname(bind_engine)

I chose the VIA nano over the Intel Atom partly because of it's crypto-features.
It would be nice, if I could use them in userspace (kernel support works great).
If I can do anything more to help figure this out, please let me know.

Cheers
Carsten

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

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

Versions of packages openssl depends on:
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libssl0.9.80.9.8k-7  SSL shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

openssl recommends no packages.

Versions of packages openssl suggests:
ii  ca-certificates   20090814   Common CA certificates

-- 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#562057: quassel-core: Start/Kill script sequence before openvpn (S02 vs. S03)

2009-12-22 Thread Sedat Dilek
Package: quassel-core
Version: 0.5.1-1
Severity: normal


Hi,

I was wondering why my quassel-client took so long to connect to freenode and 
oftc IRC servers.
The problems occured while switching to openvpn and using a VPN-connection for 
networking.

Investigating the problem showed me, the start sequence-no of quassel-core is 
lower than the one of openvpn:

# ls -l /etc/rc*.d/*openvpn*
lrwxrwxrwx 1 root root 17 2009-12-03 09:56 /etc/rc0.d/K01openvpn - 
../init.d/openvpn
lrwxrwxrwx 1 root root 17 2009-12-03 09:56 /etc/rc1.d/K01openvpn - 
../init.d/openvpn
lrwxrwxrwx 1 root root 17 2009-12-03 09:56 /etc/rc2.d/S03openvpn - 
../init.d/openvpn
lrwxrwxrwx 1 root root 17 2009-12-03 09:56 /etc/rc3.d/S03openvpn - 
../init.d/openvpn
lrwxrwxrwx 1 root root 17 2009-12-03 09:56 /etc/rc4.d/S03openvpn - 
../init.d/openvpn
lrwxrwxrwx 1 root root 17 2009-12-03 09:56 /etc/rc5.d/S03openvpn - 
../init.d/openvpn
lrwxrwxrwx 1 root root 17 2009-12-03 09:56 /etc/rc6.d/K01openvpn - 
../init.d/openvpn

# ls -l /etc/rc*.d/*quassel*
lrwxrwxrwx 1 root root 22 2009-12-08 21:13 /etc/rc0.d/K01quassel-core - 
../init.d/quassel-core
lrwxrwxrwx 1 root root 22 2009-12-08 21:13 /etc/rc1.d/K01quassel-core - 
../init.d/quassel-core
lrwxrwxrwx 1 root root 22 2009-12-08 21:13 /etc/rc2.d/S02quassel-core - 
../init.d/quassel-core
lrwxrwxrwx 1 root root 22 2009-12-08 21:13 /etc/rc3.d/S02quassel-core - 
../init.d/quassel-core
lrwxrwxrwx 1 root root 22 2009-12-08 21:13 /etc/rc4.d/S02quassel-core - 
../init.d/quassel-core
lrwxrwxrwx 1 root root 22 2009-12-08 21:13 /etc/rc5.d/S02quassel-core - 
../init.d/quassel-core
lrwxrwxrwx 1 root root 22 2009-12-08 21:13 /etc/rc6.d/K01quassel-core - 
../init.d/quassel-core

If you have a look for example to ssh:

# ls -l /etc/rc*.d/*S0*ssh*
lrwxrwxrwx 1 root root 13 2009-12-03 09:56 /etc/rc2.d/S04ssh - ../init.d/ssh
lrwxrwxrwx 1 root root 13 2009-12-03 09:56 /etc/rc3.d/S04ssh - ../init.d/ssh
lrwxrwxrwx 1 root root 13 2009-12-03 09:56 /etc/rc4.d/S04ssh - ../init.d/ssh
lrwxrwxrwx 1 root root 13 2009-12-03 09:56 /etc/rc5.d/S04ssh - ../init.d/ssh

It is better to start quassel-core service as S04quassel-core.
Thomas can you please change that?

Thanks.

Kind Regards,
- Sedat -


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

Kernel: Linux 2.6.33-rc1-iniza-686-kms (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages quassel-core depends on:
ii  adduser  3.111   add and remove users and groups
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libgcc1  1:4.4.2-6   GCC support library
ii  libqt4-network   4:4.6.0~beta1-1 Qt 4 network module
ii  libqt4-script4:4.6.0~beta1-1 Qt 4 script module
ii  libqt4-sql   4:4.6.0~beta1-1 Qt 4 SQL module
ii  libqt4-sql-sqlite4:4.6.0~beta1-1 Qt 4 SQLite 3 database driver
ii  libqtcore4   4:4.6.0~beta1-1 Qt 4 core module
ii  libstdc++6   4.4.2-6 The GNU Standard C++ Library v3
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip
ii  openssl  0.9.8k-7Secure Socket Layer (SSL) binary a

quassel-core recommends no packages.

quassel-core 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#562044: current svn FTBFS, missing build dependency

2009-12-22 Thread Neil Williams
severity 562044 minor
notfound 562044 0.7.1
found 562044 0.7.0
retitle 562044 Needs intltool support to build from debcheckout
thanks

On Tue, 22 Dec 2009 10:39:33 +0200
Peter Eisentraut pet...@debian.org wrote:

 Package: svn-buildpackage
 Version: 0.7.1
 Severity: serious

Sorry, how can it be severity serious when the (only) way to
reproduce the bug is NOT to use the Debian source package???

More to the point, the svn-buildpackage build (from apt-get source) does
not call intltool - that's done only from SVN when updating
translations to save altering the timestamps on the po/*.po files all
the time.

$ make -C po check

The reason this hasn't come up before is because that target is not run
unless po/svn-buildpackage.pot does not exist and that file, once
generated, is packaged in the svn-buildpackage source using the
useNativeDist support in svn-bp. Testing the build with
svn-buildpackage itself and in a clean chroot from a clean debcheckout
is the only way for me to reproduce this bug. i.e. it can only ever
affect the SVN build of the package.

There's something badly recursive about that.

Indeed, there is a way to build svn-buildpackage SVN from bare metal
and it doesn't require intltool (because the normal Debian build
doesn't try to update the translations and thereby cause timestamp
issues):

$ debcheckout svn-buildpackage
$ cd svn-buildpackage/
$ dpkg-buildpackage -uc -us -I.svn

(True, it also doesn't prepare precisely the same source package as
would finally be uploaded but then it is fine for testing and looking
at a preview of SVN, which is what you needed.)

 I was taking a preview at 0.7.1, because I needed orig.tar.bz2 support.  It 
 is 
 missing a build dependency:
 
 INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update 
 --gettext-package svn-buildpackage --pot
 /bin/sh: /usr/bin/intltool-update: not found
 make[1]: *** [svn-buildpackage.pot] Error 127
 
 You need the package intltool installed.

There's no real reason not to add the intltool build-dep, it won't do
any harm, but the bug itself is minor.

 Works great after that.

Thanks.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpZHif3F3mut.pgp
Description: PGP signature


Bug#562054: subprocess installed post-installation script returned error exit status 127

2009-12-22 Thread Soeren Sonnenburg
On Tue, 2009-12-22 at 11:10 +0100, Felix Zielcke wrote:
 reassign 562054 grub-common
 forcemerge 562054 562034
 thanks
 Am Dienstag, den 22.12.2009, 10:55 +0100 schrieb Soeren Sonnenburg:
  Package: grub-pc
  Version: 1.98~20091221-1
  Severity: grave
  
  the recent upgrade fails to install here (it used to install work just
  fine...)
  
  Setting up grub-pc (1.98~20091221-1) ...
  head: cannot open `/boot/grub/video.lst' for reading: No such file or
  directory
 
 That happened because you problabe have an empty
 grub-pc/install_devices.
 Unfortunately you excluded the debconf infos.
 We recommend to run grub-install in our postinst, because of things like
 this.
 Just run grub-install yourself and then again update-grub to fix that.

Yes that helped - thanks!

  Generating grub.cfg ...
  /etc/grub.d/30_os-prober: 40: function: not found
 Remove the function keyword from `function osx_entry {' in line 40
 of /etc/grub.d/30_os-prober
 I just fixed this upstream.
 It's not needed at all and with dash as /bin/sh it even doestn't work.

I had to put osx_entry() { in line 40 to get it to work.

Thanks for your lightning fast help.

Soeren
-- 
For the one fact about the future of which we can be certain is that it
will be utterly fantastic. -- Arthur C. Clarke, 1962


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


Bug#562059: heimdal-kdc: creates logfiles in /var/lib/heimdal-kdc

2009-12-22 Thread Patrick Schoenfeld
Package: heimdal-kdc
Version: 1.2.dfsg.1-2.1
Severity: serious

Hi,

on a fresh installation a logfile was created in /var/lib/heimdal-kdc.
That seems to be a FHS violation as the path is reserved for
state information, whereas the FHS explicitly states:
State information should generally remain valid after a reboot, should
not be *logging output*, and should not be spooled data.

JFTR: Its not a configuration problem:
krb-test:/etc/bind# grep -i log /etc/heimdal-kdc/kdc.conf 
# See allowed values in krb5_openlog(3) man page.
log_file = FILE:/var/log/heimdal-kdc.log

Best Regards,
Patrick
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)

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

Versions of packages heimdal-kdc depends on:
ii  cdebconf [debconf-2.0]0.145  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
pn  heimdal-clients   none (no description available)
ii  krb5-config   2.2Configuration files for Kerberos V
ii  libasn1-8-heimdal 1.3.1.dfsg.1-6 Heimdal Kerberos - ASN.1 library
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libcomerr21.41.9-1   common error description library
ii  libdb4.8  4.8.24-2   Berkeley v4.8 Database Libraries [
ii  libgssapi2-heimdal1.3.1.dfsg.1-6 Heimdal Kerberos - GSSAPI support 
ii  libhdb9-heimdal   1.3.1.dfsg.1-6 Heimdal Kerberos - kadmin server l
ii  libheimntlm0-heimdal  1.3.1.dfsg.1-6 Heimdal Kerberos - NTLM support li
ii  libhx509-5-heimdal1.3.1.dfsg.1-6 Heimdal Kerberos - X509 support li
ii  libkadm5srv8-heimdal  1.3.1.dfsg.1-6 Libraries for Heimdal Kerberos
pn  libkdc2-heimdal   none (no description available)
pn  libkrb5-25-heimdalnone (no description available)
ii  libldap-2.4-2 2.4.17-2.1 OpenLDAP libraries
ii  libroken18-heimdal1.3.1.dfsg.1-6 Heimdal Kerberos - roken support l
ii  libsqlite3-0  3.6.21-2   SQLite 3 shared library
ii  libssl0.9.8   0.9.8k-7   SSL shared libraries
ii  libwind0-heimdal  1.3.1.dfsg.1-6 Heimdal Kerberos - NTLM support li
ii  logrotate 3.7.8-4Log rotation utility
ii  openbsd-inetd [inet-super 0.20080125-4   The OpenBSD Internet Superserver

heimdal-kdc recommends no packages.

Versions of packages heimdal-kdc suggests:
pn  heimdal-docs  none (no description available)



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



Bug#562054: subprocess installed post-installation script returned error exit status 127

2009-12-22 Thread Felix Zielcke
Am Dienstag, den 22.12.2009, 11:18 +0100 schrieb Soeren Sonnenburg:

 Thanks for your lightning fast help.

You're welcome. You just had luck that your report came in while I went
over the previous report for that problem :)

 Soeren

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#461414: broken NTLM authentication?

2009-12-22 Thread Mike Hommey
On Fri, Jan 18, 2008 at 12:20:47PM +0100, Marco d'Itri wrote:
 Package: iceweasel
 Version: 2.0.0.11-1
 Severity: normal
 
 I cannot authenticate to http://195.120.182.202:8092/ using the Debian
 iceweasel package. The Ubuntu (2.0.0.11) and Gentoo firefox packages
 work fine. Please advise.

Does NTLM authentication work any better with Iceweasel 3.0 from Lenny ?

Cheers,

Mike



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



Bug#562052: xserver-xorg-input-synaptics: does not work anymore

2009-12-22 Thread Julien Cristau
On Tue, Dec 22, 2009 at 10:31:06 +0100, A Mennucc wrote:

 udi = 
 '/org/freedesktop/Hal/devices/usb_device_5ac_237_noserial_if2_logicaldev_input'
   info.addons.singleton = {'hald-addon-input'} (string list)
   info.callouts.add = {'debian-setup-keyboard'} (string list)
   info.capabilities = {'input', 'input.keys', 'button'} (string list)
   info.category = 'input'  (string)
   info.parent = 
 '/org/freedesktop/Hal/devices/usb_device_5ac_237_noserial_if2'  (string)
   info.product = 'bcm5974'  (string)
   info.subsystem = 'input'  (string)
   info.udi = 
 '/org/freedesktop/Hal/devices/usb_device_5ac_237_noserial_if2_logicaldev_input'
   (string)
   input.device = '/dev/input/event9'  (string)
   input.originating_device = 
 '/org/freedesktop/Hal/devices/usb_device_5ac_237_noserial_if2'  (string)
   input.product = 'bcm5974'  (string)
   input.x11_driver = 'evdev'  (string)
   input.xkb.layout = 'us'  (string)
   input.xkb.model = 'pc104'  (string)
   input.xkb.options = 'lv3:ralt_switch'  (string)
   linux.device_file = '/dev/input/event9'  (string)
   linux.hotplug_type = 2  (0x2)  (int)
   linux.subsystem = 'input'  (string)
   linux.sysfs_path = 
 '/sys/devices/pci:00/:00:04.0/usb3/3-6/3-6:1.2/input/input9/event9'  
 (string)
 
The device doesn't have input.touchpad capabilities in hal.  This is
either a hal or a kernel bug, not X's fault.

Cheers,
Julien



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



Bug#562058: function: not found

2009-12-22 Thread Rene Engelhard
Package: grub-pc
Version: 1.98~20091221-1
Severity: grave

Hi,

sorry, german dpkg output, but you probably get it anyway:

Richte grub-pc ein (1.98~20091221-1) ...
Installation finished. No error reported.
Generating grub.cfg ...
Found background image: moreblue-orbit-grub.png
Found linux image: /boot/vmlinuz-2.6.32-trunk-amd64
Found initrd image: /boot/initrd.img-2.6.32-trunk-amd64
Found linux image: /boot/vmlinuz-2.6.31-1-amd64
Found initrd image: /boot/initrd.img-2.6.31-1-amd64
Found memtest86+ image: /boot/memtest86+.bin
/etc/grub.d/30_os-prober: 40: function: not found
dpkg: Fehler beim Bearbeiten von grub-pc (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 127 
zurück
Fehler traten auf beim Bearbeiten von:
 grub-pc


-- Package-specific info:

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

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

### BEGIN /etc/grub.d/00_header ###
set default=2
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set a8a2a6c1-2789-49c1-9454-5b4f99186d0f
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
set locale_dir=/boot/grub/locale
set lang=de
insmod gettext 
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set a8a2a6c1-2789-49c1-9454-5b4f99186d0f
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.32-trunk-amd64 {
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set a8a2a6c1-2789-49c1-9454-5b4f99186d0f
linux   /boot/vmlinuz-2.6.32-trunk-amd64 
root=UUID=a8a2a6c1-2789-49c1-9454-5b4f99186d0f ro vga=871 usbcore.autosuspend=1 
initrd  /boot/initrd.img-2.6.32-trunk-amd64
}
menuentry Debian GNU/Linux, with Linux 2.6.32-trunk-amd64 (recovery mode) {
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set a8a2a6c1-2789-49c1-9454-5b4f99186d0f
linux   /boot/vmlinuz-2.6.32-trunk-amd64 
root=UUID=a8a2a6c1-2789-49c1-9454-5b4f99186d0f ro single vga=871 
usbcore.autosuspend=1
initrd  /boot/initrd.img-2.6.32-trunk-amd64
}
menuentry Debian GNU/Linux, with Linux 2.6.31-1-amd64 {
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set a8a2a6c1-2789-49c1-9454-5b4f99186d0f
linux   /boot/vmlinuz-2.6.31-1-amd64 
root=UUID=a8a2a6c1-2789-49c1-9454-5b4f99186d0f ro vga=871 usbcore.autosuspend=1 
initrd  /boot/initrd.img-2.6.31-1-amd64
}
menuentry Debian GNU/Linux, with Linux 2.6.31-1-amd64 (recovery mode) {
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set a8a2a6c1-2789-49c1-9454-5b4f99186d0f
linux   /boot/vmlinuz-2.6.31-1-amd64 
root=UUID=a8a2a6c1-2789-49c1-9454-5b4f99186d0f ro single vga=871 
usbcore.autosuspend=1
initrd  /boot/initrd.img-2.6.31-1-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set a8a2a6c1-2789-49c1-9454-5b4f99186d0f
linux16 /boot/memtest86+.bin
}
menuentry Memory test (memtest86+, serial console 115200) {
insmod ext2
set root=(hd0,5)
search --no-floppy --fs-uuid --set a8a2a6c1-2789-49c1-9454-5b4f99186d0f
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry Windows 7 (loader) (on /dev/sda1) {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 30049ef8049ebff0
chainloader +1
}
menuentry Windows 7 (loader) (on /dev/sda2) {
insmod ntfs
set root=(hd0,2)
search --no-floppy --fs-uuid --set 726aa1cb6aa18c83
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: 

Bug#561836: please include revtex4 in addition to revtex4.1

2009-12-22 Thread Stanislav Maslovski
Hi Norbert,

The 4.1 version is in a separate class file: revtex4-1.cls so there
is no filename conflict. Actually, because of this it is impossible to
process revtex4 files with the never texlive without modifications.
This by itself must be considered a bug of texlive.

Example:

% latex energy.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
 restricted \write18 enabled.
entering extended mode
(./energy.tex
LaTeX2e 2009/09/24
Babel v3.8l and hyphenation patterns for english, usenglishmax,
dumylang, nohyphenation, bulgarian, ukrainian, russian, loaded.

! LaTeX Error: File revtex4.cls' not found.

I think that upstream had reasons to name the new revtex class
differently, advising its users to keep both versions (perhaps, at
least until the bugs of 4.1 fixed).

-- 
Stanislav



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



Bug#561979: imagemagick: [display] image flickers and hangs X11 window manager

2009-12-22 Thread Bastien ROUCARIES
On Mon, Dec 21, 2009 at 6:27 PM, Dale Harris rod...@maybe.org wrote:

 Package: imagemagick
 Version: 7:6.5.8.3-1
 Severity: important


 I have a problem when I run display that the image flickers and hangs my
 display. To get out of it I have to go to a virtual console and kill off
 the display process.  Here's what some of the trace looks like:

 strace:

 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
 0xb7
 f66000
 read(4, \1\0\0\3pug\0\00212\0\22MIT-MAGIC-COOKIE-1\0..., 4096) = 392
 read(4, , 4096)   = 0
 close(4)= 0
 munmap(0xb7f66000, 4096)= 0
 getsockname(3, {sa_family=AF_FILE, NULL}, [2]) = 0
 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3,
 revents=POLLOUT}])
 writev(3, [{l\0\v\0\0\0\22\0\20\0\0\0, 12}, {, 0},
 {MIT-MAGIC-COOKIE-1, 18}, {\0\0, 2},
 {\2\6\225d\352.\202NI\236\1q\257d, 16}, {, 0}], 6) = 48
 read(3, \1\0\v\0\0\0c\0, 8)   = 8
 read(3, \310\321\241\0\0\0\340\1\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0
  \10\377\1\0\0\0..., 396) = 396
 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3,
 revents=POLLOUT}])
 writev(3, [{b\0\5\0\f\0\0\0BIG-REQUESTS, 20}], 1) = 20
 poll([{fd=3, events=POLLIN}], 1, -1)= 1 ([{fd=3, revents=POLLIN}])
 read(3,
 \1\0\1\0\0\0\0\0\1\217\0\0\0\0\0\0\24\0\0\0\0\0\0\0\360J$\n\0\0\0\0, 4096)
 = 32
 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3,
 revents=POLLOUT}])
 writev(3, [{\217\0\1\0, 4}], 1)   = 4
 poll([{fd=3, events=POLLIN}], 1, -1)= 1 ([{fd=3, revents=POLLIN}])
 read(3,
 \1\0\2\0\0\0\0\0\377\377?\0\0\0\0\1\0\0\0\0\360J$\n\0\0\0\0\374\341\35\10,
 4096) = 32
 read(3, 0x94096d8, 4096)= -1 EAGAIN (Resource temporarily
 unavailable)


 That seems to be stuck in an infinite loop.  Here's the ltrace:

 17011 __libc_start_main(0x80487e0, 2, 0xbfb078e4, 0x8048890, 0x8048880
 unfinished ...
 17011 MagickCoreGenesis(0xbfb097eb, 1, 0xb7b20ce0, 0xb7b1fff4, 0xb7f25980)
 = 1
 17011 AcquireExceptionInfo(0xbfb097eb, 1, 0xb7b20ce0, 0xb7b1fff4,
 0xb7f25980) = 0x8423c28
 17011 AcquireImageInfo(0xbfb097eb, 1, 0xb7b20ce0, 0xb7b1fff4, 0xb7f25980) =
 0x8424b28
 17011 MagickCommandGenesis(0x8424b28, 0x80486a8, 2, 0xbfb078e4, 0
 unfinished ...
 17011 DisplayImageCommand(0x8424b28, 2, 0xbfb078e4, 0, 0x8423c28
 unfinished ...
 17011 --- SIGTERM (Terminated) ---


 Any suggestions?


Could you post ciommand line and image viewved here ?

Regards

Bastien


Bug#562060: inkscape: On-canvas spell checking not available

2009-12-22 Thread Florian
Package: inkscape
Version: 0.47.0-1
Severity: normal

The manual states that Inkscape as of v0.47 offers on-canvas spell
checking and that there should be an option Check Spelling in
the Text menu. I do not have this option and there is no on-canvas
spell checking (the spell checking in the Text and Font dialog works).

thanks, Florian


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

Kernel: Linux 2.6.30-2-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 inkscape depends on:
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.8.0-1   C++ wrappers for Cairo (shared lib
ii  libfontconfig1 2.6.0-4.2 generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgc1c2   1:6.8-1.2 conservative garbage collector for
ii  libgcc11:4.4.2-3 GCC support library
ii  libgconf2-42.28.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.22.3-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.22.1-2  C++ wrapper for the GLib toolkit (
ii  libgnomevfs2-0 1:2.24.2-1GNOME Virtual File System (runtime
ii  libgomp1   4.4.2-3   GCC OpenMP (GOMP) support library
ii  libgsl0ldbl1.13+dfsg-1   GNU Scientific Library (GSL) -- li
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.18.2-1C++ wrappers for GTK+ 2.4 (shared 
ii  libgtkspell0   2.0.13-2  a spell-checking addon for GTK's T
ii  liblcms1   1.18.dfsg-1   Color management library
ii  libmagick++2   7:6.5.8.3-1   object-oriented C++ interface to I
ii  libmagickcore2 7:6.5.8.3-1   low-level image manipulation libra
ii  libpango1.0-0  1.26.1-1  Layout and rendering of internatio
ii  libpangomm-1.4-1   2.26.0-1  C++ Wrapper for pango (shared libr
ii  libpng12-0 1.2.41-1  PNG library - runtime
ii  libpoppler-glib4   0.12.2-2  PDF rendering library (GLib-based 
ii  libpoppler50.12.2-2  PDF rendering library
ii  libpopt0   1.15-1lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libwpd8c2a 0.8.14-1  Library for handling WordPerfect d
ii  libwpg-0.1-1   0.1.3-1   WordPerfect graphics import/conver
ii  libx11-6   2:1.3.2-1 X11 client-side library
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  libxslt1.1 1.1.26-1  XSLT processing library - runtime 
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages inkscape recommends:
ii  imagemagick  7:6.5.8.3-1 image manipulation programs
pn  libwmf-bin   none  (no description available)
ii  perlmagick   7:6.5.8.3-1 Perl interface to the ImageMagick 
ii  pstoedit 3.45-8  PostScript and PDF files to editab

Versions of packages inkscape suggests:
pn  dia | dia-gnome   none (no description available)
ii  libgnomevfs2-extra1:2.24.2-1 GNOME Virtual File System (extra m
pn  libsvg-perl   none (no description available)
pn  libxml-xql-perl   none (no description available)
ii  python2.5.4-2An interactive high-level object-o
ii  python-lxml   2.2.2-2pythonic binding for the libxml2 a
ii  python-numpy  1:1.3.0-3  Numerical Python adds a fast array
ii  python-uniconvertor   1.1.4-1Universal vector graphics translat
ii  ruby  4.2An interpreter of object-oriented 
ii  skencil   0.6.17-17  Interactive vector drawing program
ii  ttf-bitstream-vera1.10-7 The Bitstream Vera family of free 

-- 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#550037: 2.5-6 fixes the -opt issue of automysqlbackup

2009-12-22 Thread Julian Gilbey
On Tue, Dec 22, 2009 at 04:41:45PM +0800, Thomas Goirand wrote:
 Hi,
 
 I have made a patch to fix #550037, which I attached to this message.
 The new version of the package is here:
 
 http://ftparchive.gplhost.com/debian/pool/lenny/main/a/automysqlbackup/
 
 Can you guys try it in Squeeze and let me know in the bts entry if this
 fixed the issue?

Seems to work - many thanks!

   Julian



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



Bug#560126: xserver-xorg-video-radeon: Launching GL Apps Corrupts System

2009-12-22 Thread Martin Pärtel
Same problem on an old desktop system with an ATI Radeon 9250 5960 (AGP). 
The system worked perfectly otherwise before I switched from a GeForce 2 to 
the ATI card, hoping for better driver support (*sigh*).

The system was initially running lenny, but all GL apps would segfault the X 
server. I then upgraded the xserver packages to those in sid and ended up in 
this situation (x11-common couldn't be updated because of dependencies).

6 passes (7 hrs) of memtest revealed no errors.

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.8-dsa-ia32 i686 Debian
Current Operating System: Linux hiie 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686
Build Date: 13 October 2009  11:25:51AM
xorg-server 2:1.6.5-1 (bui...@murphy.debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Dec 22 11:51:39 2009
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Generic Monitor
(**) |   |--Device Generic Video Card
(**) Option DontZap off
(**) Option AIGLX off
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/X11R6/lib/X11/fonts/misc does not exist.
	Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/cyrillic does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi/ does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi/ does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/Type1 does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi does not exist.
	Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not exist.
	Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
	Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(**) Extension Composite is disabled
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0x6c0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:1:0:0) 1002:5960:196d:1013 ATI Technologies Inc RV280 [Radeon 9200 PRO] rev 1, Mem @ 0xf000/134217728, 0xde00/65536, I/O @ 0xd800/256, BIOS @ 0x/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0x - 0x (0x1) MX[B]
	[1] -1	0	0x000f - 0x000f (0x1) MX[B]
	[2] -1	0	0x000c - 0x000e (0x3) MX[B]
	[3] -1	0	0x - 0x0009 (0xa) MX[B]
	[4] -1	0	0x - 0x (0x1) IX[B]
	[5] -1	0	0x - 0x (0x1) IX[B]
(II) extmod will be loaded. This was enabled by default and also specified in the config file.
(II) dbe will be loaded by default.
(II) glx will be loaded. This was enabled by default and also specified in the config file.
(II) record will be loaded by default.
(II) dri will be loaded by default.
(II) dri2 will be loaded by default.
(II) LoadModule: i2c
(II) Module i2c already built-in
(II) LoadModule: ddc
(II) Module ddc already built-in
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor=X.Org Foundation
	compiled for 1.6.5, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) 

Bug#562058: function: not found

2009-12-22 Thread Felix Zielcke
reassign 562058 grub-common
forcemerge 562058 562055
thanks

Am Dienstag, den 22.12.2009, 11:26 +0100 schrieb Rene Engelhard:
 Package: grub-pc
 Version: 1.98~20091221-1
 Severity: grave
 
 Hi,
 
 sorry, german dpkg output, but you probably get it anyway:

German is no problem for me :)

 /etc/grub.d/30_os-prober: 40: function: not found

Anyway, just remove the function keyword from line 40 in 30_os-prober.
I already fixed that upstream.

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#546773: About bug 546773

2009-12-22 Thread Bastien ROUCARIES
Hi,

Could you retest with new X?

Will close in a month if no answer

Regards

bastien


Bug#562061: [os-prober] /etc/grub.d/30_os-prober: 40: function: not found

2009-12-22 Thread Resul Cetin
Package: os-prober
Version: 1.35
Severity: normal

updated grub-pc to 1.98~20091221-1 and now I get the message:

/etc/grub.d/30_os-prober: 40: function: not found
dpkg: error processing grub-pc (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 grub-pc
Press return to continue.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-trunk-amd64

Debian Release: squeeze/sid
  500 unstableftp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libc6 (= 2.4) | 2.10.2-2


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#562058: function: not found

2009-12-22 Thread Rene Engelhard
Hi,

On Tue, Dec 22, 2009 at 11:49:25AM +0100, Felix Zielcke wrote:
  /etc/grub.d/30_os-prober: 40: function: not found
 
 Anyway, just remove the function keyword from line 40 in 30_os-prober.
 I already fixed that upstream.

Actually not, you also need to add ().

Grüße/Regards,

Rene
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#562062: devicekit-disks: Provide a way to set mount options.

2009-12-22 Thread Sergio Llorente
Package: devicekit-disks
Version: 009-2
Severity: wishlist

The entry /system/storage/default_options in gconf is not taken into account by 
devicekit-disks as it is by gnome-mount.

A way to set mount options when devkit-disks is invoked from gnome may be 
provided.

gnome-mount does honour /system/storage/default_options, so another option is 
provide a way to say gnome-volume-manager that gnome-mount must be used 
instead of devicekit-disks.

Thanks,
Sergio Llorente.


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

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

Versions of packages devicekit-disks depends on:
ii  libatasmart4  0.17-1 ATA S.M.A.R.T. reading and parsing
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libglib2.0-0  2.22.3-1   The GLib library of C routines
ii  libgudev-1.0-0149-1  GObject-based wrapper library for 
ii  libparted1.8-12   1.8.8.git.2009.07.19-5 The GNU Parted disk partitioning s
ii  libpolkit-backend 0.95-1 PolicyKit backend API
ii  libpolkit-gobject 0.95-1 PolicyKit Authorization API
ii  libsgutils2-2 1.28-2 utilities for working with generic
ii  libudev0  149-1  libudev shared library
ii  udev  149-1  /dev/ and hotplug management daemo

Versions of packages devicekit-disks recommends:
ii  dosfstools  3.0.6-1  utilities for making and checking 
ii  hdparm  9.15-1   tune hard disk parameters for high
ii  mtools  4.0.10-1 Tools for manipulating MSDOS files
ii  ntfs-3g 1:2009.4.4-1 read-write NTFS driver for FUSE
ii  ntfsprogs   2.0.0-1  tools for doing neat things in NTF
ii  policykit-1 0.95-1   framework for managing administrat

Versions of packages devicekit-disks suggests:
pn  cryptsetupnone (no description available)
pn  mdadm none (no description available)
pn  reiserfsprogs none (no description available)
pn  xfsprogs  none (no description available)

-- 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#561793: Testing and patch as attachement

2009-12-22 Thread Thomas Hille
Does anybody know how to run the epydoc tests? running doctest directly 
doesn't work due to needed libraries and I have absolutely no idea how 
the code in test is to be called. 'python -m doctest 
epydoc/test/__init__.py' therefore does not yield useful results. - A 
'make test' for dummies like me would help...


The indentation gets corrupted by evolution, don't know why. Now the 
patch as an attachment. Note to self: never cp a patch again...


-Thomas
--- epydoc-3.0.1/epydoc/markup/restructuredtext.py	2008-01-28 19:15:33.0 +0100
+++ restructuredtext.py	2009-12-22 11:49:06.0 +0100
@@ -304,13 +304,14 @@
 # Extract the first sentence.
 for child in node:
 if isinstance(child, docutils.nodes.Text):
-m = self._SUMMARY_RE.match(child.data)
-if m:
-summary_pieces.append(docutils.nodes.Text(m.group(1)))
-other = child.data[m.end():]
-if other and not other.isspace():
-self.other_docs = True
-break
+if hasattr(child, 'data'):
+m = self._SUMMARY_RE.match(child.data)
+if m:
+summary_pieces.append(docutils.nodes.Text(m.group(1)))
+other = child.data[m.end():]
+if other and not other.isspace():
+self.other_docs = True
+break
 summary_pieces.append(child)
 
 summary_doc = self.document.copy() # shallow copy


Bug#526958: XDG_DATA_HOME works

2009-12-22 Thread Paul Menzel
Am Dienstag, den 26.05.2009, 12:31 +0100 schrieb Jon Dowland:
 On Tue, May 26, 2009 at 12:26:00PM +0200, Josselin Mouette wrote:
  It is only set when there is no .xsession file or when you select “GNOME”.
  
  I see now that this is not enough for those writing .xsession files for no
  reason, this will have to be done in gnome-session itself instead of the
  startup scripts.
 
 I think mine dates from a time when I didn't use GNOME, and possibly didn't
 use GDM either. At some point the xsession was reduced to just gnome-session
 and at another point I moved to using GDM and default. I then forgot all
 about the file.

Gustavo marked this bug as fixed in version 2.28.0. Could you please
verify that and close this bug if it is indeed fixed.


Thanks,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#562061: [os-prober] /etc/grub.d/30_os-prober: 40: function: not found

2009-12-22 Thread Resul Cetin
Resul Cetin wrote:
 Package: os-prober
 Version: 1.35
 Severity: normal
 
 updated grub-pc to 1.98~20091221-1 and now I get the message:
 
 /etc/grub.d/30_os-prober: 40: function: not found
 dpkg: error processing grub-pc (--configure):
  subprocess installed post-installation script returned error exit status
  127 Errors were encountered while processing:
  grub-pc
 Press return to continue.

Changing #! /bin/sh -e to #! /bin/bash -e fixes the problem. See 

$ checkbashisms 30_os-prober
possible bashism in 30_os-prober line 40 ('function' is useless):
function osx_entry {



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



Bug#562054: subprocess installed post-installation script

2009-12-22 Thread Klaus Klein

Wow,fastest fix ever. (at least for me :-) )

After applying both 'fixes' (modify '/etc/grub.d/30_os-prober' and run 
grub-install 'install_device' before update-grub) everything works like a 
charm. :-)

Thanks for the excellent work,

Klaus 




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



Bug#542115: linux-image-2.6.26-2-686: kernel BUG at kernel/exit.c:822

2009-12-22 Thread Georg Borgström
Same problem here. Wonder why chrome manage to do this. Rock solid
otherwise!

Debian Lenny/stable fully uppdated.

Linux big 2.6.26-2-686-bigmem #1 SMP Wed Nov 4 21:12:12 UTC 2009 i686 GNU/Linux

Virtualbox 3.0.12-54655_Debian_lenny from Sun repos and
nvidia-kernel-2.6.26-2-686-bigmem 173.14.09+3+lenny1 from non-free

Dec 19 14:34:38 big kernel: [4701321.193201] [ cut here 
]
Dec 19 14:34:38 big kernel: [4701321.193201] kernel BUG at kernel/exit.c:822!
Dec 19 14:34:38 big kernel: [4701321.193201] invalid opcode:  [#1] SMP 
Dec 19 14:34:38 big kernel: [4701321.193201] Modules linked in: vboxnetadp 
vboxnetflt vboxdrv nls_utf8 isofs zlib_inflate udf nls_base crc_itu_t tcp_diag 
inet_diag nvidia(P) binfmt_misc rfcomm hidp l2cap bluetooth nfsd auth_rpcgss 
exportfs acpi_cpufreq cpufreq_stats cpufreq_ondemand freq_table 
cpufreq_userspace cpufreq_conservative cpufreq_powersave nfs lockd nfs_acl 
sunrpc w83627ehf hwmon_vid coretemp loop snd_hda_intel snd_pcm_oss 
snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi 
i2c_i801 pcspkr i2c_core snd_seq_midi_event snd_seq snd_timer snd_seq_device 
snd soundcore intel_agp button snd_page_alloc agpgart evdev ext3 jbd mbcache 
dm_mirror dm_log dm_snapshot dm_mod ata_generic sg sr_mod cdrom sd_mod 
pata_marvell usbhid hid ff_memless ohci1394 skge ahci ieee1394 floppy libata 
scsi_mod dock ide_pci_generic sky2 ide_core ehci_hcd uhci_hcd usbcore thermal 
processor fan thermal_sys [last unloaded: vboxdrv]
Dec 19 14:34:38 big kernel: [4701321.193201] 
Dec 19 14:34:38 big kernel: [4701321.193201] Pid: 21196, comm: chrome Tainted: 
P  (2.6.26-2-686-bigmem #1)
Dec 19 14:34:38 big kernel: [4701321.193201] EIP: 0060:[c012bded] EFLAGS: 
00010283 CPU: 0
Dec 19 14:34:38 big kernel: [4701321.193201] EIP is at do_exit+0x40c/0x5bb
Dec 19 14:34:38 big kernel: [4701321.193201] EAX: f79aea60 EBX: f79ae938 ECX: 
f79aea60 EDX: f79aea1c
Dec 19 14:34:38 big kernel: [4701321.193201] ESI: f79ae940 EDI: f79ae938 EBP: 
f79ae940 ESP: e2c67f80
Dec 19 14:34:38 big kernel: [4701321.193201]  DS: 007b ES: 007b FS: 00d8 GS: 
 SS: 0068
Dec 19 14:34:38 big kernel: [4701321.193201] Process chrome (pid: 21196, 
ti=e2c66000 task=f79ae940 task.ti=e2c66000)
Dec 19 14:34:38 big kernel: [4701321.193201] Stack:   e2c67f88 
e2c67f88 f74be340 cf75bac0  e2c66000 
Dec 19 14:34:38 big kernel: [4701321.193201]c012c000  bfc5ea54 
bfc5f3b8 c012c036 c0108853   
Dec 19 14:34:38 big kernel: [4701321.193201] bfc5ea54 bfc5f3b8 
bfc5ee98 00fc 007b 007b  
Dec 19 14:34:38 big kernel: [4701321.193201] Call Trace:
Dec 19 14:34:38 big kernel: [4701321.193201]  [c012c000] 
do_group_exit+0x64/0x8d
Dec 19 14:34:38 big kernel: [4701321.193201]  [c012c036] 
sys_exit_group+0xd/0x10
Dec 19 14:34:38 big kernel: [4701321.193201]  [c0108853] 
sysenter_past_esp+0x78/0xb1
Dec 19 14:34:38 big kernel: [4701321.193201]  ===
Dec 19 14:34:38 big kernel: [4701321.193201] Code: dc 00 00 00 39 c2 75 ce f0 
81 05 00 8a 38 c0 00 00 00 01 fb 0f 1f 84 00 00 00 00 00 90 8d 86 20 01 00 00 
39 86 20 01 00 00 74 04 0f 0b eb fe 39 96 dc 00 00 00 74 04 0f 0b eb fe 8b 5c 
24 08 81 
Dec 19 14:34:38 big kernel: [4701321.193201] EIP: [c012bded] 
do_exit+0x40c/0x5bb SS:ESP 0068:e2c67f80
Dec 19 14:34:38 big kernel: [4701321.193201] ---[ end trace dfa5dca7939aef2e 
]---
Dec 19 14:34:38 big kernel: [4701321.193201] Fixing recursive fault but reboot 
is needed!

Please let me know if any other info is needed or useful!



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



Bug#562058: function: not found

2009-12-22 Thread Felix Zielcke
Am Dienstag, den 22.12.2009, 11:54 +0100 schrieb Rene Engelhard:
 Hi,
 
 On Tue, Dec 22, 2009 at 11:49:25AM +0100, Felix Zielcke wrote:
   /etc/grub.d/30_os-prober: 40: function: not found
  
  Anyway, just remove the function keyword from line 40 in
 30_os-prober.
  I already fixed that upstream.
 
 Actually not, you also need to add ().

Oh thanks.
Just commited it with naming you.

 Grüße/Regards,
 
 Rene

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#562063: arcboot [INTL:zh_CN] po debconf Chinese simplified translation

2009-12-22 Thread Ji ZhengYu
Package: arcboot
Severity: wishlist
Tags: l10n patch

Please find po file in attachment.


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

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# Chinese translations for arcboot package
# arcboot 软件包的简体中文翻译.
# Copyright (C) 2009 THE arcboot'S COPYRIGHT HOLDER
# This file is distributed under the same license as the arcboot package.
# Ji ZhengYu zhengy...@gmail.com, 2009.
#
msgid 
msgstr 
Project-Id-Version: arcboot VERSION\n
Report-Msgid-Bugs-To: arcb...@packages.debian.org\n
POT-Creation-Date: 2008-01-24 14:06+\n
PO-Revision-Date: 2009-12-22 19:07+0800\n
Last-Translator: Ji ZhengYu zhengy...@gmail.com\n
Language-Team: Chinese (simplified) i18n...@googlegroups.com\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../templates:1001
msgid Location of arcboot:
msgstr arcboot 的位置:

#. Type: string
#. Description
#: ../templates:1001
msgid 
Arcboot must be put into the volume header of a disk with a SGI disklabel. 
Usually the volume header of /dev/sda is used. Please give the device name 
of the disk you want to put arcboot onto.
msgstr Arcboot 必须置于带SGI 标识的磁盘卷头部。通常使用/dev/sda 作为卷头部。请您指定arcboot 所存放的磁盘设备名。


Bug#562064: deprecated udev rules installed by nut in /etc/udev/rules.d/52-nut-usbups.rules

2009-12-22 Thread alex bodnaru
Package: nut
Version: 2.4.1-3.2
Severity: normal

hello friend(s),

thanks a lot for providing us nut.

on a system connected as a slave, i'm getting a few udevd errors regarding 
rules installed by nut.

i'll forward the logcheck mail to the bug mail address once i'll receive it.

best regards,
alex


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

Kernel: Linux 2.6.30-2-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/bash

Versions of packages nut depends on:
ii  adduser  3.111   add and remove users and groups
ii  debconf  1.5.28  Debian configuration management sy
ii  libc62.10.2-2GNU C Library: Shared libraries
ii  libupsclient12.4.1-3.2   network UPS tools - client library
ii  libusb-0.1-4 2:0.1.12-13 userspace USB programming library
ii  libwrap0 7.6.q-18Wietse Venema's TCP wrappers libra
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip
ii  udev 149-1   /dev/ and hotplug management daemo

Versions of packages nut recommends:
ii  bash-completion   1:1.1-3programmable completion for the ba

Versions of packages nut suggests:
pn  nut-cgi   none (no description available)
pn  nut-dev   none (no description available)
pn  nut-snmp  none (no description available)
pn  nut-xml   none (no description available)

-- debconf information:
  nut/major_conf_changes:
  nut/2_0_upstream_changes:
  nut/change_system_user:
* nut/major_upstream_changes: true
  nut/remove_debian_conf:



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



Bug#489701: librxtx-java is not fixed for long time

2009-12-22 Thread Christoph Zimmermann
the reported bugs are older than a year and it seems to me that these
errors also occour in debian stable.

the solution to this two bugs is posted and nothing happend. so, in my
opinion, i would suggest these packet to be opend for adoption.



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



Bug#562065: ntp server didn't support mssntp

2009-12-22 Thread Matthieu Patou

Subject: ntp server didn't support mssntp
Package: ntp
Version: 4.2.4p4+dfsg-8lenny3
Severity: wishlist
Tags: patch


Current version of ntp  in debian do not support MS SNTP extension.

This extension is needed by Windows workstation in order to trust ntp 
source from AD server.
Lately the Samba project made great improvement in the next version of 
Samba: Samba4 which is supposed to be a real replacement to Microsoft 
Active Directory. In order to act completely as an Domain Controller the 
Samba4 server must be able to act as a ntp server with the MS SNTP 
extension.


Version 4.2.6 of ntp (released on 12/12/09)  now include patches for 
allowing this extension but must be complied specifically with the 
option --enable-ntp-signd to effectively  build this extension.


Building this extension do not mean that it wil be active by default, in 
fact it has to be opted in by adding the following directive to

ntp.conf:
restrict foobar mssntp

Where foobar is either default or a  network address.


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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



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



Bug#552486: [Pkg-mc-devel] Bug#552486: mc: Cannot disable tabs and spaces visibility in MC

2009-12-22 Thread Yury V. Zaytsev
On Mon, 2009-12-21 at 21:00 +0100, Camaleón wrote:

 After restarting the computer I can see that the ini file of my
 current user is keeping the saved settings so I think this issue could
 come from something regarding sessions but sure I have never seen
 that behavior before :-)

Obviously you just had a leftover mc session which had overwritten your
settings the first time you tried. 

If mc is NOT running, you can edit the configuration with ANY editor. mc
and mcedit is the same binary, that's why you can't edit it with mcedit
if mc or editor configuration autosave is on.

 I can run any further tests if you want me to check anything within my
 Lenny installation, but you can also close this bug and mark it as you
 estimate convenient.

This is not a bug and therefore it shall be closed. Moreover, there is a
settings dialog in the editor to disable visible tabs / spaces, so I
don't even understand why do you need to edit the configuration file to
disable them anyway.
 
-- 
Sincerely yours,
Yury V. Zaytsev




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



Bug#561906: [Pkg-electronics-devel] Bug#561906: Bug#561906: FTBFS: make[5]: *** [tests] Error 1

2009-12-22 Thread Hamish Moffatt
On Tue, Dec 22, 2009 at 07:25:29AM +0200, أحمد المحمودي wrote:
 On Tue, Dec 22, 2009 at 06:54:19AM +0200, أحمد المحمودي wrote:
  On Tue, Dec 22, 2009 at 11:18:30AM +1100, Hamish Moffatt wrote:
   Hmm, so I set HOME= a temporary directory under $(PWD), but it's failed
   too because $(PWD) was not the root of the unpacked source tree.. I'm
   really confused about how dpkg-buildpackage is being called?
  ---end quoted text---
  
  Use $(CURDIR)
 ---end quoted text---
 
 I've uploaded a new Debian release to mentors:
 http://mentors.debian.net/debian/pool/main/g/geda-gaf/geda-gaf_1.6.0-3.dsc

Uploaded, thanks


Hamish



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



Bug#560333: libc6: getpwnam shows shadow passwords of NIS users

2009-12-22 Thread Christoph Pleger
The attached patch seems to solve the problems. It works with nscd as well as 
without nscd. Authentication works fine now.

It makes the following changes:

* In nis-pwd.c, do not mangle encrypted password from 
   passwd.adjunct.byname map  into the password field
   of passwd map, instead mangle an 'x' into the field

* In nis-spwd.c, look for key in passwd.adjunct.byname if shadow.byname
   does not exist and add the two missing fields (passwd.adjunct.byname
   has two fields less than shadow)

Maybe some people can have a look over my patch to see if I missed anything. 
diff -Naurp glibc-2.7.original/nis/nss_nis/nis-pwd.c glibc-2.7/nis/nss_nis/nis-pwd.c
--- glibc-2.7.original/nis/nss_nis/nis-pwd.c	2006-05-02 00:31:15.0 +0200
+++ glibc-2.7/nis/nss_nis/nis-pwd.c	2009-12-22 09:04:46.0 +0100
@@ -275,8 +275,8 @@ internal_nis_getpwent_r (struct passwd *
 	  yp_match (domain, passwd.adjunct.byname, result, namelen,
 			result2, len2)) == YPERR_SUCCESS)
 	{
-	  /* We found a passwd.adjunct entry.  Merge encrypted
-	 password therein into original result.  */
+	  /* We found a passwd.adjunct entry.  Merge x
+	 into original result.  */
 	  char *encrypted = strchr (result2, ':');
 	  char *endp;
 	  size_t restlen;
@@ -304,7 +304,7 @@ internal_nis_getpwent_r (struct passwd *
 
 	  mempcpy (mempcpy (mempcpy (mempcpy (buffer, result, namelen),
  :, 1),
-			encrypted, endp - encrypted),
+			x, 1),
 		   p, restlen + 1);
 	  p = buffer;
 
@@ -408,8 +408,8 @@ _nss_nis_getpwnam_r (const char *name, s
yp_match (domain, passwd.adjunct.byname, name, namelen,
 		   result2, len2) == YPERR_SUCCESS)
 {
-  /* We found a passwd.adjunct entry.  Merge encrypted password
-	 therein into original result.  */
+  /* We found a passwd.adjunct entry.  Merge x
+	 into original result.  */
   char *encrypted = strchr (result2, ':');
   char *endp;
 
@@ -436,7 +436,7 @@ _nss_nis_getpwnam_r (const char *name, s
 
   __mempcpy (__mempcpy (__mempcpy (__mempcpy (buffer, name, namelen),
    :, 1),
-			encrypted, endp - encrypted),
+			x, 1),
 		 p, restlen + 1);
   p = buffer;
 
@@ -509,8 +509,8 @@ _nss_nis_getpwuid_r (uid_t uid, struct p
 	  yp_match (domain, passwd.adjunct.byname, result, namelen,
 		result2, len2)) == YPERR_SUCCESS)
 {
-  /* We found a passwd.adjunct entry.  Merge encrypted password
-	 therein into original result.  */
+  /* We found a passwd.adjunct entry.  Merge x
+	 into original result.  */
   char *encrypted = strchr (result2, ':');
   char *endp;
   size_t restlen;
@@ -538,7 +538,7 @@ _nss_nis_getpwuid_r (uid_t uid, struct p
 
   __mempcpy (__mempcpy (__mempcpy (__mempcpy (buffer, result, namelen),
    :, 1),
-			encrypted, endp - encrypted),
+			x, 1),
 		 p, restlen + 1);
   p = buffer;
 
diff -Naurp glibc-2.7.original/nis/nss_nis/nis-spwd.c glibc-2.7/nis/nss_nis/nis-spwd.c
--- glibc-2.7.original/nis/nss_nis/nis-spwd.c	2006-04-29 03:09:49.0 +0200
+++ glibc-2.7/nis/nss_nis/nis-spwd.c	2009-12-22 10:02:25.0 +0100
@@ -78,17 +78,42 @@ internal_nis_getspent_r (struct spwd *sp
 {
   char *result;
   char *outkey;
+  char *p;
   int len;
   int keylen;
   int yperr;
+  int adjunct_used = 0;
 
-  if (new_start)
+  if (new_start) {
 yperr = yp_first (domain, shadow.byname, outkey, keylen, result,
 			  len);
-  else
+
+if (yperr == YPERR_MAP) {
+	  if (result != NULL)
+	free result;
+
+	  yperr = yp_first (domain, passwd.adjunct.byname, outkey, keylen, result,
+			len);
+
+	  adjunct_used = 1;
+	}
+  }
+  
+  else {
 yperr = yp_next (domain, shadow.byname, oldkey, oldkeylen, outkey,
 			 keylen, result, len);
 
+if (yperr == YPERR_MAP) {
+	  if (result != NULL)
+	free result;
+
+	  yperr = yp_next (domain, passwd.adjunct.byname, oldkey, oldkeylen, outkey,
+			   keylen, result, len);
+	  
+	  adjunct_used = 1;
+	}
+  }
+
   if (__builtin_expect (yperr != YPERR_SUCCESS, 0))
 {
 	  enum nss_status retval = yperr2nss (yperr);
@@ -98,15 +123,32 @@ internal_nis_getspent_r (struct spwd *sp
   return retval;
 }
 
-  if (__builtin_expect ((size_t) (len + 1)  buflen, 0))
-{
-  free (result);
-	  *errnop = ERANGE;
-  return NSS_STATUS_TRYAGAIN;
-}
+  if (! adjunct_used)
+	{
+	  if (__builtin_expect ((size_t) (len + 1)  buflen, 0))
+	{
+	  free (result);
+	  *errnop = ERANGE;
+	  return NSS_STATUS_TRYAGAIN;
+	}
+
+	  p = strncpy (buffer, result, len);
+	  buffer[len] = '\0';  
+	}
+  else
+	{
+	  if (__builtin_expect ((size_t) (len + 3)  buflen, 0))
+	{
+	  free (result);
+	  *errnop = ERANGE;
+	  return NSS_STATUS_TRYAGAIN;
+	}
+
+	  p = strncpy (buffer, result, len);
+	  buffer[len] = '\0';  
+	  p = strcat (buffer, ::);
+	}
 
-  char *p = 

Bug#483986: iceweasel: produces unreadable text when printing

2009-12-22 Thread Mike Hommey
Hi all,

On Sun, Jun 01, 2008 at 06:54:54PM +0200, Richard Scherping wrote:
 Package: iceweasel
 Version: 3.0~rc1-1
 Severity: normal
 
 With many websites, printing with iceweasel 3.0 (tested with b5 and rc1
 debian experimental releases) produces unreadable, extremely low-res text
 output, often including multiple characters on top of each other.
 
 Example sites:
 http://www.hr-online.de/
 http://www.e-fellows.net/
 http://go6.net/ (extremely bad)
 
 My printer driver is:
 Canon PIXMA iP4000 - CUPS+Gutenprint v5.0.2
 
 Both old iceweasel (2.x) and epiphany are fine.

Did printing in these condition get any better with iceweasel 3.5 ?

Cheers,

Mike



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



Bug#549426: tagging 549426

2009-12-22 Thread Gerfried Fuchs
# Automatically generated email from bts, devscripts version 
2.10.35lenny7~bpo40+1
# does not affect oldstable and stable
tags 549426 + squeeze sid




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



Bug#550258: tagging 550258

2009-12-22 Thread Gerfried Fuchs
# Automatically generated email from bts, devscripts version 
2.10.35lenny7~bpo40+1
# does not affect oldstable and stable
tags 550258 + squeeze sid




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



Bug#562066: xkb-data: /usr/share/X11/xkb/keycodes/evdev breaks my keyboard

2009-12-22 Thread Łukasz Stelmach
Package: xkb-data
Version: 1.7-1
Severity: grave
Justification: renders package unusable


After upgrade I've my keyboar became patially unusable. Some wierdo
has cooked completely insane keybord mapping. Now my:

LWIN has become END
ALTR = LEFT
RWIN = DOWN
MENU = PGDN
RCTL = LNFD
LEFT = HENK (wtf)
RGHT = MUHE (wtf?)
UP   = KATA (wtf!)
DOWN = KPEN
PRSC = UP
PAUS = HOME
INS  = KPDV
HOME = ??? NoSymbol
PGUP = HIRA
DELE = PRSC
END  = ??? NoSymbol
PGDN = RCTL

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

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.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#546399: tagging 546399

2009-12-22 Thread Gerfried Fuchs
# Automatically generated email from bts, devscripts version 
2.10.35lenny7~bpo40+1
# does not affect oldstable and stable
tags 546399 + squeeze sid




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



Bug#548480: tagging 548480

2009-12-22 Thread Gerfried Fuchs
# Automatically generated email from bts, devscripts version 
2.10.35lenny7~bpo40+1
# does not affect oldstable and stable
tags 548480 + squeeze sid




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



Bug#548965: tagging 548965

2009-12-22 Thread Gerfried Fuchs
# Automatically generated email from bts, devscripts version 
2.10.35lenny7~bpo40+1
# does not affect oldstable and stable
tags 548965 + squeeze sid




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



Bug#551718: tagging 551718

2009-12-22 Thread Gerfried Fuchs
# Automatically generated email from bts, devscripts version 
2.10.35lenny7~bpo40+1
# does not affect oldstable and stable
tags 551718 + squeeze sid




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



Bug#562067: libxtrap: should be removed

2009-12-22 Thread Julien Cristau
Package: libxtrap
Severity: serious
Justification: maintainer says so
Tags: sid squeeze

We should remove this package some time before squeeze.  I'll mark this
as blocked by the bugs filed on its reverse dependencies.

Cheers,
Julien



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



Bug#528376: Patch including information about the default flavour

2009-12-22 Thread Marco Túlio Gontijo e Silva
tags 528376 patch
thanks

The patch is attached.

Greetings.
-- 
marcot
http://marcot.iaaeee.org/

Index: cdebootstrap-0.5.5/src/frontend/standalone/cdebootstrap.man
===
--- cdebootstrap-0.5.5.orig/src/frontend/standalone/cdebootstrap.man	2009-12-22 10:02:22.0 -0200
+++ cdebootstrap-0.5.5/src/frontend/standalone/cdebootstrap.man	2009-12-22 10:02:55.0 -0200
@@ -86,4 +86,4 @@
 All rc.d operations are disabled by a policy-rc.d script (cdebootstrap-helper-rc.d package).
 .TP
 \fBstandard\fR
-Installs required and important priority packages.
+Installs required and important priority packages.  This is the default flavour.


Bug#561906: [Pkg-electronics-devel] Bug#561906: Bug#561906: FTBFS: make[5]: *** [tests] Error 1

2009-12-22 Thread أحمد المحمودي
On Tue, Dec 22, 2009 at 10:56:17PM +1100, Hamish Moffatt wrote:
 Uploaded, thanks
---end quoted text---

Thanks, it's wierd though that 1.6.0-2 built successfully only on armel 
(even though $PWD evaluated to /home/buildd) !


-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7 (@ subkeys.pgp.net)
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7



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



Bug#561906: [Pkg-electronics-devel] Bug#561906: Bug#561906: FTBFS: make[5]: *** [tests] Error 1

2009-12-22 Thread Hamish Moffatt
On Tue, Dec 22, 2009 at 02:05:00PM +0200, أحمد المحمودي wrote:
 On Tue, Dec 22, 2009 at 10:56:17PM +1100, Hamish Moffatt wrote:
  Uploaded, thanks
 ---end quoted text---
 
 Thanks, it's wierd though that 1.6.0-2 built successfully only on armel 
 (even though $PWD evaluated to /home/buildd) !

Yes... the i386 autobuilder just succeeded on -3 so perhaps we have
success at last.

Hamish



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



Bug#550206: udev - udev(7) manpage does not specify IMPORT{program}

2009-12-22 Thread Martin Pitt
Hello Marco,

Marco d'Itri [2009-10-08 22:07 +0200]:
 The udev(7) manpage stats that IMPORT{program} executes an external
 program. However it does not say how, aka what happens if it should
 execute a file without full path. Does it use system(2)? Does it use a
 specific PATH? Which value does it have? It somehow prefers /lib/udev,
 which is obviously not in the normal PATH.

Fixed in

http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=7729cd2fadbe0a5dd1eea3b81050616431d93af6

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#562066: xkb-data: /usr/share/X11/xkb/keycodes/evdev breaks my keyboard

2009-12-22 Thread Julien Cristau
severity 562066 normal
tag 562066 moreinfo unreproducible
kthxbye

On Tue, Dec 22, 2009 at 12:55:04 +0100, Łukasz Stelmach wrote:

 Package: xkb-data
 Version: 1.7-1
 Severity: grave
 Justification: renders package unusable

no.

 After upgrade I've my keyboar became patially unusable. Some wierdo
 has cooked completely insane keybord mapping. Now my:
 
 LWIN has become END
 ALTR = LEFT
 RWIN = DOWN
 MENU = PGDN
 RCTL = LNFD
 LEFT = HENK (wtf)
 RGHT = MUHE (wtf?)
 UP   = KATA (wtf!)
 DOWN = KPEN
 PRSC = UP
 PAUS = HOME
 INS  = KPDV
 HOME = ??? NoSymbol
 PGUP = HIRA
 DELE = PRSC
 END  = ??? NoSymbol
 PGDN = RCTL
 
How did you configure the keyboard mapping?

Cheers,
Julien



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



Bug#561785: [texdoc] Bug#561785: texlive-base: texdoc does not use standard pdf-viewer defined in KDE

2009-12-22 Thread Manuel Pégourié-Gonnard
On Mon, 21 Dec 2009 20:53:27 +0100, Johannes Fichtinger j...@fichtinger.org
wrote:

 See [1]. There exists another variable called KDE_SESSION_VERSION, which
 from 
 KDE4 on is set to 4, but was not defined for KDE3.x. This can be used
 further 
 to distinguish between KDE4 and KDE3.
 
 It seems, for gnome exits GNOME_DESKTOP_SESSION_ID, which can be tested
for
 
 exising, although I couldn't find any reliable source for that.
 
 [1] 

http://techbase.kde.org/KDE_System_Administration/Environment_Variables#KDE_FULL_SESSION
 
Great. Thank you a lot for these interesting informations. I'll look
further into it and keep you posted.

Manuel.




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



Bug#561906: [Pkg-electronics-devel] Bug#561906: Bug#561906: FTBFS: make[5]: *** [tests] Error 1

2009-12-22 Thread Cyril Brulebois
Hamish Moffatt ham...@debian.org (22/12/2009):
 Yes... the i386 autobuilder just succeeded on -3 so perhaps we have
 success at last.

Worked on my buildds too. ;)

As for -2 on armel, it might just be that the home directory is
writable? Anyway, never rely on HOME existing and being writable. ;)

Mraw,
KiBi.


signature.asc
Description: Digital signature


  1   2   3   4   >