Bug#485801: with DRM anti-features

2010-09-15 Thread Yuri D'Elia
Package: poppler-utils
Version: 0.12.4-1.1
Severity: normal

Today I stubled upon this crippling feature of poppler-utils.

I agree that the API shouldn't be changed (the API itself does not enforce
anything), but at least pdftohtml and pdftoabw should be patched.

Could you please add this patch to fix those two utilities?
diff -ru poppler-0.12.4/utils//pdftoabw.cc poppler-0.12.4.x/utils//pdftoabw.cc
--- poppler-0.12.4/utils//pdftoabw.cc	2010-01-17 01:06:57.0 +0100
+++ poppler-0.12.4.x/utils//pdftoabw.cc	2010-09-15 13:08:51.803755406 +0200
@@ -152,10 +152,12 @@
 }
 
   // check for copy permission
+#ifdef ENFORCE_PERMISSIONS
   if (!doc-okToCopy()) {
 fprintf(stderr, Copying of text from this document is not allowed.\n);
 goto error;
   }
+#endif
 
   XMLdoc = xmlNewDoc(BAD_CAST 1.0);
   abwOut = new ABWOutputDev(XMLdoc);
diff -ru poppler-0.12.4/utils//pdftohtml.cc poppler-0.12.4.x/utils//pdftohtml.cc
--- poppler-0.12.4/utils//pdftohtml.cc	2010-01-17 01:06:57.0 +0100
+++ poppler-0.12.4.x/utils//pdftohtml.cc	2010-09-15 13:08:35.307755289 +0200
@@ -199,6 +199,7 @@
   }
 
   // check for copy permission
+#ifdef ENFORCE_PERMISSIONS
   if (!doc-okToCopy()) {
 if (!noDrm) {
   error(-1, Copying of text from this document is not allowed.);
@@ -206,6 +207,7 @@
 }
 fprintf(stderr, Document has copy-protection bit set.\n);
   }
+#endif
 
   // construct text file name
   if (argc == 3) {


Bug#595200: Parts of the firefox/iceweasel window are completely black

2010-09-15 Thread Mike Hommey
On Wed, Sep 15, 2010 at 12:43:09PM +0200, Hartmut Wernisch wrote:
 On Wed, 15 Sep 2010 11:36:34 +0200
 Andreas Henriksson andr...@fatal.se wrote:
 
  On Wed, Sep 15, 2010 at 10:45:21AM +0200, Mike Hommey
  wrote:
   
   ... but the original bug reporter claimed to still have
   the problem with cairo 1.8.10-5...
   
  
  Ok, I was apparently to fast to judge. I'm sorry, maybe
  there are multiple issues to work around and the cairo
  workaround only partially fixes stuff. Still this issue
  doesn't seem to be affecting anyone not using fglrx... I
  can't help myself questioning the values of locating
  workarounds for buggy proprietary drivers and it that's
  really release critical for *iceweasel*.
  
  Thanks for your awesome work.
  
 
 Seems that I have found a solution which works for me!
 
 -) login as root to a console
 -) aticonfig --set-pcs-str=DDX,ForceXAA,TRUE
 -) logout from X and login again  (restart the X server)
 
 
 See the original post here:
 http://forums.opensuse.org/english/get-help-here/hardware/445975-fglrx-10-6-black-boxes.html

If this is confirmed to fix the original reporter's issue, I'll
downgrade this bug severity.

Mike



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



Bug#596421: /etc/cron.daily/apt handles Dir::Cache::archives wrong

2010-09-15 Thread David Kalnischkies
package apt
tag 596421 patch
thanks

2010/9/11 M G Berberich berbe...@fmi.uni-passau.de:
 presumably not checking if “Dir::Cache::archives” is an absolut path.

Thanks for your report and yes, the cron script assumes relative
paths as it does path building internally…

Could you try the attached patch which should remove this
string building and let this apt-config do with the /d switch?

(sorry, i currently have no time to test it myself)


Best regards

David Kalnischkies


apt-bug596421-absolut-cron-paths
Description: Binary data


Bug#596694: [Debian-ha-maintainers] Bug#596694: Workaround?

2010-09-15 Thread Dr. Frank Albrecht

Hi all,

due to some research and and a lot of tests I've got some new  
informations about the bug and 2 possible solutions.


Should I post the infos to the closed bug report?

Regards,

Frank

Am 14.09.2010 um 13:27 schrieb Guido Günther:


On Tue, Sep 14, 2010 at 01:10:34PM +0200, Dr. Frank Albrecht wrote:

Cite raoul:

i ended up adding $syslog too and until now, i did not have any
problem.

I spent a lot of time to fix/workaround the corosync start problem
but with no luck. I've found your bug report (the shorewell issue)
and tried to manage the order of init.d starter scripts (adding
$syslog in .depend.boot resp. changing the order of the
rc2.d-symlinks).

But I'm not able to get a consistent behaviour for the corosync
start. Sometimes it starts correct, sometimes it stucks in a zombie
state and the only solution is a killall -s 9 corosync.

The logs are not so helpful. I will link them later here in this
bugreport thread.


Do you have a workaround? Where did you add $syslog?

I've just uploaded a new version to unstable that should fix this.
Cheers,
-- Guido



--
To unsubscribe, send mail to 596694-unsubscr...@bugs.debian.org.





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



Bug#589133:

2010-09-15 Thread Abhishek Dasgupta
Modestas Vainius wrote:
 Hello,
 
 Are you using KDE? It does not look like it from the software you mentioned 
 (Epiphany).
 
I am using GNOME/Xmonad, so this bug only affects KDE users?

-- 
Abhishek



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



Bug#596961: [initramfs-tools] missing radeon firmware (from firmware-linux-nonfree) in initramfs

2010-09-15 Thread Anarky
Package: initramfs-tools
Version: 0.98.3
Severity: normal

--- Please enter the report below this line. ---

The radeon driver seems to be loaded at initramfs stage for KMS reasons but 
the firmware is not present in the initramfs resulting in missing 
functionalities (HDMI audio).
Other people on #debian IRC with a similar setup seem to have these firmware in 
the initramfs ...

From dmesg :
[5.218630] platform radeon_cp.0: firmware: requesting radeon/RV670_pfp.bin
[5.314896] platform radeon_cp.0: firmware: requesting radeon/RV670_me.bin
[5.385302] platform radeon_cp.0: firmware: requesting radeon/R600_rlc.bin

% lsinitramfs /boot/initrd.img-2.6.35-trunk-amd64 | grep firmware
lib/firmware
lib/firmware/advansys
lib/firmware/advansys/mcode.bin
lib/firmware/advansys/38C1600.bin
lib/firmware/advansys/3550.bin
lib/firmware/advansys/38C0800.bin
lib/firmware/tigon
lib/firmware/tigon/tg3_tso.bin
lib/firmware/tigon/tg3_tso5.bin
lib/firmware/tigon/tg3.bin
lib/firmware/cxgb3
lib/firmware/cxgb3/ael2005_opt_edc.bin
lib/firmware/cxgb3/t3fw-7.4.0.bin
lib/firmware/cxgb3/t3b_psram-1.1.0.bin
lib/firmware/cxgb3/t3c_psram-1.1.0.bin
lib/firmware/cxgb3/ael2005_twx_edc.bin
lib/firmware/cxgb3/ael2020_twx_edc.bin
lib/firmware/e100
lib/firmware/e100/d102e_ucode.bin
lib/firmware/e100/d101s_ucode.bin
lib/firmware/e100/d101m_ucode.bin
lib/firmware/3com
lib/firmware/3com/typhoon.bin
lib/udev/firmware.agent

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

Debian Release: squeeze/sid
  500 unstablemirror.home-dn.net 
  500 unstableftp.fr.debian.org 
  500 testing mirror.home-dn.net 
  500 testing ftp.fr.debian.org 
  500 stable  mirror.home-dn.net 
  500 stable  ftp.fr.debian.org 
  101 experimental-snapshots qt-kde.debian.net 
1 experimentalmirror.home-dn.net 
1 experimentalftp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
klibc-utils   (= 1.5.9-1) | 1.5.20-1
cpio   | 2.11-4
module-init-tools  | 3.12-1
udev  (= 0.086-1) | 161-1
findutils  (= 4.2.24) | 4.4.2-1


Recommends (Version) | Installed
-+-===
busybox   (= 1:1.01-3)  | 1:1.17.1-4
 OR busybox-initramfs| 


Suggests (Version) | Installed
==-+-===
bash-completion| 1:1.2-2



--- Output from package bug script ---
-- initramfs sizes
-rw-r--r-- 1 root root 9,9M 15 sept. 13:37 /boot/initrd.img-2.6.32-5-amd64
-rw-r--r-- 1 root root 9,9M 15 sept. 12:00 /boot/initrd.img-2.6.32-5-amd64.bak
-rw-r--r-- 1 root root  11M 15 sept. 13:37 /boot/initrd.img-2.6.35-trunk-amd64
-rw-r--r-- 1 root root  11M 15 sept. 13:32 /boot/initrd.img-2.6.35-trunk-
amd64.bak
-- /proc/cmdline
BOOT_IMAGE=/vmlinuz-2.6.32-5-amd64 root=UUID=78966ba0-a9a6-4743-86bf-
a8d922cc33c7 ro radeon.audio=1 audio.radeon=1

-- resume
# RESUME=/dev/sdb5
RESUME='UUID=8e829047-904f-4ee2-a32f-f1bd234f9e77'
-- /proc/filesystems
ext3
ext2
fuseblk
ext4
reiserfs
xfs
jfs
msdos
vfat
ntfs
minix
hfs
hfsplus
qnx4
ufs
btrfs

-- lsmod
Module  Size  Used by
nls_utf81208  0 
nls_cp437   5817  0 
btrfs 375335  0 
zlib_deflate   17746  1 btrfs
crc32c  2560  1 
libcrc32c   1074  1 btrfs
ufs56474  0 
qnx46194  0 
hfsplus65286  0 
hfs37455  0 
minix  21213  0 
ntfs  162828  0 
vfat7884  0 
msdos   6202  0 
fat40054  2 vfat,msdos
jfs   140105  0 
xfs   436909  0 
exportfs3170  1 xfs
reiserfs  194172  0 
ext4  288969  0 
jbd2   67015  1 ext4
parport_pc 18855  0 
ppdev   5030  0 
lp  7462  0 
parport27954  3 parport_pc,ppdev,lp
sco 7209  2 
bnep9443  2 
rfcomm 29613  0 
l2cap  24736  4 bnep,rfcomm
crc16   1319  2 ext4,l2cap
bluetooth  41827  6 sco,bnep,rfcomm,l2cap
rfkill 13044  2 bluetooth
fuse   50206  3 
ext2   52969  1 
coretemp4325  0 
it87   15879  0 
hwmon_vid   1828  1 it87
firewire_sbp2  11514  0 
loop   11799  0 
snd_hda_codec_atihdmi 2251  1 
dvb_pll 8188  1 
cx22702 4597  1 
cx88_dvb   16516  0 
cx88_vp3054_i2c

Bug#596962: schroot: French debconf templates translation

2010-09-15 Thread Thomas Blein
Package: schroot
Version: N/A
Severity: wishlist
Tags: patch l10n

Hi,

Please find attached the french po translation, proofread by the
debian-l10n-french mailing list contributors.

Best regards,

Thomas
# Translation of schroot in French.
# Copyright © 2006-2008, 2010 Debian French l10n team 
debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the schroot package.
#
# Nicolas François nicolas.franc...@centraliens.net, 2006-2008.
# Thomas Blein tbl...@tblein.eu, 2010.
msgid 
msgstr 
Project-Id-Version: schroot\n
Report-Msgid-Bugs-To: Roger Leigh rle...@debian.org\n
POT-Creation-Date: 2010-09-05 18:41+0100\n
PO-Revision-Date: 2010-09-09 11:00+0100\n
Last-Translator: Thomas Blein tbl...@tblein.eu\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. TRANSLATORS: %1% = file
#, boost-format
msgid Can't open file '%1%'
msgstr Impossible d'ouvrir le fichier « %1% »

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#, boost-format
msgid line %1%: Deprecated key '%4%' used
msgstr Ligne %1% : la clé « %4% » n'est plus gérée

#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#, boost-format
msgid Deprecated key '%4%' used
msgstr La clé « %4% » n'est plus gérée

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#, boost-format
msgid line %1%: Disallowed key '%4%' used
msgstr ligne %1% : la clé « %4% » n'est pas autorisée

#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#, boost-format
msgid Disallowed key '%4%' used
msgstr La clé « %4% » n'est pas autorisée

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#, boost-format
msgid line %1%: Duplicate key '%4%'
msgstr ligne %1% : clé en double « %4% »

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = line contents as read from the configuration file
#, boost-format
msgid line %1%: Invalid line: \%4%\
msgstr ligne %1% : ligne non valable : « %4% »

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#, boost-format
msgid line %1%: Required key '%4%' is missing
msgstr ligne %1% : la clé obligatoire « %4% » est manquante

#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#, boost-format
msgid Required key '%4%' is missing
msgstr La clé obligatoire « %4% » est manquante

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = line contents as read from the configuration file
#, boost-format
msgid line %1%: No key specified: \%4%\
msgstr ligne %1% : aucune clé spécifiée : « %4% »

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#, boost-format
msgid line %1%: Obsolete key '%4%' used
msgstr ligne %1% : clé obsolète : « %4% »

#. TRANSLATORS: %4% = key name (keyname=value in configuration file)
#, boost-format
msgid Obsolete key '%4%' used
msgstr Clé obsolète « %4% »

#. TRANSLATORS: %2% = key name (keyname=value in configuration file)
#. TRANSLATORS: %4% = additional details
#, boost-format
msgid %2%: %4%
msgstr %2% : %4%

#. TRANSLATORS: %1% = line number in configuration file
#. TRANSLATORS: %3% = key name (keyname=value in configuration file)
#. TRANSLATORS: %4% = additional details
#, boost-format
msgid line %1%: %3%: %4%
msgstr ligne %1% : %3% : %4%

msgid This option will be removed in the future
msgstr Cette option sera supprimée

msgid This option has been removed, and no longer has any effect
msgstr Cette option a été supprimée et n'a plus aucun effet

msgid File is not a block device
msgstr Le fichier n'est pas un périphérique de type bloc

#. TRANSLATORS: %4% = integer process ID
#, boost-format
msgid Failed to release device lock (lock held by PID %4%)
msgstr 
Échec lors du déverrouillage du périphérique (verrou placé par le PID %4%)

msgid Failed to release device lock
msgstr Échec lors du déverrouillage du périphérique

msgid Failed to stat device
msgstr Échec lors de l'exécution de « stat » sur le périphérique

#. TRANSLATORS: '...' is an ellipsis e.g. U+2026,
#. and '-' is an em-dash.
msgid [OPTION...] - build Debian packages from source
msgstr [OPTION...] - construction de paquets Debian depuis leurs sources

msgid Build options
msgstr Options de construction

msgid Package version options
msgstr Options pour la version des paquets

msgid Build environment options
msgstr Options de l'environnement de construction

msgid User options
msgstr Options utilisateur

msgid Build dependency override options
msgstr Options pour modifier les dépendances de construction

msgid Special options
msgstr 

Bug#595692: python2.6: ctypes.util.find_library() fails in some locales

2010-09-15 Thread Jakub Wilk

* Matthias Klose d...@debian.org, 2010-09-15, 12:40:

$ cat find-util.so.py
from ctypes.util import find_library
print find_library('util')

$ python find-util.so.py
libutil.so.1

$ LC_ALL=pl_PL.utf8 python find-util.so.py
None


hmm, can't reproduce this, checked with de locales too. which 
commands are run, and which output cannot be parsed? It should be 
safe to prefix the commands with an `LC_ALL=C; export LC_ALL' as 
already done for one.


I guess this is the culprit:

$ grep LANG /usr/lib/python2.6/ctypes/util.py
os.popen('LANG=C /sbin/ldconfig -p 
2/dev/null').read())

(LC_ALL overrides LANG and other LC_*)

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#596862: xpdf-common: please provide a transitional package

2010-09-15 Thread Luca Capello
Hi there!

On Wed, 15 Sep 2010 03:58:47 +0200, Michael Gilbert wrote:
 severity 596862 minor

I do not agree with this severity, but it is your package, thus your
choice.

 On Tue, 14 Sep 2010 18:15:19 +0200 Luca Capello wrote:
 A lenny user who installed the xpdf-reader package and *not* the old
 xpdf metapackage will still have the xpdf-common package installed, even
 after the upgrade to the new (and real) xpdf package.  

 why is this a problem?  apt-get autoremove, which is suggested in
 apt's output will take care of removing it.

Read below.

 Second, the xpdf-common package is left installed and it is not
 automatically removed, which means that the other configuration files in
 /etc/xpdf (xpdfrc-arabic, xpdfrc-cyrillic, xpdfrc-greek, xpdfrc-hebrew,
 xpdfrc-latin2, xpdfrc-thai and xpdfrc-turkish) are left installed as
 well, with the user noticing nothing about that.

 the presence of these files presents no problems that i'm aware of.

Still, there is a discrepancy between xpdf versions: you have something
From version 3.02-2 and something from version 3.02-10.  And this is all
but a clean situation.

 The correct solution is to also provide a transitional xpdf-common
 package, please do that.

 i don't really see the problem.  what's the difference between a
 transitional package that's in the autoremove list vs. the old package
 in the autoremove list?  both get taken care of with apt's autoremove
 feature.

I think this abuses apt's autoremove feature (as well as dpkg's
Replaces: one).

Moreover, there is a big difference between a *transitional* empty
package and the old one: the latter is yet another Debian package, the
former identifies a specific action, i.e. the fact that the xpdf sources
have been re-organized and now there is no need for separate
-common/-reader packages.  This is exactly why we have transitional
packages, because users *must* now if a package installed on their
system is still a valid one or not (and this is not the case for the
current situation).

BTW, I recall that there were some notes about transitional packages in
 Debian Policy, like the fact that they must survive one release
 (i.e. real xpdf-reader package in lenny, transitional xpdf-reader
 package in squeeze, no more xpdf-reader package in squeeze+1), but
 it seems I could not find anymore this information.

Anyway, again, it is your package and, frankly speaking, I do not care
so much about that: I explained my point (which thinks about the user
and not about the fact that we have yet another package installed or
not) and that is all, you are the maintainer, thus you have full action
on your package.  Feel free to deal with this bug as you wish, but
please tag it wontfix if you do not re-add the transitional package.

Thx, bye,
Gismo / Luca

PS, FYI, I was personally involved with the transition of one of the
packages I maintained, so I know what I am talking about...


pgpzvwvw6KBuy.pgp
Description: PGP signature


Bug#570767: images should be available in squeeze

2010-09-15 Thread Otavio Salvador
Hello,

On Wed, Sep 15, 2010 at 4:49 AM, Petter Reinholdtsen p...@hungry.com wrote:
 [Otavio Salvador]
 This is debian-installer-netboot-images that is at SVN. Take a look
 on it.

 I found it at
 URL: 
 http://svn.debian.org/wsvn/d-i/trunk/packages/debian-installer-netboot-images/
  .

 Should this bug perhaps be reassigned somewhere else, perhaps to WNPP?

I am going to upload it today (yestarday we had a heavy raining and
power outage here)

 Should the mirror perhaps use the cdn.debian.net address to get the
 binaries from a mirror close to the build machine?

No; we are using ftp.d.o since it will be build once only.

-- 
Otavio Salvador                  O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



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



Bug#596963: midori: Midori Seems to crash if I press down the down and left arrow keys simultaneously

2010-09-15 Thread lawrence
Package: midori
Version: 0.2.7-1.1
Severity: normal

Midori Seems to crash when I press down the down and left arrow keys, I'm not 
sure why, but if I do so (e.g. when I slip off the down arrow key, it will just 
close.
This system is running on the KDE platform but midori has all it's dependancies 
installed so this shouldn't happen

Thanks,
Lawrence Bayly 

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

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

Versions of packages midori depends on:
ii  dbus-x11   1.2.24-3  simple interprocess messaging syst
ii  dpkg   1.15.8.4  Debian package management system
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-2  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-5  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-3  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.24.1-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-1+b1   The GTK+ graphical user interface 
ii  libjs-mootools 1.2.4.0~debian1-1 compact JavaScript framework
ii  libnotify1 [libnotify1 0.5.0-2   sends desktop notifications to a n
ii  libpango1.0-0  1.28.1-1  Layout and rendering of internatio
ii  libsoup2.4-1   2.30.2-1  an HTTP library implementation in 
ii  libsqlite3-0   3.7.2-1   SQLite 3 shared library
ii  libunique-1.0-01.1.6-1   Library for writing single instanc
ii  libwebkit-1.0-21.2.3-2+b1Web content engine library for Gtk
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxml22.7.7.dfsg-4  GNOME XML library

Versions of packages midori recommends:
ii  gnome-icon-theme  2.30.3-1   GNOME Desktop icon theme

midori 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#502457: Properly packaged

2010-09-15 Thread Andrew Fenn
On Tue, Sep 14, 2010 at 9:36 PM, Stefano Rivera stef...@rivera.za.net wrote:
 I don't know how the release team usually handles binary-only packages,
 with regards to freeze exceptions (squeeze is frozen) and
 stable-proposed-updates (the way we get bugfixes to users). Such things
 are normally reviewed by looking at the size and complexity of diffs.
 Maybe someone who knows could tell you.


I do not think that the CG toolkit is a dependency on any package and
considering how it has been packaged previously I doubt it would
effect anything by updating the package at the last minute. That said,
is there anyone with some authority that can chime in on this?

On Mon, Sep 13, 2010 at 12:01 AM, Nigel Stewart nstew...@nvidia.com wrote:
 We're open to splitting the packages into -lib, -dev and -doc
 components, but have not prioritized that work internally, yet.

Please do consider doing this. As an Ubuntu user of the CG toolkit for
many years it has been annoying to download several megabytes of
documentation and examples I am not going to look at just to use the
lib. It is not complicated to set your debian folder to make multiple
debs so you shouldn't need to worry about it complicating your build
process. :)



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



Bug#518378: updated German manual pages for apropos(1) and others

2010-09-15 Thread Martin Eberhard Schauer

Dear Colin,

maybe I'm partially wrong here, but I didn't want to open yet another 
German ... outdated bug.


Tobias Quathamer (to...@debian.org) took over the outdated manpages-de 
package. Although your
package ships with German manpages, they still were in the manpages-de 
repository, we started updating

them ...

The German documentation *is* at least partially not up to date. Just 
open two terminals and compare

the apropos manuals for English and German.

How can we get the up to date translations into your package without 
upsetting the translation team folks?

For easier maintainance we use po4a.

Kind regards
   Martin



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



Bug#523260: gnuplot-nox: depend on a newer version of libedit2

2010-09-15 Thread Agustin Martin
reassign 523260 gnuplot,libedit2
thahns

On Wed, Apr 08, 2009 at 11:30:38PM -0400, Jason McCarty wrote:
 Package: gnuplot-nox
 Version: 4.2.5-1
 Severity: normal
 
 When I run gnuplot, I get the following error.
 
 gnuplot: symbol lookup error: gnuplot: undefined symbol: remove_history
 
 It seems this symbol is missing from my (4 year old!) libedit2. Please
 depend on a newer version. I plan to upgrade momentarily, just thought
 I'd mention it.
 
 Or maybe it's a bug in libedit2 that they introduced a symbol without
 bumping the soversion.
 
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (300, 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.28.7-quaternion (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 gnuplot-nox depends on:
 ii  libc6   2.9-4GNU C Library: Shared libraries
 ii  libedit22.9.cvs.20050518-2.2 BSD editline and history 
 libraries
 ii  libgd2-noxpm2.0.36~rc1~dfsg-1GD Graphics Library version 2 
 (wit
 
 Versions of packages gnuplot-nox recommends:
 pn  groff none (no description available)
 
 Versions of packages gnuplot-nox suggests:
 ii  gnuplot-doc   4.0.0-2Documentation for gnuplot
 ii  gnuplot-x11   4.2.5-1A command-line driven 
 interactive 

I am reassigning this bug report to both packages simultaneously. libedit
maintainer must know about this problem and some work seems needed at both
sides. Once coordinated it should be split into different bug reports with
appropriate severities.

First, I have looked the .a files for libedit-dev_2.9.cvs.20050518-2.2 and
libedit-dev_2.11-20080614-1 and seems to be a number of new symbols and even
some others disappearing. Unless this last corresponds to absolutely unused
symbols it should deserve a soname bump.

If the only problem are new symbols added, may be just changing

libedit2.shlibs: 
libedit 2 libedit2 (= 2.5.cvs.20010821-1)

dependency to (= 2.11-20080614-1) can help. Take this with a grain of salt, 
I am not familiar with shared libraries policy.

At the gnuplot side seems it needs a versioned build-dep on new libedit-dev 
and a rebuild against it to inherit new dependency.

Of course, the gnuplot part of this problem can be worked around by adding an
explicit libedit2 (= 2.11-20080614-1) dependency and appropriate
build-dependency, but I think something should also be done at libedit2 side.

We are frozen and that is a library, so better ask debian-release first.

-- 
Agustin



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



Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Simon Wenner
Hi Andreas,

On 15.09.2010 08:01, Andreas Henriksson wrote:
 Hello Simon!

 On tis, 2010-09-14 at 23:26 +0200, Simon Wenner wrote:
   
 Package: rygel
 Version: 0.7.8-1
 Severity: important

 The 'MediaExport' plugin does not export any files. I tried it with
 different paths and accessed rygel with gupnp-av-cp and rhythmpnp
 (http://code.google.com/p/rhythmpnp/).

 The 'MediaExport' plugin worked with Rygel version 0.6.0.
 
 Since 0.7.x only one of the media-export or tracker plugins will be
 active at the same time.
 I see you have rygel-tracker installed. The tracker plugin will be
 preferred over the media-export plugin.
 If you want to use media-export you need to edit your rygel.conf and set
 enabled=false under the tracker section (or simply uninstall the
 rygel-tracker package).


 I'll consider adding a NEWS.Debian entry about this for the next upload
 to make it better known (atleast to people using apt-listchanges).

   
Ok, I see. But the configuration file semantics and rygel-preferences
should reflect this change too. Otherwise its very confusing for the user.

I disabled the tracker-plugin and even uninstalled it but 'Media Export'
does not work. After every change I deleted rygel's configuration and
cache files. The tracker export plugin works, but it's very slow if you
have several thousand songs.

I will continue to use rygel 0.6.0.



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



Bug#593629: debian-cd: GNU/kFreeBSD support

2010-09-15 Thread Steve McIntyre
On Sun, Aug 22, 2010 at 10:32:38PM +0200, Aurelien Jarno wrote:
On Thu, Aug 19, 2010 at 07:58:14PM +0200, Aurelien Jarno wrote:
 Package: debian-cd
 Version: 3.1.3
 Severity: normal
 Tags: patch
 
 Hi,
 
 The patch below add support for GNU/kFreeBSD. It's a mix of support 
 for kfreebsd-amd64 and kfreebsd-i386 with bug fixes to support a -
 in the architecture name.
 
 If you have any question, don't hesitate. If not, please apply this
 patch for the next upload.
 

I am sorry but I have just found a small bug in the patch I send.
Basically /boot/grub/grub_eltorito is modified by mkisofs, so the md5sum
on the final ISO image is wrong.

Please find attached a small patch (based on what is done on x86) to fix
the issue.

Checked in now; sorry for the delay.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Further comment on how I feel about IBM will appear once I've worked out
 whether they're being malicious or incompetent. Capital letters are forecast.
 Matthew Garrett, http://www.livejournal.com/users/mjg59/30675.html




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



Bug#571035: [Daily built 23. Aug 2010] Kernel freezes at boot [Was: [squeeze alpha1] installationsreport: grub2: machine doesn't boot]

2010-09-15 Thread maximilian attems
On Tue, 14 Sep 2010, Holger Wansing wrote:

 t...@debian:~/Desktop/571035$ lsinitramfs initrd-in-question | grep modules
 conf/modules
 lib/modules
 lib/modules/2.6.32-5-486
 lib/modules/2.6.32-5-486/kernel
 lib/modules/2.6.32-5-486/kernel/fs
 lib/modules/2.6.32-5-486/kernel/fs/mbcache.ko
 lib/modules/2.6.32-5-486/kernel/fs/ext2
 lib/modules/2.6.32-5-486/kernel/fs/ext2/ext2.ko
 lib/modules/2.6.32-5-486/kernel/drivers
 lib/modules/2.6.32-5-486/kernel/drivers/ide
 lib/modules/2.6.32-5-486/kernel/drivers/ide/ide-core.ko
 lib/modules/2.6.32-5-486/kernel/drivers/ide/ide-gd_mod.ko
 lib/modules/2.6.32-5-486/kernel/drivers/ide/ide-cd_mod.ko
 lib/modules/2.6.32-5-486/kernel/drivers/cdrom
 lib/modules/2.6.32-5-486/kernel/drivers/cdrom/cdrom.ko
 lib/modules/2.6.32-5-486/kernel/drivers/scsi
 lib/modules/2.6.32-5-486/kernel/drivers/scsi/scsi_mod.ko
 lib/modules/2.6.32-5-486/kernel/drivers/scsi/sd_mod.ko
 lib/modules/2.6.32-5-486/kernel/drivers/virtio
 lib/modules/2.6.32-5-486/kernel/drivers/virtio/virtio_pci.ko
 lib/modules/2.6.32-5-486/kernel/drivers/thermal
 lib/modules/2.6.32-5-486/kernel/drivers/thermal/thermal_sys.ko
 lib/modules/2.6.32-5-486/kernel/drivers/acpi
 lib/modules/2.6.32-5-486/kernel/drivers/acpi/fan.ko
 lib/modules/2.6.32-5-486/kernel/drivers/acpi/thermal.ko
 lib/modules/2.6.32-5-486/kernel/drivers/md
 lib/modules/2.6.32-5-486/kernel/drivers/md/dm-mod.ko
 lib/modules/2.6.32-5-486/kernel/lib
 lib/modules/2.6.32-5-486/kernel/lib/crc-t10dif.ko
 lib/modules/2.6.32-5-486/modules.dep.bin
 lib/modules/2.6.32-5-486/modules.dep
 lib/modules/2.6.32-5-486/modules.alias.bin
 lib/modules/2.6.32-5-486/modules.alias
 lib/modules/2.6.32-5-486/modules.symbols.bin
 lib/modules/2.6.32-5-486/modules.softdep
 lib/modules/2.6.32-5-486/modules.symbols
 lib/modules/2.6.32-5-486/modules.devname

hmm so the ata generic driver might have a bug to not properly
show up in /sys and thus not to land on initramfs.
 
 
 
 I know, that in the past, the module ide_generic was needed for
 this machine to access the harddisc.

so to boot it I would simply add as quick dirty workaround
echo ata-generic  /etc/initramfs-tools/modules

and then rebuild that 2.6.32-5 initramfs

if that boots, I'd like to get the output of
tree /sys

thanks
 
-- 
maks



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



Bug#575429: Update to 1.98+20100720-1 and 1.98+20100722-1

2010-09-15 Thread Alexander Kurtz
Am Dienstag, den 27.07.2010, 22:02 +0200 schrieb Frederic MASSOT:
 I update grub-common and grub-pc to 1.98+20100720-1 and then to 
 1.98+20100722-1.
 
 I have no error message, Grub detects two HDD and the system reboot well 
 for two versions.

So you do no longer experience this problem?

Best regards

Alexander Kurtz


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


Bug#568614: #568614: grub-pc 1.98 fails to detect ext4 filesystem

2010-09-15 Thread Alexander Kurtz
Hi,

I can't confirm this, neither on my server (/boot on raid1):

r...@server:~# mount | grep boot
/dev/md1 on /boot type ext4 (rw)
r...@server:~# grub-probe --verbose -d /dev/md1
grub-probe: info: the size of hd0 is 976773168.
grub-probe: info: the size of hd0 is 976773168.
grub-probe: info: the size of hd0 is 976773168.
grub-probe: info: the size of hd0 is 976773168.
grub-probe: info: the size of hd1 is 976773168.
grub-probe: info: the size of hd1 is 976773168.
grub-probe: info: the size of hd1 is 976773168.
grub-probe: info: the size of hd1 is 976773168.
grub-probe: info: the size of hd2 is 1953525168.
grub-probe: info: the size of hd2 is 1953525168.
grub-probe: info: the size of hd2 is 1953525168.
grub-probe: info: the size of hd2 is 1953525168.
grub-probe: info: the size of hd3 is 1953525168.
grub-probe: info: the size of hd3 is 1953525168.
grub-probe: info: the size of hd3 is 1953525168.
grub-probe: info: the size of hd3 is 1953525168.
grub-probe: info: the size of hd4 is 1953525168.
grub-probe: info: the size of hd4 is 1953525168.
grub-probe: info: the size of hd4 is 1953525168.
grub-probe: info: the size of hd4 is 1953525168.
grub-probe: info: the size of hd0 is 976773168.
grub-probe: info: the size of hd0 is 976773168.
grub-probe: info: the size of hd0 is 976773168.
grub-probe: info: the size of hd0 is 976773168.
grub-probe: info: the size of hd1 is 976773168.
grub-probe: info: the size of hd1 is 976773168.
grub-probe: info: the size of hd1 is 976773168.
grub-probe: info: the size of hd1 is 976773168.
grub-probe: info: the size of hd2 is 1953525168.
grub-probe: info: the size of hd2 is 1953525168.
grub-probe: info: the size of hd2 is 1953525168.
grub-probe: info: the size of hd2 is 1953525168.
grub-probe: info: the size of hd3 is 1953525168.
grub-probe: info: the size of hd3 is 1953525168.
grub-probe: info: the size of hd3 is 1953525168.
grub-probe: info: the size of hd3 is 1953525168.
grub-probe: info: the size of hd4 is 1953525168.
grub-probe: info: the size of hd4 is 1953525168.
grub-probe: info: the size of hd4 is 1953525168.
grub-probe: info: the size of hd4 is 1953525168.
grub-probe: info: opening md/1.
ext2

Nor on my laptop (/boot on second partition):

r...@alexander:~# mount | grep boot
/dev/sda2 on /boot type ext4 (rw,relatime,barrier=1,data=ordered)
r...@alexander:~# grub-probe --verbose -d /dev/sda2
grub-probe: info: the size of hd0 is 195371568.
grub-probe: info: the size of hd0 is 195371568.
grub-probe: info: the size of hd0 is 195371568.
grub-probe: info: the size of hd0 is 195371568.
grub-probe: info: the size of hd0 is 195371568.
grub-probe: info: the size of hd0 is 195371568.
grub-probe: info: the size of hd0 is 195371568.
grub-probe: info: the size of hd0 is 195371568.
grub-probe: info: /dev/sda2 starts from 195125490.
grub-probe: info: opening the device hd0.
grub-probe: info: the size of hd0 is 195371568.
grub-probe: info: Partition 0 starts from 63.
grub-probe: info: Partition 1 starts from 195125490.
grub-probe: info: opening hd0,msdos2.
grub-probe: info: the size of hd0 is 195371568.
ext2

Everything works fine here. Do you both still experience this problem
with the latest GRUB (version 1.98+20100804-4)?

Best regards

Alexander Kurtz


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


Bug#596961: [initramfs-tools] missing radeon firmware (from firmware-linux-nonfree) in initramfs

2010-09-15 Thread maximilian attems
On Wed, Sep 15, 2010 at 01:50:08PM +0200, Anarky wrote:
 Package: initramfs-tools
 Version: 0.98.3
 Severity: normal
 
 --- Please enter the report below this line. ---
 
 The radeon driver seems to be loaded at initramfs stage for KMS reasons but 
 the firmware is not present in the initramfs resulting in missing 
 functionalities (HDMI audio).
 Other people on #debian IRC with a similar setup seem to have these firmware 
 in 
 the initramfs ...

why?

there is no valid point to load it in initramfs, just don't do it.
 
 From dmesg :
 [5.218630] platform radeon_cp.0: firmware: requesting radeon/RV670_pfp.bin
 [5.314896] platform radeon_cp.0: firmware: requesting radeon/RV670_me.bin
 [5.385302] platform radeon_cp.0: firmware: requesting radeon/R600_rlc.bin

check if the module provides proper modinfo:
modinfo -F firmware kernelmodule
 


-- 
maks




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



Bug#596965: gcc-4.4: crash on vector code with -m32 -msse -O2

2010-09-15 Thread Török Edwin
Package: gcc-4.4
Version: 4.4.4-14
Severity: normal
Tags: upstream
Forwarded: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45678

I just reported this bug in gcc bugzilla: 
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45678

It happens when using gcc version 4.4.5 20100909 (prerelease) (Debian 4.4.4-14),
it doesn't happen with gcc-4.3 and gcc-4.5.

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

Kernel: Linux 2.6.36-rc4-phenom (SMP w/6 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 gcc-4.4 depends on:
ii  binutils  2.20.51.20100908-1 The GNU assembler, linker and bina
ii  cpp-4.4   4.4.4-14   The GNU C preprocessor
ii  gcc-4.4-base  4.4.4-14   The GNU Compiler Collection (base 
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.5.1-2  GCC support library
ii  libgomp1  4.5.1-2GCC OpenMP (GOMP) support library

Versions of packages gcc-4.4 recommends:
ii  libc6-dev 2.11.2-5   Embedded GNU C Library: Developmen

Versions of packages gcc-4.4 suggests:
ii  gcc-4.4-doc  4.4.4.nf1-1 documentation for the GNU compiler
ii  gcc-4.4-locales  4.4.4-14The GNU C compiler (native languag
ii  gcc-4.4-multilib 4.4.4-14The GNU C compiler (multilib files
ii  libcloog-ppl00.15.9-2the Chunky Loop Generator (runtime
ii  libgcc1-dbg  1:4.5.1-2   GCC support library (debug symbols
ii  libgomp1-dbg 4.5.1-2 GCC OpenMP (GOMP) support library 
ii  libmudflap0-4.4-dev  4.4.4-14GCC mudflap support libraries (dev
ii  libmudflap0-dbg  4.5.1-2 GCC mudflap shared support librari
ii  libppl-c20.10.2-7Parma Polyhedra Library (C interfa
ii  libppl7  0.10.2-7Parma Polyhedra Library (runtime l

-- debconf-show failed



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



Bug#589670: I can't create iso from a dvd

2010-09-15 Thread Piviul
Package: brasero
Version: 2.30.2-1
Severity: normal

the bug is still presents.

Thank you very much

Piviul



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

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

Versions of packages brasero depends on:
ii  brasero-common  2.30.2-1 Common files for the Brasero CD bu
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  gstreamer0.10-plugins-base  0.10.30-1GStreamer plugins from the base 
ii  gvfs1.6.3-1  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbrasero-media0   2.30.2-1 CD/DVD burning library for GNOME -
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-5 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgstreamer-plugins-base0. 0.10.30-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-1 libraries for nautilus components 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtotem-plparser17 2.30.2-1 Totem Playlist Parser library - ru
ii  libtracker-client-0.8-0 0.8.15-1 metadata database, indexer and sea
ii  libunique-1.0-0 1.1.6-1  Library for writing single instanc
ii  libxml2 2.7.7.dfsg-4 GNOME XML library

brasero recommends no packages.

Versions of packages brasero suggests:
ii  libdvdcss2   1.2.10-0.3  Simple foundation for reading DVDs
ii  vcdimager0.7.23-4+b2 A VideoCD (VCD) image mastering an

-- 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#596907: installation-reports: mostly successful squeeze install from USB stick

2010-09-15 Thread mfidelman

Christian PERRIER wrote:

No language/country/keyboard/network questions?

Loading custom modules is proposed only in expert mode. *That* is on 
purpose..:-)

Rescue mode is to be chosen at boot time, by choosing a special entry
in the boot menu.

   
yes to the language/country/keyboard/network questions - but no splash 
screen or other opportunity to select an install mode

2. It seems to install grub2, without giving the opportunity to install grub-
legacy.  It seems to do all the right things, and the installed system boots
properly.
 

I don't think we really want to still suppor tgrub-legavy during
installation. Supporting grub2 has already been a suffisiant PITA..:-)
   
Understood.  I've always thought that grub=PITA.  grub2 looks like PITA 
in spades.  Sigh :-(


Might make things pretty difficult for folks with tricky configurations 
(like mine) - raid, xen, etc.  Between using volume UUIDs to identify 
disks, and the switch to grub2, with its completely new configuration 
model, squeeze is starting to look like a particularly tricky upgrade 
from Lenny.





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



Bug#518378: updated German manual pages for apropos(1) and others

2010-09-15 Thread Colin Watson
On Wed, Sep 15, 2010 at 02:11:45PM +0200, Martin Eberhard Schauer wrote:
 How can we get the up to date translations into your package without  
 upsetting the translation team folks?
 For easier maintainance we use po4a.

I use po4a too.  You just need to submit a PO file to me through the
Translation Project (http://translationproject.org/).  The translation
domain is http://translationproject.org/domain/man-db-manpages.html.
Once I get a message from the TP robot, I'll deal with the rest.

It wouldn't hurt to get a program translation update too, if you can:
http://translationproject.org/domain/man-db.html.  It hasn't been
updated since 2006!

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#596966: am-utils: NFS mount protocol version bug is back

2010-09-15 Thread Meelis Roos
Package: am-utils
Version: 6.1.5-15+nmu1
Severity: important

am-utils/6.1.5-15+nmu1 breaks am-utils on current kernels. The patch
uses wrong NFS mount protocol version which results in

Invalid hostname pid14...@koiott:/net in NFS lock request
Invalid hostname pid14...@koiott:/net in NFS lock request

This bug was already reported and fixed in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496060 
   
and now it's back.

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

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

Versions of packages am-utils depends on:
ii  debconf1.5.35Debian configuration management sy
ii  debianutils3.4   Miscellaneous utilities specific t
ii  libamu46.1.5-15+nmu1 Support library for amd the 4.4BSD
hi  libc6  2.11.2-5  Embedded GNU C Library: Shared lib
ii  libgdbm3   1.8.3-9   GNU dbm database routines (runtime
ii  libhesiod0 3.0.2-20  Project Athena's DNS-based directo
ii  libldap-2.4-2  2.4.23-5  OpenLDAP libraries
ii  libwrap0   7.6.q-19  Wietse Venema's TCP wrappers libra
ii  portmap6.0.0-2   RPC port mapper
ii  ucf3.0025+nmu1   Update Configuration File: preserv

am-utils recommends no packages.

Versions of packages am-utils suggests:
pn  am-utils-doc  none (no description available)
pn  nis   none (no description available)

-- debconf information:
  am-utils/import-amd-failed:
  am-utils/clustername:
* am-utils/map-net: true
* am-utils/use-nis: false
  am-utils/nis-custom: echo /amd-is-misconfigured /usr/share/am-utils/amd.net
  am-utils/import-amd-conf-done: false
  am-utils/import-amd-conf: false
  am-utils/nis-master-map: amd.master
  am-utils/nis-key: default
  am-utils/rpc-localhost:
  am-utils/map-others:
  am-utils/nis-master-map-key-style: onekey
  am-utils/map-home: false
  am-utils/log-to-file:



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



Bug#596961: [initramfs-tools] missing radeon firmware (from firmware-linux-nonfree) in initramfs

2010-09-15 Thread Anarky
Le mercredi 15 septembre 2010 14:07:18, maximilian attems a écrit :
 On Wed, Sep 15, 2010 at 01:50:08PM +0200, Anarky wrote:
  Package: initramfs-tools
  Version: 0.98.3
  Severity: normal
  
  --- Please enter the report below this line. ---
  
  The radeon driver seems to be loaded at initramfs stage for KMS reasons
  but the firmware is not present in the initramfs resulting in missing
  functionalities (HDMI audio).
  Other people on #debian IRC with a similar setup seem to have these
  firmware in the initramfs ...
 
 why?
 
 there is no valid point to load it in initramfs, just don't do it.

I didn't change anything in that purpose.
It is seems that with Kernel Mode Settings, the radeon driver must be loaded 
for the framebuffer console to be activated and that it has to be done before X 
is started in order not to get a broken X.
I'm no expert in that regard, but it seems to be the default debian bahavior 
anyway, so if you really think that's not a initramfs-utils bug maybe you 
can reassign it to the radeon maintainer.

  From dmesg :
  [5.218630] platform radeon_cp.0: firmware: requesting
  radeon/RV670_pfp.bin
  [5.314896] platform radeon_cp.0: firmware: requesting
  radeon/RV670_me.bin
  [5.385302] platform radeon_cp.0: firmware: requesting
  radeon/R600_rlc.bin
 
 check if the module provides proper modinfo:
 modinfo -F firmware kernelmodule

it seems so :
% sudo modinfo -F firmware radeon | tr '\n' ' '
radeon/R520_cp.bin radeon/RS600_cp.bin radeon/RS690_cp.bin radeon/R420_cp.bin 
radeon/R300_cp.bin radeon/R200_cp.bin radeon/R100_cp.bin radeon/RV710_me.bin 
radeon/RV710_pfp.bin radeon/RV730_me.bin radeon/RV730_pfp.bin 
radeon/RV770_me.bin radeon/RV770_pfp.bin radeon/RS780_me.bin 
radeon/RS780_pfp.bin radeon/RV670_me.bin radeon/RV670_pfp.bin 
radeon/RV635_me.bin radeon/RV635_pfp.bin radeon/RV620_me.bin 
radeon/RV620_pfp.bin radeon/RV630_me.bin radeon/RV630_pfp.bin 
radeon/RV610_me.bin radeon/RV610_pfp.bin radeon/R600_me.bin 
radeon/R600_pfp.bin radeon/R520_cp.bin radeon/RS600_cp.bin radeon/RS690_cp.bin 
radeon/R420_cp.bin radeon/R300_cp.bin radeon/R200_cp.bin radeon/R100_cp.bin 
radeon/R700_rlc.bin radeon/R600_rlc.bin radeon/RV710_me.bin 
radeon/RV710_pfp.bin radeon/RV730_me.bin radeon/RV730_pfp.bin 
radeon/RV770_me.bin radeon/RV770_pfp.bin radeon/RS780_me.bin 
radeon/RS780_pfp.bin radeon/RV670_me.bin radeon/RV670_pfp.bin 
radeon/RV635_me.bin radeon/RV635_pfp.bin radeon/RV620_me.bin 
radeon/RV620_pfp.bin radeon/RV630_me.bin radeon/RV630_pfp.bin 
radeon/RV610_me.bin radeon/RV610_pfp.bin radeon/R600_me.bin 
radeon/R600_pfp.bin


%ls /lib/firmware/radeon | tr '\n' ' '
CEDAR_me.bin CEDAR_pfp.bin CEDAR_rlc.bin CYPRESS_me.bin CYPRESS_pfp.bin 
CYPRESS_rlc.bin JUNIPER_me.bin JUNIPER_pfp.bin JUNIPER_rlc.bin R100_cp.bin 
R200_cp.bin R300_cp.bin R420_cp.bin R520_cp.bin R600_me.bin R600_pfp.bin 
R600_rlc.bin R700_rlc.bin REDWOOD_me.bin REDWOOD_pfp.bin REDWOOD_rlc.bin 
RS600_cp.bin RS690_cp.bin RS780_me.bin RS780_pfp.bin RV610_me.bin 
RV610_pfp.bin RV620_me.bin RV620_pfp.bin RV630_me.bin RV630_pfp.bin 
RV635_me.bin RV635_pfp.bin RV670_me.bin RV670_pfp.bin RV710_me.bin 
RV710_pfp.bin RV730_me.bin RV730_pfp.bin RV770_me.bin RV770_pfp.bin


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


Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Andreas Henriksson
On Wed, Sep 15, 2010 at 02:18:41PM +0200, Simon Wenner wrote:
 Ok, I see. But the configuration file semantics and rygel-preferences
 should reflect this change too. Otherwise its very confusing for the user.

rygel-preferences will go away when the sharing is properly introduced
in gnomes standard share dialog so I don't expect anyone to spend
too much time on that.

 
 I disabled the tracker-plugin and even uninstalled it but 'Media Export'
 does not work. After every change I deleted rygel's configuration and
 cache files. The tracker export plugin works, but it's very slow if you
 have several thousand songs.

Without any information about what might go wrong I have no chance
what so ever to do anything about it.

In case you care about someone looking into your issue please
attach the debug output generated by:
killall rygel ; rygel -g 5  /tmp/rygel.log 21

 
 I will continue to use rygel 0.6.0.

-- 
Andreas Henriksson



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



Bug#596967: Grub2 Not Passing Arguments to the Kernel

2010-09-15 Thread Kevin



Package: grub2
Version: 1.98-1ubuntu7


I have installed grub2 on a flash drive to boot some os's that I want to carry 
around. But in grub.cfg when i put this:




Code:
I have installed grub2 on a flash drive to boot some os's that I want to 
carry around. But in grub.cfg when i put this:


Code:

menuentry BackTrack Persistent {
set gfxpayload=1024x768

linux/backtrack/boot/vmlinuz BOOT=casper boot=casper persistent 
rw quiet

initrd/backtrack/boot/initrd.gz
}

it does exactaly the same thing as this

Code:

menuentry BackTrack Persistent {
set gfxpayload=1024x768

linux/backtrack/boot/vmlinuz
initrd/backtrack/boot/initrd.gz
}

Grub is not passing parameters for some reason.
it does exactaly the same thing as this

Code:
I have installed grub2 on a flash drive to boot some os's that I want to 
carry around. But in grub.cfg when i put this:


menuentry BackTrack Persistent {
set gfxpayload=1024x768

linux/backtrack/boot/vmlinuz BOOT=casper boot=casper 
persistent rw quiet

initrd/backtrack/boot/initrd.gz
}

it does exactaly the same thing as this

menuentry BackTrack Persistent {
set gfxpayload=1024x768

linux/backtrack/boot/vmlinuz
initrd/backtrack/boot/initrd.gz
}

It apperars Grub is not passing parameters for some reason.
I have installed grub to the MBR of my flash drive using the command

$grub-install --root-directory='/media/Cox'  /dev/sdb

When I use grub legacy it works fine.



Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Simon Wenner

 Without any information about what might go wrong I have no chance
 what so ever to do anything about it.

 In case you care about someone looking into your issue please
 attach the debug output generated by:
 killall rygel ; rygel -g 5  /tmp/rygel.log 21

   

Done. Rygel 0.7.8, tracker plugin installed but disabled. config and
cache deleted and recreated with rygel-preferences.
The log contains the startup and an access with gupnp-av-cp.
# Configuration file for Rygel
#
# In most cases, you would want to use the rygel-preferences UI rather than
# editing this file by hand.

# General configuration options
[general]
# Set it to 'true' if Rygel should be run as part of user's session.
enabled=true

# Set it to 'false' if you want to disable transcoding support.
enable-transcoding=true

# Set it to 'false' if you want to disable MP3 transcoding support.
enable-mp3-transcoder=true

# Set it to 'false' if you want to disable LPCM transcoding support.
enable-lpcm-transcoder=true

# Set it to 'false' if you want to disable mpeg transport stream
# (mpeg 2 video + audio) transcoding support.
enable-mp2ts-transcoder=true

# Set it to 'false' if you want to disable WMV transcoding support.
enable-wmv-transcoder=true

# The network interface to attach rygel to. Leave it blank for dynamic
# configuration.
interface=
# The port to run HTTP server on. 0 means dynamic.
port=0

# The log level
#
# 1=critical
# 2=error
# 3=warning
# 4=message/info
# 5=debug
#
log-level=4

# Plugin specific sections
#
# Some options are generic and some are specific to each plugin.
# The generic ones are:
#
# * enabled: As the name suggests, to enable or disable the plugin.
# * title: The title of the plugin to advertise to UPnP clients. This can
#  contain the following automatically substituted keywords:
#   * @REALNAME@: The real name of the user as returned by
# g_get_real_name() function of glib library.
#   * @USERNAME@: The user name of the user as returned by
# g_get_user_name() function of glib library.
#   * @HOSTNAME@: The host name of the machine rygel is running on, as
# returned by g_get_host_name() function of glib library.
#

[Tracker]
enabled=false
share-pictures=false
share-videos=false
share-music=false
tit...@realname@'s media

[MediaExport]
enabled=true
tit...@realname@'s media
# List of URIs to export. Following variables are automatically substituted by
# the appropriate XDG standar media folders by Rygel for you.
#
#   * @MUSIC@: The standard music folder (typically ${HOME}/Music).
#   * @VIDEOS@: The standard videos folder (typically ${HOME}/Videos).
#   * @PICTURES@: The standard pictures folder (typically ${HOME}/Pictures).
#
uris=/home/simon/traffic/tucan;
include-filter=.mp3;.oga;.ogv;.ogg;.mkv;.avi;.mp4;.m4v;m4a;.mpeg;.mpg;.ts;.flac;.jpeg;.jpg;.png;.wav;.wma;.wmv;.asf
extract-metadata=true

[Playbin]
enabled=true
title=Audio/Video playback on @HOSTNAME@

[ZDFMediathek]
enabled=false
# List of ids of broadcasts
rss=508

[GstLaunch]
enabled=false
launch-items=audiotestsrc;videotestsrc;videotestoverlay
audiotestsrc-title=Audiotestsrc
audiotestsrc-mime=audio/x-wav
audiotestsrc-launch=audiotestsrc ! wavenc
videotestsrc-title=Videotestsrc
videotestsrc-mime=video/mpeg
videotestsrc-launch=videotestsrc ! ffenc_mpeg2video ! mpegtsmux
videotestoverlay-title=Videotestsrc with timeoverlay 2
videotestoverlay-mime=video/mpeg
videotestoverlay-launch=videotestsrc ! timeoverlay ! ffenc_mpeg2video ! 
mpegtsmux
** (rygel:10924): DEBUG: rygel-user-config.vala:166: Loaded user configuration from file '/home/simon/.config/rygel.conf'
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:89: Searching for modules in folder '/usr/lib/rygel-1.0'.
** (rygel:10924): DEBUG: rygel-main.vala:123: new network context lo (127.0.0.1) available.
** Message: New plugin 'MediaExport' available
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:167: Loaded module source: '/usr/lib/rygel-1.0/librygel-media-export.so'
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:167: Loaded module source: '/usr/lib/rygel-1.0/librygel-external.so'
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:75: Plugin 'Tracker' disabled in user configuration; ignoring..
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:167: Loaded module source: '/usr/lib/rygel-1.0/librygel-media-tracker.so'
** (rygel:10924): DEBUG: rygel-plugin-loader.vala:134: Finished searching for modules in folder '/usr/lib/rygel-1.0'
** (rygel:10924): DEBUG: rygel-root-device-factory.vala:231: No icon provided by plugin 'MediaExport'. Using Rygel logo.
** (rygel:10924): DEBUG: rygel-media-export-database.vala:111: Using database file /home/simon/.cache/rygel/media-export.db
** (rygel:10924): DEBUG: rygel-media-export-media-cache.vala:383: Could not find schema version; checking for empty database...
** (rygel:10924): DEBUG: rygel-media-export-media-cache.vala:396: Empty database, creating new schema version 10


Bug#596961: [initramfs-tools] missing radeon firmware (from firmware-linux-nonfree) in initramfs

2010-09-15 Thread maximilian attems
On Wed, Sep 15, 2010 at 02:59:33PM +0200, Anarky wrote:
 Le mercredi 15 septembre 2010 14:07:18, maximilian attems a écrit :
  On Wed, Sep 15, 2010 at 01:50:08PM +0200, Anarky wrote:
   Package: initramfs-tools
   Version: 0.98.3
   Severity: normal
   
   --- Please enter the report below this line. ---
   
   The radeon driver seems to be loaded at initramfs stage for KMS reasons
   but the firmware is not present in the initramfs resulting in missing
   functionalities (HDMI audio).
   Other people on #debian IRC with a similar setup seem to have these
   firmware in the initramfs ...
  
  why?
  
  there is no valid point to load it in initramfs, just don't do it.
 
 I didn't change anything in that purpose.

please post the following file:
cat /etc/initramfs-tools/modules

 It is seems that with Kernel Mode Settings, the radeon driver must be loaded 
 for the framebuffer console to be activated and that it has to be done before 
 X 
 is started in order not to get a broken X.
 I'm no expert in that regard, but it seems to be the default debian bahavior 
 anyway, so if you really think that's not a initramfs-utils bug maybe you 
 can reassign it to the radeon maintainer.

what are you talking about?
the radeon linux-2.6 module should not be loaded in initramfs
unless you know what you are doing, empty your
/etc/initramfs-tools/modules if it is in there and regenerate
update-initramfs.
 

currently you have brought zero evidence of a bug,
even the dmesg snippet just looks fine.



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



Bug#596694: [Debian-ha-maintainers] Bug#596694: Workaround?

2010-09-15 Thread Guido Günther
On Wed, Sep 15, 2010 at 01:38:29PM +0200, Dr. Frank Albrecht wrote:
 Hi all,
 
 due to some research and and a lot of tests I've got some new
 informations about the bug and 2 possible solutions.
 
 Should I post the infos to the closed bug report?
Sure. If the bug isn't fixed reopen it.
 -- Guido



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



Bug#596780: Puredata package

2010-09-15 Thread Fabian Greffrath

PS: in the meantime a rc-bug for the puredata packages has appeared
[1], which i cannot reproduce at all; if someone here could have a look
at it i would be thankful.


On today's sid

$ sudo apt-get install puredata --no-install-recommends
$ puredata

works.

 - Fabian



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



Bug#596968: alsa-lib: Please add preliminary support for armhf

2010-09-15 Thread Konstantinos Margaritis
Package: alsa-lib
Version: 1.0.23-1
Severity: wishlist


The armhf port has just been started on debian-ports. Please consider
adding support in alsa-lib. The attached patch works.

Thanks

Konstantinos Margaritis
Genesi USA, Senior Software engineer, armhf port maintainer
Debian Developer
diff -ruN alsa-lib-1.0.23/debian//control alsa-lib-1.0.23.armhf/debian//control
--- alsa-lib-1.0.23/debian//control	2010-06-02 17:33:44.0 +
+++ alsa-lib-1.0.23.armhf/debian//control	2010-07-19 16:34:26.0 +
@@ -23,7 +23,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-alsa/trunk/alsa-lib/
 
 Package: libasound2
-Architecture: alpha amd64 arm armeb armel avr32 hppa i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc sparc64
+Architecture: alpha amd64 arm armeb armel armhf avr32 hppa i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc sparc64
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libasound2-plugins (= 1.0.18)
 Conflicts: libasound2-plugins ( 1.0.18)
@@ -33,7 +33,7 @@
  ALSA is the Advanced Linux Sound Architecture.
 
 Package: libasound2-dev
-Architecture: alpha amd64 arm armeb armel avr32 hppa i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc sparc64
+Architecture: alpha amd64 arm armeb armel armhf avr32 hppa i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc sparc64
 Section: libdevel
 Provides: libasound-dev
 Depends: libc6-dev | libc-dev, libasound2 (= ${binary:Version}), ${misc:Depends}


Bug#596969: gnuplot: Wrong 'Vcs-Git' and 'Vcs-Browser' values in control file.

2010-09-15 Thread Agustin Martin
Package: gnuplot
Version: 4.4.0-1
Severity: normal

Hi,

Seems that gnuplot control file still points to old locations for 
'Vcs-Browser' and 'Vcs-Git'. If you are going to prepare a new upload 
to fix #523260, please consider updating that locations.

I'd expect that to be considered in a way similar to 'documentation' by 
the release team.

-- 
Agustin



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



Bug#589133:

2010-09-15 Thread Per Olofsson
Hi,

2010-09-15 13:47, Abhishek Dasgupta skrev:
 Modestas Vainius wrote:
 Hello,

 Are you using KDE? It does not look like it from the software you mentioned 
 (Epiphany).

 I am using GNOME/Xmonad, so this bug only affects KDE users?
 

It affects everyone who doesn't have gawk installed (or have manually
set mawk as the alternative for awk).

I have just uploaded a fix and will ask the release team to unblock it
for squeeze.

-- 
Pelle



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



Bug#502457: Properly packaged

2010-09-15 Thread Stefano Rivera
Hi Andrew (2010.09.15_14:10:17_+0200)
 I do not think that the CG toolkit is a dependency on any package and

It's a build-dep of ogre-contrib.

 considering how it has been packaged previously I doubt it would
 effect anything by updating the package at the last minute.

Yes, but when the final freeze was announced (with outdated requirements
for Universe) I uploaded it to Ubuntu. We're stuck with it for a while
now :)

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127



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



Bug#596923: terminator: Consumes 100% CPU after rapidly opening few subterminals.

2010-09-15 Thread Nicolas Valcárcel Scerpella
mmm, this is weird, i have exactly the same use (open terminator and hit
cntrl+shift+{0,h} a few times) and haven't seen that ever i'm wondering
if thats a dependency related issue.

On Wed, 15 Sep 2010, Witold Baryluk wrote:

 Package: terminator
 Version: 0.95-1
 Severity: important
 
 It makes data loses for so, acually it could be even higher priority.
 
 When using terminator, I often open many subwindows using ctrl-shift-o or 
 ctrl-
 shift-e
 I often open not just one subterminal, but hit in some of this combinations
 in sucecssion, becuase i just want to open quickly few subterminals for some
 reason.
 
 The problem is that it looks terminator go into some kind of livelock
 sometimes.
 
 strace shows this.
 
 bary...@sredniczarny:~$ strace -f -p 17202 21 | head -100
 Process 17202 attached with 2 threads - interrupt to quit
 [pid 17213] --- SIGSTOP (Stopped (signal)) @ 0 (0) ---
 [pid 17213] --- SIGSTOP (Stopped (signal)) @ 0 (0) ---
 [pid 17213] read(17,  unfinished ...
 [pid 17202] --- SIGSTOP (Stopped (signal)) @ 0 (0) ---
 [pid 17213] ... read resumed 0xb18aa31c, 20) = ? ERESTARTSYS (To be
 restarted)
 [pid 17213] read(17,  unfinished ...
 [pid 17202] --- SIGSTOP (Stopped (signal)) @ 0 (0) ---
 [pid 17202] stat64(/usr/share/terminator/terminal, 0xbf90f250) = -1 ENOENT
 (No such file or directory)
 [pid 17202] open(/usr/share/terminator/terminal.so, O_RDONLY|O_LARGEFILE) =
 -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/share/terminator/terminalmodule.so,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/share/terminator/terminal.py, O_RDONLY|O_LARGEFILE) =
 -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/share/terminator/terminal.pyc, O_RDONLY|O_LARGEFILE) =
 -1 ENOENT (No such file or directory)
 [pid 17202] stat64(/usr/lib/python2.6/terminal, 0xbf90f250) = -1 ENOENT (No
 such file or directory)
 [pid 17202] open(/usr/lib/python2.6/terminal.so, O_RDONLY|O_LARGEFILE) = -1
 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/terminalmodule.so, O_RDONLY|O_LARGEFILE)
 = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/terminal.py, O_RDONLY|O_LARGEFILE) = -1
 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/terminal.pyc, O_RDONLY|O_LARGEFILE) = -1
 ENOENT (No such file or directory)
 [pid 17202] stat64(/usr/lib/python2.6/plat-linux2/terminal, 0xbf90f250) = -1
 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/plat-linux2/terminal.so,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/plat-linux2/terminalmodule.so,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/plat-linux2/terminal.py,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/plat-linux2/terminal.pyc,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] stat64(/usr/lib/python2.6/lib-tk/terminal, 0xbf90f250) = -1
 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/lib-tk/terminal.so, 
 O_RDONLY|O_LARGEFILE)
 = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/lib-tk/terminalmodule.so,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/lib-tk/terminal.py, 
 O_RDONLY|O_LARGEFILE)
 = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/lib-tk/terminal.pyc,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] stat64(/usr/lib/python2.6/lib-dynload/terminal, 0xbf90f250) = -1
 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/lib-dynload/terminal.so,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/lib-dynload/terminalmodule.so,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/lib-dynload/terminal.py,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] open(/usr/lib/python2.6/lib-dynload/terminal.pyc,
 O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
 [pid 17202] stat64(/usr/local/lib/python2.6/dist-packages/terminal,
 0xbf90f250) = -1 ENOENT (No such file or directory)
 
 and basically it find (or not, do not know), this terminal.py, then search
 other module, but after a while,
 everything starts again.
 
 After removing (grep -v) this ENOENT noise I get:
 
 [pid 17202] ioctl(172, TIOCGWINSZ, {ws_row=24, ws_col=122, ws_xpixel=0,
 ws_ypixel=0}) = 0
 [pid 17202] ioctl(180, TIOCSWINSZ, {ws_row=3, ws_col=122, ws_xpixel=0,
 ws_ypixel=0}) = 0
 [pid 17202] ioctl(180, TIOCGWINSZ, {ws_row=3, ws_col=122, ws_xpixel=0,
 ws_ypixel=0}) = 0
 [pid 17202] ioctl(172, TIOCGWINSZ, {ws_row=24, ws_col=122, ws_xpixel=0,
 ws_ypixel=0}) = 0
 [pid 17202] ioctl(180, TIOCGWINSZ, {ws_row=3, ws_col=122, ws_xpixel=0,
 ws_ypixel=0}) = 0
 [pid 17202] 

Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Andreas Henriksson
On Wed, Sep 15, 2010 at 03:17:02PM +0200, Simon Wenner wrote:
 Done. Rygel 0.7.8, tracker plugin installed but disabled. config and
 cache deleted and recreated with rygel-preferences.
 The log contains the startup and an access with gupnp-av-cp.
[...]
 ** (rygel:10924): DEBUG: rygel-media-export-media-cache.vala:396: Empty 
 database, creating new schema version 10
 
 ** (rygel:10924): CRITICAL **: string_replace: assertion `replacement != 
 NULL' failed
 
 ** (rygel:10924): CRITICAL **: string_replace: assertion `self != NULL' failed
 
 ** (rygel:10924): CRITICAL **: string_replace: assertion `self != NULL' failed
 
 (rygel:10924): GLib-GIO-CRITICAL **: g_file_new_for_commandline_arg: 
 assertion `arg != NULL' failed
 
 (rygel:10924): GLib-GIO-CRITICAL **: g_file_query_exists: assertion 
 `G_IS_FILE(file)' failed
 ** (rygel:10924): DEBUG: rygel-media-export-query-container.vala:191: 
 Registering 1ad0c0638ac2e9c06027592f14d12382 for 
 virtual-container:upnp:class,object.item.audioItem.musicTrack,dc:date,?
[...]

Could you please also install rygel-dbg and then run it again under gdb
and give me a backtrace when the assertion failure occurs?
You need to set environment variable G_DEBUG=fatal-criticals for gdb to
break at the assertion failure.
(http://library.gnome.org/devel/glib/unstable/glib-running.html)

Regards,
Andreas Henriksson



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



Bug#586273: flashplugin-nonfree: flash website says it's available now

2010-09-15 Thread Andre Naujoks
Hi.

I really can't find the download. I see the link to the labs page, but
there is no download.
At least none that I can find. It looks like someone at Adobe made a
joke/mistake here.

nautsch

Am 15.09.2010 03:20, schrieb Tyler MacDonald:
 Package: flashplugin-nonfree Version: 1:2.8.1 Severity: normal

 Hi,

 I went to the adobe site today and it claims that the 64-bit version
 of 10.1 has been released from labs and is now available for
 download. I haven't tried installing it yet, but I thought I'd let
 you know!

 - Tyler










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



Bug#596781: xserver-xorg-video-intel: window corruption when passing over xfig, xmgrace, and xpaint (and probably more) windows

2010-09-15 Thread Carlo Segre


Hello:

I have more information on the problem.

1. The same problem exists on amd64 as well with both the August kernel 
and the one which came through the archive this morning


Linux hydride 2.6.32-5-amd64 #1 SMP Tue Sep 14 20:16:12 UTC 2010 x86_64 
GNU/Linux


2. The problem is due to the latest xorg intel driver since I just 
installed it this morning on the amd64 side of my machine and upon 
restarting of X, the corruption, which was not present previously, started 
showing itself.


3. I downgraded to xserver-xorg-video-intel_2.9.1-4_amd64.deb on the amd64 
side and the corruption problem disappeared.  All other packages are the 
same and up to the latest version in sid.


By the way, I am running xfce4 4.6.2.  I have not tried this with gnome or 
kde.


Carlo


--
Carlo U. Segre -- Professor of Physics
Associate Dean for Graduate Admissions, Graduate College
Illinois Institute of Technology
Voice: 312.567.3498Fax: 312.567.3494
se...@iit.edu   http://www.iit.edu/~segre   se...@debian.org



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



Bug#596970: clang: can't link after compiling with -O4

2010-09-15 Thread Salvo Tomaselli
Package: clang
Version: 2.7-3
Severity: normal

clang's manpage shows that -O4 is an optimization level to perform link time
optimizations.
To do this, the .o files are in truth LLVM bytecode and at link time the linker
should put them together, perform the optimizations and generate the binary.
Unfortunately the linker seems to expect .o files to be ELF files, so it refuses
to link.

Since clang seems to aim to be compatible with gcc, i guess that changing only
the compiler and the optimization level in the makefile should produce a binary
anyway.

Bye


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

Kernel: Linux 2.6.34.6-era (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages clang depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libffi5   3.0.9-2Foreign Function Interface library
ii  libgcc1   1:4.4.4-14 GCC support library
ii  libstdc++64.4.4-14   The GNU Standard C++ Library v3

Versions of packages clang recommends:
pn  llvm-2.7-dev  none (no description available)
ii  python2.6.6-1interactive high-level object-orie

clang 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#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Andreas Henriksson
Upstream developer Zeeshan Ali (CCed) asked if you could also
run the test program at http://pastebin.com/NjAa9eys (or see attachment).
Check if the directories listed also exists for you.

Feel free to also stop by #gupnp on irc.gnome.org if you have time.

Regards,
Andreas Henriksson
// Build using: valac test.vala

static int main (string[] args) {
print (%s\n%s\n%s\n,
   Environment.get_user_special_dir (UserDirectory.PICTURES),
   Environment.get_user_special_dir (UserDirectory.VIDEOS),
   Environment.get_user_special_dir (UserDirectory.MUSIC));

return 0;
}




Bug#596971: linux-patch-grsecurity2: recommends linux-source-2.6.24

2010-09-15 Thread david b
Package: linux-patch-grsecurity2
Version: 2.1.14+2.26.32.13-201005151340-1
Severity: normal

The linux-patch-grsecurity2 package in squeeze recommends linux-source-2.6.24.
However, this kernel patch is for 2.6.32.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (900, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35.4 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.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#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Simon Wenner
On 15.09.2010 16:07, Andreas Henriksson wrote:
 On Wed, Sep 15, 2010 at 03:17:02PM +0200, Simon Wenner wrote:
   
 Done. Rygel 0.7.8, tracker plugin installed but disabled. config and
 cache deleted and recreated with rygel-preferences.
 The log contains the startup and an access with gupnp-av-cp.
 
 [...]
   
 ** (rygel:10924): DEBUG: rygel-media-export-media-cache.vala:396: Empty 
 database, creating new schema version 10

 ** (rygel:10924): CRITICAL **: string_replace: assertion `replacement != 
 NULL' failed

 ** (rygel:10924): CRITICAL **: string_replace: assertion `self != NULL' 
 failed

 ** (rygel:10924): CRITICAL **: string_replace: assertion `self != NULL' 
 failed

 (rygel:10924): GLib-GIO-CRITICAL **: g_file_new_for_commandline_arg: 
 assertion `arg != NULL' failed

 (rygel:10924): GLib-GIO-CRITICAL **: g_file_query_exists: assertion 
 `G_IS_FILE(file)' failed
 ** (rygel:10924): DEBUG: rygel-media-export-query-container.vala:191: 
 Registering 1ad0c0638ac2e9c06027592f14d12382 for 
 virtual-container:upnp:class,object.item.audioItem.musicTrack,dc:date,?
 
 [...]

 Could you please also install rygel-dbg and then run it again under gdb
 and give me a backtrace when the assertion failure occurs?
 You need to set environment variable G_DEBUG=fatal-criticals for gdb to
 break at the assertion failure.
 (http://library.gnome.org/devel/glib/unstable/glib-running.html)

 Regards,
 Andreas Henriksson
   
See attachment.
si...@beutelteufel:~$ gdb /usr/bin/rygel
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/rygel...Reading symbols from 
/usr/lib/debug/usr/bin/rygel...done.
(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/rygel 
[Thread debugging using libthread_db enabled]
** (rygel:25302): DEBUG: rygel-user-config.vala:166: Loaded user configuration 
from file '/home/simon/.config/rygel.conf'
[New Thread 0x72142710 (LWP 25305)]
** Message: New plugin 'MediaExport' available

Program received signal SIGTRAP, Trace/breakpoint trap.
g_logv (log_domain=value optimized out, log_level=value optimized out, 
format=value optimized out, args1=0x7fffda60)
at /glib2.0-2.25.15/glib/gmessages.c:554
554 /glib2.0-2.25.15/glib/gmessages.c: Datei oder Verzeichnis nicht 
gefunden.
in /glib2.0-2.25.15/glib/gmessages.c
(gdb) bt full
#0  g_logv (log_domain=value optimized out, log_level=value optimized out, 
format=value optimized out, args1=0x7fffda60)
at /glib2.0-2.25.15/glib/gmessages.c:554
depth = value optimized out
domain = value optimized out
data = 0x6d4f20
log_func = 0x44b0f0 _rygel_log_handler_log_func_glog_func
domain_fatal_mask = value optimized out
test_level = 10
was_recursion = 0
i = value optimized out
#1  0x74fe0953 in g_log (log_domain=0x74f8de40 , log_level=0, 
format=0x1 Address 0x1 out of bounds) at /glib2.0-2.25.15/glib/gmessages.c:568
args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 
0x7fffdb40, reg_save_area = 0x7fffda80}}
#2  0x7172c385 in string_replace (self=0x97cce0 
/home/simon/traffic/tucan, old=value optimized out, replacement=0x0) at 
glib-2.0.vapi:1156
result = value optimized out
_inner_error_ = 0x0
__PRETTY_FUNCTION__ = string_replace
#3  0x7172e6e9 in rygel_media_export_root_container_get_uris () at 
rygel-media-export-root-container.vala:199
_tmp7_ = value optimized out
_tmp6_ = value optimized out
_tmp8_ = 0x7fffec001820 \220\204\215
_uri_it = 0x95dad0
config = 0x6d4f80
_inner_error_ = 0x0
uris = 0x95d260
#4  rygel_media_export_root_container_construct () at 
rygel-media-export-root-container.vala:342
db = value optimized out
_tmp1_ = value optimized out
_inner_error_ = 0x0
_tmp0_ = value optimized out
ids = 0x95d1a0
uris = 0x8e4610
#5  rygel_media_export_root_container_new () at 
rygel-media-export-root-container.vala:308
No locals.
#6  rygel_media_export_root_container_get_instance () at 
rygel-media-export-root-container.vala:57
_tmp0_ = 0x7fffec001820
result = value optimized out
_inner_error_ = 0x0
#7  0x0041d6a2 in rygel_content_directory_real_constructed 
(base=0x8d70b0) at rygel-content-directory.vala:73
_tmp0_ = value optimized out
_tmp1_ = 0x8e43d0
_tmp2_ = 0x8e43d0
_tmp3_ = value optimized out
_tmp5_ = value optimized out
_tmp6_ = value optimized out

Bug#517768: can't reproducing mime.cache problem.

2010-09-15 Thread Andreas Henriksson
Hello!

I've tried to understand the problem in the bug report at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517768

I don't know where to start, if someone could suggest a suitable
testcase that would be great!

So far I've found out that the error message originally quoted
in the bug report is no longer part of nautilus (it was dropped
in the gnomevfs-gio switch a long time ago).

I've also installed Lenny + gnome-desktop-environment, played
around a bit with an avi test video, upgraded to squeeze.
This did not result in any problems opening the file.

I wonder if this problem might have only been a concern for
testing-testing upgrades back in 2009

-- 
Andreas Henriksson



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



Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Simon Wenner
On 15.09.2010 16:20, Andreas Henriksson wrote:
 Upstream developer Zeeshan Ali (CCed) asked if you could also
 run the test program at http://pastebin.com/NjAa9eys (or see attachment).
 Check if the directories listed also exists for you.

 Feel free to also stop by #gupnp on irc.gnome.org if you have time.

 Regards,
 Andreas Henriksson
   

si...@beutelteufel:~/Desktop$ valac test.vala -o test
si...@beutelteufel:~/Desktop$ ./test
(null)
(null)
(null)
si...@beutelteufel:~/Desktop$ valac --version
Vala 0.9.8


But I removed these entries anyway, as you can see in my rygel.conf.



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



Bug#595458: /usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?). [btrfs]

2010-09-15 Thread Alexander Kurtz
Tags: moreinfo

Hi,

I had a btrfs / until very recently (it was just too unstable for me)
and that worked fine. I hope that we'll be able to figure out what went
wrong with your system:

Let's first check some package versions. You'll need at least

 * grub-pc 1.98_20100602-1
   This version make grub-probe work with / on btrfs[1]. Note that this
   does not mean GRUB can boot from btrfs, you'll still need a separate
   boot partition. Also note that currently only the single-device case 
   is supported.

 * btrfs-tools 0.19-11
   This version adds initramfs integration[2]. Without this package your
   initramfs will simply not contain the btrfs kernel module so the 
   kernel won't be able to mount the root fs.

 * klibc-utils 1.5.18-1
   This version adds support for btrfs to the 
   `/usr/lib/klibc/bin/fstype' program[3]. This is needed for
   example if you use cryptsetup to encrypt your root fs.

You'll probably already have all these packages installed in the
required versions, but please re-check.

Am Samstag, den 04.09.2010, 01:50 -0400 schrieb Nicolas STRANSKY:
 Since I migrated / to btrfs, update-grub stropped working and complains
 with the following error:
 /usr/sbin/grub-probe: error: cannot find a device for / (is /dev
 mounted?).
 /boot is ext3.
 Manually altering grub.cfg works though and the system boots fine, so
 grub does support btrfs.

As mentioned above GRUB does not really support btrfs (otherwise you
wouldn't need a separate /boot partition). However it should support
correctly writing the root device into `/boot/grub/grub.cfg'. I assume
that is precisely your problem, right?

This should be the relevant part in `grub-mkconfig' (`update-grub' is
only a wrapper for that script):

$ sed --quiet '152,153p' /usr/sbin/grub-mkconfig 
GRUB_DEVICE=`${grub_probe} --target=device /`
GRUB_DEVICE_UUID=`${grub_probe} --device ${GRUB_DEVICE} 
--target=fs_uuid 2 /dev/null` || true

So can you try these commands as root and send me the output:

mount
grub-probe --target=device --verbose /

 *** BEGIN /proc/mounts
 /dev/root / btrfs rw,relatime 0 0
 /dev/sda3 /boot ext3 
 rw,relatime,errors=continue,commit=5,barrier=0,data=writeback 0 0
 /dev/sda4 /home btrfs rw,relatime 0 0
 *** END /proc/mounts

Hmm `/dev/root' sounds strange to me. Are you using any special hw (raid
controller etc.)? Or what does this mean?

Please give a short short overview over your partitions, e.g. /dev/sda1
contains /boot, /dev/sda2 contains /, /dev/sda3 contains swap, etc.

Can you please show how your grub.cfg looks like, before manually
altering it?

Finally did you do anything special when migrating your / to btrfs? Any
config files you changed (for example something under
`/etc/initramfs-tools' or `/etc/grub.d') or any scripts you hacked (for
example some of the grub scripts), etc.?

Best regards

Alexander Kurtz

[1] 
http://packages.debian.org/changelogs/pool/main/g/grub2/grub2_1.98+20100804-4/changelog#versionversion1.98_20100602-1
[2] 
http://packages.debian.org/changelogs/pool/main/b/btrfs-tools/btrfs-tools_0.19+20100601-3/changelog#versionversion0.19-11
[3] 
http://packages.debian.org/changelogs/pool/main/k/klibc/klibc_1.5.20-1/changelog#versionversion1.5.18-1


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


Bug#596902: [rygel] MediaExport plugin does not export any files

2010-09-15 Thread Zeeshan Ali (Khattak)
 si...@beutelteufel:~/Desktop$ ./test
 (null)
 (null)
 (null)
 But I removed these entries anyway, as you can see in my rygel.conf.

From IRC:

fatal zeenix: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596902
fatal backtrace available...
fatal he has set the uri for where media-export should look for
files so the xdg special directories shouldn't really be a concern
then, should it?
zeenix it should
zeenix fatal: the string replacement call would then not do anything
but it'll still be called

   So the issue is not exactly in Rygel. I'm sure many other apps will
assume these to work so please fix that.

-- 
Regards,

Zeeshan Ali (Khattak)
FSF member#5124



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



Bug#596862: xpdf-common: please provide a transitional package

2010-09-15 Thread Michael Gilbert
On Wed, 15 Sep 2010 13:49:33 +0200, Luca Capello wrote:
 Hi there!
 
 On Wed, 15 Sep 2010 03:58:47 +0200, Michael Gilbert wrote:
  severity 596862 minor
 
 I do not agree with this severity, but it is your package, thus your
 choice.
 
  On Tue, 14 Sep 2010 18:15:19 +0200 Luca Capello wrote:
  A lenny user who installed the xpdf-reader package and *not* the old
  xpdf metapackage will still have the xpdf-common package installed, even
  after the upgrade to the new (and real) xpdf package.  
 
  why is this a problem?  apt-get autoremove, which is suggested in
  apt's output will take care of removing it.
 
 Read below.
 
  Second, the xpdf-common package is left installed and it is not
  automatically removed, which means that the other configuration files in
  /etc/xpdf (xpdfrc-arabic, xpdfrc-cyrillic, xpdfrc-greek, xpdfrc-hebrew,
  xpdfrc-latin2, xpdfrc-thai and xpdfrc-turkish) are left installed as
  well, with the user noticing nothing about that.
 
  the presence of these files presents no problems that i'm aware of.
 
 Still, there is a discrepancy between xpdf versions: you have something
 From version 3.02-2 and something from version 3.02-10.  And this is all
 but a clean situation.
 
  The correct solution is to also provide a transitional xpdf-common
  package, please do that.
 
  i don't really see the problem.  what's the difference between a
  transitional package that's in the autoremove list vs. the old package
  in the autoremove list?  both get taken care of with apt's autoremove
  feature.
 
 I think this abuses apt's autoremove feature (as well as dpkg's
 Replaces: one).
 
 Moreover, there is a big difference between a *transitional* empty
 package and the old one: the latter is yet another Debian package, the
 former identifies a specific action, i.e. the fact that the xpdf sources
 have been re-organized and now there is no need for separate
 -common/-reader packages.  This is exactly why we have transitional
 packages, because users *must* now if a package installed on their
 system is still a valid one or not (and this is not the case for the
 current situation).
 
 BTW, I recall that there were some notes about transitional packages in
  Debian Policy, like the fact that they must survive one release
  (i.e. real xpdf-reader package in lenny, transitional xpdf-reader
  package in squeeze, no more xpdf-reader package in squeeze+1), but
  it seems I could not find anymore this information.
 
 Anyway, again, it is your package and, frankly speaking, I do not care
 so much about that: I explained my point (which thinks about the user
 and not about the fact that we have yet another package installed or
 not) and that is all, you are the maintainer, thus you have full action
 on your package.  Feel free to deal with this bug as you wish, but
 please tag it wontfix if you do not re-add the transitional package.

i understand your perspective.  however, i personally don't see a
problem.  i am willing to accept a patch as long is it doesn't involve
reintroducing the xpdf-common transitional package (i.e. getting
breaks/conflicts right so its automatically removed).

thanks,
mike



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



Bug#596929: gforge-db-postgresql: Fails setting up on invoke-rc.d: unknown initscript, /etc/init.d/postgresql-8.4 not found.

2010-09-15 Thread Roland Mas
Olivier Berger, 2010-09-15 08:54:36 +0200 :

 Package: gforge-db-postgresql
 Version: 5.0.1+svn10155-1
 Severity: important

 Here's what I get when trying to install on a system where postgresql
 is already installed and operational for other applications :

 Setting up gforge-db-postgresql (5.0.1+svn10155-1) ...
 Calculating defaults
 Reading defaults from /etc/gforge/gforge.conf
 Creating /etc/gforge/gforge.conf
 SSL Disabled
 Creating /etc/gforge/httpd.conf
 Creating /etc/gforge/httpd.secrets
 Creating /etc/gforge/local.inc
 Creating other includes
 invoke-rc.d: unknown initscript, /etc/init.d/postgresql-8.4 not found.
 dpkg: error processing gforge-db-postgresql (--configure):
  subprocess installed post-installation script returned error exit status 100

 I guess that it's now /etc/init.d/postgresl, part of
 postgresql-common, that needs to be invoked.

Indeed.  As mentioned in the discussion, the fix is in 5.0.2, and I've
already asked for permission to upload it (see #596869).  If the release
team considers that the full 5.0.2 upload is too big a change for
Squeeze, then I'll hand-pick and backport only the acceptable fixes.

Roland.
-- 
Roland Mas

The more it stays the same, the less it changes.
  -- in The Majesty Of Rock (Spinal Tap)



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



Bug#596972: archdetect: netboot amd64 writes that LIBDI_4.7 not found

2010-09-15 Thread Libor Klepáč
Package: archdetect
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,
i'm trying to install new vmware virtual machine (esx4.1) using netboot amd64 
daily builds.

It doesn't detect disks, when i run disk-detect from shell i get
archdetect: /lib/libdebian-installer.so.4: version `LIBDI_4.7' not found 
(required by archdetect)

also network-console doesn't run, with same message.
I tried several daily builds with same result.
I have no clue what should be wrong, installing in esxi always worked fine.

Libor


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

Kernel: Linux 2.6.35-ck1-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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

iQIcBAEBCAAGBQJMkNoDAAoJEPDvjG7Cn0eOWJEQAJHXQPfR6tv/ff/un68juvnI
TolL2OX/8FsqcgMOAF9olB4DtkEvAQuWxABOqaw+HSxhNT1bFXUpocE5cer06mTm
X+E23oOw3OBCDJBLeSujshN6cj7jzMbbJKz2RZ1KRpzDuYUvV0HGG/pRbK2tEAXp
7ERqc23+guCURPWopLoz7UcHzTuIxs1GVXQVjraj+skKgkxFjzOpOWN8WfYzSTiu
UZreOUHz1/hHEsGl+IFra4GLA9lowFLkhJr/hMeZw0vPm+SuvZPWbVdkr6Xe06Jg
gvYRedcN1vSnhlQFCscWYRxVPWz0oomd3/xnTjm1w81dIwJwlV/s5be6pIt2yj+N
oslntFwknJ1PlQOPsWmSnH3NNbne2qK2XXiopv2Gf36cyji+N5ef4+NGH+Byk4t9
PbXll1EPctUUIfOVzthGkKauf90BDzLx7S/++gP1K2OYIZQolMl6LFrqyL2OcznH
N/EOKyM76Y6ubmbLE+3XKdYzRAVdqhTUS6CCE1bE6v7ul7Anm6sFwXp1oovjSjbL
5ATQalWmlWm+nIKsdmk2yTtCyetr9f8DTc1LknOhMnwfhEdh5urZMPaITyDDdgr/
wp16qXFOmjhdk/XGR+IpTYEtU6aOifLneTuhkDpPsUxFHVl+UT7XKq2UjMHipbrR
lyZo/Js+o2vxQCAAhkPF
=u53v
-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#596869: Possible unblock for fusionforge/5.0.2-1

2010-09-15 Thread Roland Mas
Roland Mas, 2010-09-14 18:49:55 +0200 :

[...]

 * Compatibility with postgresql-8.4 = 8.4.4-2: the postgresql-8.4
   package changed the name of the init script, these three patches add
   logic to call the appropriate script.  This is probably the most
   important patch; there's no bug report open about it, but it would
   definitely be RC because it means the package couldn't install.  I can
   open it if required :-)

Olivier Berger did it for me, and opened #596929.

Roland.
-- 
Roland Mas

If you're ever confused as to which mode you're in, keep entering the
escape key until vi beeps at you.  -- nvi manual page.



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



Bug#593461: python2.6: time.strftime gives incorrect timezone name

2010-09-15 Thread Matthias Klose

tag 593461 + moreinfo
thanks

On 18.08.2010 14:35, Juha Jäykkä wrote:

Package: python2.6
Version: 2.6.6~rc1-1
Severity: important


Python docs say:

time.strftime(format[, t])

Convert a tuple or struct_time representing a time as returned by gmtime() or
localtime() to a string as specified by the format argument. If t is not
provided, the current time as returned by localtime() is used.

However,


time.strftime(%Z, time.localtime())

'GMT'

time.strftime(%Z)

'BST'




So, either the docs are buggy or the module is buggy. This is actually 
relatively
annoying, since there seems to be no way of getting strftime to output the 
correct
timezone name when it is given the time argument. It means that there is no way 
of
correctly printing timezone names for any other date  time except local now
time.


I can't reproduce this. which locale do you use, are the locales generated and 
installed?




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



Bug#595602: unblock: subdownloader/2.0.13-1

2010-09-15 Thread Julien Cristau
On Mon, Sep 13, 2010 at 23:37:57 +0100, Marco Rodrigues wrote:

 On Thu, Sep 9, 2010 at 3:49 PM, Julien Cristau jcris...@debian.org wrote:
 
  On Sun, Sep  5, 2010 at 12:00:21 +0100, Marco Rodrigues wrote:
 
   Please unblock package subdownloader. The current stable version
   doesn't currently connect to API ( RC Bug ). This new 2.0.13 version
 
  Is that bug filed in the BTS?
 
 
 No. It was reported in Launchpad / Ubuntu initially. Do I need to fill it ?
 
At the very least a pointer in the changelog would have been
appreciated.

  only has a new method of connecting to http with better performance
   and locales updates.
  
   Relevant changes in Changelog:
  
   - Update translations from Launchpad.
 
  Why do some translated strings disappear from the greek translation?
 
 
 Looks like they were removed from the translator at Launchpad for some
 reason. I've just exported them from LP.
 
 https://translations.launchpad.net/subdownloader/trunk/+pots/subdownloader/el/+translate?start=0batch=10show=untranslatedfield.alternative_language=field.alternative_language-empty-marker=1old_show=untranslated
 
 They were removed and reviewed as empty. Is this a block or I need to upload
 a new version with that strings (which I don't know what they mean, because
 I don't know Greek) included?
 
Well, I don't know Greek either, but I'm not happy to regress
translations without an explanation from someone that does, or from the
translator.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#517768: can't reproducing mime.cache problem.

2010-09-15 Thread Josselin Mouette
Le mercredi 15 septembre 2010 à 16:32 +0200, Andreas Henriksson a
écrit :
 I've tried to understand the problem in the bug report at
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517768

Thanks for your interest.

 I don't know where to start, if someone could suggest a suitable
 testcase that would be great!
 
 So far I've found out that the error message originally quoted
 in the bug report is no longer part of nautilus (it was dropped
 in the gnomevfs-gio switch a long time ago).

Nope, the code is still here in nautilus.

 I've also installed Lenny + gnome-desktop-environment, played
 around a bit with an avi test video, upgraded to squeeze.
 This did not result in any problems opening the file.

You don’t just need to play around a bit with a video, you need to do
something that creates a ~/.local/share/mime/mime.cache file. This
involves e.g. creating a new MIME type.

 I wonder if this problem might have only been a concern for
 testing-testing upgrades back in 2009

It was a problem with lenny→squeeze upgrades back in 2009, but it might
simply have been fixed upstream.

Cheers,
-- 
 .''`.
: :' : “You would need to ask a lawyer if you don't know
`. `'   that a handshake of course makes a valid contract.”
  `---  J???rg Schilling




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



Bug#596932: rails 3 from gem won't start with thin server

2010-09-15 Thread Lucas Nussbaum
On 15/09/10 at 15:03 +0800, Zhao Difei wrote:
 Package: ruby1.9.1
 Version: 1.9.2.0-1
 Severity: normal
 
 rails 3 from gem1.9.1 will not start with thin server:
 
 $ script/rails server thin
 Exiting
 /var/lib/gems/1.9.1/gems/rack-1.2.1/lib/rack/handler/thin.rb:1:in
 `require': no such file to load -- thin (LoadError)
from /var/lib/gems/1.9.1/gems/rack-1.2.1/lib/rack/handler/thin.rb:1:in
 `top (required)'
from /var/lib/gems/1.9.1/gems/rack-1.2.1/lib/rack/handler.rb:17:in
 `const_get'
from /var/lib/gems/1.9.1/gems/rack-1.2.1/lib/rack/handler.rb:17:in
 `block in get'
from /var/lib/gems/1.9.1/gems/rack-1.2.1/lib/rack/handler.rb:17:in 
 `each'
from /var/lib/gems/1.9.1/gems/rack-1.2.1/lib/rack/handler.rb:17:in 
 `get'
from /var/lib/gems/1.9.1/gems/rack-1.2.1/lib/rack/server.rb:217:in
 `server'
from 
 /var/lib/gems/1.9.1/gems/railties-3.0.0/lib/rails/commands/server.rb:54:in
 `start'
from 
 /var/lib/gems/1.9.1/gems/railties-3.0.0/lib/rails/commands.rb:30:in
 `block in top (required)'
from 
 /var/lib/gems/1.9.1/gems/railties-3.0.0/lib/rails/commands.rb:27:in
 `tap'
from 
 /var/lib/gems/1.9.1/gems/railties-3.0.0/lib/rails/commands.rb:27:in
 `top (required)'

Why do you assume that this is a bug in ruby1.9.1, rather than a bug in
thin ?

- Lucas



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



Bug#596973: manpages-dev: error(3) refers to the string given by perror(errnum), should be strerror(errnum)

2010-09-15 Thread Phil Carmody
Package: manpages-dev
Version: 3.25-1
Severity: normal

Subject says it all.

perror is void perror(const char *s);
strerror is char *strerror(int errnum);

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

Kernel: Linux 2.6.32-5-powerpc64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages manpages-dev depends on:
ii  manpages  3.25-1 Manual pages about using a GNU/Lin

manpages-dev recommends no packages.

Versions of packages manpages-dev suggests:
ii  man-db [man-browser]  2.5.7-4on-line manual pager

-- 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#596974: desktop-base: Broken KDM moreblue-orbit background on second monitor

2010-09-15 Thread Slavko
Subject: desktop-base: Broken KDM moreblue-orbit background on second monitor
Package: desktop-base
Version: 5.0.6
Severity: normal
Tags: squeeze

Hi,

when i try use KDM with default theme settings, i see broken background
on the second monitor. The behavior is the same as described here:
http://ubuntuforums.org/showthread.php?t=1019997, maybe solution,
mentioned here, will be applicable to moreblue-orbit too...

When i switch to oxygen theme, the backgrounds are OK on both my
monitors.

regards

slavko

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

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

Versions of packages desktop-base depends on:
ii  librsvg2-common   2.26.3-1   SAX-based renderer library
for SVG

desktop-base recommends no packages.

Versions of packages desktop-base suggests:
pn  gnome | kde | xfce4 | wmaker  none (no description available)


-- 
s pozdravom

Slavko
http://slavino.sk


signature.asc
Description: PGP signature


Bug#595448: (no subject)

2010-09-15 Thread Justus Winter
forwarded http://savannah.nongnu.org/bugs/?27969
tags upstream confirmed
thanks

Hi :)

I can confirm that the bug is present in both the debian package and
upstream when building the mercurial head. I also found the bug at the
projects bugtracker (note that savannahs bugtracker interprets * as
markup which is somewhat since it modifies obscures the functions
signature...).

I'll try to look into this.

Cheers,
Justus


signature.asc
Description: PGP signature


Bug#596975: ibus-array crashes with libibus2

2010-09-15 Thread Keng-Yu Lin
Package: ibus-array
Version: 0.0.2-2ubuntu1~maverick1
Severity: grave

ibus-array crashes with libibus2:

(ibus-engine-array:3569): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed

(ibus-engine-array:3569): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed

(ibus-engine-array:3569): IBUS-CRITICAL **: ibus_serializable_serialize:
assertion `IBUS_IS_SERIALIZABLE (object)' failed

(ibus-engine-array:3569): IBUS-CRITICAL **: ibus_prop_list_serialize: assertion
`retval' failed

(ibus-engine-array:3569): IBUS-CRITICAL **: ibus_serializable_serialize:
assertion `retval' failed

(ibus-engine-array:3569): IBUS-CRITICAL **: ibus_message_append_args_valist:
assertion `retval' failed

(ibus-engine-array:3569): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed

(ibus-engine-array:3569): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed



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

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

Versions of packages ibus-array depends on:
ii  ibus  1.3.7-1New input method framework using d
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libibus2  1.3.7-1New input method framework using d
ii  libsqlite3-0  3.7.2-1SQLite 3 shared library
ii  python2.6.6-1interactive high-level object-orie
ii  python-support1.0.9  automated rebuilding support for P

ibus-array recommends no packages.

ibus-array 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#596701: Workaround fails in Squeeze [Bug#596701: Gnash cannot play any YouTube videos]

2010-09-15 Thread Nikolaus Schulz
Same problem here on my squeeze box (An error occurred, please try
again later).  The proposed fix (close iceweasel, delete youtube
cookies and remove ~/.gnash) doesn't help.

There is no ~/.gnashpluginrc here either.  gstreamer0.10-alsa is
installed.  




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



Bug#434925: We have lists with emails for doctors, lawyers, businesses and many more

2010-09-15 Thread Spaulding jawbreak
For a free catalog and samples please reply here: qualityli...@gmx.com



Send email to offthel...@gmx.com for deleted status
  







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



Bug#593461: python2.6: time.strftime gives incorrect timezone name

2010-09-15 Thread Juha Jäykkä
 I can't reproduce this. which locale do you use, are the locales generated
  and installed?

Well,

~ export|egrep 'LANG|LC'
declare -x LANG=en_GB.UTF-8
declare -x LC_ALL=en_GB.UTF-8

# locale-gen
Generating locales (this might take a while)...
  en_GB.UTF-8... done
  en_US.UTF-8... done
  fi_FI.UTF-8... done
Generation complete.

~ python -c 'import time; print time.strftime(%Z, time.localtime()); print 
time.strftime(%Z)'
GMT
BST

What else would there have to be? BTW, did I remember to tag this sid? This 
appears to work on lenny, or, alternatively, just GMT/BST is broken: all the 
lennies I tried this on are on EEST, while the sids are on BST.

-Juha



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



Bug#596678: libkrb5-3: Not co-installable with libkrb53, thus breaking upgrades from Lenny

2010-09-15 Thread Martin Pitt
Hello Julien,

Julien Cristau [2010-09-13 15:22 +0200]:
 Bastian Blank suggested a different solution, which is putting a
 libkrb53 package back in, with Depends on the split out library
 packages, and Breaks (or Conflicts?) on the libkrb4 and libdes425
 reverse-dependencies in lenny.

That sounds like a great solution to me. Having a real transitional
package will work with versioned dependencies (which don't with a mere
Provides:), and it'll greatly reduce the number of affected packages
(well, of course I'm in an easy position to say that, since psql 8.3
doesn't need those two libs..)

Thanks,

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


signature.asc
Description: Digital signature


Bug#596976: unblock: xdg-utils/1.0.2+cvs20100307-2

2010-09-15 Thread Per Olofsson
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package xdg-utils.

The latest version fixes an RC bug. It is a small change, only a
missing backslash in an awk script. This is the only change from the
version in testing. Changelog entry:

xdg-utils (1.0.2+cvs20100307-2) unstable; urgency=low

  * Add patch xdg-email-mawk-support.diff: Fix bug in awk script
in xdg-email so that it works with mawk. Closes: #589133.

 -- Per Olofsson pe...@debian.org  Wed, 15 Sep 2010 13:06:41 +0200

unblock xdg-utils/1.0.2+cvs20100307-2



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



Bug#596977: release-notes: Apt-proxy gone, should use apt-cacher

2010-09-15 Thread Helge Kreutzmann
Package: release-notes
Severity: normal

Apt-proxy is (unfortunately) gone in Squeeze, according to the
discussion in #320666 apt-cacher seems to be a proper replacement
though no explicit upgrade path is provided (unfortuantely, again).
apt-cacher mentions such upgrades in its package description, though.

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

Kernel: Linux 2.6.27.10-grsec-cz03
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=UTF-8)
(ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#577491: bug fixed

2010-09-15 Thread Per Olofsson
forcemerge 577491 589133
thanks

Hi,

This bug was also reported as #589133. It has been fixed now.

-- 
Pelle



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



Bug#596678: libkrb5-3: Not co-installable with libkrb53, thus breaking upgrades from Lenny

2010-09-15 Thread Martin Pitt
Hello Sam,

Sam Hartman [2010-09-13  9:02 -0400]:
 I'd like to understand how bad the Postgres issue is.  Is it necessary
 to have both 8.3 and 8.4 co-configured in order for the upgrade to
 work?

Yes, it is. The packages are versioned because there is no (solid)
automatic upgrade path between major versions (i. e. X.Y), so you need
the old version to do the upgrade to the new one.

So the idea is that the old postgresql-8.3 package stays as it is from
Lenny, and the metapackage pulls in the 8.4 one. There's a debconf
note that explains that 8.3 is outdated and how to upgrade. So you can
attempt the upgrade to 8.4 after the distro dist-upgrade is done, run
both instances in parallel, and only wipe 8.3 once you are satisfied
(if not, you can wipe 8.4 and try again).

We tried an in-place upgrade with a lot of hacks (copy the old
binaries and libraries to a temp dir until woody, but introduced the
multi-version packaging in sarge.
http://people.debian.org/~mpitt/architecture.html has some details in
case you are interested.

So right now, it seems that reintroducing a transitional libkrb5
metapackage to pull in the others is a rather safe and robust way, and
it should also help apt  friends. What do you think?

Thank you,

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



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



Bug#596974: desktop-base: Broken KDM moreblue-orbit background on second monitor

2010-09-15 Thread Yves-Alexis Perez
On 15/09/2010 16:47, Slavko wrote:
 Subject: desktop-base: Broken KDM moreblue-orbit background on second monitor
 Package: desktop-base
 Version: 5.0.6
 Severity: normal
 Tags: squeeze
 
 Hi,
 
 when i try use KDM with default theme settings, i see broken background
 on the second monitor. The behavior is the same as described here:
 http://ubuntuforums.org/showthread.php?t=1019997, maybe solution,
 mentioned here, will be applicable to moreblue-orbit too...

Could you confirm it works fine in single monitor mode too?
 
 When i switch to oxygen theme, the backgrounds are OK on both my
 monitors.

And oxygen has the same workaround applied than above?

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#580771: Several icons missing from gnome-icon-theme or padevchooser

2010-09-15 Thread Josselin Mouette
Le mercredi 15 septembre 2010 à 16:36 +0200, Raphaël HUCK a écrit :
 Hi Sebastian, Joss  CJ,
 
 there are several icons that padevchooser cannot find, either because
 they have been renamed in gnome-icon-theme, or because they are simply
 missing (or removed?).

Several icons have been removed. Especially the stock_* names don’t
exist anymore.

The padevchooser maintainer needs to either:
  * ship the icons in the padevchooser package,
  * or find new ones in gnome-icon-theme that are suitable.

Once it is fixed, please notify me so that I can add the appropriate
Breaks in gnome-icon-theme.

Cheers,
-- 
 .''`.
: :' : “You would need to ask a lawyer if you don't know
`. `'   that a handshake of course makes a valid contract.”
  `---  J???rg Schilling




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



Bug#596931: gforge-db-postgresql: Fails creating database on installation

2010-09-15 Thread Roland Mas
Olivier Berger, 2010-09-15 09:01:41 +0200 :

 Continuing installation of the package after having worked-around the
 failing postgresql-8.4 reload (see #596929), I now get database
 creation errors.

[...]

 ERROR:  new encoding (UTF8) is incompatible with the encoding of the template 
 database (SQL_ASCII)
 HINT:  Use the same encoding as in the template database, or use template0 as 
 template.

 I guess this may be related to the fact I have already installed
 postgres and used it before installing fusionforge, but this exhibits
 lack of testing in squeeze environment I guess :-(

I can reproduce this by installing the postgresql-8.4 package when the
active locale is C (rather than a properly Unicode one).  I don't know
how frequent that situation is; all servers I've encountered in recent
years use a non-C locale with Unicode support, even though most (not
all) stick with an English one.

  The patch seems correct, though.

Roland.
-- 
Roland Mas

S'agirait pas d'atteindre la sublime transcendance du supramental sans
se bouger le fion un minimum... -- in Sri Raoul le petit yogi (Gaudelette)



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



Bug#596961: [initramfs-tools] missing radeon firmware (from firmware-linux-nonfree) in initramfs

2010-09-15 Thread Anarky
on the 15th of September 2010, 15:09:09, maximilian attems wrote :
   [...]
   
   there is no valid point to load it in initramfs, just don't do it.
  
  I didn't change anything in that purpose.
 
 please post the following file:
 cat /etc/initramfs-tools/modules

It is actually empty (or more exactly completely commented) :
% cat /etc/initramfs-tools/modules  

 
[17:15]
# List of modules that you want to include in your initramfs.
#
# Syntax:  module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
# Examples:
#
# raid1
# sd_mod

  It is seems that with Kernel Mode Settings, the radeon driver must be
  loaded for the framebuffer console to be activated and that it has to be
  done before X is started in order not to get a broken X.
  I'm no expert in that regard, but it seems to be the default debian
  bahavior anyway, so if you really think that's not a initramfs-utils
  bug maybe you can reassign it to the radeon maintainer.
 
 what are you talking about?
 the radeon linux-2.6 module should not be loaded in initramfs
 unless you know what you are doing, empty your
 /etc/initramfs-tools/modules if it is in there and regenerate
 update-initramfs.
 
 currently you have brought zero evidence of a bug,
 even the dmesg snippet just looks fine.

In that case, it might just be an error from my part.
I am trying to get HDMI audio to work and while doing that, people helping me 
on IRC told me that these two lines mean that the problem comes from missing 
firmware.
I checked and the fact is that I have the firmware on my filesystem, however it 
seems that the radeon driver is loaded early so as to get KMS working 
correctly and therefore I looked at initramfs.
Comparing my initramfs with the one of someone with a similar setting (radeon 
driver / debian sid / update-initramfs generated initramfs) has shown one main 
difference: he has the radeon firmware in his initramfs and I don't.
so I assumed this might be the reason for the problem.

I'm sorry if I'm mistaken and wasting your time. Could you provide me some 
test that I could run to check for sure that the driver is loaded after the 
root FS has been mounted.

Thank you


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


Bug#595365: Intent to 0-day NMU FAI 3.4.1 to fix #595365

2010-09-15 Thread Julien BLACHE
Hi,

I intend to prepare, test and upload an NMU of FAI 3.4.1 tomorrow to
finally beat FAI into shape for Squeeze (fixing #595365).

If there's any reason why I shouldn't do it, please let me know ASAP.

Thanks,

JB.

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



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



Bug#351081: zbg gi

2010-09-15 Thread Velma Rosy
2d



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



Bug#523260: gnuplot-nox: depend on a newer version of libedit2

2010-09-15 Thread Jakub Wilk

(I'm not mainatiner of any of these packages.)

* Jason McCarty jmcca...@sent.com, 2009-04-08, 23:30:

When I run gnuplot, I get the following error.

gnuplot: symbol lookup error: gnuplot: undefined symbol: remove_history

It seems this symbol is missing from my (4 year old!) libedit2.


While this is (was?) definitely a bug in libedit2 (gnuplot-nox → 
libedit2 dependency is generated automatically), please bear in mind 
that “skipping releases” (i.e. upgrading from Nth to (N+2)th release or 
mixing packages from Nth and (N+2)nth release) is not supported. You are 
free to mix packages from Nth and (N+1)th, but that's it.


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#596978: postgresql-8.4: dependency problem libgssapi-krb5-2 (=1.8+dfsg)

2010-09-15 Thread Luke Kenneth Casson Leighton
Package: postgresql-8.4
Severity: important


whoops.  no preferences or pin-priorities in use.  definitely something
wrong: did the person who did the build install a custom version of
libgssapi-krb5-2 which has not yet been uploaded / made it to
debian/testing?

r...@dedi28:/opt/src/gnumed/gnumed/gnumed/client# dpkg -l | grep
libgssapi-krb
ii  libgssapi-krb5-2 1.8+dfsg~alpha1-4  MIT
Kerberos runtime libraries - krb5 GSS-AP
r...@dedi28:/opt/src/gnumed/gnumed/gnumed/client# apt-get install
postgresql-8.4
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

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:
  postgresql-8.4: Depends: libgssapi-krb5-2 (= 1.8+dfsg) but
  1.8+dfsg~alpha1-4 is to be installed
  E: Broken packages
r...@dedi28:/opt/src/gnumed/gnumed/gnumed/client#

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

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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#596979: segfault in libntopreport-3.3

2010-09-15 Thread Pol Hallen
Package: ntop

Hi :-)
I installed correctly ntop and runs no problems.
I don't known when but ntop goes down in seg.fault.

cat messages.1 |grep ntop
Sep 10 09:27:03 fuckaround kernel: [1721321.792211] ntop[27471]: segfault at 58 
ip b79a60ed sp aabf1bf0 error 4 in libntopreport-3.3[b78cc000+11d000]

thanks

Pol
Version: 3:3.3-11+b2
Severity: normal



-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28.8-fuckaround (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 ntop depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debconf-2. 1.5.24   Debian configuration management sy
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2~bpo50+1  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.6.0-3  generic font configuration library
ii  libfreetype62.3.7-2+lenny2   FreeType 2 font engine, shared lib
ii  libgdbm31.8.3-3  GNU dbm database routines (runtime
ii  libglib2.0-02.22.4-1~bpo50+1 The GLib library of C routines
ii  libpango1.0-0   1.20.5-5+lenny1  Layout and rendering of internatio
ii  libpcap0.8  0.9.8-5  system interface for user-level pa
ii  libpixman-1-0   0.16.4-1~bpo50+1 pixel-manipulation library for X a
ii  libpng12-0  1.2.27-2+lenny4  PNG library - runtime
ii  librrd4 1.3.1-4  Time-series data storage and displ
ii  libssl0.9.8 0.9.8g-15+lenny7 SSL shared libraries
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxcb-render-util0 0.2.1+git1-1 utility libraries for X C Binding 
ii  libxcb-render0  1.1-1.2  X C Binding, render extension
ii  libxcb1 1.1-1.2  X C Binding
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

ntop recommends no packages.

Versions of packages ntop suggests:
pn  graphviz  none (no description available)
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-3 Fonts for the Ghostscript interpre

-- debconf information:
* ntop/user: ntop
* ntop/interfaces: office,cattolica,dsl,tap0,lo



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



Bug#596961: [initramfs-tools] missing radeon firmware (from firmware-linux-nonfree) in initramfs

2010-09-15 Thread Julien Cristau
On Wed, Sep 15, 2010 at 17:25:14 +0200, Anarky wrote:

 I'm sorry if I'm mistaken and wasting your time. Could you provide me some 
 test that I could run to check for sure that the driver is loaded after the 
 root FS has been mounted.
 
zcat /boot/initrd.img-`uname -r` | cpio -t | grep drm

This should be empty.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#596980: ZIP file misrecongize as ELF file

2010-09-15 Thread Daniel Yuk-Pong, CHENG
Package: file
Version: 5.04-5
Severity: normal

`file` misrecongize the library.zip from dropbox package as ELF file:

$ file /usr/lib/dropbox/library.zip
/usr/lib/dropbox/library.zip: ELF 32-bit LSB executable, Intel 80386, version 1 
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped

$ file -k /usr/lib/dropbox/library.zip
/usr/lib/dropbox/library.zip: ELF 32-bit LSB executable, Intel 80386, version 1 
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped

unzip confirm this as a zip file:

$ unzip -l /usr/lib/dropbox/library.zip | head 
Archive:  /usr/lib/dropbox/library.zip
  Length  DateTimeName
-  -- -   
11553  2010-02-16 10:57   __main__dropbox__.pyc
 2769  2009-10-17 18:56   __main__.pyc
 8369  2009-10-17 18:55   Queue.pyc
12145  2009-10-17 18:55   StringIO.pyc
 9713  2009-10-17 18:55   UserDict.pyc
 6001  2009-10-17 18:55   _LWPCookieJar.pyc
 4769  2009-10-17 18:55   _MozillaCookieJar.pyc

Dropbox version:

$ dpkg -l dropbox | grep dropbox
ii  dropbox 0.7.110-1+b2Secure backup, sync and sharing 
made easy.



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

Kernel: Linux 2.6.32-5-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/dash

Versions of packages file depends on:
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libmagic1   5.04-5   File type determination library us
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

file recommends no packages.

file 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#596678: libkrb5-3: Not co-installable with libkrb53, thus breaking upgrades from Lenny

2010-09-15 Thread Sam Hartman
 Martin == Martin Pitt mp...@debian.org writes:


Martin So right now, it seems that reintroducing a transitional
Martin libkrb5 metapackage to pull in the others is a rather safe
Martin and robust way, and it should also help apt  friends. What
Martin do you think?


I'm not sure.  We considered and rejected that option but I'm not sure
why rejected it.  It may simply have been that we didn't see value in
the transitional package and that technically speaking the transitional
package should not exist because it dosen't actually provide the
libkrb53 ABI.

My conclusions so far are:
1) I don't see why the transitional package is not the best solution we
have on the table

2) The state before I added breaks was better than the current state.
If I have to choose one RC bug to leave in squeeze it will not be this
one.

If I haven't remembered a fatal flaw in the transitional package by this
weekend (when I'm next likely to have time to work on this) I'll go do
that.



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



Bug#596977: release-notes: Apt-proxy gone, should use apt-cacher

2010-09-15 Thread Julian Andres Klode
On Wed, Sep 15, 2010 at 05:14:51PM +0200, Helge Kreutzmann wrote:
 Package: release-notes
 Severity: normal
 
 Apt-proxy is (unfortunately) gone in Squeeze, according to the
 discussion in #320666 apt-cacher seems to be a proper replacement
 though no explicit upgrade path is provided (unfortuantely, again).
 apt-cacher mentions such upgrades in its package description, though.

There are at least 3 options:
(1) approx
(2) apt-cacher
(3) apt-cacher-ng

(I am not subscribed to this bug in anyway; if you want to send
 a reply to this email, please CC me)
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


pgpCZknSPsSCk.pgp
Description: PGP signature


Bug#596978: Acknowledgement (postgresql-8.4: dependency problem libgssapi-krb5-2 (=1.8+dfsg))

2010-09-15 Thread Luke Kenneth Casson Leighton
solved by use of aptitude get install libgssapi-krb5-2:

The following packages are BROKEN:^M
  libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 ^M
The following packages will be REMOVED:^M
  pwgen{u} ^M
4 packages upgraded, 0 newly installed, 1 to remove and 553 not upgraded.^M
Need to get 5985kB of archives. After unpacking 5329kB will be used.^M
The following packages have unmet dependencies:^M
  libkrb5-3: Breaks: libkrb53 ( 1.6.dfsg.4~beta1-9) but
1.6.dfsg.4~beta1-5lenny4 is installed.^M
  libkrb5support0: Breaks: libkrb53 ( 1.6.dfsg.4~beta1-9) but
1.6.dfsg.4~beta1-5lenny4 is installed.^M
  libk5crypto3: Breaks: libkrb53 ( 1.6.dfsg.4~beta1-9) but
1.6.dfsg.4~beta1-5lenny4 is installed.^M
  libgssapi-krb5-2: Breaks: libkrb53 but 1.6.dfsg.4~beta1-5lenny4 is
installed.^M
Resolving dependencies...^M
The following actions will resolve these dependencies:^M
^M
Remove the following packages:^M
libc-client2007^M
libkrb53^M
libneon26^M
postgresql-8.3^M
postman^M
^M
Install the following packages:^M
libneon27-gnutls [0.29.3-2 (testing, testing)]^M
libserf-0-0 [0.3.1-1 (testing, testing)]^M
openssh-blacklist-extra [0.4.1 (stable, testing, stable, testing)]^M
squid-langpack [20100628-1 (testing, testing)]^M
^M
Upgrade the following packages:^M
libcurl3-gnutls [7.18.0-1 (now) - 7.21.0-1 (testing, testing)]^M
libidn11 [1.4-1 (now) - 1.15-2 (testing, testing)]^M
libneon27 [0.28.2-6.1 (stable, stable, now) - 0.29.3-2 (testing, testing)]^M
libsvn1 [1.4.4dfsg1-1 (now) - 1.6.12dfsg-1 (testing, testing)]^M
openssh-client [1:4.7p1-9 (now) - 1:5.5p1-4 (testing, testing)]^M
openssh-server [1:4.7p1-9 (now) - 1:5.5p1-4 (testing, testing)]^M
squid [2.7.STABLE3-1 (now) - 2.7.STABLE9-2 (testing, testing)]^M
squid-common [2.7.STABLE3-1 (now) - 2.7.STABLE9-2 (testing, testing)]^M
subversion [1.4.4dfsg1-1 (now) - 1.6.12dfsg-1 (testing, testing)]^M
^M
Score is -453^M
^M
Accept this solution? [Y/n/q/?] y^M

The following NEW packages will be installed:^M
  libneon27-gnutls{a} libserf-0-0{a} openssh-blacklist-extra{a} ^M
  squid-langpack{a} ^M
The following packages will be REMOVED:^M
  libc-client2007{a} libkrb53{a} libneon26{a} lsb-release{u} mlock{u} ^M
  postgresql-8.3{a} postgresql-client-8.3{u} postgresql-client-common{u} ^M
  postgresql-common{u} postman{a} pwgen{u} ^M
The following packages will be upgraded:^M
  libcurl3-gnutls libgssapi-krb5-2 libidn11 libk5crypto3 libkrb5-3 ^M
  libkrb5support0 libneon27 libsvn1 openssh-client openssh-server squid ^M
  squid-common subversion ^M
13 packages upgraded, 4 newly installed, 11 to remove and 541 not upgraded.^M
Need to get 13.6MB of archives. After unpacking 14.4MB will be freed.^M
Do you want to continue? [Y/n/?] y^M
WARNING: untrusted versions of the following packages will be installed!^M
^M
Untrusted packages could compromise your system's security.^M
You should only proceed with the installation if you are certain that^M
this is what you want to do.^M
^M
  libkrb5-3 libkrb5support0 libneon27 openssh-blacklist-extra libidn11 ^M
  libserf-0-0 subversion libcurl3-gnutls libk5crypto3 libsvn1 ^M
  openssh-client squid-common squid libgssapi-krb5-2 openssh-server ^M
  squid-langpack libneon27-gnutls ^M
^M
Do you want to ignore this warning and proceed anyway?^M
To continue, enter Yes; to abort, enter No: yes^M



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



Bug#596981: Default prelink.conf break Dropbox

2010-09-15 Thread Daniel Yuk-Pong, CHENG
Package: prelink
Version: 0.0.20090925-1
Severity: important

Default prelink.conf break the dropbox zip file:

This is really a zip file

$ unzip -l /usr/lib/dropbox/library.zip | head 
Archive:  /usr/lib/dropbox/library.zip
  Length  DateTimeName
-  -- -   
11553  2010-02-16 10:57   __main__dropbox__.pyc
[..]

Run prelink

$ prelink --all --force
[...]

$ unzip -l /usr/lib/dropbox/library.zip
Archive:  /usr/lib/dropbox/library.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
note:  /usr/lib/dropbox/library.zip may be a plain executable, not an archive
unzip:  cannot find zipfile directory in one of /usr/lib/dropbox/library.zip or
/usr/lib/dropbox/library.zip.zip, and cannot find 
/usr/lib/dropbox/library.zip.ZIP, period.



This dropbox is a debian package.

$ dpkg -l dropbox | grep dropbox
ii  dropbox 0.7.110-1+b2Secure backup, sync and sharing 
made easy.



This can be solved by blacklisting *.zip


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

Kernel: Linux 2.6.32-5-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/dash

Versions of packages prelink depends on:
ii  execstack 0.0.20090925-1 ELF GNU_STACK program header editi
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libelfg0  0.8.13-1   an ELF object file access library
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

prelink recommends no packages.

prelink suggests no packages.

-- Configuration Files:
/etc/default/prelink changed [not included]
/etc/prelink.conf changed [not included]

-- 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#575429: Update to 1.98+20100720-1 and 1.98+20100722-1

2010-09-15 Thread Frédéric Massot

Le 15/09/2010 14:31, Alexander Kurtz a écrit :

Am Dienstag, den 27.07.2010, 22:02 +0200 schrieb Frederic MASSOT:

I update grub-common and grub-pc to 1.98+20100720-1 and then to
1.98+20100722-1.

I have no error message, Grub detects two HDD and the system reboot well
for two versions.


So you do no longer experience this problem?


Yes, these versions fixes the bug.

To supplement, I tested the latest Squeeze version (1.98+20100804-4) and 
the system boot successfully.


The file /boot/grub/device.map contains:

(hd0)   /dev/disk/by-id/scsi-1ATA_WDC_WD2500JS-75NCB3_WD-WCANK9433395
(hd1)   /dev/disk/by-id/scsi-1ATA_WDC_WD2500JS-75NCB3_WD-WCANK9409087


$ sudo grub-install /dev/sda
Installation finished. No error reported.

$ sudo grub-install /dev/sdb
Installation finished. No error reported.

$ sudo update-grub2
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-5-amd64
Found initrd image: /boot/initrd.img-2.6.32-5-amd64
Found linux image: /boot/vmlinuz-2.6.32-3-amd64
Found initrd image: /boot/initrd.img-2.6.32-3-amd64
Found memtest86+ image: /memtest86+.bin
Found memtest86+ multiboot image: /memtest86+_multiboot.bin
done



Regards.
--
==
|  FRÉDÉRIC MASSOT   |
| http://www.juliana-multimedia.com  |
|   mailto:frede...@juliana-multimedia.com   |
===Debian=GNU/Linux===



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



Bug#596038: Writes temporary files all over the filesystem

2010-09-15 Thread David Lutterkort
Martin,

you are right - in this case, there's a simple way to avoid writing
anything, since Augeas can just check whether the old and the new value
for the tree node are different, and hence can figure out if anything
needs to be written at all.

There are more complicated cases of a noop, like removing something from
the tree and then recreating that part of the tree that are not covered
by that simple check.

For the record, what Augeas does is write the new file as file.augnew,
and then compare with the original file byte-for-byte. If the two files
are identical, file.augnew is simply removed. If there was a change,
file.augnew is renamed. The rename requires that the .augnew and the
original file reside on the same mountpoint, and the simplest way to
ensure that is to create file.augnew in the same directory as the
original one.

To catch your use case in all generality, I could just write the changed
file to a memstream, do the compare from that, and only write to .augnew
when something has changed.

David







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



Bug#596961: [initramfs-tools] missing radeon firmware (from firmware-linux-nonfree) in initramfs

2010-09-15 Thread maximilian attems
reassign 596961 linux-2.6
stop

On Wed, Sep 15, 2010 at 05:25:14PM +0200, Anarky wrote:
 
 In that case, it might just be an error from my part.
 I am trying to get HDMI audio to work and while doing that, people helping me 
 on IRC told me that these two lines mean that the problem comes from missing 
 firmware.

well it be cool to get such info upfront. :)

did you try 2.6.35 from experimental?
it installs just fine in squeeze.

also your bug report is lacking info that would have been sent
if you would have reported it upfront against linux-2.6,
please send in:

* dmesg
* lspci
* lspci -vvv






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



Bug#248056: Healthcare Lists, Business Lists, Consumer Lists, Professional Lists and more

2010-09-15 Thread upperclassmen Pickens
We have the following high-quality lists:

HEALTHCARE

 Doctors (34 different specialties)
 Chiropractors
 Alternative Medicine 
 Dentists 
 Veterinarians 
 Hospitals 
 Pharmaceutical Companies
 Physical Therapists 
 Oncology Doctors
 US Surgery Centers
 Massage Therapists 
 Acupuncturists 
 Medical Equipment Suppliers
 Mental Health Counselors
 Psychologists

BUSINESS LISTS

 Real Estate Agents 
 US New Business Database 
 Financial Planners Database 
 Finance and Money Professionals Database


PROFESSIONALS LISTS

 USA Lawyers Database 
 Criminal Attorneys - 142,906 


Send me an email here for samples and stats: freshnewli...@gmx.com

  




Forward email to offthel...@gmx.com to purge you from our records
  








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



Bug#593922: jackd2: Missing /etc/security/limits.d/audio.conf

2010-09-15 Thread Adrian Knoth
On Sun, Aug 22, 2010 at 12:59:42PM +0200, Torquil Macdonald Sørensen wrote:

Hi!

 Package: jackd2
 Version: 1.9.5~dfsg-19
 Severity: normal
 
 Before I used jackd1 and the file /etc/security/limits.d/audio.conf.
 At some point I upgraded to jackd2 and no longer have that file. I
 have not deleted it myself, so perhaps something went wrong in the
 upgrade process?

I installed jackd1 into a fresh squeeze and then switched to jackd2. The
file (audio.conf) was preserved.

If you purge the package, then the file is going to be removed, but
reinstalled as soon as you install any of the jackd1/jackd2 packages.


 Doing 'apt-get install --reinstall jackd2' fixes the issue by
 installing the file.

As intended. 

I wonder how to reproduce the bug.


Cheerio

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



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



Bug#596977: release-notes: Apt-proxy gone, should use apt-cacher

2010-09-15 Thread Helge Kreutzmann
Hello Julian,
On Wed, Sep 15, 2010 at 05:39:40PM +0200, Julian Andres Klode wrote:
 On Wed, Sep 15, 2010 at 05:14:51PM +0200, Helge Kreutzmann wrote:
  Package: release-notes
  Severity: normal
  
  Apt-proxy is (unfortunately) gone in Squeeze, according to the
  discussion in #320666 apt-cacher seems to be a proper replacement
  though no explicit upgrade path is provided (unfortuantely, again).
  apt-cacher mentions such upgrades in its package description, though.
 
 There are at least 3 options:
 (1) approx
 (2) apt-cacher
 (3) apt-cacher-ng
 
 (I am not subscribed to this bug in anyway; if you want to send
  a reply to this email, please CC me)

I'm happy if all three are mentioned. And yes, you are right, I was
recommended (3) in msg. 50 of #320666.

Greetings

   Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#595856: gecko-mediaplayer: FTBFS in squeeze: plugin.h:40:19: error: npapi.h: No such file or directory

2010-09-15 Thread Petter Reinholdtsen
severity 595856 important
thanks

I had a look in sid for the package providing npapi.h, and there are
several packages:

minerva:/# apt-file search npapi.h
icedove-dev: /usr/include/icedove/stable/npapi.h
icedove-dev: /usr/include/icedove/unstable/npapi.h
kompozer-dev: /usr/include/kompozer/npapi.h
kompozer-dev: /usr/include/kompozer/plugin/npapi.h
libwine-dev: /usr/include/wine/windows/npapi.h
libwine-dev-unstable: /usr/include/wine/windows/npapi.h
mingw-w64: /usr/amd64-mingw32msvc/include/npapi.h
xulrunner-dev: /usr/include/xulrunner-1.9.1/stable/npapi.h
xulrunner-dev: /usr/include/xulrunner-1.9.1/unstable/npapi.h
minerva:/# 

Not quite sure which package gecko-mediaplayer should build-depend on
and use, but suspect xulrunner-dev is the correct one.  It already
build-depend on it, so the problem must be elsewhere.  I notice from
the last autobuild that the build had
-I/usr/include/xulrunner-1.9.1/stable, so I am unsure why the test
build failed.

I did my own test build in squeeze i386, and this worked just fine.
Because of this, I reduce the severity of this bug to important.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#596840: gclcvs: FTBFS on hurd-i386

2010-09-15 Thread Jakub Wilk

retitle 596840 gclcvs: FTBFS on hurd-i386
severity 596840 normal
user debian-h...@lists.debian.org
usertags 596840 + hurd
thanks

(I am not maintainer of this package.)

* Lorenzo De Liso bla...@ubuntu.com, 2010-09-14, 15:59:

The gclcvs package FTBFS on Debian i386 [1].


It builds fine on i386. It fails to build on hurd-i386, which is not 
a release architecture. (Even if it was, severity would be ‘serious’, 
not ‘critical’.)


However, the gclcvs package FTBFS on Ubuntu too [2], we fixed that 
(except on armel) adding -fno-stack-protector to CFLAG but we don't 
think this is a proper solution to fix the FTBFS.


These two build failures look unrelated.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#596794: Fixed Vcs-Bzr

2010-09-15 Thread Clint Byrum
I've uploaded 0.13.2-3 to mentors.debian.net..

http://mentors.debian.net/debian/pool/main/g/gearman-interface

This fixes the Vcs-Bzr entry, and also adds -dbg symbol packages.

Piotr, any chance you can upload it for me? Thanks!



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



Bug#596982: Add supported Mime types to inkscape.desktop.in

2010-09-15 Thread Alex Valavanis
Package: inkscape
Version: 0.48.0-1
Severity: wishlist

(Forwarded from Ubuntu report at
https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/278307)

Inkscape isn't associated with the following supported filetypes:
 * PDF
 * Postscript (ps)
 * Encapsulated Postscript (eps)
 * Adobe illustrator (ai)

Please modify inkscape.desktop.in to include these mime types to allow
opening supported filetypes directly from file manager.:

application/vnd.corel-draw;application/pdf;application/postscript;image/x-eps;application/illustrator;

Also don't forget to include update-desktop-database command in
debian/postinst script.



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



Bug#596968: [Pkg-alsa-devel] Bug#596968: alsa-lib: Please add preliminary support for armhf

2010-09-15 Thread Elimar Riesebieter
* Konstantinos Margaritis [100915 16:45 +0300]:
 Package: alsa-lib
 Version: 1.0.23-1
 Severity: wishlist
 
 
 The armhf port has just been started on debian-ports. Please consider
 adding support in alsa-lib. The attached patch works.

This isn't squeeze relevant, isn't it?
Elimar

-- 
  what IMHO then?
  IMHO - Inhalation of a Multi-leafed Herbal Opiate ;)
  --posting from alex in debian-user--



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



Bug#590809: No longer valid e-mail (Debian bug #590809)

2010-09-15 Thread Camm Maguire
Greetings!  Just did an upload fixing this.  Thanks!

Nelson A. de Oliveira nao...@debian.org writes:

 Hi Camm!

 Can you ack that you have received the message about a problem with your
 c...@enhanced.com e-mail, please?
 The Debian bug is http://bugs.debian.org/590809

 Thank you!

 Best regards,
 Nelson

-- 
Camm Maguirec...@maguirefamily.org
==
The earth is but one country, and mankind its citizens.  --  Baha'u'llah



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



Bug#596968: [Pkg-alsa-devel] Bug#596968: alsa-lib: Please add preliminary support for armhf

2010-09-15 Thread Konstantinos Margaritis
On Wednesday 15 September 2010 19:25:00 Elimar Riesebieter wrote:
 * Konstantinos Margaritis [100915 16:45 +0300]:
  Package: alsa-lib
  Version: 1.0.23-1
  Severity: wishlist
  
  
  The armhf port has just been started on debian-ports. Please consider
  adding support in alsa-lib. The attached patch works.
 
 This isn't squeeze relevant, isn't it?
 Elimar

No not at all, we're targetting squeeze+1 -IF things go work out fine and the 
port is complete by that time. Right now we're uploading only to unstable and 
only to debian-ports.org. 



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



Bug#596984: initramfs-tools: role of init-premount does not follow its documentation

2010-09-15 Thread Ferenc Wagner
Package: initramfs-tools
Version: 0.98.2
Severity: minor

Hi,

man initramfs-tools says: init-premount runs the udev hooks for populating
the /dev tree, but /usr/share/initramfs-tools/scripts/init-premount doesn't
even exists, the udev start script resides in init-top.  Maybe I simply
misunderstand the documentation, maybe it's wrong.  Please fix it as you find
best.
-- 
Thanks,
Feri.



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



Bug#596983: libnss-ldapd: Fallback to secondary ldap server does not work as expected

2010-09-15 Thread Matthias Wamser
Package: libnss-ldapd
Version: 0.6.7.2
Severity: important


Hi,

i wanted to replace my libnss-ldap setup by libnss-ldapd. At first sight it 
seems to work like a charm.

Response times were even without nscd much better than before, but fallback to 
secondary ldap server does not work as expected.

If i block all request on the first ldap server by iptables i always get a 
timeout from nscld:
nslcd: [b127f8] ldap_result() timed out

It never reconnects to the other server. I tried all posibities of changing 
timeout values in /etc/nss-ldapd.conf. I changed ssl on and off ...

My last (and stupid) try was up to:
threads 1
bind_timelimit 1
timelimit 1
idle_timelimit 10

In netstat output i see many ESTABLISHED an CLOSE_WAIT connections to the (not 
reachable) ldap server.

The only way to connect to the second ldap server is killing and restarting 
nslcd (in my test scenario ldap2 is indeed the first server to ask):

pkill -9 nslcd
nslcd -d
nslcd: DEBUG: add_uri(ldap://ldap2.xx/)
nslcd: DEBUG: add_uri(ldap://ldap1.xx/)
nslcd: version 0.6.7 starting
nslcd: DEBUG: setgroups(0,NULL) done
nslcd: DEBUG: setgid(110) done
nslcd: DEBUG: setuid(106) done
nslcd: accepting connections

nslcd: [b0dc51] DEBUG: connection from pid=16207 uid=0 gid=0
nslcd: [b0dc51] DEBUG: nslcd_group_bygid()
nslcd: [b0dc51] DEBUG: myldap_search(base=xx, 
filter=((objectClass=posixGroup)(gidNumber=)))
nslcd: [b0dc51] DEBUG: ldap_result(): end of results

In this case, the first lookup takes bind_timelimit to succeed and susequent 
queries go automatically to the fallback server.

But this is definitly not satisfying. If i use libnss-ldap like before on the 
same machine everything works as expected.

So my conclusion is, that nslcd seems to connect to the first ldap server and 
tries to keep this connection forever. I also waited some minutes and nothing 
changed. Even if i restart the network interface locally it does not try to 
connect to the second server.

The only way to use the fallback server is to restart nslcd.

If you need more information or if i could do some more testing let me know.

Regards,
matthias

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

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

Versions of packages libnss-ldapd depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries
ii  libkrb531.6.dfsg.4~beta1-5lenny4 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.11-1+lenny2  OpenLDAP libraries
ii  libsasl2-2  2.1.22.dfsg1-23+lenny1   Cyrus SASL - authentication abstra

Versions of packages libnss-ldapd recommends:
ii  libpam-ldap 184-4.2  Pluggable Authentication Module fo
ii  nscd2.7-18lenny4 GNU C Library: Name Service Cache 

libnss-ldapd suggests no packages.

-- 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#589133:

2010-09-15 Thread Modestas Vainius
Hello,

On trečiadienis 15 Rugsėjis 2010 16:50:15 Per Olofsson wrote:
 Hi,
 
 2010-09-15 13:47, Abhishek Dasgupta skrev:
  Modestas Vainius wrote:
  Hello,
  
  Are you using KDE? It does not look like it from the software you
  mentioned (Epiphany).
  
  I am using GNOME/Xmonad, so this bug only affects KDE users?
 
 It affects everyone who doesn't have gawk installed (or have manually
 set mawk as the alternative for awk).

FYI, I didn't set anything. My sid install is a week old which I did with 
weekly squeeze debian-installer build. My awk points to mawk and I don't have 
gawk installed. So mawk appears to be a new default in squeeze.

-- 
Modestas Vainius modes...@vainius.eu


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


Bug#502457: Properly packaged

2010-09-15 Thread Nigel Stewart



We're open to splitting the packages into -lib, -dev and -doc
components, but have not prioritized that work internally, yet.


Please do consider doing this. As an Ubuntu user of the CG toolkit for
many years it has been annoying to download several megabytes of
documentation and examples I am not going to look at just to use the
lib. It is not complicated to set your debian folder to make multiple
debs so you shouldn't need to worry about it complicating your build
process. :)


Andrew, I understand that from an end-user perspective.  But our
build, test and release process is SDK-oriented, and is done on
various RedHat machines, so I _do_ worry about complicating all
of that...  As it is we need our own custom dpkg-deb binary.

It does seem like something that _could_ be done downstream...

- Nigel

---
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
---



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



<    1   2   3   4   >