Bug#608144: linux-image-2.6.32-5-xen-amd64: Kernel oops: net/core/dev.c:1582 skb_gso_segment+0x109/0x263() (Bug #596802 reappeared)

2011-01-02 Thread Stephan Austermühle
Hi Ian!

Am 02.01.2011 20:27, schrieb Ian Campbell:

> Did -28 work OK? Otherwise what was the last known good kernel?

The -29 kernel was the one that was installed when I've setup Squeeze.
So, there was never a different kernel on that system. Anyway... I can
try -28 and see what happens.

> The issue is in dom0, right?

Yes, it is a dom0 issue.

Best regards,

Stephan



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



Bug#608342: cautious-launcher

2011-01-02 Thread Rafael Belmonte
Attaching it..
The main inconvenient I see is the reference to an Ubuntu wiki in
Debian, will there be some equivalent Debian wiki?


cautious-launcher
Description: Binary data


Bug#608711: pimd: FTBFS on kfreebsd-*: kern.c:341: error: unused parameter 'v'

2011-01-02 Thread Joachim Nilsson
Hi Guys!

On 01/03/2011 08:05 AM, Antonin Kral wrote:
> Hi Cyril,
>
> thank you for you for your report.
>
> * Cyril Brulebois  [2011-01-02 23:25] wrote:
>> Source: pimd
>> Version: 2.1.5-2
>> Severity: serious
>> Justification: FTBFS
>>
>> Hi,
>>
>> your package no longer builds on kfreebsd-*:
>> |   CC  kern.o
>> | cc1: warnings being treated as errors
>> | kern.c: In function 'k_del_vif':
>> | kern.c:341: error: unused parameter 'v'
>> | make[1]: *** [kern.o] Error 1
>>
>> (Yay for -Werror.)
> Is there any real reason for forcing -Werror during the package build?

It's more of a policy thing for me.  Warnings tend to hide real bugs ...
at least in my world. :)

> I don't know if you had time to check the sources. The error is caused by
> the fact, that MRT_DEL_VIF API is different in linux and in BSD (Linux
> needs pointer to struct uvif). So the implementation in pimd:
>   - always passes pointer to that structure to k_del_vif()
>   - if on Linux, it is passed to kernel
>   - if on BSD, it is not used

Yeah, this is a regression. My bad.

I've been working on fixing some bugs where mrouted and pimd share code
and I accidentally created this mess.  It was bad testing on my part, sorry!

> So I we stick with -Werror, than I see two solutions:
>   a) wrap calls to k_del_vif() with additional logic which will change
>  the prototype / will decide to or not to pass the scructure
>   b) fake use of 'v' (which is the structure) in k_del_vif()
>
> Both options seems to be a bit of 'hack'.

The real fix is here:

https://github.com/troglobit/pimd/commit/6eaff4dc495ff67933a458ca3316ad060e43a1fc

Regards
 /Joachim

<>

Bug#608737: kpartx -d doesn't cleanup /dev/loop\?

2011-01-02 Thread Harald Dunkel
Package: kpartx
Version: 0.4.8+git0.761c66f-9

Seems that "kpartx -d /dev/loop0" doesn't cleanup
the /dev/loop0 entry allocated by "kpartx -a". It is
still necessary to run "losetup -d /dev/loop0".

Sample session:

# cat /proc/partitions
major minor  #blocks  name

   80  134217727 sda
   81  134215011 sda1
   8   16 3771990016 sdb
   8   17  12483 sdb1
   8   18 364698 sdb2
# kpartx -a /export/storage/backup/srvvm01/vdb.img
# cat /proc/partitions
major minor  #blocks  name

   80  134217727 sda
   81  134215011 sda1
   8   16 3771990016 sdb
   8   17  12483 sdb1
   8   18 364698 sdb2
   70  536870912 loop0
 2530  536869888 dm-0
# kpartx -d /dev/loop0
# cat /proc/partitions
major minor  #blocks  name

   80  134217727 sda
   81  134215011 sda1
   8   16 3771990016 sdb
   8   17  12483 sdb1
   8   18 364698 sdb2
   70  536870912 loop0
# losetup -d /dev/loop0
# cat /proc/partitions
major minor  #blocks  name

   80  134217727 sda
   81  134215011 sda1
   8   16 3771990016 sdb
   8   17  12483 sdb1
   8   18 364698 sdb2


I would suggest to add a note to the man page.


Regards

Harri



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



Bug#608736: upgrading krb5-kdc breaks kprop entry in inetd.conf

2011-01-02 Thread Harald Dunkel
Package: krb5-kdc
Version: 1.6.dfsg.4~beta1-5lenny6

Upgrading krb5-kdc _removes_ the inetd.conf entry for
kprop. This is a severe problem, since it breaks a
fail-safe Kerberos setup.

Its easy to reproduce:

# cat /etc/inetd.conf | grep kprop
# update-inetd --add "krb5_prop stream tcp nowait root /usr/sbin/kpropd kpropd"
# cat /etc/inetd.conf | grep kprop
krb5_prop stream tcp nowait root /usr/sbin/kpropd kpropd
# dpkg -i krb5-kdc_1.6.dfsg.4~beta1-5lenny6_amd64.deb
(Reading database ... 33077 files and directories currently installed.)
Preparing to replace krb5-kdc 1.6.dfsg.4~beta1-5lenny6 (using 
krb5-kdc_1.6.dfsg.4~beta1-5lenny6_amd64.deb) ...
Unpacking replacement krb5-kdc ...
Setting up krb5-kdc (1.6.dfsg.4~beta1-5lenny6) ...
Processing triggers for man-db ...
# cat /etc/inetd.conf | grep kprop
#


Regards

Harri



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



Bug#608697: nginx: fails to install, trying to overwrite other packages files

2011-01-02 Thread Holger Levsen
fixed 608697 0.8.54-1
forcemerge 608633 608697
thanks

On Montag, 3. Januar 2011, Kartik Mistry wrote:
> > during a test with piuparts I noticed your package failed to install
> > because it tries to overwrite other packages files without declaring a
> > replaces relation.
>
> Fixed as in #608633.




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


Bug#608711: pimd: FTBFS on kfreebsd-*: kern.c:341: error: unused parameter 'v'

2011-01-02 Thread Antonin Kral
Hi Cyril,

thank you for you for your report.

* Cyril Brulebois  [2011-01-02 23:25] wrote:
> Source: pimd
> Version: 2.1.5-2
> Severity: serious
> Justification: FTBFS
> 
> Hi,
> 
> your package no longer builds on kfreebsd-*:
> |   CC  kern.o
> | cc1: warnings being treated as errors
> | kern.c: In function 'k_del_vif':
> | kern.c:341: error: unused parameter 'v'
> | make[1]: *** [kern.o] Error 1
> 
> (Yay for -Werror.)

Is there any real reason for forcing -Werror during the package build? I
don't know if you had time to check the sources. The error is caused by
the fact, that MRT_DEL_VIF API is different in linux and in BSD (Linux
needs pointer to struct uvif). So the implementation in pimd:
  - always passes pointer to that structure to k_del_vif()
  - if on Linux, it is passed to kernel
  - if on BSD, it is not used

So I we stick with -Werror, than I see two solutions:
  a) wrap calls to k_del_vif() with additional logic which will change
 the prototype / will decide to or not to pass the scructure
  b) fake use of 'v' (which is the structure) in k_del_vif()

Both options seems to be a bit of 'hack'.

I've included Joachim (upstream) to this discussion to have his point of
view.

Thank you,

Antonin




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



Bug#608187: xresprobe: FTBFS on i386: error: 'IF_MASK' undeclared

2011-01-02 Thread Petter Reinholdtsen

[Holger Levsen]
> Petter has replaced it with a recommends on ddccontrol|xresprobe already.

Yes, in our svn.  But initial testing of ddccontrol seem to indicate
that it do not report the DDC info I want from the monitor.  Frequency
info is missing.  So ddccontrol do not seem to be a sensible
alternative to xresprobe, and I might have to revert it in svn.

In the mean time, I have uploaded a fixed version of xresprobe to
unstable, fixing the RC issue and hopefully making the package fit for
squeeze again.

I am aware that at least on of the maintainers in the X team want to
remove the package instead, as it is no longer used when setting up
X.org.  It might be relevant for the release teams judgement. :)

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#608735: FTBFS due to binutils-gold

2011-01-02 Thread Bhavani Shankar R
Package: ggcov
Severity: important
Tags: patch
Usertags: origin-ubuntu natty ubuntu-patch

Hello dear maintainer

your package ftbfs on ubuntu natty due to indirect linking with
binutils-gold (which is also present in upcoming debian wheezy)

see

http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/ggcov_0.8.2-1ubuntu2_lubuntu32.buildlog

The patch below should fix FTBFS due to binutils-gold

--- ggcov-0.8.2.orig/src/Makefile.am
+++ ggcov-0.8.2/src/Makefile.am
@@ -97,7 +97,7 @@ INCLUDES= $(BASEINCLUDES) -DPKGDATADIR="
-DLIBDIR="\"$(libdir)\"" -DSYSCONFDIR="\"$(sysconfdir)\"" \
-DDEBUG=$(DEBUG) -DUI_DEBUG=$(UI_DEBUG) \
$(CPU_DEFINES) $(OS_DEFINES)
-ggcov_LDADD=   libcov.a libcommon.a $(GGCOV_GUI_LIBS)
+ggcov_LDADD=   libcov.a libcommon.a $(GGCOV_GUI_LIBS) -lX11
 CLI_LIBS=  libcov.a libcommon.a $(GGCOV_CLI_LIBS)

 tggcov_SOURCES= tggcov.c \
--- ggcov-0.8.2.orig/src/Makefile.in
+++ ggcov-0.8.2/src/Makefile.in
@@ -396,7 +396,7 @@ INCLUDES = $(BASEINCLUDES) -DPKGDATADIR=
-DDEBUG=$(DEBUG) -DUI_DEBUG=$(UI_DEBUG) \
$(CPU_DEFINES) $(OS_DEFINES)

-ggcov_LDADD = -Wl,--as-needed libcov.a libcommon.a $(GGCOV_GUI_LIBS)
+ggcov_LDADD = -Wl,--as-needed libcov.a libcommon.a $(GGCOV_GUI_LIBS) -lX11
 CLI_LIBS = libcov.a libcommon.a $(GGCOV_CLI_LIBS)
 tggcov_SOURCES = tggcov.c \
check_scenegen.H check_scenegen.C \

kind regards



-- 
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community developer.
What matters in life is application of mind!,
It makes great sense to have some common sense..!



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



Bug#608734: openvas-server: Leaves cache directory after purge

2011-01-02 Thread Adrian von Bidder
Package: openvas-server
Version: 2.0.3-3
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Openvas creates a cache directoriy in /var/cache/openvas, which is not
removed even after a purge of the package.

cheers
Adrian von Bidder


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

Kernel: Linux 2.6.37-rc7-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

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

iEYEARECAAYFAk0hdUwACgkQKqpm2L3fmXrUjQCfS2LkPTznWvc4lNWKogP0XYfS
GrwAnj6VEWh8BItELLpTqNHI49w+Zf79
=piYe
-END PGP SIGNATURE-



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



Bug#598222: (no subject)

2011-01-02 Thread Kees-Jan Dijkzeul
Although I'm not sure what went wrong with the networking functionality,
I recommend you upload 1.9.3 anyway. It has had much rework in the
"reading mode" area (formerly "(don't) suspend timers when inactive), to
make the whole thing a lot more understandable. And in our experience,
there are many more users of "reading mode" than there are of the
networking functionality. So I guess overall you users will be happier
with 1.9.3







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



Bug#606350: [Pkg-samba-maint] Bug#606350: sasl2-bin: "Too many open files" error with PAM - recovery with saslauthd restart

2011-01-02 Thread Christian PERRIER
Leaving your full answer so that it's logged to the bug report, too.

Quoting D G Teed (donald.t...@gmail.com):
> On Sun, Jan 2, 2011 at 2:22 AM, Christian PERRIER wrote:
> 
> >
> > Coming back on this bug report again.
> >
> > I had more discussion with samba upstream and they pointed me to
> > https://bugzilla.samba.org/show_bug.cgi?id=7684 which is a duplicate
> > of #7265.
> >
> > From #7684, the bug is fixed in samba 3.5.6, which reached testing as
> > of Oct 21st  2010.
> >
> > And, indeed, the patch I applied is useless and redundant.
> >
> > So, Donald, your original report doesn't mention which version of
> > winbind was running on your system when you reported #606350 but I
> > somehow suspect it might have been a version lower than 3.5.6. Still,
> > your system is reported to be using testing so it should have been
> > 3.5.6
> >
> > Are you in position to test again with the genuine 3.5.6 version from
> > testing and not the packages I pointed you to? Alternatively, if you
> > confirm that, at the moment you reported this bug, the version fo
> > samba was lower than 3.5.6, then I will close it as fixed in 3.5.6
> >
> >
> The version I had installed from testing was current as of the time of the
> bug report.
> 
> According to the dpkg logs, I had winbind 3.5.6~dfsg-1 installed Oct 26th
> onward,
> until I installed the test packages manually from the
> http://people.debian.org/~bubulle/samba-test/
> location on Dec 22.
> 
> I do remember looking at the /lib/security/ directory prior to installing
> the ~bubulle
> test packages.  I noticed only pam_winbind.so file in /lib/security
> was older than Oct 21.  All other pam library files were dated Oct 21st.
> 
> I can use the index on our backup service as a sort of time machine to
> verify my
> memory of this.
> 
> I can set the time on the backup indexes, to view the file size and
> timestamp.
> In an "ls -l" report as of Dec 1, 2010, I see:
> 
> -rw-r--r-- root60168 Oct 10 06:54 pam_winbind.so
> 
> All other files in the directory have a time stamp of Oct 21, 14:39
> winbind package was updated to 3.5.6~dfsg-1 according to dpkg logs on Oct
> 26th.
> 
> Right now, if I install winbind and friends from the squeeze repository, I
> get
> a pam_winbind.so dated Dec 7th.  This is from winbind 3.5.6~dfsg-3.
> 
> Perhaps there was a build problem with dfsg-1 and /lib/security/
> pam_winbind.so/
> which is not seen in dfsg-3?
> 
> --Donald

Eh, that's really strange, but thanks for the detailed investigation.

Could you check whether you still experience the bug with the
3.5.6~dfsg-3 packages? I suppose this is indeed what you're doing
right now...


-- 




signature.asc
Description: Digital signature


Bug#603714: Patch for the 0.4.12-3.1 NMU of kumofs

2011-01-02 Thread Christian PERRIER

Dear maintainer of kumofs,

On Tuesday, December 21, 2010 I sent you a notice announcing my intent to 
upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Saturday, December 18, 2010.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/7-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: kumofs
Version: 0.4.12-3.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier 
Date: Sun, 02 Jan 2011 17:07:38 +0100
Closes: 603714
Changes: 
 kumofs (0.4.12-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - French (Christian Perrier).  Closes: #603714

-- 


diff -Nru kumofs-0.4.12.old/debian/changelog kumofs-0.4.12/debian/changelog
--- kumofs-0.4.12.old/debian/changelog	2010-12-18 08:32:40.447715124 +0100
+++ kumofs-0.4.12/debian/changelog	2011-01-02 17:07:50.335137783 +0100
@@ -1,3 +1,11 @@
+kumofs (0.4.12-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- French (Christian Perrier).  Closes: #603714
+
+ -- Christian Perrier   Sun, 02 Jan 2011 17:07:38 +0100
+
 kumofs (0.4.12-3) unstable; urgency=low
 
   * Fix description and templates of debconf
diff -Nru kumofs-0.4.12.old/debian/po/es.po kumofs-0.4.12/debian/po/es.po
--- kumofs-0.4.12.old/debian/po/es.po	2010-12-18 08:32:40.451715639 +0100
+++ kumofs-0.4.12/debian/po/es.po	2010-12-21 07:18:00.542899466 +0100
@@ -31,7 +31,7 @@
 msgstr ""
 "Project-Id-Version: kumofs 0.4.12-2\n"
 "Report-Msgid-Bugs-To: kum...@packages.debian.org\n"
-"POT-Creation-Date: 2010-10-27 06:42+0200\n"
+"POT-Creation-Date: 2010-11-14 01:21+0900\n"
 "PO-Revision-Date: 2010-11-11 20:11+0100\n"
 "Last-Translator: Francisco Javier Cuadrado \n"
 "Language-Team: Spanish \n"
@@ -43,7 +43,6 @@
 #. Type: multiselect
 #. Description
 #: ../templates:2001
-#| msgid "Components you want to run at this host."
 msgid "Kumofs components to run on this host:"
 msgstr "Componentes de kumofs que se ejecutarán en esta máquina:"
 
@@ -79,11 +78,11 @@
 #. Description
 #. Type: string
 #. Description
-#: ../templates:3001
-#: ../templates:4001
-#: ../templates:5001
+#: ../templates:3001 ../templates:4001 ../templates:5001
 msgid "The default value is well adapted for a single-node setup."
-msgstr "El valor predeterminado está adaptado para una configuración de un único nodo."
+msgstr ""
+"El valor predeterminado está adaptado para una configuración de un único "
+"nodo."
 
 #. Type: string
 #. Description
@@ -108,4 +107,3 @@
 #: ../templates:5001
 msgid "Please specify the command-line options to use with kumo-gateway."
 msgstr "Introduzca las opciones de ejecución a utilizar con kumo-gateway."
-
diff -Nru kumofs-0.4.12.old/debian/po/fr.po kumofs-0.4.12/debian/po/fr.po
--- kumofs-0.4.12.old/debian/po/fr.po	2010-12-18 08:32:40.447715124 +0100
+++ kumofs-0.4.12/debian/po/fr.po	2010-12-18 08:35:08.399714808 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: kum...@packages.debian.org\n"
-"POT-Creation-Date: 2010-10-27 06:32+0200\n"
+"POT-Creation-Date: 2010-11-14 01:21+0900\n"
 "PO-Revision-Date: 2010-10-27 06:45+0200\n"
 "Last-Translator: Christian Perrier \n"
 "Language-Team: French \n"
@@ -29,15 +29,15 @@
 #: ../templates:2001
 msgid ""
 "Please choose which components of kumofs should run on this host.\n"
-" * kumo-servers store data and replicate it into other servers;\n"
-" * kumo-managers monitor and balance the servers;\n"
-" * kumo-gateways relay requests from client applications."
+" * kumo-server stores data and replicates it into other servers;\n"
+" * kumo-manager monitors and balances the servers;\n"
+" * kumo-gateway relays requests from client applications."
 msgstr ""
 "Veuillez choisir les composants de kumofs qui doivent être utilisés sur cet "
 "hôte.\n"
-" - kumo-servers gère les données et les réplique sur les autres serveurs ;\n"
-" - kumo-managers surveille les serveurs et répartit la charge ;\n"
-" - kumo-gateways relaie les requêtes des applications clientes."
+" - kumo-server gère les données et les réplique sur les autres serveurs ;\n"
+" - kumo-manager surveille les serveurs et répartit la charge ;\n"
+" - kumo-gateway relaie les requêtes des applications clientes."
 
 #. Type: string
 #. Description
diff -Nru kumofs-0.4.12.old/debian/po/sv.po kumofs-0.4.12/debian/po/sv.po
--- kumofs-0.4.12.old/debian/po/sv.po	2010-12-18 08:32:40.447715124 +0100
+++ kumofs-0.4.12/debian/po/sv.po	2010-12-21 07:18:00.586911284 +0100
@@ -1,85 +1,85 @@
 # Swedish translation of kumofs
 # Copyright (c) 2010 Martin Bagge 
 # This file is distributed under the same license as the kumofs package.
-#
+# 
 # Martin Bagge , 2010.
-msgid ""
-msgstr ""
-"Project-Id-Version: Kumofs\n"
-"Report-Msgid-Bugs-To: kum...@packages.debian.org\n"
-"POT-Creation-Date: 2010-10-27 06:42+0200\n"
-"PO-Revision-Date: 2010-10-27 20:49+0100\

Bug#576973: mutt: Certificates are stored but not read

2011-01-02 Thread Rafael Cunha de Almeida
Hello Detlef,

On Thu, Apr 08, 2010 at 06:21:49PM +0200, Detlef Jockheck wrote:
> certificate_file is setup correctly in muttrc. If the mentioned
> certificate_file does not exist I can say to always accept this certificate
> and it's stored in the cerficate_file (which is ~/.mutt/certificates here).
>
> Next time I'm asked again wheter to accept certificate not, once or always. If
> I say "always" again mutt says that it is unable to store certificate.

If I don't have certificate_file set in my muttrc, then mutt creates
~/.mutt_certificates when I tell it to always accept a certificate. If I set to
~/.mutt/certificates and the file doesn't exist, it creates it. So, I can't
reproduce your bug here.

I suspect you either don't have the directory .mutt created or, if you do have
it, you don't have permission to create a file in it. Also, have you checked if
you can still reproduce the bug in mutt 2.5.20-9 (Debian squeeze version)?

Thank you,
Rafael



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



Bug#577752: This bug is most likely fixed

2011-01-02 Thread Alfredo Esteban
Davide Ferrari reported this bug in version 3.2.7:11 of procps.

I think the problem is due to change in format of /proc/diskstats since
version 2.6.25 of linux kernel. Lines with partitions information have the
same number of columns than lines with disks information since this version
of linux kernel. They had less columns in previous versions.

Newer versions of procps (in particular 3.2.8:10) work properly because this
problem is fixed by vmstat_part_format.patch.

Alfredo


Bug#608718: new version still has the problem

2011-01-02 Thread Andres Cimmarusti
The newer versions in sid still have problems. Attaching new backtrace

I posted a comment on the bug report upstream:
http://developer.pidgin.im/ticket/12181
$ gdb pidgin
GNU gdb (GDB) 7.0.1-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/bin/pidgin...Reading symbols from /usr/lib/debug/usr/bin/pidgin...done.
(no debugging symbols found)...done.
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/pidgin 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffd9ac8710 (LWP 10279)]
[New Thread 0x7fffd7a61710 (LWP 10280)]
[New Thread 0x7fffd7260710 (LWP 10281)]
[New Thread 0x7fffd6a5f710 (LWP 10282)]
[New Thread 0x7fffd4c6b710 (LWP 10283)]
[New Thread 0x7fffd446a710 (LWP 10284)]
[New Thread 0x7fffd3a65710 (LWP 10285)]
[New Thread 0x7fffd3264710 (LWP 10286)]
[New Thread 0x7fffd2860710 (LWP 10287)]
[New Thread 0x7fffd205f710 (LWP 10288)]
[New Thread 0x7fffc9fff710 (LWP 10289)]
[New Thread 0x7fffc97fe710 (LWP 10290)]
[New Thread 0x7fffc8ffd710 (LWP 10291)]
[New Thread 0x7fffc87fc710 (LWP 10292)]
[Thread 0x7fffd2860710 (LWP 10287) exited]
[Thread 0x7fffd4c6b710 (LWP 10283) exited]
[New Thread 0x7fffd4c6b710 (LWP 10293)]
[New Thread 0x7fffc7db7710 (LWP 10294)]
[New Thread 0x7fffc24d0710 (LWP 10297)]
[Thread 0x7fffc24d0710 (LWP 10297) exited]
[New Thread 0x7fffc24d0710 (LWP 10315)]
[New Thread 0x7fffc030b710 (LWP 10316)]
[New Thread 0x7fffbfb0a710 (LWP 10317)]
[New Thread 0x7fffbf309710 (LWP 10318)]
[Thread 0x7fffbf309710 (LWP 10318) exited]
[Thread 0x7fffbfb0a710 (LWP 10317) exited]
[Thread 0x7fffc030b710 (LWP 10316) exited]
[Thread 0x7fffc24d0710 (LWP 10315) exited]
[Thread 0x7fffd205f710 (LWP 10288) exited]
[Thread 0x7fffd9ac8710 (LWP 10279) exited]
[Thread 0x7fffd4c6b710 (LWP 10293) exited]
[Thread 0x7fffd7260710 (LWP 10281) exited]
[Thread 0x7fffd446a710 (LWP 10284) exited]
[Thread 0x7fffc87fc710 (LWP 10292) exited]
[Thread 0x7fffc8ffd710 (LWP 10291) exited]
[Thread 0x7fffc97fe710 (LWP 10290) exited]
[Thread 0x7fffc7db7710 (LWP 10294) exited]
[Thread 0x7fffd3264710 (LWP 10286) exited]
[Thread 0x7fffd3a65710 (LWP 10285) exited]
[Thread 0x7fffc9fff710 (LWP 10289) exited]
[Thread 0x7fffd6a5f710 (LWP 10282) exited]
[Thread 0x7fffd7a61710 (LWP 10280) exited]
[New Thread 0x7fffd7a61710 (LWP 10322)]
[New Thread 0x7fffd6a5f710 (LWP 10323)]
[New Thread 0x7fffc9fff710 (LWP 10324)]
[New Thread 0x7fffd3a65710 (LWP 10325)]
[New Thread 0x7fffd7260710 (LWP 10326)]
[New Thread 0x7fffd4c6b710 (LWP 10327)]
[New Thread 0x7fffd446a710 (LWP 10328)]
[New Thread 0x7fffd3264710 (LWP 10329)]
[New Thread 0x7fffd205f710 (LWP 10330)]
[New Thread 0x7fffcbfff710 (LWP 10331)]
[New Thread 0x7fffcb7fe710 (LWP 10332)]
[New Thread 0x7fffcaffd710 (LWP 10333)]
[New Thread 0x7fffc97fe710 (LWP 10334)]
[New Thread 0x7fffc8ffd710 (LWP 10335)]
[Thread 0x7fffd3264710 (LWP 10329) exited]
[New Thread 0x7fffc7db7710 (LWP 10336)]
[New Thread 0x7fffc269c710 (LWP 10337)]
[Thread 0x7fffd205f710 (LWP 10330) exited]
[New Thread 0x7fffd205f710 (LWP 10338)]
[Thread 0x7fffd205f710 (LWP 10338) exited]
[Thread 0x7fffcbfff710 (LWP 10331) exited]
[Thread 0x7fffd7a61710 (LWP 10322) exited]
[Thread 0x7fffc7db7710 (LWP 10336) exited]
[Thread 0x7fffc9fff710 (LWP 10324) exited]
[Thread 0x7fffd7260710 (LWP 10326) exited]
[Thread 0x7fffc8ffd710 (LWP 10335) exited]
[Thread 0x7fffcaffd710 (LWP 10333) exited]
[Thread 0x7fffc97fe710 (LWP 10334) exited]
[Thread 0x7fffd4c6b710 (LWP 10327) exited]
[Thread 0x7fffc269c710 (LWP 10337) exited]
[Thread 0x7fffd446a710 (LWP 10328) exited]
[Thread 0x7fffcb7fe710 (LWP 10332) exited]
[Thread 0x7fffd3a65710 (LWP 10325) exited]
[Thread 0x7fffd6a5f710 (LWP 10323) exited]
[New Thread 0x7fffd6a5f710 (LWP 10341)]
[New Thread 0x7fffd3a65710 (LWP 10342)]
[New Thread 0x7fffcb7fe710 (LWP 10343)]
[New Thread 0x7fffd446a710 (LWP 10344)]
[Thread 0x7fffd446a710 (LWP 10344) exited]
[Thread 0x7fffcb7fe710 (LWP 10343) exited]
[Thread 0x7fffd3a65710 (LWP 10342) exited]
[Thread 0x7fffd6a5f710 (LWP 10341) exited]
[New Thread 0x7fffd6a5f710 (LWP 10345)]
[New Thread 0x7fffd3a65710 (LWP 10346)]
[New Thread 0x7fffcb7fe710 (LWP 10347)]
[New Thread 0x7fffd446a710 (LWP 10348)]
[Thread 0x7fffd446a710 (LWP 10348) exited]
[Thread 0x7fffcb7fe710 (LWP 10347) exited]
[Thread 0x7fffd6a5f710 (LWP 10345) exited]
[Thread 0x7fffd3a65710 (LWP 10346) exited]
[New Thread 0x7fffd3a65710 (LWP 10351)]
[New Thread 0x7fffd6a5f710 (LWP 10352)]
[New Thread 0x7fffcb7fe710 (LWP 10353)]
[New Thread 0x7fffd446a710 (LWP 10354)]
[New Thread 0x7fffd7a61710 (LWP 10355)]
[New Thread 0x7fffd7260710 (LWP 10356)]
[New Thread 0x7fffd4c6b710 (LWP 10357)]
[New Thread 0x7f

Bug#597658: linux-headers-2.6.32-5-amd64: Missing aesni-intel module in kernel

2011-01-02 Thread Ben Hutchings
On Sun, 2011-01-02 at 21:30 -0700, dann frazier wrote:
> On Sun, Jan 02, 2011 at 08:57:19PM +, Ben Hutchings wrote:
[...]
> > Please can you test whether aesni-intel loads and works in:
> > 
> > 1. Package version 2.6.32-12
> > .  This was the
> > last version with aesni-intel included.
> > 
> > 2. Package version 2.6.32-29, modified to reenable aesni-intel.  See the
> > instructions at
> > .
> > a. Follow section 4.2.1.
> > b. Change '# CONFIG_CRYPTO_AES_NI_INTEL is not set' to
> >'CONFIG_CRYPTO_AES_NI_INTEL=m' in
> >debian/config/kernelarch-x86/config-arch-64.
> > c. Follow section 4.2.4.
> 
> fyi, 2.6.32-12 & 2.6.32-29 w/ CONFIG_CRYPTO_AES_NI_INTEL=m both boot
> successfully w/ the aesni_intel module on my Lenovo T410.

I'm guessing you don't have an AES-encrypted hard drive though...

Ben.

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


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


Bug#608733: mtpfs: duplicate Playlists directory

2011-01-02 Thread Ian Zimmerman
Package: mtpfs
Version: 0.9-3
Severity: normal


I installed this package in the hope that it would allow me to upload
playlists to my device, namely the iRiver SPINN [1].  From the mtpfs
documentation I see that this is supposed to work through a virtual
/Playlists directory on the mtpfs mount.  However, my device _already_
has a real /Playlists directory, so when I mount it I get this
unsettling picture:

 [24]matica:~$ ls -l mnt
total 106
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Flash Games
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Fonts
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Music
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Pictures
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Playlists
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Playlists
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Recordings
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Text
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Themes
drwxrwxrwx 2 itz itz  0 Dec 31  1969 Video
-rwxrwxrwx 1 itz itz 107125 Dec 31  1969 devicon.fil
-rwxrwxrwx 1 itz itz  6 Dec 31  1969 devlogo.fil

Not very surprisingly, saving an .m3u file to /Playlists doesn't seem
to accomplish anything.  The player doesn't explode, though, so
there's something to be grateful for :-)

You might think that I could mount the device in USB storage mode and
simply save a playlist file to the existing /Playlists directory.
That was my first try too, and the file does appear in the filesystem,
but it is still not available as a playlist from the device UI.  That
may be because it needs some other format and of course the format is
undocumented :-(

[1] http://anythingbutipod.com/2008/10/iriver-spinn-review/

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

Kernel: Linux 2.6.36.2git (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 mtpfs depends on:
ii  fuse-utils2.8.4-1.1  Filesystem in USErspace (utilities
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libfuse2  2.8.4-1.1  Filesystem in USErspace library
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libid3tag00.15.1b-10 ID3 tag reading library from the M
ii  libmad0   0.15.1b-5  MPEG audio decoder library
ii  libmtp8   1.0.3-1Media Transfer Protocol (MTP) libr

mtpfs recommends no packages.

mtpfs 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#608535: closed by Simon McVittie (Re: [Pkg-telepathy-maintainers] Bug#608535: empathy: completely fails to set up almost any account except for jabber, facebook, google)

2011-01-02 Thread Ernst Nolting-Hauff
Thank you very much for your kind and fast response. I am sorry to have 
bothered you, then this was not a bug.
Regards X.





--- On Sun, 1/2/11, Debian Bug Tracking System  wrote:

From: Debian Bug Tracking System 
Subject: Bug#608535 closed by Simon McVittie  (Re: 
[Pkg-telepathy-maintainers] Bug#608535: empathy: completely fails  to set up 
almost any account except for jabber, facebook, google)
To: "Xaver Ohnesorg" 
Date: Sunday, January 2, 2011, 1:09 PM

This is an automatic notification regarding your Bug report
which was filed against the empathy package:

#608535: empathy: completely fails to set up almost any account except for 
jabber, facebook, google

It has been closed by Simon McVittie .

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Simon McVittie 
 by
replying to this email.


-- 
608535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608535
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



  

Bug#597658: linux-headers-2.6.32-5-amd64: Missing aesni-intel module in kernel

2011-01-02 Thread dann frazier
On Sun, Jan 02, 2011 at 08:57:19PM +, Ben Hutchings wrote:
> On Sun, 2011-01-02 at 20:41 +0100, cfchris6 wrote:
> > What has to be done until the proposed solution to blacklist the module 
> > could
> > be implemented?
> > 
> > I do think that it is not very nice to have a big part of those with a newer
> > amd64 box unable to use this functionality.
> > 
> > If I get it correctly, the main reason for the decision to disable that 
> > module
> > is that it's not playing nice with a T400. What is the number of the bug 
> > report
> > with upstream on that matter?
> 
> I don't know of one.  There is a Fedora bug report
>  and if I read that
> correctly then this is not a model-specific bug - the module was
> actually completely broken in 2.6.32 if CONFIG_CRYPTO_FIPS=y (which it
> is in Debian packages).  However, it also looks like this was fixed in
> 2.6.32.19, which is incorporated in the source for the current package.
> 
> Please can you test whether aesni-intel loads and works in:
> 
> 1. Package version 2.6.32-12
> .  This was the
> last version with aesni-intel included.
> 
> 2. Package version 2.6.32-29, modified to reenable aesni-intel.  See the
> instructions at
> .
> a. Follow section 4.2.1.
> b. Change '# CONFIG_CRYPTO_AES_NI_INTEL is not set' to
>'CONFIG_CRYPTO_AES_NI_INTEL=m' in
>debian/config/kernelarch-x86/config-arch-64.
> c. Follow section 4.2.4.

fyi, 2.6.32-12 & 2.6.32-29 w/ CONFIG_CRYPTO_AES_NI_INTEL=m both boot
successfully w/ the aesni_intel module on my Lenovo T410.



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



Bug#608713: Fix FTBFS with gold/ld --no-add-needed

2011-01-02 Thread Francois Marier
I've merged your two patches into one, but I also noticed that you added an
extra parameters to the $(MAKE) calls in debian/rules:

--- a/debian/rules
+++ b/debian/rules
@@ -46,9 +46,9 @@ build-stamp:  config.status
dh_testdir
 
# Add here commands to compile the package.
-   cd sflphone-common/libs/pjproject && $(MAKE)
-   cd sflphone-common && $(MAKE)
-   cd sflphone-client-gnome && $(MAKE)
+   cd sflphone-common/libs/pjproject && $(MAKE) V=1
+   cd sflphone-common && $(MAKE) V=1
+   cd sflphone-client-gnome && $(MAKE) V=1
touch $@
 
 clean: 


Is this necessary? What does it do?

Cheers,
Francois



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



Bug#547661: mutt-patched: sidebar-next key bound to

2011-01-02 Thread Rafael Cunha de Almeida
forwarded 547661 http://dev.mutt.org/trac/ticket/3494 
tags 547661 + upstream
thanks

On Mon, Sep 21, 2009 at 12:50:38PM +, Antonio Radici wrote:
> I checked the documentation, it is not clear that the capital letter
> should be used and probably the fact that \Cj results in a return is a
> mutt bug, I will investigate this evening.

The documentation explicitly says it doesn't really matter:

   key is the key (or key sequence) you wish to bind. To specify a
   control character, use the sequence \Cx, where x is the letter of the
   control character (for example, to specify control-A use ``\Ca'').
   Note that the case of x as well as \C is ignored, so that \CA, \Ca,
   \cA and \ca are all equivalent. An alternative form is to specify the
   key as a three digit octal number prefixed with a ``\'' (for example
   \177 is equivalent to \c?).

Anyway, I was able to reproduce the bug reported by James. I've reported
it upstream, as I couldn't find any ticket related to the problem there.
Further information regarding the bug is in the ticket I opened there.

[]'s
Rafael



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



Bug#608697: nginx: fails to install, trying to overwrite other packages files

2011-01-02 Thread Kartik Mistry
On Mon, Jan 3, 2011 at 12:44 AM, Holger Levsen  wrote:
> Package: nginx,nginx-light-dbg,nginx-extras-dbg,nginx-full-dbg
> Version: 0.8.54-1
> Severity: serious
> User: debian...@lists.debian.org
> Usertags: piuparts piuparts.d.o
>
> during a test with piuparts I noticed your package failed to install because
> it tries to overwrite other packages files without declaring a replaces
> relation.

Fixed as in #608633.

-- 
Kartik Mistry
Debian GNU/Linux Developer
IRC: kart_ | Identica: @kartikm



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



Bug#608732: a macro in an extension i'm working at crashes libreoffice

2011-01-02 Thread alex bodnaru
Package: libreoffice
Version: 1:3.3.0~rc2-2
Severity: normal


hello again, rene, friends,

as i said, a macro in an extension i'm working at crashes libreoffice.

i will attach the extension and instructions to reproduce problem.

best wishes,
alex


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

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

Versions of packages libreoffice depends on:
ii  liblucene2-java2.9.2+ds1-1   Full-text search engine library fo
ii  libreoffice-base   1:3.3.0~rc2-2 office productivity suite -- datab
ii  libreoffice-calc   1:3.3.0~rc2-2 office productivity suite -- sprea
ii  libreoffice-core   1:3.3.0~rc2-2 office productivity suite -- arch-
ii  libreoffice-draw   1:3.3.0~rc2-2 office productivity suite -- drawi
ii  libreoffice-filter-mobiled 1:3.3.0~rc2-2 office productivity suite -- mobil
ii  libreoffice-impress1:3.3.0~rc2-2 office productivity suite -- prese
ii  libreoffice-java-common1:3.3.0~rc2-2 office productivity suite -- arch-
ii  libreoffice-math   1:3.3.0~rc2-2 office productivity suite -- equat
ii  libreoffice-report-builder 1:3.3.0~rc2-2 LibreOffice extension for building
ii  libreoffice-writer 1:3.3.0~rc2-2 office productivity suite -- word 
ii  ttf-dejavu 2.31-1Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basic  1.1-2 smart Unicode font families (Basic

Versions of packages libreoffice recommends:
ii  ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim
ii  ttf-mscorefonts-instal 3.3   Installer for Microsoft TrueType c

Versions of packages libreoffice suggests:
ii  cups-bsd   1.4.4-7   Common UNIX Printing System(tm) - 
ii  default-jre [java5-runtime 1:1.6-40  Standard Java or Java compatible R
ii  gstreamer0.10-ffmpeg   0.10.10-1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad  0.10.19-2+b2  GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins-base 0.10.30-1 GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good 0.10.24-1 GStreamer plugins from the "good" 
ii  gstreamer0.10-plugins-ugly 0.10.15-1 GStreamer plugins from the "ugly" 
ii  hunspell-ro [hunspell-dict 1:3.2.1-2 Romanian dictionary for hunspell
ii  icedove3.1.7-1   mail/news client with RSS and inte
ii  iceweasel  3.6.13-1  Web browser based on Firefox
ii  imagemagick8:6.6.0.4-3   image manipulation programs
ii  libgl1-mesa-glx [libgl1]   7.7.1-4   A free implementation of the OpenG
ii  libldap-2.4-2  2.4.23-7  OpenLDAP libraries
ii  libpaper-utils 1.1.24library for handling paper charact
ii  libreoffice-filter-binfilt 1:3.3.0~rc2-2 office productivity suite -- legac
ii  libreoffice-gnome  1:3.3.0~rc2-2 office productivity suite -- GNOME
pn  libreoffice-help-3.3.0-rc2 (no description available)
pn  libreoffice-hyphenation(no description available)
pn  libreoffice-l10n-3.3.0-rc2 (no description available)
pn  libreoffice-officebean (no description available)
pn  libreoffice2-thesaurus (no description available)
ii  libsane1.0.21-9  API library for scanners
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  menu   2.1.44generates programs menu for all me
ii  myspell-en-us [myspell-dic 1:3.2.1-2 English_american dictionary for my
ii  myspell-he [myspell-dictio 1.1-1 Hebrew dictionary for myspell
pn  openclipart-libreoffice(no description available)
ii  openjdk-6-jre [java5-runti 6b18-1.8.3-2  OpenJDK Java runtime, using Hotspo
ii  pstoedit   3.50-3+b1 PostScript and PDF files to editab
ii  sun-java6-jre [java5-runti 6.22-1Sun Java(TM) Runtime Environment (
ii  unixodbc   2.2.14p2-1ODBC tools libraries

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-7  Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.0-1  The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.21.0-1  Multi-protocol file transfer libra
ii  libdb4.8   4.8.30-2  Berkeley v4.8 Database Libraries [
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii

Bug#594835: Mutt in Squeeze hangs at LOGIN (bug exist since at least Woody)

2011-01-02 Thread Michelle Konzack
Am 2010-12-30 14:10:51, schrieb Antonio Radici:
> tag 594835 +moreinfo
> thanks
> 
> Hi Michelle,
> I believe you opened a similar bug before, didn't you?

Yes, since mutt does a useless LOGIN if Iwan to send a message from  the
POSTPONE folder.

It schow me "LOGIN..." and does not more continue.

> Can you please refer to any bug number you opened before for the same
> issue so that we can merge them and continue the investigation on the
> same bug.

#558193

> Cheers
> Antonio

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#539603: mutt does not more find NEW messages if imap_idle is used and mutt restarted

2011-01-02 Thread Michelle Konzack
Am 2010-12-30 17:16:28, schrieb Antonio Radici:
> tag 539603 -moreinfo
> thanks
> 
> I will prepare a backport of 1.5.21-1 so that we have a test scenario
> against the latest version released.

Thats perfect, please telle me when it is ready.

> Cheers
> Antonio

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#608019: mutt does not respect @

2011-01-02 Thread Michelle Konzack
Hello Antonio,

Am 2010-12-30 12:32:35, schrieb Antonio Radici:
> tag 608019 +confirmed pending
> thanks
> 
> I believe I wrote a patch for this and it was incorporated in 1.5.21,
> a backport of the newest version will be the fastest way to fix this, I
> will work on it this week.

Thank you.  I hope.

> Cheers
> Antonio

Thanks, Greetings and Happy New Year
Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#603803: Mutt hang/crash if another mutt instance change the IMAP status

2011-01-02 Thread Michelle Konzack
Am 2010-12-30 12:53:18, schrieb Antonio Radici:
> tag 603803 +moreinfo
> thanks
> 
> Hi Michelle,
> can you experience the same problem with 1.5.20-1 that is in
> experimental? Do you want me to prepare a backport for you?

My current Version is:

mutt:
  Installiert: 1.5.20-5~bpo50+1
  Kandidat: 1.5.20-5~bpo50+1
  Versions-Tabelle:
 *** 1.5.20-5~bpo50+1 0
600 http://www.backports.org lenny-backports/main Packages
100 /var/lib/dpkg/status
 1.5.18-6 0
900 ftp://ftp2.de.debian.org lenny/main Packages

So if there are differences yes please provide a Backport.

> Cheers
> Antonio

Thanks, Greetings and Happy New Year
Michelle Konzack
Systemadministrator


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#608731: libreoffice: migration problem: the .../user/Scripts contents not migrated to new dir

2011-01-02 Thread alex bodnaru
Package: libreoffice
Version: 1:3.3.0~rc2-2
Severity: normal


hello rene, friends,

i'm currently trying libreoffice in order to ensure a best possible release.

as i said, the .../user/Scripts contents not migrated to new dir. 
my scripts are under .../Scripts/python.


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

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

Versions of packages libreoffice depends on:
ii  liblucene2-java2.9.2+ds1-1   Full-text search engine library fo
ii  libreoffice-base   1:3.3.0~rc2-2 office productivity suite -- datab
ii  libreoffice-calc   1:3.3.0~rc2-2 office productivity suite -- sprea
ii  libreoffice-core   1:3.3.0~rc2-2 office productivity suite -- arch-
ii  libreoffice-draw   1:3.3.0~rc2-2 office productivity suite -- drawi
ii  libreoffice-filter-mobiled 1:3.3.0~rc2-2 office productivity suite -- mobil
ii  libreoffice-impress1:3.3.0~rc2-2 office productivity suite -- prese
ii  libreoffice-java-common1:3.3.0~rc2-2 office productivity suite -- arch-
ii  libreoffice-math   1:3.3.0~rc2-2 office productivity suite -- equat
ii  libreoffice-report-builder 1:3.3.0~rc2-2 LibreOffice extension for building
ii  libreoffice-writer 1:3.3.0~rc2-2 office productivity suite -- word 
ii  ttf-dejavu 2.31-1Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basic  1.1-2 smart Unicode font families (Basic

Versions of packages libreoffice recommends:
ii  ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim
ii  ttf-mscorefonts-instal 3.3   Installer for Microsoft TrueType c

Versions of packages libreoffice suggests:
ii  cups-bsd   1.4.4-7   Common UNIX Printing System(tm) - 
ii  default-jre [java5-runtime 1:1.6-40  Standard Java or Java compatible R
ii  gstreamer0.10-ffmpeg   0.10.10-1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad  0.10.19-2+b2  GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins-base 0.10.30-1 GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good 0.10.24-1 GStreamer plugins from the "good" 
ii  gstreamer0.10-plugins-ugly 0.10.15-1 GStreamer plugins from the "ugly" 
ii  hunspell-ro [hunspell-dict 1:3.2.1-2 Romanian dictionary for hunspell
ii  icedove3.1.7-1   mail/news client with RSS and inte
ii  iceweasel  3.6.13-1  Web browser based on Firefox
ii  imagemagick8:6.6.0.4-3   image manipulation programs
ii  libgl1-mesa-glx [libgl1]   7.7.1-4   A free implementation of the OpenG
ii  libldap-2.4-2  2.4.23-7  OpenLDAP libraries
ii  libpaper-utils 1.1.24library for handling paper charact
ii  libreoffice-filter-binfilt 1:3.3.0~rc2-2 office productivity suite -- legac
ii  libreoffice-gnome  1:3.3.0~rc2-2 office productivity suite -- GNOME
pn  libreoffice-help-3.3.0-rc2 (no description available)
pn  libreoffice-hyphenation(no description available)
pn  libreoffice-l10n-3.3.0-rc2 (no description available)
pn  libreoffice-officebean (no description available)
pn  libreoffice2-thesaurus (no description available)
ii  libsane1.0.21-9  API library for scanners
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  menu   2.1.44generates programs menu for all me
ii  myspell-en-us [myspell-dic 1:3.2.1-2 English_american dictionary for my
ii  myspell-he [myspell-dictio 1.1-1 Hebrew dictionary for myspell
pn  openclipart-libreoffice(no description available)
ii  openjdk-6-jre [java5-runti 6b18-1.8.3-2  OpenJDK Java runtime, using Hotspo
ii  pstoedit   3.50-3+b1 PostScript and PDF files to editab
ii  sun-java6-jre [java5-runti 6.22-1Sun Java(TM) Runtime Environment (
ii  unixodbc   2.2.14p2-1ODBC tools libraries

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-7  Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.0-1  The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.21.0-1  Multi-protocol file transfer libra
ii  libdb4.8   4.8.30-2  Berkeley v4.8 Database Libraries [
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font 

Bug#362029: Thanks

2011-01-02 Thread Matthew Palmer
On Sun, Jan 02, 2011 at 11:58:11PM +0100, Sander De Graaf wrote:
> It's a long time since i filed this bug report, and I'm pleasantly
> surprised that it's believed fixed. Thanks for the work :)

You know what they say... better late than never.  

- Matt



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



Bug#608730: python-turbogears2: fresh upstream (2.1) is available

2011-01-02 Thread Yaroslav Halchenko
Package: python-turbogears2
Version: 2.0.3-2
Severity: wishlist

please charge experimental ;)

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

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



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



Bug#608729: Akregator crash when the feed URL is not found

2011-01-02 Thread Daniel Bareiro
Package: akregator
Version: 4:4.4.7-2
Severity: normal



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

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

Versions of packages akregator depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libkde3support4   4:4.4.5-2  the KDE 3 Support Library for the
ii  libkdecore5   4:4.4.5-2  the KDE Platform Core Library
ii  libkdepim44:4.4.7-2  KDE PIM library
ii  libkdeui5 4:4.4.5-2  the KDE Platform User Interface Li
ii  libkhtml5 4:4.4.5-2  the KHTML Web Content Rendering En
ii  libkio5   4:4.4.5-2  the Network-enabled File Managemen
ii  libknotifyconfig4 4:4.4.5-2  library for configuring KDE Notifi
ii  libkontactinterface4  4:4.4.5-2  Kontact interface library
ii  libkparts44:4.4.5-2  the Framework for the KDE Platform
ii  libkpimutils4 4:4.4.5-2  library for dealing with email add
ii  libkutils44:4.4.5-2  various utility classes for the KD
ii  libqt4-dbus   4:4.6.3-4  Qt 4 D-Bus module
ii  libqt4-xml4:4.6.3-4  Qt 4 XML module
ii  libqtcore44:4.6.3-4  Qt 4 core module
ii  libqtgui4 4:4.6.3-4  Qt 4 GUI module
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3
ii  libsyndication4   4:4.4.5-2  parser library for RSS and Atom fe

akregator recommends no packages.

akregator suggests no packages.

-- no debconf information


If I try to add a URL that can not be accessed by Akregator, it crash
and all entries that were added in that session are lost. This bug is
reproducible under the same situation.

This is the output produced by stdout to launch the application from the shell:

vi...@squeeze:~$ akregator
Object::connect: No such signal Akregator::SubscriptionListView::signalDropped 
(KUrl::List &, Akregator::TreeNode*, Akregator::Folder*)
Object::connect:  (sender name:   'feedtree')
Object::connect:  (receiver name: 'akregator_view')
vi...@squeeze:~$ KCrash: Application 'akregator' crashing...
sock_file=/home/viper/.kde/socket-squeeze/kdeinit4__0




Regards,
Daniel
-- 
Daniel Bareiro - GNU/Linux registered user #188.598
Proudly running Debian GNU/Linux with uptime:
22:11:27 up 81 days, 22:38, 10 users,  load average: 0.00, 0.00, 0.00


signature.asc
Description: Digital signature


Bug#607967: cdebconf-terminal: FTBFS on all architectures (missing aclocal)

2011-01-02 Thread Elías Alejandro
tags 607967 + patch

thanks.

Attached debdiff and intend to fix this bug.

--
Elías Alejandro
diff -Nru cdebconf-terminal-0.12/debian/changelog cdebconf-terminal-0.12+nmu1/debian/changelog
--- cdebconf-terminal-0.12/debian/changelog	2010-12-24 16:49:43.0 -0500
+++ cdebconf-terminal-0.12+nmu1/debian/changelog	2011-01-02 20:17:27.0 -0500
@@ -1,3 +1,10 @@
+cdebconf-terminal (0.12+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: build-depends on automake (Closes: #607967)
+
+ -- Elías Alejandro Año Mendoza   Sun, 02 Jan 2011 20:13:22 -0500
+
 cdebconf-terminal (0.12) unstable; urgency=low
 
   [ Updated translations ]
diff -Nru cdebconf-terminal-0.12/debian/control cdebconf-terminal-0.12+nmu1/debian/control
--- cdebconf-terminal-0.12/debian/control	2010-11-12 17:37:19.0 -0500
+++ cdebconf-terminal-0.12+nmu1/debian/control	2011-01-02 20:18:28.0 -0500
@@ -3,7 +3,7 @@
 Section: debian-installer
 Maintainer: Debian Install System Team 
 Uploaders: Jérémy Bobbio , Colin Watson , Christian Perrier 
-Build-Depends: debhelper (>= 7.0.50~), po-debconf (>= 0.5.0), libdebian-installer4-dev, libdebconfclient0-dev (>= 0.146), libnewt-dev, libgtk2.0-dev (>= 2.18.7-2), libvte-dev (>> 0.16.14-1), autoconf, autotools-dev
+Build-Depends: debhelper (>= 7.0.50~), po-debconf (>= 0.5.0), libdebian-installer4-dev, libdebconfclient0-dev (>= 0.146), libnewt-dev, libgtk2.0-dev (>= 2.18.7-2), libvte-dev (>> 0.16.14-1), autoconf, autotools-dev, automake
 Vcs-Svn: svn://svn.debian.org/d-i/trunk/packages/cdebconf-terminal
 
 Package: cdebconf-gtk-terminal


Bug#608728: empathy: failing to chat with gmail users with video and audio

2011-01-02 Thread Kejia
Package: empathy
Version: 2.30.3-1
Severity: important


Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Kejia 
To: Debian Bug Tracking System 
Subject: empathy: failing to chat with gmail users
Message-ID: <20110103011849.2775.509.report...@atwater>
X-Mailer: reportbug 4.12.6
Date: Sun, 02 Jan 2011 20:18:49 -0500

Package: empathy
Version: 2.30.3-1
Severity: important

Hello people,

Text chatting: good.

Audio chatting: empathy can hear and speak; windows Chrome gmail (and gtalk) 
can speak but cannot hear.

Video chatting: it is impossible.


Kejia


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

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

Versions of packages empathy depends on:
ii  dbus-x111.2.24-4 simple interprocess messaging syst
ii  empathy-common  2.30.3-1 GNOME multi-protocol chat and call
ii  gconf2  2.28.1-6 GNOME configuration database syste
ii  geoclue 0.12.0-1 Geographic information framework
ii  gnome-icon-theme2.30.3-2 GNOME Desktop icon theme
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libchamplain-0.4-0  0.4.6-2+b1   C library providing ClutterActor t
ii  libchamplain-gtk-0.4-0  0.4.6-2+b1   A Gtk+ widget to display maps
ii  libclutter-1.0-01.2.12-3 Open GL based interactive canvas l
ii  libclutter-gtk-0.10-0   0.10.4-1 Open GL based interactive canvas l
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2.1 simple interprocess messaging syst
ii  libebook1.2-9   2.30.3-2 Client library for evolution addre
ii  libedataserver1.2-132.30.3-2 Utility library for evolution data
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libgeoclue0 0.12.0-1 C API for GeoClue
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgstfarsight0.10-00.0.20-2 Audio/Video communications framewo
ii  libgstreamer-plugins-ba 0.10.30-1GStreamer libraries from the "base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libjson-glib-1.0-0  0.10.2-2 GLib JSON manipulation library
ii  libnm-glib2 0.8.1-6  network management framework (GLib
ii  libnotify1 [libnotify1- 0.5.0-2  sends desktop notifications to a n
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libtelepathy-farsight0  0.0.14-2+b1  Glue library between telepathy and
ii  libtelepathy-glib0  0.11.11-1Telepathy framework - GLib library
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libwebkit-1.0-2 1.2.5-2.1Web content engine library for Gtk
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxcomposite1  1:0.4.2-1X11 Composite extension library
ii  libxdamage1 1:1.1.3-1X11 damaged region extension libra
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.5-1X11 miscellaneous 'fixes' extensio
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  telepathy-mission-contr 1:5.4.3-1management daemon for Telepathy re
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages empathy recommends:
ii  freedesktop-sound-theme   0.7.dfsg-1 freedesktop.org sound theme
ii  geoclue-hostip0.12.0-1   Position server for GeoClue (hosti
ii  geoclue-localnet  0.12.0-1   Position server for GeoClue (GPS)
ii  geoclue-manual0.12.0-1   Position server for GeoClue (manua
i

Bug#607495: linux-image-2.6.32-5-amd64: kernel freeze

2011-01-02 Thread Philip Ashmore

Timo Juhani Lindfors wrote:

Philip Ashmore  writes:

I'd recommend also attaching your hardware information, or trying it


Not sure how much this matters under xen really but the cpuinfo in dom0 has
What I really meant was your hardware device info. I can reproduce this 
bug on Lenny

running the same kernel and on Ubuntu it manifests itself as

  system instability caused by unprivileged program
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/692100

that appears to indicate that it might have something to do with the 
kernel drivers.


Philip






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



Bug#608490: assertion failed on running dh_installman

2011-01-02 Thread Colin Watson
On Sat, Jan 01, 2011 at 08:30:40PM +0100, Harald Dunkel wrote:
> Here is the debug output:
[...]
> If I set PATH to "/usr/bin:/bin" then it works. Using "/usr/bin:/bin:."
> it doesn't (note the dot).

Thanks, I can reproduce it now.

This happens if and only if:

  * the manual page is executable
  * it is in a directory on $PATH
  * that directory has no manpath defined in the configuration file
  * that directory has no ../man, man, ../share/man, or share/man
subdirectories

In short, you can avoid it by making the manual page non-executable at
the point when dh_installman runs (e.g. by fixing the upstream source to
use 'install -m644' for the manual page), or of course by removing '.'
from your $PATH (having it there is inadvisable anyway since it means
that if your current directory is untrusted and you mistype a command
then you may execute untrusted code).

Still, I suspect that upstream Makefiles that install manual pages
executable are not entirely rare - they would of course be fixed up by
dh_fixperms later in most Debian source packages - and that it's not
desperately unusual for people to have the current directory in $PATH,
so I do think this is worth fixing for squeeze.  I've fixed it upstream
and am in the process of backporting it to experimental and unstable.

> I would suggest to reassign this bug report to man-db. I have version
> 2.5.7-7 installed.

Joey already reassigned it - that's how I saw it.

Thanks,

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



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



Bug#608703: [Pkg-mozext-maintainers] Bug#608703: RFS: downthemall - extension for the Iceweasel/Firefox web browser

2011-01-02 Thread Rene Engelhard
Hi,

On Mon, Jan 03, 2011 at 04:09:59AM +0700, Mahyuddin Susanto wrote:
> I am looking for a sponsor for my package "downthemall".
> 
> * Package name: downthemall
>   Version : 1.1.10-1
>   Upstream Author : Federico Parodi, Stefano Verna and Nils Maier
> * URL : http://www.downthemall.net/
> * License : LGPL2, CC-BY-NC-SA 2.5
>   Section : web

As said, already exists:

$ rmadison iceweasel-downthemall
 iceweasel-downthemall | 1.1.10-1 | squeeze | source, all
 iceweasel-downthemall | 1.1.10-1 | sid | source, all

> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/d/downthemall
> - Source repository: deb-src http://mentors.debian.net/debian unstable main 
> contrib non-free
> - dget 
> http://mentors.debian.net/debian/pool/main/d/downthemall/downthemall_1.1.10-1.dsc
> 
> I would be glad if someone uploaded this package for me.

Hopefully not. If people insist on the package name the already existing one
should be changed, not reuploaded.

Grüße/Regards,

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



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



Bug#608703: ITP: downthemall - extension for the Iceweasel/Firefox web browser

2011-01-02 Thread Rene Engelhard
On Mon, Jan 03, 2011 at 03:48:07AM +0700, Mahyuddin Susanto wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Mahyuddin Susanto 
> X-Debbugs-CC: Debian Mozilla Extension Maintainers 
> 
> 
> Package Name  : downthemall
> Version   : 1.1.10
> Upstream Author   : Federico Parodi, Stefano Verna and Nils Maier
> URL   : http://www.downthemall.net/
> License   : LGPL2, CC-BY-NC-SA 2.5
> Description   :  DownThemAll extension which can desire from a download 
> manager, 
>  it features an advanced accelerator that increases speed up 
> to 400%
>  and it allows to pause and resume downloads at any time.
>  DownThemAll is fast, reliable and easy-to-use! It lets 
> download all the links 
>  or images contained in a webpage and much more, which can 
> refine your 
>  downloads by fully customizable criteria to get only what 
> really want!
> 
> Can be downloaded at https://addons.mozilla.org/en-US/firefox/addon/201/

Already there.

$ rmadison iceweasel-downthemall
 iceweasel-downthemall | 1.1.10-1 | squeeze | source, all
 iceweasel-downthemall | 1.1.10-1 | sid | source, all

Grüße/Regards,

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



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



Bug#608258: josm: cannot use Mappaint style elemstyles_is.xml (from github.com)

2011-01-02 Thread David Paleino
tags 608258 confirmed
found 608258 0.0.svn3751-1
thanks

Hello Ansgar,

On Wed, 29 Dec 2010 12:06:04 +0100, Ansgar Burchardt wrote:

> Selecting the elemstyles_is.xml style in Edit → Preferences... → (Third
> icon on the left) → Map Paint Styles does not work. After restarting the
> following warning appears in the terminal window:
> 
>   Warning: failed to parse Mappaint styles from
>   'http://github.com/avar/osmis-josm-style/raw/master/elemstyles_is.xml'.
>   Exception was: org.xml.sax.SAXParseException: The element type "hr" must
>   be terminated by the matching end-tag "".
> 
> This happens because http://github.com/ redirects to https://github.com/
> and JOSM does not follow this redirection.

It seems like just changing the URL from http:// to https:// works or,
at least, no warnings appear anymore. Apart from tons of not found icons, that
is :)

Since it's quite late, and I don't want to make mistakes, I'll work on this
tomorrow, or ASAP. And maybe I'll fix other bugs too. And missing icons too :)

Goodnight,
David

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


signature.asc
Description: PGP signature


Bug#608727: vlc: Audio pops periodically when playing DVDs

2011-01-02 Thread Aaron Barany
Package: vlc
Version: 1.1.3-1
Severity: normal

Sometimes when playing DVDs in VLC, the audio will pop periodically at a
regular interval. This doesn't happen with every DVD, nor does it always happen
every time with the same DVD. I could sometimes fix it by relaunching VLC or
ejecting and re-inserting the DVD, sometimes it doesn't make a difference. A
few notable features of my configuration are I am using spdif passthrough with
ALSA for the audio and I am forcing vsync with the radeon drivers.



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

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

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

Versions of packages vlc recommends:
pn  vlc-plugin-notify  (no description available)
pn  vlc-plugin-pulse   (no description available)

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



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



Bug#607015: gwibber: accepts and silently discards messages

2011-01-02 Thread Vincent Lefevre
found 607015 2.91.2-1
thanks

On 2010-12-14 00:12:46 +, brian m. carlson wrote:
> I use gwibber solely with Twitter.  For some reason, even after closing
> and restarting gwibber, gwibber accepts a tweet and proceeds to discard
> it instead of posting it.  This is irritatingly broken.  If, for any
> reason, gwibber cannot post the message, it *must* *immediately* inform
> the user and retain the message in the message field instead of
> discarding it.

Same problem with identi.ca.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#608726: xine-ui: DVDs have periodic stutters when plaing

2011-01-02 Thread Aaron Barany
Package: xine-ui
Version: 0.99.6-1
Severity: normal

When playing DVDs, the playback will periodically stutter and regular
intervals. If I disable vsync in the xine options, the playback will be smooth,
but there will be a giant tear in the middle of the screen. I am also forcing
vsync in the radeon drivers, but if that's the issue it isn't practical to
disable that, since otherwise the entire system tears like mad. Other video
players, such as vlc and mplayer don't have this issue.



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

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

Versions of packages xine-ui depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls   7.21.0-1   Multi-protocol file transfer libra
ii  liblircclient00.8.3-5infra-red remote control support -
ii  libpng12-01.2.44-1   PNG library - runtime
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxext6  2:1.1.2-1  X11 miscellaneous extension librar
ii  libxft2   2.1.14-2   FreeType-based font drawing librar
ii  libxine1  1.1.19-2   the xine video/media player librar
ii  libxine1-ffmpeg   1.1.19-2   MPEG-related plugins for libxine1
ii  libxine1-x1.1.19-2   X desktop video output plugins for
ii  libxinerama1  2:1.1-3X11 Xinerama extension library
ii  libxtst6  2:1.1.0-3  X11 Testing -- Record extension li
ii  libxv12:1.0.5-1  X11 Video extension library
ii  libxxf86vm1   1:1.1.0-2  X11 XFree86 video mode extension l

Versions of packages xine-ui recommends:
ii  xdg-utils1.0.2+cvs20100307-2 desktop integration utilities from

xine-ui 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#608696: xchat-gnome crashes

2011-01-02 Thread Matt Kraai
Hi,

On Sun, Jan 02, 2011 at 07:42:07PM +, Emilio Pozuelo Monfort wrote:
> Please use reportbug next time. What's your libgtk2.0-0 version?

I'm using libgtk2.0-0 2.20.1-2.

> Also a gdb backtrace after installing dbg packages (libgtk2.0-0-dbg,
> libglib2.0-0-dbg, etc) would be useful.

I've installed the libraries listed above and am running xchat-gnome
within gdb.  If the problem occurs again, I'll send the backtrace and
whatever other information I think to collect.

-- 
Matt   https://ftbfs.org/kraai



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



Bug#608723: josm: LC_CTYPE decides language used for user interface

2011-01-02 Thread David Paleino
tags 608723 confirmed
found 608723 0.0.svn3751-1
thanks

Hello Ansgar,

On Mon, 03 Jan 2011 01:01:20 +0100, Ansgar Burchardt wrote:

> When I start josm, the interface uses Japanese by defautl even though
> only LC_CTYPE is set to a Japanese locale:
> 
> $ locale
> LANG=C
> LANGUAGE=
> LC_CTYPE=ja_JP.UTF-8
> LC_NUMERIC="C"
> LC_TIME="C"
> LC_COLLATE="C"
> LC_MONETARY="C"
> LC_MESSAGES="C"
> LC_PAPER="C"
> LC_NAME="C"
> LC_ADDRESS="C"
> LC_TELEPHONE="C"
> LC_MEASUREMENT="C"
> LC_IDENTIFICATION="C"
> LC_ALL=
> 
> locale(7) states that LC_MESSAGES should decide which language messages
> are displayed in, not LC_CTYPE.

I'd include LANG, LANGUAGE and LC_ALL there as well. Am I wrong?

However, I can confirm that even just "LC_CTYPE= josm" changes its
language.

Thank you for your report, I'll work on it ASAP,
David

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


signature.asc
Description: PGP signature


Bug#608725: gdc: should include D2 support

2011-01-02 Thread Eric Estievenart
Package: gdc-4.4
Version: 1.063-4.4.5-10
Severity: important
File: gdc

It would be great if gdc was compiled with D2 support (-v2 option to build
script).
(since DigitalMars said DMD/D2 is now fully ok... let's see what gdc/d2 will
give us)

Cheers



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

Kernel: Linux 2.6.36-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 gdc-4.4 depends on:
ii  g++-4.4   4.4.5-10   The GNU C++ compiler
ii  gcc-4.4-base  4.4.5-10   The GNU Compiler Collection (base 
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-10 GCC support library
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libmpfr4  3.0.0-2multiple precision floating-point 
ii  libphobos-4.4-dev 1.063-4.4.5-10 The phobos D standard library
ii  libstdc++64.4.5-10   The GNU Standard C++ Library v3

gdc-4.4 recommends no packages.

gdc-4.4 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#608722: Acknowledgement (rst2pdf backtraces trying to process a file rst2html handles correctly)

2011-01-02 Thread Karl Goetz
reassign 608722 python-reportlab
thanks

Just noticed this bug should probably be in python-reportlab, so i'm
reassigning it now.
thanks,
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group


signature.asc
Description: PGP signature


Bug#608519: grub-pc: 05_debian_theme assumes background image was copied from an installed desktop-base

2011-01-02 Thread Alexander Kurtz
Hi Brian,

I'm happy that we were able to resolve this. Please note that I not only
tagged the bug `wontfix' but also `confirmed'. That's because I still
think that this IS a valid bug report.

I can't fix it right now, but once Squeeze is released and I can be
relatively sure that nobody has these obsolete images in /boot/grub/
anymore, I will do so by removing the correspondent part of the code.

So please don't close the bug report, especially as other people might
have the same concerns you had.

Best regards

Alexander Kurtz





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


Bug#608624: testparm.samba3: unexplained warning "rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)"

2011-01-02 Thread Jonathan Nieder
forwarded 608624 https://bugzilla.samba.org/show_bug.cgi?id=7898
quit

Christian PERRIER wrote:
> Quoting Jonathan Nieder (jrnie...@gmail.com):

>> I believe this is at least a documentation bug, as evidenced by the
>> countless worried questions you can find online.  IMHO the warning
>> should just be suppressed (or the default fd limit increased if it
>> is actually something the user needs to worry about).
>
> Maybe...but that should rather be discussed directly with upstream,

Reported upstream.  I suppose further discussion should happen there.

Thanks again for the pointers.



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



Bug#608519: grub-pc: 05_debian_theme assumes background image was copied from an installed desktop-base

2011-01-02 Thread Brian Potkin
On Sun 02 Jan 2011 at 21:23:42 +0100, Alexander Kurtz wrote:

> Hi,
> 
> I am sorry for the discomfort my script has caused. I'll try to explain
> my intentions:

[Snip]

Your comprehensive explanation is very much appreciated. Like you I
don't see any way to have 05_debian_theme discover where a file in
/boot/grub has come from and I suppose it is not unreasonable for it to
assume the moreblue-orbit-grub.png it discovers has been put there by
GRUB, especially given the sha1sum check made.

Furthermore, when you say

> You should not expect anything.

it caused me to think a bit more about putting a file on the system
which is identical to one in a package. I'm inclined now to view it not
only as an unwise move but also as the wrong thing to do. Essentially,
I brought the deletion of the picture on myself!

The bug (if it ever was a bug) is marked 'wontfix'. Can I leave it to
the maintainer to close the report?

Thank you for the time you have spent on this and the work you do for
Debian.

Regards,

Brian. 



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



Bug#594967: Bug #594967: [poulsbo] grub-pc Hangs After "Welcome to GRUB!"

2011-01-02 Thread Colin Watson
On Sun, Jan 02, 2011 at 10:41:50PM +, Steve McIntyre wrote:
> 1.iso:
> 
>   last bus number printed is b0
> 
> 2.iso:
> 
>   goes all the way through to bus ff and returns to a grub prompt

This is interesting and suggests a measure of coincidence.  What that
patch did was skip remaining functions on a device that doesn't
implement function 0, taking that as an indication that it doesn't
exist.  This was based on:

  http://en.wikipedia.org/wiki/PCI_configuration_space#Bus_enumeration

Vladimir, are you OK with this change to trunk?

2011-01-02  Colin Watson  

* grub-core/bus/pci.c (grub_pci_iterate): Skip remaining functions
on devices that do not implement function 0.

=== modified file 'grub-core/bus/pci.c'
--- grub-core/bus/pci.c 2010-06-30 00:30:05 +
+++ grub-core/bus/pci.c 2011-01-02 17:31:32 +
@@ -90,7 +90,14 @@ grub_pci_iterate (grub_pci_iteratefunc_t
 
  /* Check if there is a device present.  */
  if (id >> 16 == 0x)
-   continue;
+   {
+ if (dev.function == 0)
+   /* Devices are required to implement function 0, so if
+  it's missing then there is no device here.  */
+   break;
+ else
+   continue;
+   }
 
 #ifdef GRUB_MACHINE_MIPS_YEELOONG
  /* Skip ghosts.  */

Nevertheless, I'm not confident that this will fix the problem on all
machines, so I would like to sort out the bridge handling as well.

> 3.iso: 
> 
>   grub> set debug=pci
>   grub> lspci
>   bus/pci.c:92: bus 0
>   00:00.0 8086:8100 [0600] Host Bridge
>   00:02.0 8086:8108 [0300] VGA Controller
>   00:1b.0 8086:811b [0403] Multimedia device
>   00:1c.0 8086:8110 [0604] PCI-PCI Bridge
>   00:1c.1 8086:8112 [0604] PCI-PCI Bridge
>   00:1d.0 8086:8114 [0c03] USB Controller
>   00:1d.1 8086:8115 [0c03] USB Controller
>   00:1d.2 8086:8116 [0c03] USB Controller
>   00:1d.7 8086:8117 [0c03] USB Controller [PI 20]
>   00:1f.0 8086:8119 [0601] ISA Bridge
>   00:1f.1 8086:811a [0101] IDE Controller [PI 80]
>   grub>

Whoops, I forgot to right-shift the header word.  Can you try 4.iso
instead, at the same location?  I also made it handle PCI-to-CardBus
bridges the same way as PCI-to-PCI bridges since that's what pciutils
does.

(In addition to 'set debug=pci', I'd recommend also doing 'set pager=1'
so that lspci's output will be paged.)

Thanks,

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



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



Bug#520605: release-notes: Notes should specify how to identify non-Debian packages in section 4.2.5.

2011-01-02 Thread Andrei Popescu
On Lu, 03 ian 11, 01:55:04, Andrei Popescu wrote:
> On Du, 02 ian 11, 21:29:18, Julien Cristau wrote:
> > > 
> > I use apt-show-versions for this.  I guess aptitude has some way of
> > getting at that list, but I wouldn't know how.  Tagging as help, hoping
> > somebody will figure out what we should do about this.
> 
> Based on tips from past debian-user threads:
> 
> aptitude search '?narrow(?installed, !?origin(Debian))!obsolete'
 
Argh, missed a '?', it should be 

aptitude search '?narrow(?installed, !?origin(Debian))!?obsolete'

same correction for the 'purge' variant.

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Bug#608724: gwibber bypasses certificate checking when providing the login/password for OAuth

2011-01-02 Thread Vincent Lefevre
Package: gwibber
Version: 2.91.2-1
Severity: grave
Tags: security
Justification: user security hole

Gwibber bypasses certificate checking when the login/password is
provided, at least to identi.ca.

Here's what I did:

1. Since I revoked Gwibber access for identi.ca a few days ago (by
   mistake: it was listed as an unknown application), I had to
   re-authorize it. For that, I had to provide my login/password.

2. Gwibber still didn't work with identi.ca: Refresh did nothing.

3. With Firefox, I checked on the "Connected applications"
   page that a new application was approved (still listed as
   "Unknown application" BTW, but it could only be Gwibber).
   This means that my login and password were really sent to
   identi.ca.

4. I quit Gwibber.

5. I installed the COMODOHigh-AssuranceSecureServerCA.crt certificate
   as described on:
   http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg2685302.html

6. I restarted Gwibber and did a refresh. It worked!

So, since the needed certificate wasn't installed for Gwibber
(because Refresh didn't work before and worked after its manual
installation) but the login and password had been accepted by
identi.ca before I installed the certificate, this means that
Gwibber didn't do the usual CA certificate checking for the OAuth
part, which is quite critical as this is where the login and
password were sent.

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

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

Versions of packages gwibber depends on:
ii  gnome-keyring   2.30.3-4 GNOME keyring services (daemon and
ii  gwibber-service 2.91.2-1 Open source social networking clie
ii  libjs-jquery1.4.2-2  JavaScript library for dynamic web
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  python  2.6.6-3+squeeze4 interactive high-level object-orie
ii  python-dbus 0.83.1-1 simple interprocess messaging syst
ii  python-egenix-mxdatetim 3.1.3-4  date and time handling routines fo
ii  python-gconf2.28.1-1 Python bindings for the GConf conf
ii  python-gtk2 2.17.0-4 Python bindings for the GTK+ widge
ii  python-gtkspell 2.25.3-6 Python bindings for the GtkSpell l
ii  python-imaging  1.1.7-2  Python Imaging Library
ii  python-mako 0.3.6-1  fast and lightweight templating fo
ii  python-oauth1.0.1-2  Python library implementing of the
ii  python-simplejson   2.1.2-1  simple, fast, extensible JSON enco
ii  python-support  1.0.11   automated rebuilding support for P
ii  python-webkit   1.1.8-1  WebKit/Gtk Python bindings
ii  python-wnck 2.30.0-4 Python bindings for the WNCK libra
ii  python-xdg  0.19-2   Python library to access freedeskt

gwibber recommends no packages.

Versions of packages gwibber suggests:
pn  gwibber-themes (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#511287: Debian-Installer documentation

2011-01-02 Thread Stephane Ascoet

The new menu choice of the desktop to install is great! The sad thing is that
it isn't documented enough!
And I'm suprised that you are so concerned with newbies. I've hardly ever seen
a newbie installing Debian!
In my case, if I knew this option, I would have got far less problems!




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



Bug#608723: josm: LC_CTYPE decides language used for user interface

2011-01-02 Thread Ansgar Burchardt
Package: josm
Version: 0.0.svn3376-1
Severity: normal
Tags: l10n

When I start josm, the interface uses Japanese by defautl even though
only LC_CTYPE is set to a Japanese locale:

$ locale
LANG=C
LANGUAGE=
LC_CTYPE=ja_JP.UTF-8
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=

locale(7) states that LC_MESSAGES should decide which language messages
are displayed in, not LC_CTYPE.

Regards,
Ansgar



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



Bug#520605: release-notes: Notes should specify how to identify non-Debian packages in section 4.2.5.

2011-01-02 Thread Andrei Popescu
On Du, 02 ian 11, 21:29:18, Julien Cristau wrote:
> > 
> I use apt-show-versions for this.  I guess aptitude has some way of
> getting at that list, but I wouldn't know how.  Tagging as help, hoping
> somebody will figure out what we should do about this.

Based on tips from past debian-user threads:

aptitude search '?narrow(?installed, !?origin(Debian))!obsolete'

or the short version:

aptitude search ~S~i\!~ODebian\!~o

The best part it it can be turned into a remove/purge command if the 
result is satisfactory:

aptitude purge '?narrow(?installed, !?origin(Debian))!obsolete'

or

aptitude purge ~S~i\!~ODebian\!~o

Note: the ?obsolete (~o) pattern is meant to exclude packages which are 
not available from any archive, although they should probably also be 
removed/purged before the upgrade.

HTH,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Bug#435769: Doing aptitude clean

2011-01-02 Thread Stephane Ascoet

I fully agree with Didier's comment. Same thing just happened to me with Lenny
installer. I suggest that the installer should do "aptitude clean" when
available space becomes low.





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



Bug#608624: testparm.samba3: unexplained warning "rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)"

2011-01-02 Thread Jonathan Nieder
Steve Langasek wrote:

> At minimum, the debug message should be cleaned up to state *what* rlimit is
> too low; the current message mentions nothing about file descriptors.

Unfortunately I am not familiar enough with the surrounding context to
write something better.

> Otherwise, I'm not overly concerned about this.  Nowadays, the default log
> level is '0', isn't it?  So only users who have manually adjusted the
> smb.conf 'log level' setting would be seeing this warning.

FWIW the smb.conf that prompted this report does not contain a 'log
level' setting.

# Run “testparm” to check for syntax erros.

[global]
   workgroup = X
   netbios name = X
   server string = X
   security = user
   encrypt passwords = true
   passdb backend = tdbsam
   log file = /var/log/samba/log.machine
   max log size = 1000
   syslog = 0
   panic action = /usr/share/samba/panic-action %d
   usershare max shares = 100
#   printing = cups

[onset]
  comment = X
  read only = no
  path = X
  guest ok = no
  username = X
  valid users = X
;   preexec = /bin/mount XX
;   postexec = /bin/umount X

That's it (25 lines).  smb.conf.ucf-dist does not seem to mention a
log level, either.  Maybe I have missed some other config file or that
is the bug?



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



Bug#608701: dictfmt: missing dependency on mawk

2011-01-02 Thread Aleksey Cheusov
> dictfmt Depends: on gawk while scripts in the package hardcode mawk
> invocation:
> grep awk /usr/bin/dict*
> /usr/bin/dictfmt_index2suffix:mawk -v "utf8_mode=$utf8_mode" '
> /usr/bin/dictfmt_index2word:awk '
> /usr/bin/dictunformat:exec mawk '

It makes sense to configure dictd like the following:

AWK=/usr/bin/awk [other assignments] ./configure [options]

-- 
Best regards, Aleksey Cheusov.



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



Bug#608722: rst2pdf backtraces trying to process a file rst2html handles correctly

2011-01-02 Thread Karl Goetz
Package: rst2pdf
Version: 0.14.2-1
Severity: important

Don't know if this is important or serious, so went with important.

I'll attach the rst file incase its needed for debugging
thanks,
kk

09:54:52 kgo...@epicfail: ~/Documents/cv-kgoetz $ rst2pdf kgoetz-cv.rst
Traceback (most recent call last):
  File "/usr/bin/rst2pdf", line 9, in 
load_entry_point('rst2pdf==0.14.2', 'console_scripts', 'rst2pdf')()
  File "/usr/lib/pymodules/python2.6/rst2pdf/createpdf.py", line 1218, in main
compressed=options.compressed)
  File "/usr/lib/pymodules/python2.6/rst2pdf/createpdf.py", line 485, in 
createPdf
elements = self.gen_elements(self.doctree)
  File "/usr/lib/pymodules/python2.6/rst2pdf/basenodehandler.py", line 250, in 
elemdispatch
elements = self.getelements(client, node, style)
  File "/usr/lib/pymodules/python2.6/rst2pdf/basenodehandler.py", line 225, in 
getelements
elements = self.gather_elements(client, node, style)
  File "/usr/lib/pymodules/python2.6/rst2pdf/basenodehandler.py", line 205, in 
gather_elements
return client.gather_elements(node, style=style)
  File "/usr/lib/pymodules/python2.6/rst2pdf/createpdf.py", line 332, in 
gather_elements
r.extend(self.gen_elements(n, style=style))
  File "/usr/lib/pymodules/python2.6/rst2pdf/basenodehandler.py", line 250, in 
elemdispatch
elements = self.getelements(client, node, style)
  File "/usr/lib/pymodules/python2.6/rst2pdf/basenodehandler.py", line 225, in 
getelements
elements = self.gather_elements(client, node, style)
  File "/usr/lib/pymodules/python2.6/rst2pdf/genelements.py", line 420, in 
gather_elements
elements = client.gather_elements(node)
  File "/usr/lib/pymodules/python2.6/rst2pdf/createpdf.py", line 332, in 
gather_elements
r.extend(self.gen_elements(n, style=style))
  File "/usr/lib/pymodules/python2.6/rst2pdf/basenodehandler.py", line 250, in 
elemdispatch
elements = self.getelements(client, node, style)
  File "/usr/lib/pymodules/python2.6/rst2pdf/basenodehandler.py", line 225, in 
getelements
elements = self.gather_elements(client, node, style)
  File "/usr/lib/pymodules/python2.6/rst2pdf/genelements.py", line 627, in 
gather_elements
data=[['',client.gather_elements( node, style)]]
  File "/usr/lib/pymodules/python2.6/rst2pdf/createpdf.py", line 332, in 
gather_elements
r.extend(self.gen_elements(n, style=style))
  File "/usr/lib/pymodules/python2.6/rst2pdf/basenodehandler.py", line 250, in 
elemdispatch
elements = self.getelements(client, node, style)
  File "/usr/lib/pymodules/python2.6/rst2pdf/basenodehandler.py", line 225, in 
getelements
elements = self.gather_elements(client, node, style)
  File "/usr/lib/pymodules/python2.6/rst2pdf/genelements.py", line 187, in 
gather_elements
return [Paragraph(client.gen_pdftext(node), style)]
  File "/usr/lib/python2.6/dist-packages/reportlab/platypus/paragraph.py", line 
805, in __init__
self._setup(text, style, bulletText, frags, cleanBlockQuotedText)
  File "/usr/lib/python2.6/dist-packages/reportlab/platypus/paragraph.py", line 
823, in _setup
% (_parser.errors[0],text[:min(30,len(text))]))
ValueError: xml parser error (; missing after entity/char reference) in 
paragraph beginning
'1C28 D928 F435 0FCD 367F C208 '
09:55:05 kgo...@epicfail: ~/Documents/cv-kgoetz $ rst2html kgoetz-cv.rst > 
kgoetz-cv.html
10:01:25 kgo...@epicfail: ~/Documents/cv-kgoetz $ 

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

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

Versions of packages rst2pdf depends on:
ii  python  2.6.6-3+squeeze4 interactive high-level object-orie
ii  python-docutils 0.7-2utilities for the documentation of
ii  python-pkg-resources0.6.14-4 Package Discovery and Resource Acc
ii  python-pygments 1.3.1+dfsg-1 syntax highlighting package writte
ii  python-reportlab2.4-4ReportLab library to create PDF do
ii  python-setuptools   0.6.14-4 Python Distutils Enhancements (set
ii  python-simplejson   2.1.1-1  simple, fast, extensible JSON enco
ii  python-support  1.0.10   automated rebuilding support for P

rst2pdf recommends no packages.

Versions of packages rst2pdf suggests:
pn  python-aafigure(no description available)
ii  python-imaging1.1.7-2Python Imaging Library
pn  python-matplotlib  (no description available)
ii  python-sphinx 0.6.6-3tool for producing documentation f
pn  python-uniconvertor(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#608721: rst2pdf: throws an error on ctrl+c

2011-01-02 Thread Karl Goetz
Package: rst2pdf
Version: 0.14.2-1
Severity: normal
Tags: upstream patch

hi,
if run with an empty file then canceled, rst2pdf backtraces.
09:53:09 kgo...@epicfail: ~/Documents/cv-kgoetz $ rst2pdf 
^CTraceback (most recent call last):
  File "/usr/bin/rst2pdf", line 9, in 
load_entry_point('rst2pdf==0.14.2', 'console_scripts', 'rst2pdf')()
  File "/usr/lib/pymodules/python2.6/rst2pdf/createpdf.py", line 1215, in main
).createPdf(text=options.infile.read(),
KeyboardInterrupt

I've just noticed there is a patch in ubuntu for this error[1], perhaps it 
could be applied in debian too.

[1] Its in http://patches.ubuntu.com/r/rst2pdf/rst2pdf_0.14.2-1ubuntu1.patch
thanks,
kk
-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages rst2pdf depends on:
ii  python  2.6.6-3+squeeze4 interactive high-level object-orie
ii  python-docutils 0.7-2utilities for the documentation of
ii  python-pkg-resources0.6.14-4 Package Discovery and Resource Acc
ii  python-pygments 1.3.1+dfsg-1 syntax highlighting package writte
ii  python-reportlab2.4-4ReportLab library to create PDF do
ii  python-setuptools   0.6.14-4 Python Distutils Enhancements (set
ii  python-simplejson   2.1.1-1  simple, fast, extensible JSON enco
ii  python-support  1.0.10   automated rebuilding support for P

rst2pdf recommends no packages.

Versions of packages rst2pdf suggests:
pn  python-aafigure(no description available)
ii  python-imaging1.1.7-2Python Imaging Library
pn  python-matplotlib  (no description available)
ii  python-sphinx 0.6.6-3tool for producing documentation f
pn  python-uniconvertor(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#608624: testparm.samba3: unexplained warning "rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)"

2011-01-02 Thread Steve Langasek
On Sun, Jan 02, 2011 at 02:40:09AM -0600, Jonathan Nieder wrote:

> diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
> index 2f68f00..bda20d8 100644
> --- a/source3/param/loadparm.c
> +++ b/source3/param/loadparm.c
> @@ -4898,7 +4898,7 @@ static int max_open_files(void)
>  #endif
>  
>   if (sysctl_max < MIN_OPEN_FILES_WINDOWS) {
> - DEBUG(2,("max_open_files: sysctl_max (%d) below "
> + DEBUG(2,("max_open_files: increasing sysctl_max (%d) to "
>   "minimum Windows limit (%d)\n",
>   sysctl_max,
>   MIN_OPEN_FILES_WINDOWS));
> @@ -4906,7 +4906,7 @@ static int max_open_files(void)
>   }
>  
>   if (rlimit_max < MIN_OPEN_FILES_WINDOWS) {
> - DEBUG(2,("rlimit_max: rlimit_max (%d) below "
> + DEBUG(2,("rlimit_max: increasing rlimit_max (%d) to "
>   "minimum Windows limit (%d)\n",
>   rlimit_max,
>   MIN_OPEN_FILES_WINDOWS));
> -- 
> 1.7.4.rc0

At minimum, the debug message should be cleaned up to state *what* rlimit is
too low; the current message mentions nothing about file descriptors.

Otherwise, I'm not overly concerned about this.  Nowadays, the default log
level is '0', isn't it?  So only users who have manually adjusted the
smb.conf 'log level' setting would be seeing this warning.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#608715: [Pkg-xen-devel] Bug#608715: Recent hardware components render the xen-hyervisor unusable, fails completeley to boot due to kernel panic

2011-01-02 Thread Arno Töll
On 03.01.2011 00:06, Bastian Blank wrote:

> And how does it make the package unusable for everyone? It works fine on
> all my machines.

Sorry, I followed the bug report description stating "2 grave - makes
the package in question unusable by most or all users"

I don't know about the percentage of users affected, but for those who
are affected the problem is definitively grave. As I mentioned on Xen's
site: Most of my machines are neither affected, but the most recent two.
So I guess we will hear more about that problem in future.

> I only see _Linux kernel_ crashs in the referenced information.

Right. The dom0 kernel doesn't crash if it is booted without hypervisor
though, as mentioned in the bug report as well. Hence the problem must
be within the communication between dom0 and hypervisor, on whichever
side. As far as I could follow upstream devs, the hypervisor fails to
report DMA memory appropriately.


> So a workaround is available.

Right. As indicated Debian does not introduce that command line by now.
That results in a system being unable to be booted - which isn't such a
big deal if you have local access from POST and beyond, but is
particular bad on servers (where Xen is most likely to be used).


-- 
with kind regards,
Arno Töll
GnuPG Key-ID: 0x8408D4C4



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



Bug#608720: gwibber no longer works with identi.ca: refresh does nothing

2011-01-02 Thread Vincent Lefevre
Package: gwibber
Version: 2.91.2-1
Severity: normal

Gwibber no longer works with identi.ca: when I do a refresh, nothing
happens, not even an error message.

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

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

Versions of packages gwibber depends on:
ii  gnome-keyring   2.30.3-4 GNOME keyring services (daemon and
ii  gwibber-service 2.91.2-1 Open source social networking clie
ii  libjs-jquery1.4.2-2  JavaScript library for dynamic web
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  python  2.6.6-3+squeeze4 interactive high-level object-orie
ii  python-dbus 0.83.1-1 simple interprocess messaging syst
ii  python-egenix-mxdatetim 3.1.3-4  date and time handling routines fo
ii  python-gconf2.28.1-1 Python bindings for the GConf conf
ii  python-gtk2 2.17.0-4 Python bindings for the GTK+ widge
ii  python-gtkspell 2.25.3-6 Python bindings for the GtkSpell l
ii  python-imaging  1.1.7-2  Python Imaging Library
ii  python-mako 0.3.6-1  fast and lightweight templating fo
ii  python-oauth1.0.1-2  Python library implementing of the
ii  python-simplejson   2.1.2-1  simple, fast, extensible JSON enco
ii  python-support  1.0.11   automated rebuilding support for P
ii  python-webkit   1.1.8-1  WebKit/Gtk Python bindings
ii  python-wnck 2.30.0-4 Python bindings for the WNCK libra
ii  python-xdg  0.19-2   Python library to access freedeskt

gwibber recommends no packages.

Versions of packages gwibber suggests:
pn  gwibber-themes (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#608719: dovecot-common: please do not use /etc/ssl/certs for end-entity X.509 certificates (/etc/ssl/certs/dovecot.pem)

2011-01-02 Thread Daniel Kahn Gillmor
Package: dovecot-common
Version: 1:1.2.15-3
Severity: normal

It looks like dovecot-common's postinst script creates a new X.509
certificate and places it in /etc/ssl/certs/dovecot.pem.  This
certificate is for use as the IMAP or POP server's end entity
certificate.

However, /etc/ssl/certs/ is used elsewhere in debian (e.g. the default
for wget's --ca-directory option) as a directory of legitimate root
certificate authorities -- *not* end entity certificates.

Since the generated end-entity certificate is self-signed, it defaults
to having CA:TRUE set as an X.509v3 extension, which means that if the
associated public key is somehow compromised, it can be subseqently
used by the attacker to sign arbitrary certificates.  This in turn
means that all parts of debian on that system that rely on
/etc/ssl/certs/ as a clean directory of trustworthy root CAs can have
their otherwise-secure communications intercepted and tampered with.

A more reasonable place to put the certificate might be
/etc/ssl/dovecot.pem or /etc/dovecot/server-certificate.pem

Thanks for maintaining dovecot in debian!

Regards,

  --dkg

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

Kernel: Linux 2.6.37-rc5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dovecot-common depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcomerr2  1.41.12-2common error description library
ii  libdb4.84.8.30-2 Berkeley v4.8 Database Libraries [
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
ii  libk5crypto31.8.3+dfsg-4 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.3+dfsg-4 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.23-7 OpenLDAP libraries
ii  libmysqlclient165.1.49-3 MySQL database client library
ii  libpam-runtime  1.1.1-6.1Runtime support for the PAM librar
ii  libpam0g1.1.1-6.1Pluggable Authentication Modules l
ii  libpq5  8.4.5-0squeeze2  PostgreSQL C client library
ii  libsqlite3-03.7.4-2  SQLite 3 shared library
ii  libssl0.9.8 0.9.8o-4 SSL shared libraries
ii  openssl 0.9.8o-4 Secure Socket Layer (SSL) binary a
ii  ucf 3.0025+nmu1  Update Configuration File: preserv
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

dovecot-common recommends no packages.

Versions of packages dovecot-common suggests:
ii  ntp 1:4.2.6.p2+dfsg-1+b1 Network Time Protocol daemon and u

-- Configuration Files:
/etc/default/dovecot changed [not included]

-- no debconf information



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



Bug#362029: Thanks

2011-01-02 Thread Sander De Graaf
It's a long time since i filed this bug report, and I'm pleasantly surprised 
that it's believed fixed. Thanks for the work :)

Sander




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



Bug#608718: pidgin video chat unusable with current version 2.7.3

2011-01-02 Thread Andres Cimmarusti
Package: pidgin
Version: 2.7.3-1+squeeze1
Severity: important

Hello, I've been trying to get pidgin to work with google's voice&video 
chat features over the xmpp protocol.

Everytime I try to establish a video call pidgin segfaults. I'm 
attaching the backtrace. It indicates the culprit is the farsight2 backend.
Searching online I found this is a known bug in pidgin and farsight2:

http://developer.pidgin.im/ticket/12181

They say it has been fixed for versions of pidgin above 2.7.3. 
Furthermore, libgstfarsight0.10-0 needs to be upgraded as well. Without 
these upgrades, pidgin video chat is unusable using xmpp

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

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

Versions of packages pidgin depends on:
ii  gconf2  2.28.1-6 GNOME configuration database syste
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2.1 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libgtkspell02.0.16-1 a spell-checking addon for GTK's T
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpurple0  2.7.3-1+squeeze1 multi-protocol instant messaging l
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  libxss1 1:1.2.0-2X11 Screen Saver extension library
ii  perl5.10.1-16Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10 5.10.1-16minimal Perl system
ii  pidgin-data 2.7.3-1+squeeze1 multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.30-1  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.24-1  GStreamer plugins from the "good" 

Versions of packages pidgin suggests:
ii  evolution-data-server 2.30.3-2   evolution database backend server
ii  gnome-panel   2.30.2-2   launcher and docking facility for 
ii  libsqlite3-0  3.7.3-1SQLite 3 shared library

-- no debconf information
$ gdb pidgin
GNU gdb (GDB) 7.0.1-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/bin/pidgin...Reading symbols from 
/usr/lib/debug/usr/bin/pidgin...done.
(no debugging symbols found)...done.
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/pidgin 
[Thread debugging using libthread_db enabled]

Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object 
file: No such file or directory
[New Thread 0x7fffbd9c3710 (LWP 3924)]

Program received signal SIGSEGV, Segmentation fault.
0x74d7d28c in gst_handle_message_error (bus=, 
msg=, self=) at 
/usr/src/debian/work/build-area/pidgin-2.7.3/./libpurple/media/backend-fs2.c:1025
1025
/usr/src/debian/work/build-area/pidgin-2.7.3/./libpurple/media/backend-fs2.c: 
No such file or directory.
in 
/usr/src/debian/work/build-area/pidgin-2.7.3/./libpurple/media/backend-fs2.c
(gdb) bt
#0  0x74d7d28c in gst_handle_message_error (bus=, 
msg=, self=) at 
/usr/src/debian/work/build-area/pidgin-2.7.3/./libpurple/media/backend-fs2.c:1025
#1  gst_bus_cb (bus=, msg=, 
self=) at 
/usr/src/debian/work/build-area/pidgin-2.7.3/./libpurple/media/backend-fs2.c:1063
#2  0x7551f47e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#3  0x755353f7 in ?? () from /usr/lib/libgobject-2.0.so.0
#4  0x75536a76 in g_signal_emit_valist () from 
/

Bug#607879: System hangs up with mmap.c:873!

2011-01-02 Thread Ben Hutchings
The Debian kernel team really doesn't like to support aufs; we include
it only to support Debian Live.  Therefore I'm passing this bug over to
the Debian Live maintainers.

Ben.

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


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


Bug#608717: dangling symlinks for shared libraries

2011-01-02 Thread Matthias Klose

Package: openmpi
Version: 1.4.3-1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch

$ dpkg -c /var/cache/apt/archives/libopenmpi1.3_1.4.3-1_amd64.deb |grep f[79]
-rw-r--r-- root/root 13080 2010-10-09 00:10 
./usr/lib/openmpi/lib/libmpi_f90.so.0.0.1
-rw-r--r-- root/root226904 2010-10-09 00:10 
./usr/lib/openmpi/lib/libmpi_f77.so.0.0.1
lrwxrwxrwx root/root 0 2010-10-09 00:10 ./usr/lib/libmpi_f90.so.0.0.0 -> 
openmpi/lib/libmpi_f90.so.0.0.0
lrwxrwxrwx root/root 0 2010-10-09 00:10 ./usr/lib/libmpi_f77.so.0 -> 
libmpi_f77.so.0.0.0
lrwxrwxrwx root/root 0 2010-10-09 00:10 ./usr/lib/libmpi_f90.so.0 -> 
libmpi_f90.so.0.0.0
lrwxrwxrwx root/root 0 2010-10-09 00:10 ./usr/lib/libmpi_f77.so.0.0.0 -> 
openmpi/lib/libmpi_f77.so.0.0.0


The version in testing is ok

patch at:
http://launchpadlibrarian.net/61546278/openmpi_1.4.3-1_1.4.3-1ubuntu1.diff.gz



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



Bug#606227: addining multiple issue (was: Re: cdset broken)

2011-01-02 Thread Miguel Figueiredo
Hi,

Otavio already commited a patch do apt-setup that fixes the multiple cd
detection!

There is one issue left, when asked if want to scan more CDs/DVDs if you
reply no without having the 1st CD inserted, the installer hangs with a
progress bar on screen.

To help debug i have changed to set -x on apt-setup/generators/41cdset
and apt-setup/load-install-cd.

Started to install with CD1 (22h23:36), added CD2 (22h23:49), selected
stop scanning CDs still with CD2 inserted (22h24:28). Then it hangs.

The log is attached.

-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org


syslog.gz
Description: GNU Zip compressed data


Bug#608716: rhythmbox: Episode properties box 'predicts' changed text when it neednt

2011-01-02 Thread Karl Goetz
Package: rhythmbox
Version: 0.12.8-2
Severity: wishlist
Tags: upstream

Hi,
When updating the tags in music files, I've encountered a situation where 
rhythmbox appears to be trying to guess what I'm entering, even though I wont 
be making any more changes

-> right click episode, select properties
-> change Album from 'Season 2' so it reads 'Season 02'
-> copy (ctrl+c) the new text into the copy buffer
-> select Forward for the next track
-> paste the copy buffer into Album

What happens: after pasting in, a small box appears below Album with the text 
you just pasted. in order to edit another field you have to click outside the 
box/tab to the next field instead of being able to simply click Forward again 
and have it progress to the next track.

it would be great if this didn't happen.
thanks,
kk

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

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

Versions of packages rhythmbox depends on:
ii  dbus1.2.24-4 simple interprocess messaging syst
ii  gconf2  2.28.1-6 GNOME configuration database syste
ii  gnome-icon-theme2.30.3-2 GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gst 0.10.30-1GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-b 0.10.19-2+b2 GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins-b 0.10.30-1GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-g 0.10.24-1GStreamer plugins from the "good" 
ii  gstreamer0.10-x 0.10.30-1GStreamer plugins for X11 and Pang
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2.1 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-media0 2.30.0-1 runtime libraries for the GNOME me
ii  libgstreamer-plugins-ba 0.10.30-1GStreamer libraries from the "base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libgudev-1.0-0  164-3GObject-based wrapper library for 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1- 0.5.0-2  sends desktop notifications to a n
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpython2.62.6.6-6  Shared Python runtime library (ver
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup-gnome2.4-1  2.30.2-1 an HTTP library implementation in 
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libtotem-plparser17 2.30.3-1 Totem Playlist Parser library - ru
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  media-player-info   6-1  Media player identification files
ii  python-gnome2   2.28.1-1 Python bindings for the GNOME desk
ii  python-gst0.10  0.10.19-1generic media-playing framework (P
ii  python-gtk2 2.17.0-4 Python bindings for the GTK+ widge
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages rhythmbox recommends:
ii  avahi-daemon 0.6.27-2Avahi mDNS/DNS-SD daemon
ii  gstreamer0.10-plugins-ug 0.10.15-1   GStreamer plugins from the "ugly" 
ii  gvfs-backends1.6.4-2 userspace virtual filesystem - bac
ii  notification-daemon  0.5.0-2 daemon to displays passive pop-up 
ii  rhythmbox-plugins0.12.8-2plugins for rhythmbox music player
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages rhythmbox suggests:
pn  gnome-codec-install(no description available)
ii  gnome-control-center1:2.30.1-2   utilities to configure the GNOME d
ii  gstreamer0.10-plugins-bad   0.10.19-2+b2 GStreamer plugins from the "bad" s
pn  rhythmbox-plugin-cdrecorder(no description available)
pn  rhythmbox-plugin-coherence (no description available)

-- no debconf information



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

Bug#608715: [Pkg-xen-devel] Bug#608715: Recent hardware components render the xen-hyervisor unusable, fails completeley to boot due to kernel panic

2011-01-02 Thread Bastian Blank
severity 608715 important
tags 608715 upstream
thanks

On Sun, Jan 02, 2011 at 05:47:59PM -0500, Arno Toell wrote:
> Severity: grave

And how does it make the package unusable for everyone? It works fine on
all my machines.

> Some newer hardware components (it is unclear what exactly causes the issue) 
> render xen-hyervisor unusable as it 
> crashes immediately after boot for the Debian out-of-box configuration. This 
> results in a system rebooting all over 
> again if the hypervisor is choosen as default stanza to be booted by grub 
> which is particular severe as Xen is most
> likely used on remote boxes. 

I only see _Linux kernel_ crashs in the referenced information.

> This bug report is for reference only as I already reported the issue 
> upstream. See
> * http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1698
> * http://lists.xensource.com/archives/html/xen-users/2010-12/msg00307.html
> * http://lists.xensource.com/archives/html/xen-devel/2010-12/msg01280.html

Without DMA memory left, the Linux kernel have no way to work.

> There is no solution known, as workaround passing 'dom0_mem=max:4GB' works 
> around the issue, although I'm unsure about
> potential side effects. 

So a workaround is available.

Bastian

-- 
The heart is not a logical organ.
-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4



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



Bug#599368: Bug#608138: initramfs-tools: NMI error on boot only in recovery mode

2011-01-02 Thread Cesare Leonardi

On 01/02/2011 11:51 PM, Ben Hutchings wrote:

Yes, I see, it doesn't say that this is a fatal error for watchdog
initialisation.


I've seen just now the patch (v1 and v2) you sent upstream: thank you 
very much for improving the error message and the documentation.


Very very appreciated.

Cesare.



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



Bug#598667: release-notes: [SQUEEZE] Please add news item about neuroimaging research support

2011-01-02 Thread Michael Hanke
On Sun, Jan 02, 2011 at 10:20:49PM +0100, Julien Cristau wrote:
> On Thu, Sep 30, 2010 at 19:20:17 -0400, Michael Hanke wrote:
> > Please consider the attached patch that mentions squeeze's unique
> > property of comprehensive support for neuroimaging research.
> > 
> Applied as r8001 (with a few typo fixes), thanks.

Thanks!

> > This patch might be extended into a larger section about the
> > achievements of the Debian Med and Science community. If that happens,
> > I'd volunteer to coordinate this effort and provide updated patches.
> > 
> Is this still planned?

I haven't received much interest back then, but I'll ask again.


Michael

-- 
Michael Hanke
http://mih.voxindeserto.de



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



Bug#320586: Patch

2011-01-02 Thread Sandro Tosi
Hi Christian,

On Mon, Oct 18, 2010 at 12:54, Christian Kujau  wrote:
> I've attached a patch to document the SFTP feature in sitecopy. Please
> review and consider inclusion (or some alternate version of it).

I found your patch very nice, and so I'm applying it to the Debian
package (it will be included in the next upload). I'm adding in CC
also upstream, so they may evaluate it to inclusion.

Thanks & cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#599368: [PATCH v2] watchdog: Improve initialisation error message and documentation

2011-01-02 Thread Ben Hutchings
The error message 'NMI watchdog failed to create perf event...'  does
not make it clear that this is a fatal error for the watchdog.  It
also currently prints the error value as a pointer, rather than
extracting the error code with PTR_ERR().  Fix that.

Add a note to the description of the 'nowatchdog' kernel parameter to
associate it with this message.

Reported-by: Cesare Leonardi 
Signed-off-by: Ben Hutchings 
---
Further improved the error message based on Cesare's comments.

Ben.

 Documentation/kernel-parameters.txt |2 +-
 kernel/watchdog.c   |3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/kernel-parameters.txt 
b/Documentation/kernel-parameters.txt
index 7d0cead..6fc0cf4 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1764,7 +1764,7 @@ and is between 256 and 4096 characters. It is defined in 
the file
 
nousb   [USB] Disable the USB subsystem
 
-   nowatchdog  [KNL] Disable the lockup detector.
+   nowatchdog  [KNL] Disable the lockup detector (NMI watchdog).
 
nowb[ARM]
 
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index d74e866..d7ebdf4 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -366,7 +366,8 @@ static int watchdog_nmi_enable(int cpu)
goto out_save;
}
 
-   printk(KERN_ERR "NMI watchdog failed to create perf event on cpu%i: 
%p\n", cpu, event);
+   printk(KERN_ERR "NMI watchdog disabled for cpu%i: unable to create perf 
event: %ld\n",
+  cpu, PTR_ERR(event));
return PTR_ERR(event);
 
/* success path */
-- 
1.7.2.3





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



Bug#608626: Confirmed + workaround

2011-01-02 Thread Amaya
~-r...@io>dpkg -i --force-overwrite 
/var/cache/apt/archives/pidgin-data_2.7.9-1_all.deb
(Reading database ... 130574 files and directories currently installed.)
Preparing to replace pidgin-data 2.7.7-1 (using 
.../pidgin-data_2.7.9-1_all.deb) ...
Unpacking replacement pidgin-data ...
dpkg: warning: overriding problem because --force enabled:
 trying to overwrite '/usr/share/pixmaps/pidgin/protocols/22/facebook.png', 
which is also in package pidgin-facebookchat 1.67.1-1
dpkg: warning: overriding problem because --force enabled:
 trying to overwrite '/usr/share/pixmaps/pidgin/protocols/48/facebook.png', 
which is also in package pidgin-facebookchat 1.67.1-1
dpkg: warning: overriding problem because --force enabled:
 trying to overwrite '/usr/share/pixmaps/pidgin/protocols/16/facebook.png', 
which is also in package pidgin-facebookchat 1.67.1-1
Setting up pidgin-data (2.7.9-1) ...
Processing triggers for hicolor-icon-theme ...

No need to install and unisntall and reinstall anything.
Hope this helps.


-- 
 ·''`. If you haven't got anything nice to say about anybody,
: :' :   come sit next to me - Alice Roosevelt Longworth
`. `' 
  `-Proudly running Debian GNU/Linux



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



Bug#608521: curl: FTBFS on hurd-i386

2011-01-02 Thread Daniel Stenberg

On Fri, 31 Dec 2010, Samuel Thibault wrote:

Committed upstream:

https://github.com/bagder/curl/commit/2b3fbc8cdb3ddaec159d4ad693474eb84e5ee34d

--

 / daniel.haxx.se



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



Bug#594561: State of the bug 594561

2011-01-02 Thread Ben Hutchings
On Sun, 2010-12-26 at 15:42 +0100, Wenceslao González-Viñas wrote:
> Ok!, I did more or less the things you told me. I was not able to  
> patch the source in a standard way; but I changed the source code by  
> hand, I recompile the kernel and I used the resulting module with  
> insmod rt2870.ko ieee80211_regdom=EU
> 
> Please note that I did not reinstall compiled kernel (so I had to use  
> insmod instead your suggested modprobe) and that the module to use was  
> rt2870 (and not 2860). Of course I patched from 2860 folder since the  
> files were common.
> 
> Now it works perfect ! So, you were right !!! Many thanks!
> 
> My question now is how, and when this will become automatized in the  
> kernel which comes from the debian distribution ?

The module parameter will be added in the next version (2.6.32-30).

Note that in the release after 'squeeze' rt2870sta will be replaced with
a new driver 'rt2870usb' which uses the common Linux 802.11 support
code.  You will then need to specify the same parameter for the
'cfg80211' module instead (in fact, you can set that now in
preparation).

Ben.

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


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


Bug#608138: initramfs-tools: NMI error on boot only in recovery mode

2011-01-02 Thread Ben Hutchings
On Sun, 2011-01-02 at 23:37 +0100, Cesare Leonardi wrote:
> On 01/02/2011 10:44 PM, Ben Hutchings wrote:
> >> Then add +1 to what Michael Biebl already asked: why that message should
> >> be showed?
> >
> > Because the watchdog feature was enabled at compile-time and you
> > presumably want it to work.  If you add 'nowatchdog' to the kernel
> > parameters then the kernel will not attempt to set up the watchdog, and
> > the error message will not appear.
> 
> Thanks, i didn't know that parameter, but i don't want to disable the 
> lockup detector.
> 
> I'm sure that kernel devels will find a better way to handle unsupported 
> hardware and the situation where the watchdog cannot be used (anyone 
> without a local APIC will see this message?).

So, hardly anyone.

>  From the user point of view, i think that the best is to handle 
> silently the unsupported case (at least in quiet boot) and to show a 
> meaningful message in the syslog. From the current message, if you are 
> not a kernel developer, it's not clear if it's a warning or an error 
> message. In other words, it's not clear if the watchdog will function or 
> not.

Yes, I see, it doesn't say that this is a fatal error for watchdog
initialisation.

Ben.

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


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


Bug#608715: Recent hardware components render the xen-hyervisor unusable, fails completeley to boot due to kernel panic

2011-01-02 Thread Arno Toell
Package: xen-hypervisor-4.0-amd64
Version: 4.0.1-1
Severity: grave
Tags: squeeze upstream

Some newer hardware components (it is unclear what exactly causes the issue) 
render xen-hyervisor unusable as it 
crashes immediately after boot for the Debian out-of-box configuration. This 
results in a system rebooting all over 
again if the hypervisor is choosen as default stanza to be booted by grub which 
is particular severe as Xen is most
likely used on remote boxes. 

This bug report is for reference only as I already reported the issue upstream. 
See
* http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1698
* http://lists.xensource.com/archives/html/xen-users/2010-12/msg00307.html
* http://lists.xensource.com/archives/html/xen-devel/2010-12/msg01280.html

There is no solution known, as workaround passing 'dom0_mem=max:4GB' works 
around the issue, although I'm unsure about
potential side effects. 

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

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

xen-hypervisor-4.0-amd64 depends on no packages.

Versions of packages xen-hypervisor-4.0-amd64 recommends:
ii  xen-utils-4.0 4.0.1-1XEN administrative tools

Versions of packages xen-hypervisor-4.0-amd64 suggests:
pn  xen-docs-4.0   (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#608193: [Pkg-nagios-devel] Bug#608193: Bug#608193: nagios-plugins: check_snmp misreports CRITICAL socket timeout

2011-01-02 Thread Jan Wagner
Hi Marc,

On Sunday, 2. January 2011, Marc Haber wrote:
> On Sun, Jan 02, 2011 at 11:18:08PM +0100, Jan Wagner wrote:
> > On Tuesday, 28. December 2010, Marc Haber wrote:
> > > I am seeing this as well on lenny as on sid:
> > > 
> > > $ /usr/lib/nagios/plugins/check_smtp --host q.bofh.de --verbose
> > > HELOCMD: HELO nechayev
> > > 220 q.bofh.de ESMTP Exim 4.72 Tue, 28 Dec 2010 15:54:43 +0100
> > > CRITICAL - Socket timeout after 10 seconds
> > > 
> > > What's going on here?
> > 
> > $ /usr/lib/nagios/plugins/check_smtp --host q.bofh.de --verbose -t 30
> > HELOCMD: HELO nagios
> > 220 q.bofh.de ESMTP Exim 4.72 Sun, 02 Jan 2011 22:59:58 +0100
> > sent QUIT
> > received 221 q.bofh.de closing connection
> > 
> > SMTP OK - 20,091 sec. response time, 221 q.bofh.de closing connection
> > 
> > |time=20,091494s;;;0,00
> > 
> > As stated on IRC, your MTA seems to delay the answer ... raising the
> > timeout seems to fix the issue.
> 
> As stated MULTIPLE TIMES on IRC, the host running the nagios plugin is
> whitelisted with the MTA and is not subject to the delays that you
> encounter when testing from a non-whitelisted host.
> 
> I offered you on IRC multiple times to whitelist your IP as well but
> you didn't react to that offer.

Trying the test from a system which returns a fqdn via HELO, which hostname 
has also a  record, works as expected:

$ /usr/lib/nagios/plugins/check_smtp --host q.bofh.de --verbose
HELOCMD: HELO bb.cyconet.org
220 q.bofh.de ESMTP Exim 4.72 Sun, 02 Jan 2011 23:41:45 +0100
sent QUIT
received 221 q.bofh.de closing connection

SMTP OK - 0.126 sec. response time, 221 q.bofh.de closing connection
|time=0.125578s;;;0.00

So it's really likely that there is a configuration problem at the remote MTA.

With kind regards, Jan.
-- 
Never write mail to , you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y 
--END GEEK CODE BLOCK--


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


Bug#594967: Bug #594967: [poulsbo] grub-pc Hangs After "Welcome to GRUB!"

2011-01-02 Thread Steve McIntyre
On Sun, Jan 02, 2011 at 06:18:08PM +, Colin Watson wrote:
>
>  http://people.debian.org/~cjwatson/tmp/grub-pci/
>
>Boot each of the images, which should result in a GRUB prompt, and run:
>
>  set debug=pci
>  lspci
>
>The first image should hang; I'm interested in the last bus number
>printed.  The second may or may not hang, depending on the exact point
>things go wrong; again, I'm interested in the last bus number printed.
>If my theory is correct, then the third should complete successfully;
>either way, I'd like the full output from the third image (sorry, it may
>take a little while to transcribe).

No problem, glad to help. :-)

1.iso:

  last bus number printed is b0

2.iso:

  goes all the way through to bus ff and returns to a grub prompt

3.iso: 

  grub> set debug=pci
  grub> lspci
  bus/pci.c:92: bus 0
  00:00.0 8086:8100 [0600] Host Bridge
  00:02.0 8086:8108 [0300] VGA Controller
  00:1b.0 8086:811b [0403] Multimedia device
  00:1c.0 8086:8110 [0604] PCI-PCI Bridge
  00:1c.1 8086:8112 [0604] PCI-PCI Bridge
  00:1d.0 8086:8114 [0c03] USB Controller
  00:1d.1 8086:8115 [0c03] USB Controller
  00:1d.2 8086:8116 [0c03] USB Controller
  00:1d.7 8086:8117 [0c03] USB Controller [PI 20]
  00:1f.0 8086:8119 [0601] ISA Bridge
  00:1f.1 8086:811a [0101] IDE Controller [PI 80]
  grub>

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




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



Bug#608714: nagios-plugins: smtp plugin gives incomplete debugging output

2011-01-02 Thread Marc Haber
Package: nagios-plugins
Severity: normal

$ /usr/lib/nagios/plugins/check_smtp --verbose -H ivanova.notwork.de 
HELOCMD: HELO scyh00167
220 ivanova.notwork.de ESMTP Exim 4.72 Sun, 02 Jan 2011 23:37:22 +0100
sent QUIT
received 221 ivanova.notwork.de closing connection

SMTP OK - 0.074 sec. response time, 221 ivanova.notwork.de closing
connection
|time=0.074478s;;;0.00


This debugging output either suggests that no HELO is sent at all, or
HELO is sent without waiting for the initial 220 prompt.

Using strace or wireshark reveals that the plugin is actually talking
proper SMTP on the wire while giving incomplete debug output while
printing extra information that is not part of the actual SMTP dialog.

Greetings
Marc

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

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



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



Bug#608635: snort: adds another -p to options on each re-install

2011-01-02 Thread Mario 'BitKoenig' Holbe
On Sun, Jan 02, 2011 at 10:23:24PM +0100, Javier Fernandez-Sanguino wrote:
> On 2 January 2011 11:44, Mario 'BitKoenig' Holbe
> You are right, this is because the DEBIAN_SNORT_OPTIONS value is read
> on package configuration and is used to populate the debconf values in
> case the admin manually changes the file. Since the value is used for
> two debconf settings (snor/disable_promiscuous and I have a fix ready
> for this which just removes the trailing ' -p' from that variable (if
> it exists) that is introduced automatically.

Well, setting up DEBIAN_SNORT_OPTIONS from two variables would probably
also be an option. And probably a bit easier :) However, it's your
package... :)

> > Btw: the new handling considers *each* snort.debian.conf from an older
> > package version as manually changed, because the (comments) header of
> > the new template changed and no old md5sum file exists.
> 
> Are you sure about this? I cannot reproduce this, I explicitly added a
> check to verify if the user is using the autogenerated file from
> previous releases

Ah, there did this strange file in /tmp came from... unfortunately, I
removed it already, so I cannot compare it anymore :/
Well, at least I'm quite sure it was like this here at my system. And
I'm also quite sure I never touched snort.debian.conf, because I know
it's under postinst control (maybe it was even me who once created that
shell-snippet, don't remember anymore). Here is the output of my first
upgrade attempt (from 2.8.5.2-5):

Setting up snort (2.8.5.2-6) ...
snort: not updating /etc/snort/snort.debian.conf; no stored checksum available 
and it does not match the debconf database configuration
Stopping Network Intrusion Detection System : snort- No running snort instance 
found ... (warning).
Starting Network Intrusion Detection System : snort (eth0 using 
/etc/snort/snort.conf ...done).

Otherwise I surely wouldn't have noticed the changed conf-handling (and
the doubled -p :)).

Ah, I found the strange tmp-file contents in one of my scroll-buffers,
here is why it was different:

$ diff /tmp/snort.debian.conf.old /tmp/fileE4gKpg
7c7
< DEBIAN_SNORT_OPTIONS=" -p"
---
> DEBIAN_SNORT_OPTIONS="-p -p"

No need to mention: the strange tmp-file shouldn't have been lingered
around :)

> I might consider ucf in the future, the current system is good enough
> in order to ensure that user's changes are preserved with minimal
> hassle and dpkg-reconfigure works as expected (changing the config
> file even if it does not change through upgrades). It is based on
> x11-common's config/postinst code, so I'm not trying to reinvent the
> wheel here.

Well, your solution, for example, a) makes it hard for users to even
notice there was a change that has been abandoned (I just noticed it
because I'm paranoid), and b) even if they *did* notice it, it's not
that easy to migrate their own file to the new system - they have to
read your postinst code to do that (at least this was what I stuck at).
This is btw. the same with x11-common, where they did also re-invent the
wheel - which you are using now :)
Well, I don't remember exactly anymore... probably they did this in
pre-ucf times, or at least based their current system at code from
pre-ucf times.


just my 2 cents
   Mario
-- 
"Why are we hiding from the police, daddy?"  | J. E. Guenther
"Because we use SuSE son, they use SYSVR4."  | de.alt.sysadmin.recovery


signature.asc
Description: Digital signature


Bug#608193: [Pkg-nagios-devel] Bug#608193: Bug#608193: nagios-plugins: check_snmp misreports CRITICAL socket timeout

2011-01-02 Thread Marc Haber
Hi,

On Sun, Jan 02, 2011 at 11:18:08PM +0100, Jan Wagner wrote:
> On Tuesday, 28. December 2010, Marc Haber wrote:
> > I am seeing this as well on lenny as on sid:
> > 
> > $ /usr/lib/nagios/plugins/check_smtp --host q.bofh.de --verbose
> > HELOCMD: HELO nechayev
> > 220 q.bofh.de ESMTP Exim 4.72 Tue, 28 Dec 2010 15:54:43 +0100
> > CRITICAL - Socket timeout after 10 seconds
> > 
> > What's going on here?
> 
> $ /usr/lib/nagios/plugins/check_smtp --host q.bofh.de --verbose -t 30
> HELOCMD: HELO nagios
> 220 q.bofh.de ESMTP Exim 4.72 Sun, 02 Jan 2011 22:59:58 +0100
> sent QUIT
> received 221 q.bofh.de closing connection
> 
> SMTP OK - 20,091 sec. response time, 221 q.bofh.de closing connection
> |time=20,091494s;;;0,00
> 
> As stated on IRC, your MTA seems to delay the answer ... raising the timeout 
> seems to fix the issue.

As stated MULTIPLE TIMES on IRC, the host running the nagios plugin is
whitelisted with the MTA and is not subject to the delays that you
encounter when testing from a non-whitelisted host.

I offered you on IRC multiple times to whitelist your IP as well but
you didn't react to that offer.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190



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



Bug#383425: lighttpd: Fails to install if another webserver is running

2011-01-02 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I provide a patch which (finally) closes 383425. It is based on the
source version 1.4.28-1 provided in testing, but builds for sid's
1.4.28-2 as well.

The patch overrides the default dh_installinit call that dh(1) generates
and replaces it with a non fatal variant by using --error-handler
supported in recent versions of debhelper.

I provide two variants, one being a diff of the changes only and a full
variant changing debian/changelog as well preparing everything you need
to build a new release (please don't be offended though - you may just
ignore it if you want to do it on your own - or choose to reject the
patch at all. That version may be incomplete or faulty - I'm no Debian
maintainer, though I'm interested becoming involved). That version
changes unstable only, since it may be too late to get this patch into
squeeze if I'm not wrong.

Output of the patch during the installation process:

r...@test1:~# /etc/init.d/apache2  start
Starting web server: apache2apache2: Could not reliably determine the
server's fully qualified domain name, using 192.168.100.2 for ServerName
.
r...@test1:~# netstat -lntp | grep "80"
tcp6   0  0 :::80   :::*
LISTEN  23345/apache2
r...@test1:~# dpkg -i lighttpd_1.4.28-1.1_amd64.deb
(Reading database ... 32744 files and directories currently installed.)
Preparing to replace lighttpd 1.4.28-1 (using
lighttpd_1.4.28-1.1_amd64.deb) ...
Stopping web server: lighttpd.
Unpacking replacement lighttpd ...
Setting up lighttpd (1.4.28-1.1) ...
Starting web server: lighttpd2011-01-02 22:56:19: (network.c.358) can't
bind to port:  80 Address already in use
 failed!
invoke-rc.d: initscript lighttpd, action "start" failed.
Failed to start lighttpd.
Perhaps you are already running another service listening on port http/80
Processing triggers for man-db ...
r...@test1:~#

- -- 
with kind regards,
Arno Töll
GnuPG Key-ID: 0x8408D4C4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJNIPveAAoJELBdpXvEXpo9K88QAIL2JZ3KxbB5wRbz8gUpb43L
bDGtunsFxgs37L0IHNLAj+CPrgqRtB6pr6jCOEfzvKA2K6NPqcW/04HZ/blNyt3U
7ICBFI4wtjw8uGcWvZtvPrTZ31SqzVmkF2RXEjRtGJT1m+ZwsW5dHn7Zsv3ekDZA
55GuwMDsJ+eB1Zucd8RPLRZ+s5pIrqvMgO3svbDWq4jzZNNkJaBCnwsr9I/HhcPV
kz9wQ4HWktDKsY27j9f6hl29q4mBmF3ln/DaJLnk7snICUnPsUiT0wYWvMCBmZY5
/CSw+Pn5BVhczmxGgX7zvS9Z3DTLwH8uPh+TxfYPSfGASzPMjL8QH3X9xBTjWT/M
WqjEoV/LoqeYwHP875S2cByczUwn6Mx2tQneym1uDoaxIu54ZlQKmOrKwl9fcIMK
D0ujzKqgufEUYH1To155Z/ExfKD0Y8gZPvHqIzoFcQJYgxdmFEv7Me5gH/YQnRU4
TWtaFJPKS824kk2EnIVTWNjA2b3qjGE2I4Nqr7zOsnuCEyQ53Km9sb4sv82i+RHG
tFK1P/mu8yynivrJ6nVRCeOLAdlTYpIxbvxj3GLhktMAKLWzUhp4S8qxnAhPJZgp
O86cxjH/K+9nsPEiAtrfPMyspws8LIBrXt8LSsWmeCuKzCq9sO3y0xlftCZBepeh
jZ5YCTgoRMGsTl80/6K2
=Cntd
-END PGP SIGNATURE-
diff -ruN lighttpd-1.4.28/debian/control lighttpd-1.4.28-patch/debian/control
--- lighttpd-1.4.28/debian/control	2010-08-30 20:48:29.0 +0200
+++ lighttpd-1.4.28-patch/debian/control	2011-01-02 22:26:44.148342703 +0100
@@ -6,7 +6,7 @@
  Torsten Marek ,
  Pierre Habouzit 
 Homepage: http://www.lighttpd.net
-Build-Depends: debhelper (>= 7), mime-support, libssl-dev,
+Build-Depends: debhelper (>= 7.0.50), mime-support, libssl-dev,
  zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev,
  libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev,
  liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev,
diff -ruN lighttpd-1.4.28/debian/lighttpd.postinst lighttpd-1.4.28-patch/debian/lighttpd.postinst
--- lighttpd-1.4.28/debian/lighttpd.postinst	2010-08-30 20:48:29.0 +0200
+++ lighttpd-1.4.28-patch/debian/lighttpd.postinst	2011-01-02 22:26:44.276341491 +0100
@@ -12,6 +12,11 @@
 
 fi
 
+fail_start() {
+	echo "Failed to start lighttpd."
+	echo "Perhaps you are already running another service listening on port http/80"
+	exit 0
+}
 #DEBHELPER#
 
 exit 0
diff -ruN lighttpd-1.4.28/debian/rules lighttpd-1.4.28-patch/debian/rules
--- lighttpd-1.4.28/debian/rules	2010-08-30 20:48:29.0 +0200
+++ lighttpd-1.4.28-patch/debian/rules	2011-01-02 22:26:43.876341809 +0100
@@ -32,3 +32,7 @@
 
 %:
 	dh $@
+
+
+override_dh_installinit:
+	dh_installinit --error-handler=fail_start
diff -ruN lighttpd-1.4.28/debian//changelog lighttpd-1.4.28-full/debian//changelog
--- lighttpd-1.4.28/debian//changelog	2010-11-12 12:09:26.0 +0100
+++ lighttpd-1.4.28-full/debian//changelog	2011-01-02 23:15:19.992341863 +0100
@@ -1,3 +1,11 @@
+lighttpd (1.4.28-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "Fails to install if another webserver is running" by changing
+invoke-rc.d to be non fatal (Closes: #383425)
+
+ -- Arno Toell   Sun, 02 Jan 2011 23:11:18 +0100
+
 lighttpd (1.4.28-2) unstable; urgency=medium
 
   [ Olaf van der Spek ]
diff -ruN lighttpd-1.4.28/debian//changelog.orig lighttpd-1.4.28-full/debian//changelog.orig
--- lighttpd-1.4.28/debian//changelog.orig	197

Bug#599368: Bug#608138: initramfs-tools: NMI error on boot only in recovery mode

2011-01-02 Thread Cesare Leonardi

On 01/02/2011 10:44 PM, Ben Hutchings wrote:

Then add +1 to what Michael Biebl already asked: why that message should
be showed?


Because the watchdog feature was enabled at compile-time and you
presumably want it to work.  If you add 'nowatchdog' to the kernel
parameters then the kernel will not attempt to set up the watchdog, and
the error message will not appear.


Thanks, i didn't know that parameter, but i don't want to disable the 
lockup detector.


I'm sure that kernel devels will find a better way to handle unsupported 
hardware and the situation where the watchdog cannot be used (anyone 
without a local APIC will see this message?).
From the user point of view, i think that the best is to handle 
silently the unsupported case (at least in quiet boot) and to show a 
meaningful message in the syslog. From the current message, if you are 
not a kernel developer, it's not clear if it's a warning or an error 
message. In other words, it's not clear if the watchdog will function or 
not.


Ciao.

Cesare.



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



Bug#608698: linux-image-2.6.37-rc7-686: suspend/hibernate fails with "pnp_bus_suspend+0x0/0x57 returns -5"

2011-01-02 Thread Ben Hutchings
On Sun, 2011-01-02 at 00:15 +0100, Willi Mann wrote:
> Package: linux-2.6
> Version: 2.6.37~rc7-1~experimental.1
> Severity: normal
> 
> 
> After a few hibernate cycles, I can no longer suspend/hibernate my thinkpad 
> T500. It fails with mentioned error - see the attached logs. 
> 
> Additionally, my external cherry USB keyboard (plugged in the Docking 
> Station) 
> failed to work after the first failed hibernate attempt. However, unplugging
> and replugging solved this problem.  
> 
> This is the second time that hibernation fails with 2.6.37-rc?, and the error 
> message in dmesg is the same (... error -5) so this seems reproducable. 
> 
> I can't test earlier kernels because up to 2.6.36, I had memory corruption
> problems after wake-up from hibernate.

This may be fixed in Debian's 2.6.32 now as we have applied several
fixes originally made in later versions.

> In fact I'm quite happy that it
> works now at least for a few cycles, but I'd like to get back to the state 
> before Kernel Mode Setting where i had an "uptime" of 180 days with at least
> one hibernate cycle daily.
[...]

If you don't use the parallel port, you may be able to work around this
by blacklisting the 'parport_pc' module.

I see several reports of this against other distributions, but no sign
of it being tracked down or fixed.  Therefore, please report it upstream
at  under product 'ACPI', component
'Power-Other'.

Ben.

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


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


Bug#608713: Fix FTBFS with gold/ld --no-add-needed

2011-01-02 Thread Matthias Klose

Package: sflphone
Version: 0.9.11-1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Fix a FTBFS with ld --no-add-needed. Details at
http://wiki.debian.org/ToolChain/DSOLinking

patch at
http://launchpadlibrarian.net/61541903/sflphone_0.9.11-1_0.9.11-1ubuntu1.diff.gz



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



Bug#608712: ITP: libjeval-java -- JEval is a library for mathmatical, boolean and functional expression parsing

2011-01-02 Thread Daniel Thomas
Package: wnpp
Severity: wishlist
Owner: Daniel Thomas 


* Package name: libjeval-java
  Version : 0.9.4
  Upstream Author : Robert Breidecker 
* URL : http://jeval.sourceforge.net/
* License : Apache-2.0
  Programming Lang: Java
  Description : JEval is a library for mathmatical, boolean and functional 
expression parsing

JEval is a library which allows for easy parsing of mathmatical, Boolean
and function expressions and allowing their evaluation in Java
applications.

JEval Features:
* Parses and evaluates dynamic and static expressions at run time.
* A great solution for filtering data at runtime.
* Supports mathematical, Boolean, String and functional expressions.
* Supports all major mathematical and Boolean operators.
* Supports custom functions.
* 39 Math and String functions built in and ready to use.
* Supports nested functions.
* Supports variables.
* Allows for custom variable resolver.



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



Bug#608263: /etc/grub.d/05_debian_theme: new 05_debian_theme doesn't allow no background image

2011-01-02 Thread Mirosław Zalewski
W dniu 2 stycznia 2011 17:17 użytkownik Alexander Kurtz
 napisał:
> Yep, that's true. I'm currently thinking how the user could specify that
> he doesn't want a background image at all. Would it be ok, if you had to
> put a line like this into /etc/default/grub:
>
>        GRUB_BACKGROUND=""

I don't think that really matters. There could be just empty variable
in /etc/default/grub, or that variable may contain some special
keyword ("none", "empty” or "blank" comes to mind). I think that you
should choose the one that you find the easiest in implementation.

What is more important, that option should be somehow documented, at
least in grub-pc's README.Debian file.

>> Also, it should be noted that currently there is no way to specify
>> custom colors for GRUB2 without using background image (lines 94-99 in
>> 05_debian_theme).
> That's #608283[1].

I don't think that one was around when I was filing my bug report, but
that's alright. Just wanted to point it out by the way.

Since you are considering there moving GRUB_BACKGROUND_COLOR_NORMAL
and GRUB_BACKGROUND_COLOR_HIGHLIGHT into /etc/default/grub, you should
also consider deleting /usr/share/desktop-base/grub_background.sh
file. Right now that file contains variables for splash image and
colors. If these variables were to set in /etc/default/grub (which I
find much more intuitive), there would be no more need of
grub_background.sh file.

Cheers
Mirosław Zalewski



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



Bug#608710: probcons: FTBFS: cp: cannot stat `debian/tmp/pc-project': No such file or directory

2011-01-02 Thread Andreas Tille
On Sun, Jan 02, 2011 at 10:34:10PM +0100, Cyril Brulebois wrote:
> your package FTBFS on a number of archs with:
> | dh_install
> | cp: cannot stat `debian/tmp/pc-project': No such file or directory
> | dh_install: cp -a debian/tmp/pc-project debian/probcons-extra/usr/bin// 
> returned exit code 1
> | make: *** [binary-arch] Error 2
> 
> Full build logs:
>   https://buildd.debian.org/status/package.php?p=probcons

Isn't this the same problem as #607729?
If yes, we should upload the current status of SVN.

Kind regards

  Andreas.

-- 
http://fam-tille.de



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



Bug#608193: [Pkg-nagios-devel] Bug#608193: nagios-plugins: check_snmp misreports CRITICAL socket timeout

2011-01-02 Thread Jan Wagner
tag 608193 unreproducible moreinfo
thanks

Hi Marc,

On Tuesday, 28. December 2010, Marc Haber wrote:
> I am seeing this as well on lenny as on sid:
> 
> $ /usr/lib/nagios/plugins/check_smtp --host q.bofh.de --verbose
> HELOCMD: HELO nechayev
> 220 q.bofh.de ESMTP Exim 4.72 Tue, 28 Dec 2010 15:54:43 +0100
> CRITICAL - Socket timeout after 10 seconds
> 
> What's going on here?

$ /usr/lib/nagios/plugins/check_smtp --host q.bofh.de --verbose -t 30
HELOCMD: HELO nagios
220 q.bofh.de ESMTP Exim 4.72 Sun, 02 Jan 2011 22:59:58 +0100
sent QUIT
received 221 q.bofh.de closing connection

SMTP OK - 20,091 sec. response time, 221 q.bofh.de closing connection
|time=20,091494s;;;0,00

As stated on IRC, your MTA seems to delay the answer ... raising the timeout 
seems to fix the issue.

With kind regards, Jan.
-- 
Never write mail to , you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y 
--END GEEK CODE BLOCK--


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


Bug#440538: [PATCH] ecrypto/ecdsa: fix a zero change in the test suite

2011-01-02 Thread Sebastian Andrzej Siewior
At the end of the testsuite in test_builtin() happens the following:
- a previously created signature gets modified at a random spot
- this signature is compared against the data which was used to create the
  signature.

Now, in theory the last step should always fail in reality is passed
sometimes. The modification algorithm did the following:
|   offset = sig[10] % 66;
|   dirt = sig[11];
|   dirt = dirt ? dirt : 1;
|   sig[offset] ^= dirt;

If sig[10] is 0xa7 and sig[11] is 0x9e the last line evolves to:
|   sig[35] ^= 0x9e;

The signature consists of two BIGNUMs encoded as ASN1 string. sig[34] and
sig[35] is the begin of the second and last number. sig[35] contains the
length of this number and its content is 0x1e. Now, 0x9e ^ 0x1e = 0x80
and this is a special value. It means that the length of the value is
"infinite" i.e. everything until the end of the stream. So the ASN1 parser
considers the remaining data as the last element. Since there is nothing
after it, it succeeds. This random modification was a zero change.

This change ensures that something like this does not happen again. If we
do a zero change by accident (R and S are unchanged) we make a third
change and hope that something will change now.

Signed-off-by: Sebastian Andrzej Siewior 
---
 crypto/ecdsa/ecdsatest.c |   87 +++---
 1 files changed, 82 insertions(+), 5 deletions(-)

diff --git a/crypto/ecdsa/ecdsatest.c b/crypto/ecdsa/ecdsatest.c
index aa4e148..67db141 100644
--- a/crypto/ecdsa/ecdsatest.c
+++ b/crypto/ecdsa/ecdsatest.c
@@ -281,6 +281,85 @@ x962_err:
return ret;
}
 
+static int compare_sig(unsigned char *osig, unsigned int sig_len, ECDSA_SIG 
*old_sig)
+{
+   unsigned char *signature = osig;
+   ECDSA_SIG *new_sig = NULL;
+   char *org_r = NULL, *org_s = NULL;
+   char *new_r = NULL, *new_s = NULL;
+   int ret = -1;
+
+   org_r = BN_bn2hex(old_sig->r);
+   org_s = BN_bn2hex(old_sig->s);
+   if (!org_r || !org_s)
+   goto out;
+
+   new_sig = ECDSA_SIG_new();
+   if (!new_sig)
+   goto out;
+   if (!d2i_ECDSA_SIG(&new_sig, (const unsigned char **)&signature, 
sig_len))
+   goto out;
+
+   new_r = BN_bn2hex(new_sig->r);
+   new_s = BN_bn2hex(new_sig->s);
+   if (!new_r || !new_s)
+   goto out;
+   if ((!strcmp(org_r, new_r)) &&
+   !strcmp(org_s, new_s))
+   /* the signature did not change */
+   ret = 1;
+   else
+   ret = 0;
+out:
+   if (new_sig)
+   ECDSA_SIG_free(new_sig);
+   if (new_r)
+   OPENSSL_free(new_r);
+   if (new_s)
+   OPENSSL_free(new_s);
+   if (org_r)
+   OPENSSL_free(org_r);
+   if (org_s)
+   OPENSSL_free(org_s);
+   return ret;
+}
+
+static void modify_signature(unsigned char *osig, unsigned int sig_len, BIO 
*out)
+{
+   unsigned char dirt, offset;
+   unsigned char *signature = osig;
+   ECDSA_SIG *org_sig;
+   int ret;
+
+   org_sig = ECDSA_SIG_new();
+   if (!org_sig)
+   return;
+
+   if (!d2i_ECDSA_SIG(&org_sig, (const unsigned char **)&signature, 
sig_len))
+   goto out;
+
+   signature = osig;
+   offset = signature[10] % sig_len;
+   dirt = signature[11];
+   dirt = dirt ? dirt : 1;
+   signature[offset] ^= dirt;
+
+   ret = compare_sig(osig, sig_len, org_sig);
+   if (ret <= 0)
+   goto out;
+
+   signature[offset] = ~signature[offset];
+   ret = compare_sig(osig, sig_len, org_sig);
+   if (ret <= 0)
+   goto out;
+   BIO_printf(out, "Failed to modify signature. Tried: %02x => %02x => 
%02x\n",
+   (unsigned char) (~osig[offset] ^ dirt),
+   (unsigned char)~osig[offset], osig[offset]);
+   BIO_printf(out, "at offset 0x%02x and it was always equal.\n", offset);
+out:
+   ECDSA_SIG_free(org_sig);
+}
+
 int test_builtin(BIO *out)
{
EC_builtin_curve *curves = NULL;
@@ -325,8 +404,6 @@ int test_builtin(BIO *out)
/* now create and verify a signature for every curve */
for (n = 0; n < crv_len; n++)
{
-   unsigned char dirt, offset;
-
nid = curves[n].nid;
if (nid == NID_ipsec4)
continue;
@@ -416,9 +493,9 @@ int test_builtin(BIO *out)
BIO_printf(out, ".");
(void)BIO_flush(out);
/* modify a single byte of the signature */
-   offset = signature[10] % sig_len;
-   dirt   = signature[11];
-   signature[offset] ^= dirt ? dirt : 1; 
+
+   modify_signature(signature, sig_len, out);
+
if (ECDSA_verify(0, digest, 20, signature, sig_len, eckey) == 1)
{
BI

Bug#608704: release-notes: recommend to close any running X server?

2011-01-02 Thread Hendrik Boom
On Sun, Jan 02, 2011 at 09:49:26PM +0100, Holger Wansing wrote:
> Package: release-notes
> Severity: wishlist
> 
> 
> Hello,
> 
> I want to ask, if it would make sense to advice the user, to
> close any running X server when doing an dist-upgrade.
> 
> Pro: 
> you would reduce the risk of getting an unaccessable system,
> when during new startup of e.g. gdm an error occures and X
> is not responding/is hanging and you cannot switch back to
> virtual console.
> (I did a test dist-upgrade some time ago, and I had exactly
> this problem: when restarting gdm, the system hung up, keyboard
> was not responding, I had no chance to switch to virtual console.
> See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604724)

I have this problem in squeeze even without doing any upgrade.  After 
logging out from an X session that was started fro gdm, the system is 
hung up as described.  Perhaps the real solution would be to fix gdm?  I 
have no way to shut down X as recommended.  The only thing I can do is 
to boot the system without X in the first place.  Of course, this is 
already a squeeze system, so it may not be relevant to the 
lenny->squeeze upgrade.

-- hendrik



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



Bug#608138: [PATCH] watchdog: Improve failure message and documentation

2011-01-02 Thread Ben Hutchings
The error message 'NMI watchdog failed to create perf event...'
currently prints the error value as a pointer, rather than extracting
the error code with PTR_ERR().  Fix that.

Add a note about the 'nowatchdog' kernel parameter to associate it
with this message.

Signed-off-by: Ben Hutchings 
---
 Documentation/kernel-parameters.txt |2 +-
 kernel/watchdog.c   |3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/kernel-parameters.txt 
b/Documentation/kernel-parameters.txt
index 7d0cead..6fc0cf4 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1764,7 +1764,7 @@ and is between 256 and 4096 characters. It is defined in 
the file
 
nousb   [USB] Disable the USB subsystem
 
-   nowatchdog  [KNL] Disable the lockup detector.
+   nowatchdog  [KNL] Disable the lockup detector (NMI watchdog).
 
nowb[ARM]
 
diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index d74e866..5b44d2c 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -366,7 +366,8 @@ static int watchdog_nmi_enable(int cpu)
goto out_save;
}
 
-   printk(KERN_ERR "NMI watchdog failed to create perf event on cpu%i: 
%p\n", cpu, event);
+   printk(KERN_ERR "NMI watchdog failed to create perf event on cpu%i: 
%ld\n",
+  cpu, PTR_ERR(event));
return PTR_ERR(event);
 
/* success path */
-- 
1.7.2.3




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


Bug#608711: pimd: FTBFS on kfreebsd-*: kern.c:341: error: unused parameter 'v'

2011-01-02 Thread Cyril Brulebois
Source: pimd
Version: 2.1.5-2
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-*:
|   CC  kern.o
| cc1: warnings being treated as errors
| kern.c: In function 'k_del_vif':
| kern.c:341: error: unused parameter 'v'
| make[1]: *** [kern.o] Error 1

(Yay for -Werror.)

Full build logs:
  https://buildd.debian.org/status/package.php?p=pimd

KiBi.



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



Bug#608138: initramfs-tools: NMI error on boot only in recovery mode

2011-01-02 Thread Ben Hutchings
On Wed, 2010-12-29 at 21:34 +0100, Cesare Leonardi wrote:
> On 12/27/2010 09:36 PM, Cesare Leonardi wrote:
> > Grub command lines are identical except that "lapic hpet=force" in
> > normal boot is substituted by "single" in recovery mode.
> 
> I've found that if i remove "lapic" from the command line, then the NMI 
> error appears. And in fact that paramter it's not present in recovery mode.
> In my laptop, lapic has to be used (as told in kernel logs) because it 
> is disabled by BIOS.
> 
> Googling around i've learned that NMI watchdog needs a local APIC and 
> that explain the error message. Even if the exact meaning of that 
> message is obscure to me yet.
> 
> Feel free to mark this bug as a duplicate of #599368 and close it.
> Then add +1 to what Michael Biebl already asked: why that message should 
> be showed?

Because the watchdog feature was enabled at compile-time and you
presumably want it to work.  If you add 'nowatchdog' to the kernel
parameters then the kernel will not attempt to set up the watchdog, and
the error message will not appear.

Ben.

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


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


Bug#459856:

2011-01-02 Thread Ivan Nakov
Package: amarok
Version: 2.3.90


 If you want to check out if the current playlist is saved, you must
use Export Playlist as.. from the drop-menu bar Playlist. In the
version 2.3.90 the name of the playlist still isn't shown. I think
that this is a good suggestion.

Kernel Linux 2.6.35-23-generic


Bug#297491: [gpm] repeat type is set to none if a 2.6 kernel is detected.

2011-01-02 Thread Jason Cormie

Package: gpm
Version: 1.20.4-3.3

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

In gpm.config if a linux 2.6 kernel is detected the (rather redundant) 
repeat_type option is set to none.


I think this bug can be closed


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

Debian Release: squeeze/sid
  900 testing ftp.debian.org
  850 unstableftp.debian.org
  800 stable  www.debian-multimedia.org
  800 stable  security.debian.org
  800 stable  ftp.debian.org
  700 experimentalftp.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-=
libc6(>= 2.7) | 2.11.2-7
libgpm2   (>= 1.20.4) | 1.20.4-3.3
debconf (>= 0.5)  | 1.5.36
 OR debconf-2.0   |
dpkg (>= 1.15.4)  | 1.15.8.5
 OR install-info  | 4.13a.dfsg.1-6
debianutils  (>= 1.7) | 3.4
ucf (>= 0.28) | 3.0025+nmu1
lsb-base  | 3.2-23.1


Package's Recommends field is empty.

Package's Suggests field is empty.






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



  1   2   3   4   >