Bug#572737: RFP: maven-scala-plugin -- A maven plugin for compiling, testing and running scala code in maven

2010-03-05 Thread Ramakrishnan Muthukrishnan
Package: wnpp
Severity: wishlist

* Package name: maven-scala-plugin
  Version : 2.12
  Upstream Author : David Bernard
* URL or Web page : 

* License : Apache License 2.0
  Description : A maven plugin for compiling, tetsing and running scala 
code in maven






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



Bug#567684: Iceweasel 3.6 approaching

2010-03-05 Thread Mike Hommey
(Also posted on http://glandium.org/blog/?p=945)

Work on Iceweasel 3.6 is approaching an end, but there are still issues
with it and with 3.5 that I want to tackle before officially pushing to
experimental.

In the meanwhile, you can already try a preview package:
  * for i386:
   + http://people.debian.org/~glandium/iceweasel_3.6-0preview1_i386.deb
   + 
http://people.debian.org/~glandium/xulrunner-1.9.2_1.9.2-0preview1_i386.deb
   + http://people.debian.org/~glandium/libmozjs3d_1.9.2-0preview1_i386.deb
  * for amd64:
   + http://people.debian.org/~glandium/iceweasel_3.6-0preview1_amd64.deb
   + 
http://people.debian.org/~glandium/xulrunner-1.9.2_1.9.2-0preview1_amd64.deb
   + http://people.debian.org/~glandium/libmozjs3d_1.9.2-0preview1_amd64.deb

The amd64 binary has the JIT compiler enabled by default (contrary to
upstream default, and I guess most if not all other distros), so if you
have issues with it, you’ll need to disable
javascript.options.jit.content from about:config. It passes the
testsuite, so I expect it to be fairly stable.

Mike

___
pkg-mozilla-maintainers mailing list
pkg-mozilla-maintain...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-mozilla-maintainers



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



Bug#571035: [squeeze alpha1] installationsreport: grub2: machine doesn't boot

2010-03-05 Thread Holger Wansing
Hi,

maximilian attems  wrote:
> On Thu, 04 Mar 2010, Holger Wansing wrote:
> > The hole story in short words:
> > 
> > I did a test installation with the debian-installer version squeeze-alpha1 
> > on
> > an old Toshiba Satellite 320CDS laptop with an 486 cpu and 32MB of ram.
> > 
> > Installation went without any problems so far.
> > 
> > The only problem now is: the system does not boot. Output on screen is:
> > 
> > Booting Debian GNU/Linux with 2.6.32-trunk-486
> > Loading Linux 2.6.32-trunk-486 ...
> > Loading initial ramdisk ...
> > 
> > [New screen appears]
> > Decompressing Linux... Parsing ELF... done.
> > Booting the kernel.
> > 
> > and then the system stopps. The cursor is blinking in the next line for 
> > ever.
> 
> sorry on the run, so only short answer, this looks more like a kernel bug
> try booting without quiet and see where it really stops?
> 
> thanks
> -- 
> maks

I already tried this, the mentioned output is from booting without quiet arg, 
so 
no more information, where or why it stops.


Thanks for your time

Holger

-- 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 2.5.0
under DEBIAN GNU/LINUX 5.0.0 - L e n n y
Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =



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



Bug#558860: gai: diff for NMU version 0.5.10-2.2

2010-03-05 Thread David Paleino
tags 558860 + patch
thanks

Dear maintainer,

I've prepared an NMU for gai (versioned as 0.5.10-2.2) and
uploaded it to DELAYED/02. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u gai-0.5.10/debian/rules gai-0.5.10/debian/rules
--- gai-0.5.10/debian/rules
+++ gai-0.5.10/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 CFLAGS += -I/usr/include/libgnomeui-2.0/
+LDFLAGS += -lgnomeui-2
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
diff -u gai-0.5.10/debian/control gai-0.5.10/debian/control
--- gai-0.5.10/debian/control
+++ gai-0.5.10/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Jose M. Moya 
-Build-Depends: debhelper (>= 4.1.0), cdbs, libpanel-applet2-dev (>= 2.4), 
libgtkglext1-dev (>= 1.0.0), libpango1.0-dev (>= 1.2.5), libsdl1.2-dev (>= 
1.2.0), x11proto-core-dev
+Build-Depends: debhelper (>= 4.1.0), cdbs, libpanel-applet2-dev (>= 2.4), 
libgtkglext1-dev (>= 1.0.0), libpango1.0-dev (>= 1.2.5), libsdl1.2-dev (>= 
1.2.0), x11proto-core-dev, libgnomeui-dev
 Standards-Version: 3.7.3
 Homepage: http://gai.sourceforge.net/
 
diff -u gai-0.5.10/debian/changelog gai-0.5.10/debian/changelog
--- gai-0.5.10/debian/changelog
+++ gai-0.5.10/debian/changelog
@@ -1,3 +1,13 @@
+gai (0.5.10-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * FTBFS in Ubuntu: missing libgnomeui-dev build-dependency
+(Closes: #571540)
+  * debian/rules: link to libgnomeui-2, thanks to Ilya Barygin
+(Closes: #558860)
+
+ -- David Paleino   Sat, 06 Mar 2010 07:17:50 +0100
+
 gai (0.5.10-2.1) unstable; urgency=low
 
   * Non-maintainer upload.



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



Bug#572736: nfs-kernel-server: Check of symbols in /proc/kallsyms fails on powerpc64

2010-03-05 Thread Ben Finney
Package: nfs-kernel-server
Version: 1:1.2.1-3
Severity: important
Tags: patch

The current ‘/etc/init.d/nfs-kernel-server’ program contains the
following test:

=
# See if our running kernel supports the NFS kernel server
if [ -f /proc/kallsyms ] && ! grep -Eq "[[:space:]]nfsd_open([[:space:]]|$)" 
/proc/kallsyms; then
log_warning_msg "Not starting $DESC: no support in current kernel."
exit 0
fi
=

That test fails on this machine:

=
$ grep -E "[[:space:]]nfsd_open([[:space:]]|$)" /proc/kallsyms
$ echo $?
1
=

Hence this package is now unusable on powerpc64 machines.

This is because the symbols are present on powerpc64, but named differently.
The following test succeeds:

=
$ grep -E "[[:space:]]\.nfsd_open([[:space:]]|$)" /proc/kallsyms
d2affd54 t .nfsd_open   [nfsd]
$ echo $?
0
=

The following patch allows the test to include these symbols:


=== modified file 'init.d/nfs-kernel-server'
--- init.d/nfs-kernel-server2010-02-02 08:59:11 +
+++ init.d/nfs-kernel-server2010-03-06 06:49:15 +
@@ -64,7 +64,7 @@
do_modprobe nfsd
 
# See if our running kernel supports the NFS kernel server
-   if [ -f /proc/kallsyms ] && ! grep -Eq 
"[[:space:]]nfsd_open([[:space:]]|$)" /proc/kallsyms; then
+   if [ -f /proc/kallsyms ] && ! grep -Eq 
"[[:space:]](\.)?nfsd_open([[:space:]]|$)" /proc/kallsyms; then
log_warning_msg "Not starting $DESC: no support in 
current kernel."
exit 0
fi



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable')
Architecture: powerpc (ppc64)

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

Versions of packages nfs-kernel-server depends on:
ii  libblkid1  2.16.2-0  block device id library
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
ii  libcomerr2 1.41.10-1 common error description library
ii  libgssapi-krb5-2   1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries - k
ii  libgssglue10.1-4 mechanism-switch gssapi library
ii  libk5crypto3   1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries
ii  libnfsidmap2   0.23-2An nfs idmapping library
ii  librpcsecgss3  0.19-2allows secure rpc communication us
ii  libwrap0   7.6.q-18  Wietse Venema's TCP wrappers libra
ii  lsb-base   3.2-23Linux Standard Base 3.2 init scrip
ii  nfs-common 1:1.2.1-3 NFS support files common to client
ii  ucf3.0025Update Configuration File: preserv

nfs-kernel-server recommends no packages.

nfs-kernel-server suggests no packages.

-- no debconf information

-- 
 \ “If you're a horse, and someone gets on you, and falls off, and |
  `\  then gets right back on you, I think you should buck him off |
_o__)right away.” —Jack Handey |
Ben Finney 


signature.asc
Description: Digital signature


Bug#572733: support for mounting other kernel filesystems

2010-03-05 Thread Mike Hommey
On Sat, Mar 06, 2010 at 05:03:05AM +0100, Marco d'Itri wrote:
> Do we agree to mount these filesystems on /dev/ subdirectories?
> Fedora[1] uses /dev/hugepages/ for hugetlbfs, and while we had a
> discussion on debian-devel@ about where cgroups should be mounted there
> was no clear winner.
> The upstream developers do not take a position either, but /dev/cgroup/
> and /dev/cgroups/ are popular choices.

/dev/something just feels so wrong. /dev contains block and character
devices, and almost nothing else (except some udev and initramfs files)
Why should cgroups control files, which are hardly device files, be
found under /dev ?

Mike



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



Bug#454841: FTBFS with GCC 4.3: missing #includes

2010-03-05 Thread Daigo Moriwaki
fixed 454841 1.5-1
thanks

This issue was fixed by the upstream.
The patch is no longer required.
Thanks to the NMU.

Regards,
Daigo

-- 
Daigo Moriwaki
daigo at debian dot org



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



Bug#523048: Debian Bug report #523048

2010-03-05 Thread Paolo Scarabelli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can confirm this bug is still present in nautilus 2.8.4-1.

If I have gnome assistive technologies enabled nautilus becomes
extremely slow working on large directories.

In example, if I try to browse /usr/bin, which contains over 3600 files,
nautilus hangs with the processor running at 100% for minutes. I'm not
sure how long it would take because after 15 minutes I usually kill the
process.

The problem is also on delete, if the thrash has lots of files it takes
forever to delete files in any folder.

I took me weeks to understand this was related to assistive
technologies, until yesterday I was pondering to switch to a different
file manager thinking my laptop (P4 mobile, 3GHz, 1GB RAM) wasn't up to
the job anymore.

If it's not possible to fix it perhaps it shouldn't be enabled by
default (not sure this is the case but I can't recall ever enabling it)
and there should be a warning that performance will possibly degrade.


Please, let me know if I need to open a new bug report or I should post
more details about my system.


Have a nice day,


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

iEYEARECAAYFAkuR7EYACgkQqAaEpZvj+VOrpgCgj1Tt8lE9VoEH57JVwVavQ1NY
fQAAn26//AZNHg65/xdAsB660jc8Zx0T
=Jn1r
-END PGP SIGNATURE-



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



Bug#572735: openoffice.org-kde: switch kde power profile to presentation mode

2010-03-05 Thread Ritesh Raj Sarraf
Package: openoffice.org-kde
Version: 1:3.1.1-16
Severity: wishlist

When openoffice is running a presentation, it should switch to the
"Presentation" power profile for KDE. Currently, the latest koffice does
this.


Regards,
Ritesh

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

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

Versions of packages openoffice.org-kde depends on:
ii  kdebase-runtime4:4.4.1-0r1   runtime components from the offici
ii  kdelibs5   4:4.4.1-0r1   transitional package for the KDE D
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.3-3 GCC support library
ii  libqtcore4 4:4.6.2-1 Qt 4 core module
ii  libqtgui4  4:4.6.2-1 Qt 4 GUI module
ii  libstdc++6 4.4.3-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-1 X11 client-side library
ii  openoffice.org-core1:3.1.1-16full-featured office productivity 
ii  ure1.5.1+OOo3.1.1-16 OpenOffice.org UNO runtime environ

Versions of packages openoffice.org-kde recommends:
ii  openoffice.org-style-oxygen   1:3.1.1-16 full-featured office productivity 

Versions of packages openoffice.org-kde suggests:
ii  kmail4:4.4.1-0r1 KDE Email client
ii  konqueror4:4.4.1-0r2 KDE 4's advanced file manager, web
pn  openoffice.org-kab (no description available)

-- no debconf information



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



Bug#562827: pastebinit: manpage -- option -f FORMAT needs more documentation

2010-03-05 Thread Rolf Leggewie
Jari,

thank you for your bug report on pastebinit.

> The "format of paste" is vague. Please list all the accepted values in
> addition to listed "text".
>   

I think listing all accepted values is impossible, simply because that
is dependent on the pastebin used.  I guess it should be possible to
make a collection of commonly accepted values and list them in the
manpage.  Would that address your concern?

Regards

Rolf



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



Bug#572734: O: gourmet -- A gtk-based recipe organizer and shopping list generator

2010-03-05 Thread Rolf Leggewie
Package: wnpp
Severity: normal

Hi,

I brought gourmet into Debian and intended to maintain it properly.
Interaction with upstream was more cumbersome than what I would like
and as such my motivation dropped.  I really don't like duplicate
work, but my attempts to convince upstream to focus on programming
instead of creating confusion and inefficiencies by releasing
improperly packaged *.deb files were futile.

Debian has dropped behind the latest release in upstream.  That was
intentional, because at some point in time I was told, they'd prefer
if packaging was done for the stable releases.  But stable isn't
seeing any work or bug fixes, all work goes into upstream unstable.

I tried to accomodate upstream's wishes, but I think they are 
contradictory.  Now that the package is in Debian, keeping it
uptodate should not be too hard from a technical POV.  If you know
of a way to work around the issues mentioned or don't mind them,
please consider adopting this package.

Regards

Rolf


The package description is:
 Gourmet Recipe Manager is a gtk-based recipe organizer and shopping
 list generator intended for the GNOME desktop environment (though it
 does not need all the GNOME libraries). Gourmet can import
 Mealmaster(tm) files and can export recipes in a number of formats,
 including text, RTF and web pages. Gourmet also can calculate nutritional
 information for recipes.



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



Bug#572733: support for mounting other kernel filesystems

2010-03-05 Thread Marco d'Itri
Package: initscripts
Version: 2.87dsf-8.1
Severity: normal

I am tentatively opening this bug on initscripts to start a discussion,
but I am unsure about the best way to solve the problem.
Still, I believe it is important to solve it in time for the next
release because it is a prerequisite of some important features mostly
related to virtualization.

Currently the initscripts package mounts some well known kernel file
systems like proc, sys and devpts, but there are a few others which
AFAIK no package currently deals with:
- cgroups (needed for accounting and management of system resources)
- hugetlbfs (provides large memory pages, an optimization useful for
  some applications)

While some other filesystems are mounted by specific packages (e.g.
rpc_pipefs by nfs-common and fusectl by fuse), these have no common
package which can do it.

The system administrator cannot even just add them to fstab, because
there is nothing to create the mount points in /dev after each boot.


Possible solutions:
- for each filesystem create a new package shipping an init script
  which mounts it
- have the initscripts package mount the filesystems 
- have the initscripts package create the mount points for filesystems
  listed in fstab and mounted below /dev
- have the udev package create the mount points for filesystems
  listed in fstab and mounted below /dev
- others?

#3 and #4 are not incompatible with #1 and #2.


If there will be no action from other maintainers then I will implement
#4, but I am not really advocating it over the others.


Open questions:

Do we agree to mount these filesystems on /dev/ subdirectories?
Fedora[1] uses /dev/hugepages/ for hugetlbfs, and while we had a
discussion on debian-devel@ about where cgroups should be mounted there
was no clear winner.
The upstream developers do not take a position either, but /dev/cgroup/
and /dev/cgroups/ are popular choices.

What should the default be? Mounting or not mounting the filesystems
if they are available? Does mounting one of these filesystems has
negative implications if it is not needed?
I suppose that at least some RAM will be used, but is it enough to care?

If they should not be mounted by default, is fstab the best way for the
system administrator to configure this or should an init script be used
anyway?


[1] http://fedoraproject.org/wiki/Features/KVM_Huge_Page_Backed_Memory

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#568806: linux-image-2.6.32-trunk-amd64: Internal mic of dell m1330 stopped working with 2.6.32 kernel

2010-03-05 Thread maximilian attems
[ please keep bug report on cc, this si not a private communication!
  and may easily get lost as such, thanks ]

On Wed, 03 Mar 2010, Sjoerd Hardeman wrote:

> > outdated, please try newer from unstable.
> Sorry for the delay, I forgot to post that the sid kernel also doesn't
> work. There should also be a digital input in the below list.
> 

so experimental has 2.6.33, please test against it.
if it still fails please contact upstream alsa mailinglist
with the output of the alsa info bug script.
if it works we need to see which change made it work to
backport that for squeeze.

thanks



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



Bug#571242: linux-image-2.6.32-2-amd64: running 8 copies of bonnie deadlocks(?) in sync

2010-03-05 Thread maximilian attems
On Tue, 02 Mar 2010, John Hughes wrote:

> maximilian attems wrote:
> >On Wed, Feb 24, 2010 at 11:00:17PM +, Ben Hutchings wrote:
> >>On Wed, Feb 24, 2010 at 05:02:41PM +0100, John Hughes wrote:
> >>>Package: linux-2.6
> >>>Version: 2.6.32-8
> >>>Severity: normal
> >>>
> >>>
> >>>Running 8 copies of bonnie++ on 8 different filesystems on 8 disks seems
> >>>to produce a deadlock in sync(2).
> >>>
> >>>Initialy all the bonnie++ processes seem to be running ok, but after a 
> >>>while
> >>>only 2-3 of the disks are showing any I/O activiy and the dmesg output
> >>>shows:
> >>
> >
> >if you can reproduce with 2.6.32-9, which currently is new,
> >prebuild uploaded packages are here:
> >http://charm.itp.tuwien.ac.at/~mattems/linux-image-2.6.32-3-amd64_2.6.32-9_amd64.deb
> >sha256sum signed
> >http://charm.itp.tuwien.ac.at/~mattems/linux-image-2.6.32-3-amd64_2.6.32-9_amd64.deb.sha256sum.asc
> Same behaviour with
> # dpkg -l | grep linux-image
> ii  linux-image-2.6.32-3-amd64  2.6.32-9
> Linux 2.6.32 for 64-bit PCs
> 
> # uname -a
> Linux caronia 2.6.32-3-amd64 #1 SMP Wed Feb 24 18:07:42 UTC 2010
> x86_64 GNU/Linux

hmm, so does 2.6.33 contain a fix for it?

please checkout the experimental 2.6.33 image,
if it does we need to find the patch for 2.6.32.
if not please contact upstream on bugzilla.kernel.org
and let us know the bug number so that we can track it.

thanks for the feedback.
 



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



Bug#571035: [squeeze alpha1] installationsreport: grub2: machine doesn't boot

2010-03-05 Thread maximilian attems
On Thu, 04 Mar 2010, Holger Wansing wrote:

> [CC'ing the initramfs-tools maintainers]
> 
> Hello,
> 
> Frans Pop  wrote:
> > On Saturday 27 February 2010, Holger Wansing wrote:
> > > When I boot and that booting fails, I'm not dropped to a debug shell.
> > > System simply stopps.
> > 
> > OK. That means that the initramfs scripts think they *have* found the root 
> > FS and that it has been mounted, but that the kernel thinks differently.
> > 
> > To investigate the problem, please see the initramfs-tools man page, 
> > especially the 'debug' and 'break' options. The last allows you to force 
> > the initramfs into a debug shell at various points. Try 'break=bottom' and 
> > check what the status of the system is at that point.
> > 
> > Note: probably the initramfs-tools maintainer can help you better with this 
> > issue.
> 
> The hole story in short words:
> 
> I did a test installation with the debian-installer version squeeze-alpha1 on
> an old Toshiba Satellite 320CDS laptop with an 486 cpu and 32MB of ram.
> 
> Installation went without any problems so far.
> 
> The only problem now is: the system does not boot. Output on screen is:
> 
>   Booting Debian GNU/Linux with 2.6.32-trunk-486
>   Loading Linux 2.6.32-trunk-486 ...
>   Loading initial ramdisk ...
> 
>   [New screen appears]
>   Decompressing Linux... Parsing ELF... done.
>   Booting the kernel.
> 
> and then the system stopps. The cursor is blinking in the next line for ever.
> 
> 
> 
> 
> 
> I tried to get additional infos via the initramfs debug shell (thanks to 
> frans pop for
> the hint), but I cannot get the shell: I tried all the break=xxx kernel 
> parameters, 
> none of them gives me a shell.
> 
> I used this grub2 menu entry (with all variants for break= ):
> 
>   insmod ext2
>   set root: (hd0,1)
>   echo Loading Linux 2.6.32-trunk-486 ...
>   linux /boot/vmlinuz-2.6.32-trunk-486 root=/dev/hda1 ro all_generic_ide 
> break=top
>   echo Loading initial ramdisk ...
>   initrd /boot/initrd.img-2.6.32-trunk-486
> 
> I also used this menu entry (which uses UUID as hd device identifier) with 
> the same result:
> 
>   insmod ext2
>   set root: (hd0,1)
>   echo Loading Linux 2.6.32-trunk-486 ...
>   linux /boot/vmlinuz-2.6.32-trunk-486 root=UUID=[UUID] ro 
> all_generic_ide break=top
>   echo Loading initial ramdisk ...
>   initrd /boot/initrd.img-2.6.32-trunk-486
> 
> The same happens with the debug=vc kernel parameter: no additional output, 
> the same as
> mentioned above.
> 
> 
> I would be great, if someone could help me out here.
> 
> Greetings
> Holger
> 
> -- 
> 
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Created with Sylpheed 2.5.0
> under DEBIAN GNU/LINUX 5.0.0 - L e n n y
> Registered LinuxUser #311290 - http://counter.li.org/
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

sorry on the run, so only short answer, this looks more like a kernel bug
try booting without quiet and see where it really stops?

thanks
-- 
maks



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



Bug#534422: same thing on Thinkpad X61

2010-03-05 Thread Jim Paris
I'm seeing the same problem on a Thinkpad X61 running
2.6.33-1~experimental.2 -- after resume from hibernation, everything
starts crashing with segfaults.

-jim



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



Bug#572731: otf-ipafont should depend otf-ipafont-gothic and otf-ipafont-mincho

2010-03-05 Thread Hideo Oshima
Package: otf-ipafont
Version: 00302-1
Severity: normal


According to changelog otf-ipafont is now meta package, but otf-ipafont
doesn't install any other fonts. It should depend otf-ipafont-gothic
and otf-ipafont-mincho.

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

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

-- 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#328581: DCC Collects

2010-03-05 Thread DirectCreditControl
Direct Credit Control, Inc., of California

Direct Credit Control, Inc., is a professional, full service California 
collection agency.  We have over 30 years of combined collection 
experience. DCC specializes in collections of all types, including 
unpaid invoices, medical and dental bills, delinquent student tuitions, 
bad checks and court judgments. We also work with several Property 
Management Companies collecting past-due amounts from ex-tenants.

We feature:

1) DCC works only on commission. No Collection = No Charge. No setup 
charges or fees
2) Spanish speaking collectors
3) Free NATIONAL Credit Bureau Reporting (stays on debtor’s credit 
profile for up to 6 years)
4) Full service legal department and Small Claims preparation and filing 
services
5) Full service national skip-tracing and asset location
6) Immediate attempts for direct telephone contact with your debtors. 
DCC utilizes an automatic dialing system generating hundreds of calls 
per hour for instant debtor contact and message leaving capabilities in 
Spanish and English.
7) We attempt to maintain customer goodwill but remain forceful enough 
to collect your money
8) Comprehensive monthly activity and collection reports
9) No start up fees or membership charges
10) No minimums or long term agreements. Assign what you want and when 
you want
11) DCC offers Visa/MasterCard and Checks by Phone for immediate payment 
options
12) All new assignments are keyed into our computer system within 48 
hours upon receipt and an acknowledgment listing the new accounts will 
be sent back to you via FAX or EMAIL for your records


Please call (888) 860-2950 or click on   
pbis...@directcreditcontrol.com  now and ask for our "Collection 
Start-Up Package" with no further obligation.

Sincerely,

Paul Bishop
Direct Credit Control, Inc.
269 S Beverly Drive, Ste 439
Beverly Hills, CA 90212
Tel: (888) 860-2950 Fax: (310) 861-1818

Please visit and bookmark www.directcreditcontrol.com for future 
reference. 

Our flyer and/or newsletter will be sent to you no more than once every 
two months.

*  If this email was sent to you in error or you wish to be removed 
from our list please click the email link below and put "REMOVE" in the 
subject field and NOTE the email address you wish deleted and we will 
remove you from our list:  dccu...@sbcglobal.net

DCC does not share or sell email addresses and will respect your 
privacy.





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



Bug#572730: xtel: Enable teleinfo mode

2010-03-05 Thread Samuel Thibault
Package: xtel
Version: 3.3.0-6
Severity: wishlist
Tags: patch

Hello,

Xtel has some support for teleinfo mode, but this is currently disabled
in xtel.c.  This is useful for e.g. the Sirene service.  The attached
patch enables it, and fixes a couple display glitches.

Samuel

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

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

Versions of packages xtel depends on:
ii  lesstif2  1:0.95.2-1 OSF/Motif 2.1 implementation relea
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libjpeg62 6b-16.1The Independent JPEG Group's JPEG 
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.3.3-1  X11 client-side library
ii  libxext6  2:1.1.1-2  X11 miscellaneous extension librar
ii  libxp61:1.0.0.xsf1-2 X Printing Extension (Xprint) clie
ii  libxpm4   1:3.5.8-1  X11 pixmap library
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  openbsd-inetd [inet-super 0.20080125-4   The OpenBSD Internet Superserver
ii  ppp   2.4.4rel-10.1  Point-to-Point Protocol (PPP) - da
ii  x11-common1:7.5+3X Window System (X.Org) infrastruc
ii  xbase-clients 1:7.5+3miscellaneous X clients - metapack
ii  xfonts-utils  1:7.5+2X Window System font utility progr
ii  xutils1:7.5+3X Window System utility programs m

Versions of packages xtel recommends:
ii  logrotate 3.7.8-4Log rotation utility

xtel suggests no packages.

-- debconf information excluded

-- 
Samuel Thibault 
�Tiens, quand j'aurai un peu de temps et une partition libre, je crois
 que je vais essayer de remplacer mes scripts de d�marrage par des
 programmes Windows lanc�s via Wine et binfmt_misc :-)�
-+- AGV in Guide du linuxien pervers - "J'sais pas quoi faire... (air connu)"
diff -ur xtel-3.3.0.original/lecteur.c xtel-3.3.0/lecteur.c
--- xtel-3.3.0.original/lecteur.c   2001-02-11 01:01:00.0 +0100
+++ xtel-3.3.0/lecteur.c2010-03-06 02:28:09.0 +0100
@@ -100,9 +100,13 @@
  kill (pid_teleinfo, SIGKILL);
  close (fd_teleinfo);
} else {
+ char s[8];
+ int n;
  if (mode_emulation == MODE_TELEINFO_FR)
c = conversion_teleinfo_fr (c,3);
- write (fd_teleinfo, &c, 1);
+ n = snprintf (s, sizeof (s), "%lc", (unsigned char) c);
+ if (n != -1)
+   write (fd_teleinfo, s, n);
}
}
else {
diff -ur xtel-3.3.0.original/ligne.c xtel-3.3.0/ligne.c
--- xtel-3.3.0.original/ligne.c 2001-02-11 01:01:34.0 +0100
+++ xtel-3.3.0/ligne.c  2010-03-06 02:27:59.0 +0100
@@ -172,9 +172,13 @@
selection_mode_emulation (ecran_minitel, "V", NULL);
return;
  } else {
+   char s[8];
+   int n;
if (mode_emulation == MODE_TELEINFO_FR)
  c = conversion_teleinfo_fr (c,1);
-   write (fd_teleinfo, &c, 1);
+   n = snprintf (s, sizeof(s), "%lc", (unsigned char) c);
+   if (n != -1)
+ write (fd_teleinfo, s, n);
  }
} else {
  videotexDecode (ecran_minitel, c);
diff -ur xtel-3.3.0.original/teleinfo.c xtel-3.3.0/teleinfo.c
--- xtel-3.3.0.original/teleinfo.c  2010-03-06 01:55:42.0 +0100
+++ xtel-3.3.0/teleinfo.c   2010-03-06 02:29:31.0 +0100
@@ -279,7 +279,8 @@
  break;
 
   case 0x0e :
-  c = 0xef ;
+  //c = 0xef ;
+  c = 0;
break ;
  
   case 0x1b :
@@ -310,11 +311,17 @@
 if (read (*fid, &c, 1) == 1)  {
 if (mode_emulation == MODE_TELEINFO_FR)
 c = conversion_teleinfo_fr (c,2);
-  
+
if (flag_connexion)
write (socket_xteld, &c, 1);
-   else
-   write (fd_teleinfo, &c, 1);
+   else {
+   char s[8];
+   int n;
+
+   n = sprintf(s, sizeof(s), "%lc", (unsigned char) c);
+   if (n != -1)
+ write (fd_teleinfo, s, n);
+   }
 }
 }
 
diff -ur xtel-3.3.0.original/xtel.c xtel-3.3.0/xtel.c
--- xtel-3.3.0.original/xtel.c  2001-02-13 10:49:30.0 +0100
+++ xtel-3.3.0/xtel.c   2010-03-06 02:13:28.0 +0100
@@ -42,6 +42,8 @@
 #include "pixmaps/xtel.xpm"
 #endif /* NO_XPM */
 
+#include 
+
 static Colormap current_cmap;
 static Cursor teleph_c

Bug#572716: glibc-doc: please stop providing man pages for pthread_kill(3) et al

2010-03-05 Thread Nikolaus Schulz
On Fri, Mar 05, 2010 at 11:07:45PM +0100, Aurelien Jarno wrote:
> tag 572716 + moreinfo
> severity 572716 + wishlist
> thanks
> 
> On Fri, Mar 05, 2010 at 10:30:08PM +0100, Nikolaus Schulz wrote:
> > Package: glibc-doc
> > Version: 2.10.2-6
> > Severity: normal
> > 
> > This is basically an update to bug #506515.
> > The Linux man-pages now also cover the following commands:
> > 
> > pthread_kill_other_threads_np(3)
> > pthread_kill(3)
> > pthread_sigmask(3)
> > sigwait(3)
> > 
> > The glibc-doc package ships older man pages for these commands; please
> > remove them from glibc-doc, so that manpages-dev can take over.
> > 
> 
> Is it a coordinated change or is something you request as a simple user?

I am a "simple user".

> Pages removed following the request from bug #506515 haven't been added
> to manpages-dev after more than one year, and users are complaining that 
> they are missing (see #519781, #562148). 

Yeah, that's a sad situation.

> We are probably going to reintroduce them in one of the next upload if
> no action is taken from the manpages-dev side, so that squeeze's users
> have such manpages (even if outdated).

Well, I have just submitted a patch for #519781, I hope that will
improve the chance that the man pages will finally be installed by
manpages-dev.

Nikolaus



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



Bug#570369: kdm in squeeze is unable to handle kdm themes which worked in lenny

2010-03-05 Thread Petter Reinholdtsen
I came across another clue in
http://docs.kde.org/stable/en/kdebase-workspace/kdm/kdm-themes.html >,

which state that the theme directory need to include a file
KdmGreeterTheme.desktop.  Our kdm theme include a
GdmGreeterTheme.desktop file instead.  Rename it to
KdmGreeterTheme.desktop and changing 'GdmGreeterTheme' to
'KdmGreeterTheme' in the file made kdm stop rejecting the theme.  The
buttons are still broken, but I guess that can be fixed by changing
the xml file.

Next, I tried to do the same with the kdm theme using the Lenny kdm,
and the theme still work.  I guess kdm became more picky about themese
between KDE 3 and 4.

Perhaps we can use the same theme for gdm and kdm if we provide both
KdmGreeterTheme.desktop and GdmGreeterTheme.desktop and a XML file
that both gdm and kdm understand?  Would be nice to have the same
theme for kdm and gdm.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#572311: No display output from Radeon RV610 on Alpha

2010-03-05 Thread Michael Cree
If I compile the ati/radeon video driver from fdo git master (commit 
4975658f05) with default CFLAGS (i.e. no byte-word extension), except 
for the module src/AtomBios/CD_Operations.c which I compile with the 
-mbwx compiler option, then I get a working video driver.


Looks like the problem is in src/AtomBios/CD_Operations.c.

Cheers
Michael.



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



Bug#572724: Squeeze installation failure on Itanium w/QLogic fibre channel adapter

2010-03-05 Thread Frans Pop
tag 572724 pending
thanks

On Friday 05 March 2010, Jim Uhl wrote:
> Comments/Problems:
>
> This machine has two QLogic fibre channel cards adapters requiring
> 'ql2300_fw.bin', which the installer asks for.  Inserting a
> vfat-formatted USB pen drive with the Debian firmware package
> 'firmware-qlogic_0.22_all.deb' does not work.

Thanks for the report. I've made the necessary changes in or source 
repository.

Unfortunately daily builds for IA64 are currently not reliably produced, so 
it may take some time before images are available that include the change.
CC'ing the persons responsible for those daily builds.

Cheers,
FJP



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



Bug#572729: uswsusp: Add support to UUID based identification

2010-03-05 Thread Osamu Aoki
Package: uswsusp
Version: 0.8-1.2
Severity: wishlist

Since /etc/fstab is moving to UUID based partition identification, I
think uswsusp can talk UUID too.  Then we can use UUID in 
"resume device =" of /etc/uswsusp.conf

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

Kernel: Linux 2.6.33-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 uswsusp depends on:
ii  debconf [debconf- 1.5.28 Debian configuration management sy
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libdirectfb-1.2-0 1.2.10really1.2.8-1+b1 direct frame buffer graphics - sha
ii  libgcc1   1:4.4.3-3  GCC support library
ii  libgcrypt11   1.4.5-2LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  liblzo2-2 2.03-2 data compression library
ii  libpci3   1:3.1.7-1  Linux PCI Utilities (shared librar
ii  libsplashy1   0.3.13-5.1 Library to draw splash screen on b
ii  libx86-1  1.1+ds1-6  x86 real-mode library

Versions of packages uswsusp recommends:
ii  initramfs-tools   0.93.4 tools for generating an initramfs
ii  mount 2.16.2-0   Tools for mounting and manipulatin

Versions of packages uswsusp suggests:
pn  splashy(no description available)

-- debconf information:
* uswsusp/compute_checksum: true
  uswsusp/no_snapshot:
* uswsusp/suspend_loglevel:
  uswsusp/no_swap:
  uswsusp/resume_offset:
* uswsusp/early_writeout: true
* uswsusp/image_size: 1443579330
* uswsusp/compress: false
  uswsusp/create_RSA_key: false
* uswsusp/snapshot_device:
  uswsusp/RSA_key_file: /etc/uswsusp.key
* uswsusp/max_loglevel:
* uswsusp/resume_device: /dev/sda10
* uswsusp/shutdown_method: platform
* uswsusp/encrypt: false
* uswsusp/splash: false
  uswsusp/RSA_key_bits:
* uswsusp/continue_without_swap: false



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



Bug#566877: pdns-recursor: init.d script should depend on $syslog and start before pdns

2010-03-05 Thread Petter Reinholdtsen
Hi.  Can I provide more information to improve the boot ordering of
pdns for squeeze?  Any hope of having this issue resolved soon?

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#572649: [Pkg-octave-devel] Bug#572649: octave3.2: break alternatives configuration

2010-03-05 Thread Drew Parsons
On Fri, 2010-03-05 at 17:53 +0100, Thomas Weber wrote:
> 
> This is very likely a bug, although I currently don't see where it comes
> from. As I want to get rid of octave3.0 for Squeeze, what are your
> reasons for having it installed?
> 


Dependencies: octave-odebvp.

(there's also octave-pfstools,pfstools but I don't have that installed.
octavede too, and fsl, xmds suggests)


Drew





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



Bug#569341: [Pkg-libvirt-maintainers] Bug#569341: same for ^W

2010-03-05 Thread Craig Sanders
On Fri, Mar 05, 2010 at 11:40:36PM +0100, Guido Günther wrote:
> Both ^Q and ^W work here without problems in 0.8.3 so I'm inclined to
> mark this as fixed.

it's not fixed.

at the least, it is mis-documented.

see my previous reply.

hiding the ability to disable the ^W and ^Q menu accelerators as a
requirement to set an option called "Grab keyboard input" to "On mouse
over" is just plain broken.

first, it's hidden and can only be found by randomly stumbling through
the options.

second, it says nothing about menu accelerators.

third, it falsely implies that it causes (or requires) a
focus-follows-mouse rather than click-to-focus mode of operation
(usually a window-manager function)and it doesn't even do that, you
still need to click in the window for it to get focus.



as someone who loathes focus-follows-mouse, it would never
occur to me to even try that setting except as a desperate
try-every-available-setting method of getting it to do what i want.
which is how i discovered it.

as i said, that's broken.


craig

-- 
craig sanders 



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



Bug#572728: pastebinit: pastebin.com not working

2010-03-05 Thread Michel
Package: pastebinit
Version: 0.11.2-1
Severity: important


When trying to pastebin a file with:

$ pastebinit file
$ pastebinit -i file
$ pastebinit -i file -a user

etc...

All I get is http://pastebin.com instead of http://pastebin.com/hjhjhj
link with the paste. Happening on both of my machines.

Thank You


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

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

Versions of packages pastebinit depends on:
ii  python2.5.4-9An interactive high-level object-o

pastebinit recommends no packages.

pastebinit 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#572727: Fails If / is Read-Only

2010-03-05 Thread Elliott Mitchell
Package: apcupsd
Version: 3.14.4-1lenny1

The subject line tells the story. The scripts with apcupsd all assume
they can write to /etc/apcupsd/powerfail, which only works if / is
mounted read-write.


Two solutions jump to mind:
First solution, `init` has powerfail/powerok states; if that state is
passed to invoked scripts, then that can be used to decide whether an
attached UPS should powerdown or not.

Second solution, it might be better to tell init to change to state 6
(reboot), rather than 0 (halt) in case of power failure. This seems a
better description of a power failure situation, the system will try to
reboot ASAP, not the system is going down while someone plays with
hardware. In this case, whenever the system is rebooted, the driver for
the UPS would tell the UPS to power down if AC power is absent (or
batteries are too far depleted due to power restoration between reboot
request and calling the driver).


I'm wondering if #492094 is a similar situation?


-- 
(\___(\___(\__  --=> 8-) EHM <=--  __/)___/)___/)
 \BS (| e...@gremlin.m5p.com PGP F6B23DE0 |)   /
  \_CS\   |  _  -O #include  O-   _  |   /  _/
2477\___\_|_/DC21 03A0 5D61 985B <-PGP-> F2BE 6526 ABD2 F6B2\_|_/___/3DE0





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



Bug#572726: manpages-ja: New upstream release 20100215

2010-03-05 Thread Hideki Yamane (Debian-JP)
Package: manpages-ja
Version: 0.5.0.0.20080615-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

 Please update your manpages-ja package, upstream released newer
 version 20100215.

 If you are busy for these days or maybe luck to motivate to do
 it, I'll care about this package.

 Thanks.

- -- 
Regards,

 Hideki Yamane


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

iEUEARECAAYFAkuRmPMACgkQIu0hy8THJkub8QCfe4HM5HIutRnkuyRS2kEko6Kv
S80AmLVOmogjCF39NECTCqx0yaxad/g=
=aKUn
-END PGP SIGNATURE-



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



Bug#400876: [gnat-gps 4.3-4] trying to reproduce bug #400876

2010-03-05 Thread Xavier Grave
Following the recipe of message #5 I tried to reproduce bug #400876 without
success.
This was on arch amd64,
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux testing (squeeze)
Release:testing
Codename:   squeeze





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



Bug#316932: Static Linking Isn't Good

2010-03-05 Thread Elliott Mitchell
Given libsnmp's suboptimal security history, might I suggest statically
linking with it is a /bad/ idea? Wouldn't it be better to create a
separate /sbin/apc-killpower command that takes care of shutting the
UPS down?

How does this bug manage to rate "important" severity, not "grave"
severity?


-- 
(\___(\___(\__  --=> 8-) EHM <=--  __/)___/)___/)
 \BS (| e...@gremlin.m5p.com PGP F6B23DE0 |)   /
  \_CS\   |  _  -O #include  O-   _  |   /  _/
2477\___\_|_/DC21 03A0 5D61 985B <-PGP-> F2BE 6526 ABD2 F6B2\_|_/___/3DE0





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



Bug#572695: elinks: need an option to select binding address and address family

2010-03-05 Thread Kalle Olavi Niemitalo
Toni Mueller  writes:

> thanks for the hint, but: There appears to be no command line switch to
> do it, right?

elinks -eval "set connection.try_ipv4 = 0"

but if that connects to an existing elinks process, then the
setting will be lost, I think.  So if that is a problem, you may
have to combine the option with -no-connect or -session-ring 2 or
something like that.


pgpUQvxIeUdZt.pgp
Description: PGP signature


Bug#572676: Adoption

2010-03-05 Thread Chris Taylor
retitle 572676 ITA: iptstate -- Top-like state for netfilter/iptables
owner 572676 !
kthxbye

Hello,

I will take over maintenance of iptstate as I use it.

-Chris



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



Bug#572725: opendkim: Please make the package synopsis more descriptive

2010-03-05 Thread Jonathan Nieder
Package: opendkim
Severity: wishlist

Hi,

It was hard for me to tell from the package synopsis (one-line
description) what your package does.  To be precise:

 - saying it is open-source does not add much information, since this
   is a Debian package after all;

 - it took me a moment to remember what DKIM means, and some sysadmins
   who could benefit from DKIM might never have heard of it.

Knowing nothing about the package, may I suggest to focus on what the
package is used for?  For example:

Description: Anti-spam filter

or

Description: Email address signing and verification plugin

What do you think?
Jonathan



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



Bug#499919: Partial IPv6 support.

2010-03-05 Thread Mats Erik Andersson
First, the mixed impression in Joey Hesses example is due to
the fact that Termnet will replace any non-resolvable host name
or non-IPv4-address with a hardcoded 'localhost'. Thus Hesses
second call in fact got a positive response from his private
workstation!

With this email there are two difference files: one NMU-diff,
and for convenience a separate copy of the C-code patching.
This patch is not final, but I hope a reader of this mail
will use the opportunity to test it. By intention I do not
tag this with the Control daemon as containing patches.

Termpkg scores indeed poorly in popcon numbers, and knowing
now that it contains more errors than really can be called
comfortable, one could justifiably claim that Termpkg should
be dropped from future releases.

That said, my present patches implement IPv6 support for the
two services Ttyd and Termnet. Both can now use service names
for the port option, not only numerical values. In addition
I have done most in closing outdated pipes and file descriptors
that the official Ttyd simply leaves, without ever closing them.

I will address the question of passing environmental variables
through Ttyd next. The present lack of this ability is clearly
impeding the usefulness of Ttyd at present.

Regards,

Mats Erik Andersson, fil. dr

Abbonerar på: debian-mentors, debian-devel-games, debian-perl, debian-ipv6
diff -u termpkg-3.3/libtn/SocketIO.c termpkg-3.3/libtn/SocketIO.c
--- termpkg-3.3/libtn/SocketIO.c
+++ termpkg-3.3/libtn/SocketIO.c
@@ -63,16 +63,14 @@
 int connectSocket(char *pHost, char *pService, char *pProtocol,
   int timeout_val)
 {
-   struct hostent *phe;
+   struct addrinfo hints, *ai, *aiptr;
struct servent *pse;
struct protoent *ppe;
-   struct sockaddr_in sin;
struct itimerval  waitTime;
int n, s, type;
+   u_short port;
 
tn_errno = 0;
-   bzero((char *)&sin, sizeof(sin));
-   sin.sin_family = AF_INET;
 
signal(SIGALRM, (void (*)(int))timerExpired);
waitTime.it_interval.tv_sec = waitTime.it_interval.tv_usec = 0;
@@ -81,21 +79,13 @@
setitimer(ITIMER_REAL, &waitTime, NULL);
 
if ((pse = getservbyname(pService, pProtocol)) != NULL)
-  sin.sin_port = pse->s_port;
-   else if ((sin.sin_port = htons((u_short)atoi(pService))) == 0)
+  port = pse->s_port;
+   else if ((port = htons((u_short)atoi(pService))) == 0)
{
   tn_errno = TNL_NOSERVENTRY_ERR;
   return(-1);
}
 
-   if ((phe = gethostbyname(pHost)) != NULL)
-  bcopy(phe->h_addr, (char *)&sin.sin_addr, phe->h_length);
-   else if ((sin.sin_addr.s_addr = inet_addr(pHost)) == INADDR_NONE)
-   {
-  tn_errno = TNL_NOHOSTENTRY_ERR;
-  return(-1);
-   }
-
if ((ppe = getprotobyname(pProtocol)) == 0)
{
   tn_errno = TNL_INVPROTOCOL_ERR;
@@ -107,24 +97,47 @@
else
   type = SOCK_STREAM;
 
-   if ((s = socket(PF_INET, type, ppe->p_proto)) < 0)
+   memset(&hints, 0, sizeof(hints));
+   hints.ai_socktype = type;
+   hints.ai_family = AF_UNSPEC;
+   hints.ai_flags = AI_V4MAPPED | AI_ADDRCONFIG | AI_CANONNAME;
+
+   if (getaddrinfo(pHost, pService, &hints, &ai))
{
-  tn_errno = TNL_SOCKET_ERR;
+  tn_errno = TNL_NOHOSTENTRY_ERR;
   return(-1);
}
 
-   if (connect(s, (struct sockaddr *)&sin, sizeof(sin)) < 0)
+   for (aiptr = ai; aiptr; aiptr = aiptr->ai_next)
{
+  if ((s = socket(aiptr->ai_family, aiptr->ai_socktype,
+  aiptr->ai_protocol)) < 0)
+  {
+ tn_errno = TNL_SOCKET_ERR;
+ continue;
+  }
+
+  if (connect(s, aiptr->ai_addr, aiptr->ai_addrlen) >= 0)
+ break;
+
   if (tn_errno == 0)
  tn_errno = TNL_NOCONNECT_ERR;
-  return(-1);
+  close(s);
+  continue;
}
 
+   freeaddrinfo(ai);
+
waitTime.it_interval.tv_sec = waitTime.it_interval.tv_usec = 0;
waitTime.it_value.tv_sec = waitTime.it_value.tv_usec = 0;
setitimer(ITIMER_REAL, &waitTime, NULL);
signal(SIGALRM, SIG_DFL);
 
+   if (aiptr == NULL)
+  return(-1);
+
+   tn_errno == 0;
+
if ((n = fcntl(s, F_GETFL, 0)) < 0)
   return(-6);
return(s);
diff -u termpkg-3.3/termnet/ttyd.c termpkg-3.3/termnet/ttyd.c
--- termpkg-3.3/termnet/ttyd.c
+++ termpkg-3.3/termnet/ttyd.c
@@ -42,6 +42,10 @@
 #endif
 #include "termnet.h"
 
+#if __linux__
+# define DEV_PTMX "/dev/ptmx"
+#endif
+
 #if defined (AIX) || defined(SunOS)
 #define LOG_PERROR 0
 #endif
@@ -149,16 +153,21 @@
 {
char buf[256];
 
-   syslog(LOG_DEBUG, "Have some form of error!");
-   if (iVal == 1)
+   if (dbg)
+  syslog(LOG_DEBUG, "Some form of error!");
+   if (iVal == TNL_SOCKETREAD_ERR)
{
-  sprintf(buf, "Error String: |%d|", (int)pArg1);
-  syslog(LOG_DEBUG, "%s:Connection Closed", buf);
+  if ((int)pArg1 && (int)pArg1 != ESPIPE)
+  {
+ sprintf(buf, "Error number: |%d|", (int)pArg1);
+ syslog(LOG_DEBUG, "%s:Connection Closed", buf);
+  }
   netClosed = 1;
}
else
{
-  syslog(LOG_ERR, "Recieved error r

Bug#561498: openoffice.org-emailmerge upgrade error

2010-03-05 Thread Jim Paris
Hi,

This is definitely a real bug.

The openoffice.org-emailmerge preinst tries to do:
  basis=`readlink /usr/lib/openoffice/basis-link`
but this link does not exist, so the preinst exits with an error.

The problem is that
- this link is not in old versions of openoffice.org-common
- the PreDepends for openoffice.org-emailmerge is unversioned

See transcript below.

For anyone else having this problem, a workaround is to run:
  ln -s xxx /usr/lib/openoffice/basis-link
and then the install should work.

-jim

hypnosis:/tmp# apt-get install openoffice.org-emailmerge
Reading package lists... Done
Building dependency tree... 
Reading state information... Done
The following packages will be upgraded:
   openoffice.org-emailmerge (2.4.1+dfsg-1+lenny6 => 3.1.1-16)
1 upgraded, 0 newly installed, 0 to remove and 1510 not upgraded.
Need to get 0B/214kB of archives.
After this operation, 57.3kB disk space will be freed.
Preconfiguring packages ...
(Reading database ... 270959 files and directories currently installed.)
Preparing to replace openoffice.org-emailmerge 1:2.4.1+dfsg-1+lenny6 (using 
.../openoffice.org-emailmerge_1%3a3.1.1-16_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/openoffice.org-emailmerge_1%3a3.1.1-16_all.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/openoffice.org-emailmerge_1%3a3.1.1-16_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
hypnosis:/tmp# dpkg-deb -e 
/var/cache/apt/archives/openoffice.org-emailmerge_1%3a3.1.1-16_all.deb /tmp/foo
hypnosis:/tmp# cd /tmp/foo
hypnosis:/tmp/foo# DEBIAN_HAS_FRONTEND=1 sh -x ./preinst upgrade
+ set -e
+ THIS_PACKAGE=openoffice.org-emailmerge
+ THIS_SCRIPT=preinst
+ . /usr/share/debconf/confmodule
++ '[' '!' 1 ']'
++ '[' -z '' ']'
++ exec
++ '[' '' ']'
++ exec
++ DEBCONF_REDIR=1
++ export DEBCONF_REDIR
+ case "$1" in
+ remove_extension org.openoffice.legacy.mailmerge.py
+ handle_soffice_listeners stop
+ services=docvert-converter
+ for s in '$services'
+ '[' -x /etc/init.d/docvert-converter ']'
+ sleep 1
+ check_for_running_ooo
+ '[' -e /usr/lib/openoffice/program/bootstraprc ']'
++ grep UserInstallation /usr/lib/openoffice/program/bootstraprc
++ sed -e s,SYSUSERCONFIG,HOME,
++ cut -d= -f2
+ LOCKFILE='$HOME/.openoffice.org2/.lock'
++ pgrep soffice.bin
++ head -n 1
+ PID=
+ '[' -n '' ']'
+ '[' -e '$HOME/.openoffice.org2/.lock' ']'
+ /usr/lib/openoffice/program/unopkg list --shared 
org.openoffice.legacy.mailmerge.py
++ mktemp -d
+ INSTDIR=/tmp/tmp.W3KFRrPDyE
+ export PYTHONPATH=/usr/lib/openoffice/basis3.1/program
+ PYTHONPATH=/usr/lib/openoffice/basis3.1/program
++ readlink /usr/lib/openoffice/basis-link
+ basis=
hypnosis:/tmp/foo# ls -al /usr/lib/openoffice
total 184
drwxr-xr-x   6 root root   4096 2009-02-24 00:13 .
drwxr-xr-x 267 root root 135168 2010-03-05 17:14 ..
drwxr-xr-x   3 root root   4096 2010-02-18 20:08 help
drwxr-xr-x  16 root root   4096 2008-01-19 03:19 presets
drwxr-xr-x   6 root root  32768 2010-02-18 20:08 program
drwxr-xr-x  22 root root   4096 2008-02-06 02:43 share
hypnosis:/tmp/foo# apt-cache policy openoffice.org-common | grep Installed
  Installed: 1:2.4.1+dfsg-1+lenny6
hypnosis:/tmp/foo# apt-cache show openoffice.org-emailmerge | egrep 
'Version|Pre-Depends'
Version: 1:3.2.0-3
Pre-Depends: python-uno, openoffice.org-common, debconf (>= 0.5) | debconf-2.0, 
procps
Version: 1:3.1.1-16
Pre-Depends: python-uno, openoffice.org-common, debconf (>= 0.5) | debconf-2.0, 
procps
Version: 1:3.1.1-15+squeeze1
Pre-Depends: python-uno, openoffice.org-common, debconf (>= 0.5) | debconf-2.0, 
procps
Version: 1:2.4.1+dfsg-1+lenny6
Version: 1:2.4.1+dfsg-1+lenny3



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



Bug#508813: ocaml-mode: postinst failure with xemacs21

2010-03-05 Thread Ralf Treinen
On Fri, Mar 05, 2010 at 11:43:29PM +0100, Stéphane Glondu wrote:
> Laurent Bonnaud a écrit :
> > this bug still exists with ocaml-mode 3.11.2-1 :
> > [...]
> 
> I propose to make ocaml conflict with xemacs21.

I hope that this was meant as a joke.

Maybe we can just inhibit compilation of ocaml-mode with xemacs21. 
That would still be in violation with policy, but at least not 
make installation fail.

-Ralf.



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



Bug#572724: Squeeze installation failure on Itanium w/QLogic fibre channel adapter

2010-03-05 Thread Jim Uhl

Package: installation-reports

Boot method: netinst CD
Image version: 
http://cdimage.debian.org/cdimage/squeeze_di_alpha1/ia64/iso-cd/debian-testing-ia64-netinst.iso
 17-Feb-2010 23:23
Date: 05-Mar-2010 13:30 PST

Machine: HP Integrity rx2600
Processor: Itanium2
Memory: 10GB
Partitions: *Fibre channel disks not found*

Output of lspci -knn (or lspci -nn):
00:01.0 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 41)
Subsystem: NEC Corporation USB [1033:0035]
Kernel driver in use: ohci_hcd
00:01.1 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 41)
Subsystem: NEC Corporation USB [1033:0035]
Kernel driver in use: ohci_hcd
00:01.2 USB Controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 02)
Subsystem: NEC Corporation USB 2.0 [1033:00e0]
Kernel driver in use: ehci_hcd
00:02.0 IDE interface [0101]: Silicon Image, Inc. SiI 0649 Ultra ATA/100 PCI to)
Subsystem: Silicon Image, Inc. SiI 0649 Ultra ATA/100 PCI to ATA Host C]
Kernel driver in use: CMD64x_IDE
00:03.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pr)
Subsystem: Hewlett-Packard Company Device [103c:1274]
20:01.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53c1030 PCI-X)
Subsystem: LSI Logic / Symbios Logic Device [1000:1000]
Kernel driver in use: mptspi
20:01.1 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53c1030 PCI-X)
Subsystem: LSI Logic / Symbios Logic Device [1000:1000]
Kernel driver in use: mptspi
20:02.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5701 Giga)
Subsystem: Hewlett-Packard Company Device [103c:12a4]
40:01.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53c1010 66MHz)
Subsystem: Hewlett-Packard Company Device [103c:1340]
Kernel driver in use: sym53c8xx
40:01.1 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53c1010 66MHz)
Subsystem: Hewlett-Packard Company Device [103c:1340]
Kernel driver in use: sym53c8xx
60:01.0 Fibre Channel [0c04]: QLogic Corp. ISP2312-based 2Gb Fibre Channel to P)
Subsystem: QLogic Corp. Device [1077:0100]
80:01.0 Network controller [0280]: Quadrics Ltd QsNetII Elan4 Network Adapter []
c0:01.0 Fibre Channel [0c04]: QLogic Corp. ISP2312-based 2Gb Fibre Channel to P)
Subsystem: QLogic Corp. Device [1077:0100]
e0:01.0 Communication controller [0780]: Hewlett-Packard Company Auxiliary Diva)
Subsystem: Hewlett-Packard Company Device [103c:1291]
Kernel driver in use: serial
e0:01.1 Serial controller [0700]: Hewlett-Packard Company Diva Serial [GSP] Mul)
Subsystem: Hewlett-Packard Company Device [103c:1282]
Kernel driver in use: serial
e0:02.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV100 QY ]
Subsystem: Hewlett-Packard Company Device [103c:12ab]

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

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

Comments/Problems:

This machine has two QLogic fibre channel cards adapters requiring
'ql2300_fw.bin', which the installer asks for.  Inserting a
vfat-formatted USB pen drive with the Debian firmware package
'firmware-qlogic_0.22_all.deb' does not work.  In Expert Install mode,
I see that at this very early stage of the installation process the
directory:

  /lib/modules/2.6.30-2-itanium/kernel/fs

has neither the 'ext3' nor 'fat' filesystem module, which appears to
prevent the installer from finding the firmware.  The Lenny ia64
netinst CD suffers from the same problem.  I just tried a similar
installation sequence using the squeeze_di_alpha1 i386 installer and
found that the 'fat' module is present at this early stage.  Thanks.



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



Bug#572695: elinks: need an option to select binding address and address family

2010-03-05 Thread Toni Mueller

Hi,

On Fri, 05.03.2010 at 22:39:26 +0200, Kalle Olavi Niemitalo  wrote:
> Toni Mueller  writes:
> > I need an option in elinks to select the address to bind to,
> > and to force an address family (eg. one of IPv4 or IPv6 only).
> For the latter, please see the connection.try_ipv4 and
> connection.try_ipv6 options.
> 
> http://elinks.cz/documentation/manpages/elinks.conf.5.html#connection.try_ipv4

thanks for the hint, but: There appears to be no command line switch to
do it, right?

I'm using elinks almost exclusively to debug things over SSH, not to
really surf around.


Kind regards,
--Toni++



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



Bug#508813: ocaml-mode: postinst failure with xemacs21

2010-03-05 Thread Stéphane Glondu
Laurent Bonnaud a écrit :
> this bug still exists with ocaml-mode 3.11.2-1 :
> [...]

I propose to make ocaml conflict with xemacs21.

Any thoughts?

-- 
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#569341: [Pkg-libvirt-maintainers] Bug#569341: same for ^W

2010-03-05 Thread Guido Günther
On Mon, Mar 01, 2010 at 08:37:00AM -0500, Cole Robinson wrote:
> On 03/01/2010 05:50 AM, Craig Sanders wrote:
> > every time i login to a debian VM on the console using virt-manager, i
> > type and edit command lines in bash. one of the most important editing
> > keys in bash is ^W (delete prev word). every time i do that, the console
> > is closed. using ^W while editing command lines is a long-ingrained
> > habit, so i do it repeatedly during any session.
> > 
> > this is, to put it very mildly, extremely annoying.
> > 
> > the virt-manager console window does not need and should not have
> > keybindings for its menus. all key-strokes (except for Ctrl-Alt to
> > release the pointer) should be sent to the VM exactly as typed.
> > 
> > 
> > at the very least, menu keybindings should be a configurable option. i
> > don't care much what the default is, as long as there's a way for me to
> > turn them all off.
> > 
> 
> This should all just work, and is supposed to have worked for a long time.
> Maybe the current accel disable code has regressed in some way: we could try
> to use "gtk-enable-accels", similar to how was done with this commit:
> 
> http://hg.fedorahosted.org/hg/virt-manager/rev/43585a028ab7
> 
> Maybe someone can check ~/.virt-manager/virt-manager.log to see if there are
> any backtraces or interesting debug output about this not working.
> 
> FYI, this works for me with upstream virt-manager (which hasn't changed too
> much in this area) on fedora.
Both ^Q and ^W work here without problems in 0.8.3 so I'm inclined to
mark this as fixed.
Cheers,
 -- Guido



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



Bug#572718: 2.28.1~git20100129-1

2010-03-05 Thread Alex Holmes
Downgrading gir1.0-mutter-2.28 to the version in testing
(2.28.1~git20100129-1) fixed the problem.

Cheers,

Alex Holmes




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



Bug#430359: Any progress?

2010-03-05 Thread W. Martin Borgert
Hi,

in 2007-06 you intended to package the OpenLayers JavaScript library for Debian.
Are you still interested in packaging or is it OK, if somebody else takes over?
Thanks in advance!

Cheers

Btw. the version is now 2.8.



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



Bug#571794: debian joomla

2010-03-05 Thread Philippe Coval
hi,

this bug is a duplicate of : http://bugs.debian.org/326398

but i build once a deb package of joomla for my purpose
job was done by some indonian team ...

Fell free to reuse what i've done

search for  joomla 1.5.8-0ubuntu0~rzr7

regards

-- 
http://rzr.online.fr/q/cms




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



Bug#572723: manpages-fr-extra: /usr/share/man/fr/man1/rand.1SSL.gz badly encoded

2010-03-05 Thread Remi Denis-Courmont
Package: manpages-fr-extra
Version: 20090906
Severity: normal


Hello,

Accentuated characters in /usr/share/man/fr/man1/rand.1SSL.gz
(man 1 rand) are incorrectly encoded. It seems the file has been
transcoded from Latin-1 to UTF-8 *twice*.

Best regards,

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

Kernel: Linux 2.6.32.7 (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

manpages-fr-extra depends on no packages.

Versions of packages manpages-fr-extra recommends:
ii  manpages-fr   3.23.1-1   French version of the manual pages

Versions of packages manpages-fr-extra suggests:
ii  konqueror [man-browser]   4:4.3.4-1  KDE 4's advanced file manager, web
ii  man-db [man-browser]  2.5.7-2on-line manual pager
ii  manpages-fr-dev   3.23.1-1   French version of the development 

-- 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#572722: gpredict: Fix desktop-file-validate warnings in the .desktop file

2010-03-05 Thread Andrew Starr-Bochicchio
Package: gpredict
Version: 1.1-3
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid ubuntu-patch



*** /tmp/tmp7mmCef
In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/gpredict.desktop:
   + Updated to pass desktop-file-validate tests.

We thought you might be interested in doing the same. 

diff -u gpredict-1.1/debian/gpredict.desktop 
gpredict-1.1/debian/gpredict.desktop
--- gpredict-1.1/debian/gpredict.desktop
+++ gpredict-1.1/debian/gpredict.desktop
@@ -1,9 +1,8 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=GNOME Predict
 Comment=Satellite tracker
 Exec=gpredict
-Icon=gpredict.png
+Icon=gpredict
 Terminal=false
 Type=Application
 Categories=Application;Network;HamRadio;Education;Astronomy;Science;

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

Kernel: Linux 2.6.32-13-generic (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
diff -u gpredict-1.1/debian/gpredict.desktop gpredict-1.1/debian/gpredict.desktop
--- gpredict-1.1/debian/gpredict.desktop
+++ gpredict-1.1/debian/gpredict.desktop
@@ -1,9 +1,8 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=GNOME Predict
 Comment=Satellite tracker
 Exec=gpredict
-Icon=gpredict.png
+Icon=gpredict
 Terminal=false
 Type=Application
 Categories=HamRadio;


Bug#572721: backupninja: duplicity handler should add --extra-clean to get rid of previous unnecessary cache files

2010-03-05 Thread Olivier Berger
Package: backupninja
Version: 0.9.6-4
Severity: normal
Tags: patch

Hi.

The cache dir in /root/.cache/duplicity tends to grow dangerously (see other 
problems already reported in #572523).

It is even re-populated with old full backup data that aren't any more 
necessary and likes.

As discussed in thread concluded by 
http://lists.gnu.org/archive/html/duplicity-talk/2010-02/msg00012.html, it's 
necessary to use cleanup with --extra-clean to avoid this, IMHO.

The duplicity manpage explains :
--extra-clean
  When cleaning up, be more aggressive about saving space.  For 
example, this may delete signature files for old backup chains.

This is exactly what needs to be added for the dup handler, IMHO.

The patch looks like (assuming #572495 already fixed) :
--- /usr/share/backupninja/dup~ 2010-03-04 19:00:28.0 +0100
+++ /usr/share/backupninja/dup  2010-03-05 22:29:00.0 +0100
@@ -214,12 +214,12 @@
 
 # cleanup
 if [ "$duplicity_major" -ge 0 -a "$duplicity_minor" -ge 4 -a "$duplicity_sub" 
-ge 4 ]; then
-   debug "$precmd duplicity cleanup --force $execstr_options 
$execstr_serverpart"
+   debug "$precmd duplicity cleanup --force --extra-clean $execstr_options 
$execstr_serverpart"
if [ ! $test ]; then
   export PASSPHRASE=$password
   output=`nice -n $nicelevel \
  su -c \
- "$precmd duplicity cleanup --force $execstr_options 
$execstr_serverpart 2>&1"`
+ "$precmd duplicity cleanup --force --extra-clean $execstr_options 
$execstr_serverpart 2>&1"`
   exit_code=$?
   if [ $exit_code -eq 0 ]; then
 debug $output


Thanks in advance.

Best regards,

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

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

Versions of packages backupninja depends on:
ii  bash   4.1-1 The GNU Bourne Again SHell
ii  bsd-mailx [mailx]  8.1.2-0.20090911cvs-2 simple mail user agent
ii  dialog 1.1-20080819-1Displays user-friendly dialog boxe
ii  gawk   1:3.1.6.dfsg-4GNU awk, a pattern scanning and pr
ii  mawk   1.3.3-15  a pattern scanning and text proces

backupninja recommends no packages.

Versions of packages backupninja suggests:
ii  cdrdao  1:1.2.2-18.1 records CDs in Disk-At-Once (DAO) 
ii  debconf-utils   1.5.28   debconf utilities
ii  dvd+rw-tools7.1-6DVD+-RW/R tools
ii  genisoimage 9:1.1.10-1   Creates ISO-9660 CD-ROM filesystem
ii  hwinfo  16.0-2   Hardware identification system
ii  mdadm   3.0.3-2  tool to administer Linux MD arrays
ii  rdiff-backup1.2.8-6  remote incremental backup
ii  wodim   9:1.1.10-1   command line CD/DVD writing tool

-- 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#569788: gthumb no longer displays raw-photographs (.orf)

2010-03-05 Thread David Paleino
On Friday 05 March 2010 23:02:22, Gottfried Schwieters wrote:
> Hi David

Hello Gottfried,

> For me this works now with gthumb 2.11.2.1.
> So it seems that it was a bug in gthumb, not libopenraw.

Well, no :)
With the upload of 2.11.2.1 I disabled the use of libopenraw in favour of 
dcraw, so that support for RAW images is again good.
So the bug disappeared simply because you're not using libopenraw anymore ;)

In future I hope to re-enable libopenraw, since it's much faster than dcraw.

Kindly,
David

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


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


Bug#570382: after upgrade: "vlogin: openpty(): No such file or directory"

2010-03-05 Thread Florian Dufour
Hi,

Same problem here (Lenny) since we updated our
linux-image-2.6.26-vserver-86 kernel to 2.6.26-21lenny3 : when the host
server is rebooted, the guest vservers are started but can't be entered
(or accessed by SSH), with the same error message : "vlogin: openpty():
No such file or directory" (or "PTY allocation request failed on channel
0" with SSH).

However, the problem disappeared if the guest is stopped and restarted
using "vserver" command :

  # vserver foo stop
  # vserver foo start
  # vserver foo enter
  foo>

Tomas, in your case and IMHO, adding the devices didn't cure the
problem, but restarting the vserver did (until the host server is
restarted, of course).

-- 
Florian Dufour

INRIA - Direction des Systèmes d'Information
Tél : 04 76 61 52 39 - Mél : florian.duf...@inria.fr



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



Bug#572716: glibc-doc: please stop providing man pages for pthread_kill(3) et al

2010-03-05 Thread Aurelien Jarno
tag 572716 + moreinfo
severity 572716 + wishlist
thanks

On Fri, Mar 05, 2010 at 10:30:08PM +0100, Nikolaus Schulz wrote:
> Package: glibc-doc
> Version: 2.10.2-6
> Severity: normal
> 
> This is basically an update to bug #506515.
> The Linux man-pages now also cover the following commands:
> 
> pthread_kill_other_threads_np(3)
> pthread_kill(3)
> pthread_sigmask(3)
> sigwait(3)
> 
> The glibc-doc package ships older man pages for these commands; please
> remove them from glibc-doc, so that manpages-dev can take over.
> 

Is it a coordinated change or is something you request as a simple user?

Pages removed following the request from bug #506515 haven't been added
to manpages-dev after more than one year, and users are complaining that 
they are missing (see #519781, #562148). We are probably going to 
reintroduce them in one of the next upload if no action is taken from 
the manpages-dev side, so that squeeze's users have such manpages (even
if outdated).

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#571829: Your status in Debian - liblglpk-java

2010-03-05 Thread Jan Hauke Rahm
Hi Heinrich,

thanks for your fast reply!

On Fri, Mar 05, 2010 at 10:52:02PM +0100, Xypron debian wrote:
> Hello Jan,
> 
> I am maintaining the upstream of glpk-java.
> 
> Rafael kindly uploaded the library as libglpk-java.
> I am not affiliated with Debian and not authorized to make
> uploads. Rafael entered me as an uploader of package
> libblpk-java by mistake.

Understood.

> Please, remove me from the uploader list, and mark the package
> as orphaned.
> 
> See bug #542498.

The package will not be orphaned as it's part of a team maintenance.
They are notified, though, to remove your name from the uploaders field
if you so want. This mail is sent to the relevant bug report and I hope
they don't ignore it. ;)

> Of cause I am interested in further distributing glpk-java hence
> I would appreciate if you could help to find a new maintainer.

Let's hope the best! ;)

Thanks for your contribution!

Hauke
on behalf of Debian QA/MIA


signature.asc
Description: Digital signature


Bug#372209: Patch for mime

2010-03-05 Thread Rafael Almeida
Please consider applying the attached patch for MIME handling. It
doesn't fix every situation, but it solved all the problems I've had
with mime types so far.
# Add minimal multipart support to slrn
# text type parts are displayed correctly
# binary and other unsupported parts are hidden
#
# Don't expect it to read html postings or
# to save binary attachments, it just helps to
# ease the pain when reading pgp/mime signed
# postings or postings created by pine.
#
# You can disable the minimal multipart support by
# adding "set minimal_multipart 0" in your slrnrc.
#
# Thanks to Christian Ebert. He helped a lot to
# debug this patch, thus you could call it
# now quite stable.
#
# send bugs and other feedback to wiegner(at)gmx.de
#
# Thomas Wiegner
#
# Changelog
#
#  2007-07-10  - Fixed bug with nested multiparts
#  - Fixed bug with base64 encoded parts
#  2007-07-14  - Fixed crash due to uninitialized pointers
#  2007-07-24  - Code cleanup, no crash due to corrupted multipart postings
#  2007-08-02  - disable/enable via slrnrc
#  2007-08-18  - Fixed possible crash when decoding qp parts
#  2007-09-06  - Fixed line->prev of pseudeo article
#  2007-10-21  - Adapted to 0.9.9 version of slrn
#  2007-11-09  - Decode headers of multipart postings correctly
#  2007-12-01  - signatures are ended correctly inside multipart
#  2008-02-10  - Changed place to add "mm" to version string
#  2008-05-01  - Reply/Followup works for multipart articles
#  2008-05-09  - Add NULL as third argument to Slrn_Int_Variables

--- src/art.c	2008-05-01 10:40:56.0 +0200
+++ src/art.c	2008-05-01 11:15:36.0 +0200
@@ -3035,6 +3035,11 @@
  {
 	int smart_space = (Slrn_Smart_Quote & 0x01) && ! (l->flags & QUOTE_LINE)
 	  && (*l->buf != 0);
+if (l->flags & HIDDEN_LINE)
+{
+  l = l->next;
+  continue;
+}
 	if ((*l->buf == 0) && (Slrn_Smart_Quote & 0x02))
 	  fputc ('\n', fp);
 	else
@@ -3585,9 +3590,18 @@
 	int smart_space = (Slrn_Smart_Quote & 0x01) && ! (l->flags & QUOTE_LINE)
 	  && (prefix_arg != 2) && (*l->buf != 0);
 	
+	if (l->flags & HIDDEN_LINE)
+	  {
+	 l = l->next;
+	 continue;
+	  }
+
 	if (strip_sig
 	&& (l->flags & SIGNATURE_LINE))
-	  break;
+	  {
+	 l = l->next;
+	 continue;
+	  }
 	
 	if (strip_sig && (l->flags & PGP_SIGNATURE_LINE))
 	  {
--- src/art.h	2008-05-01 10:40:56.0 +0200
+++ src/art.h	2008-05-01 10:44:26.0 +0200
@@ -185,6 +185,7 @@
 int was_modified;
 int was_parsed;
 int needs_metamail;
+char *boundary;
 }
 Slrn_Mime_Type;
 
--- src/art_misc.c	2008-05-01 10:40:56.0 +0200
+++ src/art_misc.c	2008-05-01 10:44:26.0 +0200
@@ -406,6 +406,7 @@

while (l != NULL)
  {
+if(l->flags & HIDDEN_LINE) break;
 l->flags |= SIGNATURE_LINE;
 l->flags &= ~(
 		  QUOTE_LINE  /* if in a signature, not a quote */
--- src/mime.c	2008-05-01 10:40:56.0 +0200
+++ src/mime.c	2008-05-01 11:09:52.0 +0200
@@ -55,6 +55,7 @@
 int Slrn_Use_Meta_Mail = 1;
 int Slrn_Fold_Headers = 1;
 char *Slrn_MetaMail_Cmd;
+int Slrn_Minimal_Multipart =1;
 
 #ifndef SLRNPULL_CODE
 #define CONTENT_TYPE_TEXT		0x01
@@ -106,17 +107,60 @@
 	  }
 	b += 5;
  }
-   else if (0 == slrn_case_strncmp (b, "message/", 5))
+   else if (0 == slrn_case_strncmp (b, "message/", 8))
  {
 	a->mime.content_type = CONTENT_TYPE_MESSAGE;
 	a->mime.content_subtype = CONTENT_SUBTYPE_UNKNOWN;
 	b += 8;
  }
-   else if (0 == slrn_case_strncmp (b, "multipart/", 5))
+ else if (0 == slrn_case_strncmp (b, "application/", 12))
+  {
+ 	b += 12;
+ 	if (0 != slrn_case_strncmp (b, "pgp-signature", 13))
+ 	  {
+ 	 a->mime.content_type = CONTENT_TYPE_UNSUPPORTED;
+ 	 a->mime.content_subtype = CONTENT_SUBTYPE_UNSUPPORTED;
+ 	 return -1;
+ 	  }
+ 	a->mime.content_type = CONTENT_TYPE_TEXT;
+ 	a->mime.content_subtype = CONTENT_SUBTYPE_PLAIN;
+  }
+   else if (0 == slrn_case_strncmp (b, "multipart/", 10))
  {
 	a->mime.content_type = CONTENT_TYPE_MULTIPART;
 	a->mime.content_subtype = CONTENT_SUBTYPE_UNKNOWN;
 	b += 10;
+ 	while (NULL != (b = slrn_strbyte(b, ';')))
+ 	  {
+ 	 char *boundary;
+ 	 unsigned int len;
+ 	 
+ 	 b = slrn_skip_whitespace (b + 1);
+ 	 
+ 	 if (0 != slrn_case_strncmp (b, "boundary", 8))
+ 	   continue;
+ 	 
+ 	 b = slrn_skip_whitespace (b + 8);
+ 
+ 	 if (*b != '=') continue;
+ 	 b++;
+ 	 if (*b == '"') b++;
+ 	 boundary = b;
+ 	 while (*b && (*b != ';')
+ 		&& (*b != ' ') && (*b != '\t') && (*b != '\n')
+ 		&& (*b != '"'))
+ 	   b++;
+ 	 len = b - boundary;
+ 
+  /* add a "--" at the start of boundary */
+ 	 a->mime.boundary = slrn_safe_malloc(len+5);
+  a->mime.boundary[0]='-';
+  a->mime.boundary[1]='-';
+  slrn_strncpy(a->mime.boundary+2, boundary, len+1);
+  a->mime.boundary[len+2]='-';
+  a->mime.boundary[

Bug#572720: git-core: conflictstyle=diff3 doesn't actually use diff3 compatible format

2010-03-05 Thread Stefan Monnier
Package: git-core
Version: 1:1.7.0-1
Severity: normal

I can't live without conflictstyle=diff3m and I'm very happy it exists.
But it has a little problem: it uses "|||\n" as a separator for the
ancestor version of the text, whereas diff3 uses "||| \n".
The difference is harmless for a human (tho the  can sometimes
be useful, assuming it's meaningful), but it makes some tools fail to
recognize the conflict markers properly.
So please add a " BASE" or " ANCESTOR" after the "|||".


Stefan


PS: I intended to report this bug directly to the Git bug-tracker, but I was
simply unable to find it.  I know I'm sometimes dense, but I did make an
honest effort to look for it.


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

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

Versions of packages git-core depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.19.7-1 Multi-protocol file transfer libra
ii  libdigest-sha1-perl 2.12-1   NIST SHA-1 message digest algorith
ii  liberror-perl   0.17-1   Perl module for error/exception ha
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  perl-modules5.10.1-11Core Perl modules
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages git-core recommends:
ii  less  436-1  pager program similar to more
ii  openssh-client [ssh-client]   1:5.3p1-1  secure shell (SSH) client, for sec
ii  patch 2.6-2  Apply a diff file to an original
ii  rsync 3.0.7-2fast remote file copy program (lik

Versions of packages git-core suggests:
ii  git-arch  1:1.7.0-1  fast, scalable, distributed revisi
ii  git-cvs   1:1.7.0-1  fast, scalable, distributed revisi
pn  git-daemon-run (no description available)
ii  git-doc   1:1.7.0-1  fast, scalable, distributed revisi
pn  git-email  (no description available)
pn  git-gui(no description available)
ii  git-svn   1:1.7.0-1  fast, scalable, distributed revisi
pn  gitk   (no description available)
pn  gitweb (no description available)

-- no debconf information



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



Bug#572605: installation-reports: Sid d-i on PowerPC can not find driver for network interface

2010-03-05 Thread Frans Pop
On Friday 05 March 2010, Rick Thomas wrote:
> This problem does not occur on i386.  It's specific to the PowerPC
> installer.

The problem here is very, very simple:
http://people.debian.org/~joeyh/d-i/build-logs.html

As long as nobody takes care of the daily builds, there's no point in 
testing them.

hppa, ia64, mips, mipsel and powerpc have IMO all proven to be much *less* 
reliable since they were moved to official buildds. I thought the whole 
point of that move was the opposite.

It would be really nice if the persons who initiated that change would take 
their responsibility.

For now I've removed links to the daily builds for the problematic arches 
from the D-I project page.



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



Bug#572719: libx11-protocol-perl: perl X11 application does not launch

2010-03-05 Thread Chmouel Boudjnah
Package: libx11-protocol-perl
Version: 0.56-2
Severity: grave
Justification: renders package unusable


When launching any application that use the libx11-protocol-x11 the program 
does not start trying to find the X server. Example :

doc/libx11-protocol-perl/examples$ perl wintree.pl  
 
Can't connect to display `unix:0': No such file or directory at 
/usr/share/perl5/X11/Protocol.pm line 2264

any other X11 app can start only perl X11 based cannot start at all.

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

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

Versions of packages libx11-protocol-perl depends on:
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 

libx11-protocol-perl recommends no packages.

libx11-protocol-perl 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#519781: [PATCH] Bug#519781: manpages-dev: install pthread manpages previously provided by glibc-doc

2010-03-05 Thread Nikolaus Schulz
tags 519781 + patch
thanks

Hi,

with the upload of glibc-doc 2.9-1 on 20 Jan 2009, glibc-doc bug #506515
was fixed, removing a lot of outdated pthread_* man pages from
glibc-doc.

These can now be replaced with the newer ones in manpages-dev.
Currently they are not installed by any package, which is certainly less
than perfect.

The following patch removes these pages from the skip list in the
install script of the manpages-dev package.

Nikolaus

diff -u -Naur manpages-3.23.orig/debian/inst manpages-3.23/debian/inst
--- manpages-3.23.orig/debian/inst  2010-03-05 21:03:00.0 +0100
+++ manpages-3.23/debian/inst   2010-03-05 22:35:48.0 +0100
@@ -65,15 +65,6 @@
getxattr.2|lgetxattr.2|listxattr.2|llistxattr.2|lremovexattr.2|\
get_kernel_syms.2|create_module.2|delete_module.2|\
init_module.2|query_module.2|set_mempolicy.2|\
-   
pthread_attr_destroy.3|pthread_attr_getdetachstate.3|pthread_cleanup_pop.3|\
-   
pthread_attr_getscope.3|pthread_attr_init.3|pthread_attr_setdetachstate.3|\
-   
pthread_attr_setscope.3|pthread_create.3|pthread_detach.3|pthread_equal.3|\
-   
pthread_exit.3|pthread_join.3|pthread_self.3|pthread_attr_setschedpolicy.3|\
-   
pthread_setschedparam.3|pthread_attr_setschedparam.3|pthread_attr_getschedparam.3|\
-   
pthread_getschedparam.3|pthread_attr_getschedpolicy.3|pthread_cleanup_push.3|\
-   
pthread_testcancel.3|pthread_setcancelstate.3|pthread_attr_getinheritsched.3|\
-   
pthread_attr_setinheritsched.3|pthread_setcanceltype.3|pthread_cancel.3|\
-   
pthread_cleanup_push_defer_np.3|pthread_cleanup_pop_restore_np.3|\

pthread_kill_other_threads_np.3|pthread_sigmask.3|pthread_kill.3|\
lsetxattr.2|removexattr.2|setxattr.2|sigwait.3)
echo -n "(skipped)"



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



Bug#572714: [Pkg-utopia-maintainers] Bug#572714: nm-applet does not show up

2010-03-05 Thread W. Martin Borgert
On 2010-03-05 22:24, Michael Biebl wrote:
> Does that persist after a reboot?

Btw. nm-tool shows all kind of information about APs etc., but I also get a 
warning:

** (process:4105): WARNING **: error: failed to read connections from 
org.freedesktop.NetworkManagerUserSettings:
The name org.freedesktop.NetworkManagerUserSettings was not provided by any 
.service files

No idea, whether this is related.



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



Bug#572715: Chilean timezone extraordinary change

2010-03-05 Thread Clint Adams
On Fri, Mar 05, 2010 at 06:27:44PM -0300, Kamus wrote:
> Chile (CLT timezone) has been changed this year his winter time
> because was affected by an earthquake, so goverment has changed and
> delayed this. This change normally occurs on Saturday 13 March 2010 at
> 24:00 hours, but now it's on Saturday 03 April 2010 at 24:00 hours.

http://www.gobiernodechile.cl/viewNoticia.aspx?idArticulo=30098



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



Bug#571829: Your status in Debian - liblglpk-java

2010-03-05 Thread Xypron debian
Hello Jan,

I am maintaining the upstream of glpk-java.

Rafael kindly uploaded the library as libglpk-java.
I am not affiliated with Debian and not authorized to make
uploads. Rafael entered me as an uploader of package
libblpk-java by mistake.

Please, remove me from the uploader list, and mark the package
as orphaned.

See bug #542498.

Of cause I am interested in further distributing glpk-java hence
I would appreciate if you could help to find a new maintainer.

Best regards

Heinrich Schuchardt


-- 
GMX DSL: Internet, Telefon und Entertainment für nur 19,99 EUR/mtl.!
http://portal.gmx.net/de/go/dsl02



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



Bug#572718: Cannot start gnome-shell

2010-03-05 Thread Alex Holmes
Package: gnome-shell
Version: 2.28.1~git20100129-1
Severity: important

When starting the shell, I receive the following error:
$ gnome-shell --replace -v

Starting shell
Waiting for shell to exit
  JS CTX: Enabling JIT
  JS CTX: Changing JavaScript version to 1.8 from default
  JS CTX: Creating load context for runtime 0x10586d0
  JS CTX: Enabling JIT
  JS CTX: Changing JavaScript version to 1.8 from default
   JS IMPORT: Initialized class GjsFileImporter prototype 0x10ab080
   JS IMPORT: Defining parent 0x1077900 of 0x10ab0c0 'imports' is mod 0
   JS IMPORT: Defined importer 'imports' 0x10ab0c0 in 0x1077900
   JS IMPORT: JS import 'ui' not found in /usr/share/gjs-1.0
   JS IMPORT: JS import 'ui' not found in /usr/lib/gjs-1.0
   JS IMPORT: Adding directory '/usr/share/gnome-shell/js/ui' to child importer 
'ui'
   JS IMPORT: Importing directory 'ui'
   JS IMPORT: Defining parent 0x10ab0c0 of 0x10ab1c0 'ui' is mod 1
   JS IMPORT: Defined importer 'ui' 0x10ab1c0 in 0x10ab0c0
   JS IMPORT: successfully imported directory 'ui'
   JS IMPORT: Importing '/usr/share/gnome-shell/js/ui/main.js'
   JS IMPORT: Defining parent 0x10ab1c0 of 0x10ab2c0 'main' is mod 1
   JS IMPORT: JS import 'gi' not found in /usr/share/gjs-1.0
   JS IMPORT: Importing '/usr/lib/gjs-1.0/gi.so'
   JS IMPORT: Defining parent 0x10ab0c0 of 0x10ab740 'gi' is mod 1
   JS NATIVE: Registered native JS module 'gi'
   JS NATIVE: Defining native module 'gi'
   JS G REPO: Initialized class GIRepository prototype 0x10ab780
 JS G NS: Initialized class GIRepositoryNamespace prototype 0x10ab840
 JS G NS: Defined namespace 'GLib' 0x10ab880 in GIRepository 0x10ab7c0
   JS IMPORT: successfully imported module 'gi'
 JS G NS: Defined namespace 'Clutter' 0x10ab8c0 in GIRepository 0x10ab7c0
   JS IMPORT: Importing '/usr/share/gjs-1.0/dbus.js'
   JS IMPORT: Defining parent 0x10ab0c0 of 0x10ab900 'dbus' is mod 1
   JS IMPORT: Importing '/usr/share/gjs-1.0/lang.js'
   JS IMPORT: Defining parent 0x10ab0c0 of 0x10ee300 'lang' is mod 1
   JS IMPORT: JS import 'langNative' not found in /usr/share/gjs-1.0
   JS IMPORT: Importing '/usr/lib/gjs-1.0/langNative.so'
   JS IMPORT: Defining parent 0x10ab0c0 of 0x10ee480 'langNative' is mod 1
   JS NATIVE: Registered native JS module 'langNative'
   JS NATIVE: Defining native module 'langNative'
   JS IMPORT: successfully imported module 'langNative'
   JS IMPORT: successfully imported module 'lang'
   JS IMPORT: JS import 'dbusNative' not found in /usr/share/gjs-1.0
   JS IMPORT: Importing '/usr/lib/gjs-1.0/dbusNative.so'
   JS IMPORT: Defining parent 0x10ab0c0 of 0x10ee500 'dbusNative' is mod 1
   JS NATIVE: Registered native JS module 'dbusNative'
   JS NATIVE: Defining native module 'dbusNative'
 JS DBUS: Initialized class DBusExports prototype 0x10ee5c0
   JS IMPORT: successfully imported module 'dbusNative'
   JS IMPORT: successfully imported module 'dbus'
 JS G NS: Defined namespace 'Gdk' 0x10eee00 in GIRepository 0x10ab7c0
 JS G NS: Defined namespace 'Gio' 0x10eee40 in GIRepository 0x10ab7c0
   JS IMPORT: JS import 'mainloop' not found in /usr/share/gjs-1.0
   JS IMPORT: Importing '/usr/lib/gjs-1.0/mainloop.so'
   JS IMPORT: Defining parent 0x10ab0c0 of 0x10eee80 'mainloop' is mod 1
   JS NATIVE: Registered native JS module 'mainloop'
   JS NATIVE: Defining native module 'mainloop'
   JS IMPORT: successfully imported module 'mainloop'
 JS G NS: Defined namespace 'Meta' 0x10eeec0 in GIRepository 0x10ab7c0
   JS IMPORT: Module 'main' left an exception set
JS ERROR: !!!   Exception was: Error: Requiring Shell, version none: 
Requiring namespace 'Meta' version '2.28', but '2.29' is already loaded
JS ERROR: !!! lineNumber = '0'
JS ERROR: !!! fileName = 'gjs_throw'
JS ERROR: !!! stack = 'Error("Requiring Shell, version none: Requiring 
namespace 'Meta' version '2.28', but '2.29' is already loaded")@:0
("Requiring Shell, version none: Requiring namespace 'Meta' version '2.28', but 
'2.29' is already loaded")@gjs_throw:0
@/usr/share/gnome-shell/js/ui/main.js:11
'
JS ERROR: !!! message = 'Requiring Shell, version none: Requiring 
namespace 'Meta' version '2.28', but '2.29' is already loaded'
   JS IMPORT: Cleaning up from failed import of 'main'
  JS CTX: Script evaluation failed
JS ERROR: !!!   Exception was: Error: Requiring Shell, version none: 
Requiring namespace 'Meta' version '2.28', but '2.29' is already loaded
JS ERROR: !!! lineNumber = '0'
JS ERROR: !!! fileName = 'gjs_throw'
JS ERROR: !!! stack = 'Error("Requiring Shell, version none: Requiring 
namespace 'Meta' version '2.28', but '2.29' is already loaded")@:0
("Requiring Shell, version none: Requiring namespace 'Meta' version '2.28', but 
'2.29' is already loaded")@gjs_throw:0
@/usr/share/gnome-shell/js/ui/main.js:11
Error("Chained exception")@:0
("Chained exception")@gjs_throw:0
@:1
'
JS ERROR: !!! message = 'Requiring Shell, version none: Req

Bug#572108: including tz-brasil information in tzdata

2010-03-05 Thread Clint Adams
On Mon, Mar 01, 2010 at 07:49:06PM -0300, Pedro Zorzenon Neto wrote:
> Hi,
> 
>   Regarging bug #572108, I'd like to ask if this information could be
> inserted into tzdata:
> 
> http://people.debian.org/~pzn/tz-brasil/tz-brasil.zic

Has this been submitted upstream?



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



Bug#572714: [Pkg-utopia-maintainers] Bug#572714: nm-applet does not show up

2010-03-05 Thread W. Martin Borgert
On 2010-03-05 22:24, Michael Biebl wrote:
> Does that persist after a reboot?

Yes.

> If you start nm-applet from the command line, do you get any error messages?

No. With strace nm-applet seems to be looping in a poll. Maybe
dbus?

> Do other apps show up in the system tray?

In the GNOME panel? Yes.

> Wild guess: broken icon cache file?

How do I know? There is a command
"gtk-update-icon-cache --validate", but I'm not sure which
arguments I would need. I tried
"gtk-update-icon-cache -v /usr/share/icons/gnome" as root, which
did not gave any output. Btw. strace nm-applet does not show
anything with "icon" in it.



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



Bug#567241: works fine in a rebuild

2010-03-05 Thread Enrico Zini
Severity: normal

On Fri, Jan 29, 2010 at 09:27:40AM +1300, martin f krafft wrote:

> I just rebuilt 0.9 myself in a i386 sid chroot and after installing
> it, I do not see the problems I am seeing with the +b1 BinNMU.

It happened to me once today: the resulting Buffy.pm contains C header
code instead of perl code. But I trying building the perl binding
manually and it worked. I tried rebuilding and it worked. I built
several times on a clean chroot and it worked. In short, I could not
reproduce it anymore.

I could see NO reason whatsoever why that would happen. The perl
Makefile.PL is *trivial* and so is the Debian part.

I'm therefore downgrading the severity (so we get bindings that build
with the most recent libbuffy-dev) until we learn some more. 


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini 


signature.asc
Description: Digital signature


Bug#572717: libgl1-mesa-dri: do not depend on libdrm-radeon1

2010-03-05 Thread arne anka
Package: libgl1-mesa-dri
Version: 7.7-4
Severity: normal

apparently ati has gained some popularity again lately, but i don't
think it justifies to make a non-chip specific package depend on a
particular chip's (family) lib.
while it is a nuisance on any normal pc, it is a no-go on limited
devices like the freerunner.

in my experience it has become a real pest lately that a lot of
packages define unnecessary dependencies because "it doesn't matter
with today's computers" -- but it does matter and even more with a
distribution that attempts to be available on a plethora of devices, not
all having abundant memory, disk space or cpu.

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

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

Versions of packages libgl1-mesa-dri depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libdrm-intel1 2.4.18-2   Userspace interface to intel-speci
ii  libdrm-radeon12.4.18-2   Userspace interface to radeon-spec
ii  libdrm2   2.4.18-2   Userspace interface to kernel DRM 
ii  libexpat1 2.0.1-7XML parsing C library - runtime li

libgl1-mesa-dri recommends no packages.

Versions of packages libgl1-mesa-dri suggests:
pn  libglide3  (no description available)

-- no debconf information



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



Bug#572707: TypeError: 'Undefined' object is not callable

2010-03-05 Thread David Paleino
Hello Dennis,

On Friday 05 March 2010 22:34:32, Dennis Schridde wrote:
> Am Freitag, 5. März 2010 21:01:43 schrieben Sie:
> > Already reported twice, and already fixed.
> 
> Bugfix package still not available here, 4h after the other bug was marked
> fixed...

Eh, I'm sorry :/

  http://packages.qa.debian.org/w/wicd/news/20100305T173301Z.html

It should become available really soon now.

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


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


Bug#572716: glibc-doc: please stop providing man pages for pthread_kill(3) et al

2010-03-05 Thread Nikolaus Schulz
Package: glibc-doc
Version: 2.10.2-6
Severity: normal

This is basically an update to bug #506515.
The Linux man-pages now also cover the following commands:

pthread_kill_other_threads_np(3)
pthread_kill(3)
pthread_sigmask(3)
sigwait(3)

The glibc-doc package ships older man pages for these commands; please
remove them from glibc-doc, so that manpages-dev can take over.

Nikolaus

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

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

glibc-doc depends on no packages.

glibc-doc recommends no packages.

Versions of packages glibc-doc suggests:
ii  glibc-doc-reference   2.10.1-1   GNU C Library: Documentation

-- 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#572707: TypeError: 'Undefined' object is not callable

2010-03-05 Thread Dennis Schridde
Am Freitag, 5. März 2010 21:01:43 schrieben Sie:
> Already reported twice, and already fixed.
Bugfix package still not available here, 4h after the other bug was marked 
fixed...


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


Bug#572715: Chilean timezone extraordinary change

2010-03-05 Thread Kamus
package: tzdata
version: 2009u-0ubuntu0.9.10

Chile (CLT timezone) has been changed this year his winter time
because was affected by an earthquake, so goverment has changed and
delayed this. This change normally occurs on Saturday 13 March 2010 at
24:00 hours, but now it's on Saturday 03 April 2010 at 24:00 hours.
Thanks!


-- 
Victor Vargas B.
Latitud:  -33.439177,-70.625267
Santiago, Chile.



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



Bug#572605: installation-reports: Sid d-i on PowerPC can not find driver for network interface

2010-03-05 Thread Rick Thomas


This problem does not occur on i386.  It's specific to the PowerPC  
installer.


(i386 sid d-i has other problems, but not any that are relevant to  
this bug report)


Rick

On Mar 5, 2010, at 2:15 AM, Rick Thomas wrote:


It booted, chose language and locale OK, found the CD,
loaded installer parts from the CD...
Then when it tried to identify the network interface,
it failed to find an appropriate driver.





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



Bug#572714: [Pkg-utopia-maintainers] Bug#572714: nm-applet does not show up

2010-03-05 Thread Michael Biebl
On 05.03.2010 22:00, W. Martin Borgert wrote:
> Package: network-manager-gnome
> Version: 0.8-1
> Severity: important
> 
> I cannot see an nm-applet in my GNOME panel, only in the process list.
> Killing nm-applet and restarting it does not help. It remains invisible.

Does that persist after a reboot?
If you start nm-applet from the command line, do you get any error messages?
Do other apps show up in the system tray?

Wild guess: broken icon cache file?

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#572712: use hardened sysctl net.* settings per default

2010-03-05 Thread Christoph Anton Mitterer
Package: procps
Version: 1:3.2.8-7
Severity: wishlist

Hi.

I think it would be a good idea to use at least the settings blow per
default:
net.ipv4.conf.all.rp_filter=1
net.ipv4.conf.all.accept_redirects = 0
net.ipv6.conf.all.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.all.accept_source_route = 0
net.ipv6.conf.all.accept_source_route = 0

At least rp_filter should not have effect for most systems, even for
routers, right?
I'm not an expert how much the other would affect Debian boxes used as a
router but:

1) The vast majority of Debian installations are NOT used as rooter
2) It's better to ship hardened settings per default, even if this
"breaks" some things.
3) As the "broken" things are usually special setups (e.g. router)
people that need them should be aware of what they're doing, and thus be
able to set the sysctl settings they need.
The "normal" end-user does usually however not know of these settings,
their security impact and whether or not he should set them.

Cheers,
Chris.

btw: I'd also suggest to activate syncookies per default, but this is
already requested in #520668.


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

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

Versions of packages procps depends on:
ii  initscripts   2.87dsf-8.1scripts for initializing
and shutt
ii  libc6 2.10.2-6   Embedded GNU C Library:
Shared lib
ii  libncurses5   5.7+20090803-2 shared libraries for
terminal hand
ii  libncursesw5  5.7+20090803-2 shared libraries for
terminal hand
ii  lsb-base  3.2-23 Linux Standard Base 3.2
init scrip

Versions of packages procps recommends:
ii  psmisc22.10-1utilities that use the proc
file s

procps suggests no packages.

-- no debconf information



smime.p7s
Description: S/MIME cryptographic signature


Bug#572714: nm-applet does not show up

2010-03-05 Thread W. Martin Borgert
Package: network-manager-gnome
Version: 0.8-1
Severity: important

I cannot see an nm-applet in my GNOME panel, only in the process list.
Killing nm-applet and restarting it does not help. It remains invisible.

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

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

Versions of packages network-manager-gnome depends on:
ii  dbus-x111.2.20-2 simple interprocess messaging syst
ii  gconf2  2.28.0-1 GNOME configuration database syste
ii  gnome-icon-theme2.28.0-1 GNOME Desktop icon theme
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-2 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.20-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.84-1   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgnome-bluetooth7 2.28.6-2 GNOME Bluetooth tools - support li
ii  libgnome-keyring0   2.28.2-1 GNOME keyring services library
ii  libgtk2.0-0 2.18.7-1 The GTK+ graphical user interface 
ii  libnm-glib-vpn1 0.8-1network management framework (GLib
ii  libnm-glib2 0.8-1network management framework (GLib
ii  libnm-util1 0.8-1network management framework (shar
ii  libnotify1 [libnotify1- 0.4.5-1  sends desktop notifications to a n
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libxml2 2.7.6.dfsg-2+b1  GNOME XML library
ii  network-manager 0.8-1network management framework daemo
ii  policykit-1-gnome   0.96-2   GNOME authentication agent for Pol
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages network-manager-gnome recommends:
ii  gnome-bluetooth   2.28.6-2   GNOME Bluetooth tools
ii  libpam-gnome-keyring [libpam- 2.28.2-1   PAM module to unlock the GNOME key
ii  mobile-broadband-provider-inf 20100302-1 database of mobile broadband servi
ii  notification-daemon   0.4.0-2a daemon that displays passive pop

Versions of packages network-manager-gnome suggests:
pn  network-manager-openvpn-gnome  (no description available)
pn  network-manager-pptp-gnome (no description available)
pn  network-manager-vpnc-gnome (no description available)

-- no debconf information



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



Bug#572713: php-fpdf: PHP warnings about date() from /usr/share/fpdf/fpdf.php:1361

2010-03-05 Thread Daniel Kahn Gillmor
Package: php-fpdf
Version: 2:1.53.dfsg-6.1
Severity: normal

When using php-fpdf, I get lots of spew in my error logs like this:

[Fri Mar 05 15:56:47 2010] [error] [client 127.0.2.2] PHP Warning:  date(): It 
is not safe to rely on the system's timezone settings. You are *required* to 
use the date.timezone setting or the date_default_timezone_set() function. In 
case you used any of those methods and you are still getting this warning, you 
most likely misspelled the timezone identifier. We selected 'America/New_York' 
for 'EST/-5.0/no DST' instead in /usr/share/php/fpdf/fpdf.php on line 1361

looking at the file itself, i see:

1358-   $this->_out('/Keywords '.$this->_textstring($this->keywords));
1359-   if(!empty($this->creator))
1360-   $this->_out('/Creator '.$this->_textstring($this->creator));
1361:   $this->_out('/CreationDate '.$this->_textstring('D:'.date('YmdHis')));
1362-}
1363-
1364-function _putcatalog()

This should probably be fixed so that simply using php-fpdf doesn't
cause error log noise.

 --dkg

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
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 php-fpdf depends on:
ii  php5-cli  5.3.1-5command-line interpreter for the p

php-fpdf recommends no packages.

Versions of packages php-fpdf suggests:
pn  ttf2pt1(no description available)

-- no debconf information



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



Bug#572711: smbldap-useradd: double option -o when used with -u

2010-03-05 Thread Luca Capello
Package: smbldap-tools
Version: 0.9.4-1
Severity: normal
Tags: patch

Hi there!

`man smbldap-useradd` states that if a default UID exists it can be
anyway used specifying the -o option:

--8<---cut here---start->8---
SYNOPSIS
   smbldap-useradd [-o user_ou] [-c comment] [-d home_dir] [-g ini‐
   tial_group] [-G group[,...]] [-m [-k skeleton_dir]] [-s shell] [-u uid
   [ -o]] [-P] [-A canchange] [-B mustchange] [-C smbhome] [-D homedrive]
   [-E scriptpath] [-F profilepath] [-H acctflags] login

DESCRIPTION
[...]
   -o node
  The user’s account will be created in the specified organazional
   unit. It is relative to the user suffix dn ($usersdn) defined in the
   configuration file.  Ex: ’ou=admin,ou=all’
[...]
   -u uid
  The numerical value of  the  user’s  ID.   This  value  must  be
   unique,  unless  the  -o option is used.  The value must be nonnega‐
   tive.  The default is to use the smallest ID  value  greater than 1000
   and greater than every other user.
[...]
perl v5.8.8   2007-09-24SMBLDAP-USERADD(8)
--8<---cut here---end--->8---

However, this conflicts with the "-o node" option:
=
mantissa:~# smbldap-useradd -a -c "Luca Capello" -d /home/luca -m \
 -u 1000 -o -P -N Luca -S Capello luca.capello
ou=-P,ou=Users,dc=pca,dc=it does not exist. Creating it (Y/[N]) ? n
exiting.
mantissa:~#
=

This is in contrast with the behavior of smbldap-usermod:
=
mantissa:~# smbldap-useradd -a -c "Luca Capello" -d /home/luca -m \
 -P -N Luca -S Capello luca.capello
Changing UNIX and samba passwords for luca.capello
New password:
Retype new password:
mantissa:~# smbldap-usermod -u 1000 luca.capello
/usr/sbin/smbldap-usermod: uid number 1000 exists
mantissa:~# smbldap-usermod -u 1000 -o luca.capello
mantissa:~#
=

The attached patch add a new option, -r (for "reuse"), which substitutes
the UID -o option.  However, this is suboptimal and I would prefer the
OU -o option to be changed instead.

Thx, bye,
Gismo / Luca

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

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

Versions of packages smbldap-tools depends on:
ii  libcrypt-smbhash-perl0.12-2  generate LM/NT hash of a password 
ii  libdigest-sha1-perl  2.11-2+b1   NIST SHA-1 message digest algorith
ii  libio-socket-ssl-perl1.16-1+lenny1   Perl module implementing object or
ii  libnet-ldap-perl 1:0.36-1A Client interface to LDAP servers
ii  libunicode-maputf8-perl  1.11-2  Perl module for conversing between
ii  perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 

smbldap-tools recommends no packages.

smbldap-tools suggests no packages.

-- no debconf information

--- smbldap-useradd_v0.9.4	2007-09-24 12:18:51.0 +0200
+++ smbldap-useradd	2010-03-05 21:49:29.0 +0100
@@ -35,7 +35,7 @@
 use Getopt::Std;
 my %Options;
 
-my $ok = getopts('o:abnmwiPG:u:g:d:s:c:k:t:A:B:C:D:E:F:H:M:N:S:T:?', \%Options);
+my $ok = getopts('o:abnmwiPG:u:r:g:d:s:c:k:t:A:B:C:D:E:F:H:M:N:S:T:?', \%Options);
 
 if ( (!$ok) || (@ARGV < 1) || ($Options{'?'}) ) {
 print_banner;
@@ -50,6 +50,7 @@
 print "  -m	creates home directory and copies /etc/skel\n";
 print "  -n	do not create a group\n";
 print "  -o	add the user in the organizational unit (relative to the user suffix. Ex: 'ou=admin,ou=all')\n";
+print "  -r	uid can be non unique\n";
 print "  -u	uid\n";
 print "  -s	shell\n";
 print "  -t	time. Wait 'time' seconds before exiting (when adding Windows Workstation)\n";
@@ -155,7 +156,7 @@
 my $userUidNumber = $Options{'u'};
 if (!defined($userUidNumber)) { 
 $userUidNumber=get_next_id($config{usersdn},"uidNumber");
-} elsif (getpwuid($userUidNumber)) {
+} elsif (!defined($Options{'r'}) && getpwuid($userUidNumber)) {
 die "Uid already exists.\n";
 }
 
@@ -551,7 +552,7 @@
 
 =head1 SYNOPSIS
 
-smbldap-useradd [-o user_ou] [-c comment] [-d home_dir] [-g initial_group] [-G group[,...]] [-m [-k skeleton_dir]] [-s shell] [-u uid [ -o]] [-P] [-A canchange] [-B mustchange] [-C smbhome] [-D homedrive] [-E scriptpath] [-F profilepath] [-H acctflags] login
+smbldap-useradd [-o user_ou] [-c comment] [-d home_dir] [-g initial_group] [-G group[,...]] [-m [-k skeleton_dir]] [-s shell] [-u uid [ -r]] [-P] [-A canchange] [-B mustchange] [-C smbhome] [-D homedrive] [-E scriptpath] [-F profilepath] [-H acctflags] login
 
 =head1 DESCRIPTION
 
@@ -602,7 +603,7 @@
Wait  seconds before exiting script when adding computer's account. This is useful when Master/PDC and Slaves/BDCs are connected through the internet (replication is not real time)
 
 -u uid
-   The numerical value of  

Bug#520668: procps: Enable syn cookies by default

2010-03-05 Thread Christoph Anton Mitterer
Anything new here?
I think the article you've linked to in sysctl.conf
(http://lwn.net/Articles/277146/) can be seen as encouragement to enable
syncookies, or not?
It already says that they're only activated if the system runs into
trouble, and then it's still better to have "limited connections" (in
the sense that not all features work with syncookies) than none, right?

I think there was even somewhere some coments from Alan Cox which more
or less implied that syncookies are still a good thing (the discussion
was about whether to drop the code at all).


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#572695: elinks: need an option to select binding address and address family

2010-03-05 Thread Kalle Olavi Niemitalo
Toni Mueller  writes:

> I need an option in elinks to select the address to bind to,
> and to force an address family (eg. one of IPv4 or IPv6 only).

For the latter, please see the connection.try_ipv4 and
connection.try_ipv6 options.

http://elinks.cz/documentation/manpages/elinks.conf.5.html#connection.try_ipv4


pgpdy14q0kCKo.pgp
Description: PGP signature


Bug#572595: afterall is not a word

2010-03-05 Thread jidanni
> "DA" == Don Armstrong  writes:

DA> afterall is a fairly uncommon variant of after all. It's still a
DA> contraction which is found, and it is only found in -huge and -insane.
DA> (It's about 1.9 million to 82 million on google, for example.)

DA> I can see the point for demoting it to -insane, but it should be
DA> listed.

OK

> "A" == Drew Adams  writes:
A> I was half kidding.

A> "after all" (with a space) is correct English; it's just not a (single) word.

A> Dunno if you meant to type "afterall" (no space) as a single word.

All I know is I'm losing touch with correct English, so you fellows take
it from here. OK, I'll try to type "after all" from now on.



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



Bug#571082: mirror submission for ftp.ec-m.fr

2010-03-05 Thread Geoffroy Desvernay


- Message de simon.paill...@resel.enst-bretagne.fr -
Date : Fri, 5 Mar 2010 20:43:59 +0100
 De : Simon Paillard 
Répondre à : 571...@bugs.debian.org
 Objet : Re: Bug#571082: mirror submission for ftp.ec-m.fr
  À : geoffroy desvernay , 571...@bugs.debian.org



On Tue, Feb 23, 2010 at 10:36:36AM +, geoffroy desvernay wrote:

Package: mirrors
Severity: wishlist

Submission-Type: new
Site: ftp.ec-m.fr


Thanks for submitting your Debian mirror.


Aliases: ftp.centrale-marseille.fr
Type: leaf
Archive-architecture: ALL alpha amd64 arm armel hppa hurd-i386 i386  
ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc s390 sparc

Archive-ftp: /pub/debian/
Archive-http: /pub/debian/


Upon request on IRC, /debian/ paths are valid too now, thanks.


IPv6: yes
Archive-upstream: ftp2.fr.debian.org
Updates: twice


Now pushed by ftp2.fr.debian.org, thanks.


Maintainer: geoffroy desvernay 
Country: FR France
Location: Marseille


How much bandwidth ?

100Mbs for now, 1Gb on the MAN


You're on Renater I guess ?

Right



Thanks and best regards.


Thank you !

ps: an idea for best 'upstream' to mirror volatile/ 2nd level or 1st ?




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



Bug#572709: apt: minimial release overrides

2010-03-05 Thread Matt Taggart
Package: apt
Version: 0.7.25.3
Severity: wishlist

I prefer to run stable on most machines, pulling additional packages in 
from other releases/locations (mainly backports.org) as required.

If I use

   apt-get install foo/lenny-backports

this means to install the version of foo from lenny-backports, but try to 
resolve dependencies using normal preferences and fail if you can't.

If I use

   apt-get -t lenny-backports install foo

this sets backports to be the default release meaning not just foo but all 
the dependencies will be pulled from backports (if they exist, if not then 
the next preferred release).

What I would like is a way to say "install foo from backports, and use 
normal preferences for dependencies when possible, but if needed for 
version/existance reasons pull in other backports".

Is this possible currently or if not could it be added?

(I suppose this bug applies to aptitude too? I don't know if aptitude has 
it's own implementation of this or somehow depends on apt. Clone the bug if 
necessary.)

Thanks,

-- 
Matt Taggart
tagg...@debian.org





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



Bug#572692: Please provide udev rule instead of hal fdi

2010-03-05 Thread Julien Cristau
On Fri, Mar  5, 2010 at 20:57:31 +0100, Martin Pitt wrote:

> Julien Cristau [2010-03-05 20:13 +0100]:
> > Currently the configuration can match devices by name, vendor,
> > device path, the ID_INPUT_foo attributes, and an ID_INPUT.tags
> > attribute.  I'm not sure which would be more appropriate here, maybe
> > setting a vmware tag on some device...
> 
> Right, the rule might do ENV{ID_INPUT.vmmouse}="1" instead of setting
> x11_driver?
> 
Should be ENV{ID_INPUT.tags}="vmmouse" as far as I can tell
(http://cgit.freedesktop.org/xorg/xserver/tree/config/udev.c#n87).

And then in xorg.conf.d/vmmouse.conf or so:
Section "InputClass"
Identifier "vmmouse"
MatchTag "vmmouse"
Driver "vmmouse"
EndSection
should do the trick (identifier doesn't matter).

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#572697: [Pkg-alsa-devel] Bug#572697: alsa-utils: aplay just does noise

2010-03-05 Thread Elimar Riesebieter
* Willian Gustavo Veiga [100305 15:46 -0300]
> Package: alsa-utils
> Version: 1.0.22-1
> Severity: important
> 
> I tried to play mp3 and ogg files but it just does noise.
> 
> aplay filename.(mp3|ogg)

aplay isn't designed to play compressed sound files like ogg or mp3.
See aplay(1). aplay plays raw formats like foo.wav.

Bug closed hereby as it isn't a bug.

Elimar

-- 
  Experience is something you don't get until 
  just after you need it!



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



Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-05 Thread Timo Sirainen
On Fri, 2010-03-05 at 20:58 +0100, Jens Peter Secher wrote:
> Timo Sirainen wrote:
> > 
> > And the problem is specifically that Dovecot also has buffer_free() 
> > function.
> 
> Can you elaborate on this?

I mean both Dovecot and libpam-ssh have an exported function called
buffer_free(). libpam-ssh tries to call its own internal buffer_free(),
but it ends up calling Dovecot's incompatible buffer_free(), which of
course doesn't work and it crashes.

Either rename buffer_free() on libpam-ssh's side, or mark it in some way
internal to the shared library (I don't know how to do the latter, but I
think it's possible).


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


Bug#572708: evince: Evince does not print pdf files generated with Latex

2010-03-05 Thread Raphael Frey
While printing a PDF document created by "pdftex" that consists of only
one single sentence, I just noticed 1. that Evince does not recognize
the name of the typeface used in the document (it is the standard
typeface used by Latex: CM-Roman) and 2. that the letters looks very
ugly -- like pixelated. Probably these two curiosities are related to
this bug.





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




Bug#572707: TypeError: 'Undefined' object is not callable

2010-03-05 Thread David Paleino
forcemerge 572599 572707
thanks

On Friday 05 March 2010 20:51:11, Dennis Schridde wrote:
> Package: wicd
> Version: 1.7.0+ds1-1
> Severity: grave
> Justification: renders package unusable
> 
> wicd refuses to start, wicd.log says:
> [..]

Already reported twice, and already fixed.

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


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


Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-05 Thread Jens Peter Secher
Timo Sirainen wrote:
> 
> And the problem is specifically that Dovecot also has buffer_free() function.

Can you elaborate on this?

Cheers,
-- 
Jens Peter Secher, GPG fingerprint 0EE5978AFE63E8A1.

A. Because it breaks the logical sequence of discussion.
Q. Why is top posting bad?



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



Bug#572692: Please provide udev rule instead of hal fdi

2010-03-05 Thread Martin Pitt
Hello Julien,

Julien Cristau [2010-03-05 20:13 +0100]:
> Thanks for the patch, this should be fine for sid/squeeze.

Thanks. This should probably fix the package name typo in postinst.in
(although it should be harmless).

> For upstream, the libudev backend of the server only looks for devices
> with ID_INPUT set

That part of the rule should be fine, though. ID_INPUT_MOUSE is set by
udev itself, and it's just for discovering which device to set the
driver for.

>, the x11_driver property is ignored (the driver is set from
> xorg.conf / xorg.conf.d).

Right, that would be a problem indeed. I keep forgetting about this.

> Currently the configuration can match devices by name, vendor,
> device path, the ID_INPUT_foo attributes, and an ID_INPUT.tags
> attribute.  I'm not sure which would be more appropriate here, maybe
> setting a vmware tag on some device...

Right, the rule might do ENV{ID_INPUT.vmmouse}="1" instead of setting
x11_driver?

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#572708: evince: Evince does not print pdf files generated with Latex

2010-03-05 Thread Raphael Frey
Package: evince
Version: 2.22.2-4~lenny1
Severity: important


If a PDF document generated by Latex does not just consist of one or a 
few sentence(s), Evince is not able to print the document. Instead 
Evince uses 100 percent CPU and I have to kill the process because 
Evince does not respond anymore. This problem occurs with PDF files 
generated by "pdftex" but also with PDF files converted from DVI files 
(with "dvipdf") that were created by "latex". EPDF View ("epdfview") 
does print the same document without any problems.

I will try to add the Latex and the PDF files to this bug report as an 
attachement.

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

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

Versions of packages evince depends on:
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  gnome-icon-theme2.22.0-1 GNOME Desktop icon theme
ii  libart-2.0-22.3.20-2 Library of functions for 2D graphi
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.22.0-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.22.0-1 The Bonobo UI library
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging syst
ii  libdjvulibre21  3.5.20-8+lenny1  Runtime support for the DjVu image
ii  libgcc1 1:4.3.2-1.1  GCC support library
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.16.6-3 The GLib library of C routines
ii  libgnome-keyring0   2.22.3-2 GNOME keyring services library
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui-02.20.1.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.22.0-5   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libkpathsea42007.dfsg.2-4+lenny2 TeX Live: path search library for 
ii  libnautilus-extensi 2.20.0-7 libraries for nautilus components 
ii  liborbit2   1:2.14.13-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  libpoppler-glib30.8.7-3  PDF rendering library (GLib-based 
ii  libpopt01.14-4   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-2X11 Session Management library
ii  libspectre1 0.2.0.ds-1   Library for rendering Postscript d
ii  libstdc++6  4.3.2-1.1The GNU Standard C++ Library v3
ii  libtiff43.8.2-11.2   Tag Image File Format (TIFF) libra
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library
ii  shared-mime-info0.30-2   FreeDesktop.org shared MIME databa
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11  1.2.1-5+lenny1 simple interprocess messaging syst

Versions of packages evince suggests:
pn  poppler-data   (no description available)
pn  unrar  (no description available)

-- no debconf information


test.pdf
Description: Adobe PDF document
\documentclass[a4paper]{scrartcl}
\usepackage[utf8]{inputenc}

\usepackage[english]{babel}
\usepackage[T1]{fontenc}

\begin{document}

\section{Test document}

This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a test document.
This is a test document. This is a t

Bug#572707: TypeError: 'Undefined' object is not callable

2010-03-05 Thread Dennis Schridde
Package: wicd
Version: 1.7.0+ds1-1
Severity: grave
Justification: renders package unusable

wicd refuses to start, wicd.log says:

--- 
   
wicd initializing...
   
--- 
   
wicd is version 1.7.0 552   
   
setting backend to external 
   
Traceback (most recent call last):  
   
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 1839, in   
   
main(sys.argv)
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 1803, in main
daemon = WicdDaemon(wicd_bus, auto_connect=auto_connect)
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 115, in __init__
self.ReadConfig()
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 885, in ReadConfig
self.SetBackend(app_conf.get("Settings", "backend", default=be_def))
  File "/usr/share/wicd/daemon/wicd-daemon.py", line 220, in SetBackend
self.config.set("Settings", "backend", backend, write=True)
  File "/usr/lib/pymodules/python2.5/wicd/configmanager.py", line 85, in set
self.set_option(*args, **kargs)
  File "/usr/lib/pymodules/python2.5/wicd/configmanager.py", line 81, in 
set_option
self.write()
  File "/usr/lib/pymodules/python2.5/wicd/configmanager.py", line 201, in write
p = copy.deepcopy(self)
  File "/usr/lib/python2.5/copy.py", line 189, in deepcopy
y = _reconstruct(x, rv, 1, memo)
  File "/usr/lib/python2.5/copy.py", line 337, in _reconstruct
state = deepcopy(state, memo)
  File "/usr/lib/python2.5/copy.py", line 162, in deepcopy
y = copier(x, memo)
  File "/usr/lib/python2.5/copy.py", line 254, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib/python2.5/copy.py", line 173, in deepcopy
y = copier(memo)
TypeError: 'Undefined' object is not callable


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

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

Versions of packages wicd depends on:
ii  wicd-curses [wicd-client]1.7.0+ds1-1 wired and wireless network manager
ii  wicd-daemon  1.7.0+ds1-1 wired and wireless network manager
ii  wicd-gtk [wicd-client]   1.7.0+ds1-1 wired and wireless network manager

wicd recommends no packages.

wicd suggests no packages.

Versions of packages wicd-gtk depends on:
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-glade22.16.0-2GTK+ bindings: Glade support
ii  python-gtk2  2.16.0-2Python bindings for the GTK+ widge
ii  wicd-daemon  1.7.0+ds1-1 wired and wireless network manager

Versions of packages wicd-curses depends on:
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-urwid 0.9.9.1-1   curses-based UI/widget library for
ii  wicd-daemon  1.7.0+ds1-1 wired and wireless network manager

Versions of packages wicd-daemon depends on:
ii  adduser 3.112add and remove users and groups
ii  dbus1.2.20-2 simple interprocess messaging syst
ii  debconf [debconf-2.0]   1.5.28   Debian configuration management sy
ii  dhcpcd  1:3.2.3-5DHCP client for automatically conf
ii  iproute 20100224-1   networking and traffic control too
ii  iputils-ping3:20071127-2 Tools to test the reachability of 
ii  lsb-base3.2-23   Linux Standard Base 3.2 init scrip
ii  net-tools   1.60-23  The NET-3 networking toolkit
ii  psmisc  22.10-1  utilities that use the proc file s
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-dbus 0.83.1-1 simple interprocess messaging syst
ii  python-gobject  2.20.0-1+b1  Python bindings for the GObject li
ii  python-iniparse 0.3.1-1  Module to access and modify config
ii  python-wicd 1.7.0+ds1-1  wired and wireless network manager
ii  wireless-tools  30~pre9-4Tools for manipulating Linux Wirel
ii  wpasupplicant   0.6.10-2 client support for WPA and WPA2 (I

Versions of packages python-wicd depends on:
ii  python-support1.0.6.1automated rebuilding support for P

-- debconf information excluded



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



Bug#572706: scidavis: SciDavis dies after showing splash screen

2010-03-05 Thread Peter Hombach
Package: scidavis
Version: 0.2.3-1
Severity: grave
Justification: renders package unusable

Program installs without a problem, but dies when I try to run it. 
There is no error message and no trace in any log.

-- System Information:
Debian Release: 5.0.4
Architecture: i386 (i686)

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

Versions of packages scidavis depends on:
ii  libc6  2.7-18lenny2  GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libgl1-mesa-glx [libgl 7.0.3-7   A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 7.0.3-7   The OpenGL utility library (GLU)
ii  libgsl0ldbl1.11+dfsg-1   GNU Scientific Library (GSL) -- li
ii  libmuparser0   1.28-2fast mathematical expressions pars
ii  libqt4-assistant   4:4.5.3-4 Qt 4 assistant module
ii  libqt4-network 4:4.5.3-4 Qt 4 network module
ii  libqt4-opengl  4:4.5.3-4 Qt 4 OpenGL module
ii  libqt4-qt3support  4:4.5.3-4 Qt 3 compatibility library for Qt 
ii  libqt4-svg 4:4.5.3-4 Qt 4 SVG module
ii  libqt4-xml 4:4.5.3-4 Qt 4 XML module
ii  libqtcore4 4:4.5.3-4 Qt 4 core module
ii  libqtgui4  4:4.5.3-4 Qt 4 GUI module
ii  libqwt5-qt45.1.1-1   Qt4 widgets library for technical 
ii  libqwtplot3d-qt4-0 0.2.7+svn191-43D plotting library based on Qt4/O
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  python2.5  2.5.2-15+lenny1   An interactive high-level object-o
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

scidavis recommends no packages.

scidavis 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#571082: mirror submission for ftp.ec-m.fr

2010-03-05 Thread Simon Paillard
On Tue, Feb 23, 2010 at 10:36:36AM +, geoffroy desvernay wrote:
> Package: mirrors
> Severity: wishlist
> 
> Submission-Type: new
> Site: ftp.ec-m.fr

Thanks for submitting your Debian mirror.

> Aliases: ftp.centrale-marseille.fr
> Type: leaf
> Archive-architecture: ALL alpha amd64 arm armel hppa hurd-i386 i386 ia64 
> kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc s390 sparc 
> Archive-ftp: /pub/debian/
> Archive-http: /pub/debian/

Upon request on IRC, /debian/ paths are valid too now, thanks.

> IPv6: yes
> Archive-upstream: ftp2.fr.debian.org
> Updates: twice

Now pushed by ftp2.fr.debian.org, thanks.

> Maintainer: geoffroy desvernay 
> Country: FR France
> Location: Marseille

How much bandwidth ?
You're on Renater I guess ?

Thanks and best regards.

-- 
Simon Paillard



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



Bug#572705: FTBFS: dh_makeshlibs: dpkg-gensymbols -plibgps19 -Idebian/libgps19.symbols.amd64 -Pdebian/libgps19 -c4 returned exit code 2

2010-03-05 Thread Timo Juhani Lindfors
Package: gpsd
Version: 2.92-1
Severity: normal

DEB_BUILD_OPTIONS="noopt debug nostrip"

causes the build to fail here on amd64:

dh_makeshlibs: dpkg-gensymbols -plibgps19 -Idebian/libgps19.symbols.amd64 
-Pdebian/libgps19 -c4 returned exit code 2
dh_testdir
dh_testroot
dh_install
chmod 755 debian/gpsd/lib/udev/gpsd.hotplug.wrapper
dh_testdir
dh_testroot
dh_installchangelogs -s NEWS
dh_installdocs -s
dh_installman -s
dh_installmenu -s
dh_installdebconf -s
dh_installinit -s -- start 26 2 3 4 5 . stop 73 0 1 6 .
dh_installexamples -s
chmod 755 debian/python-gps/usr/lib/python*/*-packages/gps/gps.py
dh_pysupport -s
cp /home/lindi/debian/debian-gpsd/gpsd-2.92/gpsd.rules 
/home/lindi/debian/debian-gpsd/gpsd-2.92/debian/gpsd.udev
dh_installudev -s
dh_link -s
dh_strip -s --dbg-package=gpsd-dbg
dh_compress -s
dh_fixperms -s -Xgpsd.hotplug.wrapper
dh_makeshlibs -s -- -c4
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
dpkg-gensymbols: warning: debian/libgps19/DEBIAN/symbols doesn't match 
completely debian/libgps19.symbols.amd64
--- debian/libgps19.symbols.amd64 (libgps19 amd64)
+++ dpkg-gensymbolsdOKaVn   2010-03-05 12:30:02.0 -0500
@@ -4,6 +4,7 @@
  _zn5gpsmm4ope...@base 2.39
  _zn5gpsmm4pol...@base 2.39
  _zn5gpsmm4sende...@base 2.90~svn6694
+ _zn5gpsmm6backu...@base 2.92-1
  _zn5gpsmm6strea...@base 2.90~svn6694
  _zn5gpsmm7waitin...@base 2.90.1~svn6819
  _zn5gpsmm9clear_fi...@base 2.39
dh_makeshlibs: dpkg-gensymbols -plibgps19 -Idebian/libgps19.symbols.amd64 
-Pdebian/libgps19 -c4 returned exit code 2
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
Build command 'cd gpsd-2.92 && dpkg-buildpackage -b -uc' failed.
E: Child process failed





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

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gpsd depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libdbus-1-3   1.2.20-2   simple interprocess messaging syst
ii  libgps19  2.92-1 Global Positioning System - librar
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  netbase   4.40   Basic TCP/IP networking system
ii  python2.5.4-9An interactive high-level object-o

Versions of packages gpsd recommends:
ii  udev  151-2  /dev/ and hotplug management daemo

Versions of packages gpsd suggests:
ii  dbus  1.2.20-2   simple interprocess messaging syst
ii  gpsd-clients  2.92-1 Global Positioning System - client

-- debconf information excluded



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



Bug#572419: mirror submission for mirror.bjtu.edu.cn

2010-03-05 Thread Simon Paillard
On Fri, Mar 05, 2010 at 10:12:52AM +0800, ideal wrote:
> 2010/3/5 Simon Paillard 
> > I noticed that, but I wondered about having both v4 and v6 on the same
> > entry.
>
> Since currently IPv6 is still not  available in most families in China, but
> in universities.

And that's not specific to China :-)

> I am not sure whether add an  field will lower the speed of DNS
> parse when they can't use IPv6.

Well this is a tradeoff with making IPv4 or IPv6 choice seamless.

> And debian.bjtu.edu.cn is added now.

$ host debian.bjtu.edu.cn
Host debian.bjtu.edu.cn not found: 3(NXDOMAIN)

-- 
Simon Paillard



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



Bug#572168: [PATCH 4/3] radeontool: error out if too many control or fb regions

2010-03-05 Thread Jonathan Nieder
Jonathan Nieder wrote:
>> On Fri, Mar 05, 2010 at 05:00:27PM +0100, Tormod Volden wrote:

>>> The old version just grepped the lspci output for "Memory" and "K" to
>>> find the control region. The new one looks for a region of size
>>> 64K, which fails for your class of cards (yours is 16K).
[...]
> Here are some patches against upstream master that seem to fix this.
> I am attaching them rather than sending them as separate messages
> since the Debian BTS deals better with that.

Here’s a fourth, to make sure I am not breaking anything for cards that
previously worked.

Side note: The wildly ill-advised ‘radeontool regmatch '*'’ command
locks up the system (it didn’t in version 1.5).

Of course, ‘radeontool regs’, ‘radeontool light on’, and
‘radeontool light off’ work without problems, which is more important.
>From 8d70da5fa98923ee54ecd0275002cc7bebe35cc0 Mon Sep 17 00:00:00 2001
From: Jonathan Nieder 
Date: Fri, 5 Mar 2010 13:26:48 -0600
Subject: [PATCH 4/3] radeontool: error out if too many control or fb regions

With the previous patch (radeontool: handle r128 again, 2010-03-05),
the rules for finding the control area and framebuffer became more
lax.  Some cards may have multiple regions satisfying the new criteria,
in which case the code makes a silly arbitrary choice.  Better to error
out to make it clear what is happening in such a case.
---
 radeontool.c |9 +++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/radeontool.c b/radeontool.c
index 919b92f..870c872 100644
--- a/radeontool.c
+++ b/radeontool.c
@@ -894,10 +894,15 @@ static void map_radeon_cntl_mem(void)
 }
 for (i = 0; i < 6; i++) {
 if (device->regions[i].size == 64 * 1024 ||
-device->regions[i].size == 16 * 1024)
+device->regions[i].size == 16 * 1024) {
+if (ctrl_region != (unsigned int) -1)
+fatal("cannot distinguish ctrl region\n");
 ctrl_region = i;
-else if (device->regions[i].size >= 64 * 1024 * 1024)
+} else if (device->regions[i].size >= 64 * 1024 * 1024) {
+if (fb_region != (unsigned int) -1)
+fatal("cannot distinguish fb region\n");
 fb_region = i;
+}
 }
 if (ctrl_region == (unsigned int) -1)
 fatal("cannot find ctrl region\n");
-- 
1.7.0



Bug#572700: gsl-doc: Missing build-dependency on texlive-font-utils

2010-03-05 Thread Dirk Eddelbuettel

On 5 March 2010 at 19:55, Michael Bienia wrote:
| Hello,
| 
| during an archive rebuild test in Ubuntu lucid gsl-doc FTBFS.
| ,[ 
http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/gsl-doc_1.13-1_llucid32.buildlog
 ]-
| | Creating output file random-walk.eps...ready.
| | /bin/sh: Converting 12-cities.eps to pdf...
| | epstopdf: not found
| | Converting bspline.eps to pdf...
| | /bin/sh: epstopdf: not found
| | Converting cheb.eps to pdf...
| | /bin/sh: epstopdf: not found
| | Converting dwt-orig.eps to pdf...
| | /bin/sh: epstopdf: not found
| | Converting dwt-samp.eps to pdf...
| | /bin/sh: epstopdf: not found
| `
| Replacing texlive-extra-utils with texlive-font-utils in Build-Depends fixes
| it.

Noted, and change applied.  There may be 1.14 soon as upstream started with
1.3.90 and 1.3.91 alphas.

Changelog updated too, but I guess I won;t make a new upload just yet given 
1.14.

  gsl-doc (1.13-2) unstable; urgency=low

* debian/control: Replace texlive-extra-utils with texlive-font-utils
  in Build-Depends: (with thanks to M Bienia)   (Closes: 
#572700)

   --

Dirk

-- 
  Registration is open for the 2nd International conference R / Finance 2010
  See http://www.RinFinance.com for details, and see you in Chicago in April!



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



Bug#572704: Openvpn with plasma-widget-networkmanagement does not start

2010-03-05 Thread Ferry Toth
Package: plasma-widget-networkmanagement
Version: network-manager-kde
Severity: normal

With plasma-widget-networkmanagement in Debian Squeeze (0.1~svn1088283-1) 
openvpn does not start.

Or should I say: it does start but does not leave state 1?

Starting openvpn from the command line works fine.

Is this a policy problem? I found that now going to system settings, policy kit 
crashes.

Syslog:


2010-03-05 20:23:50 delfion NetworkManagerStarting VPN service 
'org.freedesktop.NetworkManager.openvpn'... 
2010-03-05 20:23:50 delfion NetworkManagerVPN service 
'org.freedesktop.NetworkManager.openvpn' started 
(org.freedesktop.NetworkManager.openvpn), PID 3166 
2010-03-05 20:23:51 delfion NetworkManagerVPN service 
'org.freedesktop.NetworkManager.openvpn' just appeared, activating connections 
2010-03-05 20:23:51 delfion kernel  [  115.325562] tun: Universal TUN/TAP 
device driver, 1.6
2010-03-05 20:23:51 delfion kernel  [  115.325565] tun: (C) 1999-2004 Max 
Krasnyansky 
2010-03-05 20:23:51 delfion NetworkManagerVPN plugin state 
changed: 1 
2010-03-05 20:23:54 delfion NetworkManager(eth0): writing 
resolv.conf to /sbin/resolvconf 
2010-03-05 20:23:54 delfion NetworkManagerPolicy set 'Ifupdown 
(eth0)' (eth0) as default for routing and DNS. 
2010-03-05 20:24:07 delfion NetworkManager   [1267817047.001532] 
ensure_killed(): waiting for vpn service pid 3166 to exit 
2010-03-05 20:24:07 delfion NetworkManager   [1267817047.001642] 
ensure_killed(): vpn service pid 3166 cleaned up 



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

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

Versions of packages plasma-widget-networkmanagement depends on:
ii  kdebase-runtime 4:4.3.4-2runtime components from the offici
ii  kdelibs54:4.3.4-1core libraries for all KDE 4 appli
ii  knm-runtime 0.1~svn1088283-1 KDE NetworkManagement infrastructu
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.2-9GCC support library
ii  libplasma3  4:4.3.4-1library for the KDE 4 Plasma deskt
ii  libqt4-dbus 4:4.5.3-4Qt 4 D-Bus module
ii  libqt4-network  4:4.5.3-4Qt 4 network module
ii  libqt4-svg  4:4.5.3-4Qt 4 SVG module
ii  libqt4-xml  4:4.5.3-4Qt 4 XML module
ii  libqtcore4  4:4.5.3-4Qt 4 core module
ii  libqtgui4   4:4.5.3-4Qt 4 GUI module
ii  libsolidcontrol44:4.3.4-3Library for solid based network ma
ii  libstdc++6  4.4.2-9  The GNU Standard C++ Library v3

plasma-widget-networkmanagement recommends no packages.

Versions of packages plasma-widget-networkmanagement suggests:
ii  kdebase-workspace-bin 4:4.3.4-3  core binaries for the KDE 4 base w



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



Bug#571631: libapache2-mod-shib2: shib-keygen generates world-readable key file

2010-03-05 Thread Scott Cantor
Actually, I think I was confusing your original umask fix with this
submitted patch:

https://bugs.internet2.edu/jira/browse/SSPCPP-281

That has a -u option for controlling the user, and I suppose having a group
option would make sense also.

It would help if folks could collaborate and suggest the patch they think I
should use is I guess what I'm suggesting. ;-)

-- Scott





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



Bug#572702: q and x in help menu should only appear once

2010-03-05 Thread jidanni
Package: mutt
Version: 1.5.20-7
Severity: wishlist

In the "?" help screen, one sees

q quit save changes to mailbox and quit
x exit exit this menu

q exit exit this menu

Well, the x should be changed to match
/usr/share/doc/mutt/manual.txt.gz:
xabort changes and exit

And I would perhaps just use a special line somewhere:
to exit this menu, press q or x.

Else the user might notice one q but not the other...



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



Bug#572692: Please provide udev rule instead of hal fdi

2010-03-05 Thread Julien Cristau
Hi Martin,

On Fri, Mar  5, 2010 at 19:08:28 +0100, Martin Pitt wrote:

> --- xserver-xorg-input-vmmouse-12.6.5.orig/debian/69-xorg-vmmouse.rules
> +++ xserver-xorg-input-vmmouse-12.6.5/debian/69-xorg-vmmouse.rules
> @@ -0,0 +1 @@
> +ACTION=="add|change", ENV{ID_INPUT_MOUSE}=="?*", ATTRS{description}=="i8042 
> AUX port", PROGRAM="/usr/bin/vmmouse_detect", ENV{x11_driver}="vmmouse"

Thanks for the patch, this should be fine for sid/squeeze.

For upstream, the libudev backend of the server only looks for devices
with ID_INPUT set, the x11_driver property is ignored (the driver is set
from xorg.conf / xorg.conf.d).  Currently the configuration can match
devices by name, vendor, device path, the ID_INPUT_foo attributes, and
an ID_INPUT.tags attribute.  I'm not sure which would be more
appropriate here, maybe setting a vmware tag on some device...  It might
be worth checking whether rawhide includes something for this, although
it doesn't seem to be in the xorg-x11-drv-vmmouse rpm.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#572701: mediatomb-common: Web UI error reports "Oops, your database seems to be corrupt. Please report this problem."

2010-03-05 Thread Olivier Berger
Package: mediatomb-common
Version: 0.12.0~svn2018-6
Severity: normal

Hi.

I just installed mediatomb and added a directory that contains all my music 
files through the Web interface.

After a while, when trying to browse the contents of the database, I get an 
error dialog reporting :
"Oops, your database seems to be corrupt. Please report this problem."

Tons of messages are reported in /var/log/mediatomb.log, which makes it grow 
dangerously :
# du -sh /var/log/mediatomb.log
782M/var/log/mediatomb.log

Here's the last 1000 characters of it :
# tail -c 1000 /var/log/mediatomb.log 
lTrackNumber=16','0~protocolInfo=http-get%3A%2A%3Aapplication%2Fogg%3A%2A&size=3310095&bitrate=20480&duration=00%3A02%3A55&sampleFrequency=44100&nrAudioChannels=2~~',1,'F/mnt/music/The
 Black Eyed Peas/The E.N.D/16 - 
Mare.ogg',1366299512,16,'application/ogg',18360,18375);COMMIT;INSERT INTO 
"mt_cds_object" 
("object_type","upnp_class","dc_title","metadata","resources","flags","location","location_hash","track_number","mime_type","parent_id","id")
 VALUES (2,'object.item.audioItem.musicTrack','5 - I Gotta 
Feeling.ogg','dc%3Atitle=I%20Gotta%20Feeling&upnp%3Aartist=The%20Black%20Eyed%20Peas&upnp%3Aalbum=The%20E%2EN%2ED%2E&dc%3Adate=2009-01-01&upnp%3AoriginalTrackNumber=5','0~protocolInfo=http-get%3A%2A%3Aapplication%2Fogg%3A%2A&size=5666101&bitrate=20480&duration=00%3A04%3A49&sampleFrequency=44100&nrAudioChannels=2~~',1,'F/mnt/music/The
 Black Eyed Peas/The E.N.D/5 - I Gotta 
Feeling.ogg',2862182971,5,'application/ogg',18360,18376);COMMIT;
error: cannot start a transaction within a transaction

Dunno what's wrong nor how to fix that :-(

Thanks in advance.

Best regards,

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

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

Versions of packages mediatomb-common depends on:
ii  libavformat524:0.5+svn20090706-6 ffmpeg file format library
ii  libavutil49  4:0.5+svn20090706-6 ffmpeg utility library
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls  7.19.7-1Multi-protocol file transfer libra
ii  libexif120.6.19-1library to parse EXIF files
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libffmpegthumbnailer 2.0.0-1 the ffmpegthumbnailer library
ii  libgcc1  1:4.4.2-9   GCC support library
ii  libjs-prototype  1.6.1-1 JavaScript Framework for dynamic w
ii  libmagic15.04-1  File type determination library us
ii  libmozjs2d   1.9.1.6-1   The Mozilla SpiderMonkey JavaScrip
ii  libmysqlclient16 5.1.41-3MySQL database client library
ii  libsqlite3-0 3.6.22-1SQLite 3 shared library
ii  libstdc++6   4.4.2-9 The GNU Standard C++ Library v3
ii  libtag1c2a   1.6.1-1 TagLib Audio Meta-Data Library
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

mediatomb-common recommends no packages.

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



  1   2   3   4   >