Bug#623067: Patch not quite right

2011-04-17 Thread Erik de Castro Lopo

Something not quite right with the patch I submitted with the bug
report.

Looking into it now.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/



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



Bug#623036: Wrong version reported

2011-04-17 Thread Tiger!P
Hello,

I saw in the bugtracker that it stated Found in version pdns/2.9.22-8,
but that is not correct.
The bug is in version 2.9.22-8+b1 .
The reason it reported the other version, is that I first reverted to
the previous version before running reportbug.

Sorry

Tiger!P
-- 
A random quote:
Wie zegt dat het leukste moment in je leven al niet voorbij is?



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




Bug#623067: Updated and verified patch

2011-04-17 Thread Erik de Castro Lopo

Turned out to be a bootstrapping problem. WIth the first patch
alex built fine and would generated warning free haskell code,
but would error out if building itself.

Attached patch fixes the bootstrap problem.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/
# Author : Erik de Castro Lopo er...@mega-nerd.com
# Description : Fix generated haskell code so it doesn't fail with -Werror.
# Debian Version : 2.3.5
# Date : Sun, 17 Apr 2011 15:45:41 +1000

Index: alex-2.3.5/templates/GenericTemplate.hs
===
--- alex-2.3.5.orig/templates/GenericTemplate.hs
+++ alex-2.3.5/templates/GenericTemplate.hs
@@ -9,7 +9,7 @@
 
 #ifdef ALEX_GHC
 #define ILIT(n) n#
-#define FAST_INT_BINDING(n) (n)
+#define FAST_INT_BINDING(n) (!(n))
 #define IBOX(n) (I# (n))
 #define FAST_INT Int#
 #define LT(n,m) (n # m)
@@ -57,10 +57,10 @@
 ALEX_IF_BIGENDIAN
   narrow16Int# i
   where
-i= word2Int# ((high `uncheckedShiftL#` 8#) `or#` low)
-high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#)))
-low  = int2Word# (ord# (indexCharOffAddr# arr off'))
-off' = off *# 2#
+!i= word2Int# ((high `uncheckedShiftL#` 8#) `or#` low)
+!high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#)))
+!low  = int2Word# (ord# (indexCharOffAddr# arr off'))
+!off' = off *# 2#
 ALEX_ELSE
   indexInt16OffAddr# arr off
 ALEX_ENDIF
@@ -74,14 +74,14 @@
 ALEX_IF_BIGENDIAN
   narrow32Int# i
   where
-   i= word2Int# ((b3 `uncheckedShiftL#` 24#) `or#`
+   !i= word2Int# ((b3 `uncheckedShiftL#` 24#) `or#`
 		 (b2 `uncheckedShiftL#` 16#) `or#`
 		 (b1 `uncheckedShiftL#` 8#) `or#` b0)
-   b3   = int2Word# (ord# (indexCharOffAddr# arr (off' +# 3#)))
-   b2   = int2Word# (ord# (indexCharOffAddr# arr (off' +# 2#)))
-   b1   = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#)))
-   b0   = int2Word# (ord# (indexCharOffAddr# arr off'))
-   off' = off *# 4#
+   !b3   = int2Word# (ord# (indexCharOffAddr# arr (off' +# 3#)))
+   !b2   = int2Word# (ord# (indexCharOffAddr# arr (off' +# 2#)))
+   !b1   = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#)))
+   !b0   = int2Word# (ord# (indexCharOffAddr# arr off'))
+   !off' = off *# 4#
 ALEX_ELSE
   indexInt32OffAddr# arr off
 ALEX_ENDIF
Index: alex-2.3.5/src/Scan.x
===
--- alex-2.3.5.orig/src/Scan.x
+++ alex-2.3.5/src/Scan.x
@@ -11,7 +11,7 @@
 ---
 
 {
-{-# OPTIONS_GHC -w #-}
+{-# OPTIONS_GHC -w -XBangPatterns #-}
 
 module Scan(lexer, AlexPosn(..), Token(..), Tkn(..), tokPosn) where
 


Bug#601584: duplicity chokes and hangs

2011-04-17 Thread Olivier Berger
retitle duplicity should fail gracefully on unreadable non-standard files
thanks

On Fri, Oct 29, 2010 at 11:57:59AM +1000, Alexander Zangerl wrote:
 
 On Thu, 28 Oct 2010 15:28:21 GMT, Clint Adams writes:
 The problem seems to be that I wasn't excluding /proc, and
 duplicity choked on /proc/1/attr .
 
 attr dirs belong to selinux, and 'choke' is a tad too vague:
 please send me the output of 'strace ls /proc/1/attr' 
 and 'strace cat /proc/1/attr/*'.
 
 I would suggest handling that condition more gracefully.
 
 i can suggest that to upstream, but first i need to make sure
 it's not the kernel/selinux at fault - and for that i need those straces.
 
 regards

Note this also happens when cgroup is mounted on /var/local/cgroup (LXC in 
use), for instance.

Hope this helps.

Best regards,




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



Bug#623068: man page for k5login is hidden

2011-04-17 Thread Raf Czlonka
Package: krb5-doc
Version: 1.9+dfsg-1
Severity: normal

Hi,

Well, it speaks for itself:

% find /usr/share/man -name .\*
/usr/share/man/man5/.k5login.5.gz

You know what to do ;^)

Regards,

Raf

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

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

Versions of packages krb5-doc depends on:
ii  dpkg  1.16.0.2   Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 

krb5-doc recommends no packages.

krb5-doc suggests no packages.



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



Bug#623069: irussian: uninstallable in sid

2011-04-17 Thread Robert Luberda
Package: irussian
Version: 0.99g5-8.1
Severity: serious

Hi,

The package is no longer installable in sid, and needs to be rebuild 
with new ispell.  Please make sure to declare both Build-Depends, 
and Depends on `ispell (= 3.3.02)'.


Hopefully it should rebuild without any troubles. However
please be aware of minor incompatibility in buildhash. The

buildhash ${dict}.dict ${dict}.aff ${dict}.hash

command used to create two additional files i.e. ${dict}.dict.stat and
${dict}.dict.cnt. With the new buildhash:

 - the *.cnt file is gone (if your Makefiles needs it, create it with
`wc -l  ${dict}.dict');

 - the *.stat file  is now ${dict}.stat (i.e. the .dict extension got
stripped out).


Regards,
robert


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

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash



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



Bug#623070: iswedish: uninstallable in sid

2011-04-17 Thread Robert Luberda
Package: iswedish
Version: 1.4.5-2
Severity: serious


Hi,

The package is no longer installable in sid, and needs to be rebuild 
with new ispell.  Please make sure to declare both Build-Depends, 
and Depends on `ispell (= 3.3.02)'.


Hopefully it should rebuild without any troubles. However
please be aware of minor incompatibility in buildhash. The

buildhash ${dict}.dict ${dict}.aff ${dict}.hash

command used to create two additional files i.e. ${dict}.dict.stat and
${dict}.dict.cnt. With the new buildhash:

 - the *.cnt file is gone (if your Makefiles needs it, create it with
`wc -l  ${dict}.dict');

 - the *.stat file  is now ${dict}.stat (i.e. the .dict extension got
stripped out).


Regards,
robert


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

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash



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



Bug#623071: iestonian: uninstallable in sid

2011-04-17 Thread Robert Luberda
Package: iestonian
Version: 1:20030606-12.1
Severity: serious

Hi,

The package is no longer installable in sid, and needs to be rebuild 
with new ispell.  Please make sure to declare both Build-Depends, 
and Depends on `ispell (= 3.3.02)'.


Hopefully it should rebuild without any troubles. However
please be aware of minor incompatibility in buildhash. The

buildhash ${dict}.dict ${dict}.aff ${dict}.hash

command used to create two additional files i.e. ${dict}.dict.stat and
${dict}.dict.cnt. With the new buildhash:

 - the *.cnt file is gone (if your Makefiles needs it, create it with
`wc -l  ${dict}.dict');

 - the *.stat file  is now ${dict}.stat (i.e. the .dict extension got
stripped out).


Regards,
robert


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

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash



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



Bug#623072: ifinnish: uninstallable in sid

2011-04-17 Thread Robert Luberda
Package: ifinnish
Version: 0.7-17.3
Severity: serious


Hi,

The package is no longer installable in sid, and needs to be rebuild 
with new ispell.  Please make sure to declare both Build-Depends, 
and Depends on `ispell (= 3.3.02)'.


Hopefully it should rebuild without any troubles. However
please be aware of minor incompatibility in buildhash. The

buildhash ${dict}.dict ${dict}.aff ${dict}.hash

command used to create two additional files i.e. ${dict}.dict.stat and
${dict}.dict.cnt. With the new buildhash:

 - the *.cnt file is gone (if your Makefiles needs it, create it with
`wc -l  ${dict}.dict');

 - the *.stat file  is now ${dict}.stat (i.e. the .dict extension got
stripped out).


Regards,
robert



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

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash



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



Bug#623073: inorwegian: uninstallable in sid

2011-04-17 Thread Robert Luberda
Package: inorwegian
Version: 2.0.10-3.2
Severity: serious


Hi,

The package is no longer installable in sid, and needs to be rebuild 
with new ispell.  Please make sure to declare both Build-Depends, 
and Depends on `ispell (= 3.3.02)'.


Hopefully it should rebuild without any troubles. However
please be aware of minor incompatibility in buildhash. The

buildhash ${dict}.dict ${dict}.aff ${dict}.hash

command used to create two additional files i.e. ${dict}.dict.stat and
${dict}.dict.cnt. With the new buildhash:

 - the *.cnt file is gone (if your Makefiles needs it, create it with
`wc -l  ${dict}.dict');

 - the *.stat file  is now ${dict}.stat (i.e. the .dict extension got
stripped out).


Regards,
robert

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

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash



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



Bug#623074: iczech: uninstallable in sid

2011-04-17 Thread Robert Luberda
Package: iczech
Version: 20040229-5
Severity: serious


Hi,

The package is no longer installable in sid, and needs to be rebuild 
with new ispell.  Please make sure to declare both Build-Depends, 
and Depends on `ispell (= 3.3.02)'.


Hopefully it should rebuild without any troubles. However
please be aware of minor incompatibility in buildhash. The

buildhash ${dict}.dict ${dict}.aff ${dict}.hash

command used to create two additional files i.e. ${dict}.dict.stat and
${dict}.dict.cnt. With the new buildhash:

 - the *.cnt file is gone (if your Makefiles needs it, create it with
`wc -l  ${dict}.dict');

 - the *.stat file  is now ${dict}.stat (i.e. the .dict extension got
stripped out).


Regards,
robert


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

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash



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



Bug#502878: allow for non-persistent /var/run

2011-04-17 Thread Raf Czlonka
Package: john
Version: 1.7.3.1-1+b1
Followup-For: Bug #502878

Hi,

mktemp: failed to create file via template `/var/run/john/cronpasswd.XX': 
No such file or directory

Could something be done about this, please?
It is trivial to fix and the initial bug report has been filed over 2.5
years ago.

Thank you,

Raf

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

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

Versions of packages john depends on:
ii  john-data 1.7.3.1-1  active password cracking tool - ch
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libssl1.0.0   1.0.0d-2   SSL shared libraries

john recommends no packages.

Versions of packages john suggests:
ii  wamerican [wordlist]  6-3American English dictionary words 
ii  wbritish [wordlist]   6-3British English dictionary words f
ii  wbritish-insane [wordlist]6-3British English dictionary words f
ii  wpolish [wordlist]20110328-1 Polish dictionary words for /usr/s

-- Configuration Files:
/etc/cron.d/john changed:
00 1* * *   root[ -x /usr/share/john/cronjob ]  nice 
/usr/share/john/cronjob start
00 7* * *   root[ -x /usr/share/john/cronjob ]  
/usr/share/john/cronjob stop


-- 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#620246: The package needs to be rebuild against new ispell

2011-04-17 Thread Robert Luberda


Hi,

Please make sure to declare both Build-Depends, 
and Depends on `ispell (= 3.3.02)'.


Hopefully it should rebuild without any troubles. However
please be aware of minor incompatibility in buildhash. The

buildhash ${dict}.dict ${dict}.aff ${dict}.hash

command used to create two additional files i.e. ${dict}.dict.stat and
${dict}.dict.cnt. With the new buildhash:

 - the *.cnt file is gone (if your Makefiles needs it, create it with
`wc -l  ${dict}.dict');

 - the *.stat file  is now ${dict}.stat (i.e. the .dict extension got
stripped out).


Regards,
robert



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



Bug#623031: lintian: Please add check for packages using /run and /run/lock

2011-04-17 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2011-04-16 20:51, Roger Leigh wrote:
 Package: lintian
 Version: 2.5.0~rc2
 Severity: normal
 Tags: patch
 
 Hi,
 

Hi,

 Lintian currently warns about packages putting files in /var/run
 and /var/lock.  The attached patch does the same for /run and
 /run/lock.  [This could be simplified to be just for /run since
 any file in any subdirectory is a bug]
 

As I also mentioned over IRC, we already added a check for this in
commit 8779248a[1], nevertheless thanks for the suggestion/reminder.
  Back then we only went with the /run check and I think we will stick
to that unless using /run/lock is significantly more (or less) severe a
problem.  However this does not seem to be the case here. :)


[1] http://git.debian.org/?p=lintian/lintian.git;a=commit;h=8779248a

The tests were added in d399c96f.

 Note that while I updated the testsuite, I'm not sufficiently
 familiar with lintian to do this properly, so it might need
 some tweaking.  Hopefully it's useful as a starting point
 though.
 
 
 Many thanks,
 Roger
 
 -- System Information:
 [...]

If the check had not already been implemented I would probably just have
used the patch - possibly removing the /run/lock check and reduced the
tests that checked for files/dirs in /run.
  Nice to see a patch/check that also covers the test suite. :)

~Niels

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJNqpYkAAoJEAVLu599gGRCzr4QAKpRRJzzFvRjN84owRBRmWHs
BAe7XvWUWLxkveKy0Wr3/sEARXI94iwAJgPR6xHdXnBQCXdKmm7VHlr13broHyau
19YuLQKRrnkNqPMaxob/ti7FRbVZ88QoFs6fpxIgP2LDo+oDsz6WQdhfxc7dCBgB
C1wfM39a9QqyPMBV81vAr8rrXNMcYLRBDoT4O5zJ6YqyNjXIn3Dw8Ysp3CoRecpD
uw2cR05eXDSa+v+ZunaWmyFCIfKgiqyFzBEP9foVhAzpCy19GHYNW0WfEW3CIBGX
JYCZtKpLL9Vcc/vUPM0Wlce27O5t/Wtjhpzd2/UaeP39K+0SBc/vj4tUoMDi3vT/
Wcx5C+12FKD8gnob56gi2HQvRB+oU+R8dOhP/T2i5BAv83+ENgERa0WHqfrK/3vJ
fDka6vnKvoLHrGBXkxDQJH3WZ+bZLZ01D1rvAGOEP7AgwNieOxXyP+fMyCqLZO68
egVwtGkRYZX03htUvXtFomGFp17ZXH4U8ldpTH25qHXpM2NwONHirsS0TD8+S8n1
YCC6EXqherGlC3S80xvp/DvE8nJEiJZ7LGs5ajKnNeDjhioJVC3fcayAARR1YGxq
CyIFzx9vWwSN213b1EZVPttQINq7YuwV3gNDVhkGxn6/7ANLV0RqKmPEBMvGR8qF
9N99/5JYBGB2vrKOTG5X
=Qpqx
-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#620559: qmmp: FTBFS on kfreebsd-*: outputalsa.cpp:434:76: error: void value not ignored as it ought to be

2011-04-17 Thread Eugene V. Lyubimkin
On 2011-04-16 21:04, Pino Toscano wrote:
 Attached there is a patch to remove the libasound2-dev build-depend and 
 disable the compilation of the ALSA plugin on non-Linux architectures; 
 successfully tested on hurd-i386.

Thanks.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer



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



Bug#623075: Please package jmol 12.1 into experimental

2011-04-17 Thread Vincent Fourmond
Package: jmol
Version: 12.0.40-1
Severity: wishlist

  Hello,

  I'm currently packaging jalview, who relies on jmol
internally. Unfortunately, it embeds the newer jmol 12.1, and depends
on interfaces only found in that version, and not in the 12.0 one.

  Could you please package that version for experimental ? I'm ready
to join in to help if needs be !

  Many thanks,

   Vincent


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

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

Versions of packages jmol depends on:
ii  libjmol-java  12.0.40-1  Java library for molecular structu

jmol recommends no packages.

Versions of packages jmol suggests:
pn  jmol-doc  none (no description available)

-- no debconf information




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



Bug#623076: initscripts: /etc/network/run is not a directory

2011-04-17 Thread Mahesh T. Pai
Package: initscripts
Version: 2.88dsf-13.4
Severity: critical
Justification: breaks unrelated software


This version of initscript creates /etc/network/run as a file.

I am currently managing my network interface (desktop PC, uses forcedeth kernel 
module) 
staticaly (that is, using /etc/network/interfaces) and whatever manages that 
expecte to 
find the  /etc/network/run/ifstate file. (which is a symlink to 
/dev/shm/whatever - cant
 remember).

However, this version of initscripts created /etc/network/run as a file; not as 
a directory, 
thus breaking my networking setup.

There should either be a conflicts defined in the dependency info with whatever 
setup I am 
using, or there is some unintended problem with initscripts.

I hav enot tried if this problem will exist if the network is managed by 
network-manager. 

As such, an inexperienced user will find that he cannot access the network once 
*.4 version 
is installed. I wa lucky to find teh older version in my /var/cache/apt/archive 
directory and 
revert. Hence, reporting this as a critical bug. Apologies in advance if this 
does not deserve 
the critical label.

I will be happy to answer any further questions and / or do any experiments. 


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

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

Versions of packages initscripts depends on:
ii  coreutils   8.5-1GNU core utilities
ii  debianutils 3.4.4Miscellaneous utilities specific t
ii  libc6   2.13-0exp4   Embedded GNU C Library: Shared lib
ii  lsb-base3.2-27   Linux Standard Base 3.2 init scrip
ii  mount   2.17.2-9.1   Tools for mounting and manipulatin
ii  sysv-rc 2.88dsf-13.4 System-V-like runlevel change mech
ii  sysvinit-utils  2.88dsf-13.4 System-V-like utilities

Versions of packages initscripts recommends:
ii  e2fsprogs 1.41.14-1  ext2/ext3/ext4 file system utiliti
ii  psmisc22.13-1utilities that use the proc file s

initscripts 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#623001: libgnutls26: fails to handshake on a number of sites (firefox works)

2011-04-17 Thread Simon Josefsson
Nikos Mavrogiannopoulos n...@gnutls.org writes:

 On 04/16/2011 05:54 PM, Andreas Metzler wrote:

 thank you for taking the time to test the packages in experimental. I
 can reproduce the bug.
 
 For clarification it is not caused by libgcrypt11 from experimental,
 libgnutls26 2.12.2-1 with stable libgcrypt11 also fails.  Attached
 verbose log is not a lot more enlightening.

 d3nwyuy0nl342s.cloudfront.net seems to support only one ciphersuite.
 That is ARCFOUR-128 with HMAC-MD5. I disabled HMAC-MD5 from the default
 set in 2.12.0 because it is not really trusted as an HMAC any more.
 If however this is widespread issue I'll reinstate HMAC-MD5 and
 remove it when a real attack is known.

I thought there weren't any attacks on HMAC-MD5, have I missed anything?

/Simon



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



Bug#623001: libgnutls26: fails to handshake on a number of sites (firefox works)

2011-04-17 Thread Nikos Mavrogiannopoulos
On 04/17/2011 09:45 AM, Simon Josefsson wrote:

 thank you for taking the time to test the packages in experimental. I
 can reproduce the bug.

 For clarification it is not caused by libgcrypt11 from experimental,
 libgnutls26 2.12.2-1 with stable libgcrypt11 also fails.  Attached
 verbose log is not a lot more enlightening.

 d3nwyuy0nl342s.cloudfront.net seems to support only one ciphersuite.
 That is ARCFOUR-128 with HMAC-MD5. I disabled HMAC-MD5 from the default
 set in 2.12.0 because it is not really trusted as an HMAC any more.
 If however this is widespread issue I'll reinstate HMAC-MD5 and
 remove it when a real attack is known.
 I thought there weren't any attacks on HMAC-MD5, have I missed anything?

That's what I say above. No real attacks exist although its security
is questioned (ECRYPT II report on algorithms and key sizes). The text
mentions: The recent advances in the cryptanalysis of MD5 (see Section
10.3), and specifically HMAC-MD5 (e.g. [58, 143, 213, 83, 256]), suggest
that implementers should move away from HMAC-MD5 as soon as possible.

regards,
Nikos



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



Bug#622931: libav: pkg-config files implies possible static linkage

2011-04-17 Thread Reinhard Tartler
tags 622931 help
stop

On Fri, Apr 15, 2011 at 23:48:06 (CEST), Carl Fürstenberg wrote:

 Package: libav
 Severity: minor

 Doing an `pkg-config --static libavcodec --libs` results in following
 dependices:
 -pthread -lavcodec -ldl -lX11 -lXext -lXfixes -ljack -lasound -ldc1394 
 -lraw1394 -lxvidcore -lx264 -lvpx -lvorbisenc -lvorbis -ltheoraenc 
 -ltheoradec -logg -lspeex -lschroedinger-1.0 -lpthread -lorc-0.4 -lrtmp 
 -lgnutls -lopenjpeg -lopencore-amrwb -lopencore-amrnb -lmp3lame -lgsm 
 -lfaac -ldirac_encoder -ldirac_decoder -lstdc++ -lva -lm -lbz2 -lz -lgcrypt 
 -lavcore -lavutil 

 But libva-dev and libgpg-error-dev (dep via libgcrypt, which also isn't 
 given) 
 doesn't provide static versions.
 This might be outside the area provided by debian packages, but might be
 worth looking into.

it rather seems that pkg-config does not provide a way to declare that a
library does not support static linking at all. I've checked that libva
simply doesn't support building static libraries in the first place, so
I've tried to edit the pkg-config file. However, after reading the
pkg-config documentation, I haven't found the right syntax to express
this.

Can someone please help me out here?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#622980: swig: wrapper does not compile with python 3.2

2011-04-17 Thread Torsten Landschoff
On Sat, 2011-04-16 at 16:10 +0200, Patrick Matthäi wrote:

  I am sorry to say that it is non-trivial to merge a fix to this bug.
  Upstream revision 12620 contains the fix according to the upstream bug.
  However, the fix is not released yet and will only make it into SWIG
  2.0.4 which accumulated a lot of changes already.
  
  I don't feel like releasing a package for that before it is released
  upstream.

 And updating the package to 2.0.3 and add the change as patch?

There is actually a package of 2.0.3, please install swig2.0. I did not
move swig to point to swig2.0 yet as that breaks many packages - the
autoconf-archive detection of swig is broken and thinks 2.0 is older
than 1.3.x :-(

Now that squeeze is released I should really start that transition...

Unfortunately, the diff of r12620 does not apply to swig 2.0.3 as it
depends on a bunch of other changes.

Greetings, Torsten






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



Bug#623077: apt-listchanges crashes during upgrade

2011-04-17 Thread shirish शिरीष
Package: apt-listchanges
Version: 2.85.7
Severity: important

*** Please type your report below this line ***
I was doing some package upgrades when apt-listchanges crashed. One
change I did before was that I have changed python from python2.6 to
python2.7, maybe that caused the crashed.

$ ll /usr/bin/python
lrwxrwxrwx 1 root root 18 Apr 17 13:36 /usr/bin/python - /usr/bin/python2.7

 Anyways here's the traceback that was given when apt-listchanges crashed.

Traceback (most recent call last):
  File /usr/bin/apt-listchanges, line 28, in module
import apt_pkg
ImportError: No module named apt_pkg

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

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

Versions of packages apt-listchanges depends on:
ii  apt  0.8.14.1Advanced front-end for dpkg
ii  debconf [debconf-2.0]1.5.38  Debian configuration management sy
ii  debianutils  3.4.4   Miscellaneous utilities specific t
ii  python   2.6.6-14interactive high-level object-orie
ii  python-apt   0.7.100.3   Python interface to libapt-pkg
ii  python-support   1.0.13  automated rebuilding support for P
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

Versions of packages apt-listchanges recommends:
ii  exim4-daemon-light [mail-tran 4.75-2 lightweight Exim MTA (v4) daemon

Versions of packages apt-listchanges suggests:
ii  chromium [www-brow 10.0.648.205~r81283-1 Chromium browser
ii  elinks [www-browse 0.12~pre5-3.1 advanced text-mode WWW browser
ii  epiphany-browser [ 2.30.6-2  Intuitive GNOME web browser
ii  gnome-terminal [x- 2.30.2-1  The GNOME terminal emulator applic
ii  iceweasel [www-bro 4.0-3 Web browser based on Firefox
ii  links [www-browser 2.3~pre1-1+b1 Web browser running in text mode
ii  links2 [www-browse 2.3~pre1-1+b1 Web browser running in both graphi
ii  lynx-cur [www-brow 2.8.8dev.8-1  Text-mode WWW Browser with NLS sup
ii  opera [www-browser 11.10.2092A fast and secure web browser and
ii  python-glade2  2.17.0-4+b1   GTK+ bindings: Glade support
ii  python-gtk22.17.0-4+b1   Python bindings for the GTK+ widge
ii  w3m [www-browser]  0.5.3-2+b1WWW browsable pager with excellent
ii  xterm [x-terminal- 269-1 X terminal emulator

-- debconf information:
  apt-listchanges/confirm: false
  apt-listchanges/which: news
  apt-listchanges/frontend: pager
  apt-listchanges/email-address: root
  apt-listchanges/save-seen: true

-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17



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



Bug#623078: nvidia-kernel-dkms: Very slow in drawing windows

2011-04-17 Thread Patrik Uhrak
Package: nvidia-kernel-dkms
Version: 260.19.44-1
Severity: important

Hi,

I own Thinkpad T410 with nvidia quadro 310m. After installing Debian Wheezy
with kernel 2.6.38-2-amd64 and afterwards nvidia-kernel-dkms, I find it very
slow in drawing windows i.e. checking debian menu, switching between tabs in
terminal ... It affects everything actually. Any work in this state is a
painfull experience.

One more thing to mention. This is a fresh installation of OS. No changes has
been made yet.

I also found some warnings in xorg.log.0 ( which might help altough it is
probably hw related problem and has nothing to do with above mentioned problem
):
---
(WW) Apr 17 09:09:19 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself:
mode 1440x900
(WW) Apr 17 09:09:19 NVIDIA(0): is specified in the EDID; however, the
EDID's valid
(WW) Apr 17 09:09:19 NVIDIA(0): HorizSync range (51.751-55.802 kHz) would
exclude this
(WW) Apr 17 09:09:19 NVIDIA(0): mode's HorizSync (37.2 kHz); ignoring
HorizSync check for
(WW) Apr 17 09:09:19 NVIDIA(0): mode 1440x900.
(WW) Apr 17 09:09:19 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself:
mode 1440x900
(WW) Apr 17 09:09:19 NVIDIA(0): is specified in the EDID; however, the
EDID's valid
(WW) Apr 17 09:09:19 NVIDIA(0): HorizSync range (51.751-55.802 kHz) would
exclude this
(WW) Apr 17 09:09:19 NVIDIA(0): mode's HorizSync (37.2 kHz); ignoring
HorizSync check for
(WW) Apr 17 09:09:19 NVIDIA(0): mode 1440x900.
---

It works flawlessly with nouveau driver and because of that, it is the most
probably a bug in nvidia-kernel-260.19.44  provided by the package nvidia-
kernel-dkms.



!!! Thank you very much for all your effort to resolve this issue. !!!



-- Package-specific info:
uname -a:
Linux debian-thinkpad 2.6.38-2-amd64 #1 SMP Thu Apr 7 04:28:07 UTC 2011 x86_64
GNU/Linux

/proc/version:
Linux version 2.6.38-2-amd64 (Debian 2.6.38-3) (b...@decadent.org.uk) (gcc
version 4.4.5 (Debian 4.4.5-15) ) #1 SMP Thu Apr 7 04:28:07 UTC 2011

/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module  260.19.44  Sun Feb 27 22:41:03
PST 2011
GCC version:  gcc version 4.4.5 (Debian 4.4.5-15)

lspci 'VGA compatible controller [0300]':
01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [NVS 3100M]
[10de:0a6c] (rev a2) (prog-if 00 [VGA controller])
Subsystem: Lenovo Device [17aa:21d4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort-
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at cc00 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at ce00 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at 2000 [size=128]
[virtual] Expansion ROM at cd00 [disabled] [size=512K]
Capabilities: access denied
Kernel driver in use: nvidia

OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root   26 Apr 16 23:23 /etc/alternatives/libGL.so.1 -
/usr/lib/nvidia/libGL.so.1
lrwxrwxrwx 1 root root   28 Apr 16 23:23 /usr/lib/libGL.so.1 -
/etc/alternatives/libGL.so.1
lrwxrwxrwx 1 root root   26 Mar 17 06:39 /usr/lib/libnvidia-cfg.so.1 -
libnvidia-cfg.so.260.19.44
-rw-r--r-- 1 root root   132664 Feb 28 06:59 /usr/lib/libnvidia-
cfg.so.260.19.44
-rw-r--r-- 1 root root 27089296 Feb 28 06:56 /usr/lib/libnvidia-
glcore.so.260.19.44
-rw-r--r-- 1 root root 5936 Feb 28 06:58 /usr/lib/libnvidia-
tls.so.260.19.44

/usr/lib/nvidia:
total 6188
drwxr-xr-x   3 root root4096 Apr 16 23:22 .
drwxr-xr-x 179 root root   69632 Apr 17 01:10 ..
-rwxr-xr-x   1 root root1294 Feb 22 18:37 check-for-conflicting-opengl-
libraries
drwxr-xr-x   2 root root4096 Apr 16 23:22 diversions
lrwxrwxrwx   1 root root  18 Mar 17 06:39 libGL.so.1 - libGL.so.260.19.44
-rw-r--r--   1 root root  980368 Feb 28 06:56 libGL.so.260.19.44
lrwxrwxrwx   1 root root  19 Mar 17 06:39 libglx.so - libglx.so.260.19.44
-rw-r--r--   1 root root 5259592 Feb 28 06:58 libglx.so.260.19.44
-rwxr-xr-x   1 root root 441 Feb 22 18:37 pre-install

/usr/lib/nvidia/diversions:
total 888
drwxr-xr-x 2 root root   4096 Apr 16 23:22 .
drwxr-xr-x 3 root root   4096 Apr 16 23:22 ..
-rw-r--r-- 1 root root189 Mar 17 05:39 dummy.txt
lrwxrwxrwx 1 root root 12 Feb 16 12:04 libGL.so.1 - libGL.so.1.2
-rw-r--r-- 1 root root 477408 Feb 16 12:05 libGL.so.1.2
-rw-r--r-- 1 root root 414832 Feb 18 20:42 libglx.so

Files from nvidia-installer:



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

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

Versions of packages 

Bug#622757: wpasupplicant: Faulty ifupdown/functions.sh script?

2011-04-17 Thread Sedat Dilek
On Fri, Apr 15, 2011 at 1:17 PM, Kel Modderman k...@otaku42.de wrote:
 On Thu, 14 Apr 2011 10:50:30 PM Sedat Dilek wrote:
 Package: wpasupplicant
 Version: 0.7.3-2
 Severity: normal

 Hi,

 with wpasupplicant-0.7.3 entering Debian/sid my Internet connection is
 not established anymore.

 By replacing the ifupdown/functions.sh script from wpasupplicant
 (0.6.10-2.1) things are as used to.
 I haven't got the time to look deeper into this as it WorksForMe.

 I have collected all relevant material (/e/n/i), the files of
 ifupdown-dirs from 0.6.10 and 0.7.3 (see also the diffs) and added my
 dsc|diff files into the attached tarball.

 If this kind of matters I use systemd as sysvinit replacement and
 resolvconf helps for static-IP network setup.
 Furthermore, I have no ifplugd or suggested libengine-pkcs11-openssl 
 installed.

 If you have detailed instructions on how to investigate the issue,
 please let me know.

 Without reviewing any diff, it could be related to #622589

 Kel.


While playing with IO-less dirty throttling v7 patcheset I did fall
in some few cases in a WLAN connection which was not setup at startup.

I guess all trouble is due to fast parallelization (especially
systemd) and the non-existence of the socket-file.

The relevant part (until - do -done ) was removed in functions.sh
while upgrade 0.6.x - 0.7.x:
...
-   until [ -S $WPA_CTRL_DIR/$WPA_IFACE ]; do
-   if [ $WPA_SOCKET_WAIT -ge $MAX_WPA_SOCKET_WAIT ]; then
-   wpa_msg stderr ctrl_interface socket not
found at $WPA_CTRL_DIR/$WPA_IFACE
-   return 1
-   else
-   wpa_msg verbose waiting for
\$WPA_CTRL_DIR/$WPA_IFACE\:  \
-   $WPA_SOCKET_WAIT (max. $MAX_WPA_SOCKET_WAIT)
-   fi
-
-   WPA_SOCKET_WAIT=$(($WPA_SOCKET_WAIT + 1))
-   sleep 1
-   done
...

To summarize... all my efforts do not really work reliable at startup.
So, please fix this soon.

Thanks in advance.

- Sedat -



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



Bug#582864: status of uwsgi ITP?

2011-04-17 Thread Leonid Borisenko
  Hi Robert,

  Sorry for late reply.

On 07.04.2011 03:41, Robert Edmonds wrote:
 hi,
 
 what's the status of this ITP?
 
 i don't see anything that needs fixing before uploading to the archive,
 except perhaps for an update to the latest upstream release.

  You are right. Package is in error-free, working state. I'm just
pretty much stuck in reworking the package for new upstream release,
moving from 0.9.6.8 to 0.9.7.x (as 0.9.7.x introduces programming
language agnosticism, which I want to integrate into package structure,
and carries most of functionality out into plugins).

  Alexander GQ Gerasiov has re-established contact with me (concerning
this ITP) in February of 2011 (when there was no 0.9.7.x yet), but after
a few messages I've again lost in waiting for his reply.

  Are you interested in sponsorship? If so, I think, I can upload new
package (based on current 0.9.7.x release) for review in a two weeks or so.



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



Bug#623079: [INTL:da] Danish translation of the debconf templates resolvconf

2011-04-17 Thread Joe Dalton
Package: resolvconf
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/resolvconf$ msgfmt --statistics -c -v -o 
/dev/null da.po
da.po: 11 oversatte tekster.

bye
Joe# Danish translation resolvconf.
# Copyright (c) 2011 resolvconf  nedenstående oversættere.
# This file is distributed under the same license as the resolvconf package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
# resolver - klarlægger
#
msgid 
msgstr 
Project-Id-Version: resolvconf\n
Report-Msgid-Bugs-To: resolvc...@packages.debian.org\n
POT-Creation-Date: 2008-02-11 07:44+0100\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Prepare /etc/resolv.conf for dynamic updates?
msgstr Forbered /etc/resolv.conf for dynamiske opdateringer?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
The resolvconf package contains the infrastructure required for dynamic 
updating of the resolver configuration file. Part of the necessary 
infrastructure is a symbolic link from /etc/resolv.conf to /etc/resolvconf/
run/resolv.conf. If you choose this option then this link will be created; 
the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/
resolv.conf.d/original, and will be restored if this package is removed.
msgstr 
Pakken resolvconf indeholder infrastrukturen krævet for dynamisk 
opdatering af klarlæggerkonfigurationsfilen (»resolver«). En del af den 
nødvendige infrastruktur er en symbolsk henvisning fra /etc/resolv.conf 
til /etc/resolvconf/run/resolv.conf. Hvis du vælger denne indstilling, 
vil denne henvisning blive oprettet; den eksisterende /etc/resolv.conf- 
fil vil blive bevaret som /etc/resolvconf/resolv.conf.d/original og vil 
blive gendannet, hvis pakken fjernes.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Declining this option will prevent future installations from recreating the 
symbolic link and therefore the resolver configuration file will not be 
dynamically updated. Dynamic updating can then be activated following 
instructions in the README file.
msgstr 
Afslag af denne indstilling vil forhindre fremtidige installationer fra at 
genskabe den symbolske henvisning og derfor vil klarlæggerkonfigurationsfilen 
ikke blive dynamsik opdateret. Dynamisk opdatering kan så aktiveres 
ved at følge instruktionerne i README-filen.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
The presence of resolvconf can affect the behavior of other programs, so it 
should not be left installed if unconfigured.
msgstr 
Tilstedeværelsen af resolvconf kan påvirke opførelsen af andre programmer, 
så den bør ikke være installeret uden at være konfigureret.

#. Type: note
#. Description
#: ../templates:3001
msgid Network interfaces reconfiguration mandatory
msgstr Rekonfiguration af netværksgrænseflader er tvungen

#. Type: note
#. Description
#: ../templates:3001
msgid 
Once resolvconf is installed, interface configurers supply name server 
information to it (which it then makes available to the C library resolver 
and to DNS caches). However, they do this only when they bring up 
interfaces. Therefore for resolvconf's name server information to be up to 
date after initial installation it is necessary to reconfigure interfaces 
(that is, to take them down and then to bring them up again) and to restart 
DNS caches.
msgstr 
Når resolvconf er installeret, leverer grænsefladekonfiguratorer 
navneserverinformation til den (som den så gør tilgængelig for C-bibliotekets 
klarlægger og til DNS-mellemlagre). De gør dog kun dette, når de starter 
grænseflader op. For at resolvconfs navneserverinformation skal være opdateret 
efter den oprindelige installation, er det nødvendigt at rekonfigurere grænseflader 
(det vil sige at tage dem ned og starte dem op igen) og at genstarte 
DNS-mellemlagre.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Append original file to dynamic file?
msgstr Tilføj oprindelig fil til dynamisk fil?

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
If the original static resolver configuration file (/etc/resolv.conf) 
contains name server addresses, those addresses should be listed on \dns-
nameservers\ lines in /etc/network/interfaces. For more information, please 
consult the resolvconf(8) man page and the README file.
msgstr 
Hvis den oprindelige statiske klarlæggerkonfigurationsfil (/etc/resolv.conf) 
indeholder adresser for navneservere, så bør disse adresser være anført 
på »dns-nameservers«-linjer i /etc/network/interfaces. For yderligere 
information så konsulter venligst manualsiden resolvconf(8) og 
README-filen.

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
Until 

Bug#620018: Openstack Compute nova, Cactus release, Squeeze built available in our private repo

2011-04-17 Thread Thomas Goirand

- Original message -
 Le Sat, Apr 16, 2011 at 10:43:43AM +0800, Thomas Goirand a écrit :
  
  Again, if other DDs want to participate to this packaging effort, you'd
  be welcome. Especially, it seems that the current version of euca tools
  are broken (uec-publish-tarball got me stuck on my work for a week),
  and would need debugging.
 
 Hi Thomas,
 
 Debian's euca2ools package is definitely outdated.   Is the problem with
 uec-publish-tarball fixed in upstream's version 1.3.1 ?

I don't know, but I will check for it and try.

 I will be mostly unavailable for the next three weeks, with two business
 trips followed by vacations.

Me too for a week, but I think I will still find a
bit of time to work on it.

 So if you or anybody else would like to go
 ahead and update the package, you are most welcome !   I can add you to
 the pkg-eucalyptus group any time.

Thanks, I will join the group when I reach home
(I am replying from my mobile phone), and I will
definitely happily join the group and would like
to be added. FYI: I just need the euca2ools to
use them as EC2 clients for Openstack.

Cheers,

thomas

p.s: I will let you know when I did the alioth
group registration.




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



Bug#623080: ITP: polyglot -- Custom language loaders for specified file extensions

2011-04-17 Thread vasudev
Package: wnpp
Severity: wishlist
Owner: vasudev vasu...@vasudev.homelinux.net

* Package name: polyglot
  Version : 0.3.1
  Upstream Author : Clifford Heath cjhe...@rubyforge.org
* URL : http://polyglot.rubyforge.org
* License :  MIT
  Programming Lang: Ruby
  Description : Custom language loaders for specified file extensions

 Allows to write custom language loaders for specified file extensions
 to be hooked into require.
 .
 This supports the creation of DSLs having a syntax that is most
 appropriate to their purpose, instead of abusing the Ruby syntax.
 .
 Required files are attempted first using the normal Ruby loader,
 and if that fails, Polyglot conducts a search for a file having
 a supported extension.



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



Bug#623081: scolasync: typo in long description

2011-04-17 Thread Uwe Kleine-König
Package: scolasync
Version: 2.1-9
Severity: minor

Hello,

In the last sentence [...] the teachers can copy assignments to them
[the keys] ans retrieve consistently the homeworks from the usb sticks.
needs a s/ans/and/.

Best regards
Uwe

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (900, 'stable-updates'), (900, 'proposed-updates'), (900, 
'stable'), (800, 'testing-proposed-updates'), (800, 'testing'), (700, 
'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)

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



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



Bug#623082: libplayerdrivers3.0: uses an obsolete version of libpqxx

2011-04-17 Thread Eugene V. Lyubimkin
Package: libplayerdrivers3.0
Version: 3.0.2+dfsg-2.1+b1
Severity: normal


Hi,

Your package uses an obsolete version of libpqxx library version 2 (binary
package 'libpqxx-2.6.9ldbl'). It belongs to the section 'oldlibs' and is to be
removed from wheezy. Please port your application to libpqxx version 3
(development package libpqxx3-dev).

A high-level changelog: 
http://pqxx.org/development/libpqxx/browser/trunk/README-UPGRADE


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

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



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



Bug#623083: [INTL:da] Danish translation of the debconf templates fdutils

2011-04-17 Thread Joe Dalton
Package: fdutils
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/fdutils$ msgfmt --statistics -c -v -o /dev/null 
da.po
da.po: 3 oversatte tekster.

bye
Joe# Danish translation fdutils.
# Copyright (C) 2011 fdutils  nedenstående oversættere.
# This file is distributed under the same license as the fdutils package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
msgid 
msgstr 
Project-Id-Version: fdutils\n
Report-Msgid-Bugs-To: fdut...@packages.debian.org\n
POT-Creation-Date: 2008-01-09 21:08+0100\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should fdmount be installed 'setuid root'?
msgstr Skal fdmount installeres som »setuid root«?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
In order to enable ordinary users to mount a floppy disk, the fdmount 
program can be installed with the set-user-ID bit set, so that it will run 
with the permissions of the superuser.
msgstr 
For at normale brugere kan montere et diskettedrev kan programmet fdmount 
installeres med bitsættet set-user-ID, så det vil køre med rettighederne 
for superbrugeren.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Such a setting may have security implications in the case of vulnerabilities 
in fdmount's code.
msgstr 
En sådan indstilling kan have sikkerhedsmæssige konsekvenser, hvis der er 
sårbarheder i fdmounts kode.




Bug#623084: util-linux: start linux 2.6.38-2-486 failed at fsck step

2011-04-17 Thread Stéphane Blondon
Package: util-linux
Version: 2.17.2-9.1
Severity: important

I updated to the new kernel (2.6.38) and reboot the machine and the
boot process fail with this error:

Checking file systems... fsck from util-linux-ng 2.17.2
fsck.ext3: Device or resource busy while trying to open /dev/sdb6
Filesystem mounted or opened exclusively by another program?
fsck.ext3: Device or resource busy while trying to open /dev/sdb7
Filesystem mounted or opened exclusively by another program?
fsck.ext3: Device or resource busy while trying to open /dev/sdb5
Filesystem mounted or opened exclusively by another program?
fsck died with exit status 8
failed(code 8).

If I restart on 2.6.32, the problem doesn't appear.

Note that I had a problem more or less similar when loading 2.6.35
(see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585677). This
bug is _not_ solved.

The mount partition on working system:
stephane@degtyarov:~ $ uname -a
Linux degtyarov 2.6.32-3-486 #1 Thu Feb 25 05:35:13 UTC 2010 i686 GNU/Linux
stephane@degtyarov:~ $ mount
/dev/hda7 on / type ext3 (rw,errors=remount-ro,commit=0)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/hdb6 on /tmp type ext3 (rw,commit=0)
/dev/hdb7 on /var type ext3 (rw,commit=0)
/dev/hdb5 on /home type ext3 (rw,commit=0)
/dev/hda3 on /mnt/etendu type vfat (rw,codepage=950,gid=100)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
(rw,noexec,nosuid,nodev)

Is it possible that there is an error on hdb/sdb naming change?


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

Kernel: Linux 2.6.32-3-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages util-linux depends on:
ii  debconf [debconf-2.0]   1.5.38   Debian configuration management sy
ii  dpkg1.16.0.1 Debian package management system
ii  initscripts 2.88dsf-13.1 scripts for initializing and shutt
ii  install-info4.13a.dfsg.1-6   Manage installed documentation in
ii  libblkid1   2.17.2-9.1   block device id library
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libncurses5 5.7+20100313-5   shared libraries for terminal hand
ii  libselinux1 2.0.98-1 SELinux runtime shared libraries
ii  libslang2   2.2.2-4  The S-Lang programming library - r
ii  libuuid12.17.2-9.1   Universally Unique ID library
ii  lsb-base3.2-27   Linux Standard Base 3.2 init scrip
ii  tzdata  2011e-1  time zone and daylight-saving time
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  console-tools  1:0.2.3dbs-70 Linux console and font utilities
ii  dosfstools 3.0.9-1   utilities for making and checking
pn  util-linux-locales none(no description available)

-- debconf information:
  util-linux/noauto-with-nonzero-passnum:


-- 
Stéphane



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



Bug#620351: workaround

2011-04-17 Thread Mathieu Roy
Pissed off with this really annoying bug, I switched over amarok as shipped in 
experimental.
At the cost of a removal of the config (rm -f .kde/share/configf/amarok*), I 
end up with a setup that actually works.





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



Bug#623085: libssl1.0.0: illegal instruction on sparc64

2011-04-17 Thread Meelis Roos
Package: libssl1.0.0
Version: 1.0.0d-2
Severity: important


I was trying to understand why postfix postinst fails. It appeared that 
newaliases kas some problem, 
presumably with libdb5.1 by error messages. But looking closer with gdb, it 
appears there are illegal 
instructions from libcrypto-1.0.0. The system is 64-bit sparc, with V9 
instructions. Running a devel 
kernel but nothing else is misbehaving yet... will try with packaged kernel 
also.

root@murel:~# gdb /usr/bin/newaliases
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as sparc-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/newaliases...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/newaliases
[Thread debugging using libthread_db enabled]

Program received signal SIGILL, Illegal instruction.
0xf7daf28c in ?? () from /usr/lib/v9/libcrypto.so.1.0.0
(gdb) bt
#0  0xf7daf28c in ?? () from /usr/lib/v9/libcrypto.so.1.0.0
#1  0xf7daeefc in ?? () from /usr/lib/v9/libcrypto.so.1.0.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.39-rc3-00165-g0ebc115
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 libssl1.0.0 depends on:
ii  debconf [debconf-2.0]   1.5.38   Debian configuration management sy
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libssl1.0.0 recommends no packages.

libssl1.0.0 suggests no packages.

-- debconf information:
  libssl1.0.0/restart-failed:
  libssl1.0.0/restart-services:



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



Bug#622234: PolKit Segfault

2011-04-17 Thread Josselin Mouette
Le samedi 16 avril 2011 à 18:33 -0700, Garrett McLean a écrit :
 Just wanted to confirm that on a fresh wheezy install on amd64 having
 the same issue. Policy Kit segfaulting seems the likeliest culprit.
 Can provide more info if asked.

Yes, please provide a backtrace of the crashing process:
http://wiki.debian.org/HowToGetABacktrace

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



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


Bug#623086: python-apt: Please add support for python 2.7

2011-04-17 Thread shirish शिरीष
Package: python-apt
Version: 0.7.100.3
Severity: wishlist

*** Please type your report below this line ***
Hi,
 As per Wheezy Release goals, one of the release goals is to make
python 2.7 as default. Python-apt does not support python2.7 which in
turn makes packages such as apt-listchanges fail. #623077 as an e.g.
Looking forward to a new release.

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

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

Versions of packages python-apt depends on:
ii  apt [libapt-pkg4.10]  0.8.14.1   Advanced front-end for dpkg
ii  apt-utils [libapt-inst1.2]0.8.14.1   APT utility programs
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-2  GCC support library
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3
ii  python2.6.6-14   interactive high-level object-orie
ii  python-apt-common 0.7.100.3  Python interface to libapt-pkg (lo
ii  python2.6 2.6.6-8+b1 An interactive high-level object-o

Versions of packages python-apt recommends:
ii  iso-codes 3.25-1 ISO language, territory, currency,
ii  lsb-release   3.2-27 Linux Standard Base version report

Versions of packages python-apt suggests:
pn  python-apt-dbg   none  (no description available)
pn  python-apt-doc   none  (no description available)
ii  python-gtk2  2.17.0-4+b1 Python bindings for the GTK+ widge
ii  python-vte   1:0.24.3-2  Python bindings for the VTE widget

-- no debconf information
-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17



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



Bug#622757: wpasupplicant: Faulty ifupdown/functions.sh script?

2011-04-17 Thread Sedat Dilek
On Sun, Apr 17, 2011 at 10:29 AM, Sedat Dilek
sedat.di...@googlemail.com wrote:
 On Fri, Apr 15, 2011 at 1:17 PM, Kel Modderman k...@otaku42.de wrote:
 On Thu, 14 Apr 2011 10:50:30 PM Sedat Dilek wrote:
 Package: wpasupplicant
 Version: 0.7.3-2
 Severity: normal

 Hi,

 with wpasupplicant-0.7.3 entering Debian/sid my Internet connection is
 not established anymore.

 By replacing the ifupdown/functions.sh script from wpasupplicant
 (0.6.10-2.1) things are as used to.
 I haven't got the time to look deeper into this as it WorksForMe.

 I have collected all relevant material (/e/n/i), the files of
 ifupdown-dirs from 0.6.10 and 0.7.3 (see also the diffs) and added my
 dsc|diff files into the attached tarball.

 If this kind of matters I use systemd as sysvinit replacement and
 resolvconf helps for static-IP network setup.
 Furthermore, I have no ifplugd or suggested libengine-pkcs11-openssl 
 installed.

 If you have detailed instructions on how to investigate the issue,
 please let me know.

 Without reviewing any diff, it could be related to #622589

 Kel.


 While playing with IO-less dirty throttling v7 patcheset I did fall
 in some few cases in a WLAN connection which was not setup at startup.

 I guess all trouble is due to fast parallelization (especially
 systemd) and the non-existence of the socket-file.

 The relevant part (until - do -done ) was removed in functions.sh
 while upgrade 0.6.x - 0.7.x:
 ...
 -       until [ -S $WPA_CTRL_DIR/$WPA_IFACE ]; do
 -               if [ $WPA_SOCKET_WAIT -ge $MAX_WPA_SOCKET_WAIT ]; then
 -                       wpa_msg stderr ctrl_interface socket not
 found at $WPA_CTRL_DIR/$WPA_IFACE
 -                       return 1
 -               else
 -                       wpa_msg verbose waiting for
 \$WPA_CTRL_DIR/$WPA_IFACE\:  \
 -                               $WPA_SOCKET_WAIT (max. $MAX_WPA_SOCKET_WAIT)
 -               fi
 -
 -               WPA_SOCKET_WAIT=$(($WPA_SOCKET_WAIT + 1))
 -               sleep 1
 -       done
 ...

 To summarize... all my efforts do not really work reliable at startup.
 So, please fix this soon.

 Thanks in advance.

 - Sedat -


What about this fix?
( It works on startup and does not slow-down my boot-process with
systemd (approx. 18sec). )

- Sedat -

--- 0.7.3/functions.sh  2010-05-02 10:41:33.0 +0200
+++ functions.sh2011-04-17 10:38:21.621261733 +0200
@@ -279,10 +279,15 @@ init_wpa_supplicant () {
return 1
fi

-   if [ -n $WPA_SUP_OMIT_PIDFILE ]; then
-   wpa_msg verbose creating sendsigs omission pidfile:
$WPA_SUP_OMIT_PIDFILE
-   cat $WPA_SUP_PIDFILE  $WPA_SUP_OMIT_PIDFILE
-   fi
+   until [ -S $WPA_CTRL_DIR/$WPA_IFACE ]; do
+   if [ -n $WPA_SUP_OMIT_PIDFILE ]; then
+   wpa_msg verbose creating sendsigs omission
pidfile: $WPA_SUP_OMIT_PIDFILE
+   cat $WPA_SUP_PIDFILE  $WPA_SUP_OMIT_PIDFILE
+   else
+   wpa_msg stderr $WPA_SUP_BIN daemon could not
create sendsigs omission pidfile
+   return 1
+   fi
+   done
 }

 #

- EOT -



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



Bug#620788: mountnfs: rpcbind not started before nfs-common

2011-04-17 Thread Thomas Hager
 Perhaps this is better because /etc/init.d/portmap can be left behind
 if it isn't purged (this is also shorter):
and if you purged portmap (like i did), you have to change do_start():

--- mountnfs.dist   2011-04-17 10:46:12.0 +0200
+++ mountnfs2011-04-17 10:45:59.0 +0200
@@ -98,7 +98,7 @@
# and/or rpc.idmapd, and loads the right kernel modules if
# applicable) if we use Kerberos and/or NFSv4 mounts.
#
-   if [ $start_nfs = yes ]  [ -x /etc/init.d/portmap ]  [ -x 
/etc/init.d/nfs-common ]
+   if [ $start_nfs = yes ]  [ -x /etc/init.d/portmap -o -x 
/etc/init.d/rpcbind ]  [ -x /etc/init.d/nfs-common ]
then

hth,
tom.


-- 
Thomas Duke Hager   d...@sigsegv.at
GPG: 1024D/D27F858Chttp://www.sigsegv.at/gpg/duke.gpg
=
Never Underestimate the Power of Stupid People in Large Groups.




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


Bug#623087: [INTL:da] Danish translation of the debconf templates apt-dater

2011-04-17 Thread Joe Dalton
Package: apt-dater
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/apt-dater$ msgfmt --statistics -c -v -o /dev/null 
da.po
da.po: 2 oversatte tekster.

bye
Joe# Danish translation apt-dater.
# Copyright (C) 2011 apt-dater  nedenstående oversættere.
# This file is distributed under the same license as the apt-dater package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
msgid 
msgstr 
Project-Id-Version: apt-dater\n
Report-Msgid-Bugs-To: apt-da...@packages.debian.org\n
POT-Creation-Date: 2010-01-25 21:08+0100\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../apt-dater-host.templates:1001
msgid Enable automatic upgrades?
msgstr Aktiver automatiske opgraderinger?

#. Type: boolean
#. Description
#: ../apt-dater-host.templates:1001
msgid 
If you disable this option, you have to acknowledge every upgrade process 
for all hosts. The pro of it would be, that you will be aware of every 
action apt wants to do. The con is, that you have to attach every host on 
multiple upgrades and acknowledge every single host.
msgstr 
Hvis du deaktiverer denne indstilling, skal du bekræfte alle 
opgraderingsprocesser for alle værter. Fordelen ved dette er, at du er 
opmærksom på alle handlinger, som apt vil udføre. Ulempen er, at du skal 
tilføje hver vært ved flere opgraderinger og bekræfte hver eneste vært.


Bug#623088: linux-image-2.6.32-5-686: Kernel ACPI error repeated parsing wastes resources

2011-04-17 Thread Neil Jamieson
Package: linux-2.6
Version: 2.6.32-31
Severity: important

Running on Acer Aspire 5735Z.  No problems with running lenny, but since
upgrade to squeeze have repeated problems with repeated messages in messages
as below (just keep coming till I shutdown).  System markedly slower.  I can
usually avoid these by not running with battery and ac power on at same time.

Apr 15 18:57:10 debian kernel: [  296.316064] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)
Apr 15 18:57:10 debian kernel: [  296.316082] ACPI Error (psparse-0537): Method
parse/execution failed [\_SB_.AMW0.WMCA] (Node f6c178e8), AE_TIME
Apr 15 18:57:11 debian kernel: [  296.816069] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)
Apr 15 18:57:11 debian kernel: [  296.816088] ACPI Error (psparse-0537): Method
parse/execution failed [\_SB_.AMW0.WMCA] (Node f6c178e8), AE_TIME
Apr 15 18:57:12 debian kernel: [  298.316075] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)
Apr 15 18:57:12 debian kernel: [  298.316094] ACPI Error (psparse-0537): Method
parse/execution failed [\_SB_.AMW0.WMCA] (Node f6c178e8), AE_TIME
Apr 15 18:57:13 debian kernel: [  298.816063] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)
Apr 15 18:57:13 debian kernel: [  298.816082] ACPI Error (psparse-0537): Method
parse/execution failed [\_SB_.AMW0.WMCA] (Node f6c178e8), AE_TIME
Apr 15 18:57:14 debian kernel: [  300.316058] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)
Apr 15 18:57:14 debian kernel: [  300.316077] ACPI Error (psparse-0537): Method
parse/execution failed [\_SB_.AMW0.WMCA] (Node f6c178e8), AE_TIME
Apr 15 18:57:15 debian kernel: [  300.816062] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)
Apr 15 18:57:15 debian kernel: [  300.816079] ACPI Error (psparse-0537): Method
parse/execution failed [\_SB_.AMW0.WMCA] (Node f6c178e8), AE_TIME
Apr 15 18:57:16 debian kernel: [  301.912066] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)
Apr 15 18:57:16 debian kernel: [  301.912084] ACPI Error (psparse-0537): Method
parse/execution failed [\_SB_.PCI0.LPCB.EC0_.BAT0._BST] (Node f6c17120),
AE_TIME
Apr 15 18:57:16 debian kernel: [  301.912149] ACPI Exception: AE_TIME,
Evaluating _BST (20090903/battery-393)
Apr 15 18:57:17 debian kernel: [  302.412146] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)
Apr 15 18:57:17 debian kernel: [  302.412164] ACPI Error (psparse-0537): Method
parse/execution failed [\_SB_.PCI0.LPCB.EC0_.BAT0._BST] (Node f6c17120),
AE_TIME
Apr 15 18:57:17 debian kernel: [  302.412226] ACPI Exception: AE_TIME,
Evaluating _BST (20090903/battery-393)
Apr 15 18:57:17 debian kernel: [  302.912067] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)
Apr 15 18:57:17 debian kernel: [  302.912086] ACPI Error (psparse-0537): Method
parse/execution failed [\_SB_.AMW0.WMCA] (Node f6c178e8), AE_TIME
Apr 15 18:57:18 debian kernel: [  303.412055] ACPI Exception: AE_TIME, Returned
by Handler for [EmbeddedControl] (20090903/evregion-424)




-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-31) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Mar 8 21:36:00 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-5-686 root=UUID=3075c991-4f0e-40ed-b374-e57603f353a0 
ro quiet

** Not tainted

** Kernel log:
[7.396065] usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[7.396067] usb 8-2: Product: Acer Module
[7.396069] usb 8-2: Manufacturer: Broadcom Corp
[7.396157] usb 8-2: configuration #1 chosen from 1 choice
[7.452955] HDA Intel :00:1b.0: power state changed by ACPI to D0
[7.453011] HDA Intel :00:1b.0: power state changed by ACPI to D0
[7.453024] HDA Intel :00:1b.0: PCI INT A - GSI 21 (level, low) - IRQ 
21
[7.453073] HDA Intel :00:1b.0: setting latency timer to 64
[7.499361] Bluetooth: Core ver 2.15
[7.499421] NET: Registered protocol family 31
[7.499423] Bluetooth: HCI device and connection manager initialized
[7.499426] Bluetooth: HCI socket layer initialized
[7.517490] Bluetooth: Generic Bluetooth USB driver ver 0.6
[7.518454] usbcore: registered new interface driver btusb
[7.704120] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input9
[8.528296] Adding 9574392k swap on /dev/sda3.  Priority:-1 extents:1 
across:9574392k 
[9.008037] EXT3 FS on sda5, internal journal
[9.130011] loop: module loaded
[   63.144074] usb 6-1: USB disconnect, address 2
[   64.625030] usb 6-1: new low speed USB device using uhci_hcd and address 3
[   64.801891] usb 6-1: New USB device found, idVendor=045e, idProduct=0737
[   64.801895] usb 6-1: New 

Bug#623089: [INTL:da] Danish translation of the debconf templates gpsd

2011-04-17 Thread Joe Dalton
Package: gpsd
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/gpsd$ msgfmt --statistics -c -v -o /dev/null da.po
da.po: 12 oversatte tekster

bye
Joe# Danish translation gpsd.
# Copyright (C) 2011 gpsd  nedenstående oversættere.
# This file is distributed under the same license as the gpsd package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
msgid 
msgstr 
Project-Id-Version: gpsd\n
Report-Msgid-Bugs-To: g...@packages.debian.org\n
POT-Creation-Date: 2009-11-04 02:49+0100\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../gpsd.templates:1001
msgid Device the GPS receiver is attached to:
msgstr Enhed GPS-modtageren er tilsluttet:

#. Type: string
#. Description
#: ../gpsd.templates:1001
msgid 
Please enter the device the GPS receiver is attached to. It will probably be 
something like /dev/ttyS0 or /dev/ttyUSB0.
msgstr 
Indtast venligst enheden som GPS-modtageren er tilsluttet. Det er sikkert noget 
som /dev/ttyS0 eller /dev/ttyUSB0.

#. Type: string
#. Description
#: ../gpsd.templates:1001
msgid 
Multiple devices may be specified as a space-separated list. Leave empty if 
you don't want to connect gpsd to a device on boot or if you want to use 
device autodetection only.
msgstr 
Flere enheder kan angives som en mellemrumsadskilt liste. Efterlad tom hvis 
du ikke ønsker at forbinde gpsd til en enhed ved opstart eller hvis du 
ønsker kun at bruge automatisk detektering af enheder.

#. Type: boolean
#. Description
#: ../gpsd.templates:2001
msgid Start gpsd automatically?
msgstr Start gpsd automatisk?

#. Type: boolean
#. Description
#: ../gpsd.templates:2001
msgid If you accept this option, gpsd will be started automatically.
msgstr Hvis du accepterer denne indstilling, vil gpsd blive startet automatisk.

#. Type: string
#. Description
#: ../gpsd.templates:3001
msgid gpsd control socket path:
msgstr sti for gpsd-kontrolsokkel:

#. Type: string
#. Description
#: ../gpsd.templates:3001
msgid 
Please enter the gpsd control socket location. Usually you want to keep the 
default setting.
msgstr 
Indtast venligst placeringen for gpsd-kontrolsokkelen. Normalt vil standarden 
være at foretrække.

#. Type: string
#. Description
#: ../gpsd.templates:4001
msgid Options to gpsd:
msgstr Tilvalg for gpsd:

#. Type: string
#. Description
#: ../gpsd.templates:4001
msgid 
You can give additional arguments when starting gpsd; see gpsd(8) for a list 
of options.
msgstr 
Du kan angive yderligere argumenter, når du starter gpsd; se gpsd(8) for en 
liste af tilvalg.

#. Type: string
#. Description
#: ../gpsd.templates:4001
msgid Do not use '-F' here. The control socket path is set independently.
msgstr Brug ikke »-F« her. Stien for kontrolsokkelen angives uafhængigt.

#. Type: boolean
#. Description
#: ../gpsd.templates:5001
msgid Should gpsd handle attached USB GPS receivers automatically?
msgstr Skal gpsd håndtere tilsluttede USB GPS-modtagere automatisk?

#. Type: boolean
#. Description
#: ../gpsd.templates:5001
msgid 
As gpsd only handles GPS devices, it is safe to choose this option. However, 
you can disable it if gpsd is causing interference with other attached 
devices or programs.
msgstr 
Da gpsd kun håndterer GPS-enheder, er det sikkert at vælge denne indstilling. 
Du kan dog deaktivere den, hvis gpsd medfører interferens med andre tilsluttede 
enheder eller programmer.



Bug#623090: debian-maintainers: Please add Thomas Krennwallner as a Debian Maintainer

2011-04-17 Thread Thomas Krennwallner
Package: debian-maintainers
Severity: normal

Please add my key to the DM keyring. See attached jetring changeset.

Thanks,
TK

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

Kernel: Linux 2.6.38-8-generic-pae (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
Comment: Add Thomas Krennwallner tk...@kr.tuwien.ac.at as a Debian Maintainer
Date: Sun, 17 Apr 2011 11:07:25 +0200
Action: import
Recommended-By:
  Michael Tautschnig m...@debian.org
Agreement:
  http://lists.debian.org/debian-newmaint/2011/04/msg00025.html
Advocates:
  http://lists.debian.org/debian-newmaint/2011/04/msg00030.html
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  mQENBEuR+QoBCACe6nbt4867F3OTX80Iq8v94QORFvoPYTf2zf6zZ741ke/Y/ia0
  a1uMaWW//ksnhOB+lHtCj8BlA/6DIYlsxhqp5mh/EV76Xmsdf3kZf9HA0Qzz/0WY
  rvzgavCOhE18HJhhgTAWzl13yelh5RRkIqitS2mmuRoqpxBT70ngKIRIKWLutOYb
  y7/SOE1Rad14zJiMHowXTQu2XiJHa9wP/uis8WtAe3mIb8oqhijX7yMeMYDxb9S4
  Un3j0zTWOUw3QDtK82UC0cfm6lLQ12XT6AC6zh7lWBxouS4Trlt3nkOuKP8V68qD
  AfNRRqaA+pruQtg9+Pn3yjoRxA9bJ/hYUxExABEBAAG0MFRob21hcyBLcmVubndh
  bGxuZXIgKFRLKSA8dGtyZW5Aa3IudHV3aWVuLmFjLmF0PokBOAQTAQIAIgUCS5H5
  CgIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQi96qWVJ4SYPjlwf7BUsJ
  c3SHi7OO7dbD5cqsQsAlhW1kqDvYAYJD0Tqqhtbq2n2cI/pgt+8Ophrlg9Res1sB
  DdMxvDbgnvfK6TWeQkQoHFbkiOrl8QBKJ/mylYHdEbJJqF7pdSh4eUI30eRkPakQ
  bYHKPKafpYwNGqKxqduRpPHDA4QKAYXvI8+0fNiMnOak7P/n76YyllsgAFrTUyHf
  NxIUWSqnetp9cHrDm8jMFYC2u+7GZBQ3onKWk1zxbKJeiXZSuY1+oMCpGKxtz3Zu
  vDF8YI//KFfVECgVrTD7wS0YU4i1rNtypdosYmJKAIZJidnilXJn5AXXedB6AMQL
  rhYqfXw++bxnDhiShohGBBARCAAGBQJNpVYIAAoJEL8enR921SrEsO4An2Hbk8VW
  6vNTwcWcob3W49J31QdwAJ9Z7EtHjxAdj0ShlcbcTwycrvyrpLkBDQRLkfkKAQgA
  yax+3eyx3WPO84EkTFuzX0tQ+Sq3BG0jmfzKRvAL4S1izy6YPB1hgWBHZvNoAlre
  xrARbnyf/w8MdrVQLk+vLMbocSNkcsAH0bWddpcVU3RecizHoV3fP73iLNaubYUC
  2chlIAgJeihdieYywvXhGPGgYo9bvknW0h0T0yxCl+qnvDZJAOD0KGJLM485JYy5
  AY0yqEHQMSA/6CD1dJcQHJ+umcClWVf5kbXeH9BZOUk9c5N/mrJWyWodeYqxi+sY
  FsxYuwtmvZ8Q4Ht3MzQsDxGPvkCYJUXR3QrBW4o0Q47y2hZrn8hBQjw+bh37XhQS
  hNzbuYkd4ThTlz0k5Dac3QARAQABiQEfBBgBAgAJBQJLkfkKAhsMAAoJEIveqllS
  eEmDGDsH/2eTRSTAdtCKHQeVP8TTDPnYxkWYjd90QHZAD9qBObJRueJaKYLrK/B5
  guzI9fRo2ooA6JXBhYhJA1rFKWllCKWpUm+BS7VlA1IBPC1XA2k4C394p2zTPMEz
  R99tG1uVKRFIN1nCDJynYeCreQJrt6KSL0sNQEvcgT8qRu9IgV0y+TtBftVlcxnE
  dUE1U3Xbz9KSQvXDoW1L745O9c1Wn3pgIQJcZN/fogXZmoM2AMYvDbdmb5FUJKL4
  uUnvfq37oyi6RbqyiIr/Ky7qP23jaYV8aNXOKgYSKYhsmfHfw4ogkfNvBnU7+l5L
  7DDtDW8ytZPtbqLYpugg8z/pbjBPKJe5Ag0ETaPn7QEQAKTTCIB5YxbqX8Kv490z
  TryZyXgJppprfxuxLrHFea627Az9+C3/fASvy84Xxu2gABzrFq8W4UrU+Jt1uZw1
  ZB4uOW52Znea4IdTgN4Kei1NnM/zcE6ksaCTztHnmDxUGosSpCiDbj2pHpCtuASm
  I3fkwyUn5keyXw8E65+WPLlCyM9tYpRExi23Gn5vzyZK3ZWq46HNb7A0N1DGA6Ew
  mrQd04K+9Q5zUkNOhAEpHVetcQ+jXbbAnHzjYzCwqyH+za/kwRQGjud0EHDmgJdq
  mZOmmQNxRlcTuX4KCsCcDPl8HYUPa1FdkSYLayKxMA1c9BAyXA1ABURwcuc32hWo
  91QPrLMOH3045FYYDWomGYFYeXJxIQhXO8Wo95DOHJQB8854jbS4FWEvTJkE0mZE
  xGWT7ggrfNT24HMVLstoXzIp8Znct0Gz3zMdlpQ1yVvn14DXOJRuq1dHdvm33HiC
  ZKHpk82FW/pmfMetmhTWfSe90+OWjsAbibKV2sSs8LjTwDWKSmfT0XbUuidC5g0C
  FRLoB9pcAFurzCep64MZ3TNLW1gbGYtJAt7+IAYMljUDRupkra48wIU0sHrlGFWd
  kzB9ElKFnr8qmTgtVqR5ZqKV9v0c3KA7X1iA3PYrInUadmQSK/RouFnYO5X+L4hA
  JbD3lbYIYGo7cvosQcs+Nx65ABEBAAGJAR8EGAEIAAkFAk2j5+0CGwwACgkQi96q
  WVJ4SYOJpAf/cSWOSeirG3JURimrCChg8k3i5/9YFjtvwertt7sr7xWy2Qi0FxJp
  ibc6VjXhN/yRIkekn05kwZmkBmYI2LbbUsOvWPMEnzXwAixKl1Gc8SDHFrEHYXch
  Ce8HA7wYSHtXueJ2GdzIMDdXq7g8yKTrSSKQvhqa0UcoB2h7nwRiaRW78o0V7pkl
  V1P6n8HCY1gbIrobNUCaawGXXhkYP1StKTVhaZGjYyI0R41GiThMI42Fwyu9Dg0o
  OMpsleSq0SZrjG8rYlAsyZzOFXImCOlkV93mksRz0b8Om/9CK/sjP3z9DGPkykzH
  2bYcqUBVFbny1g1EtFVA8vKiMNCfS7BHRLkCDQRNo+jHARAAnMP/h25x0k1mOUTB
  5/7KKCO/6d2Tbl16IiUGqkfvqrHe6TpIH1uOLLp9WRzya4K9yFw45BuxU6ezE1O0
  ZmgMEqa/9uTFzs2BVsQRqgjFemtSSjGVF5xGj1t8kWHzYLQ5jkdbquGDyRRJyatP
  BatiMZjWtCZXxDGvx7XOxjDpSbH65Z1JSSuhgs5bGzGNvTA0LPZVrgv79VBH1iVL
  35pkAWRUGDKmIapIdkIx8ENqs2UzAGIergLY9ZRJafeN6LGtPkD/74diD2e99Z5j
  pwrBxIf9p22OkPbkifIkmX1ziZGTmnW9wy0bI7yIZJRNKa/9dRjJUfW37MS+qR9C
  55LA7khniHiMDmQlQ1GZ+SXFew5/cJWdXkXxvjZnd75boupR9o+Xlg4qIODz5uqS
  aZYE680ZpLcD6v80MEzYRioWnof49qLt7vpRxvvMjiQps4yUz2LuzPx+oT5uDEmP
  oim1dKFlinmedTUPq6SZxxTz6wLN0LqW8aG/5DecoNy5vK4zQEAAp3WZB/DJh3l6
  wpPGCFCd5lrBmquJEzDxtRJ+o0+uQzMIuOEaivvlo65jeuUKKlwooSg//yhpYZzf
  UA4gRdYweqOIOBW+RwYZuVA5vDdKV184KPYYFDHvL53g9MYfUEocafNTvnZW+cey
  vJCzPt/m9VpixDCABLhxPapMY58AEQEAAYkDPgQYAQgACQUCTaPoxwIbAgIpCRCL
  3qpZUnhJg8FdIAQZAQgABgUCTaPoxwAKCRAnl990pmaaqZlTD/9XLciO9u3Ddb+G
  Ekv+KcOU0p4aj30rj5zKgqNxjA1gZ/3VGjTTrAUy8g0TQDDBmKKgOr+KNeHjUXRT
  OFQZR28FoiYSCDVmRVNf5V5hGIzFHhDZMVX22BYBodYpex3ykEhZp6l732dkrxkE
  8wUkQn4k4SIETvvHYNUJPSOtUstTzR17xK0slrW/0zmxKosJlhZCAJ06qgrajpQa
  IyNtQ6PFmBtXO9cBDlpsHMi79sH78lMC/C0nVFBQkB+1lJ6kJfsqnCvJAUrhqXey
  

Bug#623091: [INTL:da] Danish translation of the debconf templates mimedefang

2011-04-17 Thread Joe Dalton
Package: mimedefang
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/mimedefang$ msgfmt --statistics -c -v -o 
/dev/null da.po
da.po: 2 oversatte tekster.

bye
Joe# Danish translation mimedefang.
# Copyright (C) 2011 mimedefang  nedenstående oversættere.
# This file is distributed under the same license as the mimedefang package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
msgid 
msgstr 
Project-Id-Version: mimedefang\n
Report-Msgid-Bugs-To: christoph.mar...@uni-mainz.de\n
POT-Creation-Date: 2008-03-11 14:58+0100\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should MIMEDefang use an embedded Perl interpreter? 
msgstr Skal MIMEDefang bruge en indlejret Perlfortolker? 

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Choosing this option is generally safe and will significantly improve 
performance. However, some systems do not support it. See mimedefang-
multiplexor(8) for more details on using an embedded Perl interpreter
msgstr 
Valg af denne indstilling er normalt sikker og vil væsentlig forbedre 
ydelsen. Nogle systemer understøtter dog ikke dette. Se mimedefang-
multiplexor(8) for yderligere detaljer om brug af en indlejret 
Perlfortolker.



Bug#623092: [INTL:da] Danish translation of the debconf templates moodle-book

2011-04-17 Thread Joe Dalton
Package: moodle-book
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/moodle-book$ msgfmt --statistics -c -v -o 
/dev/null da.po
da.po: 3 oversatte tekster.

bye
Joe# Danish translation moodle-book.
# Copyright (C) 2011 moodle-book  nedenstående oversættere.
# This file is distributed under the same license as the moodle-book package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
msgid 
msgstr 
Project-Id-Version: moodle-book\n
Report-Msgid-Bugs-To: moodle-b...@packages.debian.org\n
POT-Creation-Date: 2008-06-22 22:30+0200\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../templates:1001
msgid Warning - Book tables not created
msgstr Advarsel - bogtabeller er ikke oprettet

#. Type: note
#. Description
#: ../templates:1001
msgid 
You must close this dialog and let the installation finish. After that, you 
need to launch the following URL in your browser:
msgstr 
Du skal lukke denne dialog og lade installationen afslutte. Derefter skal du 
starte den følgende adresse op i din browser:

#. Type: note
#. Description
#: ../templates:1001
msgid http://localhost/moodle/admin;
msgstr http://localhost/moodle/admin;



Bug#621032: linux-2.6: please add armhf support

2011-04-17 Thread Hector Oron
Hi Vagrant,

On Sat, Apr 16, 2011 at 10:11:38PM -0700, Vagrant Cascadian wrote:
 ok, one last patch trimmed even more from the last, tested to work on the 
 efikamx smarttop with ethernet, mmc and serial console.

I have been working in parallel on another config, but have not yet tested.

I got some symbols that could be discussed and promoted to generic ARM config
or even to main config, some of them are commented out.

Vagrant could you cross check your config.mx5 with mine (which it is in the
state of Work-In-Progress), you got symbols selected which are already present
on the top level config or selected by other symbols.

Thanks and best regards,
  -- Hector Oron

P.S.-

config: (it is mainly a copy of armel one)

##
## file: arch/arm/Kconfig
##
## choice: ARM system type
# CONFIG_ARCH_REALVIEW is not set
## end choice
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y

##
## file: arch/arm/Kconfig.debug
##
CONFIG_DEBUG_LL=y
CONFIG_EARLY_PRINTK=y

##
## file: drivers/input/misc/Kconfig
##
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=m

##
## file: drivers/input/mouse/Kconfig
##
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_APPLETOUCH=m

##
## file: drivers/net/hamradio/Kconfig
##
CONFIG_BPQETHER=m
CONFIG_BAYCOM_SER_FDX=m
CONFIG_BAYCOM_SER_HDX=m
CONFIG_BAYCOM_PAR=m
CONFIG_BAYCOM_EPP=m
CONFIG_YAM=m

##
## file: drivers/net/wireless/ipw2x00/Kconfig
##
# CONFIG_IPW2100 is not set

##
## file: drivers/parport/Kconfig
##
#. Causes lockups on ARM (see #588164)
# CONFIG_PARPORT_PC is not set

##
## file: drivers/scsi/Kconfig
##
# CONFIG_BLK_DEV_3W__RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_HPTIOP is not set

##
## file: drivers/scsi/aic7xxx/Kconfig.aic79xx
##
# CONFIG_SCSI_AIC79XX is not set

##
## file: drivers/scsi/aic7xxx/Kconfig.aic7xxx
##
# CONFIG_SCSI_AIC7XXX is not set

##
## file: drivers/scsi/aic94xx/Kconfig
##
# CONFIG_SCSI_AIC94XX is not set

##
## file: drivers/scsi/megaraid/Kconfig.megaraid
##
# CONFIG_MEGARAID_SAS is not set

##
## file: drivers/scsi/qla2xxx/Kconfig
##
# CONFIG_SCSI_QLA_FC is not set

##
## file: drivers/scsi/qla4xxx/Kconfig
##
# CONFIG_SCSI_QLA_ISCSI is not set

##
## file: init/Kconfig
##
## choice: Kernel compression mode
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
CONFIG_KERNEL_LZMA=y
## end choice

##
## file: net/econet/Kconfig
##
CONFIG_ECONET_AUNUDP=y
CONFIG_ECONET_NATIVE=y



config.mx5:

##
## file: arch/arm/Kconfig
##
## choice: ARM system type
# CONFIG_ARCH_AAEC2000 is not set
# CONFIG_ARCH_INTEGRATOR is not set
# CONFIG_ARCH_REALVIEW is not set
# CONFIG_ARCH_VERSATILE is not set
# CONFIG_ARCH_AT91 is not set
# CONFIG_ARCH_CLPS711X is not set
# CONFIG_ARCH_EBSA110 is not set
# CONFIG_ARCH_EP93XX is not set
# CONFIG_ARCH_FOOTBRIDGE is not set
CONFIG_ARCH_MXC=y
# CONFIG_ARCH_NETX is not set
# CONFIG_ARCH_H720X is not set
# CONFIG_ARCH_IOP13XX is not set
# CONFIG_ARCH_IOP32X is not set
# CONFIG_ARCH_IOP33X is not set
# CONFIG_ARCH_IXP23XX is not set
# CONFIG_ARCH_IXP2000 is not set
# CONFIG_ARCH_IXP4XX is not set
# CONFIG_ARCH_KIRKWOOD is not set
# CONFIG_ARCH_ORION5X is not set
# CONFIG_ARCH_KS8695 is not set
# CONFIG_ARCH_NS9XXX is not set
# CONFIG_ARCH_PNX4008 is not set
# CONFIG_ARCH_PXA is not set
# CONFIG_ARCH_RPC is not set
# CONFIG_ARCH_SA1100 is not set
# CONFIG_ARCH_S3C2410 is not set
# CONFIG_ARCH_SHARK is not set
# CONFIG_ARCH_LH7A40X is not set
# CONFIG_ARCH_DAVINCI is not set
# CONFIG_ARCH_OMAP is not set
## end choice
#. These are not yet selected symbols.
#. CONFIG_IMX_HAVE_PLATFORM_IMX2_WDT=y
#. CONFIG_IMX_HAVE_PLATFORM_IMX_I2C=y
#. CONFIG_IMX_HAVE_PLATFORM_IMX_SSI=y
#. CONFIG_IMX_HAVE_PLATFORM_MXC_PWM=y

##
## file: arch/arm/plat-mxc/Kconfig
##
CONFIG_ARCH_MX5=y
##
## file: arch/arm/mach-mx5/Kconfig
##
CONFIG_MACH_MX51_EFIKAMX=y
# CONFIG_MACH_MX51_EFIKASB is not set
##
## file: arch/arm/mm/Kconfig
##
CONFIG_MMU=y
CONFIG_ARM_THUMB=y

#. Not selected
#. CONFIG_MXC_PWM=y
#. CONFIG_MXC_DEBUG_BOARD=y
#. CONFIG_MXC_ULPI=y

##
## file: arch/arm/common/Kconfig
##

##
## file: kernel/time/Kconfig
##
#. Need to check if this are needed or selected by other symbols.
#. CONFIG_NO_HZ=y
#. CONFIG_HIGH_RES_TIMERS=y

#. Need to cross-check with rtp if we need split regions.
CONFIG_VMSPLIT_3G=y
CONFIG_PAGE_OFFSET=0xC000
#. At top level CONFIG_HZ_250=y found
#. CONFIG_HZ=100

#. Force console from kernel cmdline
CONFIG_CMDLINE=console=ttymxc0,115200 console=tty1
#. cpufreq driver for i.MX CPU
CONFIG_CPU_FREQ_IMX=m
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
#. Proposed to bring to arm generic conf
CONFIG_KEXEC=y
CONFIG_ATAGS_PROC=y

##
## file: drivers/cpufreq/Kconfig
##
#. Missing dependency of CPU_FREQ?
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_IMX=m

#. Promote to toplevel
CONFIG_VFP=y
CONFIG_VFPv3=y

#. Enable NEON SIMD support
CONFIG_NEON=y

##
## file: fs/Kconfig.binfmt
##


Bug#622757: wpasupplicant: Faulty ifupdown/functions.sh script?

2011-04-17 Thread Sedat Dilek
On Sun, Apr 17, 2011 at 11:13 AM, Sedat Dilek
sedat.di...@googlemail.com wrote:
 On Sun, Apr 17, 2011 at 10:29 AM, Sedat Dilek
 sedat.di...@googlemail.com wrote:
 On Fri, Apr 15, 2011 at 1:17 PM, Kel Modderman k...@otaku42.de wrote:
 On Thu, 14 Apr 2011 10:50:30 PM Sedat Dilek wrote:
 Package: wpasupplicant
 Version: 0.7.3-2
 Severity: normal

 Hi,

 with wpasupplicant-0.7.3 entering Debian/sid my Internet connection is
 not established anymore.

 By replacing the ifupdown/functions.sh script from wpasupplicant
 (0.6.10-2.1) things are as used to.
 I haven't got the time to look deeper into this as it WorksForMe.

 I have collected all relevant material (/e/n/i), the files of
 ifupdown-dirs from 0.6.10 and 0.7.3 (see also the diffs) and added my
 dsc|diff files into the attached tarball.

 If this kind of matters I use systemd as sysvinit replacement and
 resolvconf helps for static-IP network setup.
 Furthermore, I have no ifplugd or suggested libengine-pkcs11-openssl 
 installed.

 If you have detailed instructions on how to investigate the issue,
 please let me know.

 Without reviewing any diff, it could be related to #622589

 Kel.


 While playing with IO-less dirty throttling v7 patcheset I did fall
 in some few cases in a WLAN connection which was not setup at startup.

 I guess all trouble is due to fast parallelization (especially
 systemd) and the non-existence of the socket-file.

 The relevant part (until - do -done ) was removed in functions.sh
 while upgrade 0.6.x - 0.7.x:
 ...
 -       until [ -S $WPA_CTRL_DIR/$WPA_IFACE ]; do
 -               if [ $WPA_SOCKET_WAIT -ge $MAX_WPA_SOCKET_WAIT ]; then
 -                       wpa_msg stderr ctrl_interface socket not
 found at $WPA_CTRL_DIR/$WPA_IFACE
 -                       return 1
 -               else
 -                       wpa_msg verbose waiting for
 \$WPA_CTRL_DIR/$WPA_IFACE\:  \
 -                               $WPA_SOCKET_WAIT (max. 
 $MAX_WPA_SOCKET_WAIT)
 -               fi
 -
 -               WPA_SOCKET_WAIT=$(($WPA_SOCKET_WAIT + 1))
 -               sleep 1
 -       done
 ...

 To summarize... all my efforts do not really work reliable at startup.
 So, please fix this soon.

 Thanks in advance.

 - Sedat -


 What about this fix?
 ( It works on startup and does not slow-down my boot-process with
 systemd (approx. 18sec). )

 - Sedat -

 --- 0.7.3/functions.sh  2010-05-02 10:41:33.0 +0200
 +++ functions.sh        2011-04-17 10:38:21.621261733 +0200
 @@ -279,10 +279,15 @@ init_wpa_supplicant () {
                return 1
        fi

 -       if [ -n $WPA_SUP_OMIT_PIDFILE ]; then
 -               wpa_msg verbose creating sendsigs omission pidfile:
 $WPA_SUP_OMIT_PIDFILE
 -               cat $WPA_SUP_PIDFILE  $WPA_SUP_OMIT_PIDFILE
 -       fi
 +       until [ -S $WPA_CTRL_DIR/$WPA_IFACE ]; do
 +               if [ -n $WPA_SUP_OMIT_PIDFILE ]; then
 +                       wpa_msg verbose creating sendsigs omission
 pidfile: $WPA_SUP_OMIT_PIDFILE
 +                       cat $WPA_SUP_PIDFILE  $WPA_SUP_OMIT_PIDFILE
 +               else
 +                       wpa_msg stderr $WPA_SUP_BIN daemon could not
 create sendsigs omission pidfile
 +                       return 1
 +               fi
 +       done
  }

  #

 - EOT -


Here a diff with adapted wpa_msg from 0.6.x-0.7.x diff and I added
debug-options with a comment.

Have fun!

- Sedat -
--- 0.7.3/functions.sh	2010-05-02 10:41:33.0 +0200
+++ functions.sh	2011-04-17 11:36:07.171501363 +0200
@@ -199,10 +199,15 @@ test_wpa_cli () {
 # -b	bridge interface name
 # -f	path to log file
 #
+# Debug options:
+# -d   Increase debugging verbosity (-dd even more).
+# -t   Include timestamp in debug messages.
+#
 init_wpa_supplicant () {
 	[ -n $WPA_SUP_CONF ] || return 0
 
 	local WPA_SUP_OPTIONS
+	# DEBUG: Add -ddt to run daemon in debug mode and include timestamp informations
 	WPA_SUP_OPTIONS=-s -B -P $WPA_SUP_PIDFILE -i $WPA_IFACE
 
 	if [ -n $WPA_ACTION_SCRIPT ]; then
@@ -279,10 +284,16 @@ init_wpa_supplicant () {
 		return 1
 	fi
 
-	if [ -n $WPA_SUP_OMIT_PIDFILE ]; then
-		wpa_msg verbose creating sendsigs omission pidfile: $WPA_SUP_OMIT_PIDFILE
-		cat $WPA_SUP_PIDFILE  $WPA_SUP_OMIT_PIDFILE
-	fi
+	until [ -S $WPA_CTRL_DIR/$WPA_IFACE ]; do
+		if [ -n $WPA_SUP_OMIT_PIDFILE ]; then
+			wpa_msg verbose creating sendsigs omission pidfile: $WPA_SUP_OMIT_PIDFILE
+			cat $WPA_SUP_PIDFILE  $WPA_SUP_OMIT_PIDFILE
+		else
+			wpa_msg verbose sendsigs omission pidfile not created
+			wpa_msg stderr ctrl_interface socket not found at $WPA_CTRL_DIR/$WPA_IFACE
+			return 1
+		fi
+	done
 }
 
 #


Bug#623093: [INTL:da] Danish translation of the debconf templates apticron

2011-04-17 Thread Joe Dalton
Package: apticron
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/apticron$ msgfmt --statistics -c -v -o /dev/null 
da.po
da.po: 2 oversatte tekster.

bye
Joe# Danish translation apticron.
# Copyright (C) 2011 apticron  nedenstående oversættere.
# This file is distributed under the same license as the apticron package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
msgid 
msgstr 
Project-Id-Version: apticron\n
Report-Msgid-Bugs-To: aptic...@packages.debian.org\n
POT-Creation-Date: 2009-08-14 21:50-0300\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../templates:1001
msgid E-Mail address(es) to notify:
msgstr E-post-adresser at underrette:

#. Type: string
#. Description
#: ../templates:1001
msgid 
Specify e-mail addresses, space separated, that should be notified of 
pending updates.
msgstr 
Angiv e-post-adresser, mellemrumsadskilt, som skal underrettes om 
afventende opdateringer.



Bug#623085: libssl1.0.0: illegal instruction on sparc64

2011-04-17 Thread Meelis Roos
 I was trying to understand why postfix postinst fails. It appeared that 
 newaliases kas some problem, 
 presumably with libdb5.1 by error messages. But looking closer with gdb, it 
 appears there are illegal 
 instructions from libcrypto-1.0.0. The system is 64-bit sparc, with V9 
 instructions. Running a devel 
 kernel but nothing else is misbehaving yet... will try with packaged kernel 
 also.

Actually, 2.6.38-2-sparc64 works with newaliases (no db errors) but the 
illegal instructions still happen. Maybe they are normal - expected and 
caught?

Anyway, the severity is not important. I do not know if it is a bug at 
all.

-- 
Meelis Roos (mr...@ut.ee)  http://www.cs.ut.ee/~mroos/



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



Bug#622309: udev: Network, sound and X input broken

2011-04-17 Thread rleigh
On Sun, Apr 17, 2011 at 01:37:27AM +0200, Marco d'Itri wrote:
 On Apr 16, rleigh rle...@codelibre.net wrote:
 
  Whether or not /run is a tmpfs or not is *irrelevant* to whether or
  not udev should use it.  The choice of filesystem is entirely up to
  the admin, and while the default is to use tmpfs, it is not udev's
  business to alter its behaviour depending on the filesystem in use
  at that location.  That's *utterly broken*.
 I consider it an acceptable tradeoff, I can remove the code when udev
 will depend on the new sysvinit.

The tradeoff here is that if /run is present, udev is broken.  That
is not acceptable.  You should not be using /run at all, unless you
have a versioned initscripts dependency.

  udev needs a dependency on initscripts, and then it can
  *unconditionally* make use of /run without relying on broken hacks.
 I have no plan to disable the /dev/.udev/ fallback unless it will be
 clearly proven that it cannot be viable (hint: the alternative is the
 daemon exiting with an error, which is supposed to be worse).

Having the fallback is fine.
But you can not use /run without a versioned initscripts dependency.

  You're trying to be too clever, and making assumptions that are
  not warranted.
 But so far you have not been able to show what I did wrong.
 I like to fix bugs, not symptoms.

I've shown you what the cause of the problem is.  I don't know exactly
what is broken.  I expect that it is, in part or in full, the broken
checks for /run.  The initscripts package is available in experimental.
You could install it and find out, please.  I'm not the udev expert
here, but you are.


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#623094: desktop-base: Please add GSettings default

2011-04-17 Thread Josselin Mouette
Package: desktop-base
Version: 6.0.7
Severity: wishlist

gnome-settings-daemon in experimental uses GSettings and not GConf to 
store its default.

Please apply the attached patch to handle it.

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

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

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

desktop-base recommends no packages.

Versions of packages desktop-base suggests:
ii  gnome 1:2.30+8   The GNOME Desktop Environment, wit

-- no debconf information

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling
Index: debian/control
===
--- debian/control	(révision 250)
+++ debian/control	(copie de travail)
@@ -5,7 +5,7 @@
 Uploaders: Loïc Minier l...@dooz.org,
Fathi Boudra f...@debian.org,
Yves-Alexis Perez cor...@debian.org
-Build-Depends: cdbs, debhelper (= 6)
+Build-Depends: cdbs (= 0.4.93), debhelper (= 8.1.3)
 # libusplash-dev, imagemagick, librsvg2-bin
 Standards-Version: 3.9.1
 Homepage: http://www.debian.org/devel/debian-desktop
Index: debian/gsettings-override
===
--- debian/gsettings-override	(révision 0)
+++ debian/gsettings-override	(révision 0)
@@ -0,0 +1,3 @@
+[org.gnome.desktop.background]
+picture-options='zoom'
+picture-uri='file:///usr/share/images/desktop-base/desktop-background'
Index: debian/changelog
===
--- debian/changelog	(révision 250)
+++ debian/changelog	(copie de travail)
@@ -1,3 +1,11 @@
+desktop-base (6.0.7) UNRELEASED; urgency=low
+
+  * Build-depend on recent cdbs+debhelper to have dh_installgsettings.
+  * debian/gsettings-override: set the default background using 
+GSettings.
+
+ -- Josselin Mouette j...@debian.org  Sun, 17 Apr 2011 11:24:02 +0200
+
 desktop-base (6.0.6) unstable; urgency=low
 
   * plymouth/spacefun:
Index: debian/source.lintian-overrides
===
--- debian/source.lintian-overrides	(révision 250)
+++ debian/source.lintian-overrides	(copie de travail)
@@ -1,2 +1,2 @@
-# we ignore ${Misc:Depends} because it would bring gconf
+# we ignore ${Misc:Depends} because it would bring gconf and dconf
 desktop-base source: debhelper-but-no-misc-depends desktop-base


Bug#623003: [Pkg-sysvinit-devel] Bug#623003: initscripts: checkfs fails with already mounted error after lenny to squeeze upgrade

2011-04-17 Thread Thorben
Hi Kel,

I have been looking further into this and I now see what's going on.

In short, I  have to apologise for the false bug report.

The long version of what happened follows:

For context, fstab:

proc/proc   procdefaults0 0
UUID=8cc10acc-3233-4ed3-ae07-a16c7feaf4e4 / ext2
defaults,noatime,errors=remount-ro 0 1

UUID=4b494be4-8d11-4024-9266-d5a972d4786a /usr ext3 defaults 0 1
UUID=1c088681-9628-4240-8e2c-6cf08a6a3570 /var ext3 defaults 0 2
UUID=ae27781c-0d8c-4b1d-8107-00b048984656 none swap sw 0 0
UUID=834624fb-c582-49e9-ad7f-4d01d1dce83f /keep ext3 defaults 0 2

UUID=2000c67a-06d3-43a3-a445-fd74a7b1f33c /keep/pele ext3 defaults 0 3
UUID=2f0ba551-f483-4478-861a-e2c63bcbb52f /home ext3 defaults 0 3


/keep   /srv/keep   nonerw,bind 0 0
/keep/pele  /srv/keep/pele  nonerw,bind 0 0


The other thing to know is that on this system has some disks are
connected via the USB bus. (It's an ALIX.2)
The boot disk is a small CF card. The rest of the system is on other
attached disks.

When I first setup the system some time ago, I had the problem of not
all disks being discovered before the boot process got to checkfs.
My solution back then was a S09pause in rcS with just sleep 10s in
it and to have usb_storage and friends in initrd. All disks would be
discovered before boot proceeded.

This weekend I upgrade to squeeze and the init process was changed to
a dependancy based one. The system no longer booted. checkfs
complained that it could not find any disks with the given UUID.
I found out that my S09pause would no longer be called, or at least
not in the right place.

I google for solutions, as you do...
I found one that did something with udev (a system I'm still not 100%
familiar with). So I deleted my S09pause and it seemed to work, but
boot broke again.

More googling and asking of questions in #debian on freenode, but no progress.

In the end I filed this report. (with hindsight erroneously)

Now we come to the present.

Based on your email, it became obvious to me that the udev solution
was not only mounting the USB partitions, but also those of the CF
disk. Giving the problem reported.

My new solution, which seems to work now:

I removed all the stuff installed into udev and put fstab back as given above
.
I have stuck a sleep 10s in /etc/init.d/rcS before the exec rc S call.

Since all USB modules were loaded in the initrd, and with rc-init
waiting 10 secs, all disks are discovered before boot proceeds.
It might not be the most elegant solution, but this system only ever
reboots on power failures and upgrades...

Thank you for your time.

Regards

Thorben


On 16 April 2011 23:19, Kel Modderman k...@otaku42.de wrote:
 On Sun, 17 Apr 2011 01:12:35 AM Thorben Jändling wrote:
 Package: initscripts
 Version: 2.88dsf-13.1
 Severity: critical
 Tags: squeeze
 Justification: breaks unrelated software

 After upgrade from lenny to squeeze my system no longer boots.
 Here is the boot up text:

 
 ---
 Synthesizing the initial hotplug events...done.
 Waiting for /dev to be fully populated...[    6.221138] input: PC Speaker as 
 /devices/platform/pcspkr/input/input0
 [    6.291937] AMD Geode RNG detected
 [    7.053147] padlock: VIA PadLock not detected.
 [    7.213202] geode-aes: GEODE AES engine enabled.
 [    7.299985] Error: Driver 'pcspkr' is already registered, aborting...
 [    7.554242] kjournald starting.  Commit interval 5 seconds
 [    7.603203] kjournald starting.  Commit interval 5 seconds
 [    7.686370] kjournald starting.  Commit interval 5 seconds
 [    7.692588] EXT3 FS on sdb3, internal journal
 [    7.697022] EXT3 FS on sdb2, internal journal
 [    7.701965] EXT3-fs: mounted filesystem with ordered data mode.
 [    7.707988] EXT3 FS on sdb5, internal journal
 [    7.712420] EXT3-fs: mounted filesystem with ordered data mode.
 [    7.718384] EXT3-fs: mounted filesystem with ordered data mode.

 Why are volumes being mounted at this point? What is the output of
 ls -1 /etc/rcS.d/, and content of /etc/fstab?

 Is there a custom udev rule in there auto-mounting volumes?

 Thanks, Kel.

 done.
 Activating swap...[    8.216609] Adding 497972k swap on /dev/sdb1.  
 Priority:-1 extents:1 across:497972k
 done.
 Checking root file system...fsck from util-linux-ng 2.17.2
 /: clean, 57717/137360 files, 316504/549360 blocks
 done.

 [    8.995602] leds_alix2: system is recognized as PC Engines ALIX.2
 [    9.027061] Registered led device: alix:1
 [    9.065850] Registered led device: alix:2
 Cleaning up ifupdown
 [    9.095594] Registered led device: alix:3
 Loading kernel modules...done.
 Setting up networking
 Activating lvm and md swap...done.
 Checking file systems...fsck from util-linux-ng 2.17.2
 /dev/sdb2 is mounted.  e2fsck: Cannot continue, aborting.


 /dev/sdb3 is mounted.  e2fsck: Cannot continue, aborting.


 /dev/sdb5 is mounted.  e2fsck: Cannot continue, aborting.


 fsck died with exit status 8
 failed (code 8).
 File system 

Bug#622649: linux-image-2.6.38-2-amd64: unable to enumerate USB device on port 6

2011-04-17 Thread Hans-J. Ullrich
Hi Jonathan,

thank you for building the kernel with the patch. I just tested it, but sadly 
I got the same problem again. So I think, Alan's patch does not generate the 
wished result.

To make sure, to get rid of old modules, i completely deinstalled all 2.6.38-
packages (image and header-files), but had no success.

Sorry for that! The bug is still existent.

However, your work helped me a lot, to test it fast.

Thanks!

Hans



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



Bug#623095: libts-0.0-0: [REGRESSION 1.0-7 = 1.0-8] selected device is not a touchscreen I understand on openmoko

2011-04-17 Thread Timo Juhani Lindfors
Package: libts-0.0-0
Version: 1.0-8
Severity: important

Steps to reproduce:
0) get access to an openmoko freerunner
1) sudo sh -c 'TSLIB_TSDEVICE=/dev/input/event1 ts_test'

Expected results:
1) ts_test can read the touchscreen

Actual results:
1) ts_test prints

selected device is not a touchscreen I understand

and uses all available cpu time.

More info:
1) I am using openmoko freerunner

2) This bug occurs if I upgrade libts-0.0-0 1.0-7 to 1.0-8 and stops
occuring if I downgrade back to 1.0-7.

3) Discussion from #openmoko-debian:

 McKael lindi-: I think my tslib is broken - your conf doesn't work here :/
 McKael I can't see why.  It seems that in testing and unstable there are the 
same xorg packages
 lindi- McKael: I think I just hit the bug after I rebooted :)
 McKael lindi-: Sorry to say that but -- Yesss, I'm not alone :))
 lindi- I don't reboot that often :)
 lindi- dist-upgrade would remove gpsd-clients libsdl1.2debian-alsa 
python-gtk2
 lindi- so this sounds like a bad day to do it
 lindi- well hmm, after second boot the bug does not occur :)
 McKael :o
 lindi- aha, it only goes to that state if it timeouts
 lindi- iiinteresting
 McKael what state?
 lindi- %CPU %MEMTIME+  COMMAND
 lindi- 97.8  4.6   0:11.02 Xorg
 lindi- no, I need to touch the screen
 lindi- then it goes to that state
 lindi- my last boot was Apr 9
 lindi- on Apr 13 I upgraded a bunch of packages: 
http://paste.debian.net/114294/
 lindi- 1) sudo X 2) touch the screenprints  selected device is not a 
touchscreen I understand and starts using 99% cpu
 lindi- McKael: I'm downgrading to xserver-xorg 1:7.6+5 now
 lindi- doesn't seem to help
 McKael selected device is not a touchscreen I understand is the message 
ts_calibrate/ts_test give me
 lindi- next I'll downgrade to libts-0.0-0 (1.0-7)
 lindi- now I don't get that message anymore
 lindi- so the bug occurs if you upgrade libts-0.0-0 (1.0-7) to libts-0.0-0 
(1.0-8)
 lindi- McKael: can you downgrade to   
http://snapshot.debian.org/archive/debian/20110402T212619Z/pool/main/t/tslib/libts-0.0-0_1.0-7_armel.deb
   and see if it fixes the problem for you as well?
 McKael I'm leaving but I don't think I can break it more so I'll give it a 
quick try
 lindi- :)
 lindi- McKael: apt-get upgrade will give you the old broken version back
 lindi- McKael: so downgrading one package should not be a problem
 McKael yep
 lindi- I'll file a bug report
 lindi- McKael: how did you use ts_test?
 McKael From ssh, after exporting TSLIB_TSDEVICE=/dev/input/event1
 lindi- thanks
 lindi- McKael: can I include the above discussion in the bug report?
 McKael lindi-: seems to work, with your conf file
 McKael lindi-: sure
 McKael lindi-: looks good, thanks, I'll be back later!
 lindi- -8 changelog does not have anything suspicious

4) Just for the completeness the paste.debian.org url contained

2011-04-13 10:30:34 upgrade base-files 6.1 6.3
2011-04-13 10:31:21 upgrade dpkg 1.15.8.10 1.16.0.1
2011-04-13 10:32:30 upgrade ncurses-bin 5.8+20110307-1 5.9-1
2011-04-13 10:33:15 upgrade sysvinit 2.88dsf-13.1 2.88dsf-13.2
2011-04-13 10:34:02 upgrade ncurses-base 5.8+20110307-1 5.9-1
2011-04-13 10:34:26 upgrade sysvinit-utils 2.88dsf-13.1 2.88dsf-13.2
2011-04-13 10:35:11 upgrade libgomp1 4.6.0-1 4.6.0-2
2011-04-13 10:35:13 upgrade libgfortran3 4.6.0-1 4.6.0-2
2011-04-13 10:35:18 upgrade gcc-4.6-base 4.6.0-1 4.6.0-2
2011-04-13 10:35:34 upgrade libgcc1 1:4.6.0-1 1:4.6.0-2
2011-04-13 10:35:53 upgrade libstdc++6 4.6.0-1 4.6.0-2
2011-04-13 10:36:18 upgrade udev 166-1 167-2
2011-04-13 10:36:42 upgrade libudev0 166-1 167-2
2011-04-13 10:37:00 upgrade keyboard-configuration 1.72 1.73
2011-04-13 10:37:05 upgrade popularity-contest 1.51 1.52
2011-04-13 10:37:11 upgrade apt 0.8.13 0.8.13.2
2011-04-13 10:38:20 upgrade libslang2 2.2.2-4 2.2.4-1
2011-04-13 10:38:48 upgrade sysv-rc 2.88dsf-13.1 2.88dsf-13.2
2011-04-13 10:40:33 upgrade initscripts 2.88dsf-13.1 2.88dsf-13.2
2011-04-13 10:41:40 upgrade libncurses5 5.8+20110307-1 5.9-1
2011-04-13 10:41:58 upgrade apt-utils 0.8.13 0.8.13.2
2011-04-13 10:42:05 upgrade iproute 20110107-2 20110315-1
2011-04-13 10:42:30 upgrade iputils-ping 3:20101006-1 3:20101006-1+b1
2011-04-13 10:42:33 upgrade isc-dhcp-client 4.1.1-P1-16 4.1.1-P1-16.1
2011-04-13 10:42:40 upgrade isc-dhcp-common 4.1.1-P1-16 4.1.1-P1-16.1
2011-04-13 10:42:45 upgrade libncursesw5 5.8+20110307-1 5.9-1
2011-04-13 10:42:50 upgrade libssl-dev 0.9.8o-5 1.0.0d-1
2011-04-13 10:43:15 upgrade libssl0.9.8 0.9.8o-5 0.9.8o-7
2011-04-13 10:43:21 upgrade man-db 2.5.9-4 2.6.0.1-1
2011-04-13 10:43:34 upgrade libdb4.6 4.6.21-17 4.6.21-18
2011-04-13 10:43:55 upgrade libgpm2 1.20.4-3.3 1.20.4-3.4
2011-04-13 10:43:57 upgrade libk5crypto3 1.9+dfsg-1 1.9+dfsg-1+b1
2011-04-13 10:44:01 upgrade libgssapi-krb5-2 1.9+dfsg-1 1.9+dfsg-1+b1
2011-04-13 10:44:05 upgrade libkrb5-3 1.9+dfsg-1 1.9+dfsg-1+b1
2011-04-13 10:44:11 upgrade libkrb5support0 1.9+dfsg-1 1.9+dfsg-1+b1
2011-04-13 10:44:14 upgrade libldap-2.4-2 2.4.23-7 2.4.25-1
2011-04-13 

Bug#623096: photofilmstrip: Rendering ends in IOError

2011-04-17 Thread Uwe Kleine-König
Package: photofilmstrip
Version: 1.4.0-1
Severity: normal

Hello,

when starting to render a filmstrip , I got a error window with the
following backtrace:

IOError: [Errno 32] Broken pipe
Traceback (most recent call last):
  File /usr/share/photofilmstrip/core/RenderEngine.py, line 231, in Start
self.__Start(pics)
  File /usr/share/photofilmstrip/core/RenderEngine.py, line 186, in __Start
if not self.__ProcAndFinal(img, pathRects[transCountBefore:-transCount]):
  File /usr/share/photofilmstrip/core/RenderEngine.py, line 108, in 
__ProcAndFinal
self.__aRenderer.ProcessFinalize(img)
  File /usr/share/photofilmstrip/core/renderer/MovieRenderer.py, line 63, in 
ProcessFinalize
image.save(self._procEncoder.stdin, JPEG)
  File /usr/lib/python2.6/dist-packages/PIL/Image.py, line 1439, in save
save_handler(self, fp, filename)
  File /usr/lib/python2.6/dist-packages/PIL/JpegImagePlugin.py, line 471, in 
_save
ImageFile._save(im, fp, [(jpeg, (0,0)+im.size, 0, rawmode)])
  File /usr/lib/python2.6/dist-packages/PIL/ImageFile.py, line 499, in _save
s = e.encode_to_file(fh, bufsize)
IOError: [Errno 32] Broken pipe

I don't know which informations to provide other than that, so please
ask if need be.

Best regards
Uwe

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (900, 'stable-updates'), (900, 'proposed-updates'), (900, 
'stable'), (800, 'testing-proposed-updates'), (800, 'testing'), (700, 
'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages photofilmstrip depends on:
ii  mencoder2:1.0~rc3++final.dfsg1-1 MPlayer's Movie Encoder
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-imaging  1.1.7-2  Python Imaging Library
ii  python-wxgtk2.8 2.8.10.1-3+b1wxWidgets Cross-platform C++ GUI t

photofilmstrip recommends no packages.

photofilmstrip 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#623097: iceweasel: high CPU usage by Xorg on page loading when Tabs on Top are off

2011-04-17 Thread Dmitriy.trt
Package: iceweasel
Version: 4.0-3
Severity: normal

CPU usage by Xorg process is very high while page is loading (constantly about
50-80%) if option Tabs on Top is off (by default it is on). You can change
this option in context menu of any panel. Disabling tab loading animation by
editing userChrome.css solves problem completely. It is reproducable on clean
profile of iceweasel. I've downloaded Firefox directly from Mozilla and bug is
not reproducable on it.

I'm using GNOME Desktop Environment (only part of it actually), Nvidia
proprietary drivers from debian package (version 270.30), and I have no
compositing enabled.



-- Package-specific info:

-- Plugins information
Name: DivX Browser Plug-In
Location: /usr/lib/mozilla/plugins/gecko-mediaplayer-dvx.so
Package: gecko-mediaplayer
Status: enabled

Name: QuickTime Plug-in 7.6.4
Location: /usr/lib/mozilla/plugins/gecko-mediaplayer-qt.so
Package: gecko-mediaplayer
Status: enabled

Name: RealPlayer 9
Location: /usr/lib/mozilla/plugins/gecko-mediaplayer-rm.so
Package: gecko-mediaplayer
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: Windows Media Player Plug-in
Location: /usr/lib/mozilla/plugins/gecko-mediaplayer-wmp.so
Package: gecko-mediaplayer
Status: enabled

Name: mplayerplug-in is now gecko-mediaplayer 0.9.9.2
Location: /usr/lib/mozilla/plugins/gecko-mediaplayer.so
Package: gecko-mediaplayer
Status: enabled


-- Addons package information
ii  gecko-mediapla 0.9.9.2-1  Multimedia plug-in for Gecko browsers

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

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

Versions of packages iceweasel depends on:
ii  debianutils   3.4.4  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.5.2-4  GCC support library
ii  libgdk-pixbuf2.0-02.23.3-1   GDK Pixbuf library
ii  libglib2.0-0  2.28.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.3-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.7-2NetScape Portable Runtime Library
ii  libstdc++64.5.2-4The GNU Standard C++ Library v3
ii  procps1:3.2.8-10 /proc file system utilities
ii  xulrunner-2.0 2.0-3  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
pn  mozplugger  none   (no description available)
pn  ttf-lyx | latex-xft-fonts   none   (no description available)
pn  ttf-mathematica4.1  none   (no description available)
pn  xfonts-mathml   none   (no description available)
pn  xprint  none   (no description available)

Versions of packages xulrunner-2.0 depends on:
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libatk1.0-0 1.32.0-1+sid1The ATK accessibility toolkit
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.4.6-1  simple interprocess messaging syst
ii  libevent-1.4-2  1.4.13-stable-1  An asynchronous event notification
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.5.2-4GCC support library
ii  libgdk-pixbuf2.0-0  2.23.3-1 GDK Pixbuf library
ii  libglib2.0-02.28.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.24.3-1 The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.14-4 spell checker and morphological an
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmozjs4d  2.0-3The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.7-2  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.9-2 Network Security Service libraries
ii  libpango1.0-0   1.28.3-6 Layout and rendering of internatio
ii  libpixman-1-0   0.21.4-2 pixel-manipulation library for X a
ii  libreadline66.1-3GNU readline and history libraries
ii  libsqlite3-03.7.5-1  SQLite 3 

Bug#210757: Fixed in OpenSSL 1.0.0?

2011-04-17 Thread David Maus
Hi,

Not sure but this problem might have been fixed in OpenSSL 1.0.0.

The CHANGES file of OpenSSL reads:

  *) Overhaul of by_dir code. Add support for dynamic loading of CRLs so
 new CRLs added to a directory can be used. New command line option
 -verify_return_error to s_client and s_server. This causes real errors
 to be returned by the verify callback instead of carrying on no matter
 what. This reflects the way a real world verify callback would behave.
 [Steve Henson]

After openssl was updated from 0.9.8 to 1.0.0d on Debian Testing a
connection to a server with -verifiy 0 fails:

dmaus@x60s ~/downloads/openssl-1.0.0d % openssl s_client -host imap.gmail.com 
-port 993 -verify 0
verify depth is 0
CONNECTED(0004)
depth=1 C = US, O = Google Inc, CN = Google Internet Authority
verify error:num=20:unable to get local issuer certificate
verify return:0
3075614872:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate 
verify failed:s3_clnt.c:1059:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 1659 bytes and written 7 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol  : SSLv3
Cipher: 
Session-ID: 2FA72DF43480C0FA6915471620298C1B1F669D3B4542A985EDF9137C9FF95234
Session-ID-ctx:
Master-Key:
Key-Arg   : None
PSK identity: None
PSK identity hint: None
Start Time: 1303035213
Timeout   : 7200 (sec)
Verify return code: 0 (ok)
---
1 dmaus@x60s ~/downloads/openssl-1.0.0d %

The -verify_return_error argument is not documented in the man-page
(or the help output) and I haven't found a way to turn it off.

Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. dm...@ictsoc.de


pgpcpJW0EqXRa.pgp
Description: PGP signature


Bug#280882: Any progress on nsgml desupport?

2011-04-17 Thread Helge Kreutzmann
Hello,
is there any progress, or any trial version with (experimental)
progress on this?

Thanks for maintaining po4a!

Greetings

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


signature.asc
Description: Digital signature


Bug#623098: initscripts: doesn't handle downgrading (dpkg: warning: unable to delete old directory '/run': Device or resource busy)

2011-04-17 Thread Jonathan Nieder
Package: initscripts
Version: 2.88dsf-13.4
Severity: wishlist

Hi,

I installed initscripts from experimental.  All seems fine (and fairly
sane; thanks!), but I haven't rebooted and I'm a bit of afraid to
since there is no sign udev is fixed yet.  So time to downgrade:

 # cupt install initscripts/sid
 Parsing Found/Fixed information... Done
 dpkg: warning: downgrading initscripts from 2.88dsf-13.4 to 2.88dsf-13.2.
 (Reading database ... 141278 files and directories currently installed.)
 Preparing to replace initscripts 2.88dsf-13.4 (using 
.../initscripts_2.88dsf-13.2_amd64.deb) ...
 Unpacking replacement initscripts ...
 dpkg: warning: unable to delete old directory '/run': Device or resource busy
 Setting up initscripts (2.88dsf-13.2) ...
 Installing new version of config file /etc/init.d/bootmisc.sh ...
 Installing new version of config file /etc/init.d/checkfs.sh ...
 [...]

Indeed, /run still exists.

Especially during this time of experimentation, it would be nice (but
certainly not required) if prerm + postrm made sure allow upgrades
back to the pre-/run state worked gracefully.



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



Bug#623075: [Debichem-devel] Bug#623075: Please package jmol 12.1 into experimental

2011-04-17 Thread Michael Banck
Hi,

On Sun, Apr 17, 2011 at 09:41:35AM +0200, Vincent Fourmond wrote:
   I'm currently packaging jalview, 

Cool! Getting jalview packages was actually one of the major points why
I wanted to get jmol into the archive.

 who relies on jmol internally. Unfortunately, it embeds the newer jmol
 12.1, and depends on interfaces only found in that version, and not in
 the 12.0 one.
 
   Could you please package that version for experimental ? I'm ready
 to join in to help if needs be !

I've uploaded 12.1.42 to experimental (without much testing though), let
me know if that works for you or if you need additional things or fixes.


Cheers,

Michael



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



Bug#583398: opening files from thunar does not work, wrong path arguement in smplayer.desktop?

2011-04-17 Thread Ibragimov Rinat
It's definitely bug in smplayer. But it seems Thunar 1.2 
executes smplayer as if 'smplayer %F' was specified, not 
'smplayer %U'. It can be verified with  'ps aux'. As you
can see there is full path instead of URI.

I just tried to run
'smplayer 
file:///home/rinat/%D0%92%D0%B8%D0%B4%D0%B5%D0%BE/Twitter%20-%20Murder%20Bittorrent%20Deploy%20System.mp4'
Doesn't work.


Bug#622916: libdb4.7-dev: please reinstate -ldb support

2011-04-17 Thread Ondřej Surý
On Sat, Apr 16, 2011 at 06:11, Niko Tyni nt...@debian.org wrote:
 retitle 622916 libdb4.7-dev: please reinstate -ldb support
 severity 622916 wishlist
 thanks

 On Fri, Apr 15, 2011 at 11:29:21PM +0200, Ondřej Surý wrote:
 Niko, could you change the linking from -ldb to -ldb-4.7 instead? The
 linkable .so file is provided by libdb4.7 package.

 Ah, I didn't really think this through. Sorry for the severity
 inflation and thanks for the patch.

No problem.

 Still, I dislike having to apply this. Given a move to db4.8 is much
 less risky than 5.x, should we do that for the time being or are you
 going to do the same thing to libdb4.8-dev next?

I would like to do this to db4.8 too (but much much later on).

Anyway I don't think the move from 4.7 to 4.8 is any less riskier than
move from 4.7 to 5.1. The 4.x vs 5.x is nothing more than inability to
have 4.10 version number. Both require log format upgrade - See:
http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html

 I just wanted to make linking to libdb-4.7 explicit, not to prevent
 linking at all.

 I don't really see the advantage. The maintainers of the dependant
 packages are (hopefully) already aware of the transition, why the need
 to push them? Are you worried that new packages pick db4.7 by accident?

Well, my reasoning is that if you want to depend on specific bdb
version, you need to be able to link with that specific version.

 I see at least memcachedb, radiusd-livingston, drac, squidguard, and
 nvi now FTBFS. While they are probably all trivially fixable, this seems
 like work for work's sake.

I'll be happier to prepare patches for all those packages rather than
reintroducing -ldb :).

 However I gladly revert the change if it will be too big obstacle.

 Please do.

I'll revert the change for now and I will prepare more detailed
schedule when I will reintroduce this move, so all packages can
prepare.

Ondrej
-- 
Ondřej Surý ond...@sury.org



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



Bug#623019: [Pkg-acpi-devel] Bug#623019: acpi battery 'discharging at zero rate'

2011-04-17 Thread Michael Meskes
reassign 623019 linux-image-2.6
thanks

 It doesn't appear to be a bug in g-p-m, and perhaps not even in upower 
 but in acpi. This is the proof:
 
 $ acpi
 Battery 0: Discharging, 99%, discharging at zero rate - will 
 never fully discharge.
 
 Sometime later I rerun same command
 
 $ acpi Battery 0: Discharging, 90%, discharging at zero rate - will 
 never fully discharge.

No, the only thing you've proven is that the kernel interface doesn't list the
rate anymore. Thus the acpi tool cannot display it. With the same problem
occuring in g-p-m it doesn't seem to be a bug in acpi though.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#623099: python-py: not importable with Python 2.7

2011-04-17 Thread Jakub Wilk

Package: python-py
Version: 1.3.4-1
Severity: important
User: debian-pyt...@lists.debian.org
Usertags: python2.7

As a consequence of #575377, py is not importable with python2.7.  
Rebuilding the package with no source changes will fix this bug.


--
Jakub Wilk



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



Bug#623100: zoneminder: Waiting for capture daemon. No image capturing.

2011-04-17 Thread Christoph Haas
Package: zoneminder
Version: 1.24.2-8
Severity: normal

Zoneminder worked well for me in Debian Lenny but now with Squeeze lets
me down. After purging the package, removing the database, wiping
/var/cache/zoneminder and reinstalling Zoneminder runs with one remote
camera in mocord mode. The process I see running are:

6828 pts/2S  0:00 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
6851 pts/2S  0:00 /usr/bin/zmc -m 1
6854 pts/2S  0:00 /usr/bin/zma -m 1
6857 pts/2S  0:00 /usr/bin/perl -wT /usr/bin/zmfilter.pl
6860 pts/2S  0:00 /usr/bin/perl -wT /usr/bin/zmaudit.pl -c
6863 pts/2S  0:00 /usr/bin/perl -wT /usr/bin/zmwatch.pl

At this time already the /var/log/syslog start to look like this:

Apr 17 12:49:38 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:39 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:40 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:41 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:42 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:43 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:44 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:45 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:46 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:47 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:48 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:49 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:50 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:51 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:52 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:53 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:54 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:55 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:56 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:57 myserver zma_m1[6854]: WAR [Waiting for capture daemon]
Apr 17 12:49:58 myserver zma_m1[6854]: WAR [Waiting for capture daemon]

In this state I'm not getting any motion recording. I can't even see the
video when clicking on the monitor's name in the dashboard.

In the Apache error log I see:

[Sun Apr 17 13:07:15 2011] [error] [client 10.13.0.2] PHP Deprecated:  Function 
ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 
818, referer: http://myserver/zm/index.php
[Sun Apr 17 13:07:15 2011] [error] [client 10.13.0.2] PHP Deprecated:  Function 
ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 
823, referer: http://myserver/zm/index.php
[Sun Apr 17 13:07:15 2011] [error] [client 10.13.0.2] PHP Deprecated:  Function 
ereg() is deprecated in /usr/share/zoneminder/includes/functions.php on line 
828, referer: http://myserver/zm/index.php
[Sun Apr 17 13:07:18 2011] [error] [client 10.13.0.2] socket_sendto( 
/tmp/zms-450418s.sock ) failed: No such file or directory, referer: 
http://myserver/zm/index.php?view=watchmid=1

The file /tmp/zms-450418s.sock does not exist.

The software is currently unusable for me. Help welcome.

 Christoph


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

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

Versions of packages zoneminder depends on:
ii  apache22.2.16-6+squeeze1 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [a 2.2.16-6+squeeze1 Apache HTTP Server - traditional n
ii  ffmpeg 4:0.5.2-6 multimedia player, server and enco
ii  libapache2-mod-php55.3.3-7+squeeze1  server-side, HTML-embedded scripti
pn  libarchive-tar-perlnone(no description available)
ii  libarchive-zip-perl1.30-3Perl module for manipulation of ZI
ii  libavcodec52   4:0.5.2-6 ffmpeg codec library
ii  libavformat52  4:0.5.2-6 ffmpeg file format library
ii  libavutil494:0.5.2-6 ffmpeg utility library
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libdate-manip-perl 6.11-1module for manipulating dates
ii  libdevice-serialport-p 1.04-2+b1 emulation of Win32::SerialPort for
ii  libdirac-encoder0  1.0.2-3   open and royalty free high quality
ii  libgcc11:4.4.5-8 GCC support library
ii  libgnutls262.8.6-1   the GNU TLS library - runtime libr
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libjs-mootools 1.2.4.0~debian1-1 compact JavaScript framework
ii  

Bug#623101: [INTL:da] Danish translation of the debconf templates netselect

2011-04-17 Thread Joe Dalton
Package: netselect
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/netselect$ msgfmt --statistics -c -v -o /dev/null 
da.po
da.po: 3 oversatte tekster.

bye
Joe# Danish translation netselect.
# Copyright (C) 2011 netselect  nedenstående oversættere.
# This file is distributed under the same license as the netselect package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
msgid 
msgstr 
Project-Id-Version: netselect\n
Report-Msgid-Bugs-To: netsel...@packages.debian.org\n
POT-Creation-Date: 2009-02-26 07:37+0100\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should netselect be installed setuid root?
msgstr Skal netselect installeres som setuid-root?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Netselect can be installed with the set-user-id bit set, so that it will run 
with the permissions of the \root\ user. Since netselect needs these 
permissions to work properly, unprivileged users cannot run it unless it is 
installed this way.
msgstr 
Netselect kan installeres med bitsættet for set-user-id, så den vil blive kørt 
med rettighederne for »root-brugeren«. Da netselect skal bruge disse 
rettigheder for at virke korrekt, kan uprivilegerede brugere ikke køre den 
med mindre den installeres på denne måde.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Enabling this feature may be a security risk. If in doubt, it is suggested 
to leave it disabled.
msgstr 
Aktivering af denne funktion kan udgøre en sikkerhedsrisiko. Hvis du er i 
tvivl, anbefales det at efterlade den deaktiveret.



Bug#623102: [INTL:da] Danish translation of the debconf templates libphp-adodb

2011-04-17 Thread Joe Dalton
Package: libphp-adodb
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/libphp-adodb$ msgfmt --statistics -c -v -o 
/dev/null da.po
da.po: 3 oversatte tekster.

bye
Joe# Danish translation libphp-adodb.
# Copyright (C) 2011 libphp-adodb  nedenstående oversættere.
# This file is distributed under the same license as the libphp-adodb package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
msgid 
msgstr 
Project-Id-Version: libphp-adodb\n
Report-Msgid-Bugs-To: camrd...@gmail.com\n
POT-Creation-Date: 2006-11-22 00:09-0800\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../templates:1001
msgid WARNING: include path for php has changed!
msgstr ADVARSEL: include-sti for php har ændret sig!

#. Type: note
#. Description
#: ../templates:1001
msgid 
libphp-adodb is no longer installed in /usr/share/adodb. New installation 
path is now /usr/share/php/adodb.
msgstr 
libphp-adodb er ikke længere installeret i /usr/share/adodb. Ny 
installationssti er nu /usr/share/php/adodb.

#. Type: note
#. Description
#: ../templates:1001
msgid 
Please update your php.ini file. Maybe you must also change your web-server 
configuraton.
msgstr 
Opdater venligst din php-ini-fil. Måske skal du også ændre din internetservers 
konfiguration.


Bug#623103: [INTL:da] Danish translation of the debconf templates spip

2011-04-17 Thread Joe Dalton
Package: spip
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

joe@joe-desktop:~/over/debian/spip$ msgfmt --statistics -c -v -o /dev/null da.po
da.po: 2 oversatte tekster.

bye
Joe# Danish translation spip.
# Copyright (C) 2011 spip  nedenstående oversættere.
# This file is distributed under the same license as the spip package.
# Joe Hansen joedalt...@yahoo.dk, 2011.
#
msgid 
msgstr 
Project-Id-Version: spip\n
Report-Msgid-Bugs-To: spip-maintain...@lists.alioth.debian.org\n
POT-Creation-Date: 2007-05-30 02:31+0200\n
PO-Revision-Date: 2011-04-17 17:30+01:00\n
Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: multiselect
#. description
#: ../templates:1001
msgid Web server(s) to configure automatically:
msgstr Internetservere at konfigurere automatisk:

#. Type: multiselect
#. description
#: ../templates:1001
msgid 
Please select the web server(s) that should be configured automatically for 
spip.
msgstr 
Vælg venligst de internetservere som skal konfigureres automatisk for 
spip.



Bug#623104: RFP: jamvm -- A tiny blue book compatible Java virtual machine

2011-04-17 Thread Mark Hobley
Package: wnpp
Severity: wishlist

* Package name: jamvm
  Version : 1.5.4
  Upstream Author : Robert Lougher
* URL : http://jamvm.sourceforge.net/
* License : GPL
  Programming Lang: C
  Description : A tiny blue book compatible Java virtual machine

This is an extremely small blue book compatible Java virtual machine.





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




Bug#623105: New upstream version 1.0.0 released.

2011-04-17 Thread Kan-Ru Chen
Package: pcmanx-gtk2
Version: 0.3.9-2
Severity: wishlist

Hi,

New upstream version 1.0.0 has been released.

The upstream web site moved to http://code.google.com/p/pcmanx-gtk2

Regards,
Kanru



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



Bug#613336: Please upload new upstream version 18.1.1

2011-04-17 Thread Sylvain Beucler
Updated patch for 18.1.1.

Fixes a missing dependency 'dconf-gsettings-backend' that prevented
from saving preferences.

-- 
Sylvain
diff -u ../t/deja-dup-14.2/debian//changelog debian//changelog
--- ../t/deja-dup-14.2/debian//changelog	2011-04-17 13:42:26.0 +0200
+++ debian//changelog	2011-04-17 09:35:23.0 +0200
@@ -1,3 +1,14 @@
+deja-dup (18.1.1-1) unstable; urgency=low
+
+  [ Sylvain Beucler ]
+  * New upstream version (Closes: #613336)
+  * Precise dependency version for libglib2.0-dev (requires new
+'glib-compile-schemas' tool)
+  * Bump dependency to libgtk2.0-dev to 2.18
+  * Bump dependency to libnotify-dev to 0.7
+
+ -- Jose Carlos Garcia Sogo js...@debian.org  Sun, 17 Apr 2011 09:34:58 +0200
+
 deja-dup (14.2-1) unstable; urgency=low
 
   * New upstream release
diff -u ../t/deja-dup-14.2/debian//control debian//control
--- ../t/deja-dup-14.2/debian//control	2011-04-17 13:42:26.0 +0200
+++ debian//control	2011-04-17 13:28:31.0 +0200
@@ -7,12 +7,12 @@
intltool,
debhelper (= 5),
pkg-config,
-   libglib2.0-dev,
-   libgtk2.0-dev (= 2.12),
+   libglib2.0-dev (= 2.25.3),
+   libgtk2.0-dev (= 2.18),
libgconf2-dev,
libgnomeui-dev,
libgnome-keyring-dev,
-   libnotify-dev,
+   libnotify-dev (= 0.7),
libunique-dev,
libnautilus-extension-dev,
gnome-doc-utils (= 0.3.2),
@@ -27,7 +27,8 @@
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  duplicity (= 0.6.07),
-	 gvfs-fuse
+	 gvfs-fuse,
+	 dconf-gsettings-backend
 Recommends: python-boto (= 0.9d), ssh-client | openssh-client
 Suggests: util-linux (= 2.13)
 Description: Backup utility
Seulement dans debian/: source


Bug#622309: udev: Network, sound and X input broken

2011-04-17 Thread Marco d'Itri
On Apr 17, rleigh rle...@codelibre.net wrote:

 The tradeoff here is that if /run is present, udev is broken.  That
It is not supposed to, and so far you are the only one who reported this.
Are you sure that you do not have a /run/udev on the underlying root
filesystem?

 But you can not use /run without a versioned initscripts dependency.
You keep saying so, but except for an alleged bug you have not really
explained why other that I decided you have to do this.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#622309: udev: Network, sound and X input broken

2011-04-17 Thread rleigh
On Sun, Apr 17, 2011 at 01:16:49PM +0200, Marco d'Itri wrote:
 On Apr 17, rleigh rle...@codelibre.net wrote:
 
  The tradeoff here is that if /run is present, udev is broken.  That
 It is not supposed to, and so far you are the only one who reported this.
 Are you sure that you do not have a /run/udev on the underlying root
 filesystem?

There is no /run/udev on the root filesystem; I've checked, and it
is entirely empty.

However, even if there was, udev should not break as a result.

Also, the reason I'm reporting it is because I'm the one who wrote
the /run support for initscripts and tested it extensively.  Other
people won't have the new initscripts installed by default yet--I'm
telling you what is currently broken which other people haven't
encountered yet (but will once it moves from experimental to testing).

  But you can not use /run without a versioned initscripts dependency.
 You keep saying so, but except for an alleged bug you have not really
 explained why other that I decided you have to do this.

Yes, I have.  It's detailed on the wiki page, and I've tried to
explain several times.

/run is provided by initscripts on install as part of the package
contents as an empty directory.  It must be provided at this point
because at boot the rootfs might be read only.
/run does not get anything mounted on it until initscripts has
been configured (the postinst is run).
As a result, /run can't be used until initscripts has been configured.
If the udev daemon is restarted between initscripts being unpacked
and configured (which is quite possible for a squeeze→wheezy upgrade),
let alone for a normal upgrade, then things will break.

Your check for a tmpfs is badly broken.  Firstly, it might not be
a tmpfs.  It might be a bind mount.  It might be another sort of
filesystem.  It might be a chroot environment, in which case you
will cripple the host system when you move the contents of /dev/.udev
into the chroot.

Your check for a writable /run is also broken.  If you add the
versioned dependency on initscripts, all these problems go away.
/run will be guaranteed to be present, and you can use it without
needing all these buggy checks.  If you want to fall back on /dev/.udev
for safety, then do this:

 - add a versioned dependency on initscripts to ensure /run is present
   and usable
 - check if /run is writable (create and remove a temporary file) and
   fall back if it is not.  Unless the system is badly broken, this
   check will always succeed.

Checking if /run is writable on its own is broken, because you might
well find something is going to be mounted over the top shortly after,
making your files inaccesible.  The initscripts dependency ensures
this does not happen.  Checking if /run is a tmpfs or some other
particular filesystem does not protect against this--it's an assumption
that may well not turn out to be true in the future, or if someone
alters their system from the defaults.  Only the initscripts dependency
ensures /run is set up (that's its job), and saves you the need to
implement what are essentially guesses about what the system is capable
of, and as we are seeing are often incorrect.  We added the /run
setup in the initscripts postinst specifically to allow reliable and
easy migration to /run for other packages, and without it you are not
getting reliable results (and the udev breakage is a prime example of
why not doing this is a bad idea).

So, suggestion for fixing:

- add a versioned initscripts dependency
- in postinst, don't migrate files to /run if in a chroot
- in initscript, check if /run is writable, else fall back to /dev/.udev;
  nothing else is needed with the initscripts dependency

This will ensure a reliable, smooth transition without breakage.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#623075: [Debichem-devel] Bug#623075: Please package jmol 12.1 into experimental

2011-04-17 Thread Vincent Fourmond
On Sun, Apr 17, 2011 at 12:49 PM, Michael Banck mba...@debian.org wrote:
 On Sun, Apr 17, 2011 at 09:41:35AM +0200, Vincent Fourmond wrote:
   I'm currently packaging jalview,

 Cool! Getting jalview packages was actually one of the major points why
 I wanted to get jmol into the archive.

  I have (hopefully) only one more glitch to fix before jalview can be uploaded.

 who relies on jmol internally. Unfortunately, it embeds the newer jmol
 12.1, and depends on interfaces only found in that version, and not in
 the 12.0 one.

   Could you please package that version for experimental ? I'm ready
 to join in to help if needs be !

 I've uploaded 12.1.42 to experimental (without much testing though), let
 me know if that works for you or if you need additional things or fixes.

  Wow, that's what I call fast !

  Many thanks !

  Vincent



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



Bug#622880: Little issue in a bibtex style

2011-04-17 Thread Hilmar Preuße
On 16.04.11 Julien PUYDT (julien.pu...@laposte.net) wrote:
 Le 16/04/2011 19:03, Hilmar Preuße a écrit :

Hi,

 I got input from the maintainer (Nicolas Markey):
 
 quot
 Both can be accepted, depending on the conventions you use (but
 admittedly the comment should correspond to what the style does).
 
 Here are examples where In (which actually is the latin word) is
 recommended:
 
 http://www.inrp.fr/editions/revues/revue-francaise-de-pedagogie/consignes-aux-auteurs
 http://revues.refer.org/telechargement/fiche-bibliographie.pdf
 /qoute
 
 Strange... I chose plain-FR precisely because I was annoyed that my
 bibliography wasn't in french, so it's a little annoying that I end
 up with latin ;-)
 
 Furthermore the fact that the comment says something and the code
 does otherwise is odd.
 
Please be so kind to discuss this with the maintainer: Nicolas Markey
mar...@lsv.ens-cachan.fr . If he's not willing to change the
translation at least the comment should be fixed. I don't know much
about bibtex styles, maybe it is possible to introduce an option and
to use either In or Dans.

I'm sorry: I don't speak French and can't contribute here.

Hilmar
-- 
sigmentation fault



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



Bug#623106: weather crash conky

2011-04-17 Thread dny
Package: conky 1.8.0

when i insert this line to .conkyrc, it crashed after running for 2 minutes.
when i remove it, conky works without problem.

#${color slate grey}Cengkareng:$color ${weather
http://weather.noaa.gov/pub/data/observations/metar/stations/ WIII
temperature}C${color slate grey} - Pekanbaru:$color ${weather
http://weather.noaa.gov/pub/data/observations/metar/stations/ WIBB
temperature}C${color slate grey}



... they look but do not see and hear but do not listen or understand. Mat
13:13
... but that which cometh out of the mouth, this defileth a man.   Mat 15:11


Bug#623107: Unable to run plug-in file-jpeg (/usr/lib/gimp/2.0/plug-ins/file-jpeg)

2011-04-17 Thread Alessandro Sardone
Package: gimp
Version: 2.6.10-1
Severity: normal

When I open many jpeg files (almost ten for three times, but the bug is random
when I open many images) I obtain this error: Unable to run plug-in file-jpeg
(/usr/lib/gimp/2.0/plug-ins/file-jpeg) and, in Italian: Esecuzione di fork non
riuscita (Impossibile allocare della memoria). I cannot anymore open jpeg
files. I have to close and restart Gimp to work again.



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

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

Versions of packages gimp depends on:
ii  gimp-data  2.6.10-1  Data files for GIMP
ii  libaa1 1.4p5-38  ascii art library
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbabl-0.0-0  0.0.22-1  Dynamic, any to any, pixel format 
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libexif12  0.6.19-1  library to parse EXIF files
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  libgegl-0.0-0  0.0.22-2+b1   Generic Graphics Library
ii  libgimp2.0 2.6.10-1  Libraries for the GNU Image Manipu
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libhal10.5.14-3  Hardware Abstraction Layer - share
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  liblcms1   1.18.dfsg-1.2+b3  Color management library
ii  libmng11.0.10-1+b1   Multiple-image Network Graphics li
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libpoppler-glib4   0.12.4-1.2PDF rendering library (GLib-based 
ii  librsvg2-2 2.26.3-1  SAX-based renderer library for SVG
ii  libtiff4   3.9.4-5+squeeze1  Tag Image File Format (TIFF) libra
ii  libwebkit-1.0-21.2.7-0+squeeze1  Web content engine library for Gtk
ii  libwmf0.2-70.2.8.4-6.1+b1Windows metafile conversion librar
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.5-1 X11 miscellaneous 'fixes' extensio
ii  libxmu62:1.0.5-2 X11 miscellaneous utility library
ii  libxpm41:3.5.8-1 X11 pixmap library
ii  python 2.6.6-3+squeeze6  interactive high-level object-orie
ii  python-gtk22.17.0-4  Python bindings for the GTK+ widge
ii  python-support 1.0.10automated rebuilding support for P
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

gimp recommends no packages.

Versions of packages gimp suggests:
ii  ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
pn  gimp-data-extrasnone   (no description available)
pn  gimp-help-en | gimp-helpnone   (no description available)
ii  gvfs-backends   1.6.4-3  userspace virtual filesystem - bac
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio

-- 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#623108: x11-xserver-utils: [xmodmap] reassigning AltGr no longer works

2011-04-17 Thread Benjamin
Package: x11-xserver-utils
Version: 7.6+2
Severity: normal


I’m using the Neo layout with the right Alt key remapped as Control_R:

$ setxkbmap -model pc105 -layout de -variant neo
$ xmodmap -e 'remove Mod3 = ISO_Level5_Shift'
$ xmodmap -e 'keycode 108 = Control_R'
$ xmodmap -e 'add Control = Control_R'

This worked for the last few months. Now the first and second xmodmap command
give me these not very helpful errors:

X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  118 (X_SetModifierMapping)
  Value in failed request:  0x17
  Serial number of failed request:  11
  Current serial number in output stream:  11


xev output for AltGr BEFORE any xmodmap command:

KeyPress event, serial 50, synthetic NO, window 0x2a1,
root 0x1ad, subw 0x0, time 5071904, (527,525), root:(1241,546),
state 0x0, keycode 108 (keysym 0xfe11, ISO_Level5_Shift), same_screen YES,
XKeysymToKeycode returns keycode: 94
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 50, synthetic NO, window 0x2a1,
root 0x1ad, subw 0x0, time 5072032, (527,525), root:(1241,546),
state 0x20, keycode 108 (keysym 0xfe11, ISO_Level5_Shift), same_screen YES,
XKeysymToKeycode returns keycode: 94
XLookupString gives 0 bytes: 
XFilterEvent returns: False


xev output for AltGr AFTER the above xmodmap commands:

KeyPress event, serial 51, synthetic NO, window 0x2a1,
root 0x1ad, subw 0x0, time 5228657, (527,525), root:(1241,546),
state 0x0, keycode 108 (keysym 0xffe4, Control_R), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 51, synthetic NO, window 0x2a1,
root 0x1ad, subw 0x0, time 5228784, (527,525), root:(1241,546),
state 0x0, keycode 108 (keysym 0xffe4, Control_R), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False




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

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

Versions of packages x11-xserver-utils depends on:
ii  cpp   4:4.5.2-2  The GNU C preprocessor (cpp)
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libice6   2:1.0.7-1  X11 Inter-Client Exchange library
ii  libx11-6  2:1.4.3-1  X11 client-side library
ii  libxau6   1:1.0.6-1  X11 authorisation library
ii  libxaw7   2:1.0.9-2  X11 Athena Widget library
ii  libxcursor1   1:1.1.11-1 X cursor management library
ii  libxext6  2:1.2.0-2  X11 miscellaneous extension librar
ii  libxi62:1.4.2-1  X11 Input extension library
ii  libxmu6   2:1.1.0-1  X11 miscellaneous utility library
ii  libxmuu1  2:1.1.0-1  X11 miscellaneous micro-utility li
ii  libxrandr22:1.3.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra
ii  libxt61:1.1.1-1  X11 toolkit intrinsics library
ii  libxxf86vm1   1:1.1.1-1  X11 XFree86 video mode extension l

x11-xserver-utils recommends no packages.

Versions of packages x11-xserver-utils suggests:
pn  cairo-5c  none (no description available)
pn  nicklenone (no description available)
ii  xorg-docs-core1:1.6-1Core documentation for the X.org X

-- 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#623111: [kradio4] Intenet radio in other format than MP3 doesn't work

2011-04-17 Thread Francesco Muzio

Package: kradio4
Version: 4.0.2-2
Severity: normal

If I try to listen a radio in another format (AAC, Ogg Vorbis for 
example) kradio crash with a segmentation fault


Some example of radio that doesn't work with kradio are listed here
http://absolute80s.com/listen/online/

But these format are supported by the application, a dialog box allow to 
choose to force the appropiate decoder (the forced choosen doesn't 
resolve the problem)



--- System information. ---
Architecture: i386
Kernel: Linux 2.6.38

Debian Release: wheezy/sid
500 testing ftp.it.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
kdebase-runtime | 4:4.4.5-1
libasound2 ( 1.0.18) | 1.0.23-2.1
libavformat52 (= 4:0.6-1~) | 4:0.6.2-1
OR libavformat-extra-52 (= 4:0.6-1~) |
libc6 (= 2.1.3) | 2.11.2-11
libgcc1 (= 1:4.1.1) | 1:4.6.0-2
libglib2.0-0 (= 2.12.0) | 2.28.4-1
libkde3support4 (= 4:4.3.4) | 4:4.4.5-3
libkdecore5 (= 4:4.4.0) | 4:4.4.5-3
libkdeui5 (= 4:4.3.4) | 4:4.4.5-3
libkio5 (= 4:4.3.4) | 4:4.4.5-3
libkparts4 (= 4:4.3.4) | 4:4.4.5-3
liblircclient0 | 0.9.0~pre1-1
libmms0 (= 0.4) | 0.6.2-2
libogg0 (= 1.0rc3) | 1.2.0~dfsg-1
libqt4-dbus (= 4:4.5.3) | 4:4.7.2-3
libqt4-network (= 4:4.5.3) | 4:4.7.2-3
libqt4-qt3support (= 4:4.5.3) | 4:4.7.2-3
libqt4-svg (= 4:4.5.3) | 4:4.7.2-3
libqt4-xml (= 4:4.5.3) | 4:4.7.2-3
libqtcore4 (= 4:4.6.1) | 4:4.7.2-3
libqtgui4 (= 4:4.5.3) | 4:4.7.2-3
libsndfile1 (= 1.0.20) | 1.0.24-1
libstdc++6 (= 4.1.1) | 4.6.0-2
libvorbisenc2 (= 1.1.2) | 1.3.2-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



Bug#623110: k3b destroys burn-device

2011-04-17 Thread Geronimo
Package: k3b
Version: 2.0.1-2
Severity: important

Normally I manually reduce write speed and always use the slowest possible 
speed. Then I forgot to change that item and startet to write a dvd iso file.
After initial calculcations the spindle accelerated and did not stop 
accelerating. It sounded like the motor must burst - then the PC rebootet.
When system came up again, the burn device dissappeared as soon as I start a 
burn job. The media is useless, as the burn-job has been startet, but not 
completed.
When the burn job aborts, the device disappeared and k3b claims, that the 
system has no burn-device.

The (now dead) burn device was a Plextor PX-800A.

So I changed the burn device to a LG GH22LS50 and it happened again, that I 
forgot to limit burn speed (as I did not know the relation of the dead of the 
plextor to the unlimited speed yet, I did not take much care of it... ) again.
This time I could read in the output of k3b (I write it from my mind, as far 
as I remember):
speed 22x is not supported by media
speed 22x is not supported by device
! Change speed to 24x
...

This time k3b could not destroy the burn device, as it looked like LG checked 
the spindle speed command and did not allow the setting of unsupported speed.
I used media, which is told to support 16x speed, so setting the speed to 24x 
is fatal and wrong!

At first sight, the burned dvd works, but I don't know, how it looks in the age 
of a couple of years...

I know, that k3b is just a frontend to several write engines.
If I remember right, wodim was used as write engine, but may be it is really a 
bug in k3b.



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



Bug#623054: surely not

2011-04-17 Thread Nicholas Bamber

reassign 623054 libwww5.808-perl
thanks  

I am not entirely clear why a  package in testing should have to declare 
a Breaks or Conflicts with a package in experimental. Also we would have 
to do this for about ten other packages. This and those packages were 
recently split out from libwww-perl.So you should do for 
libhttp-date-perl etc whatever you did for  libwww-perl.




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



Bug#613068: Could not connect, passive socket

2011-04-17 Thread Mark Hobley
I tried updating apt to a newer version in unstable, and this broke apt 
altogether:

# apt-get install -t unstable apt 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
apt is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 iceweasel : Depends: libgdk-pixbuf2.0-0 (= 2.22.0) but it is not going to be 
installed
 Depends: xulrunner-2.0 (= 2.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).

# apt-get install -t unstable apt 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
apt is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 iceweasel : Depends: libgdk-pixbuf2.0-0 (= 2.22.0) but it is not going to be 
installed
 Depends: xulrunner-2.0 (= 2.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).

Huh! I am trying to install apt, not iceweasel - Why is it doing this crap?

I now perform this workaround:

apt-get remove iceweasel

Right. Lets get back to the task at hand:

apt-get install -t unstable apt
Reading package lists... Done
Building dependency tree   
Reading state information... Done
apt is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 368 not upgraded.

No - It is not at the newest version. I am sure.

apt --version
ksh: apt: not found

wtf?

apt-get --version
apt 0.8.10.3 for i386 compiled on Jan 25 2011 11:55:25

^
|
I told you it is not the newest version.

dpkg -i /home/mark/Downloads/apt_0.8.14.1_i386.deb
(Reading database ... 123273 files and directories currently installed.)
Preparing to replace apt 0.8.14.1 (using .../apt_0.8.14.1_i386.deb) ...
Unpacking replacement apt ...
dpkg: dependency problems prevent configuration of apt:
 apt depends on libstdc++6 (= 4.5); however:
  Version of libstdc++6 on system is 4.4.5-10.
dpkg: error processing apt (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 apt

Ok.
 
apt-get install -t unstable libstdc++6

apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required 
by apt-get)
apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required 
by /usr/lib/libapt-pkg.so.4.10)

Hmmm.

apt-get install -t unstable apt
apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required 
by apt-get)
apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required 
by /usr/lib/libapt-pkg.so.4.10)

It's f**ked! - Mark.






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



Bug#587523: debsnap: want option to download binary packages

2011-04-17 Thread Timo Juhani Lindfors
package devscripts
tags 587523 patch
thanks

Hi,

 In order to test/bisect stuff, it would be convenient to be able to use
 debsnap to download binary packages from snapshot.d.o, e.g.
 $ debsnap -a amd64 xterm 256-1
 to get xterm_256-1_amd64.deb.  Not sure if that should get all debs from
 a given source package, or just the one specified.

here's a patch against git master, please review.

From 1ddcb8ea8f096037aa716ec5edc9a7804def321b Mon Sep 17 00:00:00 2001
From: Timo Juhani Lindfors timo.lindf...@iki.fi
Date: Sun, 17 Apr 2011 15:16:32 +0300
Subject: [PATCH] Implement --binary and --architecture

(closes: #587523).
---
 scripts/debsnap.pl |   52 ++--
 1 files changed, 50 insertions(+), 2 deletions(-)

diff --git a/scripts/debsnap.pl b/scripts/debsnap.pl
index eb4ee46..6176748 100755
--- a/scripts/debsnap.pl
+++ b/scripts/debsnap.pl
@@ -91,6 +91,11 @@ The following options are supported:
 Default is ./source-package name
 -f, --force Force overwriting an existing
 destdir
+--binaryDownload binary packages instead of
+source packages
+-a architecture,
+--architecture architecture   Specify architecture of binary packages,
+implies --binary
 
 Default settings modified by devscripts configuration files or command-line
 options:
@@ -180,7 +185,7 @@ sub verbose($)
 read_conf(@ARGV);
 Getopt::Long::Configure('gnu_compat');
 Getopt::Long::Configure('no_ignore_case');
-GetOptions(\%opt, 'verbose|v', 'destdir|d=s', 'force|f', 'help|h', 'version') || exit 1;
+GetOptions(\%opt, 'verbose|v', 'destdir|d=s', 'force|f', 'help|h', 'version', 'binary', 'architecture|a=s') || exit 1;
 
 usage(0) if $opt{help};
 usage(1) unless @ARGV;
@@ -193,7 +198,13 @@ if (@ARGV) {
 
 $package eq ''  usage(1);
 
-$opt{destdir} ||= source-$package;
+$opt{binary} ||= $opt{architecture};
+
+if ($opt{binary}) {
+$opt{destdir} ||= binary-$package;
+} else {
+$opt{destdir} ||= source-$package;
+}
 
 my $baseurl = $opt{baseurl}/mr/package/$package/;
 if (-d $opt{destdir}) {
@@ -203,6 +214,43 @@ if (-d $opt{destdir}) {
 }
 make_path($opt{destdir});
 
+if ($opt{binary}) {
+$baseurl = $opt{baseurl}/mr/binary/$package/;
+
+my $json_text = fetch_json_page($baseurl);
+unless ($json_text  @{$json_text-{result}}) {
+	fatal Unable to retrieve information for $package from $baseurl.;
+}
+
+foreach my $version (@{$json_text-{result}}) {
+	if ($pkgversion) {
+	next if ($version-{binary_version} = $pkgversion);
+	}
+
+	my $src_json = fetch_json_page($opt{baseurl}/mr/package/$version-{source}/$version-{version}/binfiles/$version-{name}/$version-{binary_version}?fileinfo=1);
+
+	unless ($src_json) {
+	warn $progname: No binary packages found for $package version $version-{binary_version}\n;
+	$warnings++;
+	}
+
+	foreach my $result (@{$src_json-{result}}) {
+	if ($opt{architecture}) {
+		next if ($result-{architecture} ne $opt{architecture});
+	}
+	my $fileinfo = @{$src_json-{fileinfo}{$result-{hash}}}[0];
+	my $file_url = $opt{baseurl}/file/$result-{hash};
+	my $file_name = basename($fileinfo-{name});
+	verbose Getting file $file_name: $file_url;
+	LWP::Simple::getstore($file_url, $opt{destdir}/$file_name);
+	}
+}
+if ($warnings) {
+	exit 2;
+}
+exit 0;
+}
+
 my $json_text = fetch_json_page($baseurl);
 unless ($json_text  @{$json_text-{result}}) {
 fatal Unable to retrieve information for $package from $baseurl.;
-- 
1.7.2.5


Some usage examples:

Specific version of a binary package for a specific arch


$ debsnap -a amd64 xterm 256-1
$ ls -l binary-xterm/
total 524
-rw-r--r-- 1 lindi kurp 532374 Apr 17 15:22 xterm_256-1_amd64.deb

All versions of a binary package for a specific arch


$ debsnap -a armel xterm
$ ls -l binary-xterm/
total 16196
-rw-r--r-- 1 lindi kurp 477906 Apr 17 15:27 xterm_231-1_armel.deb
-rw-r--r-- 1 lindi kurp 478264 Apr 17 15:27 xterm_232-1_armel.deb
-rw-r--r-- 1 lindi kurp 481140 Apr 17 15:26 xterm_234-1_armel.deb
-rw-r--r-- 1 lindi kurp 483878 Apr 17 15:26 xterm_235-1_armel.deb
-rw-r--r-- 1 lindi kurp 484486 Apr 17 15:26 xterm_235-2_armel.deb
-rw-r--r-- 1 lindi kurp 484356 Apr 17 15:26 xterm_236-1_armel.deb
-rw-r--r-- 1 lindi kurp 485618 Apr 17 15:26 xterm_237-1_armel.deb
-rw-r--r-- 1 lindi kurp 492332 Apr 17 15:26 xterm_238-1_armel.deb
-rw-r--r-- 1 lindi kurp 492408 Apr 17 15:26 xterm_238-2_armel.deb
-rw-r--r-- 1 lindi kurp 493862 Apr 17 15:26 xterm_239-1_armel.deb
-rw-r--r-- 1 lindi kurp 495334 Apr 17 15:26 xterm_241-1_armel.deb
-rw-r--r-- 1 lindi kurp 495426 Apr 17 15:26 xterm_242-1_armel.deb
-rw-r--r-- 1 lindi kurp 498354 Apr 17 15:26 

Bug#623087: [INTL:da] Danish translation of the debconf templates apt-dater

2011-04-17 Thread Patrick Matthäi
thanks, fixed in svn

Am 17.04.2011 11:20, schrieb Joe Dalton:
 Package: apt-dater
 Severity: wishlist
 Tags: l10n patch
 
 Please include the attached Danish debconf translations.
 
 joe@joe-desktop:~/over/debian/apt-dater$ msgfmt --statistics -c -v -o 
 /dev/null da.po
 da.po: 2 oversatte tekster.
 
 bye
 Joe


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

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

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



signature.asc
Description: OpenPGP digital signature


Bug#623112: iptables: file in wrong place

2011-04-17 Thread Thilo Six
Package: iptables
Version: 1.4.8-3
Severity: minor

On my squeeze system i have the file /usr/share/man8/iptables-xml.8

$ apt-file search /usr/share/man8/iptables-xml.8
iptables: /usr/share/man8/iptables-xml.8

I think it does not belong there.
Also the file /usr/share/man/man8/iptables-xml.8.gz does exist and
contain a manpage.

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

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

Versions of packages iptables depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libnfnetlink0 1.0.0-1Netfilter netlink library

iptables recommends no packages.

iptables suggests no packages.

-- no debconf information

-- 
bye Thilo

4096R/0xC70B1A8F
721B 1BA0 095C 1ABA 3FC6  7C18 89A4 A2A0 C70B 1A8F




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



Bug#623113: cupt: Does not work with InRelease files

2011-04-17 Thread Julian Andres Klode
Package: cupt
Version: 2.0.0
Severity: normal

APT recently switched to using InRelease files when
available instead of Release files. This causes cupt
to fail when used in combination with APT:

  E: unable to open release file 
'//var/lib/apt/lists/localhost:3142_debian_dists_sid_Release': No such file or 
directory
  W: skipped the index file 
'//var/lib/apt/lists/localhost:3142_debian_dists_sid_main_binary-amd64_Packages'

APT 0.8.14 now also renames InRelease files to Release
files if their verification fails, which won't work either,
as seen in my hacked cupt version (see below):

  W: no vendor specified in release file 
'//var/lib/apt/lists/localhost:3142_debian_dists_sid_InRelease'
  W: no archive specified in release file 
'//var/lib/apt/lists/localhost:3142_debian_dists_sid_InRelease'


cupt needs to:
  * Use an InRelease file if one exists
  * Skip the first section in Release files if it does
not contain the data needed (it contains the GPG
signature)

-- My hack:

This is just a hack to read an InRelease file instead of an
Release file if it exists, for testing purposes. The most
important problem is actually CacheImpl::getDownloadUriOfReleaseList(),
as there are now two options for its return value.

diff --git a/cpp/lib/src/internal/cacheimpl.cpp 
b/cpp/lib/src/internal/cacheimpl.cpp
index 8654d99..370ceac 100644
--- a/cpp/lib/src/internal/cacheimpl.cpp
+++ b/cpp/lib/src/internal/cacheimpl.cpp
@@ -373,7 +373,10 @@ string CacheImpl::getPathOfIndexList(const IndexEntry 
entry) const
 
 string CacheImpl::getPathOfReleaseList(const IndexEntry entry) const
 {
-   return getPathOfIndexEntry(entry) + _Release;
+   auto release = getPathOfIndexEntry(entry) + _Release;
+   auto inRelease = getPathOfIndexEntry(entry) + _InRelease;
+
+   return fs::fileExists(inRelease) ? inRelease : release;
 }
 
 string CacheImpl::getDownloadUriOfReleaseList(const IndexEntry entry) const



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

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

Versions of packages cupt depends on:
ii  libboost-program-options1.42. 1.42.0-4   program options library for C++
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libcupt2-02.0.0  alternative front-end for dpkg -- 
ii  libgcc1   1:4.6.0-3  GCC support library
ii  libstdc++64.6.0-3The GNU Standard C++ Library v3

cupt recommends no packages.

Versions of packages cupt suggests:
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  sensible-utils0.0.6  Utilities for sensible alternative

-- no debconf information

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

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


pgpEKpGhfiABA.pgp
Description: PGP signature


Bug#623114: middleclick on an application window does not cause focus

2011-04-17 Thread Mark Hobley
Package: icewm
Version: 1.3.7~pre2-1
Severity: normal

There is a bug in the icewm window manager that results in a middleclick event
on an application does not cause focus. This causes the bizarre effect that
typing additional text following a middleclick paste, causes the text to
go to the source application, rather than the destined target.

The window manager should ensure that an application receiving the middleclick
event gains focus.

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

Kernel: Linux 2.6.38-rc6-486
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/pdksh

Versions of packages icewm depends on:
ii  icewm-common1.3.7~pre2-1 wonderful Win95-OS/2-Motif-like wi
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libesd0 0.2.41-7 Enlightened Sound Daemon - Shared 
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libgcc1 1:4.4.5-10   GCC support library
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxinerama12:1.1.1-1X11 Xinerama extension library
ii  libxrandr2  2:1.3.1-1X11 RandR extension library

icewm recommends no packages.

Versions of packages icewm suggests:
pn  icewm-gnome-support   none (no description available)
pn  ttf-bitstream-veranone (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#613068: Could not connect, passive socket

2011-04-17 Thread Julian Andres Klode
On So, 2011-04-17 at 13:40 +0100, Mark Hobley wrote:
 I tried updating apt to a newer version in unstable, and this broke apt 
 altogether:
 # apt-get install -t unstable apt 
 Reading package lists... Done
 Building dependency tree   
 Reading state information... Done
 apt is already the newest version.
 You might want to run 'apt-get -f install' to correct these:
 The following packages have unmet dependencies:
  iceweasel : Depends: libgdk-pixbuf2.0-0 (= 2.22.0) but it is not going to 
 be installed
  Depends: xulrunner-2.0 (= 2.0) but it is not going to be 
 installed
 E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify 
 a solution).
 
 Huh! I am trying to install apt, not iceweasel - Why is it doing this crap?
You broke your system. Your system must not be broken.

 
 I now perform this workaround:
 
 apt-get remove iceweasel
 
 Right. Lets get back to the task at hand:
 
 apt-get install -t unstable apt
 Reading package lists... Done
 Building dependency tree   
 Reading state information... Done
 apt is already the newest version.
 0 upgraded, 0 newly installed, 0 to remove and 368 not upgraded.
 
 No - It is not at the newest version. I am sure.
Well, does apt-cache policy apt tells you this?

 
 apt --version
 ksh: apt: not found
 
 wtf?

Of course it's not there. apt(1) is Java's annotation processing tool.

 
 apt-get --version
 apt 0.8.10.3 for i386 compiled on Jan 25 2011 11:55:25
 
 ^
 |
 I told you it is not the newest version.
 
 dpkg -i /home/mark/Downloads/apt_0.8.14.1_i386.deb
 (Reading database ... 123273 files and directories currently installed.)
 Preparing to replace apt 0.8.14.1 (using .../apt_0.8.14.1_i386.deb) ...
 Unpacking replacement apt ...
 dpkg: dependency problems prevent configuration of apt:
  apt depends on libstdc++6 (= 4.5); however:
   Version of libstdc++6 on system is 4.4.5-10.
 dpkg: error processing apt (--install):
  dependency problems - leaving unconfigured
 Processing triggers for man-db ...
 Errors were encountered while processing:
  apt
 
 Ok.
More broken system.

  
 apt-get install -t unstable libstdc++6
 
 apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found 
 (required by apt-get)
 apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found 
 (required by /usr/lib/libapt-pkg.so.4.10)
 
 Hmmm.
 
 apt-get install -t unstable apt
 apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found 
 (required by apt-get)
 apt-get: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found 
 (required by /usr/lib/libapt-pkg.so.4.10)
 
 It's f**ked! - Mark.
Your problem obviously.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

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





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



Bug#601584: duplicity chokes and hangs

2011-04-17 Thread Olivier Berger
Wed, Oct 27, 2010 at 01:44:10PM +, Clint Adams wrote:
 
 duplicity chokes on me with the traceback below and then continues
 to spin in a FUTEX_WAIT_PRIVATE for days and days.
 
 Traceback (most recent call last):
   File /usr/bin/duplicity, line 1251, in module
 with_tempdir(main)
   File /usr/bin/duplicity, line 1244, in with_tempdir
 fn()
   File /usr/bin/duplicity, line 1222, in main
 full_backup(col_stats)
   File /usr/bin/duplicity, line 416, in full_backup
 globals.backend)
   File /usr/bin/duplicity, line 294, in write_multivol
 globals.gpg_profile, globals.volsize)
   File /usr/lib/python2.6/dist-packages/duplicity/gpg.py, line 279, in 
 GPGWriteFile
 data = block_iter.next(min(block_size, bytes_to_go)).data
   File /usr/lib/python2.6/dist-packages/duplicity/diffdir.py, line 505, in 
 next
 result = self.process(self.input_iter.next(), size)
   File /usr/lib/python2.6/dist-packages/duplicity/diffdir.py, line 631, in 
 process
 data, last_block = self.get_data_block(fp, size - 512)
   File /usr/lib/python2.6/dist-packages/duplicity/diffdir.py, line 658, in 
 get_data_block
 buf = fp.read(read_size)
   File /usr/lib/python2.6/dist-packages/duplicity/diffdir.py, line 415, in 
 read
 buf = self.infile.read(length)
   File /usr/lib/python2.6/dist-packages/duplicity/diffdir.py, line 384, in 
 read
 buf = self.infile.read(length)
 IOError: [Errno 22] Invalid argument
 
 It does this even if --no-encryption is given.

I believe the patch I submitted at : 
https://bugs.launchpad.net/duplicity/+bug/669294/+attachment/2053345/+files/gracefully.patch
 may help.

Hope this helps.

Best regards,





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



Bug#623115: cupt fails to build from subdirectory

2011-04-17 Thread Julian Andres Klode
Source: cupt
Version: 2.0.0
Severity: wishlist

cupt fails to build from a sub directory. As out-of-tree
builds are the recommended mode of using cmake, that's a
bit confusing.

jak@jak-thinkpad:~/Desktop/playground/cupt/build:develop$ make
[  0%] Generating precompiled.hpp.gch
g++-4.5: precompiled.hpp: No such file or directory
g++-4.5: warning: '-x c++-header' after last input file has no effect
g++-4.5: no input files
make[2]: *** [cpp/precompiled/precompiled.hpp.gch] Error 1
make[1]: *** [cpp/precompiled/CMakeFiles/precompiled.dir/all] Error 2
make: *** [all] Error 2


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

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

Versions of packages cupt depends on:
ii  libboost-program-options1.42. 1.42.0-4   program options library for C++
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libcupt2-02.0.0  alternative front-end for dpkg -- 
ii  libgcc1   1:4.6.0-3  GCC support library
ii  libstdc++64.6.0-3The GNU Standard C++ Library v3

cupt recommends no packages.

Versions of packages cupt suggests:
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  sensible-utils0.0.6  Utilities for sensible alternative

-- no debconf information

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

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


pgpXLrwHCFxBq.pgp
Description: PGP signature


Bug#620969: [gitpkg] gitpkg should mangle ~ in version

2011-04-17 Thread Ron

Hi Bastien,

On Tue, Apr 05, 2011 at 03:48:09PM +0200, Bastien ROUCARIES wrote:
 Package: gitpkg
 Version: 0.18
 Severity: normal
 
 Create a package with version 2.3.0~r29173-1 and try to export it using quilt 
 patch export will not work.
 
 Git disalllow ~ in tag or branch. Therefore gitpkg should transform ~ to _ 
 internally before creating patch

Sorry for the slow reply, we've been pondering this one for a few days,
because it's not quite so simple as just transforming ~ to _, since there
there are a number of illegal constructs, and there is no actual standard
for remapping them that we know everyone is using.

One of the aims of gitpkg is that it should be able to extract a working
source package from pretty much any sane git repository, without having
to arrange that repo in some specific form beforehand.  So it's fairly
important that we can cater for people who chose a different mapping too.

The hooks, by nature, can imply additional constraints, but I'd still like
to keep this as flexible as possible where we can.

What it looks like we'll probably do for now is use the sanitise_git_ref
function (currently only in the git-debimport script), and then get the
quilt hook to export {DEB,UPSTREAM}_REF mangled with it (which basically
does what you are asking for, replaces all chains of illegals with a
single '_').

For now the way to override the mapping will be to replace that function
with one that does the mapping of your choosing.  If we find that people
really do need a different mapping (or several of them), then we can have
a look at making that a little more user-friendly once we have an idea of
what alternate mappings really do exist.

There should be a new package uploaded with this change fairly soon.

Cheers,
Ron





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



Bug#602006: Processed: severity of 602006 is important

2011-04-17 Thread Jeremy Malcolm
On 17/04/2011, at 7:59 PM, Debian Bug Tracking System wrote:

 Bug #602006 [gozerbot] gozerbot: build-depends on python 2.5
 Severity set to 'important' from 'minor'
 
 thanks
 Stopping processing here.

A replacement package called jsonbot has been uploaded, in which this bug is 
fixed.  Once it appears in the archive, I'll ask for gozerbot, which is no 
longer maintained upstream, to be removed.

-- 
Jeremy Malcolm PhD LLB (Hons) B Com
Internet and Open Source lawyer, consumer advocate, geek
host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org|awk -F! '{print $3}'




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



Bug#623116: www.debian.org: New Maintainers' Guide: missing quotes in dquilt alias definition

2011-04-17 Thread Dominique Dumont
Package: www.debian.org
Severity: normal


Hello

In section 3.1 Set up quilt of the New Maintainers' Guide [1], the
dquilt alias creation example is missing quotes.

Here's what one gets using the command shown in section 3.1:

$ alias dquilt=quilt --quiltrc=~/.quiltrc-dpkg
$ alias dquilt
alias dquilt='quilt'

The alias command should be written as:

  alias dquilt=quilt --quiltrc=~/.quiltrc-dpkg


All the best

[1] http://www.debian.org/doc/maint-guide/modify.en.html

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

Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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#619550: File::Temp CLEANUP + chdir gotcha still remains

2011-04-17 Thread Dominic Hargreaves
forwarded 619550 https://rt.cpan.org/Public/Bug/Display.html?id=45246
tags 619550 + patch
thanks

On Thu, Apr 14, 2011 at 11:44:36AM +0100, Dominic Hargreaves wrote:
 On Thu, Mar 24, 2011 at 08:23:53PM -0400, Joey Hess wrote:
  Bug #479317 explains a gotcha with use of File::Temp::tempdir(CLEANUP = 1).
  If the code chdirs into the temp dir, which is a common thing to do,
  and then exits without chdiring out, which is not an uncommon thing,
  the cleanup code will fail to run.
  
  The bug was closed because it was at least made not to crash the
  program. However, this gotcha still remains. A program that has
  combined these two common things will be subject to emitting strange
  error messages:
  
  cannot remove path when cwd is /home/e-test/tmp/cQei_Q1aVi
  
  .. and leaving behind temp dirs.
  
  I now have at least 3 programs that work around this problem by
  
  END {
  chdir(/);
  }
  
  It's very annoying to have to remember this bug and add this to my code
  every time I pull File::Temp into a program.
 
 Hi Joey,
 
 Thanks for taking the time to point out that this still isn't perfect.
 
 I wonder whether it would be feasible to simply add the relevant
 chdir(/) (or presumably the more OS-portable equivalents) into
 File::Temp itself. Adding this at the start of the cleanup routine
 of 0.22 seems to DTRT.

Aha, someone else has already filed this as a bug with a patch:
https://rt.cpan.org/Public/Bug/Display.html?id=45246

Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



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



Bug#623117: git-buildpackage: git-pbuilder ignores/overrides ~/.pbuilderrc

2011-04-17 Thread Carl Fürstenberg
Package: git-buildpackage
Version: 0.5.22
Severity: important

On my rather old and badly setup system I've decided to use
/home/pbuilder as chroot agrea instead ov /var/cache/pbuilder

thus I setup in my .pbuilderrc all relevant data and created the cow
dir:
export CCACHE_DIR=/home/pbuilder/ccache
export PATH=/usr/lib/ccache:${PATH}

EXTRAPACKAGES=ccache lintian
BINDMOUNTS=${CCACHE_DIR}
PDEBUILD_PBUILDER=cowbuilder
BUILDRESULT=/home/pbuilder/result
BASEPATH=/home/pbuilder/base.cow
BUILDPLACE=/home/pbuilder/build-area
APTCACHE=/home/pbuilder/aptcache
DEBOOTSTRAP=cdebootstrap

I felt rather saddened when I realize git-buildpackage prohibits me to
have my cow image outside /var, which imo desn't make any sense at all,
why can't it just read .pbuilderrc and be happy?


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

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

Versions of packages git-buildpackage depends on:
ii  devscripts   2.10.72 scripts to make the life of a Debi
ii  git [git-core]   1:1.7.4.4-1 fast, scalable, distributed revisi
ii  git-core 1:1.7.4.4-1 fast, scalable, distributed revisi
ii  python   2.6.6-12interactive high-level object-orie
ii  python-dateutil  1.4.1-3 powerful extensions to the standar
ii  python-support   1.0.13  automated rebuilding support for P

Versions of packages git-buildpackage recommends:
ii  cowbuilder0.62+nmu2  pbuilder running on cowdancer
ii  pristine-tar  1.13   regenerate pristine tarballs

Versions of packages git-buildpackage suggests:
pn  git-load-dirs none (no description available)
ii  python-notify 0.1.1-2+b2 Python bindings for libnotify

-- 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#623113: cupt: Does not work with InRelease files

2011-04-17 Thread Eugene V. Lyubimkin
tags 623113 + confirmed
quit 

On 2011-04-17 14:53, Julian Andres Klode wrote:
 APT recently switched to using InRelease files when
 available instead of Release files.

It's probably too late to ask why...

 APT 0.8.14 now also renames InRelease files to Release
 files if their verification fails

What a mess. Instead of plain Release file and optional Release.gpg,
it's now inline signed InRelease or inline signed Release or non-signed
Release.

 -- My hack:

Unfortunately, would not work for other reasons as well, this function
will be called for unexisting files too.

As you pointed already, current API of libcupt is not ready to such a
change, I didn't predict anyone will need more than one Release
file per index line. The fix will wait for an API breakage.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer



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



Bug#623118: itrans-fonts: missing glyphs?

2011-04-17 Thread Toni Mueller
Package: itrans-fonts
Version: 5.3-9
Severity: normal


Hi,

I've just encountered a web page which was apparently created using
ITRANS, but some glyphs are not displayed correctly.

The main page is here: http://www.detlef108.de/Rigveda.htm

Please click on the UTF-8 versions to see the problem, and compare with
the PDFs for what exactly might be missing.


I don't know if this is the correct package to report the problem
against, so feel free to reassign.


Kind regards,
--Toni++


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

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

Versions of packages itrans-fonts depends on:
ii  dpkg  1.15.8.10  Debian package management system
ii  tex-common2.08.1 common infrastructure for building
ii  texlive-binaries [texlive-bas 2009-8 Binaries for TeX Live

itrans-fonts recommends no packages.

itrans-fonts 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#623115: cupt fails to build from subdirectory

2011-04-17 Thread Eugene V. Lyubimkin
tags 623115 + confirmed
quit

Hi,

On 2011-04-17 15:08, Julian Andres Klode wrote:
 cupt fails to build from a sub directory. As out-of-tree
 builds are the recommended mode of using cmake, that's a
 bit confusing.

Right, this should be fixed.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer



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



Bug#623119: libsane: Invalid device permissions

2011-04-17 Thread Alexander Galanin
Package: libsane
Version: 1.0.22-2
Severity: grave
Tags: patch
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Udev script for libsane (/lib/udev/rules.d/60-libsane.rules) is broken
due to changes in udev constants. Therefore rw permission for 'scanner'
group is not granted, so scanner is not sccessible from non-root user.

Patch:

- --- 60-libsane.rules.old2011-04-17 16:50:31.0 +0400
+++ 60-libsane.rules2011-04-17 16:50:31.0 +0400
@@ -24,10 +24,10 @@
 # the sane-devel mailing list (sane-de...@lists.alioth.debian.org).
 #
 ACTION!=add, GOTO=libsane_rules_end
- -ENV{DEVTYPE}==usb_device, GOTO=libsane_create_usb_dev
+ENV{DEVTYPE}==usb_interface, GOTO=libsane_create_usb_dev
 SUBSYSTEMS==scsi, GOTO=libsane_scsi_rules_begin
- -SUBSYSTEM==usb_device, GOTO=libsane_usb_rules_begin
- -SUBSYSTEM!=usb_device, GOTO=libsane_usb_rules_end
+SUBSYSTEM==usb, GOTO=libsane_usb_rules_begin
+SUBSYSTEM!=usb, GOTO=libsane_usb_rules_end
 
 # Kernel = 2.6.22 jumps here
 LABEL=libsane_create_usb_dev
@@ -1214,6 +1214,6 @@
 KERNEL==sg[0-9]*, ATTRS{type}==3, ATTRS{vendor}==HP, 
ATTRS{model}==C7670A, ENV{libsane_matched}=yes
 LABEL=libsane_scsi_rules_end
 
- -ENV{libsane_matched}==yes, RUN+=/bin/setfacl -m g:scanner:rw 
$env{DEVNAME}
+ENV{libsane_matched}==yes, GROUP = scanner
 
 LABEL=libsane_rules_end


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

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

Versions of packages libsane depends on:
ii  acl  2.2.49-4Access control list utilities
ii  adduser  3.112+nmu2  add and remove users and groups
ii  libavahi-client3 0.6.28-4Avahi client library
ii  libavahi-common3 0.6.28-4Avahi common library
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libexif120.6.19-1library to parse EXIF files
ii  libgphoto2-2 2.4.10.1-5  gphoto2 digital camera library
ii  libgphoto2-port0 2.4.10.1-5  gphoto2 digital camera port librar
ii  libieee1284-30.2.11-6cross-platform library for paralle
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libtiff4 3.9.4-5 Tag Image File Format (TIFF) libra
ii  libusb-0.1-4 2:0.1.12-17 userspace USB programming library
ii  libv4l-0 0.8.3-1 Collection of video4linux support 
ii  makedev  2.3.1-89creates device files in /dev
ii  udev 167-1   /dev/ and hotplug management daemo

Versions of packages libsane recommends:
ii  libsane-extras1.0.22.1   API library for scanners -- extra 
pn  sane-utilsnone (no description available)

Versions of packages libsane suggests:
pn  avahi-daemon  none (no description available)
pn  hplip none (no description available)
pn  hpoj  none (no description available)

- -- no debconf information

- -- debsums errors found:
debsums: changed file /lib/udev/rules.d/60-libsane.rules (from libsane package)

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

iEYEARECAAYFAk2q5kgACgkQp0cjlW3dsl/q5QCgl/m1qswOBx1HKuAp2kfKKS5v
eZkAn1WNiq/Y7wtJkiOLaAKQQe6IuQxQ
=h20K
-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#613068: Could not connect, passive socket

2011-04-17 Thread Mark Hobley


--- On Sun, 17/4/11, Julian Andres Klode j...@debian.org wrote:

  Huh! I am trying to install apt, not iceweasel - Why
 is it doing this crap?
 You broke your system. Your system must not be broken.

Maybe we need a switch here to say only do the task at hand. (Don't try 
fixing other packages here - just install apt). I am sure it never used to try 
such stunts before.

  Preparing to replace apt 0.8.14.1 (using
 .../apt_0.8.14.1_i386.deb) ...
  Unpacking replacement apt ...
  dpkg: dependency problems prevent configuration of
 apt:
   apt depends on libstdc++6 (= 4.5); however:
    Version of libstdc++6 on system is
 4.4.5-10.
  dpkg: error processing apt (--install):
   dependency problems - leaving unconfigured
  Processing triggers for man-db ...
  Errors were encountered while processing:
   apt
  
  Ok.
 More broken system.

Should the installation have taken place here? If the dependencies are not met, 
then I would have expected this not to install (unless I use a --force option).





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



Bug#623113: cupt: Does not work with InRelease files

2011-04-17 Thread Julian Andres Klode
On So, 2011-04-17 at 16:52 +0300, Eugene V. Lyubimkin wrote:
 tags 623113 + confirmed
 quit 
 
 On 2011-04-17 14:53, Julian Andres Klode wrote:
  APT recently switched to using InRelease files when
  available instead of Release files.
 
 It's probably too late to ask why...
 
  APT 0.8.14 now also renames InRelease files to Release
  files if their verification fails
 
 What a mess. Instead of plain Release file and optional Release.gpg,
 it's now inline signed InRelease or inline signed Release or non-signed
 Release.
We needed to go this way as an InRelease file is always trusted and we
want to have untrusted InRelease files. We could have added code to
strip the signature, but considered it unneeded, as our parser simply
ignores the signature.

 
  -- My hack:
 
 Unfortunately, would not work for other reasons as well, this function
 will be called for unexisting files too.
The most important part for me is to get reading work, as I sometimes
need to see cupt's results for things that do not work as I want in APT
or aptitude. But yes, this patch breaks many things.

 As you pointed already, current API of libcupt is not ready to such a
 change, I didn't predict anyone will need more than one Release
 file per index line. The fix will wait for an API breakage.
That seems a bit strange given that InRelease files were introduced in
November 2009[1].

[1] http://lists.debian.org/debian-devel-announce/2009/11/msg1.html
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

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





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