Bug#696705: nmu: gnome-contacts_3.6.1-1 in experimental

2012-12-26 Thread Paul Wise
Package: release.debian.org
Severity: minor
User: release.debian@packages.debian.org
Usertags: binnmu

Please binNMU gnome-contacts in experimental so it is installable again.

nmu gnome-contacts_3.6.1-1 . ALL . -m Rebuild for the libcheese ABI transition

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#696706: bash: Typo in bash(1): postition

2012-12-26 Thread Julius Seemayer
Package: bash
Version: 4.2-4
Severity: minor
Tags: patch

Current  bash(1)  manpage  in  testing  (and  also  Sid) comes with a spelling
mistake in HISTORY EXPANSION section.

Patch:

$ zcat /usr/share/man/man1/bash.1.gz | diff -U0 - /tmp/bash.1
--- -   2012-12-26 09:18:27.301641450 +0100
+++ /tmp/bash.1 2012-12-26 09:17:42.459111366 +0100
@@ -6423 +6423 @@
-Refer to the most recent command preceding the current postition in the
+Refer to the most recent command preceding the current position in the
$


Cheers,

Julius



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

Kernel: Linux 3.2.0-4-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 bash depends on:
ii  base-files   6.11
ii  dash 0.5.7-3
ii  debianutils  4.3.2
ii  libc62.13-37
ii  libtinfo55.9-10

Versions of packages bash recommends:
ii  bash-completion  1:2.0-1

Versions of packages bash suggests:
pn  bash-doc  none

-- 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#696707: Wrong CURLOPT_SSL_VERIFYHOST: do not check hostname of cert

2012-12-26 Thread Thomas Goirand
Package: libnusoap-php
Version: 0.7.3-4
Severity: important

As per the subject of this bug:

--- nusoap-0.7.3.orig/lib/nusoap.php
+++ nusoap-0.7.3/lib/nusoap.php
@@ -2449,7 +2449,7 @@ class soap_transport_http extends nusoap
if (isset($this-certRequest['verifyhost'])) {

$this-setCurlOption(CURLOPT_SSL_VERIFYHOST, $this-certRequest['verifyhost']);
} else {
-   
$this-setCurlOption(CURLOPT_SSL_VERIFYHOST, 1);
+   
$this-setCurlOption(CURLOPT_SSL_VERIFYHOST, 2);
}
if (isset($this-certRequest['sslcertfile'])) {
$this-setCurlOption(CURLOPT_SSLCERT, 
$this-certRequest['sslcertfile']);

I'm preparing an upload to fix this.

Cheers,

Thomas Goirand (zigo)


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



Bug#696708: manpages-fr-extra: Coquille dans manpage de bootlogd

2012-12-26 Thread Fabrice Lorrain
Package: manpages-fr-extra
Version: 20121129
Severity: minor
Tags: l10n

Hello,

In the package bootlogd (bootlogd-2.88dsf-34) man bootlogd gives :

... de créer des fichiers journal ...

... de créer des fichiers journaux ... would be better.

Thanks.

@+,

Fab



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

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

manpages-fr-extra depends on no packages.

Versions of packages manpages-fr-extra recommends:
ii  manpages-fr  3.42d1p1-1

Versions of packages manpages-fr-extra suggests:
ii  gman [man-browser]0.9.3-5.2
ii  man-db [man-browser]  2.6.2-1
pn  manpages-fr-dev   none
ii  tkman [man-browser]   2.2-4

-- 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#696664: uapi/asm-generic missing from linux-headers-3.7

2012-12-26 Thread Evgeni Golov
Control: tags -1 + patch

 The problem here is that arch/x86/include/asm/types.h has a include for 
 asm-generic/types.h. This file was moved from include/ to 
 include/uapi/ in 8a1ab3155c2ac7fbe5f2038d6e26efeb607a1498. include/uapi/ 
 is added to the include-path by the upstream Makefile just fine, but the 
 asm-generic subfolder is missing from linux-headers-3.7-trunk-common. 
 Copying the folder from the tarball to 
 /usr/src/linux-headers-3.7-trunk-common/include/uapi/asm-generic fixes 
 the build-issue for me.

The obvious patch is of course:
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -237,6 +237,7 @@ install-headers_$(ARCH)_$(FEATURESET): 
$(STAMPS_DIR)/source_$(FEATURESET)
  find $$(find arch/$(KERNEL_ARCH) \( -name include -o -name 
scripts \) -type d -print) -print; \
  find include -name 'asm*' -prune -o -print; \
  find include/asm-generic -print; \
+ find include/uapi/asm-generic -print; \
) \
| \
cpio -pd --preserve-modification-time '$(CURDIR)/$(DIR)'

tp-smapi builds fine for me then, virtualbox needs some love, but that 
is 3.7 related (error: ‘VM_RESERVED’ undeclared (first use in this 
function)).

Greets
Evgeni

-- 
Bruce Schneier can read and understand Perl programs.


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



Bug#696709: bootlogd: Missing md5sum for /etc/init.d/bootlogd

2012-12-26 Thread Fabrice Lorrain
Package: bootlogd
Version: 2.88dsf-34
Severity: normal

Hello bootlog maintainer,

FYI, /etc/init.d/*bootlogd* are missing in /var/lib/dpkg/info/bootlogd.md5sums.

It would be nice if this could be fixed for wheezy.

Thanks.

@+,

Fab


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

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

Versions of packages bootlogd depends on:
ii  libc6 2.13-37
ii  lsb-base  4.1+Debian8

bootlogd recommends no packages.

bootlogd 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#696710: bootlogd: Removing /etc/init.d/stop-bootlogd*.

2012-12-26 Thread Fabrice Lorrain
Package: bootlogd
Version: 2.88dsf-34
Severity: minor

Hello bootlogd maintainer,

I discover the existance of /etc/init.d/stop-bootlogd* scripts.
Those are messy :-p

This is a reminder to remove them when they overlast their usfulness.

Thanks,

@+,

Fab


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

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

Versions of packages bootlogd depends on:
ii  libc6 2.13-37
ii  lsb-base  4.1+Debian8

bootlogd recommends no packages.

bootlogd 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#696711: open-iscsi: Missing md5sums in /var/lib/dpkg/info/open-iscsi.md5sums

2012-12-26 Thread Fabrice Lorrain
Package: open-iscsi
Version: 2.0.873-3
Severity: normal

Hello open-iscsi maintainers,

Playing with debsums on a pre-wheezy box, it seems that open-iscsi is missing 
md5sums
on config files under /etc/init.d/ and /etc/iscsi/*.

It would be appreciated if those could be added. In time for wheezy would be 
nice.

Thanks,

@+,

Fab

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

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

Versions of packages open-iscsi depends on:
ii  libc6  2.13-37
ii  udev   175-7

open-iscsi recommends no packages.

open-iscsi suggests no packages.

-- Configuration Files:
/etc/iscsi/initiatorname.iscsi [Errno 13] Permission non accordée: 
u'/etc/iscsi/initiatorname.iscsi'

-- 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#696712: unblock: falconpl/0.9.6.9-git20120606-2

2012-12-26 Thread Kartik Mistry
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package falconpl as it is going to fix RC (and security)
bug #696681 as per discussion in bug report.

Aattach the debdiff against the package in testing.

unblock falconpl/0.9.6.9-git20120606-2

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

--
Kartik Mistry | IRC: kart_
{0x1f1f, kartikm}.wordpress.com


signature.asc
Description: Digital signature


Bug#696713: tpu: fuse/2.9.0-2+deb7u1 (pre-approval)

2012-12-26 Thread Salvatore Bonaccorso
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear Release Team

Cc'in Daniel Baumann daniel.baum...@progress-technologies.net
(maintainer of fuse).

fuse package has RC bug #696066 in wheezy. Previously (in Squeeze) the
package shiped /usr/share/doc/fuse-utils as symlink but in Wheezy
fuse-utils is only a transitional package. dpkg overwrites files over
an existing symlink, so if one upgrades to wheezy and removes
afterwards fuse-utils libfuse2 looses files.

Attached ist the proposed debdiff by adding a preinst for fuse-utils
checking for the symlink and removing it.

The changes to the debian/*.install files come due to my build host
beeing on amd64.

fuse also provides a udeb, so this will need also an ack from d-i?

unblock fuse/2.9.0-2+deb7u1

Regards,
Salvatore

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

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

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

iQIcBAEBCgAGBQJQ2spBAAoJEHidbwV/2GP+BK0QAI1jBMdmtAihBF6jiWCII60O
54kfPlEFiLpU544Lzr+Fr7KPE/nVX8dOf2ffgl0uEIJPa84XSZrC473C8g7iqRwC
W3EnSHqH/Yq6409WrBFnh8D1NUum3G/DvfSeoMwe3Wt77gAPxcJQpU43re8sn3u8
eQy9SP6dTTt5sGTPGPNT1uMtWLlxjA4+Opk3ZbRCNwblR1G4F5uiujxS/oL4wAj9
9khRu6cuv+90y9FrYXKPcBE7c9cUxP0QdEtdrq0xMF6aSHv2txemh0DJe5soE/dW
Hz0As3ZnvX5i56CxKIgzXz6F5sml/WLOdLEs8o5nWlbE5lV3SlYDuOvnjAV0041H
DZW+QKThQirVu1epa+C+NqgnpI6+8wlONro+Iuu1oinxNF37yQvdNi0KYEH3yivw
fZ2+YSpYWVvQfVqiTNrVnuW9S4v0D6GOCYx7U9F6vS+tTQIMXJmxf0F1HZiXh5cx
IJYmXeedomnxNYTjnepCX2JKU203JxavH3MBS49vZq1ib7Dm55fXAe0tC3IOnzoc
qGmtaBkbq6rndS1jlrtrUVs4QEGMRBXv9Qj8NGgfOIby5nXaoxGMkZ5ZMbV70rEj
4V3J43zKR4NI7RzTwISMOW9/bGN1+gkO9w5ITUwBaKg82nLTLnrrQGdC7jtA6WMU
L8GTQ9ImLPqknaoNhMdU
=rK2s
-END PGP SIGNATURE-
diffstat for fuse-2.9.0 fuse-2.9.0

 changelog |   11 +++
 fuse-utils.preinst|   33 +
 libfuse-dev.install   |6 +++---
 libfuse2-udeb.install |2 +-
 libfuse2.install  |2 +-
 5 files changed, 49 insertions(+), 5 deletions(-)

diff -Nru fuse-2.9.0/debian/changelog fuse-2.9.0/debian/changelog
--- fuse-2.9.0/debian/changelog	2012-06-21 13:53:17.0 +0200
+++ fuse-2.9.0/debian/changelog	2012-12-26 10:20:36.0 +0100
@@ -1,3 +1,14 @@
+fuse (2.9.0-2+deb7u1) testing-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * Fix directory vs. symlink mess after squeeze = wheezy upgrade:
+/usr/share/doc/fuse-utils/. dpkg overwrites files over an existing
+symlink. Thus test in fuse-utils.preinst if a symlink exists and remove
+it, as in Squeeze fuse-utils had a symlink in /usr/share/doc but not in
+Wheezy (Closes: #696066).
+
+ -- Salvatore Bonaccorso car...@debian.org  Sat, 22 Dec 2012 15:35:33 +0100
+
 fuse (2.9.0-2) unstable; urgency=low
 
   * Correcting debhelper docs file to not include unwanted files
diff -Nru fuse-2.9.0/debian/fuse-utils.preinst fuse-2.9.0/debian/fuse-utils.preinst
--- fuse-2.9.0/debian/fuse-utils.preinst	1970-01-01 01:00:00.0 +0100
+++ fuse-2.9.0/debian/fuse-utils.preinst	2012-12-26 10:20:36.0 +0100
@@ -0,0 +1,33 @@
+#!/bin/sh
+# preinst script for fuse-utils
+#
+# see: dh_installdeb(1)
+
+set -e
+
+case $1 in
+install|upgrade)
+	# In Squeeze /usr/share/doc/fuse-utils was a symlink but in
+	# Wheezy fuse-utils is only a transitional package. dpkg 
+	# installs the files over an existing symlink.
+	# When removing fuse-utils package afterwards files installed by
+	# fuse-utils are missing. Thus test first if 
+	# /usr/share/doc/fuse-utils is a symlink and remove it
+	test ! -L /usr/share/doc/fuse-utils || rm /usr/share/doc/fuse-utils
+;;
+
+abort-upgrade)
+;;
+
+*)
+echo preinst called with unknown argument \`$1' 2
+exit 1
+;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
diff -Nru fuse-2.9.0/debian/libfuse-dev.install fuse-2.9.0/debian/libfuse-dev.install
--- fuse-2.9.0/debian/libfuse-dev.install	2012-06-21 13:54:54.0 +0200
+++ fuse-2.9.0/debian/libfuse-dev.install	2012-12-26 10:21:14.0 +0100
@@ -1,4 +1,4 @@
 usr/include
-usr/lib/i386-linux-gnu/pkgconfig
-usr/lib/i386-linux-gnu/*.a
-usr/lib/i386-linux-gnu/*.so
+usr/lib/x86_64-linux-gnu/pkgconfig
+usr/lib/x86_64-linux-gnu/*.a
+usr/lib/x86_64-linux-gnu/*.so
diff -Nru fuse-2.9.0/debian/libfuse2-udeb.install fuse-2.9.0/debian/libfuse2-udeb.install
--- fuse-2.9.0/debian/libfuse2-udeb.install	2012-06-21 13:54:54.0 +0200
+++ fuse-2.9.0/debian/libfuse2-udeb.install	2012-12-26 10:21:14.0 +0100
@@ -1 +1 @@
-usr/lib/i386-linux-gnu/*.so.*	lib

Bug#696377: octave3.2: 35 octave-* packages fail to upgrade from lenny to squeeze: octave3.0: error while loading shared libraries: liblapack.so.3gf: cannot open shared object file: No such file or di

2012-12-26 Thread Rafael Laboissiere

* Thomas Weber twe...@debian.org [2012-12-23 18:09]:


On Thu, Dec 20, 2012 at 07:08:27AM +0100, Andreas Beckmann wrote:


Package: octave3.2 
Version: 3.2.4-8 
Severity: serious 
Tags: squeeze 
User: debian...@lists.debian.org 
Usertags: piuparts 
Control: affects -1 + octave-ad octave-zenity


during a test with piuparts I noticed many octave packages failing to 
upgrade from lenny to squeeze.


To be honest, I don't quite see the value of checking for upgrades from 
lenny to squeeze at this point of the release cycle - octave3.0 was 
removed in 2010. Putting it another way, how many users do we help by 
fixing this issue now?


I am curious: why is this bug popping out only now?  Why was it not discovered 
during the release cycle of squeeze?


Rafael


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



Bug#696711: open-iscsi: Missing md5sums in /var/lib/dpkg/info/open-iscsi.md5sums

2012-12-26 Thread Ritesh Raj Sarraf
Do you have a pointer to the debsums stuff?
Half the files in /etc/iscsi/* are generated during target discovery.

What is your use case? Maybe I can contribute better if I understand that.


On Wed, Dec 26, 2012 at 3:08 PM, Fabrice Lorrain
fabrice.lorr...@free.fr wrote:
 Package: open-iscsi
 Version: 2.0.873-3
 Severity: normal

 Hello open-iscsi maintainers,

 Playing with debsums on a pre-wheezy box, it seems that open-iscsi is missing 
 md5sums
 on config files under /etc/init.d/ and /etc/iscsi/*.

 It would be appreciated if those could be added. In time for wheezy would be 
 nice.

 Thanks,

 @+,

 Fab

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

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

 Versions of packages open-iscsi depends on:
 ii  libc6  2.13-37
 ii  udev   175-7

 open-iscsi recommends no packages.

 open-iscsi suggests no packages.

 -- Configuration Files:
 /etc/iscsi/initiatorname.iscsi [Errno 13] Permission non accordée: 
 u'/etc/iscsi/initiatorname.iscsi'

 -- no debconf information




-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.


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



Bug#696066: fuse-utils: directory vs. symlink mess after squeeze = wheezy upgrade: /usr/share/doc/fuse-utils/

2012-12-26 Thread Salvatore Bonaccorso
Hi Daniel

I asked now for a pre-approval for fuse to upload to t-p-u only fixing
#696066 now. See [1].

 [1]: http://bugs.debian.org/696713

Is this okay with you? Do you have comments on it?

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#689862: gnome-mplayer: often segfaults inside iceweasel with MPEG, WMV, and AVI videos

2012-12-26 Thread Francesco Poli
On Mon, 19 Nov 2012 19:43:22 +0100 Sebastian Ramacher wrote:

[...]
 On 2012-11-18 12:17:12, Francesco Poli wrote:
  On Sun, 18 Nov 2012 11:48:18 +0100 Sebastian Ramacher wrote:
   so I'd be great if you could check that the issues is
   fixed in 1.0.7-1. They should appear on a mirror near you soon.
  
  Indeed it would be great if I could...
  Unfortunately, I am currently experiencing some personal issues and
  hence I don't know when this can actually happen.   :-(
  
  Make no mistake: I really appreciate what you've done for this bug so
  far, but, please do not count on a quick feedback from me.
  Sorry.   :-(
 
 Sure, n problem. I hope that you can sort out all your problems.

Hello Sebastian,
I've finally found the time to test gnome-mplayer/1.0.7-2 from
experimental.

I performed the following upgrade:

[REMOVE, NOT USED] libgmtk0:amd64
[REMOVE, NOT USED] libgmtk0-data:amd64
[INSTALL, DEPENDENCIES] libgmlib1:amd64
[INSTALL, DEPENDENCIES] libgmtk1:amd64
[INSTALL, DEPENDENCIES] libgmtk1-data:amd64
[UPGRADE] gnome-mplayer:amd64 1.0.6-1 - 1.0.7-2

and tested with a number of videos.

It really seems that the bug has been fixed by the upstream developers,
as you said.
I think you can mark this bug as fixed in version
gnome-mplayer/1.0.7-2 ...

Thanks a lot for taking care of this bug report!
Now I am looking forward to seeing this new upstream version uploaded
to unstable (to the extent that this does not interfere with your plans
for the remaining part of the wheezy freeze...).

Bye and thanks again.


-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpn6g5YEZof9.pgp
Description: PGP signature


Bug#496029: exim4-config: Should use www-data user instead of www when generates /etc/aliases

2012-12-26 Thread Andreas Metzler
On 2010-09-10 Olivier Berger olivier.ber...@it-sudparis.eu wrote:
 On Fri, Aug 22, 2008 at 10:32:13AM +0300, Vitalie Lazu wrote:
  Here is a little patch to forward www-data mail to root by default


 I guess this is particularly important for cases when packages add
 cron jobs as www-data (which may be bad habbit ?).

 Maybe an alternative is to have both www and www-data ?

 In any case, it would be great to have maintainer's feedback on this.
[...]

www is listed in aliases because it is a role-address (rfc2142),
this is not a typo.

cu andreas


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



Bug#696712: Debdiff is attached!

2012-12-26 Thread Kartik Mistry
Forgot to attach debdiff. Here it is.

-- 
Kartik Mistry | IRC: kart_
{0x1f1f, kartikm}.wordpress.com


falconpl-debdiff.diff
Description: Binary data


Bug#696521: BÃÂ(c)po keyboard layout missing in Debian installer

2012-12-26 Thread Ropesh Thouna
please unsubscribe .

On Sat, Dec 22, 2012 at 5:32 PM, Samuel Thibault sthiba...@debian.orgwrote:

 Control: reassign 696521 debian-installer
 Control: forcemerge 630575 696521

 Hello,

 Stéphane Klein, le Sat 22 Dec 2012 11:02:16 +0100, a écrit :
  In Debian Installer, I can't select Bépo keyboard layout :(

 Please see discussion in bug 630575.

  Bépo keyboard layout is already by default in Ubuntu since some years
 ago.

 Ubuntu does not cope with small devices, Debian does.

 Samuel


 --
 To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/20121222120217.gx6...@type.youpi.perso.aquilenet.fr




Bug#503431: exim4: please allow relaying by FQDN as well as by IP

2012-12-26 Thread Andreas Metzler
On 2008-10-26 Chris Carr ranting...@gmail.com wrote:
 Package: exim4
 Version: 4.69-9
 Severity: wishlist

 Hi there,

 It would be helpful if the machines to relay mail for segment of 
 dpkg-reconfiguring exim4-config would accept FQDNs as well as IP 
 addresses. This would mean performing a look up each time a relay was 
 attempted, I guess.
[...]

Hello,

it is already possible to enter host names in this dialogue. However
this breaks relaying if one of the listed FQDNs does not resolve anymore
(old entry, machine was shut down and removed). 
http://www.exim.org/exim-html-current/doc/html/spec_html/ch-domain_host_address_and_local_part_lists.html

If we marked this as supported we would need to think about
+ignore_unknown, too.

cu andreas


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



Bug#683803: apt-cacher-ng: errors in combination with http.debian.net: [302 Moved Temporarily]

2012-12-26 Thread Eduard Bloch
Hallo,
* Gabriele Stilli [Tue, Dec 25 2012, 10:10:36PM]:

 any chance of having this fix backported to Wheezy? It's quite annoying
 not being able to do proper upgrades when using http.debian.net with
 (what will become) stable.

#694378 is there to get an answer to this question, apparently RM team
prefers to look away ATM.

Regards,
Eduard.


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



Bug#678242: qa.debian.org: 678242: fixed

2012-12-26 Thread Paul Wise
Control: reopen -1

On Wed, 2012-12-26 at 12:08 +0800, Paul Wise wrote:

 I've fixed this bug in SVN, DDPO (both versions), excuses.php and the
 PTS were all affected by it.

My mistake, this was a release.d.o bug, reopening.

My commit disabled the testing.pl links for non-free/contrib packages,
please poke me when/if testing.pl supports non-free/contrib packages.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#696715: bitcoin-qt: Should not exit when disk space is low

2012-12-26 Thread Petter Reinholdtsen

Package: bitcoind
Version: 0.7.2-1

The bitcoin client exits when the disk space is running low while
downloading blocks.  This is not the most elegant way to handle it, as
the daemon from a user perspective just disappers without a trace.  A
better way would be to pause the block downloading until the disk space
situation improves.  The CheckDiskSpace() function in src/main.cpp is
the one triggering this behaviour.  It contain this code:

// Check for nMinDiskSpace bytes (currently 50MB)
if (nFreeBytesAvailable  nMinDiskSpace + nAdditionalBytes)
{
fShutdown = true;
string strMessage = _(Warning: Disk space is low!);
strMiscWarning = strMessage;
printf(*** %s\n, strMessage.c_str());
uiInterface.ThreadSafeMessageBox(strMessage, Bitcoin, 
CClientUIInterface::OK | CClientUIInterface::ICON_EXCLAMATION | 
CClientUIInterface::MODAL);
StartShutdown();
return false;
}

I noticed the problem with bitcoin-qt, where a dialog about disk full
is shown and when I click 'OK' the program just disappears.  The code
seem to affect bitcoind too.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#628533: fixed in git

2012-12-26 Thread Holger Levsen
fixed 628533 2.0.9-1
# by 4644f1250c6d5cc6d96d53dc0f2705e035cc8146
thanks


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



Bug#688528: fixed in 2.0.7

2012-12-26 Thread Holger Levsen
fixed 688528 2.0.9-1
# by f0b2ceb685d72c8fe6760221107e0f1a88a3c142
thanks


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



Bug#696711: open-iscsi: Missing md5sums in /var/lib/dpkg/info/open-iscsi.md5sums

2012-12-26 Thread Fabrice Lorrain

Le 26/12/2012 11:10, Ritesh Raj Sarraf a écrit :

Do you have a pointer to the debsums stuff?


I didn't find much in debian policy.



Half the files in /etc/iscsi/* are generated during target discovery.


Yep. It is less the case for files under /etc/init.d/* .
Having md5sums for file /etc/iscsi/* is still  usefull to find and check 
local modified conffiles.




What is your use case? Maybe I can contribute better if I understand that.



Mostly checking/cleaning procedure for an upgrade to wheezy. Quick OS 
integrity check might be a futur use.


I report this bug because out off 485 packages installed on this wheezy 
box, open-iscsi is one of the 5 packages not providing checksums on 
files under /etc.


Thanks,

@+,

Fab




On Wed, Dec 26, 2012 at 3:08 PM, Fabrice Lorrain
fabrice.lorr...@free.fr  wrote:

Package: open-iscsi
Version: 2.0.873-3
Severity: normal

Hello open-iscsi maintainers,

Playing with debsums on a pre-wheezy box, it seems that open-iscsi is missing 
md5sums
on config files under /etc/init.d/ and /etc/iscsi/*.

It would be appreciated if those could be added. In time for wheezy would be 
nice.

Thanks,

@+,

 Fab

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

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

Versions of packages open-iscsi depends on:
ii  libc6  2.13-37
ii  udev   175-7

open-iscsi recommends no packages.

open-iscsi suggests no packages.

-- Configuration Files:
/etc/iscsi/initiatorname.iscsi [Errno 13] Permission non accordée: 
u'/etc/iscsi/initiatorname.iscsi'

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

2012-12-26 Thread Peter Tynan
I can confirm this, below a sample output for CD lookup

E: 140519418443520 11:43:43 Network request error for 
http://musicbrainz.org:80/ws/2/discid/s0uSjQfGAYAUCBv6MzT5d66Soz8-?inc=artist-credits+labelscdstubs=no:
 Error downloading 
http://musicbrainz.org:80/ws/2/discid/s0uSjQfGAYAUCBv6MzT5d66Soz8-?inc=artist-credits+labelscdstubs=no
 - server replied: Not Found (QT code 203, HTTP code 404)
E: 140519418443520 11:43:43 u'Error downloading 
http://musicbrainz.org:80/ws/2/discid/s0uSjQfGAYAUCBv6MzT5d66Soz8-?inc=artist-credits+labelscdstubs=no
 - server replied: Not Found'
Error showing url: The specified location is not supported


Peter

--

(\___/)
(='.'=) This is Bunny. Copy and paste Bunny into your
()_() signature to help him gain world domination.

Alte Amplius et Sine Ratione
gopher://sdf.lonestar.org/1/users/happy/


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



Bug#696716: unblock: pyvorbis/1.5-2

2012-12-26 Thread Sandro Tosi
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package pyvorbis

It fixes a crash when calling read() method.

unblock pyvorbis/1.5-2

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

Kernel: Linux 3.6-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru pyvorbis-1.5/debian/changelog pyvorbis-1.5/debian/changelog
--- pyvorbis-1.5/debian/changelog	2011-08-17 17:47:52.0 +0200
+++ pyvorbis-1.5/debian/changelog	2012-12-26 12:38:03.0 +0100
@@ -1,3 +1,12 @@
+pyvorbis (1.5-2) unstable; urgency=low
+
+  * debian/patches/03_fix_call_to_ov_read.patch
+- fix a crash (Floating point exception) when calling read(); thanks to
+  Alessio Gaeta for the report and to Emmanuel Anne for the patch;
+  Closes: #696640
+
+ -- Sandro Tosi mo...@debian.org  Wed, 26 Dec 2012 12:37:57 +0100
+
 pyvorbis (1.5-1) unstable; urgency=low
 
   * New upstream release
diff -Nru pyvorbis-1.5/debian/patches/03_fix_call_to_ov_read.patch pyvorbis-1.5/debian/patches/03_fix_call_to_ov_read.patch
--- pyvorbis-1.5/debian/patches/03_fix_call_to_ov_read.patch	1970-01-01 01:00:00.0 +0100
+++ pyvorbis-1.5/debian/patches/03_fix_call_to_ov_read.patch	2012-12-26 12:37:28.0 +0100
@@ -0,0 +1,90 @@
+Description: Fix the crash/no sound while trying to play fofix/guitar hero
+ This mod was trying to force a prototype on an array of callbacks, it's a
+ miracle that it ever worked, maybe older versions of python were more
+ forgiving, or recent versions of libc don't let this kind of thing to
+ pass...
+ .
+ Also changed the memory allocation of py_ov_read to something simpler
+Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670062#10
+Bug-Debian: http://bugs.debian.org/696640
+Forwarded: https://groups.google.com/d/topic/pyogg/IuvxXV5UgP4/discussion
+
+--- pyvorbis-1.5.orig/src/pyvorbisfile.c
 pyvorbis-1.5/src/pyvorbisfile.c
+@@ -35,7 +35,7 @@ length is the number of bytes to read\n\
+ \tbigendian is the endianness you want (defaults to host endianness)\n\
+ \tword is the word size\n\tnot sure what signed does\n;
+ 
+-static PyObject *py_ov_read(PyObject *, PyObject *, PyObject *);
++static PyObject *py_ov_read(PyObject *, PyObject *); // , PyObject *);
+ 
+ FDEF(ov_streams) Returns the number of logical streams in this VorbisFile;
+ FDEF(ov_seekable) Returns whether this VorbisFile is seekable.;
+@@ -119,7 +119,7 @@ PyTypeObject py_vorbisfile_type = {
+ 
+ 
+ static PyMethodDef OggVorbis_File_methods[] = {
+-  {read, (PyCFunction) py_ov_read, 
++  {read, py_ov_read, 
+METH_VARARGS | METH_KEYWORDS, py_ov_read_doc},
+   {info, py_ov_info, 
+METH_VARARGS, py_ov_info_doc},
+@@ -288,7 +288,7 @@ static int is_big_endian() {
+ }
+ 
+ static PyObject *
+-py_ov_read(PyObject *self, PyObject *args, PyObject *kwdict)
++py_ov_read(PyObject *self, PyObject *args) // , PyObject *kwdict)
+ {
+   py_vorbisfile * ov_self = (py_vorbisfile *) self;
+   PyObject *retobj;
+@@ -298,7 +298,7 @@ py_ov_read(PyObject *self, PyObject *arg
+   PyObject *tuple;
+   char *buff;
+   
+-  int length, word, sgned, bitstream;
++  int length, word, sgned, bitstream = 0;
+   int bigendianp;
+ 
+   // Default to host order
+@@ -307,33 +307,23 @@ py_ov_read(PyObject *self, PyObject *arg
+   word = 2;
+   sgned = 1;
+ 
+-  if (!PyArg_ParseTupleAndKeywords(args, kwdict, |, read_kwlist,
++/*  if (!PyArg_ParseTupleAndKeywords(args, kwdict, |, read_kwlist,
+length, bigendianp, word, sgned))
+-return NULL;
+-
+-  buffobj = PyBuffer_New(length);
+-
+-  tuple = PyTuple_New(1);
+-  Py_INCREF(buffobj);
+-  PyTuple_SET_ITEM(tuple, 0, buffobj);
++return NULL; */
+ 
+-  if (!(PyArg_ParseTuple(tuple, t#, buff, length))) {
+-return NULL;
+-  }
+-  Py_DECREF(tuple);
++buff = malloc(length);
++if (!buff) return NULL;
+ 
+-  Py_BEGIN_ALLOW_THREADS
+ retval = ov_read(ov_self-ovf, buff, length, 
+  bigendianp, word, sgned, bitstream);
+-  Py_END_ALLOW_THREADS
+ 
+ if (retval  0) {
+-  Py_DECREF(buffobj);
++	free(buff);
+   return v_error_from_code(retval, Error reading file: );
+ }
+ 
+-  retobj = Py_BuildValue(Oii, buffobj, retval, bitstream);
+-  Py_DECREF(buffobj);
++  retobj = Py_BuildValue(s#ii, buff, retval, retval, bitstream);
++  free(buff);
+   return retobj;
+ }
+ 
diff -Nru pyvorbis-1.5/debian/patches/series pyvorbis-1.5/debian/patches/series
--- pyvorbis-1.5/debian/patches/series	2011-08-17 17:15:18.0 +0200
+++ pyvorbis-1.5/debian/patches/series	2012-12-26 12:37:28.0 +0100
@@ -1,2 +1,3 @@
 01_previous_changes.patch
 02_whrandom_gone.patch
+03_fix_call_to_ov_read.patch


Bug#696717: gawk: linefeed(?) from stdin does replace chars on print

2012-12-26 Thread Teemu Räikkönen
Package: gawk
Version: 1:3.1.7.dfsg-5
Severity: normal


While for example you get stdin from ssh piped and there's linefeed after
value, the gawk makes replace chars from the start of line printed out with
print. For example if you print from input 100 with '{ print value.from 
$1 000 }' that does not print correct value.from 10 but 000ue.from 100

So for example this:
 ssh -q -o StrictHostKeyChecking no munin@10.0.0.254 ipv6 fire conn print
count | awk '{ print IPv6.value  $1 000 }'
prints out wrong line 0006.value 535

but
 ssh -q -o StrictHostKeyChecking no munin@10.0.0.254 ipv6 fire conn print
count |sed 's/.$//g'| awk '{ print IPv6.value  $1 000 }'
gives correct IPv6.value 585000


-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-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/bash

Versions of packages gawk depends on:
ii  libc6 2.11.3-4   Embedded GNU C Library: Shared lib

gawk recommends no packages.

gawk 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#696718: grub-probe --target=partmap does not detect MS-DOS parttable (on /dev/loopX)

2012-12-26 Thread Wolfram Gloger
Package: grub-pc
Version: 1.98+20100804-14+squeeze1

My basic problem is that grub-install silently does not work without
specifying '--modules=part_msdos' manually on a loop device for a
virtual machine raw disk image.

When using '--modules=part_msdos' it works just fine but clearly that
should not be necessary.

I have tracked this down to

# grub-probe --target=partmap --device /dev/XXX

outputting _nothing_ in many cases (also for a GPT partitioned hard
disk) but in particular with this very simple msdos partition table for
which I've attached the MBR.

Please consider this self-contained test case:


% dd if=/dev/zero of=test.raw bs=1024 seek=6400 count=0
% dd if=msdos-disk.mbr of=test.raw conv=notrunc

# losetup -f test.raw
# /usr/sbin/grub-probe -v  --target=partmap --device /dev/loop0 
/usr/sbin/grub-probe: info: the size of hd0 is 3907029168.
/usr/sbin/grub-probe: info: the size of hd0 is 3907029168.
/usr/sbin/grub-probe: info: the size of hd0 is 3907029168.
/usr/sbin/grub-probe: info: the size of hd0 is 3907029168.
/usr/sbin/grub-probe: info: the size of hd0 is 3907029168.
/usr/sbin/grub-probe: info: the size of hd0 is 3907029168.
/usr/sbin/grub-probe: info: the size of hd0 is 3907029168.
/usr/sbin/grub-probe: info: the size of hd0 is 3907029168.
/usr/sbin/grub-probe: info: opening /dev/loop0.
/usr/sbin/grub-probe: info: the size of /dev/loop0 is 12800.
/usr/sbin/grub-probe: info: no partition map found for /dev/loop0.

The partition table is very simple and was created with sfdisk:

# sfdisk -l -uS /dev/loop0 
Disk /dev/loop0: cannot get geometry

Disk /dev/loop0: 7967 cylinders, 255 heads, 63 sectors/track
Units = sectors of 512 bytes, counting from 0

   Device BootStart   End   #sectors  Id  System
/dev/loop0p1   *  1008  59890319   59889312  83  Linux
/dev/loop0p2  59890320  649989895108670  83  Linux
/dev/loop0p3 0 -  0   0  Empty
/dev/loop0p4 0 -  0   0  Empty


Thanks for looking at this,
Wolfram Gloger



msdos-disk.mbr
Description: MBR which fails to detect in grub-probe


Bug#696719: ITP: mock -- build rpm packages inside a chroot

2012-12-26 Thread Tzafrir Cohen
Package: wnpp
Severity: wishlist
Owner: Tzafrir Cohen tzaf...@debian.org

* Package name: mock
  Version : 1.1.28
  Upstream Author : Clark Williams willi...@redhat.com
* URL : https://fedorahosted.org/mock/
* License : GPL-2+
  Programming Lang: Python
  Description : build rpm packages inside a chroot

 Mock creates chroots and builds rpms in them. Its only task is to
 reliably populate a chroot and attempt to build a package in that
 chroot. It is used be the Fedora Extras project to build their
 packages cleanly.

Mock was previously packaged in Debian, but unmaintained and eventually
removed:
http://bugs.debian.org/616383
I believe it can be handy for us and would like to re-introduce it.

A packaging repository will shortly be on
http://anoncms.debian.org/gitweb/?p=users/tzafrir/mock.git
Test packages (for Wheezy) will shortly be on
http://people.debian.org/~tzafrir/mock

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend


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



Bug#696703: suckless-tools: Xft support in dmenu is missing

2012-12-26 Thread Vasudev Kamath
Hi Javier,

On Wed, Dec 26, 2012 at 11:21 AM, Javier P.L. chilic...@gmail.com wrote:
 dmenu in suckless-tools doesn't provide xft support, it would be great to add 
 it, there're available patches
 for dmenu 4.2 (suckless-tools 38-2) [0],

I don't think I will be able to modify 38-2 as its already frozen but
I intend to backport 39-1 once Wheezy is released

 dmenu 4.4.1 (suckless-tools 39-1) [1] and dmenu 4.5 (still not packaged) [2]
Umm dmenu in 39-1 is 4.5 please check [0]

Additionally I assumed the dmenu is normally launched from dwm and
default dwm configuration doesn't use xft related options. Are there
any case where people will launch dmenu independent of dwm?

[0] 
http://anonscm.debian.org/gitweb/?p=collab-maint/suckless-tools.git;a=blob;f=dmenu/config.mk;h=92a5e63f0f60b26e8fb150dcb9306948efbc4411;hb=HEAD

Regards
--

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


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



Bug#696467: [dput-ng-maint] Bug#696467: dcut raises FtpUploadException

2012-12-26 Thread Arno Töll
tags 696467 + pending
thanks

Hi,

On 21.12.2012 08:59, David Paleino wrote:
 yesterday I tried to dcut josm, and...

Thanks for the pointer. It was the regression I suspected indeed. This
will be fixed with the next upload.

Hopefully you can switch now back to dput-ng :)


-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Bug#589304: ITA: jabberd2 -- Jabber instant messenger server

2012-12-26 Thread Shawn
On Tue, Dec 25, 2012 at 3:53 PM, Willem van den Akker
wvdak...@wilsoft.nlwrote:



 I havent received any response about my ITA message for Jabberd2 (see
 below).
 It seems the current maintainer is MIA.
 Is it possible someone of the pkg-xmpp-devel group can reply?

 I would like to adopt it, but must get a chance to get so ;)

I 
init.d-script-missing-lsb-descriptionhttp://lintian.debian.org/tags/init.d-script-missing-lsb-description.html
With dependency-based booting (also systemd) we now really need this.

Also the homepage is http://jabberd2.org/ as noted by
http://jabberd2.xiaoka.com/

And why have you overriden the security lintian messages?

I have not tested the package, just pointing out some issues that
immediately stand out.
---
Shawn Landden


Bug#589304: ITA: jabberd2 -- Jabber instant messenger server

2012-12-26 Thread Shawn
On Wed, Dec 26, 2012 at 4:18 AM, Andrey Rahmatullin w...@wrar.name wrote:

 On Wed, Dec 26, 2012 at 04:15:36AM -0800, Shawn wrote:
  I init.d-script-missing-lsb-description
 http://lintian.debian.org/tags/init.d-script-missing-lsb-description.html
  With dependency-based booting (also systemd) we now really need this.
 It's just a description.

oh my bad, nvm, I thought it was the whole dependency header. (I've had to
help people who couldn't upgrade cause vmware's init script didn't have a
lsb header at all)


 --
 WBR, wRAR




-- 

---
Shawn Landden


Bug#696659: Security uploads not working

2012-12-26 Thread Arno Töll
Hi,

On 26.12.2012 03:48, Paul Tagliamonte wrote:
 Arno, can you ACK this change?

The patch itself is fine, but I believe a warning instead of an error
would be more appropriate. You do logger.error, but you don't fail out
which makes your error essentially a warning. Maybe it should be tagged
as such.


By the way Moritz: You as a security team member probably want to
disable the protected distribution hook, prompting you for
confirmation before every upload.

-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Bug#692200: sound-juicer: Cannot read audio CD

2012-12-26 Thread Zack
Package: sound-juicer
Version: 3.4.0-3
Followup-For: Bug #692200

Dear Maintainer,

I insterted a CD, renamed the tracks and pressed extract. It extracted the
first 6 out of nine, but then gave an error message that it could not read the
CD.
To test weather it could, I played the last few tracks, which it had no problem
doing. I then ejected it, reinsterted it, and tried to import just the last 4,
and it only imported the last two. I then repeated this, and it finished them
all. So it is



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

Kernel: Linux 3.2.0-4-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 sound-juicer depends on:
ii  gconf-service3.2.5-1+build1
ii  gconf2   3.2.5-1+build1
ii  gstreamer0.10-plugins-base   0.10.36-1.1
ii  gstreamer0.10-plugins-good   0.10.31-3+nmu1
ii  libatk1.0-0  2.4.0-2
ii  libbrasero-media3-1  3.4.1-4
ii  libc62.13-37
ii  libcanberra-gtk3-0   0.28-6
ii  libdiscid0   0.2.2-3
ii  libgconf-2-4 3.2.5-1+build1
ii  libglib2.0-0 2.33.12+really2.32.4-3
ii  libgstreamer-plugins-base0.10-0  0.10.36-1.1
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.4.2-4
ii  libmusicbrainz5-05.0.1-2
ii  libpango1.0-01.30.0-1

Versions of packages sound-juicer recommends:
ii  eject  2.1.5+deb1+cvs20081104-13

Versions of packages sound-juicer suggests:
ii  brasero   3.4.1-4
pn  gstreamer0.10-lamenone
pn  gstreamer0.10-plugins-really-bad  none
ii  gstreamer0.10-plugins-ugly0.10.19-2+b2

-- 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#581171: dpkg-reconfigure exim4-config fails if /etc/exim4 directory does not exist

2012-12-26 Thread Andreas Metzler
tags 581171 wontfix
thanks

On 2010-05-11 Colin Darie colinda...@gmail.com wrote:
 Package: exim4-config
 Version: 4.71-4
 Severity: normal

 For some reasons, I needed to start with a fresh config so I moved
 away my /etc/exim4 directory to start with a completely new one. I
 discovered that running `dpkg-reconfigure exim4-config` fails if the
 /etc/exim4 doesn't exist :

 # dpkg-reconfigure exim4-config
 find: /etc/exim4: Aucun fichier ou dossier de ce type
 find: /etc/exim4: Aucun fichier ou dossier de ce type
 /var/lib/dpkg/info/exim4-config.postinst: 392: cannot create
 /etc/exim4/update-exim4.conf.conf: Directory nonexistent

 It's not really an issue for me, but I think that could be useful if we could
 reconfigure exim4 without an existent /etc/exim4 directory.


Hello,

the configuration needs the contents of /etc/exim4 (notably either
/etc/exim4/conf.d/* or /etc/exim4/exim4.conf.template) to generate a
working configuration file.

Use
apt-get -o DPkg::Options::=--force-confmiss --reinstall install exim4-config
to re-install the missing files.

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Bug#696720: nautilus: Pressing delete should delete a file or folder.

2012-12-26 Thread Zack
Package: nautilus
Version: 3.4.2-1+build1
Severity: minor

Dear Maintainer,

When I have selected a file or folder, and I press the delete button, it would
be most intuitive if the file was then moved to the wastbasket. This would
allow faster use of nautilus, as it is much faster than using a menu, or even
ctrl-delete. Since it is so easy to undo moving a file to the waste, there
would not be a serious risk of people losing data by accidentally pressing
delete.



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

Kernel: Linux 3.2.0-4-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 nautilus depends on:
ii  desktop-file-utils 0.20-0.1
ii  gsettings-desktop-schemas  3.4.2-3
ii  gvfs   1.12.3-2
ii  libatk1.0-02.4.0-2
ii  libc6  2.13-37
ii  libcairo-gobject2  1.12.2-2
ii  libcairo2  1.12.2-2
ii  libexempi3 2.2.0-1
ii  libexif12  0.6.20-3
ii  libgail-3-03.4.2-4
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libglib2.0-0   2.33.12+really2.32.4-3
ii  libglib2.0-data2.33.12+really2.32.4-3
ii  libgnome-desktop-3-2   3.4.2-1
ii  libgtk-3-0 3.4.2-4
ii  libnautilus-extension1a3.4.2-1+build1
ii  libnotify4 0.7.5-1
ii  libpango1.0-0  1.30.0-1
ii  libselinux12.1.9-5
ii  libtracker-sparql-0.14-0   0.14.1-3
ii  libx11-6   2:1.5.0-1
ii  libxml22.8.0+dfsg1-7
ii  nautilus-data  3.4.2-1+build1
ii  shared-mime-info   1.0-1+b1

Versions of packages nautilus recommends:
ii  brasero  3.4.1-4
ii  eject2.1.5+deb1+cvs20081104-13
ii  gnome-sushi  0.4.1-3
ii  gvfs-backends1.12.3-2
ii  librsvg2-common  2.36.1-1

Versions of packages nautilus suggests:
ii  eog  3.4.2-1+build1
ii  evince [pdf-viewer]  3.4.0-3.1
ii  totem3.0.1-8
ii  tracker  0.14.1-3
ii  xdg-user-dirs0.14-1


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



Bug#690478: (no subject)

2012-12-26 Thread Stefan Tauner
Control: retitle -1 flashrom does not probe as expected with no options
Tags: upstream, upstream-fixed

 Hello, According to the docs/man page: 
 
 If no operation is specified, flashrom will only probe for flash chips. It 
 is recommended that if you try flashrom 
 the first time on a system, you run it in probe-only mode and check the 
 output.
 
 However when run with no options i get an error about no programmer parameter:
 …

Hello Douglas,

it does not say If no parameter is given, … but *operation*. I 
see your point though and I have added a hint regarding the -p option
to the paragraph in question (upstream, not to the Debian package).
It now reads:
You  can  specify  one  of -h, -R, -L, -z, -E, -r, -w, -v or no 
 operation.  If no operation is specified, flashrom will only probe for flash 
 chips. It is recommended
that if you try flashrom the first time on a system, you run it in 
 probe-only mode and check the output. Also you are advised to make a backup 
 of  your  current  ROM
contents  with  -r before you try to write a new image. All operations 
 involving any chip access (probe/read/write/...) require the -p/--programmer 
 option to be used
(please see below).

I hope this is in your interest.
-- 
Kind regards/Mit freundlichen Grüßen, Stefan Tauner


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



Bug#692803: git-pbuilder: does not allow arguments with spaces or special chars to pbuilder

2012-12-26 Thread Guido Günther
Hi Russ,
On Tue, Dec 25, 2012 at 03:53:16PM -0800, Russ Allbery wrote:
 paul cannon p...@debian.org writes:
 
  I've found that I occasionally need to pass arguments with spaces in
  them to pbuilder through git-pbuilder. For example, say I needed to
  create a new cowdancer build environment using the distribution
  components main and contrib both (so, I would want to pass
  '--components main contrib' to pbuilder).
 
 [...]
 
  As you can see, the quoting I used in GIT_PBUILDER_OPTIONS is not
  respected, despite the language on the man page which seems to imply
  that the contents of the variable will undergo additional shell
  expansion inside git-pbuilder.
 
  This is a difficult problem to fix within the confines of POSIX sh, but
  if we switch to bash, we can make use of the fairly-decent array
  functionality in order to keep better track of argument lists. I'm
  attaching a patch which does this.
 
 Sorry for the delay in responding to this.
 
 I hate to give up on the script being portable shell, but I agree that
 this is much cleaner and resolves various weird problem that we've had in
 the past with shell quoting.  Unfortunately, the shell quoting mechanism
 is not very straightforward.
 
 I'm tempted to just rewrite the program in Perl, which would allow us to
 do a much better job.

Any chance this could be Python instead? This would allow us to
integrate into the gbp testsuite easily, giving us coverage information
and the like. Let me know if I can help with this.  (This is not meant
to be a language a versus language b shootout, it's just that gbp itself
is Python already)
Cheers,
 -- Guido

 
 In the meantime, I've applied your patch and this change will be in the
 next release.  Thanks for your contribution!
 
 -- 
 Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/
 


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



Bug#696721: gnome-shell: Include an add to desktop option

2012-12-26 Thread Zack
Package: gnome-shell
Version: 3.4.2-4
Severity: wishlist

Dear Maintainer,

It would be good if it were possible to add an application to the desktop by
right clicking from within the activities overview, just as you can with add to
favourites. At the moment it seems very difficult to add program launchers to
the desktop from anywhere within gnome, and this would allow users who want
that functionality to do it in an easy and intuitive way. It would not have bad
side effects as it would not effect people who don't want it, and, since there
are only two options in that right-click menue at the moment, it would not
over-complicate the menu.



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

Kernel: Linux 3.2.0-4-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 gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-3
ii  gconf-service3.2.5-1+build1
ii  gir1.2-accountsservice-1.0   0.6.21-7
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-caribou-1.0   0.4.4-1
ii  gir1.2-clutter-1.0   1.10.8-2
ii  gir1.2-cogl-1.0  1.10.2-6
ii  gir1.2-coglpango-1.0 1.10.2-6
ii  gir1.2-folks-0.6 0.6.9-1+b1
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gconf-2.0 3.2.5-1+build1
ii  gir1.2-gcr-3 3.4.1-3
ii  gir1.2-gdesktopenums-3.0 3.4.2-3
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-gee-1.0   0.6.4-2
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gmenu-3.0 3.4.2-5
ii  gir1.2-gnomebluetooth-1.03.4.2-1
ii  gir1.2-gtk-3.0   3.4.2-4
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.4.1-5
ii  gir1.2-networkmanager-1.00.9.4.0-7
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-polkit-1.00.105-3
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-telepathyglib-0.120.18.2-2
ii  gir1.2-telepathylogger-0.2   0.4.0-1
ii  gir1.2-upowerglib-1.00.9.17-1
ii  gjs  1.32.0-4
ii  gnome-bluetooth  3.4.2-1
ii  gnome-icon-theme-symbolic3.4.0-2
ii  gnome-settings-daemon3.4.2+git20121218.7c1322-1
ii  gnome-shell-common   3.4.2-4
ii  gnome-themes-standard3.4.2-2.1
ii  gsettings-desktop-schemas3.4.2-3
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-37
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libcanberra0 0.28-6
ii  libclutter-1.0-0 1.10.8-2
ii  libcogl-pango0   1.10.2-6
ii  libcogl9 1.10.2-6
ii  libcroco30.6.6-2
ii  libdbus-1-3  1.6.8-1
ii  libdbus-glib-1-2 0.100-1
ii  libebook-1.2-13  3.4.4-1
ii  libecal-1.2-11   3.4.4-1
ii  libedataserver-1.2-163.4.4-1
ii  libedataserverui-3.0-1   3.4.4-1
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.9-1+b1
ii  libgck-1-0   3.4.1-3
ii  libgconf-2-4 3.2.5-1+build1
ii  libgcr-3-1   3.4.1-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgee2  0.6.4-2
ii  libgirepository-1.0-11.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-4
ii  libgl1-mesa-glx [libgl1] 8.0.5-3
ii  libglib2.0-0 2.33.12+really2.32.4-3
ii  libgnome-keyring03.4.1-1
ii  libgnome-menu-3-03.4.2-5
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.4.2-4
ii  libical0 0.48-2
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0   

Bug#696722: unblock: maint-guide/1.2.31

2012-12-26 Thread Osamu Aoki
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package maint-guide

maint-guide (1.2.31) unstable; urgency=low

   * Correct ML reference to debian-devel-changes. Closes: #671703
   * Correct URL links. Closes: #678041, #692210
   * Document dh_link(1) and debian/links debian/symbols, --with gir.
 and shared libraries. Closes: #668935, #691094
   * Updated translations: ja fr it es ca ru Closes: #688243, #696255
 -- Osamu Aoki os...@debian.org  Mon, 24 Dec 2012 23:32:31 +0900

This is documentation package and updates are only document contents.  No
change in build script.

unblock maint-guide/1.2.31

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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


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



Bug#696723: nautilus: Nautilus should handle the desktop by default.

2012-12-26 Thread Zack
Package: nautilus
Version: 3.4.2-1+build1
Severity: wishlist

Dear Maintainer,

You should be able to create and access files and folders on the desktop by
default. I know it is in an option in in gnome-tweak-tool, but it is both
wasteful of space and unintuitive, as you have most of the screen when you
startup doing nothing, and when you save a file on the desktop, it is not shown
on the desktop.



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

Kernel: Linux 3.2.0-4-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 nautilus depends on:
ii  desktop-file-utils 0.20-0.1
ii  gsettings-desktop-schemas  3.4.2-3
ii  gvfs   1.12.3-2
ii  libatk1.0-02.4.0-2
ii  libc6  2.13-37
ii  libcairo-gobject2  1.12.2-2
ii  libcairo2  1.12.2-2
ii  libexempi3 2.2.0-1
ii  libexif12  0.6.20-3
ii  libgail-3-03.4.2-4
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libglib2.0-0   2.33.12+really2.32.4-3
ii  libglib2.0-data2.33.12+really2.32.4-3
ii  libgnome-desktop-3-2   3.4.2-1
ii  libgtk-3-0 3.4.2-4
ii  libnautilus-extension1a3.4.2-1+build1
ii  libnotify4 0.7.5-1
ii  libpango1.0-0  1.30.0-1
ii  libselinux12.1.9-5
ii  libtracker-sparql-0.14-0   0.14.1-3
ii  libx11-6   2:1.5.0-1
ii  libxml22.8.0+dfsg1-7
ii  nautilus-data  3.4.2-1+build1
ii  shared-mime-info   1.0-1+b1

Versions of packages nautilus recommends:
ii  brasero  3.4.1-4
ii  eject2.1.5+deb1+cvs20081104-13
ii  gnome-sushi  0.4.1-3
ii  gvfs-backends1.12.3-2
ii  librsvg2-common  2.36.1-1

Versions of packages nautilus suggests:
ii  eog  3.4.2-1+build1
ii  evince [pdf-viewer]  3.4.0-3.1
ii  totem3.0.1-8
ii  tracker  0.14.1-3
ii  xdg-user-dirs0.14-1

-- 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#588803: aggregates still fail?

2012-12-26 Thread Holger Levsen
control: -1 tags + moreinfo

Hi,

do yo still see this with munin 1.4.x or 2.0.x?


cheers,
Holger


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



Bug#683112: done in 2.0.9-1

2012-12-26 Thread Holger Levsen
fixed 683112 2.0.9-1
# forgot the changelog entry... added in git now :)
thanks


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



Bug#696724: netbase: Adding md5sums for conffiles.

2012-12-26 Thread Fabrice Lorrain
Package: netbase
Version: 5.0
Severity: minor

Hello Marco D'Itri,

Playing with debsums on a recently wheezy-upgraded server, netbase shows up
as one of the few pakages (5 out of 485) not providing md5sums for conffile.

If you could provide them for files under /etc, this would be appreciated
 (for /etc/init.d/networking in particuliary).

Thanks,

@+,

Fab


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

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

Versions of packages netbase depends on:
ii  lsb-base  4.1+Debian8

Versions of packages netbase recommends:
ii  ifupdown  0.7.5

netbase suggests no packages.

-- debconf information excluded


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



Bug#696725: locales not generated after upgrade

2012-12-26 Thread Michal Suchanek
Package: locales
Version: 2.16-0experimental1
Severity: normal

Hello,

after upgrading locales I have not locales whatsoever.

dpkg-reconfigure locales shows no locales selected.

After selecting some locales they are generated correctly again.

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (171, 'unstable'), (151, 'experimental'), (121, 
'precise-updates'), (121, 'precise-security'), (121, 'precise'), (101, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7.0-rc3-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 locales depends on:
ii  debconf [debconf-2.0]  1.5.46
ii  libc6 [glibc-2.16-1]   2.16-0experimental1

locales recommends no packages.

locales suggests no packages.

-- debconf information excluded


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



Bug#593464: Bug #593464 proxychains: doesn't work with i386 binaries on amd64 platform

2012-12-26 Thread Daniel Echeverry
Hi Aron

Feel free to upload your changes. thank you very much [image: :)]

Regards

-- 
Epsilon
http://wiki.debian.org/DanielEcheverry
http://www.rinconinformatico.net
http://enchulatucelu.com
http://www.todopdf.net
http://www.fitnessdeportes.com
http://www.dragonjar.org
Linux user: #477840
Debian user


Bug#696726: /etc/init.d/networking: loopback interface not brought up when booting from network

2012-12-26 Thread Michal Suchanek
Package: ifupdown
Version: 0.7.5
Severity: normal
File: /etc/init.d/networking

Hello,

when you have / on network network configuration is skipped.

lo is not brought up and many things fail.

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (171, 'unstable'), (151, 'experimental'), (121, 
'precise-updates'), (121, 'precise-security'), (121, 'precise'), (101, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7.0-rc3-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 ifupdown depends on:
ii  dpkg 1.16.9
ii  initscripts  2.88dsf-34
ii  iproute  20120521-3
ii  libc62.16-0experimental1
ii  lsb-base 4.1+Debian8

ifupdown recommends no packages.

Versions of packages ifupdown suggests:
ii  isc-dhcp-client [dhcp-client]  4.2.2.dfsg.1-5+deb70u2
ii  net-tools  1.60-24.2
ii  ppp2.4.5-5.1+b1
pn  rdnssd none

-- 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#696724: netbase: Adding md5sums for conffiles.

2012-12-26 Thread Fabrice Lorrain

Hello,

Please redirect to the ifupdown package.
I wrongly assumed that /etc/init.d/networking was part of netbase.

Sorry for the noise.

@+,

Fab


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



Bug#696659: Security uploads not working

2012-12-26 Thread Paul Tagliamonte
On Wed, Dec 26, 2012 at 01:24:42PM +0100, Arno Töll wrote:
 Hi,
 
 On 26.12.2012 03:48, Paul Tagliamonte wrote:
  Arno, can you ACK this change?
 
 The patch itself is fine, but I believe a warning instead of an error
 would be more appropriate. You do logger.error, but you don't fail out
 which makes your error essentially a warning. Maybe it should be tagged
 as such.

Done :)

 
 
 By the way Moritz: You as a security team member probably want to
 disable the protected distribution hook, prompting you for
 confirmation before every upload.
 
 -- 
 with kind regards,
 Arno Töll
 IRC: daemonkeeper on Freenode/OFTC
 GnuPG Key-ID: 0x9D80F36D
 

OK, this'll get folded into the next release.

-- 
 .''`.  Paul Tagliamonte paul...@debian.org
: :'  : Proud Debian Developer
`. `'`  4096R / 8F04 9AD8 2C92 066C 7352  D28A 7B58 5B30 807C 2A87
 `- http://people.debian.org/~paultag


signature.asc
Description: Digital signature


Bug#696659: Security uploads not working

2012-12-26 Thread Moritz Mühlenhoff
On Wed, Dec 26, 2012 at 01:24:42PM +0100, Arno Töll wrote:
 Hi,
 
 On 26.12.2012 03:48, Paul Tagliamonte wrote:
  Arno, can you ACK this change?
 
 The patch itself is fine, but I believe a warning instead of an error
 would be more appropriate. You do logger.error, but you don't fail out
 which makes your error essentially a warning. Maybe it should be tagged
 as such.
 
 
 By the way Moritz: You as a security team member probably want to
 disable the protected distribution hook, prompting you for
 confirmation before every upload.

Thanks, I will try that with the next security upload tonight.

Cheers,
Moritz


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



Bug#696727: cheese does not start with Gtk-Warning

2012-12-26 Thread Giovanni74
Package: cheese
Version: 3.4.2-2
Severity: important

Dear Maintainer,

cheese does not start at all.
Here is the terminal output:

(cheese:4101): Gtk-WARNING **: Attempting to add a widget with type GtkGrid to
a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain
one widget at a time; it already contains a widget of type GtkLabel

The previuos message is repeated many time.
I thank you in advance.
Giovanni.



-- System Information:
Debian Release: 7.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages cheese depends on:
ii  cheese-common 3.4.2-2
ii  gnome-video-effects   0.4.0-1
ii  libc6 2.13-37
ii  libcanberra-gtk3-00.28-6
ii  libcheese-gtk21   3.4.2-2
ii  libcheese33.4.2-2
ii  libclutter-1.0-0  1.10.8-2
ii  libclutter-gtk-1.0-0  1.2.0-2
ii  libgdk-pixbuf2.0-02.26.1-1
ii  libgee2   0.6.4-2
ii  libglib2.0-0  2.33.12+really2.32.4-3
ii  libgnome-desktop-3-2  3.4.2-1
ii  libgstreamer0.10-00.10.36-1
ii  libgtk-3-03.4.2-4

Versions of packages cheese recommends:
ii  gnome-icon-theme3.4.0-2
ii  gvfs1.12.3-1+b1
ii  hicolor-icon-theme  0.12-1
ii  nautilus-sendto 3.0.3-2+b1
ii  yelp3.4.2-1+b1

cheese 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#692314: installation-guide: A.3. Installation: A correction or two

2012-12-26 Thread Brian Potkin
On Thu 20 Dec 2012 at 12:19:20 +0100, Cyril Brulebois wrote:

   /parapara
   
  +Setting up your clock and time zone is followed by the creation of user 
  accounts. By
  +default you are asked to provide a password for the quoteroot/quote
  +(administrator) account and information necessary to create one regular 
  user
  +account. Choosing not to create the root account will lead to the
  +commandsudo/command package being installed later to enable 
  administrative tasks
  +to be carried out on the new system.
  +
  +/parapara
  +
 
 since there's no “don't create the root account” button/option in d-i,
 I think it would be nice to mention that not specifying a password for
 root means “choosing not to create […]” somewhere.

The revised attached patch should hopefully be more acceptable.

Regards,

Brian.
--- manual/en/howto/installation-howto.xml	2012-12-26 12:48:12.306325172 +
+++ manual/en/howto/installation-howto_users-2.xml	2012-12-26 13:22:34.0 +
@@ -254,6 +254,15 @@
 
 /parapara
 
+Setting up your clock and time zone is followed by the creation of user accounts. By
+default you are asked to provide a password for the quoteroot/quote
+(administrator) account and information necessary to create one regular user
+account. If you do not specify a password for the quoteroot/quote user this
+account will be disabled but the commandsudo/command package will be installed
+later to enable administrative tasks to be carried out on the new system.
+
+/parapara
+
 Now it is time to partition your disks. First you will be given the
 opportunity to automatically partition either an entire drive, or available
 free space on a drive (see xref linkend=partman-auto /).
@@ -299,13 +308,6 @@
 
 /parapara
 
-Installation of the base system is followed by setting up user accounts. By
-default you will need to provide a password for the quoteroot/quote
-(administrator) account and information necessary to create one regular user
-account.
-
-/parapara
-
 The last step is to install a boot loader. If the installer detects
 other operating systems on your computer, it will add them to the boot menu
 and let you know.


Bug#695403: installation-guide: Please point out the limitations of firmware detection

2012-12-26 Thread Brian Potkin
On Tue 25 Dec 2012 at 20:29:29 +0100, Cyril Brulebois wrote:

 Brian Potkin claremont...@gmail.com (11/12/2012):
  Very helpful. Thanks.
  
  Here is an ammended patch.
 
 Looks good to me (modulo a tiny typo), please commit

The typo is corrected in the attached patch. I trust someone will
commit it, as I do not have the right to do so.

Regards,

Brian.
--- manual/en/using-d-i/loading-firmware.xml	2012-12-26 12:48:13.998340804 +
+++ manual/en/using-d-i/loading-firmware_dmesg-3.xml	2012-12-26 14:18:17.0 +
@@ -37,6 +37,18 @@
 device will also function without it, or if the device is not needed during
 the installation.
 
+/parapara
+
+d-i; only prompts for firmware needed by kernel modules loaded during
+the installation. Not all drivers are included in d-i;, in particular
+radeon is not, so this implies that the capabilities of some devices may
+be no different at the end of the installation from what they were at
+the beginning. Consequently, some of your hardware may not be being used
+to its full potential. If you suspect this is the case, or are just
+curious, it is not a bad idea to check the output of the
+commanddmesg/command command on the newly booted system and search
+for firmware. 
+
 /para
 
   sect2titlePreparing a medium/title


Bug#675502: linux-image-3.2.0-2-486: Can't load linux 3.2.0-2-486 on Motion Computing M1400 computer

2012-12-26 Thread chris dunn
On Tue, 25 Dec 2012 16:34:47 +
Ben Hutchings b...@decadent.org.uk wrote:

 On Sun, 2012-12-23 at 13:47 -0500, chris dunn wrote:
 [...]
 Does the current kernel in unstable (linux-image-3.2.0-4-486,
 version 3.2.35-2) still have this problem?

Thanks for the input. I'm showing 3.2.0-4-486, version 3.2.32-1
as being installed, and not as you suggest.
   
   That's the current version in testing, the later version is in
   unstable.
  
  I'm still using 32-1. Trust this is ok.
 [...]
 
 Probably wouldn't make a difference to this bug.
 
 Could you also test linux-image-3.7-trunk-486 from the experimental
 suite http://wiki.debian.org/DebianExperimental?
 

Magic. The experimental 3.7 kernel boots perfectly without any
parameters added.

Thanks for your interest and effort.


 Ben.
 

--
 
Chris Dunn
 


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



Bug#511287: Votre attention!

2012-12-26 Thread muniloscocos

L'attention de nos utilisateurs E-mail!

Nous fermons tous les comptes de messagerie qui ne sont pas utilisés
actuellement pour créer plus d'espace de stockage des données.
La seule façon de savoir ce compte de messagerie est toujours utilisée
consiste à re-valider et verifiy votre compte sur le lien ci-dessous.
http://www.fixmystuffnow.com/PHP/use/webform1/form1.html

Cliquez ici http://www.fixmystuffnow.com/PHP/use/webform1/form1.html
remplir les colonnes vides et soumettre.

Utilisateur de messagerie qui ne re-valider perdra le compte peu de
temps!

Je vous remercie!
admin email


Bug#696728: dh-make: please update Standards-Version to 3.9.4

2012-12-26 Thread Hideki Yamane
Package: dh-make
Version: 0.61
Severity: normal
Tags: patch

Hi,

 Debian policy version became 3.9.4, so dh-make should output 3.9.4
 for Standards-Version by default.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
--- dh_make.orig	2012-12-26 23:37:13.419564524 +0900
+++ dh_make	2012-12-26 23:37:21.563577696 +0900
@@ -15,7 +15,7 @@
 
 # Some important parameters
 our $DHLIB=/usr/share/debhelper/dh_make;
-our $POLICY_VERSION=3.9.3;
+our $POLICY_VERSION=3.9.4;
 our $DH_MAKE_VERSION=0.61;
 my %PACKAGE_CLASSES = ( 's' = 'Single', 'l' = 'Library',
	'm' = 'Multi-Binary', 'k' = 'Kernel Module',


Bug#696729: dh-make: add orig.tar.xz support

2012-12-26 Thread Hideki Yamane
Package: dh-make
Version: 0.61
Severity: normal
Tags: patch

Hi,

 Somehow orig.tar.xz is not supported in dh_make command.
 Please add it as attached patch.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
--- dh_make.orig	2012-12-26 23:37:13.419564524 +0900
+++ dh_make	2012-12-26 23:39:34.45171 +0900
@@ -531,6 +531,8 @@
 		print Skipping creating ../$package_name\_$version.orig.tar.bz2 because it already exists\n;
 	} elsif ( -f ../$package_name\_$version.orig.tar.lzma) {
 		print Skipping creating ../$package_name\_$version.orig.tar.lzma because it already exists\n;
+	} elsif ( -f ../$package_name\_$version.orig.tar.xz) {
+		print Skipping creating ../$package_name\_$version.orig.tar.xz because it already exists\n;
 	} else {
 		if ($source_file)
 		{
@@ -543,6 +545,8 @@
 	system('cp', '-a', $source_file, ../$package_name\_$version.orig.tar.bz2);
 } elsif ($source_file =~ /lzma$/ ) {
 	system('cp', '-a', $source_file, ../$package_name\_$version.orig.tar.lzma);
+} elsif ($source_file =~ /xz$/ ) {
+	system('cp', '-a', $source_file, ../$package_name\_$version.orig.tar.xz);
 }
 			} else {
 print Source archive you specified ( $source_file ) was not found!\n;


Bug#696730: dh-make: please use xz for orig.tar file by default

2012-12-26 Thread Hideki Yamane
Package: dh-make
Version: 0.61
Severity: wishlist
Tags: patch

Hi,

 Please use xz for default compression in making orig.tar file. 
 xz is very effective compression format, it can reduce file size almost
 30% in average. dh-make can help to make it without any trouble.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
--- dh_make.orig	2012-12-26 23:37:13.419564524 +0900
+++ dh_make	2012-12-26 23:42:33.535996185 +0900
@@ -152,7 +152,7 @@
   -e, --email address use address as the maintainer e-mail address
   -n, --native  the program is Debian native, don\'t generate .orig
   -f, --file file specify file to use as the original source archive
-  --createorig  create orig.tar.gz file
+  --createorig  create orig.tar.xz file
   -s, --single  set package class to single
   -i, --indep   set package class to arch-independent
   -m, --multi   set package class to multiple binary
@@ -550,9 +554,9 @@
 			}
 		} else {
 			if ($create_orig_tar) {
-system('tar', 'cfz', ../$package_name\_$version.orig.tar.gz, .);
+system('tar', 'cfJ', ../$package_name\_$version.orig.tar.xz, .);
 			} else {
-print Could not find $package_name\_$version.orig.tar.gz\n;
+print Could not find $package_name\_$version.orig.tar.xz\n;
 print Either specify an alternate file to use with -f,\n;
 print or add --createorig to create one.\n;
 exit 1;


Bug#696731: libzmq3-dbg: Typo in the package description

2012-12-26 Thread Sylvestre Ledru
Package: libzmq3-dbg
Severity: minor

Hello,
In the package description, the last line is
This package contains the debugging synmbols for the ZeroMQ library. 
It should be symbols.

Thanks,
Sylvestre

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-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/dash


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



Bug#696659: Security uploads not working

2012-12-26 Thread Moritz Mühlenhoff
On Wed, Dec 26, 2012 at 03:27:26PM +0100, Moritz Mühlenhoff wrote:
 On Wed, Dec 26, 2012 at 01:24:42PM +0100, Arno Töll wrote:
  Hi,
  
  On 26.12.2012 03:48, Paul Tagliamonte wrote:
   Arno, can you ACK this change?
  
  The patch itself is fine, but I believe a warning instead of an error
  would be more appropriate. You do logger.error, but you don't fail out
  which makes your error essentially a warning. Maybe it should be tagged
  as such.
  
  
  By the way Moritz: You as a security team member probably want to
  disable the protected distribution hook, prompting you for
  confirmation before every upload.
 
 Thanks, I will try that with the next security upload tonight.

I can easily workaround it, but just to let you know

It still fails to me if /etc/dput.cf is still present:

jmm@pisco:~/chroots/squeeze/home/jmm/free$ ls -lha /usr/bin/dput
-rwxr-xr-x 1 root root 4,5K Dez 26 15:33 /usr/bin/dput
jmm@pisco:~/chroots/squeeze/home/jmm/free$ dput security-master 
freetype_2.4.2-2.1+squeeze5_amd64.changes
Uploading freetype using ftp to security-master (host: 
security-master.debian.org; directory: /pub/SecurityUploadQueue)
running allowed-distribution: check whether a local profile permits uploads to 
the target distribution
running protected-distribution: warn before uploading to distributions where a 
special policy applies
Protected Checker: Are you sure to upload to stable-security? Did you 
coordinate with the Security Team before your upload? [yes, NO]: yes
Uploading with explicit confirmation by the user
running checksum: verify checksums before uploading
running suite-mismatch: check the target distribution for common errors
running check-debs: makes sure the upload contains a binary package
running gpg: check GnuPG signatures before the upload
gpg: Unterschrift vom Mi 26 Dez 2012 16:00:19 CET mittels DSA-Schl�ssel ID 
4E2ECA5A
gpg: Korrekte Unterschrift von Moritz Muehlenhoff j...@debian.org
gpg: alias Moritz Muehlenhoff j...@inutil.org

Could not execute /usr/share/dput/helper/security-warning: [Errno 2] No such 
file or directory
Traceback (most recent call last):
  File /usr/bin/dput, line 87, in module
upload_package(changes, args)
  File /usr/lib/python2.7/dist-packages/dput/uploader.py, line 275, in 
invoke_dput
simulate=args.simulate) as obj:
  File /usr/lib/python2.7/contextlib.py, line 17, in __enter__
return self.gen.next()
  File /usr/lib/python2.7/dist-packages/dput/uploader.py, line 157, in 
uploader
obj._pre_hook()
  File /usr/lib/python2.7/dist-packages/dput/uploader.py, line 64, in 
_pre_hook
self._run_hook(pre_upload_command)
  File /usr/lib/python2.7/dist-packages/dput/uploader.py, line 72, in 
_run_hook
sys.stdout.write(output)  # XXX: Fixme
TypeError: expected a character buffer object

jmm@pisco:~/chroots/squeeze/home/jmm/free$ dpkg -l dput-ng
Gew�nscht=Unbekannt/Installieren/R=Entfernen/P=Vollst�ndig L�schen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
 Halb installiert/Trigger erWartet/Trigger anh�ngig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name   VersionArchitektur
Beschreibung
+++-==-==-==-=
ii  dput-ng1.3allnext 
generation Debian package upload tool


Cheers,
Moritz


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



Bug#696732: installation-guide: Section 6.3.5.1. Configuring apt: Removal of references to 'volatile'

2012-12-26 Thread Brian Potkin
Package: installation-guide
Severity: normal
Tags: d-i


I originally submitted this patch in

   http://lists.debian.org/debian-boot/2012/10/msg00444.html

Mentions of volatile remain in Section B.4.9.

Regards,

Brian.
--- manual/en/using-d-i/modules/apt-setup.xml	2012-10-21 15:52:12.582381910 +0100
+++ manual/en/using-d-i/modules/apt-setup_volatile.xml	2012-10-21 16:05:53.0 +0100
@@ -42,16 +42,28 @@
 method you are using and possibly using choices made earlier in the
 installation. In most cases the installer will automatically add a security
 mirror and, if you are installing the stable distribution, a mirror for the
-quotevolatile/quote update service.
+quoterelease updates/quote service.
 
 /parapara
 
 If you are installing at a lower priority (e.g. in expert mode), you will
 be able to make more decisions yourself. You can choose whether or not to
-use the security and/or volatile update services, and you can choose to
+use the security and/or release updates services, and you can choose to
 add packages from the quotecontrib/quote and quotenon-free/quote
 sections of the archive.
 
+/parapara
+
+Security updates help to keep your system secured against attacks.
+Enabling this service is strongly recomended.
+
+/parapara
+
+Release updates provide more current versions for software that changes
+relatively frequently and where not having the latest version could
+reduce the usability of the software. It also provides regression fixes.
+This service is only available for stable and oldstable releases.
+
 /para
 
 sect4 id=apt-setup-cdset
@@ -179,7 +191,7 @@
 
 whether any updated versions of packages included on the CDs or DVDs are
 available from a mirror (either a regular package mirror, or a mirror for
-security or volatile updates).
+security or release updates).
 
 /para/listitem
 /orderedlist
@@ -188,7 +200,7 @@
 
 Note that the last point means that, even if you choose not to use a network
 mirror, some packages may still be downloaded from the Internet if there is a
-security or volatile update available for them and those services have been
+security or release update available for them and those services have been
 configured.
 
 /para


Bug#606465: fixed in git

2012-12-26 Thread Holger Levsen
tags 606465 + pending
# fixed in 2254c96 in debian-experimental branch
thanks


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



Bug#696733: RM: ruid2/experimental -- ROM; broken experimental package

2012-12-26 Thread Fabio Tranchitella

Package: ftp.debian.org

Please remove the ruid2 package in experimental because it is broken.

Thanks,
Fabio


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



Bug#696734: ITP: eio -- Non-blocking I/O library for Enlightenment DR17

2012-12-26 Thread Albin Tonnerre
Package: wnpp
Severity: wishlist
Owner: Albin Tonnerre lu...@debian.org

* Package name: eio
  Version : 1.7.4
  Upstream Author : Enlightenment Developers 
enlightenment-de...@lists.sourceforge.net
* URL : http://www.enlightenment.org/
* License : LGPL
  Programming Lang: C
  Description : Non-blocking I/O library for Enlightenment DR17

This library is part of the Enlightenment Foundation Libraries (EFL).
It is intended to provide non-blocking IO by using thread for all
operations that may block. It should integrate all the features and
functions of Ecore_File that could block.


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



Bug#696304: nmu: tsung_1.4.2-1

2012-12-26 Thread Salvatore Bonaccorso
Hi Release Team

On Tue, Dec 18, 2012 at 11:17:14PM -0500, Michael Gilbert wrote:
 Package: release.debian.org
 User: release.debian@packages.debian.org
 Usertags: binnmu
 Severity: normal
 
 nmu tsung_1.4.2-1 . ALL . -m Rebuild with newer erlang (see: #695284)

I was going trough the open bugs for wheezy. FWIW these can also be
found in upstream bugtracker[1].

Hmm, should tsung depend on the virtual-package providing the ABI
version? erlang-base provides erlang-abi-x.y, so tsung might depend on
that version it was build with? (pkg-perl group was doing something
similar needed for libdbi-perl depending packages). This will catch
then tsung when doing erlang transitions.

 [1]: https://support.process-one.net/browse/TSUN-216

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#692314: installation-guide: A.3. Installation: A correction or two

2012-12-26 Thread Cyril Brulebois
Brian Potkin claremont...@gmail.com (26/12/2012):
 The revised attached patch should hopefully be more acceptable.

Indeed, looks good, thanks.

 --- manual/en/howto/installation-howto.xml2012-12-26 12:48:12.306325172 
 +
 +++ manual/en/howto/installation-howto_users-2.xml2012-12-26 
 13:22:34.0 +
 @@ -254,6 +254,15 @@
  
  /parapara
  
 +Setting up your clock and time zone is followed by the creation of user 
 accounts. By
 +default you are asked to provide a password for the quoteroot/quote
 +(administrator) account and information necessary to create one regular user
 +account. If you do not specify a password for the quoteroot/quote user 
 this
 +account will be disabled but the commandsudo/command package will be 
 installed
 +later to enable administrative tasks to be carried out on the new system.
 +
 +/parapara
 +
  Now it is time to partition your disks. First you will be given the
  opportunity to automatically partition either an entire drive, or available
  free space on a drive (see xref linkend=partman-auto /).
 @@ -299,13 +308,6 @@
  
  /parapara
  
 -Installation of the base system is followed by setting up user accounts. By
 -default you will need to provide a password for the quoteroot/quote
 -(administrator) account and information necessary to create one regular user
 -account.
 -
 -/parapara
 -
  The last step is to install a boot loader. If the installer detects
  other operating systems on your computer, it will add them to the boot menu
  and let you know.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#696732: installation-guide: Section 6.3.5.1. Configuring apt: Removal of references to 'volatile'

2012-12-26 Thread Cyril Brulebois
Brian Potkin claremont...@gmail.com (26/12/2012):
 I originally submitted this patch in
 
http://lists.debian.org/debian-boot/2012/10/msg00444.html
 
 Mentions of volatile remain in Section B.4.9.

Oops, thanks for insisting. :)

I'm adding debian-release@ to the loop.

 --- manual/en/using-d-i/modules/apt-setup.xml 2012-10-21 15:52:12.582381910 
 +0100
 +++ manual/en/using-d-i/modules/apt-setup_volatile.xml2012-10-21 
 16:05:53.0 +0100
 @@ -42,16 +42,28 @@
  method you are using and possibly using choices made earlier in the
  installation. In most cases the installer will automatically add a security
  mirror and, if you are installing the stable distribution, a mirror for the
 -quotevolatile/quote update service.
 +quoterelease updates/quote service.
  
  /parapara
  
  If you are installing at a lower priority (e.g. in expert mode), you will
  be able to make more decisions yourself. You can choose whether or not to
 -use the security and/or volatile update services, and you can choose to
 +use the security and/or release updates services, and you can choose to
  add packages from the quotecontrib/quote and quotenon-free/quote
  sections of the archive.
  
 +/parapara
 +
 +Security updates help to keep your system secured against attacks.

“help keep” I think?

 +Enabling this service is strongly recomended.

recommended.

 +
 +/parapara
 +
 +Release updates provide more current versions for software that changes
 +relatively frequently and where not having the latest version could
 +reduce the usability of the software. It also provides regression fixes.
 +This service is only available for stable and oldstable releases.
 +
  /para
  
  sect4 id=apt-setup-cdset
 @@ -179,7 +191,7 @@
  
  whether any updated versions of packages included on the CDs or DVDs are
  available from a mirror (either a regular package mirror, or a mirror for
 -security or volatile updates).
 +security or release updates).
  
  /para/listitem
  /orderedlist
 @@ -188,7 +200,7 @@
  
  Note that the last point means that, even if you choose not to use a network
  mirror, some packages may still be downloaded from the Internet if there is a
 -security or volatile update available for them and those services have been
 +security or release update available for them and those services have been
  configured.
  
  /para

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#696735: pu: package xen/4.0.1-5.5 - -5.6 (fix for Xen clock bug: #599161)

2012-12-26 Thread Thomas Goirand
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

I have prepared an update for Xen for Stable, with the previous agreement
of Guido, who takes care of Xen updates in Debian Stable (Waldi doesn't
seem to care about Debian stable). The debdiff is here:
http://archive.gplhost.com/debian/pool/squeeze/main/x/xen/xen_4.0.1-5.6.debdiff

This fixes #599161 which is a 2 years lasting entry in our BTS.

I also attached it to this mail for a quicker reference. All built binaries
and sources are also available on this Debian (source) repository.

Let me explain shortly what the problem is (or was, since I have the fix).
If you don't care, or have no time, you may skip the explanations, which
aren't that important (after all, the fix is only 3 lines of ASM...).

--- comments start ---
Root of the problem:
My understanding is that due to compiler optimization the assembly code
that was inlined in Xen was wrong in the case of a double call, leading
to the Xen guests having an offset with the clock in the Xen dom0. See
patch descroption for more info.

Not working solution:
Setting-up the ntp daemon in the domU is unfortunately useless in Squeeze,
because the only available clock source is Xen and there is no support
for independent wallclock. So, after the ntp daemon starts, it may
simply crash, and sooner or later, the domU clock gets back to its
original offset (which wasn't really predictable from server to server,
but seemed to be consistent after rebooting dom0 and domU).

Rebooting a Xen server dom0 and all domUs doesn't fix it either.
Surprisingly, all domUs get back to their original clock offsets.

Tests I did:
I have installed the built binaries in my test server (the one which
hosts the guest OS on which I was always uploading to SID, with the
clock being 10 minutes early in that domU...), and as far as I can
tell, the issue is gone on this server. I haven't upgraded all of
GPLHost servers with this patch, but so far, it's working well, and
also fixes the issues in various servers which had the problem.

Finaly:
So, at the end, the only way to fix this (very long lasting) but is to
apply the upstream patch which shows in the debdiff attached to this bug.

As you may imagine, having a correct virtualized hardware clock source
is overly important for any Xen user. So I believe this patch is very
important.
--- comments end ---

Please let me know if you accept that I upload this into
squeeze-proposed-updates.

Cheers,

Thomas Goirand (zigo)
diff -Nru xen-4.0.1/debian/changelog xen-4.0.1/debian/changelog
--- xen-4.0.1/debian/changelog	2012-12-06 15:50:48.0 +
+++ xen-4.0.1/debian/changelog	2012-12-26 13:49:06.0 +
@@ -1,3 +1,13 @@
+xen (4.0.1-5.6) stable-proposed-updates; urgency=low
+
+  * Non-maintainer upload, previously discussed with Guido.
+  * Fixes Xen clock long standing issue, eg: fix scale_delta() inline assembly,
+  causing domU offset and possibly leading to crashes (Closes: #599161). Thanks
+  to Ian Campbell i...@hellion.org.uk for forwarding the patch to the Debian
+  BTS, and Jan Beulich jbeul...@suse.com for working on an upstream patch.
+
+ -- Thomas Goirand z...@debian.org  Wed, 26 Dec 2012 13:18:34 +
+
 xen (4.0.1-5.5) stable-security; urgency=high
 
   * Apply fix for Xen Security Advisory 5 (CVE-2011-3131)
diff -Nru xen-4.0.1/debian/control.md5sum xen-4.0.1/debian/control.md5sum
--- xen-4.0.1/debian/control.md5sum	2012-12-06 15:54:45.0 +
+++ xen-4.0.1/debian/control.md5sum	2012-12-26 13:50:53.0 +
@@ -1,4 +1,4 @@
-468e1c871ad35052319caa1f5d159124  debian/changelog
+ec687758337647fba126272a85e6ab09  debian/changelog
 24f2598a23e30264aea4a983d5d19eec  debian/bin/gencontrol.py
 ee1ccd7bf0932a81ca221cab08347614  debian/templates/control.hypervisor.in
 e4335ab10e217a12328cdf123473ed37  debian/templates/control.main.in
diff -Nru xen-4.0.1/debian/patches/series xen-4.0.1/debian/patches/series
--- xen-4.0.1/debian/patches/series	2012-12-06 15:47:19.0 +
+++ xen-4.0.1/debian/patches/series	2012-12-26 13:26:09.0 +
@@ -87,3 +87,5 @@
 CVE-2012-5513
 CVE-2012-5514
 CVE-2012-5515
+
+x86-time-scale-asm.patch
diff -Nru xen-4.0.1/debian/patches/x86-time-scale-asm.patch xen-4.0.1/debian/patches/x86-time-scale-asm.patch
--- xen-4.0.1/debian/patches/x86-time-scale-asm.patch	1970-01-01 00:00:00.0 +
+++ xen-4.0.1/debian/patches/x86-time-scale-asm.patch	2012-12-26 13:49:25.0 +
@@ -0,0 +1,27 @@
+Desctiption: fix scale_delta() inline assembly clock problem
+ The way it was coded, it clobbered %rdx without telling the compiler.
+ This generally didn't cause any problems except when there are two back
+ to back invocations (as in plt_overflow()), as in that case the
+ compiler may validly assume that it can re-use for the second instance
+ the value loaded into %rdx before the first one.
+ .
+ Once at it, also properly relax the second operand of mul (there's no
+ 

Bug#684466: git repo available?

2012-12-26 Thread Holger Levsen
Hi Daniel,

is your munin git repository somewhere available for me?


cheers,
Holger


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



Bug#696659: Security uploads not working

2012-12-26 Thread Paul Tagliamonte
On Wed, Dec 26, 2012 at 04:05:19PM +0100, Moritz Mühlenhoff wrote:
 On Wed, Dec 26, 2012 at 03:27:26PM +0100, Moritz Mühlenhoff wrote:
  On Wed, Dec 26, 2012 at 01:24:42PM +0100, Arno Töll wrote:
   Hi,
   
   On 26.12.2012 03:48, Paul Tagliamonte wrote:
Arno, can you ACK this change?
   
   The patch itself is fine, but I believe a warning instead of an error
   would be more appropriate. You do logger.error, but you don't fail out
   which makes your error essentially a warning. Maybe it should be tagged
   as such.
   
   
   By the way Moritz: You as a security team member probably want to
   disable the protected distribution hook, prompting you for
   confirmation before every upload.
  
  Thanks, I will try that with the next security upload tonight.
 
 I can easily workaround it, but just to let you know
 
 It still fails to me if /etc/dput.cf is still present:

o.O 

 
 jmm@pisco:~/chroots/squeeze/home/jmm/free$ ls -lha /usr/bin/dput
 -rwxr-xr-x 1 root root 4,5K Dez 26 15:33 /usr/bin/dput
 jmm@pisco:~/chroots/squeeze/home/jmm/free$ dput security-master 
 freetype_2.4.2-2.1+squeeze5_amd64.changes
 Uploading freetype using ftp to security-master (host: 
 security-master.debian.org; directory: /pub/SecurityUploadQueue)
 running allowed-distribution: check whether a local profile permits uploads 
 to the target distribution
 running protected-distribution: warn before uploading to distributions where 
 a special policy applies
 Protected Checker: Are you sure to upload to stable-security? Did you 
 coordinate with the Security Team before your upload? [yes, NO]: yes
 Uploading with explicit confirmation by the user
 running checksum: verify checksums before uploading
 running suite-mismatch: check the target distribution for common errors
 running check-debs: makes sure the upload contains a binary package
 running gpg: check GnuPG signatures before the upload
 gpg: Unterschrift vom Mi 26 Dez 2012 16:00:19 CET mittels DSA-Schl�ssel ID 
 4E2ECA5A
 gpg: Korrekte Unterschrift von Moritz Muehlenhoff j...@debian.org
 gpg: alias Moritz Muehlenhoff j...@inutil.org
 
 Could not execute /usr/share/dput/helper/security-warning: [Errno 2] No such 
 file or directory
 Traceback (most recent call last):
   File /usr/bin/dput, line 87, in module
 upload_package(changes, args)
   File /usr/lib/python2.7/dist-packages/dput/uploader.py, line 275, in 
 invoke_dput
 simulate=args.simulate) as obj:
   File /usr/lib/python2.7/contextlib.py, line 17, in __enter__
 return self.gen.next()
   File /usr/lib/python2.7/dist-packages/dput/uploader.py, line 157, in 
 uploader
 obj._pre_hook()
   File /usr/lib/python2.7/dist-packages/dput/uploader.py, line 64, in 
 _pre_hook
 self._run_hook(pre_upload_command)
   File /usr/lib/python2.7/dist-packages/dput/uploader.py, line 72, in 
 _run_hook
 sys.stdout.write(output)  # XXX: Fixme
 TypeError: expected a character buffer object
 
 jmm@pisco:~/chroots/squeeze/home/jmm/free$ dpkg -l dput-ng
 Gew�nscht=Unbekannt/Installieren/R=Entfernen/P=Vollst�ndig L�schen/Halten
 | Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
  Halb installiert/Trigger erWartet/Trigger anh�ngig
 |/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
 ||/ Name   VersionArchitektur
 Beschreibung
 +++-==-==-==-=
 ii  dput-ng1.3allnext 
 generation Debian package upload tool
 
 
 Cheers,
 Moritz
 
 

| [tag@leliel:~/dev/debian/git.d.o/fluxbox][10:30 AM]$ dput security-master 
fluxbox_1.3.2-4_amd64.changes -s
| Not uploading for real - dry run
| Uploading fluxbox using ftp to security-master (host: 
security-master.debian.org; directory: /pub/SecurityUploadQueue)
| running suite-mismatch: check the target distribution for common errors
| running checksum: verify checksums before uploading
| running protected-distribution: warn before uploading to distributions where 
a special policy applies
| running check-debs: makes sure the upload contains a binary package
| running allowed-distribution: check whether a local profile permits uploads 
to the target distribution
| Could not execute /usr/share/dput/helper/security-warning: [Errno 2] No such 
file or directory
| Error: You've set a hook (pre_upload_command) to run 
(`/usr/share/dput/helper/security-warning`), but it can't be found (and doesn't 
appear to exist). Please verify the path and correct it.
| Uploading fluxbox_1.3.2-4.dsc (simulation)
| Uploading fluxbox_1.3.2.orig.tar.gz (simulation)
| Uploading fluxbox_1.3.2-4.debian.tar.gz (simulation)
| Uploading fluxbox_1.3.2-4_amd64.deb (simulation)
| Uploading fluxbox_1.3.2-4_amd64.changes (simulation)

Seems OK here. Can you make sure something's not gone wrong with your install?
How did you install it? Did you 

Bug#696659: Security uploads not working

2012-12-26 Thread Moritz Mühlenhoff
On Wed, Dec 26, 2012 at 10:35:46AM -0500, Paul Tagliamonte wrote:
 Seems OK here. Can you make sure something's not gone wrong with your install?
 How did you install it? Did you upgrade python-dput too? That's where the fix
 is :)

Bummer, I only fetched dput-ng from incoming.debian.org...

Will test with the next security upload :-)

Cheers,
Moritz


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



Bug#670176: closed by Bart Martens ba...@debian.org (closing RFS: kismet/2011.03.R2-1 [ITA])

2012-12-26 Thread Nick Andrik
package kismet
reopen 670176
thanks

The version uploaded to NEW was the wrong one (targetting unstable).
The current version uploaded to NEW targets experimental and is the
same as the one in mentors.

I reopen the bug so that it gets closed appropriately from the
changelog entry when the package reaches experimental

Nick


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



Bug#696659: Security uploads not working

2012-12-26 Thread Paul Tagliamonte
On Wed, Dec 26, 2012 at 10:36 AM, Moritz Mühlenhoff j...@inutil.org wrote:

 On Wed, Dec 26, 2012 at 10:35:46AM -0500, Paul Tagliamonte wrote:
  Seems OK here. Can you make sure something's not gone wrong with your
 install?
  How did you install it? Did you upgrade python-dput too? That's where
 the fix
  is :)

 Bummer, I only fetched dput-ng from incoming.debian.org...

 Will test with the next security upload :-)


Sounds great :)



 Cheers,
 Moritz


-Paul

-- 
:wq


Bug#693130: instalation-reports: fail of detect network hardware

2012-12-26 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (25/12/2012):
 Issamo issamo.kis...@gmail.com (13/11/2012):
  lspci -knn: 02:00.0 Ethernet controller [0200]: Atheros Communications Inc. 
  Attansic L1 Gigabit Ethernet [1969:1048] (rev b0)
  lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:8226]
  lspci -knn: Kernel driver in use: atl1
  lspci -knn: 04:00.0 Ethernet controller [0200]: Winbond Electronics Corp 
  W89C840 [1050:0840]
  lspci -knn: Subsystem: Winbond Electronics Corp W89C840 [1050:0840]
  lspci -knn: Kernel driver in use: winbond-840
 
 which of those were you trying to use for your installation attempt?

From a private mail: the Atheros one.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#695403: installation-guide: Please point out the limitations of firmware detection

2012-12-26 Thread Cyril Brulebois
Control: tag -1 pending

Brian Potkin claremont...@gmail.com (26/12/2012):
 The typo is corrected in the attached patch. I trust someone will
 commit it, as I do not have the right to do so.

Ah, there it is, then:
| $ debcommit -a
| svn commit -m 'Improvement documentation about kernel modules needing 
firmwares,
| including how to look for “firmware” in dmesg's output. Closes: #695403.'
| Sendingmanual/debian/changelog
| Sendingmanual/en/using-d-i/loading-firmware.xml
| Transmitting file data ..
| Committed revision 68414.

Thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#696535: python-django: possible Host header poisoning and Redirect poisoning

2012-12-26 Thread Raphael Hertzog
On Sat, 22 Dec 2012, Jonas Smedegaard wrote:
 The Django project has recently issued [security updates] for improved
 tightening against Host header poisoning and Redirect poisoning.

Thanks for the notice, I uploaded packages of version 1.4.3 to unstable.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


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



Bug#696737: installation-reports: my pc is rc950. when i cat ISO image /dev/myUSBstick (dd'd before with /dev/zero) then after sync and eject and reboot ivgot syslinux.bin missing or corrupt. after

2012-12-26 Thread dmitry
Package: installation-reports
Severity: normal

Dear Maintainer,


   * tried to install debian from USB stick
   * dd /dev/zero, cat ISO  /dev/sdUSBstick, sync, eject, reboot
   * syslinux.bin missing
   * I expect Debian with xfce on my pc




-- Package-specific info:

Boot method: USB
Image version: ;atest weekly build testing cd with xfce
Date: Date and time of the install

Machine: rc950
Partitions: df -Tl will do; the raw partition table is preferred


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

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

Comments/Problems:

Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=6.0 (squeeze) - installer build 20090913-19:02
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux client3170102 2.6.30-1-486 #1 Sat Aug 15 18:14:04 UTC 2009 i686 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 
82915G/P/GV/GL/PL/910GL Memory Controller Hub [8086:2580] (rev 04)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:0063]
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation 
82915G/P/GV/GL/PL/910GL PCI Express Root Port [8086:2581] (rev 04)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller 
[8086:2668] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:e309]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) PCI Express Port 1 [8086:2660] (rev 03)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) PCI Express Port 2 [8086:2662] (rev 03)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:0063]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:0063]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:0063]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.3 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:0063]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:0063]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge 
[8086:244e] (rev d3)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801FB/FR 
(ICH6/ICH6R) LPC Interface Bridge [8086:2640] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:0063]
lspci -knn: 00:1f.2 IDE interface [0101]: Intel Corporation 82801FB/FW 
(ICH6/ICH6W) SATA Controller [8086:2651] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:0063]
lspci -knn: Kernel driver in use: ata_piix
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
Family) SMBus Controller [8086:266a] (rev 03)
lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:0063]
lspci -knn: 01:00.0 VGA compatible controller [0300]: nVidia Corporation G71 
[GeForce 7300 GS] [10de:01df] (rev a1)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:81f1]
lspci -knn: 02:00.0 Ethernet controller 

Bug#696736: Insecure permissions on database files

2012-12-26 Thread Moritz Muehlenhoff
Package: python-keyring
Severity: grave
Tags: security

Please see 

http://www.openwall.com/lists/oss-security/2012/11/16/2
http://people.canonical.com/~ubuntu-security/cve/2012/CVE-2012-5577.html
http://people.canonical.com/~ubuntu-security/cve/2012/CVE-2012-5578.html

Cheers,
Moritz

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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


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



Bug#696738: tpu: open-vm-tools/2:8.8.0+2012.05.21-724730-1+nmu2 (pre-approval)

2012-12-26 Thread Salvatore Bonaccorso
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Release-Team

X-Debbugs-CC'ing the bugreport and Daniel Baumann.

open-vm-tools in Wheezy is affected by #695845. The init script for
open-vm-tools calls a executable in /usr but the init script does not
have a runtime dependency on $remote_fs.

This was fixed in unstable, but the package cannot be unblocked. Can
the package with debdiff attached be uploaded to t-p-u?

Daniel, do you agree? Would you like to do the upload yourself?

Regards,
Salvatore

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

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

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

iQIbBAEBCgAGBQJQ2x7QAAoJEHidbwV/2GP+0mEP+N1RyOt4HTgu7BP+4jpkZVsd
pTE0oqE3FnMgS7yARe7S3myIpR5k/57DPeyYzfX5voEi20wp9DMjDxt1gc4GGWCE
asHdWOmg7HTc94daMHSFtz5q8X7k2CsZGlaQf2AjZi0MQk+pK1xbD7mYGcDnQxaG
F1w9w0KKk16r/I0qTeWyki0cjkRkx6jr5uKYZRG90Du9yo4oLLPStgYoI78LGbCz
Fmi6Ti+/BsPU5mBtrpDzCbZE3cXI0mbECjUf7wyuN2Kc0zrktWx1DfOSHTcx5PRG
4oRT/gVwRPihIt8uTr2HxgR2H9CyBBsD77KtvRjgu7ltD+AHa89zJJoDPKPhMdKT
zu/fo6p+2PKDpIZZR2zdbgxYZTq7RAX08iheYRRhaRKZLtwRQuGHB/esACO7EisY
PAQXgGcptGRf57IAiSaAY+BGgjbnQITfv5M0CUsv4dJs/kYfBObhkcMROrAkjOnF
86jweK5Arz/+UbiVWleh40DUP92N2ZavSUzSkElbIBOJdHTZ2QjYK3JpHA7C0tDV
ZZi4FO9DNqdRQzjw133gtt0UCLVlLgFX7y/LyfpaJ9XfgcklKzuvGWwoEA6fgvRO
TWnJcBvLT6N9fFRdesx99zuBR3xeMXxFEeGuVnGK2tb7X8kg3aJiV9yBBiLEr5Gj
DRDr0WH2BaDPmocJjZ4=
=kbEL
-END PGP SIGNATURE-
diff -Nru open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog
--- open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog	2012-09-03 15:46:52.0 +0200
+++ open-vm-tools-8.8.0+2012.05.21-724730/debian/changelog	2012-12-26 15:02:43.0 +0100
@@ -1,3 +1,14 @@
+open-vm-tools (2:8.8.0+2012.05.21-724730-1+nmu2) testing-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * Adjust runtime dependencies for open-vm-tools init script.
+Add $remote_fs to Required-{Start,Stop} as the init script calls
+executables under /usr. To prevent  a loop between service networking
+and umountnfs also remove $network from X-Start-Before and X-Stop-After.
+(Closes: #695845)
+
+ -- Salvatore Bonaccorso car...@debian.org  Sat, 22 Dec 2012 23:55:25 +0100
+
 open-vm-tools (2:8.8.0+2012.05.21-724730-1+nmu1) testing-proposed-updates; urgency=low
 
   [ Bernd Zeimetz ]
diff -Nru open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init
--- open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init	2012-09-03 15:46:52.0 +0200
+++ open-vm-tools-8.8.0+2012.05.21-724730/debian/open-vm-tools.init	2012-12-23 00:44:06.0 +0100
@@ -2,10 +2,10 @@
 
 ### BEGIN INIT INFO
 # Provides: open-vm-tools
-# Required-Start:   $local_fs
-# Required-Stop:$local_fs
-# X-Start-Before:   $network
-# X-Stop-After: $network
+# Required-Start:   $local_fs $remote_fs
+# Required-Stop:$local_fs $remote_fs
+# X-Start-Before:
+# X-Stop-After:
 # Default-Start:2 3 4 5
 # Default-Stop: 0 1 6
 # Description:  Runs the open-vm-tools services


Bug#692314: installation-guide: A.3. Installation: A correction or two

2012-12-26 Thread Cyril Brulebois
Control: tag -1 pending

Cyril Brulebois k...@debian.org (26/12/2012):
 Brian Potkin claremont...@gmail.com (26/12/2012):
  The revised attached patch should hopefully be more acceptable.
 
 Indeed, looks good, thanks.

Also committed:

$ debcommit -a
svn commit -m 'Improve documentation about user accounts: move it to the right 
place
and explain how setting an empty root password leads to sudo being
installed. Closes: #692314.'
Sendingmanual/debian/changelog
Sendingmanual/en/howto/installation-howto.xml
Transmitting file data ..
Committed revision 68416.

Thanks again.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#686215: geogebra: exporting to asymptote complains File unicodetex not found.

2012-12-26 Thread Giovanni Mascellani
severity 686215 minor
thanks

Hi.

Sorry for the terribly late reply.

Il 30/08/2012 00:25, Julian Gilbey ha scritto:
 Package: geogebra
 Version: 4.0.34.0+dfsg1-1
 
 When exporting a page to asymptote, the result begins with:
 /* File unicodetex not found. */
 
 This appears, from the source code, to be because the (archive?) file
 geogebra/export/pstricks/unicodetex is not being found by the function
 geogebra/export/GeoGebraToAsymptote.java:initUnicodeTextTable when it
 calls new FileReader(geogebra/export/pstricks/unicodetex)

This apparently happens also in upstream's Webstart Geogebra. I mailed
the Geogebra development list to let them know. In the meantime I
decrease the severity to minor, since apparently this bug doesn't give
rise to actual malfunctions (if it does, please let us know).

Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



signature.asc
Description: OpenPGP digital signature


Bug#696739: ITP: pam-geoip -- PAM module checking access of source IPs with a GeoIP database

2012-12-26 Thread Patrick Matthäi
Package: wnpp
Severity: wishlist
Owner: Patrick Matthäi pmatth...@debian.org

* Package name: pam-geoip
  Version : 1.0
  Upstream Author : Hanno Hecker vetin...@ankh-morp.org
* URL : http://ankh-morp.org/code/pam_geoip/
* License : BSD
  Programming Lang: C
  Description : PAM module checking access of source IPs with a GeoIP 
database

This PAM module provides GeoIP checking for logins. The user can be
allowed or denied based on the location of the originating IP address.
This is similar to pam_access, but uses a GeoIP City database instead
of host name / IP matching.


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



Bug#666548: network-manager-gnome: excessive password prompts and associated memory leak

2012-12-26 Thread Erich Schubert
Package: network-manager-gnome
Version: 0.9.6.4-1
Followup-For: Bug #666548

Hi,
the same thing happened here, too. I left the laptop running at a spot with low 
wifi reception. Over night, nm-applet
had opened a hundred passphrase prompts for the *same* wireless network. It 
took *ages* to close them, the CPU
went up to 100% after each single window closing, taking seconds for the next 
one to be able to close.
Furthermore, there apparently is an associated memory leak:

20   0  415m 173m 3076 S   0,0  8,6  18:42.38 nm-applet

173 MB resident for the network applet? That's crazy.
Fortunately, I'm not using shell, so I can just kill the applet and restart it:

20   0  219m  13m  10m S   0,0  0,7   0:00.39 nm-applet

Next time it goes haywire, I'll just kill it right away to get pack the 
precious memory right away.

Anyway:

1) nm-applet should open at most *one* window asking for a passphrase at any 
time.
2) It should recognize when it managed to connect, and then close the window 
automatically
3) It would be nice to *not* ask for a passphrase when it has been verified 
before (i.e. connected successfully):
if I change my passphrase, I'm fine with editing the connection. I don't want 
nm-applet to ask for the passphrase every
time the wirless connection is bad!
4) The memory leak needs to be tracked down.

For reproduction, I recommend reducing wireless signal quality to the point 
where the network starts disconnecting.

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

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

Versions of packages network-manager-gnome depends on:
ii  dbus-x11 1.6.8-1
ii  dconf-gsettings-backend [gsettings-backend]  0.14.0-1
ii  dpkg 1.16.9
ii  gconf-service3.2.5-1+build1
ii  gnome-icon-theme 3.6.0-1
ii  libatk1.0-0  2.6.0-1
ii  libc62.13-37
ii  libcairo-gobject21.12.6-1
ii  libcairo21.12.6-1
ii  libdbus-1-3  1.6.8-1
ii  libdbus-glib-1-2 0.100-1
ii  libgconf-2-4 3.2.5-1+build1
ii  libgdk-pixbuf2.0-0   2.26.4-2
ii  libglib2.0-0 2.34.3-1
ii  libgnome-bluetooth10 3.4.2-1
ii  libgnome-keyring03.6.0-1
ii  libgtk-3-0   3.6.1-1
ii  libnm-glib-vpn1  0.9.6.4-1
ii  libnm-glib4  0.9.6.4-1
ii  libnm-gtk0   0.9.6.4-1
ii  libnm-util2  0.9.6.4-1
ii  libnotify4   0.7.5-1
ii  libpango1.0-01.30.1-1
ii  network-manager  0.9.6.4-1
ii  policykit-1-gnome0.105-2

Versions of packages network-manager-gnome recommends:
ii  gnome-bluetooth3.6.0-1
ii  iso-codes  3.40-1
ii  libpam-gnome-keyring [libpam-keyring]  3.6.1-1
pn  mobile-broadband-provider-info none
ii  notification-daemon0.7.6-1

Versions of packages network-manager-gnome suggests:
pn  network-manager-openconnect-gnome  none
ii  network-manager-openvpn-gnome  0.9.6.0-1
pn  network-manager-pptp-gnome none
ii  network-manager-vpnc-gnome 0.9.6.0-1

-- 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#696714: closed by Sebastian Ramacher sramac...@debian.org (Bug#696714: fixed in gnome-mplayer 1.0.7-3)

2012-12-26 Thread Francesco Poli
On Wed, 26 Dec 2012 13:03:07 + Debian Bug Tracking System wrote:

[...]
  - fallback-to-nonsymbolic.patch: Update upstream's fix. (Closes: #696714)
[...]

Many many thanks for this super-quick upload!
I confirm that the bug is indeed fixed.

Bye and thanks again!

-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpX659ZLAxxE.pgp
Description: PGP signature


Bug#695811: django_bash_completion slows down bash startup by calling /usr/bin/basename 44 times

2012-12-26 Thread Raphael Hertzog
Control: forwarded -1 https://code.djangoproject.com/ticket/19523

On Wed, 12 Dec 2012, Anders Kaseorg wrote:
 /etc/bash_completion.d/django_bash_completion takes about 150ms to source, 
 even on a warm cache, primarily because it forks+execs /usr/bin/basename 
 44 times.  This significantly slows down interactive logins.

I forwarded your patch upstream and put you in CC of the ticket so that
you get further correspondance with upstream.

For the second issue that you brought up, I would suggest to file
it directly upstream because I'm not sure of what you mean.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


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



Bug#689862: gnome-mplayer: often segfaults inside iceweasel with MPEG, WMV, and AVI videos

2012-12-26 Thread Francesco Poli
On Wed, 26 Dec 2012 12:47:16 +0100 Sebastian Ramacher wrote:

[...]
 On 2012-12-26 11:25:57, Francesco Poli wrote:
[...]
  It really seems that the bug has been fixed by the upstream developers,
  as you said.
  I think you can mark this bug as fixed in version
  gnome-mplayer/1.0.7-2 ...
 
 Great, thanks for testing.

You're welcome.

 
  Thanks a lot for taking care of this bug report!
  Now I am looking forward to seeing this new upstream version uploaded
  to unstable (to the extent that this does not interfere with your plans
  for the remaining part of the wheezy freeze...).
 
 Since this would involve a library transition, it has to wait until after the
 wheezy release.

Well, I was thinking about an upload to unstable performed now, but not
intended for migration into testing before the wheezy release.

Obviously, if you want to keep unstable for possible last second fixes
intended for wheezy (rather than using testing-proposed-updates), I can
understand that you are not willing to upload any new upstream versions
to sid...

Thanks for your time, whatever you decide.
Bye.


-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpajyduqyDWf.pgp
Description: PGP signature


Bug#696740: [vpnc] fails to connect to Cisco ASA 5520 Cluster

2012-12-26 Thread Adalbert Dawid
Package: vpnc
Version: 0.5.3r512-2
Severity: important

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

Vpnc (in all versions 0.5.3r512-1 and above) fails to connect to the Cisco ASA 
5520 Cluster with software version 8.3. This does not happen with versions 
pre-r512, in other words everything works fine up to 0.5.3r449-3.

For me this is a major issue, as I am not able to connect to my employer's 
intranet anymore on wheezy.

This is the relevant syslog excerpt:

Dec 26 16:51:57 erde NetworkManager[2965]: info Starting VPN service 'vpnc'...
Dec 26 16:51:57 erde NetworkManager[2965]: info VPN service 'vpnc' started 
(org.freedesktop.NetworkManager.vpnc), PID 20052
Dec 26 16:51:57 erde NetworkManager[2965]: info VPN service 'vpnc' appeared; 
activating connections
Dec 26 16:51:57 erde NetworkManager[2965]: info VPN plugin state changed: 
starting (3)
Dec 26 16:51:57 erde NetworkManager[2965]: info VPN connection 'bld' 
(Connect) reply received.
Dec 26 16:51:57 erde NetworkManager[2965]:SCPlugin-Ifupdown: devices added 
(path: /sys/devices/virtual/net/tun0, iface: tun0)
Dec 26 16:51:57 erde NetworkManager[2965]:SCPlugin-Ifupdown: device added 
(path: /sys/devices/virtual/net/tun0, iface: tun0): no ifupdown configuration 
found.
Dec 26 16:51:57 erde NetworkManager[2965]: warn 
/sys/devices/virtual/net/tun0: couldn't determine device driver; ignoring...
Dec 26 16:51:58 erde NetworkManager[2965]: info VPN connection 'bld' (IP4 
Config Get) reply received from old-style plugin.
Dec 26 16:51:58 erde NetworkManager[2965]: info VPN Gateway: 213.61.67.237
Dec 26 16:51:58 erde NetworkManager[2965]: info Tunnel Device: tun0
Dec 26 16:51:58 erde NetworkManager[2965]: info IPv4 configuration:
Dec 26 16:51:58 erde NetworkManager[2965]: info   Internal Address: 
192.168.212.157
Dec 26 16:51:58 erde NetworkManager[2965]: info   Internal Prefix: 27
Dec 26 16:51:58 erde NetworkManager[2965]: info   Internal Point-to-Point 
Address: 192.168.212.157
Dec 26 16:51:58 erde NetworkManager[2965]: info   Maximum Segment Size (MSS): 0
Dec 26 16:51:58 erde NetworkManager[2965]: info   Forbid Default Route: no
Dec 26 16:51:58 erde NetworkManager[2965]: info   Internal DNS: 172.18.2.11
Dec 26 16:51:58 erde NetworkManager[2965]: info   Internal DNS: 172.18.1.11
Dec 26 16:51:58 erde NetworkManager[2965]: info   DNS Domain: '(none)'
Dec 26 16:51:58 erde NetworkManager[2965]: info No IPv6 configuration
Dec 26 16:51:58 erde NetworkManager[2965]: info Login Banner:
Dec 26 16:51:58 erde NetworkManager[2965]: info 
-
Dec 26 16:51:58 erde NetworkManager[2965]: info [blacked out]
Dec 26 16:51:58 erde NetworkManager[2965]: info 
-
Dec 26 16:51:59 erde NetworkManager[2965]: info VPN connection 'bld' (IP 
Config Get) complete.
Dec 26 16:51:59 erde NetworkManager[2965]: info Policy set 'bld' (tun0) as 
default for IPv4 routing and DNS.
Dec 26 16:51:59 erde NetworkManager[2965]: info ((null)): writing resolv.conf 
to /sbin/resolvconf
Dec 26 16:51:59 erde NetworkManager[2965]: info VPN plugin state changed: 
started (4)
Dec 26 16:51:59 erde dbus[2839]: [system] Activating service 
name='org.freedesktop.nm_dispatcher' (using servicehelper)
Dec 26 16:51:59 erde dbus[2839]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'
Dec 26 16:52:00 erde dnsmasq[2630]: reading /var/run/dnsmasq/resolv.conf
Dec 26 16:52:00 erde dnsmasq[2630]: using nameserver 192.168.178.1#53
Dec 26 16:52:00 erde dnsmasq[2630]: using nameserver 172.18.1.11#53
Dec 26 16:52:00 erde dnsmasq[2630]: using nameserver 172.18.2.11#53
Dec 26 16:52:00 erde ntpd[3617]: Listen normally on 76 tun0 192.168.212.157 UDP 
123
Dec 26 16:52:00 erde ntpd[3617]: 88.198.47.71 interface 192.168.178.38 - 
192.168.212.157
Dec 26 16:52:00 erde ntpd[3617]: 62.245.153.20 interface 192.168.178.38 - 
192.168.212.157
Dec 26 16:52:00 erde ntpd[3617]: 131.188.3.220 interface 192.168.178.38 - 
192.168.212.157
Dec 26 16:52:00 erde ntpd[3617]: 178.63.97.57 interface 192.168.178.38 - 
192.168.212.157
Dec 26 16:52:00 erde ntpd[3617]: peers refreshed
Dec 26 16:52:28 erde avahi-daemon[2903]: Withdrawing workstation service for 
tun0.
Dec 26 16:52:28 erde NetworkManager[2965]:SCPlugin-Ifupdown: devices 
removed (path: /sys/devices/virtual/net/tun0, iface: tun0)
Dec 26 16:52:28 erde NetworkManager[2965]: warn VPN plugin failed: 1
Dec 26 16:52:28 erde NetworkManager[2965]: info VPN plugin state changed: 
stopped (6)
Dec 26 16:52:28 erde NetworkManager[2965]: info VPN plugin state change 
reason: 0
Dec 26 16:52:28 erde avahi-daemon[2903]: Withdrawing address record for 
192.168.178.38 on eth1.
Dec 26 16:52:28 erde avahi-daemon[2903]: Leaving mDNS multicast group on 
interface eth1.IPv4 with address 192.168.178.38.
Dec 26 16:52:28 erde avahi-daemon[2903]: Interface eth1.IPv4 no longer relevant 
for mDNS.
Dec 26 16:52:28 erde avahi-daemon[2903]: Joining mDNS multicast group on 
interface eth1.IPv4 with address 

Bug#696741: Xfce GTK3 engine: gtk.css:70:18: Not using units is deprecated. Assuming 'px'.

2012-12-26 Thread Erich Schubert
Package: gtk3-engines-xfce
Version: 3.0.0-1
Severity: minor

Using the XFCE engine yields errors from various applications:

xfce-orange:
Gtk-WARNING **: Theme parsing error: gtk.css:70:18: Not using units is 
deprecated. Assuming 'px'.

xfce default theme:
Gtk-WARNING **: Theme parsing error: gtk.css:102:20: Not using units is 
deprecated. Assuming 'px'.

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

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

Versions of packages gtk3-engines-xfce depends on:
ii  libatk1.0-0 2.6.0-1
ii  libc6   2.13-37
ii  libcairo-gobject2   1.12.6-1
ii  libcairo2   1.12.6-1
ii  libgdk-pixbuf2.0-0  2.26.4-2
ii  libglib2.0-02.34.3-1
ii  libgtk-3-0  3.6.1-1
ii  libpango1.0-0   1.30.1-1

gtk3-engines-xfce recommends no packages.

gtk3-engines-xfce 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#694378: Bug#683803: apt-cacher-ng: errors in combination with http.debian.net: [302 Moved Temporarily]

2012-12-26 Thread Neil McGovern
On Wed, Dec 26, 2012 at 12:08:49PM +0100, Eduard Bloch wrote:
 Hallo,
 * Gabriele Stilli [Tue, Dec 25 2012, 10:10:36PM]:
 
  any chance of having this fix backported to Wheezy? It's quite annoying
  not being able to do proper upgrades when using http.debian.net with
  (what will become) stable.
 
 #694378 is there to get an answer to this question, apparently RM team
 prefers to look away ATM.
 

Responding to the comments left by integri would perhaps be a good idea.

Neil
-- 


signature.asc
Description: Digital signature


Bug#696742: diatheke: should provide sword-frontend package name

2012-12-26 Thread green
Package: diatheke
Version: 1.6.2+dfsg-5
Severity: minor

When I install diatheke, xiphos is also installed (though I am not interested 
in reading sword data via xiphos).  This is because diatheke depends on 
libsword9, and libsword9 recommends sword-frontend, which xiphos provides.  
diatheke is itself a sword-frontend, correct?  So diatheke should provide the 
sword-frontend package name.  Thanks.


signature.asc
Description: Digital signature


Bug#694361: phpunit-story: depends on php5-spl which does not appear to exist

2012-12-26 Thread Ivo De Decker
clone 696468 -1
reassign -1 pkg-php-tools
retitle -1 pkg-php-tools: generates broken dependency on php5-spl
severity -1 important
thanks

Hi,

On Fri, Dec 21, 2012 at 09:10:14AM +0100, Niels Thykier wrote:
 Package: phpunit-story
 Version: 1.0.0-2
 Severity: serious
 
 Hi,
 
 phpunit-story depends on php5-spl, but the latter does not appear to
 be available.  This makes phpunit-story uninstallable.  Please do a
 minimal fix for this problem[1], so the fix for #694361 can migrate to
 testing.

The dependency on php5-spl is generated by pkg-php-tools, because the
upstream configuration of phpunit-story specifies a dependency on the php spl
module, which is included in the php5 debian packages, and not packaged as a
separate module. I'm not sure if this is a bug in phpunit-story or in
pkg-php-tools, so I'm cloning this bug.

The (temporary) fix in phpunit-story is to specify the dependencies manually
instead of via ${phppear:Debian-Depends}. A patch to do that is attached.

Cheers,

Ivo

diff -Nru phpunit-story-1.0.0/debian/changelog 
phpunit-story-1.0.0/debian/changelog
--- phpunit-story-1.0.0/debian/changelog2012-12-06 16:08:41.0 
+0100
+++ phpunit-story-1.0.0/debian/changelog2012-12-26 18:03:16.0 
+0100
@@ -1,3 +1,11 @@
+phpunit-story (1.0.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't add ${phppear:Debian-Depends} to depends, because it generates
+broken dependencies (Closes: #696468) 
+
+ -- Ivo De Decker ivo.dedec...@ugent.be  Wed, 26 Dec 2012 18:01:47 +0100
+
 phpunit-story (1.0.0-2) unstable; urgency=low
 
   [ Thomas Goirand ]
diff -Nru phpunit-story-1.0.0/debian/control phpunit-story-1.0.0/debian/control
--- phpunit-story-1.0.0/debian/control  2012-12-06 16:08:41.0 +0100
+++ phpunit-story-1.0.0/debian/control  2012-12-26 18:03:16.0 +0100
@@ -12,7 +12,7 @@
 
 Package: phpunit-story
 Architecture: all
-Depends: ${misc:Depends}, php-pear, pear-phpunit-channel, 
${phppear:Debian-Depends}
+Depends: ${misc:Depends}, php-pear, pear-phpunit-channel, php5 (= 5.2.7)
 Recommends: ${phppear:Debian-Recommends}
 Breaks: ${phppear:Debian-Breaks}, phpunit ( 3.6.10)
 Replaces: phpunit ( 3.6.10)


Bug#618600: Piklab: KDE4 port

2012-12-26 Thread Carlo Stemberger

Hi,
a KDE4 port seems to be available since Piklab 0.16.0:

http://piklab.sourceforge.net/index.php

Best regards,
Carlo

--
  .-.  | Registered Linux User #443882|  .''`.
  oo|  | http://linuxcounter.net/ | : :'  :
 /`'\  |   Registered Debian User #9  | `. `'`
(\_;/) | http://debiancounter.altervista.org/ |   `-


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



Bug#696731: libzmq3-dbg: Typo in the package description

2012-12-26 Thread Alessandro Ghedini
clone 696731 -1
reassign -1 libzmq-dbg
retitle -1 libzmq-dbg: Typo in the package description

On mer, dic 26, 2012 at 04:02:16 +0100, Sylvestre Ledru wrote:
 Package: libzmq3-dbg
 Severity: minor
 
 Hello,
 In the package description, the last line is
 This package contains the debugging synmbols for the ZeroMQ library. 
 It should be symbols.

Nice catch. The same applies to libzmq-dbg, hence cloning.

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'


signature.asc
Description: Digital signature


Bug#679898: unreproducible here

2012-12-26 Thread Holger Levsen
tags 679898 + unreproducible moreinfo
thanks

Hi,

I can read /proc/net/tcp* as non-root on a 3.2 system just fine:

# uname -a 
Linux jenkins 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux
# md5sum /proc/net/tcp
52fea64da37c9ca120d417a547fa49e3  /proc/net/tcp
# su - nobody
No directory, logging in with HOME=/
$ md5sum /proc/net/tcp
67f1f728e6353d809304cdbdb8d97b00  /proc/net/tcp
$ ls -la /proc/net/tcp*
-r--r--r-- 1 root root 0 Dec 26 17:25 /proc/net/tcp
-r--r--r-- 1 root root 0 Dec 26 17:25 /proc/net/tcp6


cheers,
Holger


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



Bug#684466: git repo available?

2012-12-26 Thread Daniel Dehennin
Holger Levsen hol...@layer-acht.org writes:

 Hi Daniel,

Hello,

 is your munin git repository somewhere available for me?

I just put one public[1], my patch is in branch
feature/nginx-configuration[2].

Regards.

Footnotes: 
[1]  http://git.baby-gnu.net/gitweb/?p=munin.git;a=summary

[2]  
http://git.baby-gnu.net/gitweb/?p=munin.git;h=refs/heads/feature/nginx-configuration

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF


pgpDysUIRJOFf.pgp
Description: PGP signature


Bug#696745: new upstream (1.0.25) seems to be available

2012-12-26 Thread Yaroslav Halchenko
Package: minidlna
Version: 1.0.24+dfsg-1
Severity: wishlist

thanks in advance for updating the package, here is changelog and uscan output:

1.0.25 - Released 13-July-2012

- Fix a couple crash bugs on malformed WAV files.
- Forcibly tweak the model number for Xbox360 clients, or they might ignore us.
- Enable all network interfaces by default if none were specified.
- Add flag to force downscaled thumbnails rather than using embedded ones.
- Add DirecTV client detection, and fix image resolution issue.
- Add support for the latest ffmpeg/libav library versions.
- Fix a potential crash on requests for a resize of a non-existent image.
- Make DeviceID checking more permissive for Sagem Radio.


novo:/tmp/minidlna-1.0.24+dfsg
$ uscan --verbose --report
-- Scanning for watchfiles in .
-- Found watchfile in ./debian
-- In debian/watch, processing watchfile line:
   opts=dversionmangle=s/\+dfsg// 
http://sf.net/minidlna/minidlna_(.+)_src\.tar\.gz debian uupdate
-- Found the following matching hrefs:
 minidlna_1.0.25_src.tar.gz
 minidlna_1.0.24_src.tar.gz
 minidlna_1.0.23_src.tar.gz
 minidlna_1.0.22_src.tar.gz
 minidlna_1.0.21_src.tar.gz
 minidlna_1.0.20_src.tar.gz
 minidlna_1.0.19_src.tar.gz
 minidlna_1.0.18_src.tar.gz
Newest version on remote site is 1.0.25, local version is 1.0.24+dfsg
 (mangled local version number 1.0.24)
 = Newer version available from
http://qa.debian.org/watch/sf.php/minidlna/minidlna_1.0.25_src.tar.gz
-- Scan finished

some paches apply cleanly, some not:

Applying patch 0014-Get-IP-and-MAC-addresses-in-a-non-Linux-specific-way.patch
patching file getifaddr.c
Hunk #1 succeeded at 41 with fuzz 2.
Hunk #2 FAILED at 106.
Hunk #3 FAILED at 134.
Hunk #4 FAILED at 146.
Hunk #5 succeeded at 158 (offset 2 lines).
Hunk #6 succeeded at 184 (offset 2 lines).
3 out of 6 hunks FAILED -- rejects in file getifaddr.c
Patch 0014-Get-IP-and-MAC-addresses-in-a-non-Linux-specific-way.patch does not 
apply (enforce with -f)



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages minidlna depends on:
ii  adduser   3.113+nmu3
ii  gawk  1:4.0.1+dfsg-2
ii  libavformat53 [libavformat-extra-53]  6:0.8.3-4
ii  libavutil51 [libavutil-extra-51]  6:0.8.3-4
ii  libc6 2.13-33
ii  libexif12 0.6.20-3
ii  libflac8  1.2.1-6
ii  libid3tag00.15.1b-10
ii  libjpeg62 6b1-3
ii  libogg0   1.3.0-4
ii  libsqlite3-0  3.7.13-1
ii  libvorbis0a   1.3.2-1.3
ii  mawk  1.3.3-17

minidlna recommends no packages.

minidlna 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#692234: Intel DH77EB (H77): sporadic freeze and increased power consumption

2012-12-26 Thread Ingo
The crashes with vanilla 3.4.23 kernel as reported im
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692234#443 could now be
assigned to a corrupted VM in VirtualBox 4.1.18 which did not survive
the many kernel updates in saved state. Moreover those crashes were not
as hard as with Debian 3.2.32 kernel - power consumption remained normal
and reset button responded immediately.

I am now with vanilla kernel 3.4.24 from kernel.org and all is fine.

/Ingo


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



Bug#696746: resize2fs: The combination of flex_bg and !resize_inode features is not supported by resize2fs

2012-12-26 Thread Дмитрий Юнг
Package: e2fsprogs

Hi, sorry for my english.

I'm trying to resize two ext4 partitions this way:
/dev/sda5 is my */*
/dev/sda6 is my */home*
*
*
Booting *Live CD (USB) Ubuntu 12.04*, i run gparted  choose to resize
(shrink) my *sda6* and move it to the right, enabling this way to grow up
an *sda5* partition.

gparted stops with error, *gparted_details.htm* file is listed below:


GParted 0.11.0 --enable-libparted-dmraid

Libparted 2.3
  *Move /dev/sda6 to the right and shrink it from 26.08 GiB to 19.53
GiB*  00:00:02(
ERROR ) calibrate /dev/sda6  00:00:00( SUCCESS ) *path:
/dev/sda6
start: 88 332 288
end: 143 017 983
size: 54 685 696 (26.08 GiB)*   check file system on /dev/sda6 for errors
and (if possible) fix them  00:00:02( SUCCESS ) *e2fsck -f -y
-v /dev/sda6* *Superblock last mount time is in the future.
(by less than a day, probably due to the hardware clock being incorrectly
set) Fix? yes

Superblock last write time is in the future.
(by less than a day, probably due to the hardware clock being incorrectly
set). Fix? yes

Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

6788 inodes used (0.40%)
93 non-contiguous files (1.4%)
6 non-contiguous directories (0.1%)
# of inodes with ind/dind/tind blocks: 0/0/0
Extent depth histogram: 6742/31
251567 blocks used (3.68%)
0 bad blocks
0 large files

5271 regular files
1503 directories
0 character device files
0 block device files
0 fifos
0 links
3 symbolic links (3 fast symbolic links)
2 sockets

6779 files
*  *e2fsck 1.42 (29-Nov-2011)
*  shrink file system  00:00:00( ERROR ) *resize2fs /dev/sda6
2047K* *resize2fs 1.42 (29-Nov-2011)
resize2fs: /dev/sda6: The combination of flex_bg and
!resize_inode features is not supported by resize2fs.

*



Both, sda5 and sda6 contains data, and i don't want to lose it.

Other partitions are:
sda1 - NTFS (Windows XP) (primary partition)
sda2 - extended partition
sda7 - linux swap
sda8 - NTFS (other data  files)
sda9 - Acronis Security Zone
sda10 - EXT4 (Backtrack installed)

Sorry, but i could not figure out a way to report it directly to
http://bugs.debian.org

-- 
Best regards, Dmitry Yung.
tel: +38 066 142 86 00
skype: dimon_young


Bug#684466: [Packaging] Bug#684466: git repo available?

2012-12-26 Thread Holger Levsen
Hi Daniel,

On Mittwoch, 26. Dezember 2012, Daniel Dehennin wrote:
 I just put one public[1], my patch is in branch
 feature/nginx-configuration[2].

thanks. It's even easier than git-patch IMO :)

(It might take some days till I take your patch, but at least I have it 
properly now...)


cheers,
Holger


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