Bug#568360: Debian bug tracker email addresses are reported as incorrect

2010-02-04 Thread Vincent Bernat
reassign 568360 bugs.debian.org
retitle 568360 bug tracker confirmation email addresses are too long
thanks

OoO En cette  matinée ensoleillée du jeudi 04  février 2010, vers 09:14,
David Headland  disait :

> In my case, the offending address was 
> 567618-subyes-888bdc7285e10a8312abfacd27bcd909-00e078818f361e9cc2e988347aa56...@bugs.debian.org,
> which is able to be sent by other MUAs and does indeed seem to get correctly 
> delivered to the BTS. I've seen this in the past as well, so I know this 
> is not a one-off.

In  the source  code,  the  left part  is  checked to  be  less than  64
characters wide:

#v+
function check_email($email)
{
  // Check for invalid characters
  if (preg_match('/[\x00-\x1F\x7F-\xFF]/', $email))
return false;

  // Check that there's one @ symbol, and that the lengths are right
  if (!preg_match('/^([...@]{1,64})@([...@]{1,255})$/', $email, $email_array))
return false;
#v-

RFC 5322 states:

#v+
4.5.3.1.1. Local-part


   The maximum total length of a user name or other local-part is 64
   octets.
#v-

Therefore, Roundcube seems right when  it says that the email address is
not correct  (even if it could follow  the motto "be strict  in what you
send and flexible in what you receive").

I  reassign this  bug to  bugs.debian.org so  that it  ensures  that the
local-part is no wider than 64 characters.

Thanks for your report.
-- 
BOFH excuse #307:
emissions from GSM-phones


pgpLUtlaCZDW8.pgp
Description: PGP signature


Bug#568264: Bug also reproducible on kate

2010-02-04 Thread Thomas Preud'homme
clone 568264 -1
reassign -1 kate 4:4.3.4-1
retitle Kate crash on triple clic at end of file
thank you

Clone and assgn the clone to package kate as it happens also on kate, which is 
somewhat expected as it is related to text edition.


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


Bug#568495: [patch] partman-auto-raid/README

2010-02-04 Thread Vincent McIntyre

Package: partman-auto-raid
Version: 15
Severity: wishlist
Tags: patch

Hi,

I found what I think is a minor error in the partman-auto-raid/README
(the elements of the recipes should be separated by periods, not commas).

The attached corrects that and tries to clarify two parts of the text
I found confusing or too terse.

Please consider applying this patch.

Cheers
Vince
Index: trunk/packages/partman/partman-auto-raid/README
===
--- trunk/packages/partman/partman-auto-raid/README	(revision 62177)
+++ trunk/packages/partman/partman-auto-raid/README	(working copy)
@@ -2,8 +2,8 @@
 partman-auto/method to "raid" and using partman-auto-raid/recipe to tell
 it how to construct the RAID array(s).
 
-The preseedable parameter partman-auto-raid/recipe should consist of comma
-separated recipes and recipes are of the form:
+The preseedable parameter partman-auto-raid/recipe should consist of
+recipes separated by periods (.). The recipes are of the form:
 
   
 
@@ -12,9 +12,11 @@
 array.
 
 e.g.
-1 2 0 ext3 / /dev/sda1#/dev/sdb1 .
-1 2 0 swap / /dev/sda5#/dev/sdb5 .
-(but without the line break)
+d-i partman-auto-raid recipe string  \
+  1 2 0 ext3 / /dev/sda1#/dev/sdb1 . \
+  1 2 0 swap - /dev/sda5#/dev/sdb5 .
+This must be written all on one line; if you write it across multiple lines
+you must use continuation characters.
 
 This makes the first RAID device that was created by this udeb be a RAID1 of
 two disks disc0/part1 and disc1/part1 and be formatted as ext3 and mounted
@@ -46,8 +48,17 @@
 		/dev/sda5#/dev/sdb5			\
 	.
 
-# Please note that RAID partitions are tagged as "lvmignore"
-# and LVM logical volumes as "defaultignore" and "lvmok".
+# In the expert_recipe, there is a stanza for each RAID partition
+# and each LVM partition.
+# The RAID partitions are tagged as "lvmignore", while
+# the LVM logical volumes as "defaultignore" and "lvmok".
+# The RAID partition containing the LVM volumes must be made big
+# enough to hold them all.
+# Note that in the example shown here the mountpoint for /boot
+# (which is not encapsulated within LVM) is specified in the
+# partman-auto-raid recipe, rather than in the corresponding 
+# raid partition definition below.
+#
 d-i partman-auto/expert_recipe string			\
 	multiraid ::	\
 		100 512 256 raid			\


Bug#567095: [Pkg-samba-maint] Bug#567095: Bug#567095: Samba does not correctly set named ACL for owning group and user

2010-02-04 Thread Christian PERRIER
Quoting Christian PERRIER (bubu...@debian.org):

> However, while #4308 has a straightforward fix that we could consider
> backporting to 3.2.5 (the fix was done in 3.2.8), #6878 patch seems to


I started working to backport the fix for #4308. Actually the two
patches proposed by Jeremy in the bug log do apply cleanly, except one
chunk in the second, which I had to merge manually (the relevant code
apparently has some other modifications between 3.2.5 and 3.2.8).

FWIW, we (Onera) decided to move to 3.2.15 (with the unofficial
backported packages we have in http://pkg-samba.alioth.debian.org) to
have the fix immediately (otherwise, I'll be crucified by users).

Indeed, lenny would really deserve to have 3.2.15 instead of
3.2.5. Given the Samba Team release policy, this would be much less of
a problem for our users than sticking to 3.2.5 and manually select
what we do fix or not.

I wonder if I could somehow push for relaxing the "thou shalt not
increase upstream versions in stable" mantra...of course on a
package-per-package basis.



signature.asc
Description: Digital signature


Bug#545188: Announce of the upcoming NMU for the scponly package

2010-02-04 Thread Christian PERRIER
Dear maintainer of scponly and Debian translators,

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

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

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

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

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

Among these, the following translations are incomplete: cs es eu fi gl it nl 
pt_BR tr vi

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

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

The deadline for receiving updates and new translations is Thursday, February 
11, 2010. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

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

Otherwise the following will happen (or already has):

 Sunday, January 31, 2010   : send the first intent to NMU notice to
 the package maintainer.
 Friday, February 05, 2010   : send this notice
 Thursday, February 11, 2010   : (midnight) deadline for receiving 
translation updates
 Friday, February 12, 2010   : build the package and upload it to 
DELAYED/7-day
 send the NMU patch to the BTS
 Friday, February 19, 2010   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: scpo...@packages.debian.org\n"
"POT-Creation-Date: 2009-07-10 13:16+\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../scponly.templates:1001 ../scponly-full.templates:1001
msgid "Install the chrooted binary /usr/sbin/scponlyc SUID root?"
msgstr ""

#. Type: boolean
#. Description
#: ../scponly.templates:1001 ../scponly-full.templates:1001
msgid ""
"If you want scponly to chroot into the user's home directory prior to doing "
"its work, the scponly binary has to be installed in /usr/sbin/scponlyc and "
"has to have the suid-root-bit set."
msgstr ""

#. Type: boolean
#. Description
#: ../scponly.templates:1001 ../scponly-full.templates:1001
msgid ""
"This could lead (in the worst case) to a remotely exploitable root hole. If "
"you don't need the chroot- functionality, don't install the file."
msgstr ""

#. Type: note
#. Description
#: ../scponly-full.templates:2001
msgid "Potential security hazard"
msgstr ""

#. Type: note
#. Description
#: ../scponly-full.templates:2001
msgid ""
"WARNING: this package was compiled with rsync, unison and SVN support, which "
"can be a potential SECURITY hazard if not configured correctly! Please read "
"the file /usr/share/doc/scponly-full/SECURITY!"
msgstr ""


signature.asc
Description: Digital signature


Bug#550829: Announce of the upcoming NMU for the sysvinit package

2010-02-04 Thread Christian PERRIER
Dear maintainer of sysvinit and Debian translators,

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

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

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

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

The package is currently translated to: 
cs de es fi fr gl it ja pt ru sv vi

Among these, the following translations are incomplete: 

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

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

The deadline for receiving updates and new translations is Thursday, February 
11, 2010. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

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

Otherwise the following will happen (or already has):

 Sunday, January 31, 2010   : send the first intent to NMU notice to
 the package maintainer.
 Friday, February 05, 2010   : send this notice
 Thursday, February 11, 2010   : (midnight) deadline for receiving 
translation updates
 Friday, February 12, 2010   : build the package and upload it to 
DELAYED/7-day
 send the NMU patch to the BTS
 Friday, February 19, 2010   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sysvi...@packages.debian.org\n"
"POT-Creation-Date: 2009-10-25 21:24+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../sysv-rc.templates:1001
msgid "Migrate legacy boot sequencing to dependency-based sequencing?"
msgstr ""

#. Type: boolean
#. Description
#: ../sysv-rc.templates:1001
msgid ""
"The boot system is prepared to migrate to dependency-based sequencing. This "
"is an irreversible step, but one that is recommended: it allows the boot "
"process to be optimized for speed and efficiency, and provides a more "
"resilient framework for development."
msgstr ""

#. Type: boolean
#. Description
#: ../sysv-rc.templates:1001
msgid ""
"A full rationale is detailed in /usr/share/doc/sysv-rc/README.Debian. If you "
"choose not to migrate now, you can do so later by running \"dpkg-reconfigure "
"sysv-rc\"."
msgstr ""

#. Type: note
#. Description
#: ../sysv-rc.templates:2001
msgid "Unable to migrate to dependency-based boot system"
msgstr ""

#. Type: note
#. Description
#: ../sysv-rc.templates:2001
msgid ""
"Tests have determined that problems in the boot system exist which prevent "
"migration to dependency-based boot sequencing:"
msgstr ""

#. Type: note
#. Description
#: ../sysv-rc.templates:2001
msgid ""
"If the reported problem is a local modification, it needs to be fixed "
"manually. If it's a bug in the package, it should be reported to the BTS and "
"fixed in the package. See http://wiki.debian.org/LSBInitScripts/";
"DependencyBasedBoot for more information about how to fix the problems "
"preventing migration."
msgstr ""

#. Type: note
#. Description
#: ../sysv-rc.templates:2001
msgid ""
"To reattempt the migration process after the problems have been fixed, run "
"\"dpkg-reconfigure sysv-rc\"."
msgstr ""


signature.asc
Description: Digital signature


Bug#568496: apt-dater: [INTL:fr] French debconf templates translation update

2010-02-04 Thread Christian Perrier
Package: apt-dater
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.

Thanks for taking care of warning translators before uploading a new
version with string changes. It's highly appreciated.



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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# Translation of apt-dater debconf templates to French  
  
# Copyright (C) 2010 Debian French l10n team 

# This file is distributed under the same license as the apt-dater package.
#
# Translators:
# Christian Perrier , 2010.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: apt-da...@packages.debian.org\n"
"POT-Creation-Date: 2010-01-25 21:08+0100\n"
"PO-Revision-Date: 2010-01-26 07:32+0100\n"
"Last-Translator: Christian Perrier \n"
"Language-Team: French \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. Type: boolean
#. Description
#: ../apt-dater-host.templates:1001
msgid "Enable automatic upgrades?"
msgstr "Faut-il activer les mises à jour automatiques ?"

#. Type: boolean
#. Description
#: ../apt-dater-host.templates:1001
msgid ""
"If you disable this option, you have to acknowledge every upgrade process "
"for all hosts. The pro of it would be, that you will be aware of every "
"action apt wants to do. The con is, that you have to attach every host on "
"multiple upgrades and acknowledge every single host."
msgstr ""
"Si vous refusez cette option, vous devrez confirmer chaque mise à jour pour "
"chaque machine. L'avantage est de pouvoir prendre connaissance à l'avance "
"des actions prévues par APT. L'inconvénient est de devoir se connecter à "
"chaque machine pour confirmer chaque série de mises à jour nécessaires."


Bug#568487: perl-base: Perl modules installed in place not in %INC during upgrade from etch

2010-02-04 Thread Niko Tyni
On Fri, Feb 05, 2010 at 03:05:28PM +1100, Ben Marsh wrote:
> (env56) vmwprx1:/usr/lib/perl# ls -asl
> total 24
>  4 drwxr-xr-x  4 root root  4096 Feb  5 14:39 .
> 12 drwxr-xr-x 46 root root 12288 Feb  5 14:39 ..
>  4 drwxr-xr-x  2 root root  4096 Jan 19 12:20 5.10
>  4 drwxr-xr-x 32 root root  4096 Feb  5 14:39 5.10.0
> (env56) vmwprx1:/usr/lib/perl# rmdir 5.10
> (env56) vmwprx1:/usr/lib/perl# ln -s 5.10.0/ 5.10
> (env56) vmwprx1:/usr/lib/perl# 
> 
> NOTE: the 5.10 directory was completely empty when I rmdir'd it.

That's indeed remarkably broken. It looks like something had created
/usr/lib/perl/5.10 as a regular directory before you upgraded, and dpkg
will not replace a directory (even an empty one) with a symlink.

This is the first report of this failure mode I've seen.

Do you have any idea what could have created the 5.10 directory, probably
on January 19th? There are certainly no packages in Etch that put files
there, and only perl-base in Lenny. Maybe a CPAN install gone wrong or a
broken package installation script? If you still have /var/log/dpkg.log
from Jan 19, please check that.

Not sure how we could guard against this. Maybe have perl-base.preinst
that refuses installation if the directory already exists and is not
a symlink.
-- 
Niko Tyni   nt...@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#568486: Bug#568485: webkit: denial-of-service via javascript document.write()

2010-02-04 Thread Mike Hommey
On Thu, Feb 04, 2010 at 10:23:06PM -0500, Michael Gilbert wrote:
> package: xulrunner
> severity: normal
> tags: security
> 
> hi, a denial-of-service has been published for safari [0]. i've tested
> this, and webkit is also affected.
> 
> [0] http://seclists.org/bugtraq/2010/Feb/51

This is a pathetic description, and it has nothing to do with the
javascript engine. Writing an html page with that much  tags
will have the same effect. I'm also pretty sure you can find other
"advisories" for various other kinds of similar bad handling of massive
content.

Mike



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



Bug#567415: iceweasel won't restart after it crashes

2010-02-04 Thread Mike Hommey
reassign 567415 libarts1c2a
thanks

On Thu, Feb 04, 2010 at 05:32:00PM -0500, Gary Dale wrote:
> Mike Hommey wrote:
> >On Mon, Feb 01, 2010 at 10:15:05AM -0500, Gary Dale wrote:
> >>Mike Hommey wrote:
> >>>On Fri, Jan 29, 2010 at 03:42:20PM -0500, Gary Dale wrote:
> Is there something else I need to send you?
> 
> >>>The same backtrace with xulrunner-1.9.1-dbg installed would be helpful,
> >>>though I can already give you a workaround: set ICEWEASEL_DSP to none in
> >>>/etc/iceweasel/iceweaselrc.
> >>>
> >>>Mike
> >>>
> >>I seem to have xulrunner-1.9.1-dbg already installed. Is there
> >>something I need to do to get it active?
> >
> >Oh then, your crash is likely to be unrelated to xulrunner. Can you
> >install libc6-dbg and get a new backtrace ?
> >
> >Mike
> >
> I seemed to have libc6-dbg installed already also. Anyway here's the
> latest trace, which looks the same as the earlier one.
> 
(snip)

I could reproduce the crash, and with arts-dbg, it gets clearer:
#0  0x in ?? ()
#1  0x7f56ad21ae8d in open (pathname=0x411609 "/proc/cpuinfo", flags=0) at 
/build/buildd/arts-1.5.9/./artsc/artsdsp.c:233
#2  0x0040cd84 in ?? ()
#3  0x0040e525 in calloc ()
#4  0x7f56ace10360 in _dlerror_run (operate=0x7f56ace100b0 , 
args=0x7fff79dd5cc0) at dlerror.c:142
#5  0x7f56ace1007a in __dlsym (handle=, name=) at dlsym.c:71
#6  0x7f56ad219dc5 in artsdsp_doinit () at 
/build/buildd/arts-1.5.9/./artsc/artsdsp.c:148
#7  0x7f56ad21a017 in access (pathname=0x7fff79dd6d30 
"/usr/lib/iceweasel/xulrunner/libxpcom.so", mode=4) at 
/build/buildd/arts-1.5.9/./artsc/artsdsp.c:571

This is the same pattern as #550674 in padsp, but instead of
deadlocking, this one crashes.

This is what happens:
- something in nsXULStub calls access() before jemalloc is initialized.
- access() is caught by artsdsp, which starts resolving all the symbols
it needs with dlsym() through artsdsp_doinit().
- dlsym() ends up allocating memory, which triggers jemalloc
initialization code.
- jemalloc init code open()s /proc/cpuinfo.
- open() is caught by artsdsp, which tries to call the original open()
it got from dlsym(), except it is in dlsym(), so orig_open is still
NULL. Thus the crash.

This is IMHO a bug in artsdsp assuming it can call dlsym without looping
back in itself.

The best thing IMHO would be to have a constructor function that does
the symbol resolution at startup.

Mike



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



Bug#560058: [buildd-tools-devel] Bug#560058: quinn-diff: should support architecture wildcards

2010-02-04 Thread Andres Mejia
On Thursday 04 February 2010 16:33:12 Philipp Kern wrote:
> On Thu, Feb 04, 2010 at 07:19:23PM +0100, Philipp Kern wrote:
> > I'm ok with using a Perl interpreter to determine from
> > Packages-arch-specific (which is small compared to a Packages file) if an
> > architecture is in a wildcarded list.  However in the critical path it
> > feels wrong.  Did you already measure the impact of your patch?  Just
> > take one Packages file from unstable and a Sources file and run
> > quinn-diff with and without your patch.
> 
> Ok, it doesn't look that much slower.  I produced a preliminary patch on
>  [1], based on yours.  It's in the dpkg-perl branch of the repository.

I've attached a log showing different running times for quinn-diff with and 
without the dpkg-perl support on my system. Top of the log shows running time 
for current quinn-diff from unstable. Bottom of log shows quinn-diff built with 
dpkg-perl switch turned on in configure.

I used a current Packages file for amd64 main, a corresponding Sources file, 
and 
Packages-arch-specific from https://buildd.debian.org/quinn-diff/Packages-arch-
specific. Yes, there is a performance penalty, but it's not too bad I think.

> We have some cases where we don't want that behaviour, see the patches to
> parse_sources.c for that.

Ok. Makes sense.

> Furthermore it revealed that it used to check
>  ":" against the current architecture, so we managed to find yet another
>  bug through this change (see [2]).  ;-)

Heh, yeah I did see that. Didn't occur to me that I should've reported it.

By the way, I would like to report that building quinn-diff from the dpkg-perl 
branch without the --with-dpkg-perl switch causes quinn-diff to segfault.

> Kind regards,
> Philipp Kern
> 
> [1]
>  http://git.debian.org/?p=buildd-tools/quinn-diff.git;a=commitdiff;h=0a2759
> 4680caf998a31cc89da9767d45292d2de4 [2]
>  http://git.debian.org/?p=buildd-tools/quinn-diff.git;a=commitdiff;h=41ee93
> c0616023fb79f5b1961560ecbac402c418
> 

-- 
Regards,
Andres
$ time quinn-diff -a Packages-arch-specific -p Packages-amd64 -s Sources
real0m0.275s
user0m0.236s
sys 0m0.040s

real0m0.265s
user0m0.244s
sys 0m0.020s

real0m0.270s
user0m0.228s
sys 0m0.040s

real0m0.268s
user0m0.224s
sys 0m0.040s

real0m0.274s
user0m0.248s
sys 0m0.032s

$ time quinn-diff/src/quinn-diff -a Packages-arch-specific -p Packages-amd64 -s Sources
real0m0.699s
user0m0.660s
sys 0m0.032s

real0m0.705s
user0m0.660s
sys 0m0.048s

real0m0.697s
user0m0.660s
sys 0m0.036s

real0m0.709s
user0m0.660s
sys 0m0.048s

real0m0.699s
user0m0.636s
sys 0m0.056s


Bug#528115: 2.3.1-dfsg1 introduced bug?

2010-02-04 Thread Guyang "Alex" Mao

The problem seems to be that once 2.3.1-dfsg1 is installed, the old
modules are deleted, and running /upgrade/ from a browser doesn't
even find the modules so won't deactivate them.  They're stuck in a
limbo state.

The fix is to downgrade to 2.3.1-1, then disable uploadapplet and
galleryremote if you previously had them enabled for whatever reason,
then upgrade back to 2.3.1-dfsg1.

On Thu, 4 Feb 2010, Michael Schultheiss wrote:


Guyang Alex Mao wrote:

Probably related to this non-free material removal patch, because
when I click on "Add Items" in any album in my gallery2 2.3.1-dfsg
install, the site actually crashes out with an error about missing
/usr/share/gallery2/modules/uploadapplet/* files.

This renders gallery2 essentially unusable.


If you want to use the upload applet, you'll need to reinstall it from
the downloadable plugins.  I put a note in README.Debian but will make
this more prominent, such as triggering the upgrader to run so the
missing modules are deactivated.





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



Bug#568494: gnome-terminal: please provide UI for cursor blink option

2010-02-04 Thread Drake Wilson
Package: gnome-terminal
Version: 2.28.2-1
Severity: wishlist

The GNOME Terminal source apparently provides for non-blinking cursors
via setting cursor_blink_mode to off for the relevant profile.
However, this does not appear to be exposed in the GUI.  IWBNI this
were a documented option available from the relevant options dialog.

   ---> Drake Wilson

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

Versions of packages gnome-terminal depends on:
ii  gnome-terminal-data2.28.2-1  Data files for the GNOME terminal 
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.10.2-5  Embedded GNU C Library: Shared lib
ii  libdbus-glib-1-2   0.84-1simple interprocess messaging syst
ii  libgconf2-42.28.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.22.4-1  The GLib library of C routines
ii  libgtk2.0-02.18.6-1  The GTK+ graphical user interface 
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.26.2-1  Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstartup-notification0   0.10-1library for program launch feedbac
ii  libvte91:0.22.5-1+b1 Terminal emulator widget for GTK+ 
ii  libx11-6   2:1.3.3-1 X11 client-side library

Versions of packages gnome-terminal recommends:
ii  gvfs 1.2.3-3 userspace virtual filesystem - ser
ii  yelp 2.28.0+webkit-2 Help browser for GNOME

gnome-terminal 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#496667: Prefer armor for *.asc files

2010-02-04 Thread Markus Braun
James,

thanks for all your patches to gnupg.vim. Till now I didn't find the time to
have a closer look to them but I hope I have some spare time this weekend.

Markus Braun

-- 
Any errors in spelling, tact or fact are transmission errors

On Wed, Jan 27, 2010 at 08:11:53AM -0500, James Vega (james...@debian.org) 
wrote:
> Markus,
> 
> Would it be possible to add an option (or default behavior) to prefer
> armor specifically for .asc files?  Since .asc is the filename used by
> gnupg when given the --armor option, the current behavior seems a bit
> backwards.
> 
> Thanks
> 
> -- 
> James
> GPG Key: 1024D/61326D40 2003-09-02 James Vega 




signature.asc
Description: Digital signature


Bug#568493: samba: zero-day remote access exploit

2010-02-04 Thread Michael Gilbert
note that it looks to be exposed only for public shares that are
writable, which should be an uncommon configuration for
security-conscious users.

mike



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



Bug#567473: knetworkmanager cannot connect to wifi since nm's 0.7.999 upgrade

2010-02-04 Thread Oren Held
On Tuesday 02 February 2010 08:48:06 you wrote:
> On 29.01.2010 11:22, Oren Held wrote:
> > Package: network-manager-kde
> > Version: 1:0.7~~svn941706-2
> > Severity: grave
> >
> > Since the recent upgrade of network-manager package and libraries,
> > knetworkmanager cannot connect to a wireless network anymore - when I
> > click on a wifi network it simply does nothing.
> >
> > The gnome applet, on the other hand, works very well
> > (network-manager-gnome pkg).
> >
> > That's what I see in network-manager's debug console when starting
> > knetworkmanager; I'm not sure that it's related to this problem, but it
> > doesn't happen with gnome's nm applet: NetworkManager:  
> > user_connection_get_settings_cb(): user_connection_get_settings_cb:
> > Invalid connection: 'NMSettingConnection' / 'uuid' invalid: 1
> 
> Hi,
> 
> the KDE3 version of knetworkmanager is dead upstream and will see no
>  further updates in Debian.
> I suggest you try the KDE4 version from experimental or wait until this
>  version is uploaded to unstable. This version should work proplery with
>  0.7.999. In any case, I'd be interested in feedback regarding the KDE4
>  version.
> 
> Thanks,
> Michael
> 

Just tried the version from experimental, and it works very well. Great.



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



Bug#568493: samba: zero-day remote access exploit

2010-02-04 Thread Michael Gilbert
package: samba
version: 2:3.4.5~dfsg-1
severity: critical

hi, a zero-day remote access exploit has been demonstrated using a
vulnerability in samba [0].  the only info to go on right now is a
rather blurry video demonstrating the exploit in action as well as the
code modified. i know this isn't a lot to go on, but hopefully its
enough info to figure out the problem.

mike

[0] http://seclists.org/fulldisclosure/2010/Feb/82



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



Bug#568004: Iceweasel - no search suggestions in the search-box

2010-02-04 Thread Mike Hommey
On Thu, Feb 04, 2010 at 03:39:11PM -0200, Rogério Brito wrote:
> Hi, Mike.
> 
> 
> On Feb 04 2010, Mike Hommey wrote:
> > Okay, I actually can reproduce the problem, and the problem can be
> > summarized with what the error console displays:
> > Error: JSON.parse
> > Source File: 
> > file:///usr/lib/iceweasel/xulrunner/components/nsSearchSuggestions.js Line: 
> > 525
> 
> Ah, I'm glad that it helped with this thing.
> 
> > It appears that if client=firefox, the json is correct, and if
> > client=somethingelse, the json is broken. It also appears that not
> > using client at all makes it work too.
> 
> Ugh. This may mean that your report on the situation with the
> anti-phising thing is getting worse, huh?

Not sure this means anything, except that the script handling the json
generation is doing weird things.

> > I'll work around this in next release.
> 
> Thanks.
> 
> 
> P.S.: I sent you some other e-mails to your @debian address, but I'm not
> sure that they got through---they may have been flagged as spam.

Last one in my inbox is from march last year. What was it about ?

Mike



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



Bug#568489: broken gdbserver does not affect results

2010-02-04 Thread Drake Wilson
Apparently I didn't notice that the gdbserver package hadn't been
installed (probably due to normal wobbliness in sid).  Installing
gdbserver 7.0.1-2 has no obvious effect on this behavior.

   ---> Drake Wilson



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



Bug#568492: upgrading chrony throws away old chrony.drift

2010-02-04 Thread Paul Kimoto
Package: chrony
Version: 1.23-6+lenny1

After upgrading chrony (from 1.23-6), I find the log message "Could
not open driftfile /var/lib/chrony/chrony.drift for reading".  Also,
for a while the drift frequency, as reported by "chronyc tracking",
is stuck at 0.0.  (I have one machine whose drift frequency needs to
end up around -1, so this leads to several dozen "System clock
wrong ... adjustment started" log messages in an hour.)

This might be a result of the first command in chrony.postrm,
"rm -f /var/lib/chrony/*".  Is it desirable for this useful data
to be forgotten upon each upgrade?



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



Bug#568490: findutils: find -mtime reports wrong commandline arg in error case

2010-02-04 Thread Marc Lehmann
Package: findutils
Version: 4.4.0-2
Severity: minor


find consistently reports the _next_ argument as errornous instead of the actual
parameter to -mtime:

   find / -mtime +7d # find: missing argument to `-mtime'
   find / -mtime +7d -atime +7d # find: invalid argument `-atime' to `-mtime'

Correct would be "find: invalid argument `+7d' to `-mtime'" in both cases.

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

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

Versions of packages findutils depends on:
hi  libc6 2.7-18 GNU C Library: Shared libraries

findutils recommends no packages.

Versions of packages findutils suggests:
ii  locate4.4.0-2maintain and query an index of a d

-- 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#568488: eglibc: house of mind attack

2010-02-04 Thread Michael Gilbert
package: eglibc
severity: important
tags: security

hi, it has been disclosed that glibc < 2.11 is vulnerable to a house
of mind attack [0].  i have checked that 2.10 in unstable contains the
vulnerable code.

mike

[0] http://em386.blogspot.com/2010/01/glibc-211-stops-house-of-mind.html



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



Bug#568487: perl-base: Perl modules installed in place not in %INC during upgrade from etch

2010-02-04 Thread Ben Marsh
Package: perl-base
Version: 5.10.0-19lenny2
Severity: critical
Justification: breaks unrelated software


During upgrade using aptitude:

Can't locate POSIX.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at /usr/sbin/update-alternatives line 10.

Install of packages eventually fails

(env56) vmwprx1:~# dpkg -S POSIX.pm
perl-base: /usr/lib/perl/5.10.0/POSIX.pm
(env56) vmwprx1:~# ls -l /usr/lib/perl/5.10.0/POSIX.pm
-rw-r--r-- 1 root root 2057 Aug 29 08:45 /usr/lib/perl/5.10.0/POSIX.pm
(env56) vmwprx1:~# perl -e "print join ' ', @INC; print \"\n\""
/etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .

The workaround:

(env56) vmwprx1:/usr/lib/perl# ls
5.10  5.10.0
(env56) vmwprx1:/usr/lib/perl# ls -asl
total 24
 4 drwxr-xr-x  4 root root  4096 Feb  5 14:39 .
12 drwxr-xr-x 46 root root 12288 Feb  5 14:39 ..
 4 drwxr-xr-x  2 root root  4096 Jan 19 12:20 5.10
 4 drwxr-xr-x 32 root root  4096 Feb  5 14:39 5.10.0
(env56) vmwprx1:/usr/lib/perl# rmdir 5.10
(env56) vmwprx1:/usr/lib/perl# ln -s 5.10.0/ 5.10
(env56) vmwprx1:/usr/lib/perl# 

NOTE: the 5.10 directory was completely empty when I rmdir'd it.




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

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

Versions of packages perl-base depends on:
ii  dpkg1.14.28  Debian package management system
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries

perl-base recommends no packages.

Versions of packages perl-base suggests:
ii  perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 

-- 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#564464: upstream bug 24503

2010-02-04 Thread Tim Connors
This seems to be the upstream bug:

https://bugs.freedesktop.org/show_bug.cgi?id=24503

No idea whether the 'xset b' parameters are obeyed though with the
proposed "fix".  I get a beep already ("echo -e '\a'" works as desired),
it's just the 'xset b' parameters that were ignored as of 1.7.

I haven't changed my config, but don't know whether xorg automatically
went from using kbd to evdev in my case (can't test til I get back to
work).

-- 
TimC
I don't want Perl to be beautiful -- I want you to write
beautiful programs in Perl.--Larry Wall



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



Bug#568486: xulrunner: denial-of-service via javascript document.write()

2010-02-04 Thread Michael Gilbert
package: xulrunner
severity: normal
tags: security

hi, a denial-of-service has been published for webkit [0]. i've tested
this, and xulrunner is also affected.

[0] http://seclists.org/bugtraq/2010/Feb/51



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



Bug#568485: webkit: denial-of-service via javascript document.write()

2010-02-04 Thread Michael Gilbert
package: xulrunner
severity: normal
tags: security

hi, a denial-of-service has been published for safari [0]. i've tested
this, and webkit is also affected.

[0] http://seclists.org/bugtraq/2010/Feb/51



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



Bug#567620: [Pkg-fglrx-devel] Bug#567620: fglrx-driver: Black screen after X startup

2010-02-04 Thread Michael Gilbert
On Sat, 30 Jan 2010 09:06:44 +0100 Petr Aubrecht wrote:

> Package: fglrx-driver
> Version: 1:10-1-1
> Severity: important
> 
> After X startup, only black screen appears, probably blacklight is off.
> I tried it with the previous version of fglrx, different kernels (30, 31,
> 32trunk), dkms or "m-a a-i fglrx" -- still the same.
> 
> I tried everything what came into my mind - enabling/disabling DRI module,
> compile, remove and modprobe, use dkms...
> 
> I have laptop HP6735b. 
> 
> Thanks for any suggestion.

this looks like ubuntu bug #288620 [0].  can you try
"aticonfig --acpi-services=off"?

thanks,
mike

[0] https://bugs.launchpad.net/fglrx/+bug/288620



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



Bug#555408: private locale copy is never updated

2010-02-04 Thread Russ Allbery
Piotr Engelking  writes:
> Russ Allbery :

>> Do you think the man-db warning results would ever change based on
>> things that would change about the locale, particularly at this point
>> in the maturity of en_US.UTF-8?  It seems unlikely to me on first
>> glance.

> en_US.UTF-8 certainly does change from time to time, for an example to
> add new characters to the LC_CTYPE character classes when new Unicode
> versions are released. I do not know if these changes would affect the
> man-db warnings, but the above changelog entry suggests that lintian may
> plan to use its private locale copy for other purposes as well.

Nope, that's all we're using it for.  If we had a C.UTF-8 locale, we'd use
that instead; we just need *some* UTF-8 locale for man-db and its
utilities to not explode.

-- 
Russ Allbery (r...@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#528115: 2.3.1-dfsg1 introduced bug?

2010-02-04 Thread Michael Schultheiss
Guyang Alex Mao wrote:
> Probably related to this non-free material removal patch, because
> when I click on "Add Items" in any album in my gallery2 2.3.1-dfsg
> install, the site actually crashes out with an error about missing
> /usr/share/gallery2/modules/uploadapplet/* files.
> 
> This renders gallery2 essentially unusable.

If you want to use the upload applet, you'll need to reinstall it from
the downloadable plugins.  I put a note in README.Debian but will make
this more prominent, such as triggering the upgrader to run so the
missing modules are deactivated.



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



Bug#568483: Acknowledgement (beagle: fills whole /tmp partition)

2010-02-04 Thread Witold Baryluk
Hi,

It is possible that problem is that i have /home restored from
backups, some time ago.

Then, maybe version of beagle which created this files
are not supported by current version of beagle.

Maybe this is because there is some filesystem id's in the indexes?

I moved ~/.beagle to ~/.begle_temporarly_disable, and started
beagled + done some configuration in beagle-setting (identical as previous),
and beagle started indexing everything...


-- 
Witold Baryluk


signature.asc
Description: Digital signature


Bug#568195: Installed, but with errors

2010-02-04 Thread Hugo A. M. Torres


> Hi, I faced the similar problem. The only file in site-packages was
> compizconfig.so . I moved it to dist-packages and created a symlink as
> required. After that the problem was gone. 


Yes, after doing that the package was installed here too, with a an
exception:

sudo apt-get -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  python2.6-minimal
The following NEW packages will be installed:
  python2.6-minimal
0 upgraded, 1 newly installed, 0 to remove and 57 not upgraded.
3 not fully installed or removed.
Need to get 0B/1,457kB of archives.
After this operation, 5,136kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 276762 files and directories currently installed.)
Unpacking python2.6-minimal
(from .../python2.6-minimal_2.6.4-4_amd64.deb) ...
Processing triggers for man-db ...
Setting up python2.6-minimal (2.6.4-4) ...
Linking and byte-compiling packages for runtime python2.6...
Compiling 
/usr/lib/python2.6/dist-packages/Scientific/Geometry/Transformation.py ...
SyntaxError: ('invalid syntax',
('/usr/lib/python2.6/dist-packages/Scientific/Geometry/Transformation.py', 168, 
3, '\tas = -self.tensor.asymmetricalPart()\n'))

Errors were ignored.
/usr/lib/python2.6/dist-packages/scipy/stats/mstats_basic.py:106:
SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert(output.ndim == 2, "The input should be 2D!")
Setting up python2.6 (2.6.4-4) ...
Setting up libpython2.6 (2.6.4-4) ...
Setting up python-gst0.10 (0.10.17-1+b1) ...
Processing triggers for python-support ...
Processing triggers for menu ...



Bug#568484: mailutils FTBFS: undefined macro: AM_GNU_RADIUS, and python2.6 install paths

2010-02-04 Thread Kamal Mostafa
Package: mailutils
Version: 1:2.1+dfsg1-4
Severity: important
Tags: patch
Justification: fails to build from source
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch


In Ubuntu, I have submitted the attached patch to achieve the following:

  * Fix FTBFS in Ubuntu Lucid (LP: #517366)
- configure.ac: Disable AM_GNU_RADIUS check (breaks internal autoconf)
- python-mailutils.install: python2.6 needs dist-packages not site-packages
diff -u mailutils-2.1+dfsg1/debian/python-mailutils.install mailutils-2.1+dfsg1/debian/python-mailutils.install
--- mailutils-2.1+dfsg1/debian/python-mailutils.install
+++ mailutils-2.1+dfsg1/debian/python-mailutils.install
@@ -1 +1 @@
-debian/tmp/usr/lib/python*/site-packages/mailutils/*.py
+debian/tmp/usr/lib/python*/dist-packages/mailutils/*.py
diff -u mailutils-2.1+dfsg1/debian/patches/series mailutils-2.1+dfsg1/debian/patches/series
--- mailutils-2.1+dfsg1/debian/patches/series
+++ mailutils-2.1+dfsg1/debian/patches/series
@@ -6,0 +7 @@
+disable_am_gnu_radius.diff
only in patch2:
unchanged:
--- mailutils-2.1+dfsg1.orig/debian/patches/disable_am_gnu_radius.diff
+++ mailutils-2.1+dfsg1/debian/patches/disable_am_gnu_radius.diff
@@ -0,0 +1,25 @@
+Index: mailutils/configure.ac
+===
+--- mailutils.orig/configure.ac	2010-02-04 17:52:33.0 -0800
 mailutils/configure.ac	2010-02-04 17:52:40.0 -0800
+@@ -814,12 +814,14 @@
+ 
+ MU_ENABLE_SUPPORT(maildir)
+ 
+-# FIXME: Should be --with-radius 
+-MU_ENABLE_SUPPORT(radius,
+-  [AM_GNU_RADIUS(1.6,
+-		 [MU_AUTHLIBS="$MU_AUTHLIBS -lgnuradius"
+-  mu_cv_enable_radius=yes],
+- [mu_cv_enable_radius=no])]) 
++## Disabled to avoid FTBFS in Ubuntu Lucid (LP: #nn):
++##
++## # FIXME: Should be --with-radius 
++## MU_ENABLE_SUPPORT(radius,
++##   [AM_GNU_RADIUS(1.6,
++## 		 [MU_AUTHLIBS="$MU_AUTHLIBS -lgnuradius"
++##   mu_cv_enable_radius=yes],
++##  [mu_cv_enable_radius=no])]) 
+ 
+ AC_ARG_ENABLE([experimental],
+   AC_HELP_STRING([--enable-experimental],


Bug#568483: beagle: fills whole /tmp partition

2010-02-04 Thread Witold Baryluk
Package: beagle
Version: 0.3.9-3
Severity: important

I already reported this problem, but for some reasons it is not in BTS.

So reporting again.

I have /home on ext4 with xattr, etc.

I have also /tmp also on ext4 with xattr, etc.

Every time i login into the gnome, beagle after 2 minutes
fills /tmp/begle-something-xxx/ directory (about 1 GB),
and i recive gnome warning that /tmp is filling.

Only way is calling beagle-shutdown (but it doesn't work properly),
kiill it (it also doesn't work properly), kill -9 it,
and then remove manually this directory (and stall locks).


bary...@sredniczarny:~$ cat  
/tmp/beagle-baryluk-09e6fb68-6a28-4838-938e-68a67434ebcb
bary...@sredniczarny:~$

my ~/.beagle directory have:
bary...@sredniczarny:~$ du -hs /home/baryluk/.beagle/
1,2G/home/baryluk/.beagle/

and there is still plenty of free space (7GB).

So reasons why this is so is unknown to me.

When running in foreground i see:


Debug: Initializing index synchronization
Debug: Remote index storage dir /home/baryluk/.beagle/Indexes will be 
synchronized to temp local storage dir 
/tmp/beagle-baryluk-5fb88fe6-354c-4d4b-bbe6-7458c8c52ca1/Indexes



After removing /home/baryluk/.beagle/remote_storage_dir
and runing beagled again, this file is recreated with some new UUID,
and process repeats.



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

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

Versions of packages beagle depends on:
ii  adduser 3.112add and remove users and groups
ii  bash4.1-1The GNU Bourne Again SHell
ii  dbus1.2.20-2 simple interprocess messaging syst
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libavahi1.0-cil 0.6.19-4.1   CLI bindings for Avahi
ii  libc6   2.10.2-5 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libchm1 2:0.40-2 library for dealing with Microsoft
ii  libexif12   0.6.19-1 library to parse EXIF files
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2.0-cil 2.24.1-6 CLI binding for GConf 2.24
ii  libglade2.0-cil 2.12.9-4 CLI binding for the Glade librarie
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libglib2.0-cil  2.12.9-4 CLI binding for the GLib utility l
ii  libgmime2.2a-cil2.2.25-1 CLI binding for the MIME library
ii  libgnome-desktop-2-11   2.28.2-1 Utility library for loading .deskt
ii  libgnome-vfs2.0-cil 2.24.1-6 CLI binding for GnomeVFS 2.24
ii  libgnome2.24-cil2.24.1-6 CLI binding for GNOME 2.24
ii  libgsf-1-1141.14.16-1Structured File Library - runtime 
ii  libgsf0.0-cil   0.8-3CLI bindings for libgsf
ii  libgtk2.0-0 2.18.6-1 The GTK+ graphical user interface 
ii  libgtk2.0-cil   2.12.9-4 CLI binding for the GTK+ toolkit 2
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-15The Independent JPEG Group's JPEG 
ii  libmono-cairo2.0-cil2.4.3+dfsg-1 Mono Cairo library (for CLI 2.0)
ii  libmono-corlib2.0-cil   2.4.3+dfsg-1 Mono core library (for CLI 2.0)
ii  libmono-posix2.0-cil2.4.3+dfsg-1 Mono.Posix library (for CLI 2.0)
ii  libmono-security2.0-cil 2.4.3+dfsg-1 Mono Security library (for CLI 2.0
ii  libmono-sharpzip2.84-ci 2.4.3+dfsg-1 Mono SharpZipLib library (for CLI 
ii  libmono-sqlite2.0-cil   2.4.3+dfsg-1 Mono Sqlite library (for CLI 2.0)
ii  libmono-system-data2.0- 2.4.3+dfsg-1 Mono System.Data Library (for CLI 
ii  libmono-system-web2.0-c 2.4.3+dfsg-1 Mono System.Web Library (for CLI 2
ii  libmono-system2.0-cil   2.4.3+dfsg-1 Mono System libraries (for CLI 2.0
ii  libmono02.4.3+dfsg-1 Mono JIT library
ii  libndesk-dbus-glib1.0-c 0.4.1-3  CLI implementation of D-Bus (GLib 
ii  libndesk-dbus1.0-cil0.6.0-4  CLI implementation of D-Bus
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libpng12-0  1.2.42-1 PNG library - runtime
ii  librsvg2-2  2.26.0-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsqlite3-03.6.22-1 SQLite 3 shared library
ii  libtaglib2.0-cil  

Bug#568482: glew: please improve long descriptions

2010-02-04 Thread Paul Brossier
Package: glew
Version: 1.5.1-7
Severity: wishlist

Hi!

The libglewmx* packages currently contain the following sentence:

"This package contains the development libraries compiled with GLEW_MX"

It would help to explain that GLEW_MX adds "thread-safe support for
multiple rendering contexts", as mentioned at [0].

[0] http://glew.sourceforge.net/advanced.html

Cheers, piem

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

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



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



Bug#567245: gfxpayload black screen with modeset

2010-02-04 Thread Julien Cristau
reopen 567245
severity 567245 grave
kthxbye

On Sun, Jan 31, 2010 at 12:59:58 +0100, Jérémy Lal wrote:

> Hi,
> using (the debian) kernel 2.6.32-5 (with CONFIG_FB_EFI=y)
> i also get a black screen just after "loading ramdisk".
> It happens when both
>   video=i915:modeset=1
>   gfxpayload=keep
> are set.
> Of course i have an intel gpu.
> 
> - kms is enabled and works when i comment out gfxpayload=keep.
> - no black screen when i remove video=i915:modeset=1 parameter.
> 
Similar here, afaict.  Latest grub update enabled efifb which gives me a
black screen instead of a console.  If I type my cryptsetup passphrase
blind, the boot continues, but the fb handover to i915 seems to fail, so
even after i915 gets loaded I still don't have consoles.  I can provide
dmesg if necessary, but this change needs reverting.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#568481: [branch] Please provide a edit-patch wrapper that abstracts away the different patch systems (as far as possible)

2010-02-04 Thread Michael Vogt
Package: devscripts
Version: 2.10.61ubuntu2
Severity: wishlist
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid ubuntu-patch

Please include a wrapper for editing patches. I wrote a simple wrapper
that also includes basic support for vcs integration here:
bzr get https://code.edge.launchpad.net/~mvo/+junk/edit-patch

(I'm happy to send the file itself, but I'm still adding features, so
I thought that a branch is a better idea :)

It contains support for quilt, cdbs, dpatch (dbs is missing). The only
vcs that is supported is bzr (that is the one I use). But it should be
trivial to expand it to other popular ones like git or svn. It also
adds a example patch header.

I hope you like the idea, please let me know if there is anything
that you feel should be added.

Thanks,
 Michael


-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
Not present

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

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

Versions of packages devscripts depends on:
ii  dpkg-dev 1.15.4.1ubuntu1 Debian package development tools
ii  libc62.11.1-0ubuntu2 Embedded GNU C Library: Shared lib
ii  perl 5.10.1-8ubuntu1 Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at  3.1.11-1ubuntu4  Delayed job execution and batch pr
ii  bsd 8.1.2-0.20090911cvs-2ubuntu1 simple mail user agent
ii  bzr 2.0.3-1  easy to use distributed version co
ii  chr 4.0.305.0~svn20100123r36929-0ubuntu1 Chromium browser
ii  cur 7.19.7-1ubuntu1  Get a file from an HTTP, HTTPS or 
ii  cvs 1:1.12.13-12ubuntu1  Concurrent Versions System
ii  dct 2.14 Command-line tools to process Debi
ii  dpu 0.9.4ubuntu3 Debian package upload tool
ii  dup 2.6.6ubuntu1 utility to upload Debian packages
ii  epi 2.29.6-1 Intuitive GNOME web browser
ii  fak 1.14.4-1ubuntu1  Gives a fake root environment
ii  fir 3.6+nobinonly-0ubuntu1   safe and easy web browser from Moz
ii  git 1:1.6.5-1fast, scalable, distributed revisi
ii  gnu 1.4.10-2ubuntu1  GNU privacy guard - a free PGP rep
ii  lib 2.13-1   Authen::SASL - SASL Authentication
ii  lib 2.005-2  Easy OO parsing of Debian control-
ii  lib 0.2-4build2  Perl extension for retrieving term
ii  lib 1.1900-1 Time and date functions for Perl
ii  lib 1.50-1ubuntu1module to manipulate and access UR
ii  lib 5.834-1  Perl HTTP/WWW client/server librar
ii  lin 2.3.2ubuntu1 Debian package checker
ii  lsb 4.0-0ubuntu7 Linux Standard Base version report
ii  lzm 4.43-14ubuntu1   Compression method of 7z format in
ii  mai 1:20081101-2ubuntu1  Transitional package for mailx ren
ii  man 2.5.6-5  on-line manual pager
ii  ope 1:5.3p1-1ubuntu1 secure shell (SSH) client, for sec
ii  pat 2.6-2Apply a diff file to an original
ii  pat 0.3.1-2  Utilities to work with patches
ii  sen 0.0.1ubuntu1 Utilities for sensible alternative
ii  str 4.5.18-1ubuntu2  A system call tracer
ii  sub 1.6.6dfsg-2ubuntu1   Advanced version control system
ii  unz 6.0-1De-archiver for .zip files
ii  w3m 0.5.2-2.1ubuntu1 WWW browsable pager with excellent
ii  wdi 0.5-19   Compares two files word by word
ii  wge 1.12-1.1ubuntu2  retrieves files from the web

Versions of packages devscripts suggests:
ii  build-essential 11.4 Informational list of build-essent
pn  cvs-buildpackage   (no description available)
pn  debian-keyring (no description available)
pn  debian-maintainers (no description available)
pn  devscripts-el  (no description available)
pn  equivs (no description available)
pn  gnuplot(no description available)
ii  libcrypt-ssleay-perl0.57-2   Support for https protocol in LWP
pn  libfile-desktopentry-pe(no description available)
pn  libnet-smtp-ssl-perl   (no description available)
pn  libsoap-lite-perl  (no description available)
pn  libyaml-syck-perl

Bug#568381: debconf segfauls with DEBIAN_FRONTEND=text

2010-02-04 Thread Colin Watson
tags 568381 pending
thanks

On Thu, Feb 04, 2010 at 07:52:23PM +, Colin Watson wrote:
> On Thu, Feb 04, 2010 at 08:07:50PM +0100, Frans Pop wrote:
> > On Thursday 04 February 2010, Martin Michlmayr wrote:
> > > Marko Jung reported that d-i segfaults when you use
> > > DEBIAN_FRONTEND=text.  I can reproduce this.
> > 
> > I've traced this to Colin's commit that adds the "passthrough" frontend 
> > (r59807). If I revert that the text frontend works fine again.
> > 
> > It may possibly have something to do with the progress bar STEP increasing 
> > to a value higher than the specified maximum, but that's a guess.
> > 
> > Someone more at home in C than I will have to look deeper than that.
> > 
> > Colin, do you have time?
> 
> I should have time today.  Grabbing a current image now.

Fixed in r62177.  I've asked Otavio on IRC if it's OK to upload this,
since I don't want to inadvertently stomp on d-i release preparation.

-- 
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#568480: libpam.so.0: version `LIBPAM_EXTENSION_1.1.1' not found (required by pam_cracklib.so)

2010-02-04 Thread Witold Baryluk
Package: libpam-cracklib
Version: 1.1.1-1
Severity: normal

I have in my logfiles for some time now something like this:

Feb  4 02:17:01 sredniczarny CRON[20677]: PAM unable to 
dlopen(/lib/security/pam_cracklib.so): /lib/libpam.so.0: version 
`LIBPAM_EXTENSION_1.1.1' not found (required by /lib/security/pam_cracklib.so)
Feb  4 02:17:01 sredniczarny CRON[20677]: PAM adding faulty module: 
/lib/security/pam_cracklib.so


So effectively cracklib is not working.



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

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

Versions of packages libpam-cracklib depends on:
ii  cracklib-runtime  2.8.15-9   runtime support for password check
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libcrack2 2.8.15-9   pro-active password checker librar
ii  libpam-runtime1.1.1-1Runtime support for the PAM librar
ii  libpam0g  1.1.1-1Pluggable Authentication Modules l
ii  wamerican [wordlist]  6-3American English dictionary words 
ii  wpolish [wordlist]20090830-1 Polish dictionary words for /usr/s

libpam-cracklib recommends no packages.

libpam-cracklib 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#363193: pbuilder-satisfydepends does not support new style architecture specifications

2010-02-04 Thread Darren Salt
I've just tested with gxine (which now uses libgudev where available). Looks
like those patches are working properly (or sufficiently so for my purposes)
:-)

-- 
| Darren Salt| linux at youmustbejoking | nr. Ashington, | Doon
| using Debian GNU/Linux | or ds,demon,co,uk| Northumberland | Army
| + http://www.youmustbejoking.demon.co.uk/ & http://tartarus.org/ds/

This message was brought to you using only 100% recycled electrons.



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



Bug#545553: [libtemplate-perl] New version available

2010-02-04 Thread Scott Glenn

Hi,

Any update on this?  It looks like there may have been a packaged 
version here: http://people.debian.org/~mako/outgoing/libtemplate-perl/
at some point but it's no longer there and the latest version (2.2) is 
still not in testing or unstable.


Thanks,
S. Glenn



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



Bug#568477: Please update to latest upstream version with udev support

2010-02-04 Thread Michael Biebl
Package: system-config-printer
Version: 1.0.0-6
Severity: normal

Hi,

hal-cups-utils is installed in a default GNOME install which drags in
hal as dependency. Please consider updating system-config-printer to the
latest upstream version which obsoletes and replaces hal-cups-utils by
providing udev rules and callouts.
Ubuntu has packaged this as system-config-printer-udev, which
conflicts/replaces hal-cups-utils, so this would need coordination with
the hal-cups-utils package maintainer.


Cheers,
Michael

[1] http://wiki.debian.org/HALRemoval

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

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

Versions of packages system-config-printer depends on:
ii  gksu   2.0.2-2+b1graphical frontend to su
ii  gnome-icon-theme   2.28.0-1  GNOME Desktop icon theme
ii  python 2.5.4-9   An interactive high-level object-o
ii  python-cups1.9.31-1.1+b1 Python bindings for CUPS
ii  python-cupsutils   1.0.0-6   Python utility modules around the 
ii  python-dbus0.83.0-1+b1   simple interprocess messaging syst
ii  python-glade2  2.16.0-2  GTK+ bindings: Glade support
ii  python-gnome2  2.28.0-2  Python bindings for the GNOME desk
ii  python-gtk22.16.0-2  Python bindings for the GTK+ widge
ii  python-notify  0.1.1-2+b1Python bindings for libnotify
ii  python-support 1.0.6 automated rebuilding support for P

Versions of packages system-config-printer recommends:
ii  hal-cups-utils0.6.16-3   Utilities to detect and configure 
ii  synaptic  0.63   Graphical package manager

system-config-printer 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#568478: build packages build-depending on gnat on armel

2010-02-04 Thread Matthias Klose

Package: buildd.debian.org

gnat-4.4 and gnat are now available on armel, packages build-depending on it 
should be built. bug reports changing the packages are filed as

http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=gnat-armel;users=debian-...@lists.debian.org
=== modified file 'Packages-arch-specific'
--- Packages-arch-specific  2010-02-05 01:34:25 +
+++ Packages-arch-specific  2010-02-05 01:36:46 +
@@ -532,21 +532,21 @@
 %cmucl: i386
 
 ## Depend: on libgnat-4.3
-%adasockets:  alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 
mips mipsel s390 sparc powerpc
-%adacgi:  alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 
mips mipsel s390 sparc powerpc
-%asis:alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 
mips mipsel s390 sparc powerpc
-%gnade:   alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 
mips mipsel s390 sparc powerpc
-%libaunit:alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 
mips mipsel s390 sparc powerpc
-%libflorist:  alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 
mips mipsel s390 sparc powerpc
-%libgtkada2:  alpha amd64 hppa i386 ia64 lpia kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
-%opentoken:   alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 
mips mipsel s390 sparc powerpc
-%libtemplates-parser: alpha amd64 hppa i386 ia64 lpia kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
-%libtexttools:alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 
mips mipsel s390 sparc powerpc
-%topal:   alpha amd64 hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 
mips mipsel s390 sparc powerpc
+%adasockets:  alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%adacgi:  alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%asis:alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%gnade:   alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%libaunit:alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%libflorist:  alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%libgtkada2:  alpha amd64 armel hppa i386 ia64 lpia kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%opentoken:   alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%libtemplates-parser: alpha amd64 armel hppa i386 ia64 lpia kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%libtexttools:alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
+%topal:   alpha amd64 armel hppa i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel s390 sparc powerpc
 
 
 # Depend on gnat-3.3, gnat-3.4
-%music123: !arm !armel !m68k
+%music123: !arm !m68k
 ghdl: !m68k
 
 # IEEE-1394 Firewire



Bug#568476: Please update to >= 0.85 which no longer relies on HAL

2010-02-04 Thread Michael Biebl
Package: update-notifier
Version: 0.70.7.debian-7
Severity: normal
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: halectomy

Hi,

please consider updating update-notifier to the latest version from
Ubuntu which no longer relies on HAL. According to the changelog this
port happened in 0.85, the latest Ubuntu version is 0.93 and uses
libgdu/libgudev.

For more information see [1].

Cheers,
Michael

[1] http://wiki.debian.org/HALRemoval



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

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

Versions of packages update-notifier depends on:
ii  dbus-x11 1.2.20-2simple interprocess messaging syst
ii  gksu 2.0.2-2+b1  graphical frontend to su
ii  hal  0.5.14-2Hardware Abstraction Layer
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libatk1.0-0  1.28.0-1The ATK accessibility toolkit
ii  libbonobo2-0 2.24.2-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.24.2-1The Bonobo UI library
ii  libc62.10.2-5Embedded GNU C Library: Shared lib
ii  libcairo21.8.8-2 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.20-2simple interprocess messaging syst
ii  libdbus-glib-1-2 0.84-1  simple interprocess messaging syst
ii  libfontconfig1   2.8.0-2 generic font configuration library
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libgconf2-4  2.28.0-1GNOME configuration database syste
ii  libglade2-0  1:2.6.4-1   library to load .glade files at ru
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libgnome2-0  2.28.0-1The GNOME library - runtime files
ii  libgnomecanvas2-02.26.0-1A powerful object-oriented display
ii  libgnomeui-0 2.24.2-1The GNOME libraries (User Interfac
ii  libgnomevfs2-0   1:2.24.2-1  GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.18.6-1The GTK+ graphical user interface 
ii  libhal1  0.5.14-2Hardware Abstraction Layer - share
ii  libice6  2:1.0.6-1   X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-g 0.4.5-1 sends desktop notifications to a n
ii  liborbit21:2.14.17-2 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.26.2-1Layout and rendering of internatio
ii  libpopt0 1.15-1  lib for parsing cmdline parameters
ii  libsm6   2:1.1.1-1   X11 Session Management library
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxau6  1:1.0.5-1   X11 authorisation library
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library
ii  notification-daemon  0.4.0-2 a daemon that displays passive pop
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-apt   0.7.93  Python interface to libapt-pkg
ii  update-manager-gnome 0.200.0-1   GNOME application that manages sof
ii  update-notifier-common   0.70.7.debian-7 Files shared between update-notifi

update-notifier recommends no packages.

update-notifier 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#440027: still happens

2010-02-04 Thread Pedro R
Package: synaptic
Version: 0.63
Severity: normal

This bug is still present in version 0.63!!! 


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

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

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

Versions of packages synaptic recommends:
ii  deborphan 1.7.28 program that can find unused packa
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  libgnome2-perl1.042-2Perl interface to the GNOME librar
ii  menu  2.1.43 generates programs menu for all me

Versions of packages synaptic suggests:
pn  dwww   (no description available)

-- no debconf information



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



Bug#568475: keyboard-configuration: Please use pc104 for *_PL.

2010-02-04 Thread Piotr Engelking
Package: keyboard-configuration
Version: 1.51
Severity: normal
Tags: l10n

As of version 1.51, keyboard-configuration uses pc105 as the default
keyboard model for *_PL locales. Please use pc104 instead, as this the
keyboard that is normally used in Poland.

Reference:

http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdpl1.htm


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

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

Versions of packages keyboard-configuration depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy

keyboard-configuration recommends no packages.

keyboard-configuration suggests no packages.

-- debconf information:
  keyboard-configuration/layout:
* keyboard-configuration/variant: Poland
  keyboard-configuration/unsupported_options: true
  keyboard-configuration/optionscode: lv3:ralt_switch,compose:menu
  keyboard-configuration/modelcode: samsung4500
  keyboard-configuration/unsupported_config_options: true
  keyboard-configuration/toggle: No toggling
* keyboard-configuration/altgr: Right Alt (AltGr)
  keyboard-configuration/unsupported_layout: true
  keyboard-configuration/layoutcode: pl
  debian-installer/console-setup-udeb/title:
* keyboard-configuration/ctrl_alt_bksp: false
  keyboard-configuration/variantcode:
  keyboard-configuration/other:
  keyboard-configuration/unsupported_config_layout: true
* keyboard-configuration/compose: Menu key
  keyboard-configuration/switch: No temporary switch
* keyboard-configuration/model: Samsung SDM 4500P



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



Bug#414287: me too

2010-02-04 Thread Marco d'Itri
On Feb 05, John Wright  wrote:

> Maybe.  I'm not sure it would be consistent, though.  What if the initrd
> doesn't have persistent-net-rules for two new interfaces?  With
> write_net_rules in the initramfs, we should at least have successfully
> renamed all the devices in initramfs, and the "real"
> persistent-net-rules file on the rootfs would then get the order found
> in initramfs the first time.  But what about subsequent boots?  If we
> don't regenerate the initramfs, it's still possible that network device
> order in initramfs will be different than the one decided when udev runs
> in real init.
Indeed, and I'd rather have consistent than random breakage.

I cannot think of a better solution than a knob in /etc/default/ to let
people who mount the root over the network include
70-persistent-net.rules (with an autodetected default?).
While this would fix the the package for the common case it would
reliably break it for some others.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#568317: linux-image-* postinst did not correctly run lilo

2010-02-04 Thread paul . szabo
Dear Ben,

> kernel-package has an old version of the script templates.
> The templates used by linux-2.6 are in debian/templates/temp.image.plain.

Where do I find that? I am using (working, building on) Debian lenny,
building from linux-source-2.6.26-21.tar.bz2 . (Anyway, are not my
suggested changes simple enough so you do not need actual patch files?)

Thanks, Paul

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



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



Bug#414287: me too

2010-02-04 Thread John Wright
Hi Marco,

On Fri, Feb 05, 2010 at 01:34:58AM +0100, Marco d'Itri wrote:
> On Jan 21, John Wright  wrote:
> 
> Thank you for your analisys, it is really appreciated.
> But I am not sure that the solution you proposed is optimal:
> 
> >  * Don't put the persistent-net rules in the initrd.
> >- Users can easily modify persistent-net.rules on the system without
> >  running update-initramfs, and there's no point in setting up
> >  interfaces twice anyway.
> Actually there is a point: what about systems booting from iSCSI, NFS
> or NBD? I suppose they rely on network devices being correctly named
> in the initramfs before the root is mounted.

I didn't think of that.  I guess we should care in that case. :)

> >  our persistent-net.rules.  Then, we add another interface, which
> >  the kernel happens to see as eth0.  Without
> >  persistent-net-generator.rules (or rather, without write_net_rules,
> >  which isn't included in the initrd), the new interface will never
> Now I wonder why I added persistent-net-generator.rules without
> write_net_rules... Maybe I should add write_net_rules too, but I would
> first need to modify it to always use /dev/.udev/ when running in the
> initramfs.

Maybe.  I'm not sure it would be consistent, though.  What if the initrd
doesn't have persistent-net-rules for two new interfaces?  With
write_net_rules in the initramfs, we should at least have successfully
renamed all the devices in initramfs, and the "real"
persistent-net-rules file on the rootfs would then get the order found
in initramfs the first time.  But what about subsequent boots?  If we
don't regenerate the initramfs, it's still possible that network device
order in initramfs will be different than the one decided when udev runs
in real init.

-- 
+-+
| John Wright |
| Hewlett-Packard Telco Platform Software |
+-+



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



Bug#555408: private locale copy is never updated

2010-02-04 Thread Piotr Engelking
Russ Allbery :

>>>      + [RA] Generate an en_US.UTF-8 locale in /var/lib/lintian/locale for
>>>        use for tests, particularly man page tests.  (Closes: #555408)
>
>> The private copy of the en_US.UTF-8 locale that lintian generates is
>> not updated when the locale definitions change. This looks like asking
>> for trouble.
>
> Do you think the man-db warning results would ever change based on things
> that would change about the locale, particularly at this point in the
> maturity of en_US.UTF-8?  It seems unlikely to me on first glance.

en_US.UTF-8 certainly does change from time to time, for an example to
add new characters to the LC_CTYPE character classes when new Unicode
versions are released. I do not know if these changes would affect the
man-db warnings, but the above changelog entry suggests that lintian
may plan to use its private locale copy for other purposes as well.



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



Bug#568474: libtemplates-parser-doc has unknown section docs

2010-02-04 Thread Matthias Klose

Package: libtemplates-parser-doc
Version: 11.5-2
Severity: important
Tags: patch

s/docs/doc/

at least in the current form, the package is rejected for the upload to ubuntu.



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



Bug#568473: checkbashisms: please detect the new bash 4.x built-ins

2010-02-04 Thread Raphael Geissert
Package: devscripts
Version: 2.10.61
Severity: wishlist
User: devscri...@packages.debian.org
Usertags: checkbashisms

Hi,

What the subject says. I think these are the ones:
caller, readarray, mapfile, enable, fc

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Bug#543448:

2010-02-04 Thread Pedro Ribeiro
severity 543448 important

Please add these libraries!

Skype does not work without it.

Many thanks,
Pedro



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



Bug#441970: Bug#524609: marked as done ([kcheckgmail] Kcheckgmail hasn't icon in KDE Kickoff menu.)

2010-02-04 Thread Raphael Geissert
notfixed 441970 0.5.7.7-1+rm
notfixed 524609  0.5.7.7-1+rm
thanks

> From: Marco Rodrigues 
> To: 524609-d...@bugs.debian.org
> Date: Fri, 5 Feb 2010 00:22:46 + (WET)
> Subject: Package kcheckgmail has been removed from Debian
> Version: 0.5.7.7-1+rm
>
> You filled the bug http://bugs.debian.org/524609 in Debian BTS

s/filled/filed

> against the package kcheckgmail. I'm closing it at *unstable*, but it will
> remain open for older distributions.
>
> For more information about this package's removal, read
> http://bugs.debian.org/566886. That bug might give the reasons why
> this package was removed and suggestions of possible replacements.

Not true. It was removed from *stable*.

Please fix the script, I don't know how many times I've been hit by
the script's bugs already.

Regards,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Bug#568472: ITP: mercurial-keyring -- mercurial_keyring is a Mercurial extension used to securely save HTTP and SMTP authentication passwords in password databases.

2010-02-04 Thread Carl Chenet
Package: wnpp
Severity: wishlist
Owner: Carl Chenet 


* Package name: mercurial-keyring
  Version : 0.4.1
  Upstream Author : Marcin Kasperski 
* URL : http://pypi.python.org/pypi/mercurial_keyring
* License : GPL
  Programming Lang: Python
  Description : Mercurial extension used to securely save HTTP and SMTP 
authentication passwords.

mercurial_keyring is a Mercurial extension used to securely save HTTP and SMTP 
authentication passwords in password databases (Gnome Keyring, KDE KWallet, 
OSXKeyChain, specific solutions for Win32 and command line). This extension 
uses and wraps services of the python-keyring library.



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



Bug#414287: me too

2010-02-04 Thread Marco d'Itri
On Jan 21, John Wright  wrote:

Thank you for your analisys, it is really appreciated.
But I am not sure that the solution you proposed is optimal:

>  * Don't put the persistent-net rules in the initrd.
>- Users can easily modify persistent-net.rules on the system without
>  running update-initramfs, and there's no point in setting up
>  interfaces twice anyway.
Actually there is a point: what about systems booting from iSCSI, NFS
or NBD? I suppose they rely on network devices being correctly named
in the initramfs before the root is mounted.

>  our persistent-net.rules.  Then, we add another interface, which
>  the kernel happens to see as eth0.  Without
>  persistent-net-generator.rules (or rather, without write_net_rules,
>  which isn't included in the initrd), the new interface will never
Now I wonder why I added persistent-net-generator.rules without
write_net_rules... Maybe I should add write_net_rules too, but I would
first need to modify it to always use /dev/.udev/ when running in the
initramfs.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#562486: please enable tomoyo

2010-02-04 Thread Marco d'Itri
On Feb 05, Moritz Muehlenhoff  wrote:

> OTOH enabling it for Squeeze doesn't make much sense if we don't yet have
> compatible user space tools.
It would still make sense (if the current kernel really has all the
features needed) because backporting and keeping up to date any
userspace package is much easier than backporting (or just rebuilding
with a different configuration) a Debian kernel package.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#550537: udev: Does not mount audio CDs

2010-02-04 Thread Marco d'Itri
On Dec 09, Adrian Lang  wrote:

> the current behavior in the next days.
Are there any news?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#426048: Packaging FUPPES

2010-02-04 Thread Robert Massaioli
Hi Eva,

It has been a week and I was just wondering how the merge was going? Can I
offer any help? Because I would be more than happy to; you could even send
me your changes in a diff and I'll merge them for you?

Thanks,
Robert

On Thu, Jan 28, 2010 at 11:03 PM, Eva Ramon  wrote:

> Hi Robert,
> as said I will take a look at it. I also have a ready fuppes package so I
> will try to merge your work and mine and I will upload the result to the
> collab-maint site.
>
> Regards,
> Eva
>


Bug#567611: mcedit adds two additional newline characters on the end of file

2010-02-04 Thread Witold Baryluk
Hi,

1. open new file in mc: mcedit test
2. press a, press enter
3. press F2, F10, save&exit
4. file will have 2 bytes
5. reopen it, mcedit test
6. mc will only show one line (you can't move to second)
7. go to the beggining of the first line, delete "a"
8. save and exit
9. file will have 1 byte. but should have 0 bytes.

-- 
Witold Baryluk
JID: witold.baryluk // jabster.pl


signature.asc
Description: Digital signature


Bug#568317: linux-image-* postinst did not correctly run lilo

2010-02-04 Thread Ben Hutchings
On Fri, Feb 05, 2010 at 10:54:33AM +1100, paul.sz...@sydney.edu.au wrote:
> Dear Ben,
> 
> > ... If you can provide patches, that would be most helpful.
> 
> See below. I now see that the sources of these files are in package
> kernel-package (I do not know how that relates to linux-2.6).
> I only patched the spurious /g modifiers and "cleaned up" the patterns
> e.g. to anchor at the beginning; did not drop the unnecessary my().
[...]

kernel-package has an old version of the script templates.
The templates used by linux-2.6 are in debian/templates/temp.image.plain.

Ben.
-- 
Ben Hutchings
In a hierarchy, every employee tends to rise to his level of incompetence.


signature.asc
Description: Digital signature


Bug#555408: private locale copy is never updated

2010-02-04 Thread Russ Allbery
Piotr Engelking  writes:

>>  + [RA] Generate an en_US.UTF-8 locale in /var/lib/lintian/locale for
>>use for tests, particularly man page tests.  (Closes: #555408)

> The private copy of the en_US.UTF-8 locale that lintian generates is
> not updated when the locale definitions change. This looks like asking
> for trouble.

Do you think the man-db warning results would ever change based on things
that would change about the locale, particularly at this point in the
maturity of en_US.UTF-8?  It seems unlikely to me on first glance.

-- 
Russ Allbery (r...@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#494688: crashes with apache2-mpm-worker (references to upstream fix)

2010-02-04 Thread Thomas Waldmann
Package: libapache2-mod-auth-kerb
Version: 5.3-1
Severity: important

Was fixed upstream over a year ago and looks pretty easy:

http://sourceforge.net/tracker/?func=detail&aid=1971514&group_id=51775&atid=464524

http://modauthkerb.cvs.sourceforge.net/viewvc/modauthkerb/mod_auth_kerb/src/mod_auth_kerb.c?r1=1.141&r2=1.142

Could someone PLEASE upgrade the packages in lenny, squeeze, etc.?

Module is important to support Single-Sign-On in Kerberos / Active Directory 
environment.





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



Bug#504301: debdelta-upgrade for the experimental branch

2010-02-04 Thread Nelson A. de Oliveira
Hi!

On Thu, Feb 4, 2010 at 7:54 PM, A Mennucc  wrote:
> please install 0.38 (just uploaded) and run 'debdelta-upgrade -vd' : it will
> print
> Debdelta is not present: "URI"
> and we will see where it looks for the missing deltas

Full output of "debdelta-upgrade -vd" (version 0.38) is attached.
I see nothing about openoffice.org* packages, even with the deltas
available in your repository.

# apt-cache policy openoffice.org-core
openoffice.org-core:
  Installed: 1:3.2.0~rc3-1
  Candidate: 1:3.2.0~rc3-1
  Version table:
 1:3.2.0~rc4-1 0
  1 http://ftp.us.debian.org experimental/main Packages
 *** 1:3.2.0~rc3-1 0
100 /var/lib/dpkg/status
 1:3.1.1-14 0
500 http://ftp.us.debian.org sid/main Packages

Could it somehow be related with apt-get priority system? (since
experimental has a lower priority than unstable).

Thank you!

Best regards,
Nelson


debdelta-upgrade_output.txt.gz
Description: GNU Zip compressed data


Bug#520374: Installing only libncurses-ruby1.8 is enough.

2010-02-04 Thread Marco Túlio Gontijo e Silva
Hi.

I'd just like to point that installing libncurses-ruby1.8 1.2.3-0.2 from this
repository is enough to work around this bug.

Thanks for the packages.
-- 
marcot
http://marcot.iaaeee.org/



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



Bug#555408: private locale copy is never updated

2010-02-04 Thread Piotr Engelking
>  + [RA] Generate an en_US.UTF-8 locale in /var/lib/lintian/locale for
>use for tests, particularly man page tests.  (Closes: #555408)

The private copy of the en_US.UTF-8 locale that lintian generates is
not updated when the locale definitions change. This looks like asking
for trouble.



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



Bug#568317: linux-image-* postinst did not correctly run lilo

2010-02-04 Thread paul . szabo
Dear Ben,

> ... If you can provide patches, that would be most helpful.

See below. I now see that the sources of these files are in package
kernel-package (I do not know how that relates to linux-2.6).
I only patched the spurious /g modifiers and "cleaned up" the patterns
e.g. to anchor at the beginning; did not drop the unnecessary my().

Cheers, Paul

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia


--- usr/share/kernel-package/pkg/headers/postinst.bak   2008-05-02 
15:06:28.0 +1000
+++ usr/share/kernel-package/pkg/headers/postinst   2010-02-05 
10:30:23.0 +1100
@@ -146,8 +146,8 @@
   s/\#.*$//g;
   next if /^\s*$/;
 
-  $src_postinst_hook  = "$1"  if /src_postinst_hook\s*=\s*(\S+)/ig;
-  $header_postinst_hook   = "$1"  if /header_postinst_hook\s*=\s*(\S+)/ig;
+  $src_postinst_hook  = "$1"  if 
m/^\s*src_postinst_hook\s*=\s*(\S+)\s*$/i;
+  $header_postinst_hook   = "$1"  if 
m/^\s*header_postinst_hook\s*=\s*(\S+)\s*$/i;
 }
 close CONF;
 $have_conffile = "Yes";
--- usr/share/kernel-package/pkg/source/postinst.bak2008-05-02 
15:06:28.0 +1000
+++ usr/share/kernel-package/pkg/source/postinst2010-02-05 
10:31:06.0 +1100
@@ -57,7 +57,7 @@
   s/\#.*$//g;
   next if /^\s*$/;
 
-  $src_postinst_hook   = "$1"  if /src_postinst_hook\s*=\s*(\S+)/ig;
+  $src_postinst_hook   = "$1"  if 
m/^\s*src_postinst_hook\s*=\s*(\S+)\s*$/i;
 }
 close CONF;
 $have_conffile = "Yes";
--- usr/share/kernel-package/pkg/doc/postinst.bak   2008-05-02 
15:06:28.0 +1000
+++ usr/share/kernel-package/pkg/doc/postinst   2010-02-05 10:31:51.0 
+1100
@@ -57,7 +57,7 @@
   s/\#.*$//g;
   next if /^\s*$/;
 
-  $src_postinst_hook   = "$1"  if /src_postinst_hook\s*=\s*(\S+)/ig;
+  $src_postinst_hook   = "$1"  if 
m/^\s*src_postinst_hook\s*=\s*(\S+)\s*$/i;
 }
 close CONF;
 $have_conffile = "Yes";
--- usr/share/kernel-package/pkg/image/postinst.bak 2008-11-25 
04:01:32.0 +1100
+++ usr/share/kernel-package/pkg/image/postinst 2010-02-05 10:43:59.0 
+1100
@@ -116,60 +116,60 @@
   warn "Option image_in_boot is deprecated, and will go away. Use 
link_in_boot instead.\n"
 if m/image_in_boot\s*=\s*/;
 
-  $do_symlink  = "" if /do_symlinks\s*=\s*(no|false|0)\s*$/ig;
-  $no_symlink  = "" if /no_symlinks\s*=\s*(no|false|0)\s*$/ig;
-  $reverse_symlink = "" if /reverse_symlink\s*=\s*(no|false|0)\s*$/ig;
-  $link_in_boot= "" if /link_in_boot\s*=\s*(no|false|0)\s*$/ig;
-  $link_in_boot= "" if /image_in_boot\s*=\s*(no|false|0)\s*$/ig;
-  $move_image  = "" if /move_image\s*=\s*(no|false|0)\s*$/ig;
-  $clobber_modules = '' if /clobber_modules\s*=\s*(no|false|0)\s*$/ig;
-  $do_boot_enable  = '' if /do_boot_enable\s*=\s*(no|false|0)\s*$/ig;
-  $do_bootfloppy   = '' if /do_bootfloppy\s*=\s*(no|false|0)\s*$/ig;
-  $relative_links  = '' if /relative_links \s*=\s*(no|false|0)\s*$/ig;
-  $do_bootloader   = '' if /do_bootloader\s*=\s*(no|false|0)\s*$/ig;
-  $do_initrd   = '' if /do_initrd\s*=\s*(no|false|0)\s*$/ig;
-  $warn_initrd = '' if /warn_initrd\s*=\s*(no|false|0)\s*$/ig;
-  $use_hard_links  = '' if /use_hard_links\s*=\s*(no|false|0)\s*$/ig;
-  $silent_modules  = '' if /silent_modules\s*=\s*(no|false|0)\s*$/ig;
-  $silent_loader   = '' if /silent_loader\s*=\s*(no|false|0)\s*$/ig;
-  $warn_reboot = '' if /warn_reboot\s*=\s*(no|false|0)\s*$/ig;
-  $minimal_swap= '' if /minimal_swap\s*=\s*(no|false|0)\s*$/ig;
-  $ignore_depmod_err = '' if /ignore_depmod_err\s*=\s*(no|false|0)\s*$/ig;
-  $relink_src_link   = '' if /relink_src_link\s*=\s*(no|false|0)\s*$/ig;
-  $relink_build_link = '' if /relink_build_link\s*=\s*(no|false|0)\s*$/ig;
-  $force_build_link  = '' if /force_build_link\s*=\s*(no|false|0)\s*$/ig;
-
-  $do_symlink  = "Yes" if /do_symlinks\s*=\s*(yes|true|1)\s*$/ig;
-  $no_symlink  = "Yes" if /no_symlinks\s*=\s*(yes|true|1)\s*$/ig;
-  $reverse_symlink = "Yes" if /reverse_symlinks\s*=\s*(yes|true|1)\s*$/ig;
-  $link_in_boot= "Yes" if /link_in_boot\s*=\s*(yes|true|1)\s*$/ig;
-  $link_in_boot= "Yes" if /image_in_boot\s*=\s*(yes|true|1)\s*$/ig;
-  $move_image  = "Yes" if /move_image\s*=\s*(yes|true|1)\s*$/ig;
-  $clobber_modules = "Yes" if /clobber_modules\s*=\s*(yes|true|1)\s*$/ig;
-  $do_boot_enable  = "Yes" if /do_boot_enable\s*=\s*(yes|true|1)\s*$/ig;
-  $do_bootfloppy   = "Yes" if /do_bootfloppy\s*=\s*(yes|true|1)\s*$/ig;
-  $do_bootloader   = "Yes" if /do_bootloader\s*=\s*(yes|true|1)\s*$/ig;
-  $explicit_do_loader = "YES" if /do_bootloader\s*=\s*(yes|true|1)\s*$/ig;
-  $relative_links  = "Yes" if /relative_links\s*=\s*(yes|true|1)\s*$/ig;
-  $do_initrd   = "Yes" if /do_in

Bug#568471: mayavi2: Depends on libvtk5.2 and python-vtk 5.4.x

2010-02-04 Thread Jonas Smedegaard
Package: mayavi2
Version: 3.3.0-1
Severity: normal

Probably should depend on libvtk5.4 to always use same version of VTK.

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

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

Versions of packages mayavi2 depends on:
ii  libc6   2.10.2-5 Embedded GNU C Library: Shared lib
ii  libjs-jquery1.4.1-1  JavaScript library for dynamic web
ii  libvtk5.2   5.2.1-15 Visualization Toolkit - A high lev
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-apptools 3.3.0-3  ETS Application Tools
ii  python-central  0.6.14+nmu2  register and build utility for Pyt
ii  python-configobj4.7.0-1  simple but powerful config file re
ii  python-envisagecore 3.1.1-2  Extensible Application Framework
ii  python-envisageplugins  3.1.1-1  Plugins for the Envisage framework
ii  python-numpy1:1.3.0-3+b1 Numerical Python adds a fast array
ii  python-pkg-resources0.6.10-1 Package Discovery and Resource Acc
ii  python-traits   3.2.0-1+b1   Manifest typing and reactive progr
ii  python-traitsgui3.1.0-1  Traits-capable windowing framework
ii  python-vtk  5.4.2-4+b1   Python bindings for VTK
ii  python-wxgtk2.8 2.8.10.1-3   wxWidgets Cross-platform C++ GUI t
ii  python2.5   2.5.5-2  An interactive high-level object-o

mayavi2 recommends no packages.

Versions of packages mayavi2 suggests:
pn  ipython(no description available)
pn  python-scipy   (no description available)

-- no debconf information



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



Bug#567995: cowbuilder doesn't honor my $HOME/.pbuilderrc

2010-02-04 Thread Junichi Uekawa
Hi,


At Mon, 01 Feb 2010 13:27:44 -0500,
Micah Anderson wrote:
> 
> Package: cowbuilder
> Version: 0.61
> Severity: normal
> 
> My ~/.pbuilderrc has this in it:

Hmm... I have an impression that ~/.pbuilderrc might happen to be looking at
/root/.pbuilderrc.

Could you check?



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



Bug#539026: linux-image-2.6.30-1-686: agpgart module fails to initialize

2010-02-04 Thread Moritz Muehlenhoff
On Tue, Jul 28, 2009 at 11:20:39AM -0400, Andres Salomon wrote:
> Package: linux-image-2.6.30-1-686
> Version: 2.6.30-3
> 
> During boot, I see:
> 
> [1.347047] Linux agpgart interface v0.103
> [1.366133] [drm] Initialized drm 1.1.0 20060810
> [1.378704] i915 :00:02.0: power state changed by ACPI to D0
> [1.378719] i915 :00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [1.378726] i915 :00:02.0: setting latency timer to 64
> [1.378745] [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart 
> module.
> [1.378807] DRM: Fill_in_dev failed.
> [1.378862] i915 :00:02.0: PCI INT A disabled
> [1.378870] i915: probe of :00:02.0 failed with error -22
> 
> This is with the following /proc/cmdline:
> root=/dev/sda1 ro quiet
> 
> And the following in /etc/initramfs-tools/modules:
> i915 modeset=1
> 
> This is problematic because it breaks KMS.

Hi,
Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream.

Thanks,
Moritz



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



Bug#544524: Partially fixed in 2.6.31-1

2010-02-04 Thread Moritz Muehlenhoff
On Wed, Nov 18, 2009 at 03:16:30AM +, Ben Hutchings wrote:
> On Mon, 2009-11-16 at 17:30 +0100, Simon Richter wrote:
> > Hi,
> > 
> > the memory leak has gone away in 2.6.31-1 (upstream commit
> > bc146d23d1358af43f03793c3ad8c9f16bbcffcb), but the RAID issue probably
> > still remains.
> 
> Have you reported the remaining bug upstream?  If not, please report it
> at , and let us know the bug number.

Simon, did you report it? If so, what's the bug number?

Cheers,
Moritz



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



Bug#544398: linux-image-2.6.30-1-686: skge driver fail

2010-02-04 Thread Moritz Muehlenhoff
On Mon, Aug 31, 2009 at 01:04:23PM +0400, Vladimir Stavrinov wrote:
> Package: linux-image-2.6.30-1-686
> Version: 2.6.30-6
> Severity: normal
> 
> 
> The server working for a years without problems, one moment become unavailable
> on network. Investigation from local console show the system is working
> properly, except network. Any host is unavailable, but Ethernet interface is 
> up
> and respond to local ping. More over, pull out and push in back the Ethernet
> cord end on the switch cause "Link Down" and Link UP" respectively messages 
> from
> the system. The hosts on the neighbor ports on the switch are seen on the
> network. After reboot the problem gone away. I have found the reason of this
> situation in the kernel.log: the message duplicated on console appeared at the
> moment when server become unavailable:

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz




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



Bug#555835: [usb-storage] linux-image-2.6.30-2-686: Unusual usb storage Samsung YP-CP3 not working

2010-02-04 Thread Moritz Muehlenhoff
On Sat, Nov 21, 2009 at 09:48:44AM +0300, Vitaly Kuznetsov wrote:
> Alan Stern  writes:
> 
> >
> > Okay, thanks.  It looks like the IGNORE_RESIDUE flag might also work.
> > But if MAX_SECTORS_64 is good enough, it's probably a better choice.
> >
> > Have you tested this device with a microSD card inserted?
> 
> I've tested this device with microSD card without my patch - it did not
> work (with same symptomes). But I have not tested it with a card. I
> will be able to test it in the end of december.

Vitaly, did you test this?

Cheers,
Moritz



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



Bug#544692: linux-image-2.6.30-1-686: pcspeaker mute

2010-02-04 Thread Moritz Muehlenhoff
On Wed, Sep 02, 2009 at 02:07:10PM +0200, Erwan David wrote:
> Package: linux-image-2.6.30-1-686
> Version: 2.6.30-6
> Severity: normal
> 
> Since upgrading to 2.6.30, my pcspeaker is mute, instead beeps are
> sent to the soundcard which is a regeression since my sound card
> usually has no speaker, only a headphone from time to time.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



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



Bug#567770: Patch to ensure symlink after /usr/share/e16/config -> /etc move

2010-02-04 Thread Anthony DeRobertis
Package: e16
Severity: normal

Attached is a patch which I believe fixes this problem. Maybe debconf
should be used to prompt instead of bailing out if there are unexpected
files, but this is probably good enough.

[Note: this is from git, but I made my own git repo, hopefully that
won't cause any problems. I'm a git newbie, really.]

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

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

Versions of packages e16 depends on:
ii  e16-data  1.0.0-3.2  e16 window manager support files
ii  libaudiofile0 0.2.6-8Open-source version of SGI's audio
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libesd0   0.2.41-6   Enlightened Sound Daemon - Shared 
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libimlib2 1.4.2-5powerful image loading and renderi
ii  libpango1.0-0 1.26.2-1   Layout and rendering of internatio
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.3.3-1  X11 client-side library
ii  libxcomposite11:0.4.1-1  X11 Composite extension library
ii  libxdamage1   1:1.1.2-1  X11 damaged region extension libra
ii  libxext6  2:1.1.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.4-1  X11 miscellaneous 'fixes' extensio
ii  libxft2   2.1.14-1   FreeType-based font drawing librar
ii  libxinerama1  2:1.1-2X11 Xinerama extension library
ii  libxrandr22:1.3.0-2  X11 RandR extension library
ii  libxrender1   1:0.9.5-1  X Rendering Extension client libra
ii  libxxf86vm1   1:1.1.0-2  X11 XFree86 video mode extension l

Versions of packages e16 recommends:
pn  esound (no description available)
ii  menu  2.1.43 generates programs menu for all me

Versions of packages e16 suggests:
ii  e16keyedit0.6-1  a keybinding editor for the enligh
pn  e16menuedit2   (no description available)
ii  konsole [x-terminal-emulator] 4:4.3.2-1  X terminal emulator for KDE 4
ii  rxvt-unicode-ml [x-terminal-e 9.06-3 multi-lingual terminal emulator wi
ii  xterm [x-terminal-emulator]   253-1  X terminal emulator

-- no debconf information
>From 0d2c23a325d32e2879667a0d8e9997c523e00138 Mon Sep 17 00:00:00 2001
From: Anthony DeRobertis 
Date: Thu, 4 Feb 2010 17:47:18 -0500
Subject: [PATCH 2/2] Fix move of files to /etc

---
 e16-1.0.0/debian/changelog |7 +++
 e16-1.0.0/debian/e16-data.postinst |   34 ++
 2 files changed, 41 insertions(+), 0 deletions(-)
 create mode 100755 e16-1.0.0/debian/e16-data.postinst

diff --git a/e16-1.0.0/debian/changelog b/e16-1.0.0/debian/changelog
index 72869c5..7098070 100644
--- a/e16-1.0.0/debian/changelog
+++ b/e16-1.0.0/debian/changelog
@@ -1,3 +1,10 @@
+e16 (1.0.0-3.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Make sure compatability symlink really gets created. (Closes: #567770)
+
+ -- Anthony DeRobertis   Thu, 04 Feb 2010 16:28:32 -0500
+
 e16 (1.0.0-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/e16-1.0.0/debian/e16-data.postinst 
b/e16-1.0.0/debian/e16-data.postinst
new file mode 100755
index 000..780d5a9
--- /dev/null
+++ b/e16-1.0.0/debian/e16-data.postinst
@@ -0,0 +1,34 @@
+#!/bin/sh
+set -e
+
+phase="$1"
+oldvers="$2"
+
+
+# When we move the config files to /etc, unfortunately dpkg will not
+# reliably create the compatability symlink for us. This only applies to
+# upgrades from versions before 1.0.0-3.2.
+if [ "configure" = "$phase" ] && dpkg --compare-versions "$oldvers" lt-nl 
1.0.0-3.2; then
+   if [ -d /usr/share/e16/config ]; then
+   if rmdir /usr/share/e16/config; then
+   true
+   else
+   # directory probably not empty. don't feel like adding 
debconf
+   # to nicely display a note, just print it and bail.
+   cat <&2
+This version of e16-data moves E16's configuration from /usr to /etc
+where it belongs. Unfortunately, there are still files in that
+directory. Please move /usr/share/e16/config out of the way.
+
+Until you do this, and complete the configuration of this package, E16
+will be very broken.
+ERROR
+   exit 1
+   fi

Bug#568470: gitk: not all colours are configurable (so grey on black scheme is not possible)

2010-02-04 Thread Matthijs Kooijman
Package: gitk
Version: 1:1.6.6-1
Severity: wishlist

gitk allows configuration of the colours used in the interface, by using
the edit -> preferences dialogs. I've used this feature to set the
background colour to black and the foreground colour to grey. However,
some colours in the interface are not configurable, which makes this
scheme very uncomfortable to work with.

In particular, I'm having the following issues:
 * The foreground text color of the interface. The setting "interface
   colour" allows me to set the background of most interface parts.
   (except for the areas in the interface showing the list, diff, etc.
   which are controllable with the "background colour" setting).
   However, I can't set the "interface colour" to a dark tone, since I
   can't control the text.

   This should be solved by adding an "interface text colour" setting.
 * The background text of some of the interface elements (in particular
   some textboxes in the new view / edit view dialogs) are controlled by
   the "background colour" setting instead of the "interface colour".
   However, the text color is not controlled by the "foregrond colour"
   (and, as noted in the previous point, is not configurable anywhere),
   so I get unreadable text if I set "background colour" to black.

   This should be solved by making all text boxes listen to the
   "interface colour" setting, or by making the text in these text boxes
   listen to the "foreground colour" setting.
 * In the diff view, the two header lines of every file (containing the
   filename and git hashes) has a fixed grey background. The text
   colour, however, is controlled by the "foreground colour" setting, so
   setting that to grey leaves you with unreadable headers.
   
   This should be solved by making a "Diff headers background colour"
   setting, or something similar.

Gr.

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

Kernel: Linux 2.6.32.7 (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 gitk depends on:
ii  git-core  1:1.6.6-1  fast, scalable, distributed revisi
ii  tk8.4.16-2   The Tk toolkit for Tcl and X11 (de

gitk recommends no packages.

Versions of packages gitk suggests:
pn  git-doc(no description available)

-- no debconf information



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



Bug#566499: Acknowledgement (can't redefine Caps_Lock)

2010-02-04 Thread Harald Dunkel
After reinstalling SID the problem was gone.



signature.asc
Description: OpenPGP digital signature


Bug#568469: [l10n:eu] bacula debconf templates Basque translation

2010-02-04 Thread Piarres Beobide
Package: bacula
Severity: wishlist
Tags: l10n patch

Hi

Attached bacula debconf templates Basque translation, please add it.

thx


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

Kernel: Linux 2.6.32-trunk-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Piarres Beobide , 2010.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bac...@packages.debian.org\n"
"POT-Creation-Date: 2010-01-24 08:08+0100\n"
"PO-Revision-Date: 2010-02-04 23:36+0200\n"
"Last-Translator: Piarres Beobide \n"
"Language-Team: debian-l10n...@lists.debian.org\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.5.2\n"

#. Type: boolean
#. Description
#: ../bacula-director-sqlite3.templates:1001
msgid "Create tables for Bacula's Catalog?"
msgstr "Sortu Bacularen katalogoarentzako taulak?"

#. Type: boolean
#. Description
#: ../bacula-director-sqlite3.templates:1001
msgid ""
"The tables needed for Bacula's catalog are missing.  This is normal for a "
"fresh install of Bacula.  These tables are needed for the Bacula director to "
"function."
msgstr ""
"Bacularen katalogoak behar dituen taulak falta dira. Hau normala da Bacula "
"instalazio berri batean. Bacula director-ek taula horiek behar ditu "
"funtzionatzeko."

#. Type: boolean
#. Description
#: ../bacula-director-sqlite3.templates:2001
msgid "Remove Catalog on purge?"
msgstr "Ezabatu katalogoa paketea garbitzerakoan?"

#. Type: boolean
#. Description
#: ../bacula-director-sqlite3.templates:2001
msgid ""
"If you want to remove the Bacula catalog when the package is purged, you "
"should choose this option."
msgstr ""
"Paketea garbitzerakoan Bacula katalogoa ezabatzea nahi baduzu, aukera hau "
"hautatu behar duzu."


Bug#568454: linux-source-2.6.32: fails to build vt6656

2010-02-04 Thread Ben Hutchings
On Thu, Feb 04, 2010 at 08:58:30PM +0100, Michal Suchanek  
wrote:
> Package: linux-source-2.6.32
> Version: 2.6.32-6
> Severity: normal
> 
> 
> I don't really care what vt6656 is but it breaks my build.
>
> I just recycled a config that worked for me with some earlier upstream
> kernel and it fails with the Debian one.
[...]
 
We remove the firmware from this driver, and since we don't build
it in official kernel images we haven't yet made it use the firmware
loader.

Fixing up staging drivers is not a high priority for us; please just
disable the driver.

Ben.

-- 
Ben Hutchings
In a hierarchy, every employee tends to rise to his level of incompetence.


signature.asc
Description: Digital signature


Bug#568428: linux-source-2.6.32: Unable to use MagicPro ProTV DMB-TH usb Tuner (Conexant DMB-TH Stick)

2010-02-04 Thread Ben Hutchings
On Fri, Feb 05, 2010 at 02:52:33AM +0800, H.W. Wan wrote:
> Package: linux-source-2.6.32
> Version: 2.6.32-5
> Severity: normal
> 
> Without comment out the following line related to draining video/message,  
> I'm not able to view/scan any channel for my tuner.
[...]
> However i'm not sure if this will break other user.
 
I expect that it will.  The upstream developers may be able to find a
proper fix, so please report this upstream at 
(product 'v4l-dvb', component 'dvb-usb') and let us know the bug number.

Ben.

-- 
Ben Hutchings
In a hierarchy, every employee tends to rise to his level of incompetence.


signature.asc
Description: Digital signature


Bug#568317: linux-image-* postinst did not correctly run lilo

2010-02-04 Thread Ben Hutchings
The linux-image postinst is known to be in bad shape but we are slowly
cleaning it up.  If you can provide patches, that would be most helpful.

Ben.

-- 
Ben Hutchings
In a hierarchy, every employee tends to rise to his level of incompetence.


signature.asc
Description: Digital signature


Bug#568468: logcheck: ignore wpa_supplicant scan results

2010-02-04 Thread Witold Baryluk
Package: logcheck
Version: 1.3.6
Severity: normal

I have lots of systems event in the form of

Feb  4 00:39:35 sredniczarny wpa_supplicant[4455]: CTRL-EVENT-SCAN-RESULTS



4455 is pid
sredniczarny is my hostname

Please ignore them, reciving houndrates of such lines in each logcheck
mail really is pointless, and makes me overlook oter important problems.

Thanks.



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

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

Versions of packages logcheck depends on:
ii  adduser   3.112  add and remove users and groups
ii  cron  3.0pl1-106 process scheduling daemon
ii  exim4 4.71-3 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.71-3 lightweight Exim MTA (v4) daemon
ii  lockfile-progs0.1.13 Programs for locking and unlocking
ii  logtail   1.3.6  Print log file lines that have not
ii  mime-construct1.10   construct/send MIME messages from 
ii  rsyslog [system-log-daemon]   4.4.2-2enhanced multi-threaded syslogd

Versions of packages logcheck recommends:
ii  logcheck-database 1.3.6  database of system log rules for t

Versions of packages logcheck suggests:
ii  syslog-summary1.14-1 summarize the contents of a syslog

-- 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#568304: gpointing-device-settings: same problem for me

2010-02-04 Thread gpe
Package: gpointing-device-settings
Version: 1.5.0-1
Severity: normal

the problem is the same for me.

Here is the result of synclient -l
Parameter settings:
LeftEdge= 1752
RightEdge   = 5192
TopEdge = 1620
BottomEdge  = 4236
FingerLow   = 24
FingerHigh  = 29
FingerPress = 255
MaxTapTime  = 50
MaxTapMove  = 221
MaxDoubleTapTime= 180
SingleTapTimeout= 180
ClickTime   = 100
FastTaps= 0
EmulateMidButtonTime= 75
EmulateTwoFingerMinZ= 280
EmulateTwoFingerMinW= 7
VertScrollDelta = 100
HorizScrollDelta= 100
VertEdgeScroll  = 1
HorizEdgeScroll = 1
CornerCoasting  = 0
VertTwoFingerScroll = 0
HorizTwoFingerScroll= 0
MinSpeed= 0
MaxSpeed= 0
AccelFactor = 0
TrackstickSpeed = 0
EdgeMotionMinZ  = 29
EdgeMotionMaxZ  = 159
EdgeMotionMinSpeed  = 1
EdgeMotionMaxSpeed  = 401
EdgeMotionUseAlways = 0
UpDownScrolling = 1
LeftRightScrolling  = 1
UpDownScrollRepeat  = 1
LeftRightScrollRepeat   = 1
ScrollButtonRepeat  = 100
TouchpadOff = 0
GuestMouseOff   = 0
LockedDrags = 0
LockedDragTimeout   = 5000
RTCornerButton  = 0
RBCornerButton  = 0
LTCornerButton  = 0
LBCornerButton  = 0
TapButton1  = 1
TapButton2  = 3
TapButton3  = 2
ClickFinger1= 120
ClickFinger2= -124
ClickFinger3= 0
CircularScrolling   = 0
CircScrollDelta = 0.1
CircScrollTrigger   = 0
CircularPad = 0
PalmDetect  = 0
PalmMinWidth= 10
PalmMinZ= 199
CoastingSpeed   = 0
PressureMotionMinZ  = 29
PressureMotionMaxZ  = 159
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 1
TapAndDragGesture   = 1
AreaLeftEdge= 0
AreaRightEdge   = 0
AreaTopEdge = 0
AreaBottomEdge  = 0


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

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

Versions of packages gpointing-device-settings depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libfontconfig12.8.0-2generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.28.0-1   GNOME configuration database syste
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgpds0  1.5.0-1library for configuration of point
ii  libgtk2.0-0   2.18.6-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.26.2-1   Layout and rendering of internatio
ii  libxi62:1.3-2X11 Input extension library

gpointing-device-settings recommends no packages.

gpointing-device-settings 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#568382: libxslt1.1: Invalid free() in xslReleaseRVT

2010-02-04 Thread Toby Speight
Okay, I think I've got a minimal repro (appended).  It's possible the
fault lies in the Perl interface, in which case this should be
reassigned to the `libxml-libxslt-perl' package.

The bug only seems to be triggered if we pass nodes from exsl:node-set()
into an unrelated extension function; changing the select to not call
local:uc() causes the program to run to completion.

Also of interest: if I change the definition of local:uc to

  { $_ = shift; return uc; }

then the crash doesn't happen until after the output is written.  I'm
guessing that this means it's possibly Perl's garbage collection
interfering?  I'm not sure whether that's usable for a workaround in my
production code or not - I'm dealing with many more calls there.

Here's the code:

#!/usr/bin/perl -w

use strict;
use warnings;

use XML::LibXSLT;
use XML::LibXML;

my $xslt = XML::LibXSLT->new();
my $ext_uri = "urn:local";
XML::LibXSLT->register_function($ext_uri, "uc", sub { return uc shift; } );

my $stylesheet = $xslt->parse_stylesheet(XML::LibXML->load_xml(string => <<'EOF'));
http://www.w3.org/1999/XSL/Transform";
xmlns:exsl="http://exslt.org/common"; 
xmlns:local="urn:local">
  

  


  

EOF

my $input = XML::LibXML->load_xml(string => "");
print $stylesheet->transform($input)->toString;


Bug#516968: closed by maximilian attems (Re: SATA drive usage)

2010-02-04 Thread Ben Hutchings
On Thu, Feb 04, 2010 at 05:34:15PM +0100, Marek Poks wrote:
[...]
> > /etc/rc.local is executed AFTER kernel spins-up the disk. i don't want to
> put disk to sleep every boot. it is already in 'start in sleep mode' but
> someway kernel spins-up the disk even if it is not to be mounted. this is
> kernel thing i think so, or sata_nv kernel module.
>
> normally, all disks are spinned-up in BIOS's post stage. but when disk has
> set option 'start in sleep mode' post stage skips the disk. the same kernel
> should do.
[...]

The kernel will scan the partition table for each disk.  This is not a bug
and we have no intention of changing it.

Ben.

-- 
Ben Hutchings
In a hierarchy, every employee tends to rise to his level of incompetence.


signature.asc
Description: Digital signature


Bug#568397: linux-image-2.6.32-trunk-amd64: null pointer dereference on USB CDC ACM device with no endpoints on control interface

2010-02-04 Thread Ben Hutchings
On Thu, Feb 04, 2010 at 03:51:32PM +0100, Simon Richter wrote:
> Package: linux-2.6
> Version: 2.6.32-5
> Severity: normal
> 
> Hi,
> 
> while playing with an USB device, I found that the kernel dereferences a
> NULL pointer if a CDC ACM device declares to have no endpoints 
> associated with the CDC control interface. I believe the validity check
> should be more stringent here.

I agree.  Let's see what upstream has to say.

Ben.

> The relevant bits of code look like this:
> 
> epctrl = &control_interface->cur_altsetting->endpoint[0].desc;
> epread = &data_interface->cur_altsetting->endpoint[0].desc;
> epwrite = &data_interface->cur_altsetting->endpoint[1].desc;
> 
> No further verification except for swapped data endpoints is performed
> afterwards.
> 
>Simon
> 
> -- Package-specific info:
> ** Version:
> Linux version 2.6.32-trunk-amd64 (Debian 2.6.32-5) (b...@decadent.org.uk) 
> (gcc version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Sun Jan 10 22:40:40 UTC 2010
> 
> ** Command line:
> BOOT_IMAGE=/vmlinuz-2.6.32-trunk-amd64 root=/dev/mapper/richter-root ro quiet
> 
> ** Not tainted
> 
> ** Kernel log:
> [11278.817700] cdc_acm 2-3:1.0: This device cannot do calls on its own. It is 
> not a modem.
> [11278.817743] BUG: unable to handle kernel NULL pointer dereference at 
> 0004
> [11278.817746] IP: [] acm_probe+0x4d6/0xcb1 [cdc_acm]
> [11278.817756] PGD 600d1067 PUD 60086067 PMD 0 
> [11278.817760] Oops:  [#1] SMP 
> [11278.817762] last sysfs file: 
> /sys/devices/pci:00/:00:12.0/usb2/2-3/manufacturer
> [11278.817765] CPU 0 
> [11278.817767] Modules linked in: radeon ttm drm_kms_helper drm agpgart 
> i2c_algo_bit ppdev lp sco bridge stp rfcomm bnep l2cap crc16 powernow_k8 
> cpufreq_powersave cpufreq_userspace cpufreq_conservative cpufreq_stats 
> binfmt_misc deflate zlib_deflat
> ellia serpent blowfish cast5 des_generic cbc cryptd aes_x86_64 aes_generic 
> xcbc rmd160 sha256_generic sha1_generic hmac crypto_null af_key fuse nfsd 
> exportfs nfs lockd fscache nfs_acl auth_rpcgss sunrpc nls_utf8 cifs hwmon_vid 
> loop dm_crypt snd_hd
> altek snd_hda_intel snd_seq_midi snd_hda_codec snd_rawmidi snd_seq_midi_event 
> snd_hwdep snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss snd_pcm snd_timer 
> usbhid pl2303 snd btusb shpchp cdc_acm i2c_piix4 hid usbserial parport_pc 
> edac_core k8temp e
> h soundcore parport i2c_core processor rfkill snd_page_alloc pcspkr evdev 
> ext3 jbd mbcache dm_mod ide_cd_mod cdrom sd_mod crc_t10dif ata_generic 
> ide_pci_gener
> c ahci ohci_hcd ehci_hcd atiixp r8169 libata 8139too 8139cp mii floppy button 
> ide_core usbcore nls_base scsi_mod thermal fan thermal_sys [last unloaded: 
> scsi_wait_scan]
> [11278.817841] Pid: 309, comm: khubd Not tainted 2.6.32-trunk-amd64 #1 
> GA-MA74GM-S2H
> [11278.817843] RIP: 0010:[]  [] 
> acm_probe+0x4d6/0xcb1 [cdc_acm]
> [11278.817849] RSP: 0018:88006cea1930  EFLAGS: 00010293
> [11278.817851] RAX:  RBX: 880052c08800 RCX: 
> 
> [11278.817853] RDX:  RSI: 80d0 RDI: 
> 8800376ea000
> [11278.817856] RBP: 8800376e9000 R08: 000c R09: 
> 880062ae9888
> [11278.817858] R10: 80d000d0 R11: 000186a0 R12: 
> 880062ae9888
> [11278.817860] R13: 880052c08000 R14:  R15: 
> 880052c08000
> [11278.817863] FS:  7f4dc9bf5910() GS:88000180() 
> knlGS:
> [11278.817866] CS:  0010 DS: 0018 ES: 0018 CR0: 8005003b
> [11278.817868] CR2: 0004 CR3: 60157000 CR4: 
> 06f0
> [11278.817870] DR0:  DR1:  DR2: 
> 
> [11278.817873] DR3:  DR6: 0ff0 DR7: 
> 0400
> [11278.817875] Process khubd (pid: 309, threadinfo 88006cea, task 
> 88006cdff810)
> [11278.817877] Stack:
> [11278.817879]  813c7d84 88006f5329a0  
> 810fcb34
> [11278.817882] <0> 880060130090 8113cebf  
> 880052c08800
> [11278.817886] <0>  880062ae9840 88006013 
> 
> [11278.817890] Call Trace:
> [11278.817897]  [] ? iput+0x27/0x60
> [11278.817902]  [] ? sysfs_addrm_finish+0x66/0x204
> [11278.817914]  [] ? usb_match_one_id+0x23/0x7f [usbcore]
> [11278.817924]  [] ? usb_probe_interface+0x107/0x157 
> [usbcore]
> [11278.817930]  [] ? driver_probe_device+0xa3/0x14b
> [11278.817934]  [] ? __device_attach+0x0/0x39
> [11278.817937]  [] ? bus_for_each_drv+0x46/0x77
> [11278.817940]  [] ? device_attach+0x60/0x7e
> [11278.817942]  [] ? bus_probe_device+0x1f/0x38
> [11278.817948]  [] ? device_add+0x3a2/0x537
> [11278.817956]  [] ? usb_set_configuration+0x589/0x5f2 
> [usbcore]
> [11278.817965]  [] ? generic_probe+0x61/0xa9 [usbcore]
> [11278.817969]  [] ? driver_probe_device+0xa3/0x14b
> [11278.817972]  [] ? __device_attach+0x0/0x39
> [11278.817975]  [] ? bus_for_each_drv+0x4

Bug#568236: wacom tablet not detected after upgrade

2010-02-04 Thread janek
Package: xserver-xorg-input-wacom
Version: 0.10.3+20100109-1
Severity: normal

I can confirm.

Thomas Jaeger patch works for me
http://lists.x.org/archives/xorg-devel/2010-January/004599.html

Source package: xorg-server
File: xorg-server/config/udev.c

> diff --git a/config/udev.c b/config/udev.c
> index 3ef0d7f..d73bef5 100644
> --- a/config/udev.c
> +++ b/config/udev.c
> @@ -204,7 +204,6 @@ config_udev_init(void)
>  struct udev *udev;
>  struct udev_enumerate *enumerate;
>  struct udev_list_entry *devices, *device;
> -int rc;
>  
>  udev = udev_new();
>  if (!udev)
> @@ -212,10 +211,6 @@ config_udev_init(void)
>  udev_monitor = udev_monitor_new_from_netlink(udev, "udev");
>  if (!udev_monitor)
>  return 0;
> -rc = udev_monitor_filter_add_match_subsystem_devtype(udev_monitor,
> - "input", NULL);
> -if (rc < 0)
> -return 0;
>  
>  if (udev_monitor_enable_receiving(udev_monitor)) {
>  ErrorF("config/udev: failed to bind the udev monitor\n");
> @@ -225,7 +220,6 @@ config_udev_init(void)
>  enumerate = udev_enumerate_new(udev);
>  if (!enumerate)
>  return 0;
> -udev_enumerate_add_match_subsystem(enumerate, "input");
>  udev_enumerate_scan_devices(enumerate);
>  devices = udev_enumerate_get_list_entry(enumerate);
>  udev_list_entry_foreach(device, devices) {

Patch and rebuild xserver-xorg-core.
(self-compiled xserver-xorg-core)
http://janekrn.rootnode.net/xserver-1.7/xserver-xorg-core_1.7.4-2_i386.deb

> ACTION=="add|change", SUBSYSTEM=="pnp", ATTR{id}=="WACf*",
> ENV{NAME}="Serial Wacom Tablet"
> 
> ACTION=="add|change", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*",
> ENV{x11_driver}="wacom"

Add a new file in /etc/udev/rules.d
(e.g 69-xorg-wacom.rules)
http://janekrn.rootnode.net/xserver-1.7/69-xorg-wacom.rules

ja...@ibmx60t:~$ xinput list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ "TPPS/2 IBM TrackPoint"   id=10   [slave  pointer  (2)]
⎜   ↳ Serial Wacom Tablet eraserid=11   [slave  pointer  (2)]
⎜   ↳ Serial Wacom Tablet   id=12   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ "Power Button"id=6[slave  keyboard (3)]
↳ "Video Bus"   id=7[slave  keyboard (3)]
↳ "Sleep Button"id=8[slave  keyboard (3)]
↳ "AT Translated Set 2 keyboard"id=9[slave  keyboard (3)]
↳ "ThinkPad Extra Buttons"  id=13   [slave  keyboard (3)]
↳ "ACPI Virtual Keyboard Device"id=14   [slave  keyboard (3)]

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

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

Versions of packages xserver-xorg-input-wacom depends on:
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libx11-6  2:1.3.3-1  X11 client-side library
ii  libxi62:1.3-2X11 Input extension library
ii  xserver-xorg-core 2:1.7.4-2  Xorg X server - core server

xserver-xorg-input-wacom recommends no packages.

Versions of packages xserver-xorg-input-wacom suggests:
ii  xinput1.5.0-2Runtime configuration and test of 

-- 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#535632: boson: Crashes for me

2010-02-04 Thread Manuel Bilderbeek
Package: boson
Severity: normal

It crashes exactly as described (with the mentioning of direct rendering
being disabled) for me as well, using nVidia GF 8800GT, with nVidia
proprietary drivers:

$ boson 
[int main(int, char**)] Boson 0.13 is starting...
[int main(int, char**)] resolving GL, GLX and GLU symbols
cannot enter directory /lib/x86_64-linux-gnu
ERROR: [bool BoGL::initialize()] GL methods have not yet been resolved.
ERROR: [bool BoGL::initialize()] GL methods have not yet been resolved.
cannot enter directory /lib/x86_64-linux-gnu
Resolved GL symbols from file /usr/lib/libGL.so
Resolved GLU symbols from file /usr/lib/libGLU.so
[int main(int, char**)] GL, GLX and GLU symbols successfully resolved
kbuildsycoca running...
Reusing existing ksycoca
DCOP Cleaning up dead connections.
Boson Sound: [BosonAudioInterface::BosonAudioInterface()] 
Boson Sound: [BosonAudioInterface::BosonAudioInterface()] construct BosonAudio 
object
boson: [BosonAudioAL::BosonAudioAL()] initializing OpenAL
boson: [BosonAudioAL::BosonAudioAL()] OpenAL initialized
Boson Sound: ERROR: [BosonMusic::BosonMusic(BosonAudioAL*)] oops - should be 
invalid
Boson Sound: [BosonAudioInterface::BosonAudioInterface()] BosonAudio object 
constructed
Boson Sound: [void BosonAudioAL::executeCommand(BoAudioCommand*, BosonMusic*, 
BosonSound*)] music object is created on startup. nothing to do
boson: ERROR: [bool BoContext::chooseContext(bool, bool)] NULL visual returned 
by chooseVisual()
boson: ERROR: [void BosonGLWidget::setContext(BoContext*)] Could not create 
OpenGL context
boson: [BosonMainWidget::BosonMainWidget(QWidget*, bool)] 
boson: ERROR: [void BosonMainWidget::init()] No OpenGL support present on this 
system??
boson: ERROR: [void BosonGLWidget::initGL()] Invalid GL widget! Cannot 
initialize
boson: [BosonMainWidget::BosonMainWidget(QWidget*, bool)] done
boson: ERROR: [QString BosonGLWidget::glDriverBroken()] Invalid GL widget!
boson: WARNING: using INDIRECT (software) rendering
boson: ERROR: [virtual void BosonGLWidget::resizeEvent(QResizeEvent*)] Invalid 
GL widget!
Launched ok, pid = 13855
kbuildsycoca running...
Reusing existing ksycoca
DCOP Cleaning up dead connections.
kbuildsycoca running...
Reusing existing ksycoca
DCOP Cleaning up dead connections.
kbuildsycoca running...
Reusing existing ksycoca
DCOP Cleaning up dead connections.
boson: ERROR: [bool BoGL::initialize()] cannot initialize BoGL without a 
current GLX context
boson: ERROR: [void BoContext::makeCurrent()] invalid context
boson: ERROR: [static BoTextureManager* BoTextureManager::textureManager()] 
initStatic() has not been called yet!
KCrash: Application 'boson' crashing...
Could not find 'drkonqi' executable.
KCrash cannot reach kdeinit, launching directly.
son...@23:34:/tmp$ boson 
[int main(int, char**)] Boson 0.13 is starting...
[int main(int, char**)] resolving GL, GLX and GLU symbols
cannot enter directory /lib/x86_64-linux-gnu
ERROR: [bool BoGL::initialize()] GL methods have not yet been resolved.
ERROR: [bool BoGL::initialize()] GL methods have not yet been resolved.
cannot enter directory /lib/x86_64-linux-gnu
Resolved GL symbols from file /usr/lib/libGL.so
Resolved GLU symbols from file /usr/lib/libGLU.so
[int main(int, char**)] GL, GLX and GLU symbols successfully resolved
kbuildsycoca running...
Boson Sound: [BosonAudioInterface::BosonAudioInterface()] 
Boson Sound: [BosonAudioInterface::BosonAudioInterface()] construct BosonAudio 
object
boson: [BosonAudioAL::BosonAudioAL()] initializing OpenAL
boson: [BosonAudioAL::BosonAudioAL()] OpenAL initialized
Boson Sound: ERROR: [BosonMusic::BosonMusic(BosonAudioAL*)] oops - should be 
invalid
Boson Sound: [BosonAudioInterface::BosonAudioInterface()] BosonAudio object 
constructed
Boson Sound: [void BosonAudioAL::executeCommand(BoAudioCommand*, BosonMusic*, 
BosonSound*)] music object is created on startup. nothing to do
boson: ERROR: [bool BoContext::chooseContext(bool, bool)] NULL visual returned 
by chooseVisual()
boson: ERROR: [void BosonGLWidget::setContext(BoContext*)] Could not create 
OpenGL context
boson: [BosonMainWidget::BosonMainWidget(QWidget*, bool)] 
boson: ERROR: [void BosonMainWidget::init()] No OpenGL support present on this 
system??
boson: ERROR: [void BosonGLWidget::initGL()] Invalid GL widget! Cannot 
initialize
boson: [BosonMainWidget::BosonMainWidget(QWidget*, bool)] done
boson: ERROR: [QString BosonGLWidget::glDriverBroken()] Invalid GL widget!
boson: WARNING: using INDIRECT (software) rendering
boson: ERROR: [virtual void BosonGLWidget::resizeEvent(QResizeEvent*)] Invalid 
GL widget!
boson: ERROR: [bool BoGL::initialize()] cannot initialize BoGL without a 
current GLX context
boson: ERROR: [void BoContext::makeCurrent()] invalid context
boson: ERROR: [static BoTextureManager* BoTextureManager::textureManager()] 
initStatic() has not been called yet!
KCrash: Application 'boson' crashing...
Could not find 'drkonqi' executable.
KCrash cannot reach kdeinit, launching directly.

-- Sys

Bug#568467: gpointing-device-settings crashes when launching it

2010-02-04 Thread gpe
Package: gpointing-device-settings
Version: 1.5.0-1
Severity: grave
Justification: renders package unusable

here is the log:

System: Linux 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10704000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome
GTK+ Modules: gnomebreakpad, canberra-gtk-module

Memory status: size: 20578304 vsize: 20578304 resident: 9519104 share: 7880704 
rss: 9519104 rss_rlim: 18446744073709551615
CPU usage: start_time: 1265323158 rtime: 6 utime: 6 stime: 0 cutime:0 cstime: 0 
timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/gpointing-device-settings'

[Thread debugging using libthread_db enabled]
0xb7809424 in __kernel_vsyscall ()
#0  0xb7809424 in __kernel_vsyscall ()
#1  0xb6ff7ee3 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0
#2  0xb70825ef in IA__g_spawn_sync (working_directory=0x0, argv=0x9f6e270, 
envp=0x0, flags=G_SPAWN_SEARCH_PATH, child_setup=0, user_data=0x0, 
standard_output=0x0, standard_error=0x0, exit_status=0x0, 
error=0xbf81fab8)
at 
/build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gspawn.c:386
#3  0xb70828fc in IA__g_spawn_command_line_sync (
command_line=0x9f67668 "bug-buddy --appname=\"gpointing-device-settings\" 
--pid=2963", standard_output=0x0, standard_error=0x0, exit_status=0x0, 
error=0xbf81fab8)
at 
/build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gspawn.c:700
#4  0xb693ca54 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#5  
#6  0xb65a8f9b in ?? ()
   from /usr/lib/gpointing-device-settings/module/touchpad.so
#7  0xb77e47ed in gpds_ui_build () from /usr/lib/libgpds.so.0
#8  0x08049527 in ?? ()
#9  0x08049aed in ?? ()
#10 0xb6eb9b55 in __libc_start_main () from /lib/i686/cmov/libc.so.6
#11 0x08049461 in ?? ()

Thread 1 (Thread 0xb6a83720 (LWP 2963)):
#0  0xb7809424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6ff7ee3 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb70825ef in IA__g_spawn_sync (working_directory=0x0, argv=0x9f6e270, 
envp=0x0, flags=G_SPAWN_SEARCH_PATH, child_setup=0, user_data=0x0, 
standard_output=0x0, standard_error=0x0, exit_status=0x0, 
error=0xbf81fab8)
at 
/build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gspawn.c:386
outpipe = -1
errpipe = -1
pid = 2964
fds = {__fds_bits = {0, 167174780, -1082001080, -1224318107, 
167306304, -1224401520, 0, -1082001024, 166555664, -1231832916, 
-1224838208, 0, 0, 24, -1225703205, -1224782011, -1230036584, 12, 
-1082001144, 11468453, 2, -1225707232, -1225707456, 166894448, 
-1082001044, -1223929468, -1082001152, -1082001108, -1082001112, 
3, 167174768, 167306304}}
ret = 
outstr = 0x0
errstr = 0x0
failed = 0
status = 
__PRETTY_FUNCTION__ = "IA__g_spawn_sync"
#3  0xb70828fc in IA__g_spawn_command_line_sync (
command_line=0x9f67668 "bug-buddy --appname=\"gpointing-device-settings\" 
--pid=2963", standard_output=0x0, standard_error=0x0, exit_status=0x0, 
error=0xbf81fab8)
at 
/build/buildd-glib2.0_2.22.4-1-i386-jRfNZE/glib2.0-2.22.4/glib/gspawn.c:700
retval = 0
argv = 0x9f6e270
__PRETTY_FUNCTION__ = "IA__g_spawn_command_line_sync"
#4  0xb693ca54 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
No symbol table info available.
#5  
No symbol table info available.
#6  0xb65a8f9b in ?? ()
   from /usr/lib/gpointing-device-settings/module/touchpad.so
No symbol table info available.
#7  0xb77e47ed in gpds_ui_build () from /usr/lib/libgpds.so.0
No symbol table info available.
#8  0x08049527 in ?? ()
No symbol table info available.
#9  0x08049aed in ?? ()
No symbol table info available.
#10 0xb6eb9b55 in __libc_start_main () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#11 0x08049461 in ?? ()
No symbol table info available.
A debugging session is active.

Inferior 1 [process 2963] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]


--- .xsession-errors (140 sec old) -
** Message: killswitches state 1
(polkit-gnome-authentication-agent-1:2789): GLib-GObject-WARNING **: cannot 
register existing type `_PolkitError'
(polkit-gnome-authentication-agent-1:2789): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
(gnome-panel:2761): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -9 and height 24
19
Failure: Échec lors de l'initialisation du module
Initializing nautilus-open-terminal extension
** Message: Initializing gksu extension...
Initializing nautilus-gdu extension
Nautilus-Share-Message: Called "net usershare info" but it failed: « net 
usershare » a retourné l'erreur 255 : net usershare: ca

Bug#568466: thuban fails to starts throwing a wxpython error

2010-02-04 Thread Yves-Alexis Perez
Package: thuban
Version: 1.2.2-1
Severity: grave
Justification: renders package unusable

Hey,

it seems that thuban doesn't work at all:

cor...@fitz: thuban
importing gdalwarp
importing osgeo.gdal

***
 The following version errors were detected:
 Thuban was compiled with wx 2.8.7 but wxPython is 2.8.10.1
***

I guess a binnmu would be enough, but I fail to see why it's an error to
run with a different version than the one it's compiled against (though I
don't know much wxpython)

Cheers,
--
Yves-Alexis


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

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

Versions of packages thuban depends on:
ii  gdal-bin  1.6.3-3+b1 Geospatial Data Abstraction Librar
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.3-2  GCC support library
ii  libgdal1-1.6.01.6.3-1Geospatial Data Abstraction Librar
ii  libproj0  4.7.0-1Cartographic projection library
ii  libstdc++64.4.3-2The GNU Standard C++ Library v3
ii  libwxbase2.8-02.8.10.1-3 wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0 2.8.10.1-3 wxWidgets Cross-platform C++ GUI t
ii  python [python-xmlbase]   2.5.4-9An interactive high-level object-o
ii  python-sqlite 1.0.1-7+b1 python interface to SQLite 2
ii  python-support1.0.6  automated rebuilding support for P
ii  python-wxgtk2.8   2.8.10.1-3 wxWidgets Cross-platform C++ GUI t

Versions of packages thuban recommends:
pn  python-gdal(no description available)
pn  python-mapscript   (no description available)
pn  python-psycopg (no description available)

thuban 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#567415: iceweasel won't restart after it crashes

2010-02-04 Thread Gary Dale

Mike Hommey wrote:

On Mon, Feb 01, 2010 at 10:15:05AM -0500, Gary Dale wrote:
  

Mike Hommey wrote:


On Fri, Jan 29, 2010 at 03:42:20PM -0500, Gary Dale wrote:
  

Is there something else I need to send you?



The same backtrace with xulrunner-1.9.1-dbg installed would be helpful,
though I can already give you a workaround: set ICEWEASEL_DSP to none in
/etc/iceweasel/iceweaselrc.

Mike

  

I seem to have xulrunner-1.9.1-dbg already installed. Is there
something I need to do to get it active?



Oh then, your crash is likely to be unrelated to xulrunner. Can you
install libc6-dbg and get a new backtrace ?

Mike

  
I seemed to have libc6-dbg installed already also. Anyway here's the 
latest trace, which looks the same as the earlier one.



GNU gdb (GDB) 7.0-debian
Copyright (C) 2009 Free Software Foundation, Inc.   
License GPLv3+: GNU GPL version 3 or later 

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: 
...   

Reading symbols from /usr/lib/iceweasel/firefox-bin...(no debugging 
symbols found)...done.


warning: Can't read pathname for load map: Input/output error.
Reading symbols from /usr/lib64/libartsdsp.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib64/libartsdsp.so.0
Reading symbols from /usr/lib64/libartsc.so.0...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib64/libartsc.so.0
Reading symbols from /lib/libdl.so.2...Reading symbols from 
/usr/lib/debug/lib/libdl-2.10.2.so...done.

(no debugging symbols found)...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols 
found)...done.

Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/libpthread.so.0...Reading symbols from 
/usr/lib/debug/lib/libpthread-2.10.2.so...done.

(no debugging symbols found)...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/libc.so.6...Reading symbols from 
/usr/lib/debug/lib/libc-2.10.2.so...done.

(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from 
/usr/lib/debug/lib/ld-2.10.2.so...done.

(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib/libm.so.6...Reading symbols from 
/usr/lib/debug/lib/libm-2.10.2.so...done.

(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols 
found)...done.

Loaded symbols for /lib/libgcc_s.so.1
Core was generated by `/usr/lib/iceweasel/firefox-bin'.
Program terminated with signal 11, Segmentation fault.
#0  0x in ?? ()




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



Bug#566234: A try to compile gnat-4.4 on mips crashed...

2010-02-04 Thread Ludovic Brenta
Did you compile using dpkg-buildpackage? I think your image lacks some
build dependencies, like gcc.

-- 
Ludovic Brenta.



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



Bug#547183: We really need new megaraid_sas

2010-02-04 Thread Ben Hutchings
On Wed, Feb 03, 2010 at 03:15:03PM +, Ben Hutchings wrote:
> On Wed, 2010-02-03 at 14:34 +0100, Ondra 'Kepi' kudlik wrote:
> > Please, increase severity of this bug report and take a look at it.
> > 
> > There are more and more servers with this controlers and there is no
> > possibility to have debian running on them now. Backported kernel is
> > not solution because xen version is only provided in 2.6.26
> > 
> > I need new servers online asap and not sure what to do, no sucess
> > with backporting it myself.
> 
> If this is *necessary* for supporting the new hardware, we will consider
> the bug "important" and investigate backporting the driver.  Previously
> it was only reported that omreport did not work fully with the current
> driver and new hardware.

I have added the necessary changes to the pending changes for the next
stable update.  Please test the result by following the instructions in
.

Ben.

-- 
Ben Hutchings
In a hierarchy, every employee tends to rise to his level of incompetence.


signature.asc
Description: Digital signature


Bug#568414: linux-image-2.6.32-trunk-amd64: Please add/enable CONFIG_DVB_LGS8GXX=m

2010-02-04 Thread Ben Hutchings
On Thu, 2010-02-04 at 19:59 +0100, maximilian attems wrote:
> On Fri, Feb 05, 2010 at 03:00:41AM +0800, Hing Wah Wan wrote:
> > Hi maximilian,
> > 
> > I know what a patch is (I'm a developer). I'm mentioning the device use
> > the chipset LGS8GL5  ( LGS8GXX_PROD_LGS8GL5) instead of LGS8G75 (
> > LGS8GXX_PROD_LGS8G75)  which do not require loading that blob so I'm not
> > able to test if it will work properly.
> > 
> > 
> > Thanks
> 
> well that is easy, you can just blacklist aboves, see 
> man modprobe.conf
> put the blacklist in /etc/modprobe.d 

This isn't the problem.

The cxusb driver needs one of several different 'front-end' drivers for
different devices, including lgs8gl5 (which apprently doesn't support
all LGS8GL5 variants!) and lgs8gxx.  However, it does not select
lgs8gxx, and front-end drivers will not built unless another driver
selects them (or CONFIG_DVB_FE_CUSTOMISE is set, which it isn't).

I have just applied a fix for this, so lgs8gxx will be included in
future.

Ben.

-- 
Ben Hutchings
friends: People who know you well, but like you anyway.


signature.asc
Description: Digital signature


Bug#536615: Patch

2010-02-04 Thread Christophe Mutricy
tags 536615 +patch
thanks

Hello,

>From the very long bugs in Launchpad
(https://bugs.launchpad.net/vlc/+bug/428884)  (See comments #73 for a
good sumary)
There is a fixed package in Ubuntu, which reimplement --poke instead of
just having a stub.

Patch at
http://bazaar.launchpad.net/~ubuntu-desktop/gnome-screensaver/ubuntu/annotate/head%3A/debian/patches/10_legacy_scrsvr_inhibit.patch

and attached




-- 
Xtophe

http://www.w3.org/1999/xhtml";>



~ubuntu-desktop/gnome-screensaver/ubuntu : contents of debian/patches/10_legacy_scrsvr_inhibit.patch at revision 56



var global_path = 'http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/';
var collapsed_icon_path = '/static/images/treeCollapsed.png';
var expanded_icon_path = '/static/images/treeExpanded.png';






















http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/changes"; title="Changes">Changes
http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/files"; title="Files" id="on">Files
https://help.launchpad.net/Loggerhead"; title="Help">Help







https://code.launchpad.net/~ubuntu-desktop/gnome-screensaver/ubuntu";>~ubuntu-desktop/gnome-screensaver/ubuntu


: 
/http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/files/56?file_id=debian-20080402225914-2k0rz4wsjkazb965-1";>debian/http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/files/56?file_id=patches-20080402230307-azqg9ouzw9w0z3sm-1";>patches/10_legacy_scrsvr_inhibit.patch
 (revision 56)





http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/files/56";>browse files


http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/56";>view revision


http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/changes?filter_file_id=10_legacy_scrsvr_inh-20091222011909-zcrxvs4vtcbnzrme-1";>view changes to this file


http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/download/head%3A/10_legacy_scrsvr_inh-20091222011909-zcrxvs4vtcbnzrme-1/10_legacy_scrsvr_inhibit.patch";>download file





Line
Revision
Contents


1

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/48"; title="48 by chrisccoulson at ubuntu, on 22 Dec 2009 01:19 (2009-12-22 01:19:49)">48

Description: Reintroduce legacy API for inhibiting the screensaver

2



Author: Chris Coulson 

3



Bug-Ubuntu: https://bugs.launchpad.net/bugs/428884

4



Bug: https://bugzilla.gnome.org/show_bug.cgi?id=579430

5



Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=579430

6





7



diff -Nur -x '*.orig' -x '*~' gnome-screensaver-2.28.0/src/gs-monitor.c gnome-screensaver-2.28.0.new/src/gs-monitor.c

8



--- gnome-screensaver-2.28.0/src/gs-monitor.c	2009-08-20 00:19:14.0 +0100

9

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/50"; title="50 by chrisccoulson at ubuntu, on 11 Jan 2010 22:50 (2010-01-11 22:50:49)">50

+++ gnome-screensaver-2.28.0.new/src/gs-monitor.c	2010-01-11 22:18:42.545853779 +

10



@@ -28,6 +28,8 @@

11



 

12

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/48"; title="48 by chrisccoulson at ubuntu, on 22 Dec 2009 01:19 (2009-12-22 01:19:49)">48

 #include 

13



 #include 

14

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/50"; title="50 by chrisccoulson at ubuntu, on 11 Jan 2010 22:50 (2010-01-11 22:50:49)">50

+#include 

15

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/48"; title="48 by chrisccoulson at ubuntu, on 22 Dec 2009 01:19 (2009-12-22 01:19:49)">48

+#include 

16

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/50"; title="50 by chrisccoulson at ubuntu, on 11 Jan 2010 22:50 (2010-01-11 22:50:49)">50

 

17

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/48"; title="48 by chrisccoulson at ubuntu, on 22 Dec 2009 01:19 (2009-12-22 01:19:49)">48

 #include "gnome-screensaver.h"

18



 

19

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/50"; title="50 by chrisccoulson at ubuntu, on 11 Jan 2010 22:50 (2010-01-11 22:50:49)">50

@@ -186,7 +188,7 @@

20

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/48"; title="48 by chrisccoulson at ubuntu, on 22 Dec 2009 01:19 (2009-12-22 01:19:49)">48

 static void

21



 gs_monitor_simulate_user_activity (GSMonitor *monitor)

22



 {

23



-/* FIXME: reset the xsync timer? */

24

http://bazaar.launchpad.net/%7Eubuntu-desktop/gnome-screensaver/ubuntu/revision/50"; title="50 by chrisccoulson at ubuntu, on 11 Jan 2010 22:50 (2010-01-11 22:50:49)">50

+XResetScreenSaver (GDK_DISPLAY ());

25

http://bazaar.

Bug#568309: starts but displays blank screen responds to ctrl alt f1

2010-02-04 Thread Ben Whyte
Package: xserver-xorg-video-radeon
Severity: normal


Tried both of these settings at the same time and it caused to things to 
happen, I loose video from shortly after grub until the xserver starts.  I get 
a distorted kdm background mouse moves around but no keyboard response 
including ctrl alt del to restart x server.




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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 Jan 28 21:47 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1710344 Jan 20 23:01 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc RV670PRO [Radeon HD 
3850]

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1218 Feb  4 22:17 /etc/X11/xorg.conf

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

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "gb"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
EndSection

Section "Device"
Identifier  "Configured Video Device"
Option  "UseFBDev"  "true"
Option  "BusType"   "PCIE"
Driver  "radeon"
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
EndSection

Section "Screen"
Identifier  "Default Screen"
Monitor "Configured Monitor"
SubSection  "Display"
Depth   24
Virtual 3200 1080
EndSubSection
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 35578 Feb  4 22:21 /var/log/Xorg.0.log

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

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux Thor 2.6.32-trunk-686 #1 SMP Sun Jan 10 
06:32:16 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-trunk-686 
root=/dev/mapper/thor-root ro quiet radeon.agpmode=-1
Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (bgog...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb  4 22:21:35 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81e7680
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:0:0) 1002:9505:1002:9505 ATI Technologies Inc RV670PRO [Radeon 
HD 3850] rev 0, Mem @ 0xe000/268435456, 0xf900/65536, I/O @ 
0x8000/256, BIOS @ 0x/131072
(II) Open ACP

Bug#568465: webcalendar: Select button to usersel.php doesn't work

2010-02-04 Thread ian
Package: webcalendar
Version: 1.2.0+dfsg-4
Severity: normal
Tags: patch

Clicking 'select' to choose some users (as can be done via 'Add View') produces 
an error 'Program Error: No form specified!'.

I found a fix (which works) at 
http://sourceforge.net/projects/webcalendar/forums/forum/11588/topic/2678378?message=5801794
 . The poster noted that adding:

   $form=$_GET['form'];
   $listid=$_GET['listid'];

to the top of user_sel.php fixes the issue. Would it be possible to add this to 
the debian package, since the forum post has gone unapplied for over a year.


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

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

Versions of packages webcalendar depends on:
ii  apache2  2.2.14-5Apache HTTP Server metapackage
ii  apache2-mpm-prefork [apa 2.2.14-5Apache HTTP Server - traditional n
ii  dbconfig-common  1.8.41  common framework for packaging dat
ii  debconf [debconf-2.0]1.5.28  Debian configuration management sy
ii  libapache2-mod-php5  5.2.12.dfsg.1-2 server-side, HTML-embedded scripti
ii  libjs-prototype  1.6.1-1 JavaScript Framework for dynamic w
ii  php5-cli 5.2.12.dfsg.1-2 command-line interpreter for the p
ii  php5-mysql   5.2.12.dfsg.1-2 MySQL module for php5
ii  ucf  3.0025  Update Configuration File: preserv

Versions of packages webcalendar recommends:
ii  mysql-client-5.0  5.0.51a-24+lenny2+spu1 MySQL database client binaries
ii  mysql-server-5.0  5.0.51a-24+lenny2+spu1 MySQL database server binaries
ii  postgresql8.4.2-2object-relational SQL database (su
ii  postgresql-client 8.3.9-1front-end programs for PostgreSQL 
ii  postgresql-client 8.4.2-2front-end programs for PostgreSQL 

Versions of packages webcalendar suggests:
ii  php5-gd  5.2.12.dfsg.1-2 GD module for php5
ii  php5-ldap5.2.12.dfsg.1-2 LDAP module for php5

-- 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#497928: please add a dependency on liblchown-perl

2010-02-04 Thread Dafydd Harries

retitle 497928 rsnapshot should depend on liblchown-perl
kthxbye

Now that the Lchown module is in Debian (as the liblchown-perl package),
could you please add a dependency on it to rsnapshot?



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



Bug#568308: subversion: please add undo command to undo the latest revision

2010-02-04 Thread Jonathan Neuschäfer
On Wed, Feb 03, 2010 at 04:55:09PM -0600, Peter Samuelson wrote:
> [Jonathan Neuschäfer]
> > Please add an undo command to undo the latest revision.
> This is an upstream request, and I'm pretty sure it won't happen.
Then please tag the wish as `wontfix'.

Jonathan Neuschäfer



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



Bug#568126: lm-sensors: Fails to read my sensors

2010-02-04 Thread Didier 'OdyX' Raboud
Le jeudi 4 février 2010 22:25:09, vous avez écrit :
> > > lm-sensors is actually just a program that read raw values from
> > > /sys/classes/hwmon and display it in a nice way. Could you check in
> > > this directory if your smsc47m192 device is present or not.
> >
> > As mentioned above, I have nothing in /sys/class/hwmon ("es" too much I
> > guessed).
> 
> Sorry you are right, I meant /sys/classes/hwmon. From where does your
> kernel come? Are your sure CONFIG_THERMAL_HWMON is enabled in it?

As wrongly (all numbers mixed) mentioned in http://bugs.debian.org/568126#20 , 
it works (I have a symlink in /sys/class/hwmon/) with 2.6.30-2 but doesn't with 
2.6.32-trunk.

Both kernels have been once in squeeze (2.6.30-2 is still in security 
squeeze/updates/main).

-- 
Didier Raboud, proud Debian user.
CH-1020 Renens
did...@raboud.com



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



Bug#567874: xserver-xorg: hard redraw of screen elements when leaving fullscreen

2010-02-04 Thread Brice Goglin
reassign 567874 nvidia-glx
thank you




Mark Poks wrote:
> Package: xserver-xorg
> Version: 1:7.4+4
> Severity: normal
>
> first of all i am not sure if this issue is classified to the right package.
>
> when leaving fullscreen, there is wallpaper visible for a while without any 
> desktop element. than gnome-panel is redrawing and all other windows right 
> after. all that issue lasts some about one second.
>
> it is visible in one another case: when having application (such as smplayer) 
> in fullscreen and some popup window from the other application is to be shown 
> up (e.g. kadu) - right before popup shows, fullscreen window disapears for a 
> moment so the wallpaper is visible and than fullscreen windows displays again 
> but with the popup window now.
>
>   

We can't debug the nvidia binary driver.

Brice




-- 
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   >