Bug#576677: Kernel Panic - no init found

2010-04-07 Thread jidanni
I don't know why find(1) says they are N - Non existent.
ls -Ll shows them fine.

$ find NOSHUCH sleep -type l -printf %Y\\n|s
N
f
$ find NOSHUCH sleep |xargs ls -l
lrwxrwxrwx 1 jidanni jidanni 16 2010-04-07 13:37 NOSHUCH - /usr/bin/NOSHUCH
lrwxrwxrwx 1 jidanni jidanni 10 2010-04-07 13:39 sleep - /bin/sleep
$ find NOSHUCH sleep |xargs ls -lL
ls: cannot access NOSHUCH: No such file or directory
-rwxr-xr-x 1 root root 18204 2010-03-06 21:23 sleep

I put an exit just before the link checking damage.
# find /tmp/mkinitramfs_VcP7aW/ -type l -printf '%p %Y\n'| grep -c ' N$'
483
# find /tmp/mkinitramfs_VcP7aW/ -type l|xargs ls -Llog 21|nl|tail -n 3
   481  -rwxr-xr-x 1   10084 2010-03-22 19:25 /tmp/mkinitramfs_VcP7aW/sbin/rmmod
   482  -rwxr-xr-x 1  121900 2010-03-15 09:42 
/tmp/mkinitramfs_VcP7aW/sbin/udevadm
   483  -rwxr-xr-x 1  113408 2010-03-15 09:42 /tmp/mkinitramfs_VcP7aW/sbin/udevd
# find /tmp/mkinitramfs_VcP7aW/bin/ -type l -printf '%p %Y\n'| grep -c ' N$'
35
# find /tmp/mkinitramfs_VcP7aW/bin/umount -type l -printf '%p %Y\n'| grep -c ' 
N$'
0
Ha ha ha... the bug is in find(1)!



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



Bug#576771: RFP: php-arc -- Flexible RDF system for semantic web and PHP practitioners

2010-04-07 Thread Olivier Berger
Package: wnpp
Severity: wishlist


* Package name: php-arc
  Version : 2
  Upstream Author : Benjamin Nowack
* URL : http://arc.semsol.org/
* License : W3C  GPL
  Programming Lang: PHP
  Description : Flexible RDF system for semantic web and PHP practitioners

ARC brands itself as Easy RDF and SPARQL for LAMP systems

Excerpt from the homepage :
ARC is a flexible RDF system for semantic web and PHP practitioners.

* Various RDF parsers and extractors (RDF/XML, Turtle, RSS, microformats, 
eRDF, RDFa, ...)
* Serializers (N-Triples, RDF/JSON, RDF/XML, Turtle)
* RDF Storage, SPARQL Query, and Update
* Turtle templating
* Plugins and Triggers

ARC is easy to bundle with existing PHP/MySQL software

* Works with PHP4 and PHP5
* No use of global variables, constants, or other practices which may cause 
integration problems
* Error collection, avoidance of PHP warnings and notices
* Automatic path detection for component inclusion
* Components are kept as small as possible, only immediately required code 
is loaded into memory
* Customizable per-store prefix for database tables



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



Bug#576700: initramfs-tools: could not resume after suspended by uswsusp

2010-04-07 Thread VDR dai (deb)
On Wed, Apr 07, 2010 at 06:12:49AM +0200, maximilian attems wrote:
 can you verify integrity of initramfs
 size is a good first indication
 
 ls -lh /boot/initrd*
 
 and then try to extract the initramfs, in some temp dir
 mkdir /tmp/foo  cd /tmp/foo
 gunzip -c /boot/initrd.img-2.6.XX-X-flavour | cpio -i -d

% ls -lh /boot/initrd*
-rw-r--r-- 1 root root 9.3M 2010-04-07 08:49 /boot/initrd.img-2.6.32-4-amd64
-rw-r--r-- 1 root root 9.5M 2010-04-06 23:45 /boot/initrd.img-2.6.32-4-amd64.bak
%

/boot/initrd.img-2.6.32-4-amd64 is made by initramfs-tools 0.93.4.

% mkdir /tmp/0.93.4  cd /tmp/0.93.4
% gunzip -c /boot/initrd.img-2.6.32-4-amd64 | cpio -id
53886 blocks
%

After initramfs-tools 0.94 installed,

% ls -lh /boot/initrd*
-rw-r--r-- 1 root root 9.5M 2010-04-07 14:43 /boot/initrd.img-2.6.32-4-amd64
-rw-r--r-- 1 root root 9.5M 2010-04-06 23:45 /boot/initrd.img-2.6.32-4-amd64.bak
%

% mkdir /tmp/0.94  cd /tmp/0.94
% gunzip -c /boot/initrd.img-2.6.32-4-amd64 | cpio -id
55387 blocks
%

diff attaeched.

  % egrep -ri resume /etc/initramfs-tools
  /etc/initramfs-tools/conf.d/resume:RESUME=/dev/disk/by-label/swap
  %
  % cat /etc/initramfs-tools/conf.d/resume
  RESUME=/dev/disk/by-label/swap
  %
 
 this loooks good.
-- 
Regards,
dai


initrd-0.93.4-0.94.diff.gz
Description: Binary data


Bug#572488: linux-image-2.6.33: fails to boot

2010-04-07 Thread Ben Hutchings
On Wed, 2010-04-07 at 07:21 +0200, Jeanseb wrote:
 hello,
 I got same problem with am64 sqeeze kernel.
 
 Compiling 2.6.33.1 with debian config file crash the same way.

Please identify precisely which config file you mean.

Ben.

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


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


Bug#576677: Kernel Panic - no init found

2010-04-07 Thread maximilian attems
On Wed, Apr 07, 2010 at 01:31:29PM +0800, jida...@jidanni.org wrote:
 I found out where all the missing files went by adding --verbose here:
 
 # diff -C 1 /usr/sbin/mkinitramfs /tmp
 *** /usr/sbin/mkinitramfs   2010-04-05 13:10:29.0 +0800
 --- /tmp/mkinitramfs2010-04-07 13:26:12.237673402 +0800
 ***
 *** 288,290 
   find ${DESTDIR} -type l -printf '%p %Y\n' | sed -n 's/ [LN]$//p' \
 !   | xargs -rL1 rm -f
   
 --- 288,290 
   find ${DESTDIR} -type l -printf '%p %Y\n' | sed -n 's/ [LN]$//p' \
 !   | xargs --verbose -rL1 rm -f
   
 # /tmp/mkinitramfs -o /dev/null 21|nl|tail -n 3
481  rm -f /tmp/mkinitramfs_7pCOO2/bin/cpio 
482  rm -f /tmp/mkinitramfs_7pCOO2/bin/chroot 
483  rm -f /tmp/mkinitramfs_7pCOO2/bin/cat 
 
 So you have overly rabid link checking

cool, added that output to verbose run of mkinitrmafs,
now why are those links broken or circular, can you of a kept
/tmp/mkinitramfs_* run abvoes find and sed

please post also, just to make sure /tmp has no funky options
cat /proc/mounts
and see that place is not missing
df -h




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



Bug#576772: %Y affected by path

2010-04-07 Thread jidanni
X-debbugs-Cc: m...@stro.at, 576...@bugs.debian.org, bug-findut...@gnu.org
Package: findutils
Version: 4.5.7-1

Dear Find Sirs, as you can see on
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576677#130
for the %Y code to function properly, one must give the full path to the
file, not just a higher directory.



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



Bug#574869: ufraw: writes invalid TIFF files

2010-04-07 Thread Udi Fuchs
 BTW, when I use the ufraw gimp plugin and then save the file as .tif
 from gimp, I get none of these warnings.

That is because Gimp does not save the EXIF data from the original raw
file. In the stand-alone version of UFRaw you also have an option not
save the EXIF data, if that is what you want.

Udi



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



Bug#576597: [Pkg-scicomp-devel] Bug#576597: Bug#576597: paraview - Produces huge build log

2010-04-07 Thread Christophe Prud'homme
paraview is a huge software.

By default cdbs set CMAKE_VERBOSE  to ON, set to OFF it would produce much
smaller log
we will do that in the next upload.


thanks for the report
C.
On Mon, Apr 5, 2010 at 11:56 PM, Sylvestre Ledru sylves...@debian.orgwrote:

 Hello,

 Le lundi 05 avril 2010 à 23:39 +0200, Bastian Blank a écrit :
  Source: paraview
  Version: 3.6.2-3
  Severity: important
 
  The paraview build produces a 37MiB build log. This is not in any way
 reviewable.
 I am not sure to understand why this is important...

 I can try to set cmake to be let verbose if you want.

 Sylvestre





 ___
 Pkg-scicomp-devel mailing list
 pkg-scicomp-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-scicomp-devel


Bug#576773: raptor: May need to depend on independent package for librdfa instead of shipping a copy ?

2010-04-07 Thread Olivier Berger
Package: raptor
Severity: wishlist

Hi.

I noticed that the sources of raptor include a library, librdfa, which seems to 
be developped independantly at http://rdfa.digitalbazaar.com/librdfa/trac/, and 
which is used in the rapper tool.

It doesn't seem to be packaged yet for Debian, but I think it would be good 
policy to have it packaged on its own and have raptor-utils depend on it.

Hope this helps.

Best regards,


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

Kernel: Linux 2.6.32-3-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



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



Bug#576677: find's %Y

2010-04-07 Thread jidanni
What's barfy is it turns out the same command sometimes gives different output!
$ mount|grep /tmp #df shows plenty of space too.
tmpfs on /tmp type tmpfs (rw)
14:04 ~$ find /tmp/NOSHUCH -printf %Y\\n
N
14:05 ~$ find /tmp/sleep  -printf %Y\\n
f
14:05 ~$ find /tmp -name sleep  -printf %Y\\n ###COMPARE
N
N
14:05 ~$ cd /tmp; ln -s /etc/debian_version .
14:06 tmp$ find /tmp/debian_version -printf %Y\\n
f
14:07 tmp$ find /tmp -name debian_version -printf %Y\\n
f
14:07 tmp$ find /tmp -name debian_version -printf %Y\\n
f
14:07 tmp$ find /tmp -name sleep -print -printf %Y\\n
/tmp/sleep
f
/tmp/mkinitramfs_VcP7aW/bin/sleep
f
14:08 tmp$ find /tmp -name sleep  -printf %Y\\n ###COMPARE
f
f



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



Bug#514459: linux-image-2.6.32-4-686: device name not updated in /etc/crypttab

2010-04-07 Thread Ben Hutchings
On Wed, 2010-04-07 at 02:01 -0300, Rodrigo Campos wrote:
 I think this is fixed in 2.6.32-11 which closed #575056, that is the same bug 
 if
 I'm not wrong

The problem you reported as a follow-up to #514459 is the same as
#575056.  But #514459 was really about something different.

Ben.

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


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


Bug#576772: find's %Y

2010-04-07 Thread jidanni
Apparently it is affected by CWD:

14:21 ~$ cd -
/tmp
14:21 tmp$ find /tmp -name sleep  -printf %Y\\n
f
f
14:21 tmp$ cd -
/home/jidanni
14:21 ~$ find /tmp -name sleep  -printf %Y\\n
N
N
14:21 ~$ cd -
/tmp
14:22 tmp$ find /tmp -name sleep  -printf %Y\\n
f
f
14:22 tmp$ mount|egrep /home\|/tmp
/dev/hda6 on /home type ext3 (rw)
tmpfs on /tmp type tmpfs (rw)



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



Bug#576776: allow umount -U

2010-04-07 Thread jidanni
Package: mount
Version: 2.16.2-0
Severity: wishlist

Not fair, I say.
# mount  -U 8F8C-7990
# umount -U 8F8C-7990
umount: invalid option -- 'U'

One can mount with shortcuts like -U, but not unmount.
To unmount, one must do research...
What if the animal kingdom was that way... :-)



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



Bug#385219: partman: Support leaving unused space after partitioning

2010-04-07 Thread Petter Reinholdtsen

The bug reports #297201 and #385219 are related, and perhaps should be
merged.  The first is about having support for leaving unused space
behind with partman-auto, and the second is the same for
partman-auto-lvm.

In Debian Edu (debian-edu-install), we implemented a workaround by
creating a partition debianedufreespace using a partman recipe, and
then adding code in post-base-installer.d/10debian-edu-profile-udeb to
remove it after partitioning (did not find any hooks just after
partitioning, so ended up doing it after debootstrap was done).

It would be great if partman supported this natively.  Then we could
get rid of some code in debian-edu-install. :)

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#576775: libao4 conflicts with libao2

2010-04-07 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: libao4
Version: 1.0.0-2

Selecting previously deselected package libao4.
(Reading database ... 178388 files and directories currently installed.)
Unpacking libao4 (from .../libao4_1.0.0-2_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libao4_1.0.0-2_amd64.deb 
(--unpack):
 trying to overwrite '/etc/libao.conf', which is also in package libao2 
0:0.8.8-5.1
Errors were encountered while processing:
 /var/cache/apt/archives/libao4_1.0.0-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Press return to continue.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAku8KO4ACgkQUTlbRTxpHjdeuwCeLh79vzKlp3uYGmWLHZODMQ/B
QxAAniEJVLIZzMziAc80EAddF46oObCe
=Gu6O
-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#533381: gedit: Gedit crashes when double clicking on a .mp3 file

2010-04-07 Thread Luca Bruno
Unreproducible with latest version of gedit. Gedit won't recognize the
locale of the mp3 thus it won't open it.
From nautilus I don't see any problems.

-- 
http://www.debian.org - The Universal Operating System


signature.asc
Description: Digital signature


Bug#576772: find's %Y

2010-04-07 Thread jidanni
So I thought cd'ing to /tmp would help
(cd /tmp
find ${DESTDIR} -type l -printf '%p %Y\n' | sed -n 's/ [LN]$//p' \
| xargs --verbose -rL1 rm -f
)
however the files got zapped anyway. So it's back to the random %Y
accuracy theory.



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



Bug#576677: find's %Y

2010-04-07 Thread jidanni
Anyway, I have shown %Y is moody and not to be trusted.
I will now step back and hand the baton to others.



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



Bug#576769: Confirmed on amd64: bug is still there

2010-04-07 Thread Eric Valette


--eric





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



Bug#576774: debian-installer: When LVM used to be used the kernel won't read the new part table and the installer doesn't notice

2010-04-07 Thread Russell Coker
Package: debian-installer
Version: Testing from 7-Apr-2010
Severity: normal

I just tried to install Testing on an old laptop that had previously used LVM.

I decided to delete the old LVM partition and use /dev/hda1 for the install.
Previously /dev/hda1 had been a 50M /boot partition.  The installer thought it
had done the right thing but ran out of space after installing 50M of files.
The kernel hadn't taken note of the new partition layout, presumably due to
the presence of an active LVM configuration.

On a second attempt at installing (after rebooting) there was no need to
change partitions (LVM was already gone) and everything worked.

I think that the installer should detect this case (and other situations where
the kernel declines to accept the new partition table) and inform the user
that they need to reboot.



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



Bug#576779: partman-auto: Creates partitions smaller than the minimum specified in the recipe

2010-04-07 Thread Petter Reinholdtsen

Package: partman-auto
Version: 89
User:debian-...@lists.debian.org
Usertag: debian-edu

Partman some times create partitions smaller than the minimum size
specified in a recipe.  I just tested using testing, and this recipe
entry, which as far as I understand it request a LVM partition with
minimum size 7104 MB:

  7104 3000 10240 ext3
$lvmok{ }
method{ format }
format{ }
use_filesystem{ }
filesystem{ ext3 }
mountpoint{ /opt } .

(This was ad edited version of /lib/partman/common/94edultsp from
debian-edu-install-profile).

The created LVM partition according to /proc/partitions have size
6934528, which is smaller than the (7104*1024) 7274496 I expected to
be the minimum.

Not being able to specify minimum partition sizes in the recipe make
it hard to know what sizes to put there.  Today we add some percent
extra to the true minimum, to try to avoid partitions filling up too
much.

I am not sure if this should be assiged to partman-auto or
partman-auto-lvm.  If the latter, I was using version 33 during this
test.  The problem exist in Lenny to, so it is not a new issue.

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#576777: override: eclipse-plugin-cvs:devel/optional eclipse-platform-data:devel/optional

2010-04-07 Thread Niels Thykier
Package: ftp.debian.org
Severity: wishlist

Hi

We believe that the override file is outdated and that these packages fits 
better
in devel rather than java.

~Niels



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



Bug#553977: closed by Ludovic Claude ludovic.cla...@laposte.net (Closing bug, fixed)

2010-04-07 Thread Benjamin Peter

Thank you. :)

closed.

Debian Bug Tracking System wrote:

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

#553977: maven2: Class Loader error when using pax (or depending plugins)

It has been closed by Ludovic Claude ludovic.cla...@laposte.net.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Ludovic Claude 
ludovic.cla...@laposte.net by
replying to this email.






Subject:
Closing bug, fixed
From:
Ludovic Claude ludovic.cla...@laposte.net
Date:
Wed, 07 Apr 2010 00:03:53 +0200
To:
553977-cl...@bugs.debian.org

To:
553977-cl...@bugs.debian.org


version: 2.2.1-1

New version with new build fixes this bug






Subject:
maven2: Class Loader error when using pax (or depending plugins)
From:
Benjamin Peter dedeibel.li...@arcor.de
Date:
Mon, 02 Nov 2009 13:28:27 +0100
To:
Debian Bug Tracking System sub...@bugs.debian.org

To:
Debian Bug Tracking System sub...@bugs.debian.org


Package: maven2
Version: 2.2.1-1
Severity: normal

Hi,

when using maven 2.0.9 there seems to be a problem with the plexus libraries.
The problem is described more briefly here

http://issues.ops4j.org/browse/PAXCONSTRUCT-110

The problem was solved on my system by installing the testing versions of
maven2 (as you can see below) but before the current stable version was
installed when I encountered the problem.

It would be good if the problem could be documented/worked around or the
maven version updated / patched.

-- System Information:
Debian Release: 5.0.3
  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_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages maven2 depends on:
ii  gij-4.3 [java2-runtime-head 4.3.2-2  The GNU Java bytecode interpreter
ii  libmaven2-core-java 2.2.1-1  Core libraries for Maven2
ii  sun-java5-jre [java2-runtim 1.5.0-17-0.1 Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java2-runtim 6-12-1   Sun Java(TM) Runtime Environment (

Versions of packages maven2 recommends:
ii  libmaven-clean-plugin-java2.3-3  Maven clean plugin
ii  libmaven-compiler-plugin-java 2.0.2-4Maven compiler plugin
ii  libmaven-install-plugin-java  2.3-2  Maven install plugin
ii  libmaven-jar-plugin-java  2.2-4  Maven Jar plugin
ii  libmaven-resources-plugin-jav 2.3-5  Maven resources plugin
ii  libmaven-shade-plugin-java1.2.1-2Maven shade plugin

maven2 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#569150: Amavis never cleans its virusmail jail

2010-04-07 Thread Alexander Wirt
Henrique de Moraes Holschuh schrieb am Tuesday, den 06. April 2010:

 #!/bin/dash
 [ -d /var/lib/amavis/virusmails ]  {
 find /var/lib/amavis/virusmails/. -type f -name 'virus-*' -ctime +7 
 -delete
 find /var/lib/amavis/virusmails/. -type f -ctime +30 -delete
 }
 exit 0
 
 Adjust to whatever you want, and tell cron to run it.  If it removes crap
 you didn't want gone, it is your own fault.
Ah little bit too simple, but it can be used at a starting point. I'll
provide such a clean script (if nobody objects) - disabled - in the next
release. I plan to integrate the options for the script into
/etc/default/amavisd-new. 

  For the record, there is no way I'd recommend enabling such a script by
  default on anything but a first install of the package.  And that's always
  somewhat complicated to do cleanly, so IMO it would be far simpler and safer
  to just ship it disabled, and announce the existence of the functionality in
  NEWS.Debian.
 
 That still holds true.
Jupp, the existance of the script/options should (and will) be documented in
README.Debian and NEWS.Debian. 

Alex
-- 
Alexander Wirt, formo...@formorer.de 
CC99 2DDD D39E 75B0 B0AA  B25C D35B BC99 BC7D 020A



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



Bug#576780: tellico: Update for yaz 4.X

2010-04-07 Thread Vincent Danjean
Package: tellico
Version: 2.2-2
Severity: normal
Tags: patch

  Hi,

  I'm the yaz maintainer. I just uploaded in sid yaz 4.0.2-1. Since yaz 3.X, 
the ABI is broken
(hence the soname change) but the API also has some changes (int - size_t for 
some prototypes,
...)
  Squeeze will be release with yaz4 (and not yaz3). It seems that you only need 
to change
your build depends (ie that tellico source is already ready to be build with 
yaz4). I tried
to rebuild it only modifying the build depends and it seems to work. But, as I 
do not use
it, I would like you verify that all is working.

  For your build-depends, instead of libyaz3-dev, you can either use :
- libyaz-dev: it is a virtual package provided by libyaz3-dev and libyaz4-dev
- libyaz4-dev | libyaz3-dev
- libyaz4-dev
The first two forms allow easier backports as lenny only have libyaz3-dev and
tellico seems able to deals with both libyaz3-dev and libyaz4-dev.


  Regards,
Vince


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

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

Versions of packages tellico depends on:
ii  kdebase-runtime  4:4.3.4-2   runtime components from the offici
ii  kdelibs5 4:4.3.4-3   core libraries for all KDE 4 appli
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libexempi3   2.1.1-1 library to parse XMP metadata (Lib
ii  libkcddb44:4.3.4-1   CDDB library for KDE 4 (runtime)
ii  libksane04:4.3.4-1+b1scanner library for KDE 4 (runtime
ii  libpoppler-qt4-3 0.12.2-2.1  PDF rendering library (Qt 4 based 
ii  libqimageblitz4  1:0.0.4-4   QImageBlitz image effects library
ii  libqt4-dbus  4:4.5.3-4   Qt 4 D-Bus 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  libqtgui44:4.5.3-4   Qt 4 GUI module
ii  libstdc++6   4.4.3-3 The GNU Standard C++ Library v3
ii  libtag1c2a   1.6.1-1 TagLib Audio Meta-Data Library
ii  libv4l-0 0.6.4-1 Collection of video4linux support 
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library
ii  libxslt1.1   1.1.26-2XSLT processing library - runtime 
ii  libyaz3  3.0.52-1The YAZ Z39.50 toolkit (runtime fi
pn  tellico-data none  (no description available)
pn  tellico-scripts  none  (no description available)

Versions of packages tellico recommends:
ii  khelpcenter4  4:4.3.4-2  Help Center for KDE 4

tellico suggests no packages.



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



Bug#519740: evolution crashes at saving a task after editing its title

2010-04-07 Thread James Huber
So, it's been about a month with no reply.  Will we just have to wait
for, or upgrade to squeeze for a fix?


Bug#576043: circuslinux: Please stop build-depending on dbs

2010-04-07 Thread Raphael Hertzog
Hi,

On Tue, 06 Apr 2010, Christian T. Steigies wrote:
 I think circuslinux does not actually use dbs, I was just preparing to use
 it. Do I have to upload a new version to remove it from the build-depends or
 could I wait for a new upstream version, or until I switch the package to
 quilt or cdbs? I am afraid when I change the build system, that I will
 introduce new bugs... but simply dropping the build-depends should not cause
 any harm (I hope).

You are the maintainer, you should know whether it uses dbs or not. In any
case, it claims to need it since it's in Build-Depends (but apparently I
see nothing making use of dbs in the rules file).

In general the packaging of circuslinux is quite messy, debian/rules is an
horror to read. You should really consider switching to something more
modern like tiny rules of debhelper 7 and 3.0 (quilt) source format to
manage changes to upstream files (there are many lying in .diff.gz
currently).

You have no reason to fear introducing bugs, use debdiff to compare
resulting packages, use pbuilder to verify that it builds fine... but
since you are DD you are supposed to know all this already, don't you?

Cheers,
-- 
Raphaël Hertzog

Like what I do? Sponsor me: http://ouaza.com/wp/2010/01/05/5-years-of-freexian/
My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/



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



Bug#576778: even sees through comments in fstab

2010-04-07 Thread jidanni
Package: usbmount
Version: 0.0.19.1
File: /usr/share/usbmount/usbmount

Excuse me. This code *just assumes* the UUID might not be hiding in a comment.

elif grep -q $UUID /etc/fstab; then
log info executing command: mount -U $UUID
mount -U $UUID



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



Bug#549868: closed by Michael Biebl bi...@debian.org (Bug#549868: fixed in tracker 0.6.96-1)

2010-04-07 Thread Hans Spaans
I confirm that the typo has been fixed with 0.6.96-1.




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



Bug#576781: bgoffice-dict-downloader: [INTL:it] Italian translation

2010-04-07 Thread Vincenzo Campanella
Package: bgoffice-dict-downloader
Severity: wishlist
Tags: l10n patch

Enclosed please find the Italian translation of the above package.

Best regards
vince


# ITALIAN TRANSLATION OF BGOFFICE-DICT-DOWNLOADER'S PO-DEBCONF FILE.
# COPYRIGHT (C) 2010 THE BGOFFICE-DICT-DOWNLOADER'S COPYRIGHT HOLDER
# This file is distributed under the same license as the bgoffice-dict-downloader package.
# Vincenzo Campanella vin...@gmail.com, 2010.
#
msgid 
msgstr 
Project-Id-Version: bgoffice-dict-downloader\n
Report-Msgid-Bugs-To: bgoffice-dict-downloa...@packages.debian.org\n
POT-Creation-Date: 2010-04-06 10:39+0300\n
PO-Revision-Date: 2010-04-07 09:06+0200\n
Last-Translator: Vincenzo Campanella vin...@gmail.com\n
Language-Team: Italian t...@lists.linux.it\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid Bulgarian-English dual dictionary
msgstr Dizionario bidirezionale bulgaro-inglese

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid Dictionary of north-western dialect
msgstr Dizionario del dialetto del nord-ovest

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid Polytechnical dictionary
msgstr Dizionario politecnico

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid Thesaurus
msgstr Dizionario dei sinonimi

#. Type: multiselect
#. Description
#: ../templates:1002
msgid Dictionaries to download:
msgstr Dizionari da scaricare:

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
Several dictionaries for bgoffice cannot be distributed by Debian due to 
license uncertainities. Please select the dictionaries you want to be 
downloaded from Internet. Note that any files in /usr/share/bgoffice that 
are also in downloaded dictionaries will be overwritten.
msgstr 
Molti dizionari per bgoffice non possono essere distribuiti da Debian a 
causa di incertezze sulle rispettive licenze. Selezionare i dizionari che si 
desidera scaricare da Internet. Notare che qualsiasi file già presente in «/usr/
share/bgoffice» e che si trova anche nei dizionari scaricati sarà sovrascritto.



Bug#389971: nvidia-glx: nvidia-glx to provide libgl1

2010-04-07 Thread Russ Allbery
tag 389971 wontfix
thanks

Felix Zielcke fziel...@z-51.de writes:
 Am Donnerstag, den 28.09.2006, 22:02 +0530 schrieb Alok G. Singh:

 Programs like glxinfo are in mesa-utils which depends on
 libgl1-mesa-glx | libgl1.

 However only libgl1-mesa-glx provides libgl1. If nvidia-glx could
 provide then the mesa libs could be removed.

 Is there any reason why this is still not the case with 185.18.36-2
 currently in sid or was this bug report just forgotten?

I'm afraid this really can't be done without preventing co-installation of
libgl1-mesa-dev and nvidia-glx.  libgl1-mesa-dev depends on
libgl1-mesa-glx, which in turn conflicts with libgl1 since it also
provides it.

Given that most Debian users are probably going to prefer building against
the free libraries rather than the non-free libraries, I don't think
preventing installation of libgl1-mesa-dev is a good idea.  Having the
other libraries installed is a minor issue and shouldn't cause any
problems other than consuming some disk space.

I suppose this is something that we could reconsider at some point, since
a conflict would certainly be easier to deal with than the diversions, but
I suspect that having nvidia-glx installed to support a video card that
doesn't otherwise work but libgl1-mesa-dev installed for building software
is a fairly common configuration.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/



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



Bug#576636: ibus-table-cantonese: Conflicts to ibus-table-cantonhk

2010-04-07 Thread Ralf Treinen
Hi,

the same poblem occurs in conjunction with the package
ibus-table-jyutping:

Package: ibus-table-cantonese,ibus-table-jyutping
Version: ibus-table-cantonese/1.2.0.20100305-1
Version: ibus-table-jyutping/1.2.0.20090824-1


Unpacking ibus-table-jyutping (from .../ibus-table-jyutping_1.2.0.20090824-1_all
.deb) ...
dpkg: error processing /var/cache/apt/archives/ibus-table-jyutping_1.2.0.2009082
4-1_all.deb (--unpack):
 trying to overwrite '/usr/share/ibus-table/icons/jyutping.png', which is also i
n package ibus-table-cantonese 0:1.2.0.20100305-1


Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/share/ibus-table/icons/jyutping.png
  /usr/share/ibus-table/tables/jyutping.db


-Ralf.



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



Bug#556749: nvidia-kernel-source: update initramfs on upgrade

2010-04-07 Thread Russ Allbery
tags 556749 moreinfo
thanks

Szymon Janc szy...@janc.net.pl writes:

 On upgrade nvidia-kernel-source could check if nvidia module is listed
 in /etc/initramfs-tools/modules and call update-initramfs if so.

Why would you want to include the nvidia module in your initramfs image?

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/



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



Bug#575891: workaround.

2010-04-07 Thread trentbuck
cwillu wrote:
 Putting /var/lib/dpkg on an ext3 mount (I used a bind mount from my
 /boot) works around it until the problem can be fixed in dpkg.

After that, don't forget to reinstall packages to get their missing
files back.  I couldn't think of an easy way to work out which
packages were busted so I reinstalled everything.  From memory:

# Move /var/lib/dpkg into a loopback ext2 filesystem.
cp -a /var/lib/dpkg /var/lib/dpkg.~1~
dd bs=1 count=0 seek=128M of=/var/lib/dpkg.ext
mke2fs /var/lib/dpkg.ext
echo /etc/fstab # Workaround for http://bugs.debian.org/575891;
echo /etc/fstab /var/lib/dpkg.ext /var/lib/dpkg ext2 loop,sync 0 2
mount -a
cp -a /var/lib/dpkg.~1~/* /var/lib/dpkg/

# Reinstall (almost) everything at once.
aptitude reinstall '~i !~E !~prequired !x11-common'

# These have dependency loops, so must be reinstalled singly.
for i in `aptitude search -F %p '~i(~E|~prequired|x11-common)'`
do aptitude reinstall $i
done



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



Bug#576782: vnstat: ducumentation ambiguous on size of kilobytes

2010-04-07 Thread jasen
Package: vnstat
Version: 1.6-1
Severity: minor

the man page mentions kilobytes  and megabytes in the sectionon 
vnstat --dumpdb but fails to clarify which sort ok kB and MB are meant in
the descriptions.

experimentation suggests that it's actually kiB and Mib
2**10 and 2**20  bytes respectively.
  
-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages vnstat depends on:
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries

vnstat recommends no packages.

vnstat 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#558393: Please liberate the unstable dependencies to make the packacke installable on stable

2010-04-07 Thread Russ Allbery
tags 558393 wontfix
thanks

Joachim Zobel jzo...@heute-morgen.de writes:

 This would be consistent with nvidia-glx. It would be helpful for people
 who need to install nvidia-glx from sid to use never nvidia cards for
 gaming with wine.

 It should also be possible without problems.

The dependency is due to the transition from /emul/ia32-linux to /lib32
that happened during the squeeze development cycle.  This was something of
a mess and tends to be fragile, and I don't think it's a good idea to
override the shlibs file of ia32-libs to allow for an earlier dependency.
I suspect that could break in all sorts of interesting ways, and given the
number of other issues with the package that need to be sorted out, I
don't think this is some place where we have resources to work through the
implications.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/



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



Bug#570284: O: washngo

2010-04-07 Thread Ralf Treinen
HI Joachim,

On Tue, Apr 06, 2010 at 06:54:55PM +0200, Joachim Breitner wrote:
 Hi Marc,
 
 Am Dienstag, den 06.04.2010, 16:47 +0200 schrieb Marc Weber:
  Excerpts from Joachim Breitner's message of Mon Apr 05 11:41:09 +0200 2010:
   Dear Ralf,
   
   Am Montag, den 05.04.2010, 10:47 +0200 schrieb Ralf Treinen:
washngo has 3 serious bugs, two of them FTBFS, and has a popcon
of virtually zero. If noone takes action on this package soon
then I will ask for its removal on behalf of the QA team.
   
   as a member of the DHG, I do not object. (I still hope that Marc will
   help us out by creating a cabalized version).
  
  Sorry for the long delay.
  
  New cabalized darcs version which compiles:
  
  http://code.haskell.org/WASH
  
  I haven't tested it in detail. Anyway I'm going to upload it to Hackage
  probably within 2 days.
  
  It should be easy to install the package using cabla-install. So I
  don't think it matters that much whether there is a Debian package or
  not.
 
 thanks for the update. I don’t expect any problem in supporting a
 cabalized WASH in Debian. Ralf, in this case, please postbone the
 removal for a while.

sure. Would the debian haskell team take over maintenance of that package
(I take it that you are on that team) ?

Cheers -Ralf.



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



Bug#576488: [pkg-cryptsetup-devel] Bug#576488: cryptroot: boot script assumes to be run in initramfs

2010-04-07 Thread Jonas Meurer
hey maks,

On 05/04/2010 maximilian attems wrote:
 initramfs-tools 0.94 will break cryptsetup cryptroot boot script.
 The Ubuntu feature of pre-cached order got merged,
 will add a versioned breaks on cryptsetup
 
 their is a patch in Ubuntu cryptsetup for the situation,
 including it here.
 
 thanks for merging.

i'm away on holidays right now, without access to gpg key. unfortunately
and additionally i've  troubles with my mail server as well. two raid5
harddisks decided to break at once.

in short: i'll not be able to upload a fixed cryptsetup package within
the next week. thus it would be great if you could NMU cryptsetup with
the patch for this bug applied.

greetings,
 jonas



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



Bug#576783: ldm: German translation update

2010-04-07 Thread Wolfgang Schweer
Package: ldm
Version: 2:2.1.1-1
Severity: wishlist
Tags: l10n patch


hi,

please apply the update.

Wolfgang

# German LDM translation
# Copyright (C) 2007 Scott Balneaves
# This file is distributed under the same license as the ldm package.
# Oliver Grawert o...@ubuntu.com, 2007.
# Wolfgang Schweer schw...@cityweb.de, 2008-2010.
#
msgid 
msgstr 
Project-Id-Version: ldm 2.1.1\n
Report-Msgid-Bugs-To: sbaln...@ltsp.org\n
POT-Creation-Date: 2010-04-04 22:20-0700\n
PO-Revision-Date: 2010-04-07 09:30+0100\n
Last-Translator: Wolfgang Schweer schw...@cityweb.de\n
Language-Team: German debian-l10n-ger...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Poedit-Language: German\n
X-Poedit-Country: GERMANY\n
X-Poedit-SourceCharset: utf-8\n

#: ../src/get_ip.c:74
msgid Out of memory
msgstr Zu wenig Arbeitsspeicher

#: ../src/get_ip.c:120
msgid No configured interface found\n
msgstr Keine konfigurierte Schnittstelle gefunden\n

#: ../src/ldm.c:171
#, c-format
msgid ldm_spawn failed to execute: %s
msgstr ldm_spawn Ausführung fehlgeschlagen: %s

#: ../src/ldm.c:172
msgid Exiting ldm
msgstr ldm wird beendet

#: ../src/ldm.c:205
#, c-format
msgid Waiting for process %d\n
msgstr Warten auf den Prozess  %d\n

#: ../src/ldm.c:212
msgid waitid returned an error:
msgstr waitid gab einen Fehler zurück:

#: ../src/ldm.c:224
#, c-format
msgid Unexpected terminated process: pid = %d
msgstr Unerwartet beendeter Prozess: pid = %d

#: ../src/ldm.c:232
#, c-format
msgid Process %d exited with status %d
msgstr Prozess %d mit Status %d beendet

#: ../src/ldm.c:235
#, c-format
msgid Process %d killed by signal %d
msgstr Prozess %d durch Signal %d abgebrochen

#: ../src/ldm.c:276
msgid ERROR: no Xsession
msgstr FEHLER: kein Xsession

#. Get all info for autologin, without greeter
#: ../src/ldm.c:318
msgid Logging in as guest
msgstr Anmeldung als Gast

#: ../src/ldm.c:422
#, c-format
msgid LDM2 running on ip address %s
msgstr LDM2 läuft auf der IP-Adresse %s

#: ../src/ldm.c:467
#, c-format
msgid Spawning greeter: %s
msgstr Anmeldefenster wird aufgebaut: %s

#: ../src/ldm.c:475
#: ../src/ldm.c:481
#: ../src/ldm.c:486
#: ../src/ldm.c:490
#: ../src/ldm.c:494
#, c-format
msgid ERROR: %s from greeter failed
msgstr FEHLER: %s konnte vom Anmeldefenster nicht übergeben werden

#: ../src/ldm.c:504
msgid ERROR: no username
msgstr FEHLER: Kein Benutzername

#: ../src/ldm.c:507
msgid ERROR: no password
msgstr FEHLER: Kein Passwort

#: ../src/ldm.c:510
msgid ERROR: no server
msgstr FEHLER: Kein Server

#: ../src/ldm.c:517
msgid Fatal error, missing mandatory information
msgstr Fataler Fehler: Notwendige Informationen fehlen

#: ../src/ldm.c:561
msgid Established ssh session.
msgstr SSH-Sitzung wurde aufgebaut.

#. x_session's exited.  So, clean up.
#: ../src/ldm.c:563
#: ../src/ldm.c:571
msgid Executing rc files.
msgstr rc-Dateien werden ausgeführt.

#. Execute any rc files
#: ../src/ldm.c:565
msgid Beginning X session.
msgstr X-Sitzung wird gestartet.

#. Start X session up
#: ../src/ldm.c:567
msgid X session ended.
msgstr X-Sitzung wurde beendet.

#. Execute any rc files
#: ../src/ldm.c:574
msgid Ending ssh session.
msgstr SSH-Sitzung wird beendet.

#: ../src/sshutils.c:150
#, c-format
msgid expect saw: %s
msgstr expect sah: %s

#: ../src/sshutils.c:184
msgid Logged in successfully.\n
msgstr Erfolgreich angemeldet.\n

#: ../src/sshutils.c:215
msgid No response from server, restarting...
msgstr Keine Antwort des Servers, Neustart ...

#: ../src/sshutils.c:217
msgid No response, restarting
msgstr Keine Antwort, Neustart

#: ../src/sshutils.c:232
msgid login_tty failed
msgstr login_tty fehlgeschlagen

#: ../src/sshutils.c:292
#, c-format
msgid Shutting down ssh session: %s
msgstr SSH-Sitzung wird beendet: %s

#: ../src/greeter_iface.c:63
msgid Username
msgstr Benutzername

#: ../src/greeter_iface.c:102
msgid Password
msgstr Passwort

#: ../src/greeter_iface.c:121
msgid bVerifying password.  Please wait./b
msgstr bPasswort wird überprüft, bitte warten .../b

#: ../gtkgreet/greeter.c:163
#, c-format
msgid Automatic login in %d seconds
msgstr Automatische Anmeldung in %d Sekunden

#: ../gtkgreet/greeter.c:321
msgid Select _Language ...
msgstr _Sprache wählen ...

#: ../gtkgreet/greeter.c:326
msgid Select _Session ...
msgstr Sit_zungsart wählen ...

#: ../gtkgreet/greeter.c:331
msgid Select _Host ...
msgstr _Rechner wählen ...

#: ../gtkgreet/greeter.c:336
msgid _Reboot
msgstr _Neustart

#: ../gtkgreet/greeter.c:340
msgid Shut_down
msgstr _Ausschalten

#: ../gtkgreet/greeter.c:625
msgid Login as Guest
msgstr Anmeldung als Gast

#: ../gtkgreet/sesswin.c:111
#: ../gtkgreet/langwin.c:108
msgid Default
msgstr Voreinstellung

#: ../gtkgreet/sesswin.c:113
msgid Failsafe xterm
msgstr Xterm als Notlösung

#: ../gtkgreet/sesswin.c:136
msgid Change _Session
msgstr _Sitzungsart ändern

#: ../gtkgreet/sesswin.c:147
msgid Select your session manager:
msgstr 

Bug#574957: Installation of XEN kernel images fails

2010-04-07 Thread Christian Motschke
This is not a XEN kernel in the old fashioned way. This is a standard kernel
with pv_ops XEN support and will be part in one of the next kernel releases.
The only difference to a standard kernel is the word xen in the package
name. Is this the problem, why I get the error?


Bug#472199: I want to improve licensecheck, if ok with current maintainers

2010-04-07 Thread Stefano Zacchiroli
On Tue, Apr 06, 2010 at 11:43:31PM +0200, Jonas Smedegaard wrote:
 I developed the CDBS licensecheck2dep5 wrapper mentioned by
 Reinhard, and would like to both integrate those, merge with the
 other patches in this bugreport, and develop licensecheck further.

Wonderful, thanks!

 I have requested membership of the devscripts team, and am in the
 process of subscribing the the mailinglist now.
 
 Hope you are fine letting me work on this.  And thanks to Reinhard
 for pushing me out of my cave :-P

An extra helping hands with devscripts is always welcome, especially if
you plan to work not only on licensecheck but also to help out with some
other devscripts :-P I'm no admin of the project though, so I cannot
directly give you commit access ...

Cheers.


-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#576785: netbase: Network disabled on shutdown while iSCSI root is used

2010-04-07 Thread Aurelien Jarno
Package: netbase
Version: 4.40
Severity: normal
Tags: patch

When iSCSI root is used (something now possible with the open-iscsi
package), the network is deconfigured on shutdown or reboot, while / is
still mounted.

The netbase init script already tries to detect network root drives, but
it does not detect iSCSI drives. The patch below fixes this problem.

diff -Nru netbase-4.40/debian/netbase.init netbase-4.41/debian/netbase.init
--- netbase-4.40/debian/netbase.init2009-12-06 17:12:24.0 +0100
+++ netbase-4.41/debian/netbase.init2010-04-07 10:04:17.0 +0200
@@ -24,6 +24,11 @@
 check_network_file_systems() {
 [ -e /proc/mounts ] || return 0
 
+if [ -f /etc/iscsi/iscsi.initramfs ]; then
+   log_warning_msg not deconfiguring network interfaces: iSCSI root is in 
use.
+   exit 0
+fi
+
 exec 90  /proc/mounts
 while read DEV MTPT FSTYPE REST; do
case $DEV in


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

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

Versions of packages netbase depends on:
ii  initscripts   2.87dsf-10 scripts for initializing and shutt
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

Versions of packages netbase recommends:
ii  ifupdown  0.6.10 high level tools to configure netw

netbase suggests no packages.

-- debconf information excluded



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



Bug#576739: [Secure-testing-team] Bug#576739: [ca-certificates] Please remove RSA Security 1024 V3 root certificate

2010-04-07 Thread Thijs Kinkhorst
severity 576739 wishlist
tags 576739 -security
thanks

Hi Dererk,

On Tue, April 6, 2010 22:23, Dererk wrote:
 Package: ca-certificates
 Version: 20090814
 Severity: critical
 Tags: security
 X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org

 Hello.

 Please remove RSA Security 1024 V3 root certificate ASAP from
 ca-certificates package.

 https://bugzilla.mozilla.org/show_bug.cgi?id=549701

In that bug log, Kathleen Wilson states in
https://bugzilla.mozilla.org/show_bug.cgi?id=549701#c8:
| RSA has confirmed that they are in possession of the private key for the
| RSA Security 1024 V3 root certificate. RSA agrees that this root should
| be removed from NSS.

There doesn't seem to be a compromise situation that would warant critical
severity and the security tag. I'm downgrading this to a wish to remove an
obsolete certificate and leaving that to the ca-certificates maintainers
to follow up on.


cheers,
Thijs



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



Bug#576784: ltsp: German translation update

2010-04-07 Thread Wolfgang Schweer
Package: ltsp
Severity: wishlist
Tags: l10n patch


hi,

please apply the update.

Wolfgang


# translation of ltsp gettext messages to German
# Copyright (C) 2006 LTSP Debian/Ubuntu Maintainers 
pkg-ltsp-de...@lists.alioth.debian.org
# This file is distributed under the same license as the ltsp package.
#
# Wolfgang Schweer schw...@cityweb.de, 2007-2010.
msgid 
msgstr 
Project-Id-Version: ltsp 5.2.2\n\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2010-04-04 10:31-0700\n
PO-Revision-Date: 2010-04-07 09:27+0100\n
Last-Translator: Wolfgang Schweer schw...@cityweb.de\n
Language-Team: German debian-l10n-ger...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Poedit-Language: German\n
X-Poedit-Country: GERMANY\n
X-Poedit-SourceCharset: utf-8\n

#: ../server/configs/ALTLinux/ltsp-login.sh:30
#: ../server/configs/ALTLinux/ltsp-login.sh:33
#: ../server/configs/ALTLinux/ltsp-login.sh:40
#: ../server/configs/ALTLinux/ltsp-login.sh:50
#, sh-format
msgid Login Error
msgstr Fehler bei der Anmeldung

#: ../server/configs/ALTLinux/ltsp-login.sh:31
#: ../server/configs/ALTLinux/ltsp-login.sh:34
#: ../server/configs/ALTLinux/ltsp-login.sh:44
#: ../server/configs/ALTLinux/ltsp-login.sh:52
#: ../server/configs/ALTLinux/ltsp-login.sh:62
#: ../server/configs/ALTLinux/ltsp-login.sh:81
#: ../server/configs/ALTLinux/ltsp-login.sh:84
#: ../server/configs/ALTLinux/ltsp-login.sh:95
#: ../server/configs/ALTLinux/ltsp-login.sh:105
#: ../server/configs/ALTLinux/ltsp-login.sh:115
#, sh-format
msgid User
msgstr Benutzer

#: ../server/configs/ALTLinux/ltsp-login.sh:31
#: ../server/configs/ALTLinux/ltsp-login.sh:34
#: ../server/configs/ALTLinux/ltsp-login.sh:44
#: ../server/configs/ALTLinux/ltsp-login.sh:52
#: ../server/configs/ALTLinux/ltsp-login.sh:62
#: ../server/configs/ALTLinux/ltsp-login.sh:81
#: ../server/configs/ALTLinux/ltsp-login.sh:84
#: ../server/configs/ALTLinux/ltsp-login.sh:95
#: ../server/configs/ALTLinux/ltsp-login.sh:105
#: ../server/configs/ALTLinux/ltsp-login.sh:115
#, sh-format
msgid already logged in!
msgstr Bereits angemeldet!

#: ../server/configs/ALTLinux/ltsp-login.sh:34
#: ../server/configs/ALTLinux/ltsp-login.sh:43
#: ../server/configs/ALTLinux/ltsp-login.sh:84
#: ../server/configs/ALTLinux/ltsp-login.sh:93
#: ../server/configs/ALTLinux/ltsp-login.sh:117
#, sh-format
msgid Continue
msgstr Weiter

#: ../server/configs/ALTLinux/ltsp-login.sh:80
#: ../server/configs/ALTLinux/ltsp-login.sh:83
#: ../server/configs/ALTLinux/ltsp-login.sh:90
#: ../server/configs/ALTLinux/ltsp-login.sh:103
#, sh-format
msgid Login Warning
msgstr Warnung bei der Anmeldung

#: ../server/configs/ALTLinux/ltsp-login.sh:94
#, sh-format
msgid Cancel
msgstr Abbrechen

#: ../server/plugins/ltsp-build-client/ALTLinux/030-early-packages:3
#: ../server/plugins/ltsp-build-client/Debian/030-early-packages:3
#, sh-format
msgid set the list of packages to install after base-install is completed
msgstr Pakete auflisten, die nach der Grundinstallation zusätzlich installiert 
werden sollen.

#: ../server/plugins/ltsp-build-client/ALTLinux/050-late-packages:3
#: ../server/plugins/ltsp-build-client/Debian/030-late-packages:3
#, sh-format
msgid list of packages to install as part of the final installation
msgstr Liste von Paketen, die als Teil der Schlussinstallation zu installieren 
sind.

#: ../server/plugins/ltsp-build-client/ALTLinux/010-locales:3
#: ../server/plugins/ltsp-build-client/Debian/025-locales:3
#: ../server/plugins/ltsp-build-client/Ubuntu/025-locales:3
#: ../server/plugins/ltsp-build-client/Gentoo/000-basic-configuration:6
#, sh-format
msgid set the default locale
msgstr Spracheinstellung (locale) setzen, die als Voreinstellung verwendet 
werden soll

#: ../server/plugins/ltsp-build-client/ALTLinux/000-progress:3
#, sh-format
msgid Enable progress reporting
msgstr Fortschrittsanzeige aktivieren

#: ../server/plugins/ltsp-build-client/ALTLinux/000-progress:4
#, sh-format
msgid Print stage times (seconds)
msgstr Fortschrittszeit anzeigen (in Sekunden)

#: ../server/plugins/ltsp-build-client/ALTLinux/000-progress:5
#, sh-format
msgid Draw progress bar
msgstr Fortschrittsbalken darstellen

#: ../server/plugins/ltsp-build-client/ALTLinux/095-rootpass:3
#: ../server/plugins/ltsp-build-client/Debian/095-rootpass:3
#, sh-format
msgid prompt to set the root password, defaults to disabled
msgstr Nachfragen, ob ein Passwort für root gesetzt werden soll; 
voreingestellt erfolgt keine Nachfrage

#: ../server/plugins/ltsp-build-client/ALTLinux/040-serial-console:3
#: ../server/plugins/ltsp-build-client/Debian/010-serial-console:3
#, sh-format
msgid enable serial console
msgstr Zugang über serielle Konsole einrichten

#: ../server/plugins/ltsp-build-client/ALTLinux/040-serial-console:12
#: ../server/plugins/ltsp-build-client/Debian/010-serial-console:12
#, sh-format
msgid Enabling serial console...
msgstr Zugang über serielle Konsole wird 

Bug#576787: grep: file conflict

2010-04-07 Thread Stephen Gran
Package: grep
Version: 2.5.4-4
Severity: serious

Hi,

(Reading database ... 99754 files and directories currently installed.)
Preparing to replace grep 2.5.4-4 (using .../archives/grep_2.6.3-1_s390.deb) ...
Unpacking replacement grep ...
dpkg: error processing /var/cache/apt/archives/grep_2.6.3-1_s390.deb (--unpack):
 trying to overwrite '/usr/share/info/dir.gz', which is also in package cpio 
0:2.11-1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for install-info ...
Errors were encountered while processing:
 /var/cache/apt/archives/grep_2.6.3-1_s390.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

cpio has already fixed it's version of this bug, so now it's grep's
turn.

Cheers,


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

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

Versions of packages grep depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib

grep recommends no packages.

Versions of packages grep suggests:
ii  libpcre3  7.8-3  Perl 5 Compatible Regular Expressi

-- no debconf information

-- 
 -
|   ,''`.Stephen Gran |
|  : :' :sg...@debian.org |
|  `. `'Debian user, admin, and developer |
|`- http://www.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#575912: phpmyadmin: Server running with Suhosin. Please refer to documentation for possible issues.

2010-04-07 Thread Thijs Kinkhorst
On Tue, April 6, 2010 17:11, Olaf van der Spek wrote:
 On 2-4-2010 15:38, Michal Čihař wrote:
 I'd rather not have to do that.

 The is no way around - Suhosin imposes limits on lengths of request,
 it's content and lengths of variables. Depending on your tables you can
 be easily hit by those limits.

 For example if you edit more rows at once, you can easily hit limit of
 200 variables per request - each column uses 4 variables (name,
 function, null, value) what gives you at most 50 fields you can edit at
 once (it is actually less because there are also some administrative
 fields required to know which table you're updating and so on).

 In that case, shouldn't Suhosin be disabled by default?

I don't think so. PHP in Debian is of wider use than phpMyAdmin alone, so
if phpMyAdmin has issues with Suhosin it doesn't naturally follow that all
of Suhosin should be disabled. There are many PHP applications both inside
and outside of Debian, web application security has a significant impact
on the web today and having Suhosin by default can provide a positive
contribution to web application security.

As for the impact of Suhosin on phpMyAdmin performance, this is limited to
only certain operations, most notably when working with large tables that
have no primary key. I have not encountered any problems myself when
working with phpMyAdmin in different contexts all running with Suhosin.

Finally, it's possible to change the specific Suhosin settings that
phpMyAdmin has a problem with. So it's definately not needed to remove or
disable Suhosin to be able to work with phpMyAdmin.

Michal, perhaps the phpMyAdmin FAQ item that the warning refers to can be
augumented with which parameters to change?


cheers,
Thijs



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



Bug#576788: sysv-rc: /etc/init.d/README must be updated with boot dependency info

2010-04-07 Thread Vincent Danjean
Package: sysv-rc
Version: 2.87dsf-8.1
Severity: normal

  Hi,

  When upgrading to squeeze (or installing a new squeeze), a dependency based
boot system is used (or at least is tried).
  While this system has many advantage, it is a new one. Most admin does
not have knowledge of it but lots of them will have to deal with:
- pb when upgrading
- bad order due to local particularity in the installed system
- local init scripts to setup
- ...

  Currently, it is very difficult to find a easy entry point with documentation
for local admin about dependency based boot system (ie doc that allows to anser
to the previously cited points).
  I think that, for squeeze, /etc/init.d/README must be updated to, at least,
point to a useful documentation somewhere in /usr/share/doc
(/usr/share/doc/sysv-rc/README-dependency-boot-system.txt to be written ?)

  For now, I did not find myself a useful doc about dependency based boot
system. I know I can google and look at the sources, but I would expect that
Debian provides a useful doc for admin when introducing such a big change
in the administration of the machine.

  Regards,
   Vincent


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

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

Versions of packages sysv-rc depends on:
ii  debconf [debconf-2.0]1.5.28  Debian configuration management sy
ii  insserv  1.12.0-14   Tool to organize boot sequence usi
ii  sysvinit-utils   2.87dsf-8.1 System-V-like utilities

Versions of packages sysv-rc recommends:
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

Versions of packages sysv-rc suggests:
pn  bum   none (no description available)
pn  sysv-rc-conf  none (no description available)

-- debconf information:
* sysv-rc/unable-to-convert:
  sysv-rc/convert-legacy: true



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



Bug#564073: [Pkg-mc-devel] Bug#564073: Processed: Reopen because bug remains

2010-04-07 Thread Yury V. Zaytsev
Hi!

On Tue, 2010-04-06 at 14:32 +0200, Yury V. Zaytsev wrote:
 
 What do you mean by remains? I commented that these are most likely sort
 order indicators. Aren't they?

Would any of you please speak up, otherwise I will close this bug as
invalid again in no more than 2 weeks and then please don't reopen
silently without any comments. 
 
-- 
Sincerely yours,
Yury V. Zaytsev




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



Bug#576786: open-iscsi: Unable to login with initramfs script

2010-04-07 Thread Aurelien Jarno
Package: open-iscsi
Version: 2.0.871.3-1
Severity: normal
Tags: patch

The initramfs script is not able to login to the target when a
login/password is used. This is due to a bug in the script, the -u
or -w parameters are passed twice to iscsistart. When iscsistart is
called, ISCSI_USERNAME and ISCSI_PASSWORD already contain -u or -w.

The patch below fixes the problem.

diff -u open-iscsi-2.0.871.3/debian/extra/initramfs.local-top 
open-iscsi-2.0.871.3/debian/extra/initramfs.local-top
--- open-iscsi-2.0.871.3/debian/extra/initramfs.local-top
+++ open-iscsi-2.0.871.3/debian/extra/initramfs.local-top
@@ -61,10 +61,8 @@
iscsistart -i $ISCSI_INITIATOR -t $ISCSI_TARGET_NAME\
   -g $ISCSI_TARGET_GROUP -a $ISCSI_TARGET_IP   \
   -p $ISCSI_TARGET_PORT \
-  ${ISCSI_USERNAME:+-u $ISCSI_USERNAME}  \
-  ${ISCSI_PASSWORD:+-w $ISCSI_PASSWORD}  \
-  ${ISCSI_IN_USERNAME:+-U $ISCSI_IN_USERNAME}\
-  ${ISCSI_IN_PASSWORD:+-W $ISCSI_IN_PASSWORD}
+  ${ISCSI_USERNAME} ${ISCSI_PASSWORD} \
+  ${ISCSI_IN_USERNAME} ${ISCSI_IN_PASSWORD}
 }
 
 parse_iscsi_ops ()


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

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

Versions of packages open-iscsi depends on:
ii  libc6 2.11-0exp2 Embedded GNU C Library: Shared lib

open-iscsi recommends no packages.

open-iscsi suggests no packages.



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



Bug#576751: xserver-xorg: xserver crashes sometimes when running with external monitor

2010-04-07 Thread Thiemo Nagel

On 04/07/2010 07:04 AM, Brice Goglin wrote:

First thing to do is to use linux-image-2.6.32-4-686 since it contains
many DRM updates (from 2.6.32.x and 2.6.33)


Thank you, somehow I missed that.  Will install and report back.



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



Bug#559181: Package

2010-04-07 Thread Chris Taylor
I also would like to see the latest version of libmowgli uploaded. 
Audacious 2.3 also needs it for functionality.


Thanks,
Chris



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



Bug#576789: texlive-publishers: revtex4.1 depend on textcase.sty

2010-04-07 Thread Ryo IGARASHI
Package: texlive-publishers
Version: 2009-7
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi,

texlive-publishers (2009-7) contains new version of REVTeX (4.1) called 
revtex4-1.cls.
This new version depend on textcase.sty, which is contained in 
texlive-latex-extra package.

I think that texlive-publishers should Depend/Recommends upon 
texlive-latex-extra package.

Best regards,
- -- 
Ryo IGARASHI


- -- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. Don't forget to also include minimal examples of
other files that are needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

- -rw-r--r-- 1 root root 1094 Apr  7 17:23 /var/lib/texmf/ls-R
- -rw-rw-r-- 1 root staff 80 Feb 10 11:17 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 Mar  1 12:21 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 Mar  8 14:48 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 Mar  8 14:48 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 Mar  1 12:21 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
- -rw-r--r-- 1 root root 3753 Apr  7 17:23 /var/lib/texmf/web2c/fmtutil.cnf
- -rw-r--r-- 1 root root 7527 Apr  7 17:23 /var/lib/texmf/web2c/updmap.cfg
- -rw-r--r-- 1 root root 3110 Apr  7 17:23 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 4
- -rw-r--r-- 1 root root 283 Jan 12 20:38 mktex.cnf
##
 md5sums of texmf.d
3875bf0f4a53a29b7f247399dc9833e2  /etc/texmf/texmf.d/05TeXMF.cnf
6e82a3d4c00ae7e4f86aa8dcf9438cf3  /etc/texmf/texmf.d/15Plain.cnf
8e901c9e6562b73e4ba4d1b4e603412f  /etc/texmf/texmf.d/30ptex.cnf
c60a084820a0b73e3bfbf2e90bda437c  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
bab3b7e578107f999fa1b0768994f6f8  /etc/texmf/texmf.d/95NonPath.cnf

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

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

Versions of packages texlive-publishers depends on:
ii  dpkg  1.15.5.6   Debian package management system
ii  tex-common2.07   common infrastructure for building
ii  texlive-common2009-8 TeX Live: Base component
ii  texlive-latex-base2009-8 TeX Live: Basic LaTeX packages

Versions of packages texlive-publishers recommends:
ii  texlive-publishers-doc2009-7 TeX Live: Documentation files for 

texlive-publishers suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.5.30 Debian configuration management sy
ii  dpkg  1.15.5.6   Debian package management system
ii  ucf   3.0025 Update Configuration File: preserv

Versions of packages texlive-publishers is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)
ii  tex-common2.07   common infrastructure for building

- -- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:

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

iQIcBAEBCgAGBQJLvEX5AAoJEOx5ooBqGSMZoEIP/AvAwnfw/dtfBNxOg2amhyeD
NXy7/hNmPWxwdqqyCpU2qKLEK0hqf+/MJZDQjnN8MHTmoDTusO/uWe8jB0Yj5sZr
Rjy2s6EvuwVLbBCols26RRGkXUcGFTfoIzUYAg/4gbW25xfeCKO4x9CtAQT/N8mu
onu0yxAZD1uWjDJ8Kypg42mpX4yU2l5tMOplBPn7kE4xRovtQLoceR2UUe5X6Ju4

Bug#576457: I can confirm, 0.9.21-1.2 does not work on amd64

2010-04-07 Thread Joe Oblivian
$ dpkg -l pulseaudio
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  pulseaudio 0.9.21-1.2 PulseAudio sound server


j...@bunny:~$ pulseaudio --start
E: core-util.c: Failed to create secure directory: Permission denied
W: lock-autospawn.c: Cannot access autospawn lock.
E: main.c: Failed to acquire autospawn lock


So it seems something is still missing from the patch.

Should we open a new bug?

Joe




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


Bug#576790: libao2: trying to overwrite '/etc/libao.conf', which is also in package libao4 0:1.0.0-2

2010-04-07 Thread Michael Prokop
Package: libao2
Version: 0.8.8-5.1
Severity: serious
Justification: Policy 7.4


Fresh daily sid chroot (automatically deployed using FAI):

[...]
Unpacking libao2 (from .../libao2_0.8.8-5.1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libao2_0.8.8-5.1_i386.deb 
(--unpack):
 trying to overwrite '/etc/libao.conf', which is also in package libao4 
0:1.0.0-2
[...]

regards,
-mika-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2010-04-07t11-15...@devnull.michael-prokop.at



Bug#576677: find's %Y

2010-04-07 Thread James Youngman
On Wed, Apr 7, 2010 at 7:34 AM,  jida...@jidanni.org wrote:
 Anyway, I have shown %Y is moody and not to be trusted.
 I will now step back and hand the baton to others.

Thanks for reporting the problem.

I have a good idea what the problem is; pred.c calls stat and lstat
without changing working directory. It was your statement that
it's sensitive to the original working directory that clued me in.

Because this bug is in Debian's BTS and starts off with some
apparently-irrelevant stuff, I have logged this issue in the upstream
tracker.

https://savannah.gnu.org/bugs/index.php?29460

That bug contains an explanation and a patch fixing the bug (including
a regression test suite addition).Meanwhile the oldfind binary
built with 4.5.7 should be unaffected.

James.



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



Bug#574269: Smb4K 0.10.7

2010-04-07 Thread Alexander Reinholdt
Hello!

I just released Smb4K 0.10.7 that fixes a compatibility issue in smb4k_umount. 
Please consider packaging that one rather than version 0.10.6.

Best regards
Alexander



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



Bug#576792: gnome: Unable to automount a vfat formatted USB stick

2010-04-07 Thread David Creelman
Package: gnome-system-tools
Version: 2.28.2-1
Severity: normal
File: gnome

Not sure if this is the right place to report this.
Before the last apt-get update; apt-get dist-upgrade I was able to automount
my Medion 8Gb USB stick. 
Now, when I plug it in, there is a small spike of CPU and then no
Nautilus screen and no automount.
There is no problem with the drive itself. I was able to mount it with
sudo mount /dev/sda1 /media/floppy and get at all of the files on it.


-- 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=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-system-tools depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
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-3   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.20-2   simple interprocess messaging syst
ii  libfontconfig12.8.0-2generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.28.0-1   GNOME configuration database syste
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.9-2   The GTK+ graphical user interface 
ii  liboobs-1-4   2.22.2-1   GObject based interface to system-
ii  libpango1.0-0 1.26.2-2   Layout and rendering of internatio
ii  libpolkit-gobject-1-0 0.96-1 PolicyKit Authorization API
ii  libpolkit-gtk-1-0 0.96-2 PolicyKit GTK+ API
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 
ii  policykit-1-gnome 0.96-2 GNOME authentication agent for Pol
ii  system-tools-backends 2.8.3-1System Tools to manage computer co

Versions of packages gnome-system-tools recommends:
ii  gnome-control-center  1:2.28.1-2 utilities to configure the GNOME d

Versions of packages gnome-system-tools suggests:
pn  ntp   none (no description available)

-- no debconf information



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



Bug#539154: mdadm: I also have this anoying problem

2010-04-07 Thread Jonas Larsen
Package: mdadm
Version: 2.6.7.2-3
Followup-For: Bug #539154

Hello, just wanted to report in i have the exact same issue as the others 
report. I dont know how to reproduce it, but something is definately wrong.

I can give access to the problematic system if that helps.

I will try to recreate the raid for now, and see what happens.

I have 2 raids spread over 2 disks, md0 is a mirror and md1 is a stripe. There 
is only a problem with the stripe the mirror works fine.

1.sctstor1:~# cat /proc/mdstat
2.Personalities : [raid0] [raid1]
3.md1 : inactive sda3[0]
4.  953321088 blocks
5. 
6.md0 : active raid1 sda2[0] sdb2[1]
7.  19534976 blocks [2/2] [UU]
8. 
9.unused devices: none
10.sctstor1:~#
11. 
12.sctstor1:~# mdadm --detail /dev/md0
13./dev/md0:
14.Version : 00.90
15.  Creation Time : Wed Oct 22 18:23:13 2008
16. Raid Level : raid1
17. Array Size : 19534976 (18.63 GiB 20.00 GB)
18.  Used Dev Size : 19534976 (18.63 GiB 20.00 GB)
19.   Raid Devices : 2
20.  Total Devices : 2
21.Preferred Minor : 0
22.Persistence : Superblock is persistent
23. 
24.Update Time : Wed Apr  7 11:01:56 2010
25.  State : clean
26. Active Devices : 2
27.Working Devices : 2
28. Failed Devices : 0
29.  Spare Devices : 0
30. 
31.   UUID : 95a5ff03:bd764a9e:a9976caa:db041006
32. Events : 0.52
33. 
34.Number   Major   Minor   RaidDevice State
35.   0   820  active sync   /dev/sda2
36.   1   8   181  active sync   /dev/sdb2
37.sctstor1:~#
38. 
39. 
40.sctstor1:~# mdadm --detail /dev/md1
41./dev/md1:
42.Version : 00.90
43.  Creation Time : Wed Oct 22 18:23:20 2008
44. Raid Level : raid0
45.   Raid Devices : 2
46.  Total Devices : 1
47.Preferred Minor : 1
48.Persistence : Superblock is persistent
49. 
50.Update Time : Thu Oct 23 12:23:17 2008
51.  State : active, degraded, Not Started
52. Active Devices : 1
53.Working Devices : 1
54. Failed Devices : 0
55.  Spare Devices : 0
56. 
57. Chunk Size : 64K
58. 
59.   UUID : e7f57d54:40a6e253:6ed89fb8:4b0f4710
60. Events : 0.5
61. 
62.Number   Major   Minor   RaidDevice State
63.   0   830  active sync   /dev/sda3
64.   1   001  removed
65.sctstor1:~#
66. 
67. 
68.Md1 is the problem...

Best regards

Jonas Larsen


-- Package-specific info:
--- mount output
/dev/md0 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)

--- mdadm.conf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE partitions

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes

# automatically tag new arrays as belonging to the local system
HOMEHOST system

# instruct the monitoring daemon where to send mail alerts
MAILADDR jo...@techbiz.dk

# definitions of existing MD arrays
ARRAY /dev/md0 level=raid1 num-devices=2 
UUID=95a5ff03:bd764a9e:a9976caa:db041006
ARRAY /dev/md1 level=raid0 num-devices=2 
UUID=e7f57d54:40a6e253:6ed89fb8:4b0f4710
# This file was auto-generated on Thu, 23 Oct 2008 11:25:53 +0200
# by mkconf $Id: mkconf 261 2006-11-09 13:32:35Z madduck $

--- /proc/mdstat:
Personalities : [raid0] [raid1] 
md1 : inactive sda3[0]
  953321088 blocks
   
md0 : active raid1 sda2[0] sdb2[1]
  19534976 blocks [2/2] [UU]
  
unused devices: none

--- /proc/partitions:
major minor  #blocks  name

   8 0  976762584 sda
   8 13903763 sda1
   8 2   19535040 sda2
   8 3  953321197 sda3
   816  976762584 sdb
   8173903763 sdb1
   818   19535040 sdb2
   819  953321197 sdb3
   9 0   19534976 md0

--- initrd.img-2.6.26-2-amd64:
40008 blocks
1efb5bd43f03be88b0df2bb24cb3a130  ./etc/mdadm/mdadm.conf
1e3828eef5ebb2b42ba71d08fc4247d4  ./sbin/mdadm
e1e2d0e985196fecaf41fb42e9968af2  ./scripts/local-top/mdadm
d5d378303683d299c37a272f4671099a  
./lib/modules/2.6.26-2-amd64/kernel/drivers/md/raid1.ko
2aeefb193df2e780d43ebb473fe82bfd  
./lib/modules/2.6.26-2-amd64/kernel/drivers/md/md-mod.ko
91fa548cb2b1a13f91c86fac6d3f4dd8  
./lib/modules/2.6.26-2-amd64/kernel/drivers/md/linear.ko
0f5467d8be38cea150d91d1ea504960b  
./lib/modules/2.6.26-2-amd64/kernel/drivers/md/raid10.ko
f35a0e830a2c624357a970cde39d1e56  
./lib/modules/2.6.26-2-amd64/kernel/drivers/md/multipath.ko
ef242a955b231df6193bb0c4ccf77295  
./lib/modules/2.6.26-2-amd64/kernel/drivers/md/raid456.ko
0a9de817dd96aff9d0002d6fdb128873  

Bug#576786: open-iscsi: Unable to login with initramfs script

2010-04-07 Thread Ritesh Raj Sarraf
Hello Aurel,

Can you have a look at 525053 ?

What you are proposing seems to be part of an older problem.


Regards,
Rietsh


On Wednesday 07 Apr 2010 13:24:11 Aurelien Jarno wrote:
 The initramfs script is not able to login to the target when a
 login/password is used. This is due to a bug in the script, the -u
 or -w parameters are passed twice to iscsistart. When iscsistart is
 called, ISCSI_USERNAME and ISCSI_PASSWORD already contain -u or -w.
 
 The patch below fixes the problem.
 
 diff -u open-iscsi-2.0.871.3/debian/extra/initramfs.local-top
 open-iscsi-2.0.871.3/debian/extra/initramfs.local-top ---
 open-iscsi-2.0.871.3/debian/extra/initramfs.local-top
 +++ open-iscsi-2.0.871.3/debian/extra/initramfs.local-top
 @@ -61,10 +61,8 @@
 iscsistart -i $ISCSI_INITIATOR -t $ISCSI_TARGET_NAME\
-g $ISCSI_TARGET_GROUP -a $ISCSI_TARGET_IP   \
-p $ISCSI_TARGET_PORT \
 -  ${ISCSI_USERNAME:+-u $ISCSI_USERNAME}  \
 -  ${ISCSI_PASSWORD:+-w $ISCSI_PASSWORD}  \
 -  ${ISCSI_IN_USERNAME:+-U $ISCSI_IN_USERNAME}\
 -  ${ISCSI_IN_PASSWORD:+-W $ISCSI_IN_PASSWORD}
 +  ${ISCSI_USERNAME} ${ISCSI_PASSWORD} \
 +  ${ISCSI_IN_USERNAME} ${ISCSI_IN_PASSWORD}
  }
  
  parse_iscsi_ops ()

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


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


Bug#576617: libgconf2-4: gconfd-2 enters infinite loop, preventing other apps from starting forever

2010-04-07 Thread Josselin Mouette
Le mardi 06 avril 2010 à 21:31 +0200, Helge Hafting a écrit :
  Does it only happen with Mozilla programs, or with all programs using
  GConf? Try for example gcalctool.
  
 gcalctool is just as bad as icedove.
 gconfd-2 and gcalctool both eats 100% cpu forever.
 I get a blank unresponsive gcalctool window.
 
 strace gcalctool
 reveals that this sequence repeats over and over:
 read(15, 0x25d5104, 4096)   = -1 EAGAIN (Resource temporarily 
 unavailable)
 poll([{fd=6, events=POLLIN}, {fd=8, events=POLLIN|POLLPRI}, {fd=11, 
 events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, 
 events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=15, 
 events=POLLIN}, {fd=16, events=POLLIN}], 8, 0) = 1 ([{fd=12, 
 revents=POLLHUP}])

What is file descriptor #15 ? (You can look at which open or pipe system
call returns 15 earlier in the strace.)

It would also be interesting to obtain a GDB backtrace of what is
happening at that moment. See http://wiki.debian.org/HowToGetABacktrace

 dbus-launch iceweasel
 gives me a blank iceweasel window, and two processes
 (firefox-bin and gconfd-2) eating 100% cpu each.

OK so it’s probably not D-Bus related.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “A handshake with whitnesses is the same
  `- as a signed contact.”  -- Jörg Schilling




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



Bug#520324: ITP: chromium-browser -- A web browser developed by Google based on the WebKit engine

2010-04-07 Thread Alexander Sack
On Sat, Mar 27, 2010 at 05:38:52PM +0100, Fathi Boudra wrote:
  Just pull and build the ubuntu package.
 
 Thanks. It seems Ubuntu package doesn't build as is.
 gyp doesn't exist in Debian.
 timeout is provided by coreutils package.

right ... gyp needs to get in too!! FTA probably could help getting that in.



 - Alexander




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



Bug#576791: tp-smapi-modules-2.6.26-2-686: lost battery, batery goes idle after a while, sometimes

2010-04-07 Thread V.Aug.
Package: tp-smapi-modules-2.6.26-2-686
Version: 2.6.26+0.37-6+lenny3
Severity: critical
Justification: breaks the whole system


hi, 

since i run aptitude safe-upgrade the last time, just a few days ago, i 
mentioned that my thinkpad losts its battery sometimes.
it seems to be an smapi problem, i guess so, because i saw the tp-smapi modules 
updated with safe-upgrade.
after a reboot, my thinkpad t42p reported the battery as idle when running with 
external powersource.
i didnt test what happens when i pull out the wire!
i also mentioned that it will report a dead battery sometimes when battery 
still have 70% and goes to standby mode, or tries to.

the battery is almost new, and works really well for 1 year now. i dont see the 
problem here. also testes with a second battery, old one, 
and could reproduce it 2 times with old battery (within 1 week or so).

when linux tries to go standby, it does not always work, because of active wlan 
(ath5k), maybe the radeon driver with opengl, dont know, sometimes fails.

when booting again, or come back to x after failed suspend to ram, it will 
suspend again and again running in a loop until i put in a powersource.
this is really bad and makes the machine unsuseable causing a lot of trouble 
sometimes, cant reboot cleanly and had to press poweroff button :(

some more details:
i use a thinkpad t42p, and one missing feature of my firmware is indeed the 
lack of some smapi features. like fore_uncharge or charge, or use 2 batteries 
simultaneously.
this is a common problem of the smapi on some thinkpad models, i had already 
the latest firmware and bios, but this does not fix the smapi bugs on this 
machine.
but battery was never a problem before last safe-upgrade. it appears exactly 
after i run safe-upgrade the last time.





-- 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/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 tp-smapi-modules-2.6.26-2-686 depends on:
ii  linux-image-2.6.26-2-686 2.6.26-21lenny4 Linux 2.6.26 image on PPro/Celeron

tp-smapi-modules-2.6.26-2-686 recommends no packages.

tp-smapi-modules-2.6.26-2-686 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#564600: bup package

2010-04-07 Thread Kartik Mistry
On Tue, Feb 9, 2010 at 10:19 PM, Kartik Mistry kar...@debian.org wrote:
 bup is awesome. However, I got no reply from Khadeeja yet about packaging
 progress. I guess I'll wait for sometime and start working on packaging
 after it. If you can join, it will be great.

 Biggest task will be to write nice 'manpage' and try to get it merged with
 upstream, I guess :)

Jon, You feel free to take forward package and move ITP to your name.
You can upload the package and if needed, Khadeeja can join the team
as it is maintain using collab-maint.

-- 
 Cheers,
 Kartik Mistry
 Debian GNU/Linux Developer
 0xD1028C8D | Identica: @kartikm | IRC: kart_
 Blogs: {gu: kartikm, en: ftbfs}.wordpress.com



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



Bug#576457:

2010-04-07 Thread Sergey Fionov
Sorry for incorrect link in my previous comment, link to buildd log should be:
https://buildd.debian.org/build.cgi?pkg=pulseaudio;ver=0.9.21-1.2;arch=amd64



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



Bug#575477: Keyboard not working

2010-04-07 Thread Marco Hoefle
On Fri, 2010-03-26 at 08:56 +0100, Vincent Bernat wrote:
 submitter 575438 marco.hoe...@nanotronic.ch
 clone 575438 -1
 severity -1 normal
 retitle -1 Keyboard not working
 submitter -1 marco.hoe...@nanotronic.ch
 thanks
 
 OoO En  ce doux début de matinée  du vendredi 26 mars  2010, vers 08:26,
 Hoefle Marco marco.hoe...@nanotronic.ch disait :
 
  Hello Vincent,
  bugreport tool auto computed a wrong email and I didn't recognize it.
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575438
 
  My email  address is marco.hoe...@nanotronic.ch,  don't know if  it is
  possible to change it in an open bug thread.
 
 Yes, it is possible. I do it now.
 
  /var/run/xrdp  was root:root.  I changed  it to  xrdp:xrdp and  xrdp +
  xrdp-sesman are started using /etc/init.d/xrdp restart.
 
 OK,  I will change  the init.d  script to  ensure that  /var/run/xrpd is
 owned by xrdp.
 
  However, my  keyboard doesn't  work at  all. Do I  have to  modify ini
  files in /etc/xrdp ?
 
 I create a new bug for this one. By not working at all, you mean that it
 does not even work for regular keys?

Hello Vincent,
the problem was that the swiss german keymap.ini file is missing. I
copyied /etc/xrdp/km-0407.ini to /etc/xrdp/km-0807.ini and the keyboard
works.
However, a few keys are different. Do you have an idea how to modify the
new keymap file?
One difference (between the german 0407 and the swiss german 0807) is
the @ key. On my keyboard I have to press altgr + 2 while on the
german one it is altgr + q:

http://en.wikipedia.org/wiki/Keyboard_layout#Germany_and_Austria_.28but_not_Switzerland.29


Thanks,
Marco
  




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



Bug#573187: transition: mpi-defaults

2010-04-07 Thread Lucas Nussbaum
On 06/04/10 at 21:01 -0500, Pavan Balaji wrote:
 
 Sorry, never mind my previous email.
 
 Lucas Nussbaum wrote:
 We would like to switch to using mpich2 on the arches where openmpi is
 not supported, but some packages fail to build from source when using
 mpich2. It seems that for some of them, it is caused by build systems
 expecting to find mpi.h in /usr/lib/mpich2/include/ (as it is the case
 for other MPI implementations), while it is shipped in
 /usr/include/mpich2/.
 
 By default, mpi.h should installed in $prefix/include, which seems
 to be what you need (prefix = /usr/lib/mpich2). So, unless you give
 an --includedir option to configure, this should work the way you
 expect it to. Maybe I'm not understanding the problem correctly
 here?

We are currently using prefix=/usr and includedir=/usr/include/mpich2,
so libs get installed directly in /usr/lib, and header files are in
/usr/include/mpich2.

We could use includedir=/usr/lib/mpich2/include, but I'm still not sure
that this is the correct way to solve that problem, instead of fixing
the build systems to be more tolerant about the location of MPI header
files.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#557114: Updated/Refreshed patch for 2.2.11

2010-04-07 Thread Damyan Ivanov
tags 557114 upstream wontfix
thanks

-=| Damyan Ivanov, Tue, Apr 06, 2010 at 10:36:09PM +0300 |=-
 forwarded 557114 http://code.google.com/p/clive/issues/detail?id=54
 
 Thanks! I have forwarded this wishlist report and the patch to the URL 
 above.
 
 I'd prefer letting upstream evaluate the patch before including it in 
 the Debian package. Hopefuly this is OK for you.

Upstream declined the patch with the following reasoning:

Blip, as far as I can tell, allows downloading videos.
clive focuses on those websites only that do not do so.

  It [clive] was written to work around the Adobe
  Flash plugin requirement. -- Project description

Tagging the Debian bug as wontfix accordingly.



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



Bug#575912: phpmyadmin: Server running with Suhosin. Please refer to documentation for possible issues.

2010-04-07 Thread Michal Čihař
Hi

Dne Wed, 7 Apr 2010 10:25:52 +0200
Thijs Kinkhorst th...@debian.org napsal(a):

 Michal, perhaps the phpMyAdmin FAQ item that the warning refers to can be
 augumented with which parameters to change?

Well it links to http://www.hardened-php.net/hphp/troubleshooting.html
which explains it quite well. But you're right we might include it
directly in the documentation.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#570452: with mozilla-openoffice.org installed, nspluginscan returns useless relative path

2010-04-07 Thread Petter Reinholdtsen

I've investigated this problem some more, and I am getting convinced
that the problem is this code in
ooo-build-3-2-0-9/patches/dev300/nsplugin-path.diff, which is
unprepared for a relative symlink:

  #   define SEARCH_SUFFIX /program/libnpsoplug
   if (!(clobber = strstr (libFileName, SEARCH_SUFFIX)))
   {
   ssize_t len = readlink(libFileName, realFileName, NPP_PATH_MAX-1);
   if (len == -1)
   {
   fprintf (stderr, Couldn't read link '%s'\n, libFileName);
   return 1;
   }
   realFileName[len] = '\0';
   if (!(clobber = strstr (realFileName, SEARCH_SUFFIX)))
   {
   fprintf (stderr, Couldn't find suffix in '%s'\n, realFileName);
   return 1;
   }
   *clobber = '\0';
   }

This is the link in question:

tjener:~# ls -l /usr/lib/mozilla/plugins/libnpsoplugin.so
lrwxrwxrwx 1 root root 41 14 feb. 10:11 
/usr/lib/mozilla/plugins/libnpsoplugin.so - 
../../openoffice/program/libnpsoplugin.so
tjener:~#

I see two solutions to this problem.  Either make the code capable of
handling relative symlinks.  It can be done by using realpath() or
canonicalize_file_name() (GNU extention) instead of readlink.  Or by
making the symlink absolute.  I believe it is best to make the code
more robust and able to handle relative symlinks.

The code I found to create this symlink is this fragment in
debian/rules:

cd debian/mozilla-openoffice.org$(VER)  \
for b in iceape iceweasel mozilla mozilla-firefox firefox; do \
mkdir -p usr/lib/$$b/plugins  \
ln -sf /$(OOBRANDDIR)/program/libnpsoplugin.so \
   usr/lib/$$b/plugins/libnpsoplugin.so; \
done

It seem to create absolute symlinks, so I am not quite sure what is
going on here.  I checked the symlink on a Squeeze system.

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#576457: pulseaudio: fails to start

2010-04-07 Thread Sergey Fionov
version 0.9.21-1.2 fixes problem in local build with
dpkg-buildpackage, but don't fix problem on buildd.

Buildd log at 
https://buildd.debian.org/fetch.cgi?pkg=pulseaudio;ver=0.9.21-1.2;arch=amd64
have warnings about unused variables in core-util.c:199, it means that
HAVE_FSTAT and HAVE_FCHMOD are not defined in buildd build even with
this fix.



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



Bug#576794: icedove: message pane header takes up too much space, especially with long subject lines

2010-04-07 Thread Arthur Marsh
Package: icedove
Version: 3.0.4-1
Severity: wishlist
Tags: upstream


The message pane header takes up more space than in 2.x versions of icedove,
especially with long subject lines wrapping.

It should be possible to make the message pane header more customisable,
e.g. scrollable rather than wrapping long subject lines, restricting 
headers that alway appear in a given message area (e.g. gmane.org newsgroup
messages that are from mailing lists).

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

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

Versions of packages icedove depends on:
ii  debianutils 3.2.2Miscellaneous utilities specific t
ii  fontconfig  2.8.0-2  generic font configuration library
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-3+b1  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 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  libgcc1 1:4.4.3-7GCC support library
ii  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.0-2 The GTK+ graphical user interface 
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-1 Network Security Service libraries
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libsqlite3-03.6.23.1-1   SQLite 3 shared library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libstdc++6  4.4.3-7  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-2X11 client-side library
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  psmisc  22.10-1  utilities that use the proc file s
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages icedove recommends:
ii  libbonobo2-0 2.24.3-1Bonobo CORBA interfaces library
ii  libgconf2-4  2.28.1-1GNOME configuration database syste
ii  libgnome2-0  2.30.0-1The GNOME library - runtime files
ii  libgnomevfs2-0   1:2.24.3-1  GNOME Virtual File System (runtime
ii  liborbit21:2.14.17-2 libraries for ORBit2 - a CORBA ORB
ii  libpopt0 1.15-1  lib for parsing cmdline parameters
ii  myspell-en-au [myspell-dicti 2.1-5   English_australian dictionary for 
ii  myspell-en-gb [myspell-dicti 1:3.2.0-2   English_british dictionary for mys

Versions of packages icedove suggests:
ii  ttf-lyx   1.6.5-1TrueType versions of some TeX font

-- debconf-show failed



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



Bug#576793: icedove: get mail action is not available except via mail toolbar

2010-04-07 Thread Arthur Marsh
Package: icedove
Version: 3.0.4-1
Severity: wishlist
Tags: upstream


The actions of creating a new message, accessing the address book,
and tagging message can be done without using the mail toolbar.

However, I have not been able to find the get mail action in the 
menus.

It should be possible to perform the get mail action on the current
folder by a keyboard short-cut, right click option or other means 
*without* having to need to have the mail toolbar, which takes up 
a significant amount of space.


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

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

Versions of packages icedove depends on:
ii  debianutils 3.2.2Miscellaneous utilities specific t
ii  fontconfig  2.8.0-2  generic font configuration library
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-3+b1  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 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  libgcc1 1:4.4.3-7GCC support library
ii  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.0-2 The GTK+ graphical user interface 
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-1 Network Security Service libraries
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libsqlite3-03.6.23.1-1   SQLite 3 shared library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libstdc++6  4.4.3-7  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-2X11 client-side library
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  psmisc  22.10-1  utilities that use the proc file s
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages icedove recommends:
ii  libbonobo2-0 2.24.3-1Bonobo CORBA interfaces library
ii  libgconf2-4  2.28.1-1GNOME configuration database syste
ii  libgnome2-0  2.30.0-1The GNOME library - runtime files
ii  libgnomevfs2-0   1:2.24.3-1  GNOME Virtual File System (runtime
ii  liborbit21:2.14.17-2 libraries for ORBit2 - a CORBA ORB
ii  libpopt0 1.15-1  lib for parsing cmdline parameters
ii  myspell-en-au [myspell-dicti 2.1-5   English_australian dictionary for 
ii  myspell-en-gb [myspell-dicti 1:3.2.0-2   English_british dictionary for mys

Versions of packages icedove suggests:
ii  ttf-lyx   1.6.5-1TrueType versions of some TeX font

-- debconf-show failed



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



Bug#575477: Keyboard not working

2010-04-07 Thread Hoefle Marco
Hello Vincent,
I figured out where the problem is: the swiss german keymap ini was
missing. I copied the german keymap ini (/etc/xrdp/km-0407.ini
to /etc/xrdp/km-0807.ini) and the keyboard works. The german keyboard
layout is close to the swiss german one but there are some differences:
for example the @ is not there. Do you have an idea how to modify the
new keymap file? On the swiss german keyboard the @ is altgr + 2.
In the [altgr] section of the newly created keymap file is for example
key8=0.0 or key9=65307:27.
How do I find out what to modify?
Thanks,
Marco




Bug#576457: config.h regenerated at wrong place for amd64

2010-04-07 Thread Torsten Marek
Hi,

something is strange in there. If you check the build log, you'll see
that configure is run twice, then config.h.in is regenerated using
autoheader, but config.h is build via config.status only after make
all-recursive is executed.

In a local build, config.h is created immediately after config.h.in, and
judging from the rules, there is no way around that:


all: $(BUILT_SOURCES) config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive


...

config.h: stamp-h1
@if test ! -f $@; then \
  rm -f stamp-h1; \
  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
else :; fi

stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
cd $(top_builddir)  $(SHELL) ./config.status config.h
$(srcdir)/config.h.in:  $(am__configure_deps) 
($(am__cd) $(top_srcdir)  $(AUTOHEADER))
rm -f stamp-h1
touch $@

(copy from a local Makefile)

Excerpt from the buildd log:

make[1]: Leaving directory 
`/build/buildd-pulseaudio_0.9.21-1.2-amd64-2bGIeC/pulseaudio-0.9.21'
make[1]: Entering directory 
`/build/buildd-pulseaudio_0.9.21-1.2-amd64-2bGIeC/pulseaudio-0.9.21'
echo 0.9.21  .version-t  mv .version-t .version
(CDPATH=${ZSH_VERSION+.}:  cd .  /bin/bash 
/build/buildd-pulseaudio_0.9.21-1.2-amd64-2bGIeC/pulseaudio-0.9.21/missing 
--run autoheader)
rm -f stamp-h1
touch config.h.in
/usr/bin/make  all-recursive
... many many lines ...
cd .  /bin/bash ./config.status config.h
config.status: creating config.h


Excerpt from local log:

make[1]: Leaving directory `/tmp/buildd/pulseaudio-0.9.21'
make[1]: Entering directory `/tmp/buildd/pulseaudio-0.9.21'
echo 0.9.21  .version-t  mv .version-t .version
(CDPATH=${ZSH_VERSION+.}:  cd .  /bin/bash 
/tmp/buildd/pulseaudio-0.9.21/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd .  /bin/bash ./config.status config.h
config.status: creating config.h
/usr/bin/make  all-recursive

I've checked some other architecture's buildd logs, they look exactly like the 
local one.

best,

Torsten
-- 
.: Torsten Marek
.: University of Zurich
.: Institute of Computational Linguistics
.: http://www.cl.uzh.ch/en/tmarek.html






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



Bug#576785: netbase: Network disabled on shutdown while iSCSI root is used

2010-04-07 Thread Marco d'Itri
On Apr 07, Aurelien Jarno aure...@debian.org wrote:

 The netbase init script already tries to detect network root drives, but
 it does not detect iSCSI drives. The patch below fixes this problem.
No objections on this principle, but can you think about a better test
than looking for /etc/iscsi/iscsi.initramfs? I'd like to use something
not related to the current internals of a different package.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#516374: Reply to #211

2010-04-07 Thread Davide Ferrari
I don't think it's fixed in 2.6.32 (I'm using the one from backports)
I have webservers running Apache which reach very very high loads and the 
server becomes completely unrensponsive through ssh, althoung ping (for 
example) works.

This appears in the kernel log:

[ 1079.886691] INFO: task flush-8:0:1755 blocked for more than 120 seconds.
[ 1079.904075] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables 
this message.
[ 1079.921842] flush-8:0 D  0  1755  2 0x
[ 1079.921846]  88022fa3b880 0046  
0002
[ 1079.921850]  88000540f9a0 f8a0 88022ef65fd8 
000155c0
[ 1079.921852]  000155c0 88022e998710 88022e998a08 
00010001
[ 1079.921855] Call Trace:
[ 1079.921863]  [81178093] ? get_request+0x7e/0x2ba
[ 1079.921869]  [812edf7d] ? io_schedule+0x73/0xb7
[ 1079.921871]  [811783bf] ? get_request_wait+0xf0/0x188
[ 1079.921875]  [81064a36] ? autoremove_wake_function+0x0/0x2e
[ 1079.921877]  [8117874e] ? __make_request+0x2f7/0x428
[ 1079.921883]  [81176f2b] ? generic_make_request+0x299/0x2f9
[ 1079.921886]  [81177061] ? submit_bio+0xd6/0xf2
[ 1079.921890]  [8110b453] ? submit_bh+0xf5/0x115
[ 1079.921894]  [8110d9c4] ? __block_write_full_page+0x1d6/0x2ac
[ 1079.921896]  [8110c749] ? end_buffer_async_write+0x0/0x13b
[ 1079.921901]  [810b94e2] ? __writepage+0xa/0x25
[ 1079.921904]  [810b9b69] ? write_cache_pages+0x20b/0x327
[ 1079.921907]  [810b94d8] ? __writepage+0x0/0x25
[ 1079.921912]  [8103aa9c] ? __wake_up_common+0x44/0x72
[ 1079.921917]  [8103fa44] ? __wake_up+0x30/0x44
[ 1079.921921]  [8110637e] ? writeback_single_inode+0xe7/0x2da
[ 1079.921925]  [81107057] ? writeback_inodes_wb+0x423/0x4fe
[ 1079.921928]  [8110725e] ? wb_writeback+0x12c/0x1ab
[ 1079.921934]  [8105a4ba] ? try_to_del_timer_sync+0x63/0x6c
[ 1079.921937]  [811074c4] ? wb_do_writeback+0x145/0x15b
[ 1079.921940]  [8110750b] ? bdi_writeback_task+0x31/0x9d
[ 1079.921944]  [810c7c1e] ? bdi_start_fn+0x0/0xca
[ 1079.921950]  [810c7c8e] ? bdi_start_fn+0x70/0xca
[ 1079.921953]  [810c7c1e] ? bdi_start_fn+0x0/0xca
[ 1079.921955]  [81064769] ? kthread+0x79/0x81
[ 1079.921959]  [81011baa] ? child_rip+0xa/0x20
[ 1079.921962]  [810646f0] ? kthread+0x0/0x81
[ 1079.921964]  [81011ba0] ? child_rip+0x0/0x20


-- 
Davide Ferrari
Atrapalo.com System Administrator



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



Bug#572748: xmds: diff for NMU version 1.6.6-2.1

2010-04-07 Thread Alexander Reichle-Schmehl
tags 572748 + patch
thanks

Dear maintainer,

I've prepared an NMU for xmds (versioned as 1.6.6-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u xmds-1.6.6/debian/control xmds-1.6.6/debian/control
--- xmds-1.6.6/debian/control
+++ xmds-1.6.6/debian/control
@@ -5,7 +5,7 @@
 Uploaders: Christian T. Steigies c...@debian.org,
  Rafael Laboissiere raf...@debian.org
 Build-Depends: cdbs, debhelper (= 7.0.0), autotools-dev, fftw-dev,
- libfftw3-dev, libmpich1.0-dev, octave3.0-headers, autoconf
+ libfftw3-dev, libmpich1.0-dev, octave3.2-headers, autoconf
 Standards-Version: 3.8.0
 Homepage: http://xmds.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/xmds/
diff -u xmds-1.6.6/debian/rules xmds-1.6.6/debian/rules
--- xmds-1.6.6/debian/rules
+++ xmds-1.6.6/debian/rules
@@ -32,7 +32,7 @@
 	touch make-examples-stamp
 
 install/xmds::
-	octave3.0-depends
+	octave3.2-depends
 
 binary-install/xmds::
 	# Move Octave file into the correct directory
diff -u xmds-1.6.6/debian/changelog xmds-1.6.6/debian/changelog
--- xmds-1.6.6/debian/changelog
+++ xmds-1.6.6/debian/changelog
@@ -1,3 +1,12 @@
+xmds (1.6.6-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to octave 3.2 (in debian/control and debian/rules)
+(Closes: #572748)
+  * Urgency set to medium due to RC bug fix
+
+ -- Alexander Reichle-Schmehl toli...@debian.org  Wed, 07 Apr 2010 11:23:28 +0200
+
 xmds (1.6.6-2) unstable; urgency=low
 
   * debian/control, debian/rules: Drop support for octave2.1, which will


signature.asc
Description: Digital signature


Bug#567135: FWD: Re: btrfs issues

2010-04-07 Thread Josselin Mouette
reassign 567135 dpkg
reassign 568908 dpkg
forcemerge 575891 568908 567135
thanks

Le mardi 06 avril 2010 à 15:19 -0400, Joey Hess a écrit :
  At the moment, my other two problems, #567135 and #568908, do not
  seem likely to be caused by the dpkg bug.
 
 #567135 is definitely caused by triggers and postinst scripts going
 missing from /var/lib/dpkg/info, that's the behaviour that got me
 looking at dpkg in the first place. I wouldn't be surprised if #568908
 also had similar roots.

Thanks for the analysis. This indeed explains a lot, and is also somehow
reassuring wrt. the state of btrfs :)

Let’s merge the bugs.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “A handshake with whitnesses is the same
  `- as a signed contact.”  -- Jörg Schilling




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



Bug#576795: Please build-depend on gnupg

2010-04-07 Thread Loïc Minier
Package: jetring
Version: 0.18
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch lucid

Hi

 While doing a mass-rebuild of Debian sid and Ubuntu lucid, we
 discovered jetring was actually failing to build when gnupg isn't
 installed.  Just adding an explicit gnupg build-dep fixes the build.

 https://lists.ubuntu.com/archives/ubuntu-devel/2010-March/030532.html
 has some discussion on the Build-Essential: yes field in Ubuntu and the
 dependencies of the build-essential package in Debian, but it mostly
 boils down to the conclusion that gnupg isn't build essential.

 (While this bug could be Severity serious, it's not causing any
 immediate problem in Debian as the arch: all binary is required to
 upload jetring.)

   Thanks,
-- 
Loïc Minier



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



Bug#457075: Salomé packaging

2010-04-07 Thread Andre Espaze
Hi Adam,

 
  Concerning the 5.1.3-5, I can not start Salomé from debian/tmp/usr. The
  funny point is that I can run Salomé when compiling it by hand in a
  dedicated directory. An identified problem was the line:
  
  chmod -x $(CURDIR)/debian/tmp/usr/lib/python2.5/*-packages/salome/*
  
  however I still get the 'Study server is not found' error at startup. I
  have reached a point where I am comparing the configuration steps,
  I hope to identify the problem soon.
 
 Thanks for your work on this.  Between the two of us, I hope we can find
 out what's breaking this soon...
I made the KERNEL and GUI modules work this morning on the 5.1.3-5
release. I have enclose the patch 'kernel-gui-building.patch' that
should be applied on the revision:

862cebe157a4ce50984d6fc15758da7d3ca96e2a
Thu Mar 4 20:29:30 2010
Remove troublesome /usr/bin subdirectory from HXX2SALOME.

by:

patch -p1  kernel-gui-building.patch

The steps for running the resulting Salome are provided inside the patch.

For me, the main problem was that I did not install the shared 
librairies stored in the package libsalome-dev. It explains why
I could run Salome by ajusting environment variables to debian/tmp/usr 
but never once installed on the system. By the way, it is correct 
to have the line:
usr/lib/*.so
inside 'debian/libsalome-dev.files'? 

I guess that it is not relevant to run the 5.1.3-4 build again 
if this version works for you. I am now starting a complete build
with all modules.

Best regards,

André
commit 82657a24389490922d070d883cb79730caabc69e
Author: Andre Espaze andre.esp...@logilab.fr
Date:   Wed Apr 7 10:43:38 2010 +0200

Building Salome with KERNEL and GUI modules for testing

This Salome version is only built with the KERNEL and GUI
modules for testing that the graphical server can be started.
As a result all references to others modules have been removed
as well as any files that will not exist at the end of the build.
The only line relevant for others modules is:

chmod -x $(CURDIR)/debian/tmp/usr/lib/python2.5/*-packages/salome/*

which should be removed or required code modifications.

The steps for testing Salome once the git-buildpackage command
is finished are:

  su
  dpkg -i libsalome5.1.3-0_5.1.3-5_amd64.deb
  dpkg -i python2.5-salome_5.1.3-5_amd64.deb
  dpkg -i salome-common_5.1.3-5_all.deb
  dpkg -i salome_5.1.3-5_amd64.deb
  dpkg -i libsalome-dev_5.1.3-5_all.deb
  exit
  runSalome

diff --git a/debian/rules b/debian/rules
index 7cee7e3..cc7ac7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,29 +25,7 @@ endif
 # - BLSURFPLUGIN, GHS3D[PRL]PLUGIN and HexoticPLUGIN require non-free
 #   libraries, and will not be part of the Debian package.
 SALOME_MODULES = KERNEL_SRC_$(SALOME_VERSION) \
-  GUI_SRC_$(SALOME_VERSION) \
-  GEOM_SRC_$(SALOME_VERSION) \
-  MED_SRC_$(SALOME_VERSION) \
-  VISU_SRC_$(SALOME_VERSION) \
-  SMESH_SRC_$(SALOME_VERSION) \
-  NETGENPLUGIN_SRC_$(SALOME_VERSION) \
-  YACS_SRC_$(SALOME_VERSION) \
-  MULTIPR_SRC_$(SALOME_VERSION) \
-  COMPONENT_SRC_$(SALOME_VERSION) \
-  RANDOMIZER_SRC_$(SALOME_VERSION) \
-  SIERPINSKY_SRC_$(SALOME_VERSION) \
-  LIGHT_SRC_$(SALOME_VERSION) \
-  PYLIGHT_SRC_$(SALOME_VERSION) \
-  HELLO_SRC_$(SALOME_VERSION) \
-  PYHELLO_SRC_$(SALOME_VERSION) \
-  CALCULATOR_SRC_$(SALOME_VERSION) \
-  PYCALCULATOR_SRC_$(SALOME_VERSION) \
-  HXX2SALOME_SRC_$(SALOME_VERSION)
-# XDATA_SRC_$(SALOME_VERSION) \
-  BLSURFPLUGIN_SRC_$(SALOME_VERSION) \
-  GHS3DPLUGIN_SRC_$(SALOME_VERSION) \
-  GHS3DPRLPLUGIN_SRC_$(SALOME_VERSION) \
-  HexoticPLUGIN_SRC_$(SALOME_VERSION)
+  GUI_SRC_$(SALOME_VERSION)
 
 clean:
 	dh_testdir
@@ -150,22 +128,6 @@ build-indep-stamp: configure-stamp
 	make -C KERNEL_SRC_$(SALOME_VERSION)/doc usr_docs dev_docs -j $(NJOBS) DESTDIR=$(CURDIR)/debian/tmp bindir=/usr/bin libdir=/usr/lib docdir=/usr/share/doc/salome-doc
 	echo; echo GENERATING DOCUMENTATION IN MODULE GUI; echo
 	make -C GUI_SRC_$(SALOME_VERSION)/doc usr_docs dev_docs -j $(NJOBS) DESTDIR=$(CURDIR)/debian/tmp bindir=/usr/bin libdir=/usr/lib docdir=/usr/share/doc/salome-doc
-	echo; echo GENERATING DOCUMENTATION IN MODULE GEOM; echo
-	make -C GEOM_SRC_$(SALOME_VERSION)/doc usr_docs dev_docs -j $(NJOBS) DESTDIR=$(CURDIR)/debian/tmp bindir=/usr/bin libdir=/usr/lib docdir=/usr/share/doc/salome-doc
-	echo; echo GENERATING DOCUMENTATION IN MODULE MED; echo
-	make -C MED_SRC_$(SALOME_VERSION)/doc dev_docs -j $(NJOBS) DESTDIR=$(CURDIR)/debian/tmp bindir=/usr/bin libdir=/usr/lib docdir=/usr/share/doc/salome-doc
-	echo; echo GENERATING DOCUMENTATION IN MODULE HELLO; echo
-	make -C HELLO_SRC_$(SALOME_VERSION)/doc usr_docs -j $(NJOBS) DESTDIR=$(CURDIR)/debian/tmp bindir=/usr/bin libdir=/usr/lib docdir=/usr/share/doc/salome-doc
-	echo; echo GENERATING DOCUMENTATION IN MODULE PYHELLO; echo
-	make -C PYHELLO_SRC_$(SALOME_VERSION)/doc usr_docs -j $(NJOBS) DESTDIR=$(CURDIR)/debian/tmp bindir=/usr/bin 

Bug#548505: Bug#553354: diff: shouldn't be marked as essential when description assures that it can be safely removed

2010-04-07 Thread Daniel Reichelt
Hi,

I just could reproduce the described behaviour like this:

when having a sources.list like this

**
deb http://ftp.de.debian.org/debian experimental main contrib non-free
deb http://ftp.de.debian.org/debian stable main contrib non-free
deb http://ftp.de.debian.org/debian testing main contrib non-free
deb http://ftp.de.debian.org/debian unstable main contrib non-free
deb http://ftp.de.debian.org/debian-volatile stable/volatile main contrib 
non-free
deb http://ftp.de.debian.org/debian-volatile stable/volatile-sloppy main 
contrib non-free
deb http://security.debian.org stable/updates  main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free
**

and having the default distribution set to testing by apt.conf.d

APT::Default-Release testing;


an apt-get dist-upgrade insists on having diff intalled, while it does not when 
I remove the stable lines from my sources.list.

In either case apt-cache show diff and apt-cache policy diff report this:

**
# apt-cache show diff
Package: diff
Priority: extra
Section: oldlibs
Installed-Size: 36
Maintainer: Santiago Vila sanv...@debian.org
Architecture: all
Source: diffutils
Version: 1:2.9-2
Pre-Depends: diffutils
Filename: pool/main/d/diffutils/diff_2.9-2_all.deb
Size: 6292
MD5sum: a14db56b2247578d7ebe38aa85ce3d20
SHA1: 8ea1e728c036e5d004ec2f0c7c888ef529a5969e
SHA256: e9193decf8a99e57e2d9dc01ebb74d8d6282b6ca9a0c4f52d3267a69dc006e32
Description: dummy transitional package for diff - diffutils
 This is a dummy package to aid in transitioning from diff to diffutils.
 It may be safely removed after upgrading to squeeze.
Homepage: http://www.gnu.org/software/diffutils/
Tag: interface::commandline, role::program, scope::utility, suite::gnu, 
use::synchronizing, works-with::{file,software:source,text}

# apt-cache policy diff
diff:
  Installed: (none)
  Candidate: 1:2.9-2
  Version table:
 1:2.9-2 0
990 http://ftp.de.debian.org testing/main Packages
500 http://ftp.de.debian.org unstable/main Packages
**


Maybe this helps...

Daniel



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



Bug#576772: find's %Y

2010-04-07 Thread jidanni
JY https://savannah.gnu.org/bugs/index.php?29460
OK glad this has been tracked down.



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



Bug#576769: Couldn't find the bug

2010-04-07 Thread Oren Held

apt-get source pulseaudio (got v0.9.21_1.2)
./configure; make; make install

and this version that I built seems to work well, as opposed to the same 
binary version downloaded from the official Debian repo.


Maybe something in the build process is broken?

Oren





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



Bug#576796: xtrlock can be bypassed using TTY's

2010-04-07 Thread thims
Package: xtrlock
Version: 2.0-12
Severity: grave
Tags: security
Justification: user security hole

If one attempts to switch to a TTY while xtrlock is running, it allows the 
system to switch to 
specified TTY where xtrlock can be easily killed with killall xtrlock. I run 
ratpoison, and 
executing xtrlock by normal means works fine, but ctrl+alt+FN changes to said 
TTY ratpoison was 
launched from, ^z then killall xtrlock terminates xtrlock and switching back 
allows user 
access, bypassing credentials.

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

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

Versions of packages xtrlock depends on:
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries
ii  libx11-62:1.1.5-2X11 client-side library

xtrlock recommends no packages.

xtrlock 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#576673: closed by Bastian Blank wa...@debian.org (Re: Bug#576673: lvm2: unmount lvm snapshot takes a long time - high disk I/O)

2010-04-07 Thread James Robertson
I realise this bug is closed but I have discovered how to resolve this
problem and i'm replying here for the benefit of anyone who is
researching the same problem.

I found that if I mounted the snapshot read only e.g. mount -o ro
/dev/vg00/home-snapshot /mnt/home-snapshot I did not encounter the
disk activity and lenghty unmount delay.

I also tested this using a Debian Kernel (2.6.32-4-amd64) and got the
same behaviour and the delay appears proportionate to the amount of
data copied from the snapshot (in my case a fairly large rsync) as
when I simply mounted and unmounted it was instantaneous and a small
copy job caused a small delay and disk activity.

Thanks and Regards,

James



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



Bug#576797: qemu doesn't use kqemu any more - the old version should be available?

2010-04-07 Thread Wojtek Zabolotny
Package: qemu
Version: 0.12.3+dfsg-2
Severity: wishlist

*** Please type your report below this line ***
After last upgrade qemu stopped to use kqemu accelerator on my systems.
The command-line options -enable-kqemu and -kernel-kqemu are not valid
any more.
As those systems use processors which do not provide hardware support
for KVM, they can only run qemu without accelerator.

Maybe the old version of the qemu package, which still supported kqemu
should be kept available?

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

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

Versions of packages qemu depends on:
ii  qemu-system0.12.3+dfsg-2 QEMU full system emulation
binarie
ii  qemu-user  0.12.3+dfsg-2 QEMU user mode emulation
binaries
ii  qemu-utils 0.12.3+dfsg-2 QEMU utilities

qemu recommends no packages.

Versions of packages qemu suggests:
pn  qemu-user-static  none (no description available)

-- no debconf information



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



Bug#576786: open-iscsi: Unable to login with initramfs script

2010-04-07 Thread Aurelien Jarno
Ritesh Raj Sarraf a écrit :
 Hello Aurel,
 
 Can you have a look at 525053 ?
 
 What you are proposing seems to be part of an older problem.
 
 

Indeed, the brokenness has been introduced by this patch, it looks like
the two proposed patches have been applied, and they conflict, hence the
problem I observed.

In that case the best is to revert the first proposed patch. It can be
done with the new patch I attached to this mail.



-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net
diff -u open-iscsi-2.0.871.3/debian/extra/initramfs.local-top open-iscsi-2.0.871.3/debian/extra/initramfs.local-top
--- open-iscsi-2.0.871.3/debian/extra/initramfs.local-top
+++ open-iscsi-2.0.871.3/debian/extra/initramfs.local-top
@@ -42,22 +42,6 @@
 		ISCSI_TARGET_GROUP=1
 	fi
 
-	if [ ! -z $ISCSI_USERNAME ]; then
-		ISCSI_USERNAME=-u $ISCSI_USERNAME
-	fi
-
-	if [ ! -z $ISCSI_PASSWORD ]; then
-		ISCSI_PASSWORD=-w $ISCSI_PASSWORD
-	fi
-
-	if [ ! -z $ISCSI_IN_USERNAME ]; then
-		ISCSI_IN_USERNAME=-U $ISCSI_IN_USERNAME
-	fi
-
-	if [ ! -z $ISCSI_IN_PASSWORD ]; then
-		ISCSI_IN_PASSWORD=-W $ISCSI_IN_PASSWORD
-	fi
-
 	iscsistart -i $ISCSI_INITIATOR -t $ISCSI_TARGET_NAME	\
 		   -g $ISCSI_TARGET_GROUP -a $ISCSI_TARGET_IP	\
 		   -p $ISCSI_TARGET_PORT \


Bug#576799: libpetsc3.0.0: please build with --with-clanguage=C++

2010-04-07 Thread Juha Jäykkä
Package: libpetsc3.0.0
Version: 3.1.0-3.0.0-fix-for-hdf5-1.0
Severity: wishlist


Please build petsc with --with-clanguage=C++ in the future. Some external
libraries that depend on PETSc, like the Toolkit for Advanced Optimization,
require this. It also does not (seem to) break anything and is the only
change needed (in debian/rules) or anywhere else in the source, so making
the change is almost trivial.

Please note that my version number is a bit strange, because I needed another
bugfix to PETSc as well, which is now included in the 3.1p0 release (which,
on the other hand is incompatible with the above mentioned TAO, so I must 
backport the HDF5 fix from 3.1p0 to 3.0.0 anyway... frustrating).

Cheers,
Juha


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

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

Versions of packages libpetsc3.0.0 depends on:
ii  libamd2.2.0 1:3.4.0-1approximate minimum degree orderin
ii  libatlas3gf-base [libla 3.6.0-24 Automatically Tuned Linear Algebra
ii  libblas3gf [libblas.so. 1.2-4Basic Linear Algebra Subroutines 3
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.3-5GCC support library
ii  libgfortran34.4.3-5  Runtime library for GNU Fortran ap
ii  libhdf5-openmpi-1.8.3   1.8.3-2.1Hierarchical Data Format 5 (HDF5) 
ii  libhypre-2.4.0  2.4.0b-6 High Performance Matrix Preconditi
ii  liblapack3gf [liblapack 3.2.1-2  library of linear algebra routines
ii  libopenmpi1.3   1.4.1-2  high performance message passing l
ii  libspooles2.2   2.2-6+b1 SPOOLES SParse Object Oriented Lin
ii  libstdc++6  4.4.3-5  The GNU Standard C++ Library v3
ii  libsuperlu3 3.0+20070106-3   Direct solution of large, sparse s
ii  libumfpack5.4.0 1:3.4.0-1sparse LU factorization library
ii  libx11-62:1.3.3-2X11 client-side library
ii  openmpi-bin 1.4.1-2  high performance message passing l
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libpetsc3.0.0 recommends no packages.

libpetsc3.0.0 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#576792: gnome: Unable to automount a vfat formatted USB stick

2010-04-07 Thread Josselin Mouette
reassign 576792 nautilus
thanks

Le mercredi 07 avril 2010 à 17:51 +1000, David Creelman a écrit :
 Not sure if this is the right place to report this.
 Before the last apt-get update; apt-get dist-upgrade I was able to automount
 my Medion 8Gb USB stick. 
 Now, when I plug it in, there is a small spike of CPU and then no
 Nautilus screen and no automount.
 There is no problem with the drive itself. I was able to mount it with
 sudo mount /dev/sda1 /media/floppy and get at all of the files on it.

Does the disk appear in gnome-disk-utility when you plug it in? If it’s
the case, does mounting it from this tool work?

What are the last lines of the output of dmesg when you plug it in?

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “A handshake with whitnesses is the same
  `- as a signed contact.”  -- Jörg Schilling




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



Bug#575912: phpmyadmin: Server running with Suhosin. Please refer to documentation for possible issues.

2010-04-07 Thread Olaf van der Spek

On 7-4-2010 10:25, Thijs Kinkhorst wrote:

In that case, shouldn't Suhosin be disabled by default?


I don't think so. PHP in Debian is of wider use than phpMyAdmin alone, so
if phpMyAdmin has issues with Suhosin it doesn't naturally follow that all
of Suhosin should be disabled. There are many PHP applications both inside
and outside of Debian, web application security has a significant impact
on the web today and having Suhosin by default can provide a positive
contribution to web application security.


I don't have experience with Suhosin, but it sounds a bit like AV 
software (on Windows): work arounds, not solutions.



As for the impact of Suhosin on phpMyAdmin performance, this is limited to
only certain operations, most notably when working with large tables that
have no primary key. I have not encountered any problems myself when
working with phpMyAdmin in different contexts all running with Suhosin.


Isn't it possible to detect and disable those operations in pMA when 
Suhosin is enabled?



Finally, it's possible to change the specific Suhosin settings that
phpMyAdmin has a problem with. So it's definately not needed to remove or
disable Suhosin to be able to work with phpMyAdmin.


I know, I just think this warning isn't right either.


Michal, perhaps the phpMyAdmin FAQ item that the warning refers to can be
augumented with which parameters to change?


cheers,
Thijs





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



Bug#576798: ghc6, no utf-8

2010-04-07 Thread henry atting
Package: ghc6
Version: 6.12.1-12
Justification: renders package unusable
Severity: grave

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

Utf-8 obviously is not supported. That make some programms installed
with cabal nearly unusuable.


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

Kernel: Linux 2.6.32-3-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

Versions of packages ghc6 depends on:
ii  gcc   4:4.4.2-3  The GNU C compiler
ii  libbsd-dev0.2.0-1utility functions from BSD systems
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libc6-dev 2.10.2-6   Embedded GNU C Library: Developmen
ii  libffi-dev3.0.9-1Foreign Function Interface library
ii  libffi5   3.0.9-1Foreign Function Interface library
ii  libgmp3-dev   2:4.3.2+dfsg-1 Multiprecision arithmetic library 
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libncurses5   5.7+20100313-1 shared libraries for terminal hand
ii  perl [perl5]  5.10.1-11  Larry Wall's Practical Extraction 

ghc6 recommends no packages.

Versions of packages ghc6 suggests:
pn  ghc6-doc  none (no description available)
pn  ghc6-prof none (no description available)
pn  haskell-doc   none (no description available)




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



Bug#570452: with mozilla-openoffice.org installed, nspluginscan returns useless relative path

2010-04-07 Thread Rene Engelhard
Hi,

On Wed, Apr 07, 2010 at 11:21:28AM +0200, Petter Reinholdtsen wrote:
 I've investigated this problem some more, and I am getting convinced
 that the problem is this code in
 ooo-build-3-2-0-9/patches/dev300/nsplugin-path.diff, which is
 unprepared for a relative symlink:
[...]
 I see two solutions to this problem.  Either make the code capable of
 handling relative symlinks.  It can be done by using realpath() or
 canonicalize_file_name() (GNU extention) instead of readlink.  Or by
 making the symlink absolute.  I believe it is best to make the code
 more robust and able to handle relative symlinks.

Will tell upstream :)

 The code I found to create this symlink is this fragment in
 debian/rules:
 
 cd debian/mozilla-openoffice.org$(VER)  \
 for b in iceape iceweasel mozilla mozilla-firefox firefox; do 
 \
 mkdir -p usr/lib/$$b/plugins  \
 ln -sf 
 /$(OOBRANDDIR)/program/libnpsoplugin.so \
usr/lib/$$b/plugins/libnpsoplugin.so; \
 done
 
 It seem to create absolute symlinks, so I am not quite sure what is
 going on here.  I checked the symlink on a Squeeze system.

dh_link converts absolute symlinks into relative ones.

Grüße/Regards,

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



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



Bug#576769: Build from the source package

2010-04-07 Thread Mélaine Aubin Guifo
After I rebuilt  pulseaudio from the source package, it worked
apt-get source pulseaudio
then debuild.
Try to get the source package and rebuild it yourself.





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



Bug#570284: O: washngo

2010-04-07 Thread Joachim Breitner
Hi,

Am Mittwoch, den 07.04.2010, 10:02 +0200 schrieb Ralf Treinen:
  thanks for the update. I don’t expect any problem in supporting a
  cabalized WASH in Debian. Ralf, in this case, please postbone the
  removal for a while.
 
 sure. Would the debian haskell team take over maintenance of that package
 (I take it that you are on that team) ?

yes, that is the plan.

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#558788: [wnpp] add nouveau in squeeze, please

2010-04-07 Thread Gürkan Sengün

i've tried this driver on a g4 imac with the following card:
:00:10.0 0300: 10de:0189 (rev a2)
:00:10.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX with 
AGP8X (Mac)] (rev a2)


it worked fine.

gurkan



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



Bug#516374: Reply to #211

2010-04-07 Thread Ben Hutchings
On Wed, Apr 07, 2010 at 12:18:35PM +0200, Davide Ferrari wrote:
 I don't think it's fixed in 2.6.32 (I'm using the one from backports)
 I have webservers running Apache which reach very very high loads and the 
 server becomes completely unrensponsive through ssh, althoung ping (for 
 example) works.

Please do not jump to conclusions.  Just because you have seen the same
message, this does *not* mean you have found the same bug!  You should
report this as a new bug rather than hijacking this bug report.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus



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



Bug#576802: gnumeric: font size set not respected when opening file

2010-04-07 Thread arne
Package: gnumeric
Version: 1.10.1-1
Severity: normal

i set thge font size below edit-preferences-font to 6 -- and yet, when i open 
an excel file, it still is much larger.
i manually have to select everything and set the font size via right click - 
format cells.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
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/bash

Versions of packages gnumeric depends on:
ii  debconf [debc 1.5.30 Debian configuration management sy
ii  gconf22.28.1-1   GNOME configuration database syste
ii  gnumeric-comm 1.10.1-1   spreadsheet application for GNOME 
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-4 Fonts for the Ghostscript interpre
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-3+b1The Cairo 2D vector graphics libra
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.24.0-1   The GLib library of C routines
ii  libgoffice-0. 0.8.1-1Document centric objects library -
ii  libgsf-1-114  1.14.17-1  Structured File Library - runtime 
ii  libgtk2.0-0   2.20.0-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.0-1   Layout and rendering of internatio
ii  libxml2   2.7.7.dfsg-1   GNOME XML library
ii  procps1:3.2.8-8  /proc file system utilities
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

Versions of packages gnumeric recommends:
ii  evince-gtk2.28.2-1   Document (postscript, pdf) viewer 
ii  lp-solve  5.5.0.13-7 Solve (mixed integer) linear progr

Versions of packages gnumeric suggests:
pn  epiphany-browser  none (no description available)
pn  gnumeric-doc  none (no description available)
pn  gnumeric-plugins-extranone (no description available)
pn  ttf-liberation | ttf-mscorefo none (no description available)

-- debconf information:
  gnumeric/existing-process: false



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



Bug#576698: ImportError: No module named Crypto.Cipher

2010-04-07 Thread bd
On Tue, Apr 06, 2010 at 05:53:24PM +0200, Sbaturzio Cantina wrote:
 [...]
 Crypto.Cipher import Blowfish ImportError: No module named Crypto.Cipher  and
 then I get again the bash prompt.

this is due to python-crypto 2.1.0-1 only containig documentation, see #576478.

downgrading python-crypto to either

 2.0.1+dfsg1-5 0
500 http://debian.netcologne.de squeeze/main Packages
 2.0.1+dfsg1-2.3+lenny0 0
500 http://debian.netcologne.de lenny/main Packages

fixes this.

Regards

Stefan
-- 
BOFH excuse #25:

Decreasing electron flux



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



Bug#576270: python-sugar-toolkit-0.88: python module not installed correctly

2010-04-07 Thread Jonas Smedegaard

On Fri, Apr 02, 2010 at 02:54:09PM +0200, Jonas Smedegaard wrote:

Hi Sascha,

On Fri, Apr 02, 2010 at 11:54:46AM +, Sascha Silbe wrote:
After upgrading python-sugar-toolkit-0.88 from 0.87.4-1 (squeeze) to 
0.87.8-1 (sid), the contained Python module is not available anymore:


thanks for reporting this.

A newer release, 0.88.0-1, is pending inclusion into Debian.

At the moment it is only unofficially available built for amd64 - I 
will try make a sideport available shortly for you to test.


Could you please check the newer 0.88.0-1 now available officially in 
Sid for all supported architectures?



Regards,

 - Jonas

--
* Jonas Smedegaard - idealist  Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#537169: wrong paraview plugin path

2010-04-07 Thread Oliver Borm
Hello,

the following patch is working as expected in my local build (that means
it changes the plugin path correctly), but not if I apply it to the
paraview src-package, maybe something additional has to be changed in
the rules file or somewhere else:

--- ParaView3/CMake/ParaViewPlugins.cmake2009-06-10
15:18:18.0 +0200
+++ paraview-3.6.2/CMake/ParaViewPlugins.cmake2010-04-06
20:15:34.0 +0200
@@ -8,7 +8,7 @@
 MACRO(internal_paraview_install_plugin name)
   IF (PV_INSTALL_BIN_DIR)
 INSTALL(TARGETS ${name}
-  DESTINATION ${PV_INSTALL_BIN_DIR}/plugins/${name}
+  DESTINATION /usr/lib/paraview/plugins/${name}
   COMPONENT Runtime)
   ENDIF (PV_INSTALL_BIN_DIR)
 ENDMACRO(internal_paraview_install_plugin)




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