Bug#627111: [Pkg-xfce-devel] Bug#627111: xfce4-settings: Cannot open thunar-volman-settings due to wrong path in German localization

2011-05-18 Thread Yves-Alexis Perez
On mer., 2011-05-18 at 00:39 +0200, Andreas Neudecker wrote:
 Hi.
 
 This is weird. I am 100% sure I never touched the menu entries of the
 Settings folder before, and I also used that dialogue short while ago
 when still running 4.6 (switching off autostart of vlc for DVDs at the
 time).
 
  This is completely unrelated to the upgrade dialog (which is only about
  xfce4-panel, where the settings storage indeed changed).
 
 Ok, I didn't assume that the upgrade dialogue did something. I assumed
 the path to the actual program, thunar-volman-settings, had changed, and
 this was not changed in the configuration (and may have been when all
 the files changed). But you say it uses default desktop files, so I keep
 wondering.
 
  Unless you have your own desktop files in .local/share, this is
  definitely not related.
 
 I have NOW, of course, as I used the menu editor to fix it.
 /usr/share/applications/thunar-volman-settings.desktop doesn't have a
 path at all; just the line Exec=thunar-volman-settings, just the way
 it should be.

Now I'm lost, and I have no idea what is your situation. But definitely
changing stuff in /usr/share is not a good idea. The genuine exec line
is:

Exec=thunar-volman-settings

so if it wasn't that, then this was a problem on your box, not in the
package.
 
 I shall check a backup of my home folder and see if I can somehow
 reproduce this, when I have some time. Will report if I find anything
 substantial.

Maybe check a backup of your /usr/share/applications folder if you have
that.

In any case, that doesn't look like a bug in xfce4-settings or
thunar-volman but more like a local issue, so I'm inclined to just close
it.

Regards,
-- 
Yves-Alexis


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


Bug#539337: Ping again about this bug winbind: Fails domain authentication

2011-05-18 Thread Christian PERRIER
tags 539337 moreinfo unreproducible
thanks


This is again a ping about this bug report. FOr more clarity, could
you re-describe the bug, if it is still happening, so that I can
properly report it upstream, assuming the bug is still happening with
at least 3.5.6 from squeze?

Without more information, I might very well close it with pebcak
keyword, I'm afraid. I can't even try to reproduce it as I don't have
the needed information (I'd like to avoid reference to another bug).

-- 




signature.asc
Description: Digital signature


Bug#626913: [Pkg-nagios-devel] Bug#626913: nagios-nrpe-server: different process count when invoking check_procs if default shell is /bin/dash instead of /bin/bash

2011-05-18 Thread Tollef Fog Heen
]] Massimiliano Ferrero 

| If default shell is /bin/dash then all check_procs commands run though
| nrpe daemon return a +1 value in the number of processes they count
| i.e. if there is one /usr/sbin/acpid process running the check will
| return 2, more seriously if there are none the check will return one,
| so if the check is used to restart dead daemons this won't be done
| anymore.
| 
| The problem is dash-related: this can be easily verified by running

The problem seems to be:

With bash:

: tfheen@qurzaw /tmp  /bin/bash -c /usr/lib/nagios/plugins/check_procs -vvv 
-c 1: -a '/sbin/init'
[...]
S+1000 30206 18709  11272   808  0.0   00:00 check_procs 
/usr/lib/nagios/plugins/check_procs -vvv -c 1: -a /sbin/initproc#=0 uid=1000 
vsz=11272 rss=808 pid=30206 ppid=18709 pcpu=0.00 stat=S+ etime=00:00 
prog=check_procs args=/usr/lib/nagios/plugins/check_procs -vvv -c 1: -a 
/sbin/init

vs with dash:

: tfheen@qurzaw /tmp  /bin/dash -c /usr/lib/nagios/plugins/check_procs -vvv 
-c 1: -a '/sbin/init'
S+1000 30129 18709   4140   584  0.0   00:00 dash/bin/dash 
-c /usr/lib/nagios/plugins/check_procs -vvv -c 1: -a '/sbin/init'proc#=0 
uid=1000 vsz=4140 rss=584 pid=30129 ppid=18709 pcpu=0.00 stat=S+ etime=00:00 
prog=dash args=/bin/dash -c /usr/lib/nagios/plugins/check_procs -vvv -c 1: -a 
'/sbin/init'
Matched: uid=1000 vsz=4140 rss=584 pid=30129 ppid=18709 pcpu=0.00 stat=S+ 
etime=00:00 prog=dash args=/bin/dash -c /usr/lib/nagios/plugins/check_procs 
-vvv -c 1: -a '/sbin/init'
S+1000 30130 30129  11272   800  0.0   00:00 check_procs 
/usr/lib/nagios/plugins/check_procs -vvv -c 1: -a /sbin/initproc#=1 uid=1000 
vsz=11272 rss=800 pid=30130 ppid=30129 pcpu=0.00 stat=S+ etime=00:00 
prog=check_procs args=/usr/lib/nagios/plugins/check_procs -vvv -c 1: -a 
/sbin/init

you probably want to use a stricter match, such as

/bin/dash -c /usr/lib/nagios/plugins/check_procs -vvv -c 1: 
--ereg-argument-array=^/sbin/init

This will only match processes whose command line starts with /sbin/init
and not those where it's part of the command line.

I'm not entirely convinced this is a bug in check_procs at all, if
anything, it'd be a (minor, I think) bug in dash.

Note that you can get the same behaviour from bash by doing something
like:

/bin/bash -c /usr/lib/nagios/plugins/check_procs -vvv -c 1: -a '/sbin/init'; 
true

where bash won't just exec() a simple command, but will stay around
until the last command has run.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



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



Bug#626885: system hangs on shutdown if systemd is pid 1

2011-05-18 Thread Tollef Fog Heen
]] Daniel Kahn Gillmor 

| PS the git repo pointed to by the Git-Vcs headers
| (git://git.err.no/systemd/) doesn't seem to include the 25-2 changes on
| the debian branch.  Could you publish those so the rest of us can follow
| along at home? ;)

Yup, fixed.

| Also, while git.err.no resolves via IPv6, your git daemon on that host
| appears to be listening on IPv4 only:
| 
| 0 dkg@pip:~$ echo | socat TCP4:git.err.no:git STDIO
| 0 dkg@pip:~$ echo | socat TCP6:git.err.no:git STDIO
| 2011/05/17 01:46:28 socat[1962] E connect(3, AF=10
| [2001:16d8:ee00:0092::::0002]:9418, 28): Connection refused
| 1 dkg@pip:~$
| 
| dunno if you care, but i'd be happy to connect via IPv6 if possible.

Also fixed.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



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



Bug#590791: winbind: Secure DNS update failed bug away?

2011-05-18 Thread Christian PERRIER
tags 590791 moreinfo
thanks

Hello,

Several people reported about secure DNS update failures back in
July-Sept 2010 in Debian bug #590791. This problem was apparently
related to Kerberos libraries...but we left the bug opened against
winbind.

I'm highly tempted to close the bug report (or reassign it to
libkrb5-3). Before doing so, is anyone *still* experiencing this bug
with squeeze winbind and libkrb5-3?

-- 




signature.asc
Description: Digital signature


Bug#510188: Still facing this (very old) issue with samba packages?

2011-05-18 Thread Christian PERRIER
tags 510188 moreinfo unreproducible
thanks

Hello,

Back in 2008, you reported issues with W2K client connection to samba
3.0.24 servers. Something quite obscure, indeed.

No test case could be found and I'm not really sure about what the bug
might be.

Given that samba got several upgrades since then, I'm highly tempted
to close this bug unless you confirm you're still facing it. Is that
still the case?

-- 




signature.asc
Description: Digital signature


Bug#605853: Login problems with Win7 clients: try samba 3.5.8?

2011-05-18 Thread Christian PERRIER
Hello Jamie,

Did you manage to deal with your win7 clients login problems against a
samba 3.5.6 domain controller?

I personnally don't have such problems, however (not for these
reasons), I'm using samba 3.5.8 (which got a few improvements wrt
this).

-- 




signature.asc
Description: Digital signature


Bug#626931: [Firebird-devel] [pkg-firebird-general] Bug#626931: Bug#626931: Bug#626931: FTBFS on GNU/Hurd

2011-05-18 Thread Alex Peshkoff
 Hi, Marius!
 We need a new define for hurd

Do you need help in creating prefix.hurd_i386 file?

 afther we undefine LINUX that part compiles but i hit another issues
 that i found it to be in haikuos too

 g++ -I../src/include/gen -I../src/include -I../src/vulcan -DNAMESPACE=Vulcan 
 -gg
db -p -Wall
 -Wno-switch -DLINUX -pipe -MMD -fPIC -DFB_SEND_FLAGS=MSG_NOSIGNAL -D

A bit strange that I once again see -DLINUX here.

DEV_BUILD
 -pthread -DBOOT_BUILD -pthread -fno-rtti -c ../src/jrd/os/posix/isc_ip
c.cpp -o
 ../temp/boot/jrd/isc_ipc.o

 ../src/jrd/os/posix/isc_ipc.cpp: In function 'bool isc_signal2(int,
 FPTR_VOID, v
oid*, ULONG)':

 ../src/jrd/os/posix/isc_ipc.cpp:187:31: error: 'SA_SIGINFO' was not
 declared in
this scope

 ../src/jrd/os/posix/isc_ipc.cpp: In function 'void
 ISC_signal_cancel(int, FPTR_V
OID_PTR,
 void*)':


 http://mapopa.blogspot.com/2010/06/firebird-database-porting-progress-on.html

 ps here is one kvm-linux, qemu image that can be used

Sorry, now I do not have enough free time to experiment with hurd myself.
But will always be glad to help with advice.




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



Bug#627028: Broken perl dependencies in testing

2011-05-18 Thread gregor herrmann
On Wed, 18 May 2011 07:43:18 +0200, Matthias Faulstich wrote:

 Maybe, I found the bug.

Hm, I don't think so ...
 
 Packages available, for
 liblocale-gettext-perl
 There are only these candidates:
 
 1.05-6+b2: powerpc sparc 
 1.05-6+b1: amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel s390

Yes, and 1.05-6+b1 is the one rebuilt against perl 5.12:

$ apt-cache show liblocale-gettext-perl
[..]
Package: liblocale-gettext-perl
Source: liblocale-gettext-perl (1.05-6)
Version: 1.05-6+b1
Installed-Size: 104
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Architecture: i386
Depends: libc6 (= 2.2)
Pre-Depends: perl-base (= 5.12.3-6), perlapi-5.12.3

That's i386 but it should be the same for amd64.

[The +bN versions are used for binNMUs (binary non-maintainer
uploads, i.e. automatic rebuilds against newer libraries etc.).
I don't know why there is a +b2 on powerpc and sparc.]


Looking through the bug report again, I realize that we haven't seen
the actual error output yet. Could you please run

apt-get -s dist-upgrade

and paste the output?

Starting aptitude's graphical interface might also help; maybe you
have some packages set to hold, or some locally installed or obsolete
packages, that still depend on perl5.10.

Cheers,
gregor
 
-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - PGP/GPG key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-Captain's Log, star date 21:34.5... 



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



Bug#626680: console-data: setting overwritten by reboot

2011-05-18 Thread Christian PERRIER
Quoting Boris Daix (boris.d...@alysse.org):

 I would be very pleased if I could use console-setup to set
 pc-dvorak-latin1 up *once for all* but this keymap is not available
 through console-setup.  So I repeat my question : how could I (really)
 set my console keymap up?...


c-s provides the keyboard-configuration package. dpkg-reconfigure
keyboard-configuration apparently offers the option to use a Dvorak
keymap (sorry, I didn't test that up to the end of the process as I'm
not mad enough to break my currently working keymap and set it to a
funky unusable thing...:-))




signature.asc
Description: Digital signature


Bug#627147: /sbin/dhclient: $old_ip_address undocumented

2011-05-18 Thread Michal Suchanek
Package: isc-dhcp-client
Version: 4.1.1-P1-16.1
Severity: normal
File: /sbin/dhclient


$old_ip_address usen in dhclient-script is undocumented.


-- System Information:
Debian Release: wheezy/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing'), (400, 'unstable'), (395, 
'experimental'), (300, 'stable-i386'), (300, 'oldstable'), (280, 
'testing-i386'), (270, 'unstable-i386'), (150, 'experimental-i386'), (65, 
'oldstable-i386')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-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 isc-dhcp-client depends on:
ii  debianutils3.4.4 Miscellaneous utilities specific t
ii  iproute20110315-1networking and traffic control too
ii  isc-dhcp-common4.1.1-P1-16.1 common files used by all the isc-d
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib

isc-dhcp-client recommends no packages.

Versions of packages isc-dhcp-client suggests:
pn  avahi-autoipd none (no description available)
pn  resolvconfnone (no description available)

-- Configuration Files:
/etc/dhcp/dhclient.conf changed [not included]

-- debconf-show failed



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



Bug#624290: apt-file: incorrect scp invocation

2011-05-18 Thread guo yixuan
So this line in /etc/apt/apt-file.conf
ssh = scp -l user -P port|22
host:/path/dists/dist/Contents-arch.gz cache/dest_tmp
 $post_dl_cmd

should be changed to:
ssh = scp -P port|22
user@host:/path/dists/dist/Contents-arch.gz
cache/dest_tmp  $post_dl_cmd


-- 
gyx



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



Bug#627076: doc-base: Byte order is not compatible at ../../lib/Storable.pm

2011-05-18 Thread Robert Luberda
Witold Baryluk writes:

Hi,

 Byte order is not compatible at ../../lib/Storable.pm (autosplit into 
 ../../lib/auto/Storable/thaw.al) line 415, at 
 /usr/share/perl5/MLDBM/Serializer/Storable.pm line 27

I cannot reproduce this bug, but it seems the internal doc-base
databases were generated with some older version of perl or Berkley DB
packages.
The latest version of doc-base (0.10.1) does no longer use Berkley DB,
so I think upgrading to the version should fix the issue.


 -- System Information:
 Debian Release: wheezy/sid
 ii  perl  5.12.3-6   Larry Wall's Practical

You're using testing at least and you have perl from testing installed,
but doc-base is still from stable, strange...



Regards,
robert





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



Bug#493284: valgrind: bad c++ name demangling

2011-05-18 Thread Pierre Habouzit
tag 493284 + moreinfo
thanks

On Fri, Aug 01, 2008 at 08:11:20PM +0200, Jiří Paleček wrote:
 Package: valgrind
 Version: 1:3.3.1-2
 Severity: normal
 
 Hello,
 
 valgrind fails to demangle some names in error backtraces. For example,
 
 _ZN5boost6lambda16function_adaptorIFvRA7_A3_KfEE5applyIvS4_EEvPS6_RT0_
 
 which is, according to c++filt, is
 
 void boost::lambda::function_adaptorvoid ()(float const ()
 [7][3])::applyvoid, float const [7][3](void (*)(float const ()
 [7][3]), float const ()[7][3])
 
 but valgrind fails to demangle it. Also, some mangled names are
 demangled incorrectly, eg. 
 _ZNK9Face_baseIN15snapshot_structI9Face_tmplIN18PolyhedronSnapshotI10PolyhedronIN4geom5PointIfLj2EEEN5boost3mpl6v_itemI13AutoNeighborsIN4mpl_3argILi1NS8_6vectorI19CircumscribedCircleISD_E12InverseFacesISD_E14dual_transformIS3_IS6_NSF_INSB_2naESL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_EEESD_iESL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_EELi1NSF_ISH_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_SL_EEE18make_face_iteratorENS8_6alwaysINS0_IS6_PKS6_St14_List_iteratorIS6_ENST_13empty_updaterEE14const_iteratorEEEST_ElSY_IS1_INSR_3ci_ENS8_4bindIS15_S6_SL_SL_SL_SL_EESR_EENST_12face_updaterEE8iteratorES12_E2idEv
 
 where valgrind gives wrong types for the substitutions.

sadly you don't give a minimal example to reproduce that, are you still
able to reproduce that bug? If yes could you give me a short test-case?
-- 
·O·  Pierre Habouzit
··Omadco...@debian.org
OOOhttp://www.madism.org



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



Bug#627148: chromium: 11.0.696.68 freezes after update (with old config or sync?)

2011-05-18 Thread Thomas Renard
Package: chromium
Version: 11.0.696.65~r84435-1
Severity: normal

Some different scenarios:

1. Update from 11.0.696.65 to 11.0.696.68 (chromium 11.0.696.68~r84545-1) :

 * upgrade chromium via apt
 * start chromium

expected outcome: chromium is started with normal functionality
actual outcome: chromium window is opened and browser freezes. It is not
possible to move the browser's window. Sometimes it is possible to close the
window but chromium processes are still running

2. Install from scratch (or remove ~/.config/chromium) and sync

 * install chromium
 * start it
 * enable synchronization with existing dashboard data

expected outcome: synchronization process ends with a positive message dialog.
Closing dialog box: chromium uses sync parameters and works with the new
settings
actual outcome: synchronization process ends with a positive message dialog.
Closing the dialog box is not possible. Browser freezes.






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

Kernel: Linux 2.6.38-2-amd64 (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 chromium depends on:
ii  chromium-inspect 11.0.696.65~r84435-1page inspector for the chromium br
ii  libasound2   1.0.23-4shared library for ALSA applicatio
ii  libbz2-1.0   1.0.5-6 high-quality block-sorting file co
ii  libc62.13-4  Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libcups2 1.4.6-5 Common UNIX Printing System(tm) - 
ii  libdbus-1-3  1.4.8-3 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.92-1  simple interprocess messaging syst
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-7   GCC support library
ii  libgconf2-4  2.28.1-6GNOME configuration database syste
ii  libgcrypt11  1.4.6-5 LGPL Crypto library - runtime libr
ii  libgdk-pixbuf2.0 2.23.3-3GDK Pixbuf library
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.7-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9.with.ckbi.1.82-1 Network Security Service libraries
ii  libpam0g 1.1.2-3 Pluggable Authentication Modules l
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libpng12-0   1.2.44-2PNG library - runtime
ii  libspeex11.2~rc1-1   The Speex codec runtime library
ii  libstdc++6   4.6.0-7 The GNU Standard C++ Library v3
ii  libvpx0  0.9.6-1 VP8 video codec (shared library)
ii  libx11-6 2:1.4.3-1   X11 client-side library
ii  libxdamage1  1:1.1.3-1   X11 damaged region extension libra
ii  libxext6 2:1.3.0-1   X11 miscellaneous extension librar
ii  libxml2  2.7.8.dfsg-2+b1 GNOME XML library
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra
ii  libxslt1.1   1.1.26-7+b1 XSLT 1.0 processing library - runt
ii  libxss1  1:1.2.1-1   X11 Screen Saver extension library
ii  libxtst6 2:1.2.0-1   X11 Testing -- Record extension li
ii  xdg-utils1.1.0~rc1-2 desktop integration utilities from
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

chromium recommends no packages.

Versions of packages chromium suggests:
ii  chromium-l10n   11.0.696.65~r84435-1 chromium-browser language 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#539337: winbind: Fails domain authentication

2011-05-18 Thread Andreas Guelzow
I am currently running those systems with winbind (and its samba
friends) pinned to 3.2.5-2, so I don't know whether the bug exists in
the current version or not. The bug is so serious that it makes
winbind/samba completely useless for us.

I can try to determine whether the bug still exists in the current
version but this will take until sometime next week. 

A description of the bug is simply:

On our domain-joined server, running winbind, attempting a
wbinfo -a user%pass 
fails for both cleartext and challenge response. The
server reports 
api_pipe_bind_req: unknown auth type 9 requested.

In other words winbind appears to use an auth type unknown to the 
authentication server.

Andreas 




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



Bug#626507: Not really solved

2011-05-18 Thread Pier Paolo
  Hi all,
the last mail i sent report a WORKAROUND, not a solution: actually it
disable HorizTwoFingerScroll, and in a netbook it is very annoying.

  Anyone working on that? Or i'll to forward the bug upstream? In the
latter case... how?

  Thanks,
Pier Paolo.




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



Bug#627149: init script contains invalid chars

2011-05-18 Thread ISHIKAWA Mutsumi
Package: oss4-base
Version: 4.2-build2003-1.1
Severity: normal
Tags: patch

 Current oss4-base init script is contains invalid chars (0x222 0x302
0x240 ?) before `exit 0' on line 21. This cause error as bellow
when /usr/sbin/ossdetect is not installed:

/etc/init.d/oss4-base: line 21:  exit: command not found

-- 
ISHIKAWA Mutsumi
  ishik...@osdn.jp, ishik...@debian.org


diff
Description: Binary data


Bug#627150: live-build: syslinux support broken

2011-05-18 Thread Grzegorz Bizon
Package: live-build
Version: 3.0~a16-1
Severity: important

Hello,

It appears that something is wrong with live-build and syslinux.

I'm trying to build wheezy live on wheezy, and if I try building with
syslinux as bootloader I get following error on boot:

no DEFAULT or UI configuration directive found

I was trying to build iso (isolinux directory created) and usb-hdd
(syslinux directory created) - same problem.

iso with grub bootloader is currently only working solution for me.


Regards,
 Grzegorz Bizon

-- 
 ntsn.pl software development
 http://ntsn.pl



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



Bug#564869: clang: ftbfs with gcc-4.5

2011-05-18 Thread Sebastian Andrzej Siewior
* Matthias Klose | 2010-01-12 11:57:49 [+0100]:

Package: clang
Version: 2.6-1

the reason of the build failure is likely in the package, if this turns out as 
a 
gcc bug, please reassign to the gcc-4.5 package.

gcc-4.5 isn't part of stable so this matters for sid (and testing). sid
has currently 2.8-2 which built successfully with gcc-4.5_4.5.2-8 [0].
Therefore I would close that bug with fixed in clang-2.8-2 or later :)

[0] 
https://buildd.debian.org/status/fetch.php?pkg=clangarch=amd64ver=2.8-2stamp=1302563051

Sebastian



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



Bug#627083: recommends: jackd is a bit weak

2011-05-18 Thread Fabian Greffrath

Am 17.05.2011 08:24, schrieb Jonas Smedegaard:

Generally libraries for daemons should *not* recommend their daemon.


100% agreed!

 - Fabian



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



Bug#623380: Cannot reproduce 623380

2011-05-18 Thread Rémi Denis-Courmont
tags 623380 + unreproducible moreinfo
thanks

   Hello,

The provided stack trace does not make sense: module_list_get() does not
call libGL or NVidia. We cannot investigate your problem as you have
closed-source code running in the process. Please retry without the NVidia
stuff.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#624451: vlc: Audio quality (of mpeg radio stream) degraded beyond acceptable.

2011-05-18 Thread Rémi Denis-Courmont
reassign 624451 pulseaudio
thanks

   Hello,

The fact that your audio quality suffers regardless of how PulseAudio is
used by VLC (through libpulse or through alsa plugins) points very much at
a problem inside PulseAudio. I can only recommend you don't use PulseAudio
then. Reassigning anyway.

Best regards,


-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#379291: (pas de sujet)

2011-05-18 Thread Rémi Denis-Courmont
tags 379291 + moreinfo unreproducible
thanks

   Hello,

I am unable to reproduce the problem. If the problem is systematic, then
you may want to retry with a more recent VLC and libdvdnav. Also a copy of
the vlc logs (vlc -vv) and vlc configuration (~/.config/vlc/vlcrc) could
help.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#627105: ITP: configshell -- python framework for building simple CLI-based applications

2011-05-18 Thread Luca Bigliardi
On Tue, May 17, 2011 at 11:49 PM, Ritesh Raj Sarraf wrote:

Hi!

 * URL : http://www.risingtidesystems.com

Following this I landed on a page that has no references about configshell
at all.

Please, can you provide an URL for the configshell _project_ home page?


Thank you,

Luca

-- 
Beware of programmers who carry screwdrivers.
-- Leonard Brandwein

http://www.artha.org/



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



Bug#626765: ballz: window manager close buton does not work

2011-05-18 Thread Paul Wise
On Mon, 2011-05-16 at 21:17 +0200, Sylvain Beucler wrote:

 Attached is a patch.
 
 Would you mind testing it?

The patch does not apply to 1.0.1.

It works when I apply it by hand though.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#627081: STARTTLS plaintext command injection

2011-05-18 Thread Ondřej Surý
Hi Moritz,

thanks for heads-up.

I am preparing the security updates for cyrus-imapd-2.2 right now.

Please note that for cyrus-imapd-2.4 this vulnerability was fixed in
upstream 2.4.7.

O.

On Tue, May 17, 2011 at 16:59, Moritz Muehlenhoff
muehlenh...@univention.de wrote:
 Package: cyrus-imapd-2.2
 Severity: grave
 Tags: security

 Hi,
 I was found out that Cyrus is also vulnerable to the STARTTLS plaintext
 command injection vulnerability originally discovered in Postfix:

 http://www.kb.cert.org/vuls/id/555316
 http://www.postfix.org/CVE-2011-0411.html

 Cyrus bug:
 http://bugzilla.cyrusimap.org/show_bug.cgi?id=3424

 Patch:
 http://git.cyrusimap.org/cyrus-imapd/patch/?id=523a91a5e86c8b9a27a138f04a3e3f2d8786f162

 Cheers,
        Moritz



 ___
 Pkg-Cyrus-imapd-Debian-devel mailing list
 pkg-cyrus-imapd-debian-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-cyrus-imapd-debian-devel




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



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



Bug#510188: Still facing this (very old) issue with samba packages?

2011-05-18 Thread eyck . debian
 tags 510188 moreinfo unreproducible
 thanks
 
 Hello,
 
 Back in 2008, you reported issues with W2K client connection to samba
 3.0.24 servers. Something quite obscure, indeed.
 
 No test case could be found and I'm not really sure about what the bug
 might be.
 
 Given that samba got several upgrades since then, I'm highly tempted
 to close this bug unless you confirm you're still facing it. Is that
 still the case?
 We are still running 3.0.24-6etch10 on affected server ( we had two, on
one all mechanisms using samba has been gradually depreceted, and after
that we have just upgraded samba to 3.2.5 early this year ).
 On the last machine that uses 3.0.24 we have almost phased out smb usage,
so we could probably upgrade/remove samba some time this year.
 
 Over the years, we have tried few new samba releases, but they all
exhibited this problem.

best regards, Dariush Pietrzak
-- 
Key fingerprint = 40D0 9FFB 9939 7320 8294  05E0 BCC7 02C4 75CC 50D9
 Total Existance Failure



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



Bug#538417: (pas de sujet)

2011-05-18 Thread Rémi Denis-Courmont
tags 538417 + moreinfo
thanks

   Hello,

With the default settings, does the video come back when VLC looses focus?
It is probably that your XVideo driver is incompatible with desktop
compositing (and possibly a limitation of your graphical hardware). You can
use plain X11 (vlc -V x11) then, but video playback will be much more CPU
intensive. OpenGL is a middle ground.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#505771: (pas de sujet)

2011-05-18 Thread Rémi Denis-Courmont
reassign 505771 libqt4-gui
thanks

   Hello,

The open file dialog is provided by the Qt4 GUI library, or possibly a
plugin to it, so I am reassigning this bug. Note however that it is very
likely that the issue is already fixed given the report is quite old. It
might also be that the issue is in a package providing a GUI platform
plugin to Qt.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#626507: Not really solved

2011-05-18 Thread Cyril Brulebois
Hi,

Pier Paolo pierpaolo.fra...@gmail.com (18/05/2011):
   Hi all,
 the last mail i sent report a WORKAROUND, not a solution: actually it
 disable HorizTwoFingerScroll, and in a netbook it is very annoying.
 
   Anyone working on that? Or i'll to forward the bug upstream? In the
 latter case... how?

upstream bugs go there:
  https://bugs.freedesktop.org/

product xorg, component Input/synaptics should be a good start. Thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#627132: New -custom binary generation breaks stack backtraces

2011-05-18 Thread Stéphane Glondu
Le 17/05/2011 23:33, Stephen McCamant a écrit :
 [...] another suitable workaround from our
 perspective would be if there was a way to disable the
 new -output-obj-style behavior.

The previous behaviour was compiling a runtime (as with -make-runtime),
a pure bytecode using this runtime (as with -use-runtime), and
concatenating both.

Did you try this way to see if backtraces are still broken?


Cheers,

-- 
Stéphane




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



Bug#627151: linux-image-2.6.38-2-686: Dell latitude E5400 freezes during X session

2011-05-18 Thread Olivier Berger
Package: linux-2.6
Version: 2.6.38-5
Severity: normal

Hi.

My laptop (Dell latitude E5400) has just frozen during an X session :-(

Sorry but dunno how to help debug what happened.

Note that with linux-image-2.6.32-5-686 I had no similar problems.

Thanks in advance.

Best regards,


-- Package-specific info:
** Version:
Linux version 2.6.38-2-686 (Debian 2.6.38-5) (b...@decadent.org.uk) (gcc 
version 4.4.6 (Debian 4.4.6-3) ) #1 SMP Sun May 8 14:49:45 UTC 2011

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.38-2-686 
root=UUID=6ed8ff22-1b20-476a-b52a-f2c2c698c022 ro quiet

** Not tainted

** Kernel log:
[7.417207] [drm] Driver supports precise vblank timestamp query.
[7.431072] Bluetooth: Generic Bluetooth USB driver ver 0.6
[7.431435] usbcore: registered new interface driver btusb
[7.495635] vgaarb: device changed decodes: 
PCI::00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[7.672804] iwlagn :0c:00.0: loaded firmware version 8.83.5.1 build 33692
[7.727921] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[7.840526] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: 
clean.
[7.842239] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: 
excluding 0x4d0-0x4d7
[7.842955] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: 
clean.
[7.843533] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: 
excluding 0xc80-0xcbf
[7.844048] pcmcia_socket pcmcia_socket0: cs: memory probe 
0x0c-0x0f: excluding 0xc-0xc 0xe-0xf
[7.844101] pcmcia_socket pcmcia_socket0: cs: memory probe 
0xa000-0xa0ff: clean.
[7.844149] pcmcia_socket pcmcia_socket0: cs: memory probe 
0x6000-0x60ff: excluding 0x6000-0x60ff
[7.844206] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: 
clean.
[7.854439] fbcon: inteldrmfb (fb0) is primary device
[7.901573] Console: switching to colour frame buffer device 106x30
[7.902981] fb0: inteldrmfb frame buffer device
[7.902983] drm: registered panic notifier
[7.927488] acpi device:3e: registered as cooling_device2
[7.928094] input: Video Bus as 
/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input8
[7.928191] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[7.928206] [Firmware Bug]: Duplicate ACPI video bus devices for the same 
VGA controller, please try module parameter video.allow_duplicates=1if the 
current driver doesn't work.
[7.928577] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
[7.928613] HDA Intel :00:1b.0: PCI INT A - GSI 21 (level, low) - IRQ 
21
[7.928697] HDA Intel :00:1b.0: irq 46 for MSI/MSI-X
[7.928724] HDA Intel :00:1b.0: setting latency timer to 64
[8.080882] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input9
[8.225418] input: HDA Intel Mic at Sep Left Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input10
[8.225505] input: HDA Intel Mic at Ext Right Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input11
[8.225569] input: HDA Intel Line Out at Sep Left Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input12
[8.225635] input: HDA Intel HP Out at Ext Right Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input13
[8.735379] EXT3-fs (sda3): using internal journal
[9.072535] loop: module loaded
[   10.720368] Adding 2097148k swap on /dev/mapper/main-swap.  Priority:-1 
extents:1 across:2097148k 
[   13.247590] EXT3-fs: barriers not enabled
[   13.257053] kjournald starting.  Commit interval 5 seconds
[   13.257604] EXT3-fs (dm-2): using internal journal
[   13.257609] EXT3-fs (dm-2): mounted filesystem with ordered data mode
[   13.291073] EXT3-fs: barriers not enabled
[   13.291683] kjournald starting.  Commit interval 5 seconds
[   13.292149] EXT3-fs (dm-4): using internal journal
[   13.292151] EXT3-fs (dm-4): mounted filesystem with ordered data mode
[   13.317983] EXT3-fs: barriers not enabled
[   13.319356] kjournald starting.  Commit interval 5 seconds
[   13.319782] EXT3-fs (dm-1): using internal journal
[   13.319786] EXT3-fs (dm-1): mounted filesystem with ordered data mode
[   13.342950] EXT3-fs: barriers not enabled
[   13.343384] kjournald starting.  Commit interval 5 seconds
[   13.343836] EXT3-fs (dm-3): using internal journal
[   13.343840] EXT3-fs (dm-3): mounted filesystem with ordered data mode
[   13.364920] EXT3-fs: barriers not enabled
[   13.365385] kjournald starting.  Commit interval 5 seconds
[   13.365991] EXT3-fs (dm-6): using internal journal
[   13.365995] EXT3-fs (dm-6): mounted filesystem with ordered data mode
[   13.393829] EXT3-fs: barriers not enabled
[   13.394294] kjournald starting.  Commit interval 5 seconds
[   13.394739] EXT3-fs (dm-9): using internal journal
[   13.394743] EXT3-fs (dm-9): mounted filesystem with ordered data mode
[   16.409560] fuse init (API version 7.16)
[   17.053200] 

Bug#627038: ITP: libacsccid -- PC/SC driver for ACS USB CCID smart card readers

2011-05-18 Thread Hendrik Sattler

Hi,

Zitat von Godfrey Chung godfrey.ch...@acs.com.hk:

Yes, libccid works for a few models only while libacsccid works for  
all models of ACS CCID smart card readers.


You can download the drivers from  
http://www.acs.com.hk/index.php?pid=drivers. For example, select  
ACR122U (http://www.acs.com.hk/index.php?pid=driversid=ACR122U) and  
you will find the driver  
(http://www.acs.com.hk/drivers/eng/ACR122U_driver_Lnx_Mac10.5_10.6_1.02_P.zip). The driver acsccid-1.0.2.tar.bz2 is in the zip  
file.


I am a maintainer of the driver. acsccid-1.0.2 is based on  
ccid-1.3.11 and supports all models of ACS CCID smart card readers.  
The driver is tested by software and hardware engineers from ACS.


I figured from your mail address that ACS is directly involved here.  
OTOH, why are those changes not pushed to libccid upstream? For  
generic protocols like CCID (where even Windows has a generic driver  
for it), there should not be a driver set for each vendor, it simply  
defeats the purpose of generic protocols like that.


Your example of ACR122U is marked as should work at
http://pcsclite.alioth.debian.org/ccid/iManufacturer.html#2

If the libccid upstream is not cooperative for including your changes  
(if it's done in a clean way), maybe you can work with the Debian  
libccid maintainer?


HS





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



Bug#573304: (pas de sujet)

2011-05-18 Thread Rémi Denis-Courmont
tags + 573304 moreinfo wontfix
thanks

   Hello,

VLC checks whether the standard output is a terminal. I find it pretty
damn idiotic for emacs to emulate a terminal but, not quite. It might as
well use a pipe or a local socket pair then. Unless someone can point to a
simple function in libc to check whether ANSI color or ANSI control codes
are supported, I am not going to fix this upstream. I cannot find any
standard and simple way to hit termcap or terminfo for that purpose.

Note that you can turn off colors with:
# vlc -H --nocolor
or
# vlc -H| cat

Best regards,

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#627152: alsa-source: FTBFS on Debian Testing amd64

2011-05-18 Thread Soren Stoutner
Subject: alsa-source: FTBFS on Debian Testing amd64
Package: alsa-source
Version: 1.0.23+dfsg-4
Justification: renders package unusable
Severity: grave

*** Please type your report below this line ***

Alsa-Source fails to build from scratch when invoked with m-a build alsa.  
The following error is found at the end of the log:

/usr/bin/make -C /lib/modules/2.6.38-2-amd64/build 
SUBDIRS=/usr/src/modules/alsa-driver  CPP=gcc -E CC=gcc modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.38-2-amd64'
  CC [M]  /usr/src/modules/alsa-driver/acore/hrtimer.o
  CC [M]  /usr/src/modules/alsa-driver/acore/hwdep.o
  CC [M]  /usr/src/modules/alsa-driver/acore/memory_wrapper.o
In file included from /usr/src/modules/alsa-driver/acore/memory_wrapper.c:1:0:
/usr/src/modules/alsa-driver/include/alsa-autoconf.h:8:28: fatal error: 
linux/autoconf.h: No such file or directory
compilation terminated.
make[7]: *** [/usr/src/modules/alsa-driver/acore/memory_wrapper.o] Error 1
make[6]: *** [/usr/src/modules/alsa-driver/acore] Error 2
make[5]: *** [_module_/usr/src/modules/alsa-driver] Error 2
make[4]: *** [sub-make] Error 2
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.38-2-amd64'
make[2]: *** [compile] Error 2
make[2]: Leaving directory `/usr/src/modules/alsa-driver'
make[1]: *** [build-stamp] Error 2
make[1]: Leaving directory `/usr/src/modules/alsa-driver'
make: *** [kdist_image] Error 2


-- Package-specific info:
--- Begin additional package status ---
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 

Description
+++-===-
===-
==
ii  alsa-base   1.0.23+dfsg-4   

ALSA driver configuration files
ii  libasound2  1.0.23-3

shared library for ALSA applications
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.23.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [SB ]: HDA-Intel - HDA ATI SB
  HDA ATI SB at 0xfe024000 irq 16
 1 [HDMI   ]: HDA-Intel - HDA ATI HDMI
  HDA ATI HDMI at 0xfdefc000 irq 19
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
drwxr-xr-x  2 root root   80 May 18 00:34 by-path
crw-rw+ 1 root audio 116,  7 May 18 00:34 controlC0
crw-rw+ 1 root audio 116, 10 May 18 00:34 controlC1
crw-rw+ 1 root audio 116,  6 May 18 00:34 hwC0D0
crw-rw+ 1 root audio 116,  9 May 18 00:34 hwC1D0
crw-rw+ 1 root audio 116,  5 May 18 00:34 pcmC0D0c
crw-rw+ 1 root audio 116,  4 May 18 00:34 pcmC0D0p
crw-rw+ 1 root audio 116,  3 May 18 00:34 pcmC0D1p
crw-rw+ 1 root audio 116,  2 May 18 00:34 pcmC0D2c
crw-rw+ 1 root audio 116,  8 May 18 00:35 pcmC1D3p
crw-rw+ 1 root audio 116,  1 May 18 00:34 seq
crw-rw+ 1 root audio 116, 33 May 18 00:34 timer
--- End /dev/snd/ listing ---

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

Kernel: Linux 2.6.38-2-amd64 (SMP w/6 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 alsa-source depends on:
ii  bzip2 1.0.5-6high-quality block-sorting file 
co
ii  debconf [debconf-2.0] 1.5.39 Debian configuration management 
sy
ii  debconf-utils 1.5.39 debconf utilities
ii  debhelper 8.1.6  helper programs for debian/rules
ii  dpkg-dev  1.16.0.3   Debian package development tools
ii  gcc [c-compiler]  4:4.5.2-2  The GNU C compiler
ii  gcc-4.4 [c-compiler]  4.4.6-3The GNU C compiler
ii  gcc-4.5 [c-compiler]  4.5.3-1The GNU C compiler
ii  make  3.81-8.1   An utility for Directing 
compilati

Versions of packages alsa-source recommends:
ii  fakeroot 1.15.1-1tool for simulating superuser 
priv
ii  kernel-package   12.036+nmu1 A utility for building Linux 
kerne
ii  linux-headers-2.6-amd64 [lin 2.6.38+33   Header files for Linux 2.6-amd64 
(
ii  linux-headers-2.6.38-2-amd64 2.6.38-5Header files for Linux 2.6.38-2-
am
ii  module-assistant 0.11.3  tool to make module package 
creati

alsa-source suggests no packages.

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.23+dfsg-4 base package for ALSA and OSS 
soun
ii  module-init-tools  3.12-1tools 

Bug#605259: (pas de sujet)

2011-05-18 Thread Rémi Denis-Courmont
tags 605259 + help moreinfo upstream
severity 605259 normal
thanks

   Hello,

Unfortunately, there are no Linux VLC developers with a PowerPC and a
FreeBox... and in general, big endian hardware is hard for us to come by.
If the previous comment is to be trusted, we are going to need external
help. This does not seem like a very common issue, so downgrading severity.

Best regards,


-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#627153: alsa-utils: Missing alsa-firmware package, containing firmwares required by many soundcards

2011-05-18 Thread Le_Vert
Package: alsa-utils
Version: 1.0.23-4
Severity: important

Hello,

I'm not sure if it's the right package to report this bug, but hopefully,
you'll be interrested in.
Debian alsa stack is missing the alsa-firmware package. This non-free packages
contains a couple of firmware used by soundcards. For example, high EMU cards
are handled by a regular kernel but doesn't work at all because hana.fw
firmware is missing.

There's an RFP/ITP open here without any activity:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597897

A miling list thread without any conclusion:
http://lists.debian.org/debian-kernel/2011/02/msg00046.html

A bug opened at Ubuntu BTS, no solution either (since 2005!!!):
https://bugs.launchpad.net/ubuntu/+bug/26294

And the download repository at alsa-projetc:
ftp://ftp.alsa-project.org/pub/firmware/

Finally, I found a package in medibuntu:
http://packages.medibuntu.org/natty/alsa-firmware.html

After installing this package, the EMU soundcard work as expected.

Thanks in advance,

Best regards, Adam.



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

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

Versions of packages alsa-utils depends on:
ii  libasound2 1.0.23-3  shared library for ALSA applicatio
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libncursesw5   5.9-1 shared libraries for terminal hand
ii  linux-sound-base   1.0.23+dfsg-3 base package for ALSA and OSS soun
ii  lsb-base   3.2-27Linux Standard Base 3.2 init scrip
ii  module-init-tools  3.12-1tools for managing Linux kernel mo
ii  udev   167-3 /dev/ and hotplug management daemo
ii  whiptail   0.52.11-2 Displays user-friendly dialog boxe

Versions of packages alsa-utils recommends:
pn  alsa-base none (no description available)
ii  pciutils  1:3.1.7-9  Linux PCI Utilities

alsa-utils 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#218917: closed by Julian Andres Klode j...@debian.org (Re: Bug#93453: segfaults after caculating dependancy tree.)

2011-05-18 Thread Julian Andres Klode
On Tue, 2011-05-17 at 17:19 +0200, Helge Kreutzmann wrote:
 Hello Julian,
 On Wed, Apr 13, 2011 at 10:46:58AM +, Debian Bug Tracking System wrote:
  Closing this bug, as it is not really something that can
  be fixed in APT.
 
 Where can it be fixed? Should'nt it be reassigned there?
 
I actually reopened it. We can't fix crashes in all circumstances, that
is impossible. We can minimise the amount of crashes by adding a length
field to the memory mapped cache, so we at least know that the file size
is correct before we do any further read on it. But if there are some
bits wrong in the cache file otherwise, we're lost anyway.


-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

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





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



Bug#627154: puppet agent: requires rails if storeconfigs is set

2011-05-18 Thread David Schmitt

Package: puppet
Version: 2.6.8-1



hetz2:~# puppetd --version
2.6.8
hetz2:~# puppetd --test
Could not parse configuration file: StoreConfigs not supported without 
ActiveRecord 2.1 or higher

hetz2:~#

If I put storeconfigs=true into the [master] section, puppet agent 
complains about collections:


hetz2:~# puppetd --test
[...]
warning: You cannot collect without storeconfigs being set on line 387 
in file /etc/puppet/manifests/site.pp
warning: You cannot collect exported resources without storeconfigs 
being set; the collection will be ignored on line 396 in file 
/etc/puppet/manifests/site.pp






Best Regards, David



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



Bug#573306: (pas de sujet)

2011-05-18 Thread Rémi Denis-Courmont
tags 573306 + wontfix upstream
thanks

Hello,

Unless the --sout-keep option is enabled, VLC will restart the stream
output pipeline at every input item. This is by design, and cannot be fixed
in the general case. In this particular case, your URL points to a playlist
with two items.

Best regaeds,

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#627151: linux-image-2.6.38-2-686: Dell latitude E5400 freezes during X session

2011-05-18 Thread maximilian attems
On Wed, May 18, 2011 at 09:47:06AM +0200, Olivier Berger wrote:
 Package: linux-2.6
 Version: 2.6.38-5
 Severity: normal
 
 Hi.
 
 My laptop (Dell latitude E5400) has just frozen during an X session :-(
 
 Sorry but dunno how to help debug what happened.
 
 Note that with linux-image-2.6.32-5-686 I had no similar problems.
 
 Thanks in advance.
 
 Best regards,

experimental has 2.6.39-rc7, can you reproduce on it?

 
-- 
maks



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



Bug#627155: dpkg-deb: error: subprocess tar was killed by signal (Broken pipe) on package build

2011-05-18 Thread Marc Haber
Package: cdbs
Version: 0.4.93
Severity: minor

Hi,

building cdbs on sid gives one error message, but a passed test:

make[4]: Entering directory `/home/mh/cdbs/sid/cdbs-0.4.93/test'
PASS: autotools-1.sh
PASS: autotools-2.sh
PASS: autotools-3.sh
PASS: autotools-4.sh
PASS: autotools-5.sh
PASS: autotools-lzma.sh
PASS: recursive.sh
PASS: udeb-1.sh
PASS: hdparm.sh
PASS: debhelper-1.sh
PASS: debhelper-2.sh
PASS: debhelper-3.sh
PASS: debhelper-4.sh
PASS: debhelper-5.sh
PASS: debhelper-6.sh
PASS: debhelper-7.sh
PASS: patchsys-1.sh
PASS: list-missing-1.sh
dpkg-deb: error: subprocess tar was killed by signal (Broken pipe)
PASS: distutils-1.sh
PASS: distutils-2.sh
PASS: distutils-3.sh
PASS: distutils-4.sh
PASS: distutils-5.sh
PASS: distutils-6.sh
PASS: distutils-7.sh
PASS: distutils-8.sh
PASS: distutils-9.sh
PASS: distutils-10.sh
PASS: distutils-11.sh
PASS: ant-1.sh
===
All 30 tests passed
===

Is this the intended behavior?

Greetings
Marc


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

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



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



Bug#626898: pure-ftpd-mysql stop runlevel arguments (1) do not match LSB Default-Stop values (0 1 6)

2011-05-18 Thread Stefan Hornburg (Racke)

On 05/16/2011 10:54 AM, Lars de Bruin wrote:

Package: pure-ftpd-mysql
Version: 1.0.28-3+b1
Severity: normal


/usr/src# apt-get install pure-ftpd-mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
   openbsd-inetd pure-ftpd-common
Recommended packages:
   pure-ftpd
The following NEW packages will be installed:
   openbsd-inetd pure-ftpd-common pure-ftpd-mysql
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 213 kB/432 kB of archives.
After this operation, 1,204 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://cdn.debian.net/debian/ squeeze/main pure-ftpd-mysql amd64 
1.0.28-3+b1 [213 kB]
Fetched 213 kB in 1s (154 kB/s)
Preconfiguring packages ...
Selecting previously deselected package openbsd-inetd.
(Reading database ... 25344 files and directories currently installed.)
Unpacking openbsd-inetd (from .../openbsd-inetd_0.20080125-6_amd64.deb) ...
Selecting previously deselected package pure-ftpd-common.
Unpacking pure-ftpd-common (from .../pure-ftpd-common_1.0.28-3_all.deb) ...
Selecting previously deselected package pure-ftpd-mysql.
Unpacking pure-ftpd-mysql (from .../pure-ftpd-mysql_1.0.28-3+b1_amd64.deb) ...
Processing triggers for man-db ...
Setting up openbsd-inetd (0.20080125-6) ...
Stopping internet superserver: inetd.
Not starting internet superserver: no services enabled.
Setting up pure-ftpd-common (1.0.28-3) ...
Setting up pure-ftpd-mysql (1.0.28-3+b1) ...

update-rc.d: warning: pure-ftpd-mysql stop runlevel arguments (1) do not match 
LSB Default-Stop values (0 1 6)

Starting ftp server: Running: /usr/sbin/pure-ftpd-mysql -l 
mysql:/etc/pure-ftpd/db/mysql.conf -l pam -u 1000 -O 
clf:/var/log/pure-ftpd/transfer.log -E -8 UTF-8 -B



This has been fixed in 1.0.32-1.

Regards
Racke

--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team




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



Bug#627038: ITP: libacsccid -- PC/SC driver for ACS USB CCID smart card readers

2011-05-18 Thread Godfrey Chung
Before we started the driver project in 2009, we had requested to join as a 
developer for libccid in alioth.debian.org but the author rejected us with 
no reason. As the same time, our customer pushed us to release Linux driver. 
Therefore, we decided to release our Linux driver based on libccid and had a 
plan to release our driver to any Linux Distributions.


For the Windows platform, we also release our own driver. It is because the 
generic driver does not work with multi-slot smart card readers and we can 
control our driver source code to fix bugs from the readers.


Please note that libccid upstream author and Debian maintainer are same 
person. He may reject our changes.


Godfrey

-Original Message- 
From: Hendrik Sattler

Sent: Wednesday, May 18, 2011 3:46 PM
To: Godfrey Chung
Cc: 627...@bugs.debian.org ; debian-de...@lists.debian.org
Subject: Re: Bug#627038: ITP: libacsccid -- PC/SC driver for ACS USB CCID 
smart card readers


Hi,

Zitat von Godfrey Chung godfrey.ch...@acs.com.hk:

Yes, libccid works for a few models only while libacsccid works for  all 
models of ACS CCID smart card readers.


You can download the drivers from 
http://www.acs.com.hk/index.php?pid=drivers. For example, select  ACR122U 
(http://www.acs.com.hk/index.php?pid=driversid=ACR122U) and  you will 
find the driver 
(http://www.acs.com.hk/drivers/eng/ACR122U_driver_Lnx_Mac10.5_10.6_1.02_P.zip). 
The driver acsccid-1.0.2.tar.bz2 is in the zip  file.


I am a maintainer of the driver. acsccid-1.0.2 is based on  ccid-1.3.11 
and supports all models of ACS CCID smart card readers.  The driver is 
tested by software and hardware engineers from ACS.


I figured from your mail address that ACS is directly involved here.
OTOH, why are those changes not pushed to libccid upstream? For
generic protocols like CCID (where even Windows has a generic driver
for it), there should not be a driver set for each vendor, it simply
defeats the purpose of generic protocols like that.

Your example of ACR122U is marked as should work at
http://pcsclite.alioth.debian.org/ccid/iManufacturer.html#2

If the libccid upstream is not cooperative for including your changes
(if it's done in a clean way), maybe you can work with the Debian
libccid maintainer?

HS





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



Bug#627090: www.debian.org: Enable translation tracking robot for po4a as well

2011-05-18 Thread Helge Kreutzmann
Hello David,
On Tue, May 17, 2011 at 01:41:29PM -0400, David Prévot wrote:
 Le 17/05/2011 13:02, Helge Kreutzmann a écrit :
  On Tue, May 17, 2011 at 12:32:44PM -0400, David Prévot wrote:
  Le 17/05/2011 11:53, Helge Kreutzmann a écrit :
 
  Please enable (and document) the translation robot for the po4a
  statistic pages:
  http://www.debian.org/international/l10n/po4a/
 
  Similar to the po/po-debconf modules.
 
  What is done in “the po/po-debconf modules” which is not in ”po4a”
  
  E.g. for po-debconf
  http://www.debian.org/international/l10n/po-debconf/de
  you can see what the status is for each German translation, e.g. RFR
  (in review), BTS (sent to BTS) and so on. On the German page for po4a
  this column is not present. This request is to add that column for the
  po4a case as well.
 
 po-debconf is Debian-only material, so it may make little less sense to
 activate such view for po and po4a, but I agree it may be nice (but it
 may probably be really noisy for po).

For po I agree, but at least for now most stuff in po4a looks Debian
originated to me, e.g. many native packages.

  If you're referring to the i18n.debian.net bot, it already works, just
  grep po4a on the French page [1] and close this bug which is not
  
  Well, a) the page is only available for French (thanks for pointing it
  out, it looks nice!)
 
 Let me translate it for you:
 
 http://i18n.debian.net/debian-l10n/german/de.by_translator.html

Thanks!

Greetings

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


signature.asc
Description: Digital signature


Bug#316521: dpkg: stale directories when packages install conffiles to subsubdirectories of /etc

2011-05-18 Thread Ondřej Surý
Hi,

2011/5/16 Raphael Hertzog hert...@debian.org:
 Hi,

 On Mon, 16 May 2011, Ondřej Surý wrote:
 (small) ping with question...

 Are you going to consider implementing purge_dir to
 dpkg-maintscript-helper or should I do it directly in
 php5-sapi.postinst scripts? (Both options are OK for me.)

 I'm definitely interested into providing a standardized
 solution with dpkg-maintscript-helper until dpkg can
 support this natively.

 I'm just not sure what the correct solution is. Instead of purge_dir maybe
 the right answer is manage-manual-conffile and/or
 manage-manual-file. And it would drop the file on removal/purge and try
 to remove the parent directories if they are no longer owned.

 For now, the preinst/prerm/postinst would be a no-op but the postrm
 would do the removal. Later when we can tell dpkg that the package
 installed some manual files, the registration would happen in postinst
 and in the other scripts the command would become a no-op since
 dpkg itself would do the removal.

Sounds good. The only problem I see is that it could be files (as in
/var/log/package), so maybe a pattern is needed?

Something like:

dpkg-maintscript-helper manage-manual-files /var/log/package/*.log*

Or maybe I am overcomplicating stuff and we already know how to handle
logfiles and this is really for low-number of files.

Anyway I think that my patch would work just like that, just rename
the purge_dir to what you like :)

O.
-- 
Ondřej Surý ond...@sury.org
http://blog.rfc1925.org/



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



Bug#627133: melt: segfault with framebuffer

2011-05-18 Thread Samuel Mimram
Hi,

I hope that you had a good night ;)

I can confirm that the bug still occurs with a non-hardened package (rebuilt
following your instructions).

++

Sam.


On Tue, May 17, 2011 at 11:42 PM, Patrick Matthäi pmatth...@debian.orgwrote:

 Too much for today (I will go to bed now).
 But could you please retry it with a not-hardened build by rebuilding the
 package without the hardening-wrapper build-dependency and commenting out
 the deb_build_hardening environment export at the beginning of
 debian/rules and see if it still occurs? Thanks!

  Package: melt
  Version: 0.7.2-2
  Severity: normal
 
 
  Hi,
 
  I got a segfault with openshot. After investigating a bit further it
 turns
  out that I get the same problem when running melt framebuffer:x.avi?2
  (which is used by openshot). However, if I specify a profile, for
 instance
  melt -profile square_ntsc framebuffer:x.avi?2, the video plays at
 double
  speed as expected. Is melt supposed to crash when framebuffer is used
  without specifying a profile?...
 
  For info, the stacktrace is
 
  0x7fffe15955ac in filter_line_sse2 (mode=0, dst=0x7fffc8629380 ,
  prev=0x7fffc8429320
 
 \207\207\210\212\213\214\215\215\220\220\220\221\222\222\222\223\224\224\225\225\226\227\227\230\233\233\234\234\235\236\236\237\240\240\241\241\242\243\243\244\243\244\244\245\246\246\247\247\252\251\251\250\247\246\245\245\251\251\251\251\251\251\251\251\255\255\255\255\255\254\254\254\255\255\255\255\255\255\255\255\257\257\257\257\257\257\257\257\260\260\260\260\260\260\260\260\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\263\263\263\263\263\263\263\263\262\262\262\262\262\262\262\262\260\260\260\260\260\260\260\260\261\261\260\260\257\256\256\255\256\256\256\256\256\256\256\256\254\254\254\254\254\254\254\254\257\256\254\252\251\252\252\253\250\251\251\252\253\253\254\254\255\255\254\254\253\252\252\251\250\250\247\247\246\245\245\244...,
  cur=0x7fffc8369300
 
 \207\207\210\212\213\214\215\215\220\220\220\221\222\222\222\223\224\224\225\225\226\227\227\230\233\233\234\234\235\236\236\237\240\240\241\241\242\243\243\244\243\244\244\245\246\246\247\247\252\251\251\250\247\246\245\245\251\251\251\251\251\251\251\251\255\255\255\255\255\254\254\254\255\255\255\255\255\255\255\255\257\257\257\257\257\257\257\257\260\260\260\260\260\260\260\260\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\263\263\263\263\263\263\263\263\262\262\262\262\262\262
 
 \262\262\260\260\260\260\260\260\260\260\261\261\260\260\257\256\256\255\256\256\256\256\256\256\256\256\254\254\254\254\254\254\254\254\257\256\254\252\251\252\252\253\250\251\251\252\253\253\254\254\255\255\254\254\253\252\252\251\250\250\247\247\246\245\245\244...,
  next=0x7fffc8529350
 
 \207\207\210\212\213\214\215\215\220\220\220\221\222\222\222\223\224\224\225\225\226\227\227\230\233\233\234\234\235\236\236\237\240\240\241\241\242\243\243\244\243\244\244\245\246\246\247\247\252\251\251\250\247\246\245\245\251\251\251\251\251\251\251\251\255\255\255\255\255\254\254\254\255\255\255\255\255\255\255\255\257\257\257\257\257\257\257\257\260\260\260\260\260\260\260\260\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\261\263\263\263\263\263\263\263\263\262\262\262\262\262\262\262\262\260\260\260\260\260\260\260\260\261\261\260\260\257\256\256\255\256\256\256\256\256\256\256\256\254\254\254\254\254\254\254\254\257\256\254\252\251\252\252\253\250\251\251\252\253\253\254\254\255\255\254\254\253\252\252\251\250\250\247\247\246\245\245\244...,
  w=value optimized out, refs=640, parity=0)
  at vf_yadif_template.h:234
  234 vf_yadif_template.h: No such file or directory.
   in vf_yadif_template.h
 
  Thanks!
 
  -- System Information:
  Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
  Architecture: amd64 (x86_64)
 
  Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
  Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
  Shell: /bin/sh linked to /bin/dash
 
  Versions of packages melt depends on:
  ii  libc62.13-4  Embedded GNU C Library:
  Shared lib
  ii  libmlt-data  1:0.7.2-0.0 multimedia framework (data)
  ii  libmlt4  1:0.7.2-0.0 multimedia framework
  (runtime)
 
  melt recommends no packages.
 
  melt suggests no packages.
 
  -- no debconf information
 
 
 
 





Bug#627156: PTS: For team-maintained packages, please add link to list archive

2011-05-18 Thread Willi Mann
Package: qa.debian.org
Severity: wishlist

For team-maintained packages, it would be useful if the corresponding list 
archive was linked from the PTS, at least if the archive URL can easily be
extracted from the list address. That should be true for all 
lists{,.alioth}.debian.org lists.

I think this would be best added next to the the name
of the team within the maintainers/uploaders field.

If anyone points me to the source code of the PTS generation script, I'd
implement this.


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

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.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#627157: /etc/apf-firewall/internals/reserved.networks contains allocated networks

2011-05-18 Thread Jerico Dev
Package: apf-firewall
Version: 9.7+rev1-2
Severity: important


/etc/apf-firewall/internals/reserved.networks contains networks like 
187.0.0.0/8 and many others that have been allocated by IANA and are now 
legitimate IP4 addresses. See 
http://www.iana.org/assignments/ipv4-address-space. This blocks legitimate 
users when using the Debian default configuration.



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



Bug#627158: xmlstarlet: two regressions in 'val' subcommand

2011-05-18 Thread Thorsten Glaser
Package: xmlstarlet
Version: 1.1.0-1
Severity: important

Affects: src:fusionforge

Hi,

I’ve found two regressions in xmlstarlet val. Let me show:

SID $ xmlstarlet val -d /usr/share/xml/xhtml/schema/dtd/1.0/xhtml1-strict.dtd 
xinvalid.htm
xinvalid.htm - invalid
LENNY # xmlstarlet val -d /usr/share/xml/xhtml/schema/dtd/1.0/xhtml1-strict.dtd 
xinvalid.htm
xinvalid.htm:7: parser error : Opening and ending tag mismatch: p line 7 and div
pnbsp;/div
   ^
xinvalid.htm - invalid

Errorlevel is set to 1 correctly in both cases, but the
diagnostics (which I’m using in FusionForge) are missing.

I found out that there’s a ‘-e’ option which is supposed
to show errors.

1|SID $ xmlstarlet val -e -d 
/usr/share/xml/xhtml/schema/dtd/1.0/xhtml1-strict.dtd xinvalid.htm
xinvalid.htm:7: Entity 'nbsp' not defined
xinvalid.htm:7: Opening and ending tag mismatch: p line 7 and div
xinvalid.htm - invalid
1|LENNY # xmlstarlet val -e -d 
/usr/share/xml/xhtml/schema/dtd/1.0/xhtml1-strict.dtd xinvalid.htm
xinvalid.htm:7: parser error : Opening and ending tag mismatch: p line 7 and div
pnbsp;/div
   ^
xinvalid.htm - invalid

It’s still not as verbose as I would have liked. But what’s that?
Now let’s try with a valid XML file:

1|SID $ xmlstarlet val -d /usr/share/xml/xhtml/schema/dtd/1.0/xhtml1-strict.dtd 
xvalid.htm
xvalid.htm - valid
SID $ xmlstarlet val -e -d 
/usr/share/xml/xhtml/schema/dtd/1.0/xhtml1-strict.dtd xvalid.htm
xvalid.htm:7: Entity 'nbsp' not defined
xvalid.htm - valid
SID $ dpkg -l xmlstarlet
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  xmlstarlet1.1.0-1   command line XML toolkit

The errorlevel is correctly set to 0, but the nbsp problem is still
there. For the record, I could *not* get the sid version of xmlstarlet
to accept the entity, not even when embedding them (all three from
/usr/share/xml/entities/xhtml/) into the DTD.

1|LENNY # xmlstarlet val -d 
/usr/share/xml/xhtml/schema/dtd/1.0/xhtml1-strict.dtd xvalid.htm
xvalid.htm - valid
LENNY # xmlstarlet val -e -d 
/usr/share/xml/xhtml/schema/dtd/1.0/xhtml1-strict.dtd xvalid.htm
xvalid.htm - valid
LENNY # dpkg -l xmlstarlet
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  xmlstarlet1.0.1-2   command line XML toolkit

This version has not the same problem. I consider this a serious
regression in the usability of xmlstarlet as an in-band XML/HTML
validator. The entity problem is even worse in the case of actually
broken files, when you have to scroll over several hundred of them
to get to the error message. (Personally I’m against nbsp; but I
have to deal with legacy codebase.)


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

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

Versions of packages xmlstarlet depends on:
ii  libc62.13-4  Embedded GNU C Library: Shared lib
ii  libxml2  2.7.8.dfsg-2+b1 GNOME XML library
ii  libxslt1.1   1.1.26-7+b1 XSLT 1.0 processing library - runt

xmlstarlet recommends no packages.

xmlstarlet suggests no packages.

-- no debconf information
Title: blub



 



Title: blub



 





Bug#605090: Great idea to get grsec flavored Debian kernels

2011-05-18 Thread Helge Kreutzmann
Hello,
it would be really great to get grsec enabled kernels. We've using them
for years (self compiled) and except for the recent problems with
iceweasel (cf. #623997) without any modifications / problems (except
for a root kit we caught 7 years ago, but that's on purpose).

Greetings

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


signature.asc
Description: Digital signature


Bug#621327: Same problem here

2011-05-18 Thread Josselin Mouette
reassign 621327 udev
thanks

Le mardi 17 mai 2011 à 21:02 +0200, ZeNo a écrit : 
 I have the same problem on a fresh debian Wheezy install.
 Keyboard (tried with a USB one and a PS2 one) and mouse
 are not responsive at all.
 To get them working i need to unplug and replug; however ps2 keyboard
 doesn't work even if i unplug and replug it.

Reminds me of a udev problem with /run. I’m pretty sure this is
completely unrelated to gdm3.

I’ll leave the udev maintainer to explain you how to fix your system
after the upgrade broke it.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-




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



Bug#623450: (pas de sujet)

2011-05-18 Thread Rémi Denis-Courmont
tags 623450 + moreinfo unreproducible
thanks

Hello,

I am not able to reproduce the problem with current Debian VLC 1.1.9. Can
you please provide the full output from vlc (vlc -vv)? Also please try with
valgrind as it is obviously a memory corruption problem.

Best regards,

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#626680: console-data: setting overwritten by reboot

2011-05-18 Thread Anton Zinoviev
On Tue, May 17, 2011 at 09:17:15AM +0200, Boris Daix wrote:
 
 I would be very pleased if I could use console-setup to set
 pc-dvorak-latin1 up *once for all* but this keymap is not available
 through console-setup.  So I repeat my question : how could I (really)
 set my console keymap up?...

Two ways: 

   1. dpkg-reconfigure keyboard-configuration.  Then select France as 
  country of origin for the keyboard and some dvorak layout.

   2. dpkg --remove console-setup

I believe this bug can be closed because the reason the layout is not 
preserved after reboot is that console-setup overwrites it, not that 
console-data doesn't work properly.

One suggestion to the maintainer of console-data. :) Add a file 
/usr/share/bug/console-data/control (see dh_bugfiles) with the following 
contents:

report-with: kbd console-tools console-common
package-status:  keyboard-configuration console-setup console-setup-mini

Anton Zinoviev



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



Bug#627007: Severe Processor Leak when Pointer is on GTK/GDK Window

2011-05-18 Thread Josselin Mouette
Le mardi 17 mai 2011 à 16:04 -0700, Elliott Mitchell a écrit : 
 Not much needed to reproduce. Start one of the many afflicted programs,
 whenever you move the pointer into its window and see the processor usage
 hit 100% whenever you move the pointer out of the window processor usage
 will return to idle.

Guess what. I have hundreds of GTK-based applications installed and none
of them exhibits the behavior you describe.

 I'm guessing some configuration setting(s) might be involved, but I've
 only got wild guesses as to what combination is involved. The extra bits
 that come to mind are, I've currently got metacity 1:2.30.1-3 as window
 manager and have focus follows mouse set. There are also two monitors
 attached to this system. I'll also theorize this may be effecting a fair
 number of systems, but it likely isn't as noticable on multiprocessor
 systems.

I’m guessing this only affects your system since this is the first time
I ever heard of this bug.

What is your graphics hardware and which driver are you using?

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-




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



Bug#627038: ITP: libacsccid -- PC/SC driver for ACS USB CCID smart card readers

2011-05-18 Thread Hendrik Sattler

Zitat von Godfrey Chung godfrey.ch...@acs.com.hk:

Before we started the driver project in 2009, we had requested to  
join as a developer for libccid in alioth.debian.org but the author  
rejected us with no reason. As the same time, our customer pushed us  
to release Linux driver. Therefore, we decided to release our Linux  
driver based on libccid and had a plan to release our driver to any  
Linux Distributions.


But libccid evolves and forks of such projects do usually not follow.  
This leaves both in a rather sad situation. Did you track the changes  
of 1.3.12 and 1.3.13? Any intention to rebase the work on 1.4.x so  
libusb-1.0 gets used instead of libusb-0.1?


For the Windows platform, we also release our own driver. It is  
because the generic driver does not work with multi-slot smart card  
readers and we can control our driver source code to fix bugs from  
the readers.


The Windows driver is also not very standard-compliant and does nasty  
things. It took me 30min on XP and Vista to get a bluescreen from it :-/
Note that there is also libusb-win32, making it potentially possible  
to use the same source there (ignoring the Microsoft driver for it)  
once it is compatible with (or integrated into) libusb-1.0.


Please note that libccid upstream author and Debian maintainer are  
same person. He may reject our changes.


Let's CC him so that he can comment...

HS





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



Bug#313705: German Translation corrections for fsviewer

2011-05-18 Thread Helge Kreutzmann
tags 313705 +upstream
thanks

Hello Guido,
while chekcing old German translation updates in Debian I noticed this
old bug regarding corrections of the German translation.

Could you check if they still apply to your version?

Unfortunately maintenance of fsview within Debian seems to have gone
stale and #288605 indicates that a removale might be necessary at some
time. 

Maybe you can check the open bugs
(http://bugs.debian.org/fsviewer) if they apply to your upstream
version as well?

Please note that I've personally do not have any relation to fsviewer,
though actually I'm using WindowMaker.

Greetings

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


signature.asc
Description: Digital signature


Bug#362976: (pas de sujet)

2011-05-18 Thread Rémi Denis-Courmont
tags 362976 + moreinfo
thanks

Hello,

Can you please retry if the problem persists with more recent versions of
VLC?

Note that VLC may create more than one window if there are multiple video
tracks in the input.
Can you please provide a sample file to verify what the problem is?

Best regards,

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#569531: More info

2011-05-18 Thread Yves-Alexis Perez
On mer., 2011-05-18 at 11:12 +0200, G. L. Gragnani wrote:
 The webkit GtkLauncher behaves exactly as in the previous versions.

From the bug history it seems to means that it doesn't work either.
Could you confirm that?
 
 A further regression is that in the present version of midori I'm
 also 
 no longer
 able to open the page by pointing directly to the link
 (for example 
 http://ieeexplore.ieee.org/stampPDF/getPDF.jsp?tp=arnumber=1303874 
 http://ieeexplore.ieee.org/stampPDF/getPDF.jsp?tp=arnumber=1303874)
 midori lopps indefinitely and I must kill it.

I can't access it without an account anyway. The error redirection works
fine though.

Regards,
-- 
Yves-Alexis




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



Bug#569531: More info

2011-05-18 Thread G. L. Gragnani

On 05/17/11 13:30, Yves-Alexis Perez wrote:

On mar., 2011-05-17 at 13:02 +0200, G. L. Gragnani wrote:

On 05/17/11 10:06, Yves-Alexis Perez wrote:

tag 569531 moreinfo
thanks

Hey,

can you still reproduce using midori 0.3.6-1 in unstable?

Regards,

Yes, I can reproduce it.
It is maybe related to wrong javascript code to deal
with this kind of sites.

Can you try with the webkit GtkLauncher
(/usr/lib/webkit-1.0-2/libexec/GtkLauncher) and report back?

Regards,

The webkit GtkLauncher behaves exactly as in the previous versions.

A further regression is that in the present version of midori I'm also 
no longer

able to open the page by pointing directly to the link
(for example 
http://ieeexplore.ieee.org/stampPDF/getPDF.jsp?tp=arnumber=1303874 
http://ieeexplore.ieee.org/stampPDF/getPDF.jsp?tp=arnumber=1303874)

midori lopps indefinitely and I must kill it.
Regards
Gian Luigi



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



Bug#619355: #619355 lynx fails to stop on SIGTSTP (C-z)

2011-05-18 Thread Thomas Dickey
This seems to work for me (trying both tcsh and bash).  Can you provide
more details (perhaps locale, shell/version, etc).

thanks

-- 
Thomas E. Dickey dic...@invisible-island.net
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#313760: ETA for update in Debian

2011-05-18 Thread Helge Kreutzmann
Hello,
quite a while ago this bug was marked fixed-upstream. Is there any
ETA when the fixed translation will propagate to Debian?

Thanks!

Greetings

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


signature.asc
Description: Digital signature


Bug#313972: Upload for fixed translation?

2011-05-18 Thread Helge Kreutzmann
Hello,
more than a year ago you marked the fixed translation pending.
Is there any ETA when the actual upload will happen?

Thanks!

Greetings

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


signature.asc
Description: Digital signature


Bug#623820: Status of python2.5 removal

2011-05-18 Thread Julien Cristau
On Wed, May 18, 2011 at 10:27:54 +1000, Ben Finney wrote:

 Luca Falavigna dktrkr...@debian.org writes:
 
  Status update:
 
  The following packages are not available in Wheezy and have longstanding
  RC bugs filed, so they can be safely ignored:
 
 Can you please list the RC bugs you're referring to?
 
  * libopensync-plugin-python
 
 For this package I see only one bug, #622464, which is of ‘normal’
 severity
 URL:http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libopensync-plugin-python;dist=unstable.
 
You want to look at #591566 #569393 (and grep-excuses
libopensync-plugin-python).

Cheers,
Julien



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



Bug#627159: Not suggest but recommend libio-socket-inet6-perl, add libsocket6-perl

2011-05-18 Thread Thijs Kinkhorst
Package: libio-socket-ssl-perl
Version: 1.33-1+squeeze1
Severity: important
Tags: patch ipv6

Hi,

When I installed 'sympa' I got the following error messages in my log:

[Mon May 16 17:06:13 2011] [warn] [client 137.56.126.19] mod_fcgid: stderr: 
Can't locate Socket6.pm in @INC (@INC contains: /usr/share/sympa/lib 
/etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at /usr/share/perl5/IO/Socket/SSL.pm line 73., 
referer:

After installing libsocket6-perl:

[Tue May 17 17:51:07 2011] [warn] [client 137.56.126.19] mod_fcgid: stderr: 
Can't locate IO/Socket/INET6.pm in @INC (@INC contains: 
/usr/share/sympa/lib /etc/perl /usr/local/lib/perl/5.10.1 
/usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 
/usr/share/perl/5.10 /usr/local/lib/site_perl .) at 
/usr/share/perl5/IO/Socket/SSL.pm line 75., referer:

Sympa recommends libio-socket-ssl-perl, so I got that automatically, however,
I failed to get libio-socket-inet6-perl because libio-socket-ssl-perl only
suggests that. There is no way to find out that you need to install these
two packages when installing sympa and you can only get to this indirectly.
Afterall, users hardly ever install libio-socket-ssl-perl directly, and only
in that case will they see its Suggests.

It seems libsocket6-perl is missing altogether. Attached patch adds both
as a recommends for libio-socket-ssl-perl. This means they will get the
full functionality by default. I think that IPv6 is now at a point and/or
will definately get to such a point in our next release that a
default-supported policy makes sense. Recommends still allows you to remove
it if you don't want it.


Cheers,
Thijs

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

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

Versions of packages libio-socket-ssl-perl depends on:
ii  libnet-ssleay-perl1.36-1 Perl module for Secure Sockets Lay
ii  netbase   4.45   Basic TCP/IP networking system
ii  perl  5.10.1-17  Larry Wall's Practical Extraction 

Versions of packages libio-socket-ssl-perl recommends:
ii  libnet-libidn-perl  0.12.ds-1+b1 Perl bindings for GNU Libidn

Versions of packages libio-socket-ssl-perl suggests:
pn  libio-socket-inet6-perl   none (no description available)

-- no debconf information
diff -Nur libio-socket-ssl-perl.orig/debian/control libio-socket-ssl-perl/debian/control
--- libio-socket-ssl-perl.orig/debian/control	2011-05-18 11:43:18.0 +0200
+++ libio-socket-ssl-perl/debian/control	2011-05-18 11:53:43.0 +0200
@@ -24,8 +24,8 @@
 Depends: ${misc:Depends}, ${perl:Depends},
  libnet-ssleay-perl,
  netbase
-Recommends: libnet-libidn-perl | liburi-perl (= 1.50)
-Suggests: libio-socket-inet6-perl
+Recommends: libnet-libidn-perl | liburi-perl (= 1.50),
+ libio-socket-inet6-perl, libsocket6-perl
 Description: Perl module implementing object oriented interface to SSL sockets
  This module is a true drop-in replacement for IO::Socket::INET that
  uses SSL to encrypt data before it is transferred to a remote server


Bug#626488: extlinux segmentation fault

2011-05-18 Thread Arne Wichmann
begin  quotation  from Daniel Baumann (in 
4dd11e7e.2020...@progress-technologies.net):
 Please retry with 4.04.

No change.

cu

AW
-- 
[...] If you don't want to be restricted, don't agree to it. If you are
coerced, comply as much as you must to protect yourself, just don't support
it. Noone can free you but yourself. (crag, on Debian Planet)
Arne Wichmann (a...@linux.de)


signature.asc
Description: Digital signature


Bug#627038: ITP: libacsccid -- PC/SC driver for ACS USB CCID smart card readers

2011-05-18 Thread Ludovic Rousseau
Hello,

2011/5/18 Hendrik Sattler p...@hendrik-sattler.de:
 Zitat von Godfrey Chung godfrey.ch...@acs.com.hk:

 Before we started the driver project in 2009, we had requested to join as
 a developer for libccid in alioth.debian.org but the author rejected us with
 no reason. As the same time, our customer pushed us to release Linux driver.
 Therefore, we decided to release our Linux driver based on libccid and had a
 plan to release our driver to any Linux Distributions.

Godfrey, I do not remember rejecting your request. The normal steps
are first to send good patches to the project before requesting to
join. You do not need to be on alioth.debian.org to participate to the
development of libccid.

Godfrey, do you participate on the MUSCLE (Movement for Using Smart
Card in a Linux Environment) mailing list [1]?

I could not find any message from Godfrey Chung in my email archives.

 But libccid evolves and forks of such projects do usually not follow. This
 leaves both in a rather sad situation. Did you track the changes of 1.3.12
 and 1.3.13? Any intention to rebase the work on 1.4.x so libusb-1.0 gets
 used instead of libusb-0.1?

Good question.

 Please note that libccid upstream author and Debian maintainer are same
 person. He may reject our changes.

 Let's CC him so that he can comment...

Thanks for the notice.

Godfrey, are you a Debian Developer? If not the bug should be an RFP
instead of ITP. But that is a minor point.

Bye,

[1] http://musclecard.com/list.html

-- 
 Dr. Ludovic Rousseau



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



Bug#602936: gnuplot: wxt terminal deadlocks on loss of X11 connection

2011-05-18 Thread Andreas Beckmann
retitle 602936 gnuplot: wxt terminal deadlocks on loss of X11 connection
tags 602936 - fixed-upstream + upstream
forwarded 602936
https://sourceforge.net/tracker/?func=detailaid=3303816group_id=2055atid=102055
thanks

I investigated this problem again, bisected gnuplot, opened a new
upstream bug and constructed a new testcase that more clearly
demonstrates what's happening:

plot x
print use xkill to terminate the plot window, then press return
pause -1
print closing window
set term wxt close
print window closed

$ gnuplot ../test2.gnuplot
use xkill to terminate the window, then press return
unknown: Fatal IO error 0 (Success) on X server localhost:10.0.

closing window
^C^Z
[1]+  Stopped gnuplot ../test2.gnuplot

$ kill %1

More details can be found in upstream bug report.

This problem has not been fixed in current 4.4.x release or CVS.
It is not present in 4.2.x

Andreas



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



Bug#627150: live-build: syslinux support broken

2011-05-18 Thread Michal Suchanek
On 18 May 2011 09:00, Grzegorz Bizon grzegorz.bi...@ntsn.pl wrote:
 Package: live-build
 Version: 3.0~a16-1
 Severity: important

 Hello,

 It appears that something is wrong with live-build and syslinux.

 I'm trying to build wheezy live on wheezy, and if I try building with
 syslinux as bootloader I get following error on boot:

 no DEFAULT or UI configuration directive found

 I was trying to build iso (isolinux directory created) and usb-hdd
 (syslinux directory created) - same problem.

 iso with grub bootloader is currently only working solution for me.



How did you manage building an image at all?

For me building images always fails because some theme files are not present.

Thanks

Michal



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



Bug#627038: ITP: libacsccid -- PC/SC driver for ACS USB CCID smart card readers

2011-05-18 Thread Didier Raboud
Le mercredi, 18 mai 2011 11.56:39, Ludovic Rousseau a écrit :
 Godfrey, are you a Debian Developer? If not the bug should be an RFP
 instead of ITP. But that is a minor point.

Wrong. Anyone can submit an ITP if he Intends To Package something. Getting 
it uploaded by a DD is then still mandatory to get the package to the 
archive, but said DD will not be the maintainer of the package.

-- 
OdyX


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


Bug#627160: libnotify.deps forces gtk+-2.0

2011-05-18 Thread Enrico Tassi
Package: valac-0.12
Version: 0.12.0-4
Severity: normal

libnotify-dev depends on libnotify4 that seems to not depend on gtk+-2.0 not
gdk-2.0

tassi@birba:~/Projects/syncmaildir$ ldd /usr/lib/libnotify.so.4.0.0
linux-vdso.so.1 =  (0x7fffea9ff000)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0
(0x7f95b213a000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0x7f95b1e0d000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0
(0x7f95b1bba000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x7f95b18cb000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f95b16af000)
libc.so.6 = /lib/libc.so.6 (0x7f95b132b000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0
(0x7f95b1128000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0
(0x7f95b0f24000)
librt.so.1 = /lib/librt.so.1 (0x7f95b0d1b000)
libm.so.6 = /lib/libm.so.6 (0x7f95b0a99000)
libresolv.so.2 = /lib/libresolv.so.2 (0x7f95b0883000)
libz.so.1 = /usr/lib/libz.so.1 (0x7f95b066b000)
libselinux.so.1 = /lib/libselinux.so.1 (0x7f95b044c000)
libpcre.so.3 = /lib/libpcre.so.3 (0x7f95b0211000)
/lib64/ld-linux-x86-64.so.2 (0x7f95b258)
libdl.so.2 = /lib/libdl.so.2 (0x7f95b000c000)

But the libnotify.deps file still requires gtk+-2.0 and gdk+-2.0. This makes
impossible using libnotify and gtk+-3.0 in a vala app. My impression is that
the libnotify.vapi file was update to libnotify 0.7 (libnotify4) but not the
.deps file.

Cheers



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

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

Versions of packages valac-0.12 depends on:
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.28.6-2   GLib library of C routines
ii  libglib2.0-dev2.28.6-2   Development files for the GLib lib
ii  libvala-0.12-00.12.0-4   C# like language for the GObject s

valac-0.12 recommends no packages.

valac-0.12 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#627157: apf-firewall: patch

2011-05-18 Thread Jerico Dev
Package: apf-firewall
Version: 9.7+rev1-2
Severity: normal
Tags: patch

The attachment contains a patched configuration file
# Unassigned/reserved address space
# refer to: http://www.iana.org/assignments/ipv4-address-space
#
240.0.0.0/8
241.0.0.0/8
242.0.0.0/8
243.0.0.0/8
244.0.0.0/8
245.0.0.0/8
246.0.0.0/8
247.0.0.0/8
248.0.0.0/8
249.0.0.0/8
250.0.0.0/8
251.0.0.0/8
252.0.0.0/8
253.0.0.0/8
254.0.0.0/8
255.0.0.0/8


Bug#621327: Same problem here

2011-05-18 Thread Marco d'Itri
reassign 621327 gdm3
thanks

On May 18, Josselin Mouette j...@debian.org wrote:

 Reminds me of a udev problem with /run. I’m pretty sure this is
 completely unrelated to gdm3.
No, the user reported that restarting gdm fixes the issue and this is
not consistent with udevd not running.
This can be verified by disabling the gdm3 init script and checking that
the keyboard still works on the console after booting.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#494938: RFS: moodbar (NMU)

2011-05-18 Thread Alessio Treglia
Hi Andrew,

could you update your patch to do a QA upload?
I'll upload it for you when ready.

Thanks in advance.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#627161: texmaker: incorrectly picks up \input-ed files from newcommand statements

2011-05-18 Thread Egon Willighagen
Package: texmaker
Version: 3.0.2-2
Severity: normal

When a .tex files contains content like:

\newcommand{\codeverb}[1]{\input{code/#1.verbatim}}

then texmaker will show a line in the Structure windows with a loadable 'file' 
called code/#1.verbatim.
Of course, this being inside a \newcommand{} statemen, this file does not 
really exist.

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

Kernel: Linux 2.6.32-5-686-bigmem (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 texmaker depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-2  GCC support library
ii  libpoppler-qt4-3  0.12.4-1.2 PDF rendering library (Qt 4 based 
ii  libqt4-network4:4.7.2-3  Qt 4 network module
ii  libqt4-xml4:4.7.2-3  Qt 4 XML module
ii  libqtcore44:4.7.2-3  Qt 4 core module
ii  libqtgui4 4:4.7.2-3  Qt 4 GUI module
ii  libqtwebkit4  2.1.0~2011week13-1 Web content engine library for Qt
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3
ii  texmaker-data 3.0.2-2Texmaker LaTeX editor -- arch-inde
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

Versions of packages texmaker recommends:
ii  aspell0.60.6-6   GNU Aspell spell-checker
ii  asymptote 2.02-2+b1  script-based vector graphics langu
ii  ghostscript   9.02~dfsg-2interpreter for the PostScript lan
ii  myspell-en-us [myspell-di 1:3.3.0-3  English_american dictionary for my
ii  netpbm2:10.0-12.2+b1 Graphics conversion tools between 
ii  psutils   1.17-29A collection of PostScript documen
ii  texlive-latex-extra   2009-10TeX Live: LaTeX supplementary pack

texmaker 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#627105: ITP: configshell -- python framework for building simple CLI-based applications

2011-05-18 Thread Salvo Tomaselli
On Tuesday 17 May 2011 20:19:54 Ritesh Raj Sarraf wrote:


 * URL : http://www.risingtidesystems.com
Are you sure this is the url of the project?


-- 
Salvo Tomaselli


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


Bug#627162: cryptkeeper: new upstream version available: 0.9.5

2011-05-18 Thread Jon Dowland
Package: cryptkeeper
Version: 0.9.4-1
Severity: wishlist

Hi,

A new upstream version of cryptkeeper is now available.


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

Kernel: Linux 2.6.32-5-686-bigmem (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 cryptkeeper depends on:
ii  encfs 1.7.2-1encrypted virtual filesystem
ii  fuse-utils2.8.4-1.1  Filesystem in USErspace (utilities
ii  libatk1.0-0   2.0.0-1The ATK accessibility toolkit
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libgconf2-4   2.28.1-6   GNOME configuration database syste
ii  libgdk-pixbuf2.0-02.23.3-3   GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  zenity2.30.0-1   Display graphical dialog boxes fro

cryptkeeper recommends no packages.

cryptkeeper 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#622838: Bug#627150: live-build: syslinux support broken

2011-05-18 Thread Grzegorz Bizon

Day 2011-05-18, at. 12:05:03 
Michal Suchanek hramr...@centrum.cz wrote:

 How did you manage building an image at all?
 
 For me building images always fails because some theme files are not
 present.

Hi.

If you are referring to #622838 - I didn't encounter this problem.

Probably because I'm building livecd on wheezy - package
syslinux-themes-debian-squeeze version is 8-1 and
directory /usr/share/syslinux/themes/debian-squeeze/syslinux-live is
present. 

So it appears that #622838 is fixed in wheezy (CCing
622...@bugs.debian.org).

Regards,
 Grzegorz Bizon

-- 
 ntsn.pl software development
 http://ntsn.pl



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



Bug#627042: bug in nbd-server

2011-05-18 Thread Thijs Kinkhorst
On Tue, May 17, 2011 09:38, Wouter Verhelst wrote:
 nbd-server 2.9.21 has a NULL-pointer dereference in its negotiation
 phase, which allows unauthenticated users to DoS the server by causing
 the negotiation to fail (e.g., by specifying a non-existing name for an
 export).

Please use CVE-2011-1925.


Cheers,
Thijs



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



Bug#521757: (pas de sujet)

2011-05-18 Thread Rémi Denis-Courmont
tags 521757 + moreinfo unreproducible
thanks

   Hello,

I am unable to reproduce the problem and the back trace is not available
anymore at the stated location. Can you please update VLC, retry and post
the new stack trace, if applicable? Thanks in advance,

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#627164: klibc-utils: ipconfig does not support for ipv6

2011-05-18 Thread Michal Suchanek
Package: klibc-utils
Version: 1.5.20-1
Severity: important


IPv6 is the current IP standard.

ipconfig does not support it.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (900, 'stable'), (510, 'unstable'), (500, 'testing'), (200, 
'experimental'), (111, 'oldstable')
Architecture: amd64 (x86_64)

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

Versions of packages klibc-utils depends on:
ii  libklibc  1.5.20-1   minimal libc subset for use with i

klibc-utils recommends no packages.

klibc-utils 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#627165: mpg123: Package shows dep:libltdl7, but debian/control has Build-Depends:libltdl3-dev

2011-05-18 Thread Aapo Rantalainen
Package: mpg123
Version: 1.12.1-3.1
Severity: normal

E.g: http://packages.debian.org/sid/mpg123 shows dep: libltdl7 

But when fetching package soupces (or 
http://ftp.de.debian.org/debian/pool/main/m/mpg123/mpg123_1.12.1-3.1.diff.gz ) 
it has debian/control:
Build-Depends: debhelper ( 5), autotools-dev, autoconf, automake, pkg-config, 
libltdl3-dev, libesd0-dev, libaudio-dev, libasound2-dev [!kfreebsd-i386 
!kfreebsd-amd64 !hurd-i386], libjack-dev, libpulse-dev [!hurd-i386], 
python-minimal
Containing libltdl3-dev.

There are Debian derivated systems where libltdl7 != libltdl3.
-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick
  APT policy: (500, 'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-22-generic (SMP w/2 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shgll: /bin/sh linked to /bin/bash



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



Bug#627166: ipconfig: ignores dhcp options

2011-05-18 Thread Michal Suchanek
Package: klibc-utils
Version: 1.5.20-1
Severity: important
File: ipconfig


ipconfig does not support many dhcp options.

Specifically it does not report the domain-search option which is
required to construct a resolv.conf properly.

It also does not report lease time which is required to construct a
lease file which could be later used by dhclient to renew the lease once
the system boots.


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (900, 'stable'), (510, 'unstable'), (500, 'testing'), (200, 
'experimental'), (111, 'oldstable')
Architecture: amd64 (x86_64)

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

Versions of packages klibc-utils depends on:
ii  libklibc  1.5.20-1   minimal libc subset for use with i

klibc-utils recommends no packages.

klibc-utils 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#627159: Not suggest but recommend libio-socket-inet6-perl, add libsocket6-perl

2011-05-18 Thread Dominic Hargreaves
On Wed, May 18, 2011 at 11:54:02AM +0200, Thijs Kinkhorst wrote:
 When I installed 'sympa' I got the following error messages in my log:
 
 [Mon May 16 17:06:13 2011] [warn] [client 137.56.126.19] mod_fcgid: stderr: 
 Can't locate Socket6.pm in @INC (@INC contains: /usr/share/sympa/lib 
 /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 
 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
 /usr/local/lib/site_perl .) at /usr/share/perl5/IO/Socket/SSL.pm line 73., 
 referer:
 
 After installing libsocket6-perl:
 
 [Tue May 17 17:51:07 2011] [warn] [client 137.56.126.19] mod_fcgid: stderr: 
 Can't locate IO/Socket/INET6.pm in @INC (@INC contains: 
 /usr/share/sympa/lib /etc/perl /usr/local/lib/perl/5.10.1 
 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 
 /usr/lib/perl/5.10 
 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at 
 /usr/share/perl5/IO/Socket/SSL.pm line 75., referer:
 
 Sympa recommends libio-socket-ssl-perl, so I got that automatically, however,
 I failed to get libio-socket-inet6-perl because libio-socket-ssl-perl only
 suggests that. There is no way to find out that you need to install these
 two packages when installing sympa and you can only get to this indirectly.
 Afterall, users hardly ever install libio-socket-ssl-perl directly, and only
 in that case will they see its Suggests.
 
 It seems libsocket6-perl is missing altogether. Attached patch adds both
 as a recommends for libio-socket-ssl-perl. This means they will get the
 full functionality by default. I think that IPv6 is now at a point and/or
 will definately get to such a point in our next release that a
 default-supported policy makes sense. Recommends still allows you to remove
 it if you don't want it.

This is a similar case to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615281

Because there's no way for a package to say I depend on foo
only if the system is configured with IPv6 I actually think this
should be a Depends rather than Recommends, if it breaks without just
because IPv6 is configured on the system.

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



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



Bug#627097: segfault when trying to interact with cryptkeeper

2011-05-18 Thread Jon Dowland
On Tue, May 17, 2011 at 05:16:35PM +0100, Jon Dowland wrote:
 #0  0xb74a9e3a in strcmp () from /lib/i686/cmov/libc.so.6
 #1  0x0804c205 in is_mounted (mount_dir=0x80c24d8 /home/jon/e/f)
 at encfs_wrapper.cpp:49

Patch at

https://github.com/jmtd/cryptkeeper/commit/5bb5553c52bd8e6a75a94c63eee782b88fca6da3



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



Bug#578714: Please package gtkpod 2.x

2011-05-18 Thread Jonathan Ballet
Actually, gtkpod 2.0.1 has been released a couple of days ago.

Regards,

 Jonathan



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



Bug#627167: bsdmainutils: [cal] Please support -M for cal as well

2011-05-18 Thread Helge Kreutzmann
Package: bsdmainutils
Version: 8.0.13
Severity: wishlist

ncal correctly starts on Monday for German by default, while cal
starts on Sunday (which is incorrect in Germany). It cannot even be
changed, as -M is not supported for cal.

Ideally cal should also default to starting on Monday in a German
locale, but support for -M would allow an alias at least.

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


signature.asc
Description: Digital signature


Bug#627168: bsdmainutils: [cal] cal accepts -3

2011-05-18 Thread Helge Kreutzmann
Package: bsdmainutils
Version: 8.0.13
Severity: normal

The synopsis in the man page states the supported options, but by
experiment I found out, that cal also accepts -3, thus:
-cal [-hjy] [[month] year]
-cal [-hj] -m month [year]
+cal [-hjy3] [[month] year]
+cal [-hj3] -m month [year]

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


signature.asc
Description: Digital signature


Bug#627169: Missing To-Header in SMTP_HEADERS_CMD

2011-05-18 Thread Moritz Schüpp
Package: keepalived
Version: 1:1.1.20-1
Severity: wishlist

Please add a To:-Header to SMTP_HEADERS_CMD. At the moment the
following headers are added (defined in keepalived/include/smtp.h):

#define SMTP_HEADERS_CMD Date: %s\r\nFrom: %s\r\nSubject: %s\r\n \
 X-Mailer: Keepalived\r\n\r\n

A valid To-Header would make it easier for certain
mailserver/procmail-configurations to sort the mails into the correct
mailbox.

Thx in advance!

Kind regards,
Mit freundlichen Grüßen
Moritz Schüpp



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



Bug#627170: libdata-amf-perl: Can't locate YAML/Base.pm in @INC

2011-05-18 Thread Salvatore Bonaccorso
Source: libdata-amf-perl
Version: 0.09-1
Severity: serious
Tags: wheezy sid
Justification: FTBFS

Hi

libdata-amf-perl FTBFS in both wheezy and sid due to missing
YAML/Base.pm in @INC, so there seems to be a missing dependency on
libyaml-perl:

 Can't locate YAML/Base.pm in @INC (@INC contains: 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/blib/lib
  
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/blib/arch
  /etc/perl /usr/local/lib/perl/5.12.3 /usr/local/share/perl/5.12.3 
 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 
 /usr/local/lib/site_perl .) at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/YAML.pm
  line 6.
 BEGIN failed--compilation aborted at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/YAML.pm
  line 6.
 Compilation failed in require at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/Test/Base/Filter.pm
  line 328.
 # Looks like your test exited with 2 before it could output anything.
 t/01_parse_amf0.t ..
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 14/14 subtests
 Can't locate YAML/Base.pm in @INC (@INC contains: 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/blib/lib
  
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/blib/arch
  /etc/perl /usr/local/lib/perl/5.12.3 /usr/local/share/perl/5.12.3 
 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 
 /usr/local/lib/site_perl .) at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/YAML.pm
  line 6, DATA line 1.
 BEGIN failed--compilation aborted at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/YAML.pm
  line 6, DATA line 1.
 Compilation failed in require at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/Test/Base/Filter.pm
  line 328, DATA line 1.
 # Looks like your test exited with 2 before it could output anything.
 t/02_format_amf0_simple.t ..
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 10/10 subtests
 Can't locate YAML/Base.pm in @INC (@INC contains: 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/blib/lib
  
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/blib/arch
  /etc/perl /usr/local/lib/perl/5.12.3 /usr/local/share/perl/5.12.3 
 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 
 /usr/local/lib/site_perl .) at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/YAML.pm
  line 6, DATA line 1.
 BEGIN failed--compilation aborted at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/YAML.pm
  line 6, DATA line 1.
 Compilation failed in require at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/Test/Base/Filter.pm
  line 328, DATA line 1.
 # Looks like your test exited with 2 before it could output anything.
 t/03_format_amf0_strict.t ..
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 1/1 subtests
 t/04_parse_amf3.t .. ok
 t/05_format_amf3_simple.t .. ok
 Can't locate YAML/Base.pm in @INC (@INC contains: 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/blib/lib
  
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/blib/arch
  /etc/perl /usr/local/lib/perl/5.12.3 /usr/local/share/perl/5.12.3 
 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 
 /usr/local/lib/site_perl .) at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/YAML.pm
  line 6, DATA line 1.
 BEGIN failed--compilation aborted at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/YAML.pm
  line 6, DATA line 1.
 Compilation failed in require at 
 /build/salvi-libdata-amf-perl_0.09-1-amd64-fPaSQB/libdata-amf-perl-0.09/inc/Test/Base/Filter.pm
  line 328, DATA line 1.
 # Looks like your test exited with 2 before it could output anything.
 t/06_format_amf3_strict.t ..
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/2 subtests
 
 Test Summary Report
 ---
 t/01_parse_amf0.t(Wstat: 512 Tests: 0 Failed: 0)
   Non-zero exit status: 2
   Parse errors: Bad plan.  You planned 14 tests but ran 0.
 t/02_format_amf0_simple.t (Wstat: 512 Tests: 0 Failed: 0)
   Non-zero exit status: 2
   Parse errors: Bad plan.  You planned 10 tests but ran 0.
 t/03_format_amf0_strict.t (Wstat: 512 Tests: 0 Failed: 0)
   Non-zero exit status: 2
   Parse errors: Bad plan.  You planned 1 tests but ran 0.
 t/06_format_amf3_strict.t 

Bug#496291: Multiple video tracks

2011-05-18 Thread Rémi Denis-Courmont
found 496291 1.1.9-1
tags 496291 + upstream
forwarded 496291 http://trac.videolan.org/vlc/ticket/4795
thanks

   Hello,

The provided file contains three different video tracks, so VLC shows all
of them. If you want to see only one track, you can select which one from
the video menu.

Best regards,

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#614307: Already fixed

2011-05-18 Thread Rémi Denis-Courmont
found 614307 1.1.3-1
fixed 614307 1.1.9-1
tags 614307 + squeeze fixed-upstream confirmed
thanks

   Hello,

This bug is already fixed in Debian unstable/testing.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



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



Bug#569531: More info

2011-05-18 Thread G. L. Gragnani

On 05/18/11 11:34, Yves-Alexis Perez wrote:

On mer., 2011-05-18 at 11:12 +0200, G. L. Gragnani wrote:

The webkit GtkLauncher behaves exactly as in the previous versions.

 From the bug history it seems to means that it doesn't work either.
Could you confirm that?

It doesn't work



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



Bug#627171: texlive-binaries: mktexpk (and mktexnam) don't cope with unset $HOME

2011-05-18 Thread Stuart Prescott
Package: texlive-binaries
Version: 2009-8
Severity: wishlist

Hi!

Some buildds now have $HOME unset and this leads to breakages in the compilation
of various bits of documentation on the buildd; it may be a combination of
reduced permissions on the buildd as well as $HOME being unset that causes
font selection problems.

On buildds where $HOME is defined, when using latex and then dvips, a
warning is emitted, but font selection works fine, falling back to /tmp:

-- 8 --
kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+264/600 --dpi 864 
bbding10
mkdir: cannot create directory `././home/buildd': Permission denied
mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+264/600; 
nonstopmode; input bbding10

mktexpk: /tmp/texfonts/pk/ljfour/public/bbding/bbding10.864pk: successfully 
generated.
-- 8 --

On buildds where $HOME is not defined, the same situation leads to an unwanted
font substitution:
-- 8 --
kpathsea: Running mktexpk --mfmode ljfour --bdpi 600 --mag 1+264/600 --dpi 864 
bbding10
mkdir: cannot create directory `././.texmf-var': Permission denied
mktexpk: /usr/share/texmf/web2c/mktexdir 
/.texmf-var/fonts/pk/ljfour/public/bbding failed.
kpathsea: Appending font creation commands to missfont.log.
dvips: Font bbding10 not found,  using cmr10 instead.
-- 8 --

In the case where pdflatex is used, font substitution leads to an error:

-- 8 --
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+264/600 --dpi 864 
bbding10
mkdir: cannot create directory `././.texmf-var': Permission denied
mktexpk: /usr/share/texmf/web2c/mktexdir 
/.texmf-var/fonts/pk/ljfour/public/bbding failed.
kpathsea: Appending font creation commands to missfont.log.

LaTeX Font Warning: Some font shapes were not available, defaults substituted.

(see the transcript file for additional information)
!pdfTeX error: pdflatex (file bbding10): Font bbding10 at 864 not found
 == Fatal error occurred, no output PDF file produced!
-- 8 --

It's possible to work around this by creating a writable directory in
debian/rules and then exporting HOME pointing to that directory prior to
commencing the build. Doing so causes the following files to be created when
building the documents shown above:

-- 8 --
..texmf-var/fonts
..texmf-var/fonts/pk
..texmf-var/fonts/pk/ljfour
..texmf-var/fonts/pk/ljfour/public
..texmf-var/fonts/pk/ljfour/public/bbding
..texmf-var/fonts/pk/ljfour/public/bbding/bbding10.864pk
-- 8 --

For reference, these logs come from the buildd failures of pyxplot 0.8.4-2
when building the documentation; while the documentation ends up in an arch:all
package, building it also acts as a test suite. The complete logs are available
at:

  https://buildd.debian.org/status/logs.php?pkg=pyxplotver=0.8.4-2

While this problem is clearly quite unlikely to ever hit a regular user of 
latex or pdflatex, it's a nuisance on the buildds (and quite hard to debug too),
so better handling of this situation would be great.

many thanks
Stuart



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



Bug#625208: python3.2-doc: search function doesn't work

2011-05-18 Thread Matthias Klose

reassign 625208 sphinx
thanks

https://bitbucket.org/birkenfeld/sphinx/issue/682/sphinx-101-and-jquery-15-incompatibility

On 05/02/2011 04:26 PM, Tshepang Lekhonkhobe wrote:

Package: python3.2-doc
Version: 3.2-2
Severity: important

Doing a doc search available on this url 
file:///usr/share/doc/python3/html/index.html doesn't work... It endlessly 
displays 'Searching...'.




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



Bug#613068: Could not connect, passive socket

2011-05-18 Thread Mark Hobley
cat /etc/apt/apt.conf

APT::Default-Release stable ;

APT::Cache-Limit 33554432 ;


APT::Install-Recommends 0 ;

APT::Install-Suggests 0 ;


// See Debian bug 613068

Acquire::FTP::Passive ;


 apt-get -f install 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following package was automatically installed and is no longer required:
  libparted1.8-10
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  apt-utils libc-bin libc6 libc6-i686 libdb5.1 locales
Suggested packages:
  glibc-doc
The following NEW packages will be installed:
  libdb5.1
The following packages will be upgraded:
  apt-utils libc-bin libc6 libc6-i686 locales
5 upgraded, 1 newly installed, 0 to remove and 227 not upgraded.
3 not fully installed or removed.
Need to get 4,801 kB/11.9 MB of archives.
After this operation, 3,240 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  locales libc-bin libc6 libc6-i686 libdb5.1 apt-utils
Install these packages without verification [y/N]? y
Get:1 ftp://ftp.debian.org/debian/ unstable/main locales all 2.13-4 [4,801 kB]
Err ftp://ftp.debian.org/debian/ unstable/main locales all 2.13-4
  Could not connect passive socket. [IP: 130.89.149.226 21]
 ^
 |
I'll try and get a sniffer on this to see if I can log the requests and 
responses.

Mark.




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



Bug#620157: base-files: Please add top-level /run

2011-05-18 Thread Santiago Vila
  I feel that we are relying too much on base-files for no particular
  reason. In fact, I don't see any benefit of having /run in base-files
  at this point.
 
 The main need for this is debootstrap.  There's two possible ways
 initscripts can handle the migration:
 
 1) Normal system
- on installation, bind mount /var/run to /run, /var/lock to /run/lock
- on reboot, set up /run as a tmpfs and convert the original locations
  to symlinks
 2) Chroot or other virtual environment
- the above isn't possible (no scripts run on startup etc.)
- on installation, symlink /run → /var/run and
   /run/lock (/var/run/lock) → /var/lock

You seem to imply that we should migrate each and every file at once.

We could just declare /var/run obsolete and not make any bind mount or symlink.
The use of /var/run then would just fade away over time, like it happened
with the /usr/doc transition.

AFAIK (please correct me if I'm wrong), this is not like /var/mail
where email clients look at a single place. Packages putting things in
/var/run will look for them in /var/run, and packages putting things
in /run will look for them in /run.

But even if we want symlinks or bind mounts:

I made a mistake in base-files 2.1.18 when I added /dev/pts (this was
more than 10 years ago, but there are a lot of similarities). Things
became too tricky because /dev was a virtual filesystem. I had to
remove it in 2.1.20 with urgency=high, but since then it is clear to
me that this kind of things are better handled by whatever package is
actually populating those directories.



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



Bug#623820: Status of python2.5 removal

2011-05-18 Thread Adam D. Barratt
On Wed, May 18, 2011 01:27, Ben Finney wrote:
 Luca Falavigna dktrkr...@debian.org writes:

 Status update:

 The following packages are not available in Wheezy and have longstanding
 RC bugs filed, so they can be safely ignored:

 Can you please list the RC bugs you're referring to?

 * libopensync-plugin-python

 For this package I see only one bug, #622464, which is of ‘normal’
 severity
 URL:http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libopensync-plugin-python;dist=unstable.

You'll probably find
URL:http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libopensync-plugin-python;dist=unstable
more enlightening.

Regards,

Adam




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



Bug#625208: (no subject)

2011-05-18 Thread Barry Warsaw
This is now fixed upstream:

https://bitbucket.org/birkenfeld/sphinx/issue/682/sphinx-101-and-jquery-15-incompatibility


signature.asc
Description: PGP signature


  1   2   3   4   >