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-06 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#576769: Confirmed on amd64: bug is still there

2010-04-06 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#576677: find's %Y

2010-04-06 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#576772: find's %Y

2010-04-06 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#533381: gedit: Gedit crashes when double clicking on a .mp3 file

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

2010-04-06 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#385219: partman: Support leaving unused space after partitioning

2010-04-06 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#576776: allow umount -U

2010-04-06 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#576772: find's %Y

2010-04-06 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#514459: linux-image-2.6.32-4-686: device name not updated in /etc/crypttab

2010-04-06 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#576677: find's %Y

2010-04-06 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#576773: raptor: May need to depend on independent package for librdfa instead of shipping a copy ?

2010-04-06 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#576597: [Pkg-scicomp-devel] Bug#576597: Bug#576597: paraview - Produces huge build log

2010-04-06 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 wrote:

> 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#574869: ufraw: writes invalid TIFF files

2010-04-06 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#576772: %Y affected by path

2010-04-06 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#576677: Kernel Panic - no init found

2010-04-06 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 2>&1|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#572488: linux-image-2.6.33: fails to boot

2010-04-06 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#576700: initramfs-tools: could not resume after suspended by uswsusp

2010-04-06 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- | 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#576771: RFP: php-arc -- Flexible RDF system for semantic web and PHP practitioners

2010-04-06 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#576677: Kernel Panic - no init found

2010-04-06 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 2>&1|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#576564: linux-image-2.6.32-3-686: ali5451 - no sound after resuming from suspend

2010-04-06 Thread Rami Autiomäki
2010/4/6 Mark Brown :
> For ALSA bugs it's much more likely to be useful to report them upstream
> by sending them to alsa-de...@alsa-project.org with a CC Takashi Iwai
>  - the ALSA bug tracker is pretty much ignored by both
> desktop and embedded ALSA developers these days (and we really should
> shut it down, I'll try to remember to bring that up on the list soon).
>

I have reported this to alsa-de...@alsa-project.org and to ti...@suse.de.

--
Rami Autiomäki



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



Bug#573905: When will a new package be uploaded?

2010-04-06 Thread Yukiharu YABUKI
Hi, all

I have just made nmu package. But, I haven't been uploaded yet.

Because this is my first time of source format 3.0 quilt.
And this patch should apply before configure.

I uploaded temporally space, please check it.
http://www.netfort.gr.jp/~yabuki/tmp/

On Tue, 6 Apr 2010 20:00:00 -0400
Roberto C. Sánchez  wrote:

> On Wed, Apr 07, 2010 at 12:19:50AM +0200, Paul Menzel wrote:
> > Am Donnerstag, den 18.03.2010, 12:08 -0400 schrieb Roberto C.Sánchez:
> > > On Thu, Mar 18, 2010 at 10:25:08PM +0700, Yukiharu YABUKI wrote:
> > > > Tags: 573905 + patch
> > > > 
> > > > Sorry guys.
> > > > 
> > > > I attached wrong patch.
> > > > This patch is correct.
> > > 
> > > This looks much better.  Thanks very much for looking at this and taking
> > > care of it, as I have been too swamped to really solve this.
> > 
> > Roberto, do you plan to upload a new package or do you want someone to
> > do a NMU?
> > 
> > 
> > Thanks to everyone working on this bug,
> > 
> An NMU would be fantastic.  I do not know when I will have time to work
> on this package in the very near future.
> 
> Regards,
> 
> -Roberto
> 
> -- 
> Roberto C. Sánchez
> http://people.connexer.com/~roberto
> http://www.connexer.com
> 


--
++++++++++++++
〒550-0002 大阪市西区江戸堀2-1-1 江戸堀センタービル9F
KIIRE JAPAN Inc. http://www.kiire.co.jp/
TEL : 090-2041-8170 FAX : 06-6225-1212
Yukiharu YABUKI (矢吹幸治)
++++++++++++++



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



Bug#576753: empty username and passwd cause crash

2010-04-06 Thread Brice Goglin
forcemerge 576602 576360 576753
thank you



jida...@jidanni.org wrote:
> Package: xdm
> Version: 1:1.1.9-1
> Severity: wishlist
>
> At the xdm login screen, typing just RET to both the username and
> password prompts will cause xdm to crash.
>   

Please look at other bug reports before reporting a new one, we have
this one twice already. xdm only has about 30 bugs open, it's very easy
to check the entire list.

Brice




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



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

2010-04-06 Thread Jeanseb

hello,
I got same problem with am64 sqeeze kernel.

Compiling 2.6.33.1 with debian config file crash the same way.
make defconfig defore running make-kpkg work fine.

Hope it will help

jeanseb.



---
Vos idées n'sont fondées que par overdose de télé
Je ne peux que prêcher la déraison la destruction


- Mail Original -
De: "Ben Hutchings" 
À: "Michal Suchanek" 
Cc: 572...@bugs.debian.org
Envoyé: Mercredi 7 Avril 2010 05h22:39 GMT +01:00 Amsterdam / Berlin / Berne / 
Rome / Stockholm / Vienne
Objet: Bug#572488: linux-image-2.6.33: fails to boot

On Tue, 2010-04-06 at 17:58 +0100, Ben Hutchings wrote:
> On Tue, Apr 06, 2010 at 07:14:15PM +0200, Michal Suchanek wrote:
> >
> > On 04/03/2010 09:32 PM, Ben Hutchings wrote:
> >> Please report this upstream at  under
> >> product 'Platform Specific/Hardware', component 'i386'.  Let us know the
> >> bug number so we can track it.
> >>
> >>
> > AFAICT this is not an upstream issue. Running make menuconfig and just  
> > saving the config in a fresh 2.6.32.11 kernel results in the values of  
> > these options that work for me.
> 
> Ah, so your previous config diff was reversed.  I understand now.

Alright, I'm thoroughly confused.  The Debian config, the Kconfig
default and the defconfig all agree that
CONFIG_PHYSICAL_ALIGN=0x100.  CONFIG_MMAP_MIN_ADDR is irrelevant as
it only restricts virtual addresses.  Whatever the problem is, it's
nothing to do with these settings.  You need to send us real config
files instead of speculating.

Ben.

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



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



Bug#576698: revelation: should be marked as "grave"

2010-04-06 Thread alberto maurizi
Package: revelation
Severity: normal


This bug does not allow to run revelation anymore. Should be marked as
"grave".

Alberto


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

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

Versions of packages revelation depends on:
ii  gconf2   2.28.1-1GNOME configuration database syste
ii  gnome-icon-theme 2.30.0-1GNOME Desktop icon theme
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcrack22.8.16-1pro-active password checker librar
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-central   0.6.14+nmu2 register and build utility for Pyt
ii  python-crypto2.1.0-1 cryptographic algorithms and proto
ii  python-gnome22.28.0-2Python bindings for the GNOME desk
ii  python-gtk2  2.16.0-2Python bindings for the GTK+ widge
ii  shared-mime-info 0.71-1  FreeDesktop.org shared MIME databa

revelation recommends no packages.

revelation 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#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
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 2>&1|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



-- 
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-06 Thread Brice Goglin
Thiemo Nagel wrote:
> Package: xserver-xorg
> Version: 1:7.5+5
> Severity: normal
>
> I'm seeing these crashes when working on an external monitor connected to my
> Eee PC 1000HG.  I'd estimate the frequency at which I have encountered this
> problem at approx. once every 4 hours.  I still have to find out if there is a
> specific action that triggers it.
>
> [...]
> X.Org X Server 1.7.6
> Release Date: 2010-03-17
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 2.6.32.10-dsa-ia32 i686 Debian
> Current Operating System: Linux eee 2.6.32-trunk-686 #1 SMP Sun Jan 10 
> 06:32:16 UTC 2010 i686
> Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-trunk-686 
> root=/dev/mapper/sda7_crypt ro vga=6 quiet
>   

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)

Brice




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



Bug#576672: libdbd-csv-perl: FTBFS: test failures

2010-04-06 Thread Damyan Ivanov
-=| gregor herrmann, Wed, Apr 07, 2010 at 12:41:33AM +0200 |=-
> On Tue, 06 Apr 2010 20:18:52 +0300, Damyan Ivanov wrote:
> 
> > > We already have 0.2800-1 in svn, but it depends on libdbi-perl 1.611
> > > which according to http://search.cpan.org/dist/DBI/ has a changelog
> > > entry (DBI::Changes and [0]) but the latest tarball (with the same date)
> > > is called DBI-1.610_90.tar.gz.
> > DBD::CSV requires DBI 1.611, which is in DBI-1.610_90.tar.gz. 
> 
> Oh, nice, I didn't look into the module itself.
> 
> > It 
> > appears the DBI CPAN distribution is one example of the distributions, 
> > which version doesnn't match included modules' version.
> 
> Or the 1.610_90 was a mistake and it should be 1.611 ...

May be, may be not. Anyone in contact with Tim Bunce? Does he plan an 
1.611 release?

> > I guess we should upgrade libdbi-perl to 1.610.90 and adjust the 
> > libdbd-cvs-perl dependency to be on that, instead of 1.611.
> 
> Right. Or wait one or two days, maybe we see a 1.611 release and can
> save the mangling and patching.

Right.

I have the watch file prepared for 1.610_90 -> 1.610.90 mangling 
locally :)


signature.asc
Description: Digital signature


Bug#574844: SNDRV_PCM_IOCTL_RESUME failed: Function not implemented

2010-04-06 Thread trentbuck
# New evidence suggests this problem is mplayer-specific.
reassign 575844 mplayer
found 575844 1.0~rc3+svn20090405-1+b1
thanks

Consider the following transcript.  First, we generate a test file:

$ mplayer -really-quiet -ao pcm:fast -vo null -vc null 
http://he3.magnatune.com/all/01-Aurore-Gerard%20Satamian-lofi.mp3

Plain aplay works:

$ sleep 10 && sudo tee <<88200)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
mem
[AO_ALSA] Pcm in suspend mode, trying to resume.
[AO_ALSA] alsa-lib: pcm_hw.c:709:(snd_pcm_hw_resume) SNDRV_PCM_IOCTL_RESUME 
failed: Function not implemented
  C-c C-c

MPlayer interrupted by signal 2 in module: play_audio

Exiting... (Quit)
[1]+  Donesleep 10 && sudo tee /sys/power/state <<< mem

But this doesn't:

$ sleep 10 && sudo tee <<88200)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
mem
[AO_ALSA] Pcm in suspend mode, trying to resume.
[AO_ALSA] alsa-lib: pcm_hw.c:709:(snd_pcm_hw_resume) SNDRV_PCM_IOCTL_RESUME 
failed: Function not implemented
  C-c C-c

MPlayer interrupted by signal 2 in module: play_audio
  C-c C-c

MPlayer interrupted by signal 2 in module: play_audio
[1]+  Donesleep 10 && sudo tee /sys/power/state <<< mem

This makes me suspect some part of mplayer's terminal interaction
code.

These tests were done within Emacs' M-x shell, where TERM=dumb and
stdio is connected to a tty (i.e. "test -t 0 -a -t 1 -a -t 2" passes).

The behaviour above is consistent for kernels
linux-image-2.6.32-3-amd64 (2.6.32-9) and linux-image-2.6.33-2-amd64
(2.6.33-1~experimental.4).  For each, alsa-info.sh yields
http://www.alsa-project.org/db/?f=3d1754592d25ecf773a04984473c7eefeda581de
http://www.alsa-project.org/db/?f=df81bc3978db0e9a08685581da7614548dd41acc



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



Bug#558482: dpkg: dependency problems prevent configuration

2010-04-06 Thread Russ Allbery
Version: 190.53-1

jida...@jidanni.org writes:

> Saw this:
> dpkg: dependency problems prevent configuration of nvidia-libvdpau1:
>  nvidia-libvdpau1 depends on nvidia-libvdpau1-driver (>= 190.42); however:
>   Package nvidia-libvdpau1-driver is not installed.
> dpkg: error processing nvidia-libvdpau1 (--configure):
>  dependency problems - leaving unconfigured

Thanks, this was fixed in 190.53-1.  Sorry about the delay in closing the
bug.  The bug number wasn't correctly noted in the changelog.

-- 
Russ Allbery (r...@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#576770: xpad notes are gray, no text, no edit

2010-04-06 Thread alberto maurizi
Package: xpad
Version: 4.0-3
Severity: grave
Justification: renders package unusable


text of xpad notes is no more visible.
new notes are not editable.

alberto


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

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

Versions of packages xpad depends on:
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   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.24.0-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.0-2   The GTK+ graphical user interface 
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libpango1.0-0 1.28.0-1   Layout and rendering of internatio
ii  libsm62:1.1.1-1  X11 Session Management library

xpad recommends no packages.

xpad 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#576769: pulseaudio -k E: core-util.c: Failed to create secure directory: Permission denied E: main.c: Daemon startup failed

2010-04-06 Thread Mélaine Aubin Guifo
Package: pulseaudio
Version: 0.9.21-1.2
Severity: important

Pulseaudio does not start pulseaudio -k E: core-util.c: Failed to create secure
directory: Permission denied E: main.c: Failed to kill daemon: Permission
denied


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'testing-proposed-updates'), (600, 
'testing'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-rc3-git5-guifo-vanilla-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pulseaudio depends on:
ii  adduser   3.112  add and remove users and groups
ii  consolekit0.4.1-4framework for defining and trackin
ii  libasound21.0.22-2   shared library for ALSA applicatio
ii  libasyncns0   0.3-1  Asyncronous name service query lib
ii  libc6 2.11-0exp6 Embedded GNU C Library: Shared lib
ii  libcap2   1:2.17-2   support for getting/setting POSIX.
ii  libdbus-1-3   1.2.24-1   simple interprocess messaging syst
ii  libgdbm3  1.8.3-9GNU dbm database routines (runtime
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libltdl7  2.2.6b-2   A system independent dlopen wrappe
ii  libpulse0 0.9.21-1.2 PulseAudio client libraries
ii  libsamplerate00.1.7-3Audio sample rate conversion libra
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libsndfile1   1.0.21-2   Library for reading/writing audio 
ii  libspeexdsp1  1.2~rc1-1  The Speex extended runtime library
ii  libudev0  151-3  libudev shared library
ii  libwrap0  7.6.q-18   Wietse Venema's TCP wrappers libra
ii  libx11-6  2:1.3.3-2  X11 client-side library
ii  libxtst6  2:1.1.0-2  X11 Testing -- Resource extension 
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  udev  151-3  /dev/ and hotplug management daemo

Versions of packages pulseaudio recommends:
ii  gstreamer0.10-pulseaudio  0.10.21-1  GStreamer plugin for PulseAudio
ii  libasound2-plugins1.0.22-1   ALSA library additional plugins
ii  pulseaudio-esound-compat  0.9.21-1.2 PulseAudio ESD compatibility layer
ii  pulseaudio-module-x11 0.9.21-1.2 X11 module for PulseAudio sound se

Versions of packages pulseaudio suggests:
ii  paman 0.9.4-1PulseAudio Manager
ii  paprefs   0.9.9-2PulseAudio Preferences
ii  pavucontrol   0.9.9-1PulseAudio Volume Control
ii  pavumeter 0.9.3-1PulseAudio Volume Meter
ii  pulseaudio-utils  0.9.21-1.2 Command line tools for the PulseAu

-- 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#514459: linux-image-2.6.32-4-686: device name not updated in /etc/crypttab

2010-04-06 Thread Rodrigo Campos
I think this is fixed in 2.6.32-11 which closed #575056, that is the same bug if
I'm not wrong




Thanks a lot,
Rodrigo



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



Bug#576641: Can't open /scripts/functions, no backup of initrd made

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

On 04/07/10 06:07, maximilian attems wrote:
> 
> can't be the code of mdadm 3.1.1-1 can not produce such an error,
> but the experimental version 3.1.1-1+incremental+4 is faulty.
> 
After removing mdadm I got this:

# dpkg -i initramfs-tools_0.94_all.deb
(Reading database ... 30558 files and directories currently installed.)
Preparing to replace initramfs-tools 0.93.4 (using 
initramfs-tools_0.94_all.deb) ...
Unpacking replacement initramfs-tools ...
Setting up initramfs-tools (0.94) ...
Installing new version of config file /etc/kernel/postrm.d/initramfs-tools ...
Installing new version of config file /etc/kernel/postinst.d/initramfs-tools ...
Installing new version of config file /etc/initramfs-tools/initramfs.conf ...
Installing new version of config file 
/etc/initramfs-tools/update-initramfs.conf ...
update-initramfs: deferring update (trigger activated)
Processing triggers for man-db ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.32-3-amd64
W: Possible missing firmware /lib/firmware/rtl8168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl8168d-1.fw for module r8169
.: 4: Can't open /scripts/functions
# echo $?
0


Regards

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

iEYEARECAAYFAku8ENUACgkQUTlbRTxpHjcoTQCbBUZVvF1HcRVS8EB3f+g04juv
sgsAn2Tz8IjCu5vJ6W7TD97oOuYS9g5d
=7p1I
-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#576768: gnarwl 3.6.dfsg-1 (ia64) FTBFS: depends on libc6-dev

2010-04-06 Thread Andreas Barth
Package: gnarwl
Version: 3.6.dfsg-1
Architecture: ia64
Severity: serious

Hi,

this package has wrong build depends:

Build-Depends: debhelper (>= 7), libldap2-dev, libgdbm-dev, libc6-dev (>= 
2.10), po-debconf, quilt


However, libc6-dev doesn't exist on ia64.



Andi



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



Bug#576766: irssi: /UPGRADE doesn't work with SSL connections

2010-04-06 Thread Jon
Package: irssi
Version: 0.8.15-1
Severity: minor

The /UPGRADE command disconnects SSL connections instead of keeping them
alive. This limitation (I doubt its possible to implement) should
probably be docummented in /HELP UPGRADE.


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

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

Versions of packages irssi depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.0-1   The GLib library of C routines
ii  libncurses5   5.7+20100313-2 shared libraries for terminal hand
ii  libperl5.10   5.10.1-11  shared Perl library
ii  libssl0.9.8   0.9.8n-1   SSL shared libraries
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.1 5.10.1-11  minimal Perl system

irssi recommends no packages.

Versions of packages irssi suggests:
pn  irssi-scripts  (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#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 12:42:57PM +0800, jida...@jidanni.org wrote:
> Maybe it all has to do with this recent change to /usr/sbin/mkinitramfs:
> 
> 202,206d226
> < # klibc
> < ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin
> < ln -s /lib/klibc-*.so ${DESTDIR}/lib
> 
> maybe not.

please send me privately one of this broken initramfs,
don't have 686 box at the hand, but looking at it might help.

also what's the size diff working, non working:
ls -lh /boot/initrd*



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



Bug#576719: xserver-xorg-input-synaptics: multitouch emulation stopped working

2010-04-06 Thread Julien Valroff
Hi Mattia,

Le mercredi 07 avril 2010 à 07:54 +0900, Mattia Dongili a écrit :
> On Tue, Apr 06, 2010 at 08:31:43PM +0200, Julien Valroff wrote:
> > Package: xserver-xorg-input-synaptics
> > Version: 1.2.1-1
> > Severity: normal
> > 
[...]
> 
> So you had two finger scrolling working and it suddenly stopped stopped?
Yes, it was working fine until Monday.

> No driver upgrade recently?
> Can you see what this command returns?
>   $ grep synaptics /var/log/dpkg.log{,.1}
Last upgrade (apart from my tests yesterday to upgrade to 1.2.2-2 from
git) is dated of March the 28th.

> > switching back to using xorg.conf syntax in xorg.conf.d, which I have tried
> > using the same options, without success; Section "InputClass"   Driver
> > "synaptics"   Identifier"touchpad"   Option"VertEdgeScroll"
> > "true"   Option"HorizEdgeScroll"   "true"   Option
> > "EmulateTwoFingerMinW"  "7"   Option"EmulateTwoFingerMinZ"  "20"
> > Option"VertTwoFingerScroll"   "true"   Option
> > "HorizTwoFingerScroll"  "true" EndSection   I have even tried building the
> 
> I never played too much with two finger emulation, not really sure what
> might be going on here.
> Can you include the output of
>   $ synclient -l

You'll find it attached.
You'll notice that the values seem correct, except EmulateTwoFingerMinZ
which is always set at 280 while I want it to be 20.

Cheers,
Julien

Parameter settings:
LeftEdge= 1752
RightEdge   = 5192
TopEdge = 1620
BottomEdge  = 4236
FingerLow   = 24
FingerHigh  = 29
FingerPress = 255
MaxTapTime  = 180
MaxTapMove  = 221
MaxDoubleTapTime= 180
SingleTapTimeout= 180
ClickTime   = 100
FastTaps= 0
EmulateMidButtonTime= 75
EmulateTwoFingerMinZ= 280
EmulateTwoFingerMinW= 7
VertScrollDelta = 100
HorizScrollDelta= 100
VertEdgeScroll  = 0
HorizEdgeScroll = 0
CornerCoasting  = 0
VertTwoFingerScroll = 1
HorizTwoFingerScroll= 1
MinSpeed= 0.4
MaxSpeed= 0.7
AccelFactor = 0.00995223
TrackstickSpeed = 40
EdgeMotionMinZ  = 29
EdgeMotionMaxZ  = 159
EdgeMotionMinSpeed  = 1
EdgeMotionMaxSpeed  = 401
EdgeMotionUseAlways = 0
UpDownScrolling = 1
LeftRightScrolling  = 1
UpDownScrollRepeat  = 1
LeftRightScrollRepeat   = 1
ScrollButtonRepeat  = 100
TouchpadOff = 1
GuestMouseOff   = 0
LockedDrags = 0
LockedDragTimeout   = 5000
RTCornerButton  = 0
RBCornerButton  = 0
LTCornerButton  = 0
LBCornerButton  = 0
TapButton1  = 1
TapButton2  = 3
TapButton3  = 2
ClickFinger1= 1
ClickFinger2= 1
ClickFinger3= 2
CircularScrolling   = 0
CircScrollDelta = 0.1
CircScrollTrigger   = 0
CircularPad = 0
PalmDetect  = 0
PalmMinWidth= 10
PalmMinZ= 199
CoastingSpeed   = 0
PressureMotionMinZ  = 29
PressureMotionMaxZ  = 159
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 1
TapAndDragGesture   = 1
AreaLeftEdge= 0
AreaRightEdge   = 0
AreaTopEdge = 0
AreaBottomEdge  = 0


Bug#575524: Adoption

2010-04-06 Thread Sandro Tosi
On Wed, Apr 7, 2010 at 02:54, Thomas Goirand (GPLHost)
 wrote:
> If nobody stands

if someone comes up, you can work together.

> I am finally approved as DD

you don't have to be a DD to adopt a package, so if you care for this
package, just adopt it now (if there's no other time constraints or
so).

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#576767: log error messages too

2010-04-06 Thread jidanni
Package: usbmount
Version: 0.0.19.1
Severity: minor

In syslog we see
usbmount[13888]: executing command: mount -U 8F8C-7990

By why didn't it get mounted?

Let's try it by hand,
# mount -U 8F8C-7990
mount: no such partition found

Therefore we see that usbmount is not making sure the whole story gets
logged.

(Why there is no such partition is a different question.)



-- 
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-06 Thread Rodrigo Campos
severity 514459 important
found 514459 2.6.32-10

thanks

I'm not sure about the severity, so feel free to change it :)

I've just upgraded to 2.6.32-10 and it does not boot. The problema is that
/etc/crypttab is not updated to use the UUID (or some other way that identifies
the disk, not /dev/hdX because with the new kernel that's not the name anymore).

I've installed my PC using the debian installer's guided setup to encrypt the
fs, nothing custom. So I think the upgrade should be smooth.

To make that kernel boot, I just change the device in /etc/crypttab to use
the UUID and then just "update-initramfs -u". So if /etc/crypttab is also
updated during the upgrade, I think this issue should be solved.


Let me know if you want me to test something or if I can help in any way



Thanks a lot,
Rodrigo


-- Package-specific info:
** Version:
Linux version 2.6.32-4-686 (Debian 2.6.32-10) (m...@debian.org) (gcc version 
4.3.4 (Debian 4.3.4-8) ) #1 SMP Wed Mar 17 17:16:41 UTC 2010

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-4-686 root=/dev/mapper/Debian-root ro 
rootflags=data=writeback

** Not tainted

** Kernel log:
[   13.431397] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[   13.431484] usb usb3: Product: UHCI Host Controller
[   13.431548] usb usb3: Manufacturer: Linux 2.6.32-4-686 uhci_hcd
[   13.431616] usb usb3: SerialNumber: :00:1d.1
[   13.432088] usb usb3: configuration #1 chosen from 1 choice
[   13.432226] hub 3-0:1.0: USB hub found
[   13.432294] hub 3-0:1.0: 2 ports detected
[   13.432641] uhci_hcd :00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   13.432715] uhci_hcd :00:1d.2: setting latency timer to 64
[   13.432720] uhci_hcd :00:1d.2: UHCI Host Controller
[   13.432791] uhci_hcd :00:1d.2: new USB bus registered, assigned bus 
number 4
[   13.432916] uhci_hcd :00:1d.2: irq 18, io base 0x1860
[   13.433017] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   13.433086] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[   13.433174] usb usb4: Product: UHCI Host Controller
[   13.433238] usb usb4: Manufacturer: Linux 2.6.32-4-686 uhci_hcd
[   13.433304] usb usb4: SerialNumber: :00:1d.2
[   13.434107] usb usb4: configuration #1 chosen from 1 choice
[   13.434251] hub 4-0:1.0: USB hub found
[   13.434320] hub 4-0:1.0: 2 ports detected
[   13.434436] uhci_hcd :00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[   13.434511] uhci_hcd :00:1d.3: setting latency timer to 64
[   13.434515] uhci_hcd :00:1d.3: UHCI Host Controller
[   13.434585] uhci_hcd :00:1d.3: new USB bus registered, assigned bus 
number 5
[   13.434707] uhci_hcd :00:1d.3: irq 19, io base 0x1880
[   13.434810] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   13.434879] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[   13.434967] usb usb5: Product: UHCI Host Controller
[   13.435031] usb usb5: Manufacturer: Linux 2.6.32-4-686 uhci_hcd
[   13.435097] usb usb5: SerialNumber: :00:1d.3
[   13.435327] usb usb5: configuration #1 chosen from 1 choice
[   13.435457] hub 5-0:1.0: USB hub found
[   13.435525] hub 5-0:1.0: 2 ports detected
[   13.745895] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 
0xa04713/0x204000
[   13.776067] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio4/input/input6
[   14.111515] i801_smbus :00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 
17
[   14.111612] ACPI: I/O resource :00:1f.3 [0x20a0-0x20bf] conflicts with 
ACPI region SMBI [0x20a0-0x20af]
[   14.111706] ACPI: If an ACPI driver is available for this device, you should 
use it instead of the native driver
[   14.111924] 8139too Fast Ethernet driver 0.9.28
[   14.112036] 8139too :06:07.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[   14.113897] eth0: RealTek RTL8139 at 0x3000, 00:16:d3:41:c8:81, IRQ 20
[   14.189270] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[   14.189343] Uniform CD-ROM driver Revision: 3.20
[   14.189668] sr 0:0:1:0: Attached scsi CD-ROM sr0
[   14.296737] ieee80211: 802.11 data/management/control stack, git-1.1.13
[   14.296812] ieee80211: Copyright (C) 2004-2005 Intel Corporation 

[   14.297025] [drm] Initialized drm 1.1.0 20060810
[   14.375582] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[   14.753967] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   14.754361] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 
1.2.2kmprq
[   14.754450] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[   14.754599] ipw2200 :06:05.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[   14.754755] sr 0:0:1:0: Attached scsi generic sg1 type 5
[   14.754834] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[   14.754956] ipw2200 :06:05.0: firmware: requesting ipw2200-bss.fw
[   14.769590] acer-wmi: Acer Laptop ACPI-WMI Extras
[   14.816612] Registered led device: acer-wmi::mail
[   15.135218] i915

Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
By the way, a 0 byte "overlay"?
# mkinitramfs  -o /tmp/foo2 -k
Working files in /tmp/mkinitramfs_8JZYvN and overlay in 
/tmp/mkinitramfs-OL_aFgfUj
# find /tmp/mkinitramfs_8JZYvN|wc -l
160
# ls -l /tmp/mkinitramfs-OL_aFgfUj
-rw--- 1 root root 0 2010-04-07 12:22 /tmp/mkinitramfs-OL_aFgfUj



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



Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
Maybe it all has to do with this recent change to /usr/sbin/mkinitramfs:

202,206d226
< # klibc
< ln -s /usr/lib/klibc/bin/* ${DESTDIR}/bin
< ln -s /lib/klibc-*.so ${DESTDIR}/lib

maybe not.



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



Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, 07 Apr 2010, jida...@jidanni.org wrote:

> ma> please take an image.


> Made with this grub stanza:
> menuentry "Debian GNU/Linux, linux 2.6.32-3-686 (single-user mode)" {
>   set root=(hd0,5)
>   search --fs-uuid --set efd74e43-e0cb-4aa9-8a1d-d258cd465773
>   linux   /boot/vmlinuz-2.6.32-3-686 root=/dev/hda5 ro single panic=111
>   initrd  /boot/initrd.img-2.6.32-3-686
> }

thanks, hmm, what permissions does this file have:
ls -lrt /usr/share/initramfs-tools/init

-- 
maks



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



Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 12:12:45PM +0800, jida...@jidanni.org wrote:
> # sh -x mkinitramfs -v -o /tmp/foo > bar1 2> bar2
> # bzip2 bar?


grr still clueless, please do
mkinitramfs -k -o /tmp/foo

that keeps temporary build dirs and show
find /tmp/mkinitramfs_*



-- 
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-06 Thread maximilian attems
On Wed, 07 Apr 2010, VDR dai (deb) wrote:

> Thank you for your replying and sorry for my simple report.

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- | cpio -i -d
 
> % 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.
 
> this is not changed before/after installing initramfs-tools 0.94.
> 
> % ls -l /dev/disk/by-label/swap
> lrwxrwxrwx 1 root root 10 2010-04-07 08:05 /dev/disk/by-label/swap -> 
> ../../sdb2
> %
> % cat /proc/swaps
> FilenameTypeSizeUsed
> Priority
> /dev/sdb2   partition   2056312 0   -1
> %
> -- 
> Regards,
>   dai
-- 
maks



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



Bug#576641: Can't open /scripts/functions, no backup of initrd made

2010-04-06 Thread maximilian attems
On Wed, 07 Apr 2010, Harald Dunkel wrote:

> On 04/06/10 21:30, maximilian attems wrote:
> > 
> > which version of mdadm are you running please post, output of
> > dpkg -l mdadm
> > 
> 
> It is mdadm 3.1.1-1

can't be the code of mdadm 3.1.1-1 can not produce such an error,
but the experimental version 3.1.1-1+incremental+4 is faulty.

-- 
maks



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



Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 11:54:59AM +0800, jida...@jidanni.org wrote:
> We see a truncated file produced, here on even a third machine.
> $ for i in $...@*; do ls -og $i; zcat $i|cpio -t|wc -l; done
> -rw-r--r-- 1 103770 2010-04-07 11:01 /boot/initrd.img-2.6.32-3-686
> 1092 blocks
> 160

ok that helps, please post content of aboves, rereading mkinitramfs
trace.

> -rw-r--r-- 1 7244191 2010-03-22 09:11 /boot/initrd.img-2.6.32-3-686.bak
> 35062 blocks
> 646



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



Bug#573912: linux-2.6: please enable ramzswap/compcache

2010-04-06 Thread Vagrant Cascadian
On Sun, Apr 04, 2010 at 08:06:23PM +0100, Ben Hutchings wrote:
> On Sun, 2010-04-04 at 11:21 -0700, Vagrant Cascadian wrote:
> > On Sun, Apr 04, 2010 at 07:16:36AM +0100, Ben Hutchings wrote:
> > > On Thu, 2010-03-18 at 14:36 +1100, Trent W. Buck wrote:
> > > > Vagrant Cascadian wrote:
> > > > > Please consider setting CONFIG_RAMZSWAP (a.k.a. compcache), which
> > > > > enables a ram based compressed swap device. i think it can be
> > > > > enabled as a module, but i'm not sure.
...snip...
> > > Would you like me to add this to 2.6.32 for squeeze, then?
> > 
> > if it's not too difficult, sure! i had thought it only made it upstream as
> > recently as 2.6.33.
> 
> Indeed, but it seems trivial to backport.  Please test it when 2.6.32-11
> is released.

thanks!

it works, although needs rzscontrol from compcache-tools (in the NEW queue
since december) in order to initialize the ramzswap device.

i had the impression from the documentation that the module could initialize
the device itself with the defaults, but this apparently isn't the case, at
least not with my initial testing, or the version that was backported.

live well,
  vagrant



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



Bug#576756: crawl: Please support Renesas SH(sh4)

2010-04-06 Thread Nobuhiro Iwamatsu
Hi, Conrad.

2010/4/7 Conrad Parker :
> It seems this line:
>
> +#define TARGET_LIDDLE_ENDIAN
>
> is a typo which was in the platform definition for MIPS, which you
> have copied into the SH definition; the definitions for all other
> platforms spell LITTLE correctly.

Thank for your check!
I attached fixed patch.

>
> On the other hand, it appears that this text-adventure game does not
> use any of these endianness definitions anyway.

Yes, I know.
However, I added it because it might be used in future.

And when we use endian.h, I think that source code become simple.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


crawl_sh_support.patch
Description: application/empty


Bug#576677: Kernel Panic - no init found

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 11:57:40AM +0800, jida...@jidanni.org wrote:
> $ for i in $...@*; do echo $@;zcat $i|cpio -tv|nl|tail -n 5; done
> /boot/initrd.img-2.6.32-3-686
> 1092 blocks
>156  -rw-r--r--   1 root root5 Apr  7 11:01 conf/modules
>157  -rw-r--r--   1 root root 1055 Apr  4 11:43 
> conf/initramfs.conf
>158  -rw-r--r--   1 root root   15 Apr  7 11:01 conf/arch.conf
>159  drwxr-xr-x   2 root root0 Apr  7 11:01 conf/conf.d
>160  drwxr-xr-x   2 root root0 Apr  7 11:01 bin
> /boot/initrd.img-2.6.32-3-686
> 35062 blocks
>642  -rwxr-xr-x   1 root root  736 Mar 21 06:16 bin/dmesg
>643  -rwxr-xr-x   1 root root 3176 Mar 21 06:16 bin/dd
>644  -rwxr-xr-x   1 root root 4428 Mar 21 06:16 bin/cpio
>645  -rwxr-xr-x   1 root root  640 Mar 21 06:16 bin/chroot
>646  -rwxr-xr-x   1 root root 2220 Mar 21 06:16 bin/cat

both are broken, in different ways.

need verbose output of mkinitramfs
sh -x mkinitramfs -v -o /tmp/foo



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



Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
We see a truncated file produced, here on even a third machine.
$ for i in $...@*; do ls -og $i; zcat $i|cpio -t|wc -l; done
-rw-r--r-- 1 103770 2010-04-07 11:01 /boot/initrd.img-2.6.32-3-686
1092 blocks
160
-rw-r--r-- 1 7244191 2010-03-22 09:11 /boot/initrd.img-2.6.32-3-686.bak
35062 blocks
646



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



Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
# sh -x mkinitramfs -v -o /tmp/foo > bar1 2> bar2
# bzip2 bar?


bar1.bz2
Description: Binary data


bar2.bz2
Description: Binary data
# zcat foo |cpio -t|nl|tail
1092 blocks
   151  etc/modprobe.d/jidanni.conf
   152  etc/modprobe.d/fbdev-blacklist.conf
   153  etc/modprobe.d/blacklist.conf
   154  etc/modprobe.d/aliases.conf
   155  conf
   156  conf/modules
   157  conf/initramfs.conf
   158  conf/arch.conf
   159  conf/conf.d
   160  bin


Bug#576765: 'man glame' typo: "senitive"

2010-04-06 Thread A. Costa
Package: glame
Version: 2.0.1-5
Severity: minor
Tags: patch


Found a typo in '/usr/share/man/man1/glame.1.gz', see attached '.diff'.

Hope this helps...

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

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages glame depends on:
ii  guile-1.6-libs  1.6.8-10 Main Guile libraries
ii  libart-2.0-22.3.20-2 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libaudiofile0   0.2.6-8  Open-source version of SGI's audio
ii  libbonobo2-02.24.2-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.2-1 The Bonobo UI library
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libgconf2-4 2.28.1-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libgnome2-0 2.26.0-1 The GNOME library - runtime files
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgnomeui-02.24.2-1 The GNOME libraries (User Interfac
ii  libgnomevfs2-0  1:2.24.2-2   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.20.0-2 The GTK+ graphical user interface 
ii  libguile-ltdl-1 1.6.8-10 Guile's patched version of libtool
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libmad0 0.15.1b-5MPEG audio decoder library
ii  libogg0 1.1.4~dfsg-2 Ogg bitstream library
ii  liborbit2   1:2.14.17-2  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libpopt01.15-1   lib for parsing cmdline parameters
ii  libqthreads-12  1.6.8-10 QuickThreads library for Guile
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libvorbis0a 1.3.1-1  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.3.1-1  The Vorbis General Audio Compressi
ii  libvorbisfile3  1.3.1-1  The Vorbis General Audio Compressi
ii  libxml2 2.7.7.dfsg-1 GNOME XML library

Versions of packages glame recommends:
ii  amb-plugins [ladspa-plugin]   0.6.1-1ambisonics LADPSA plugins
ii  libasound21.0.22-2   shared library for ALSA applicatio
ii  sfftw22.1.3-22   library for computing Fast Fourier

Versions of packages glame suggests:
ii  yelp  2.24.0-2   Help browser for GNOME 2

-- no debconf information
--- glame.1 2008-06-28 11:44:10.0 -0400
+++ /tmp/glame.12010-04-06 02:49:29.0 -0400
@@ -25,7 +25,7 @@
 actions, it interfaces with the filternetwork editor that allows 
 grouping of a wide range of audio plugins and filters.  Both the 
 wave and the filternetwork editor can be started from the main 
-window via a context-senitive menu usually attached to the right 
+window via a context-sensitive menu usually attached to the right 
 mouse button and an entry in the menu bar on top, 
 respectively. 
 .PP 


Bug#565344: is this still an issue?

2010-04-06 Thread Chen Gang
It works.
I tried 2.6.32-4,  the problem has gone and now I can see my desktop
without any workaround. (both STR & STD)

Thank you all.

Gang

2010/4/6 Brice Goglin :
> Chen Gang wrote:
>> With recent xorg driver, I can get screen back when suspend to memory.
>> But the problem still exists when suspend to disk, so the workaround
>> is still needed when I suspend to disk.
>> Using the latest radeon driver from sid cannot help on this.
>>
>> I tried xserver-xorg-video-radeon 1:6.12.6-1 and 1:6.12.192-2, both
>> not working in STD mode.
>> The kernel I'm using is 2.6.32-3-686 from testing.
>
> You want to try 2.6.32-4 since it contains DRM from 2.6.33
>
> Brice
>



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



Bug#576677: Kernel Panic - no init found

2010-04-06 Thread jidanni
$ for i in $...@*; do echo $@;zcat $i|cpio -tv|nl|tail -n 5; done
/boot/initrd.img-2.6.32-3-686
1092 blocks
   156  -rw-r--r--   1 root root5 Apr  7 11:01 conf/modules
   157  -rw-r--r--   1 root root 1055 Apr  4 11:43 
conf/initramfs.conf
   158  -rw-r--r--   1 root root   15 Apr  7 11:01 conf/arch.conf
   159  drwxr-xr-x   2 root root0 Apr  7 11:01 conf/conf.d
   160  drwxr-xr-x   2 root root0 Apr  7 11:01 bin
/boot/initrd.img-2.6.32-3-686
35062 blocks
   642  -rwxr-xr-x   1 root root  736 Mar 21 06:16 bin/dmesg
   643  -rwxr-xr-x   1 root root 3176 Mar 21 06:16 bin/dd
   644  -rwxr-xr-x   1 root root 4428 Mar 21 06:16 bin/cpio
   645  -rwxr-xr-x   1 root root  640 Mar 21 06:16 bin/chroot
   646  -rwxr-xr-x   1 root root 2220 Mar 21 06:16 bin/cat



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



Bug#576697: python-paramiko: paramiko fails to load : ImportError: No module named Crypto.Util.randpool

2010-04-06 Thread Jeremy T. Bouse
Yes, according to Python Crypto's upstream changelog [1] which the
Debian changelog [1] makes no mention of, there were API changes to
Crypto.Util.randpool.RandomPool so this will wait until upstream
paramiko releases a new version that is compatible with the new version.
If I rebuild and simply state it requires python-crypto < 2.1.0 it will
simply make the package completely uninstallable.


[1]
http://gitweb.pycrypto.org/?p=crypto/pycrypto-2.x.git;a=blob;f=ChangeLog;h=9325e0d5592f075065b1cd86d27dc7dceda93c6b;hb=033fc936155115b3a541387804e0a94820978498
[2]
http://packages.debian.org/changelogs/pool/main/p/python-crypto/python-crypto_2.1.0-1/changelog

Julien Bigot wrote:
> Package: python-paramiko
> Version: 1.7.6-2
> Severity: grave
> Justification: renders package unusable
> 
> Hi,
> 
> paramiko fails to load on my system with the following backtrace:
> import paramiko
>   File "/usr/lib/pymodules/python2.5/paramiko/__init__.py", line 69, in 
> 
> from transport import randpool, SecurityOptions, Transport
>   File "/usr/lib/pymodules/python2.5/paramiko/transport.py", line 32, in 
> 
> from paramiko import util
>   File "/usr/lib/pymodules/python2.5/paramiko/util.py", line 32, in 
> from paramiko.common import *
>   File "/usr/lib/pymodules/python2.5/paramiko/common.py", line 98, in 
> from rng import StrongLockingRandomPool
>   File "/usr/lib/pymodules/python2.5/paramiko/rng.py", line 23, in 
> from Crypto.Util.randpool import RandomPool as _RandomPool
> ImportError: No module named Crypto.Util.randpool
> 
> I guess python-crypto somehow changed its API as it works well with
> python-crypto 2.0.1+dfsg1-5 for example.
> 
> Regards,
> Julien
> 
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers unstable
>   APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
> 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
> 
> Versions of packages python-paramiko depends on:
> ii  python2.5.4-9An interactive high-level 
> object-o
> ii  python-crypto 2.1.0-1cryptographic algorithms and 
> proto
> ii  python-support1.0.7  automated rebuilding support for 
> P
> 
> python-paramiko recommends no packages.
> 
> python-paramiko suggests no packages.
> 
> -- no debconf information
> 
> 




signature.asc
Description: OpenPGP digital signature


Bug#576641: Can't open /scripts/functions, no backup of initrd made

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

On 04/06/10 21:30, maximilian attems wrote:
> 
> which version of mdadm are you running please post, output of
> dpkg -l mdadm
> 

It is mdadm 3.1.1-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAku7/d4ACgkQUTlbRTxpHjdnowCdHIdxmALmQpEeth117vMk8nl4
4FUAnjFvbhCWDmr4VpOIV8dZpIapR1du
=YvqB
-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#572488: linux-image-2.6.33: fails to boot

2010-04-06 Thread Ben Hutchings
On Tue, 2010-04-06 at 17:58 +0100, Ben Hutchings wrote:
> On Tue, Apr 06, 2010 at 07:14:15PM +0200, Michal Suchanek wrote:
> >
> > On 04/03/2010 09:32 PM, Ben Hutchings wrote:
> >> Please report this upstream at  under
> >> product 'Platform Specific/Hardware', component 'i386'.  Let us know the
> >> bug number so we can track it.
> >>
> >>
> > AFAICT this is not an upstream issue. Running make menuconfig and just  
> > saving the config in a fresh 2.6.32.11 kernel results in the values of  
> > these options that work for me.
> 
> Ah, so your previous config diff was reversed.  I understand now.

Alright, I'm thoroughly confused.  The Debian config, the Kconfig
default and the defconfig all agree that
CONFIG_PHYSICAL_ALIGN=0x100.  CONFIG_MMAP_MIN_ADDR is irrelevant as
it only restricts virtual addresses.  Whatever the problem is, it's
nothing to do with these settings.  You need to send us real config
files instead of speculating.

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#574869: ufraw: writes invalid TIFF files

2010-04-06 Thread Ian Zimmerman
> "Udi" == Udi Fuchs  writes:

>>  [48]matica:raw$ gm identify imgp0437.tif gm identify: imgp0437.tif:
>> TIFF directory is missing required "ImageLength"
>> field. (MissingRequired).

Udi> I just tried it with graphicsmagick 1.3.5 and I don't get this
Udi> error message. You can also use exiftool or exiv2 to see that the
Udi> ImageLength tag is in the tiff file.

That is my graphicsmagick version too ...

I don't have a raw file handy right now, as soon as I do I'll try to
investigate with exiftool & exiv2.

>>  [49]matica:raw$ enfuse -o imgp0437.jpg imgp0437.tif enfuse: only one
>> input file given. Enfuse needs two or more overlapping input images
>> in order to do blending calculations. The output will be the same as
>> the input.  TIFFReadDirectory: Warning, imgp0437.tif: invalid TIFF
>> directory; tags are not sorted in ascending order.

Udi> I'm not sure what is the source of this warning. I didn't manage to
Udi> get it fixed.

>> TIFFReadDirectory: Warning, imgp0437.tif: unknown field with tag 11
>> (0xb) encountered.

Udi> Tag 11 is the ProcessingSoftware tag. My version of enfuse knows
Udi> about this tag but it complains about other tags which came from
Udi> the raw files that it doesn't recognize. I think that this warning
Udi> message is completely redundant. Either ignore it or patch the
Udi> other software not to report it.

BTW, when I use the ufraw gimp plugin and then save the file as .tif
from gimp, I get none of these warnings.

-- 
Ian Zimmerman 
jabber: nobrow...@limun.org
gpg public key: 1024D/C6FF61AD 
fingerprint: 66DC D68F 5C1B 4D71 2EE5  BD03 8A00 786C C6FF 61AD
Ham is for reading, not for eating.



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



Bug#576756: crawl: Please support Renesas SH(sh4)

2010-04-06 Thread Conrad Parker
It seems this line:

+#define TARGET_LIDDLE_ENDIAN

is a typo which was in the platform definition for MIPS, which you
have copied into the SH definition; the definitions for all other
platforms spell LITTLE correctly.

On the other hand, it appears that this text-adventure game does not
use any of these endianness definitions anyway.

Conrad.



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



Bug#552299: forcedeth: nVidia MCP55 ethernet and forcedeth module - fails to connect

2010-04-06 Thread Ben Hutchings
On Tue, 2010-04-06 at 08:45 +0200, Romain DEGEZ wrote:
> Ben Hutchings wrote:
> > On Tue, 2010-03-16 at 17:20 +0100, Romain DEGEZ wrote:
> >> I own a P5N32-E SLI Asus motherbord.
> >>
> >> The bug is still present with 2.6.32-3-686 debian kernel
> > 
> > It looks like this bug is already known and worked around for a variant
> > of this motherboard.
> > 
> > Please send the output of
> > lspci -n
> > and
> > grep -s . 
> > /sys/class/dmi/id/{sys,product,chassis,bios,board}_{vendor,name,version}
> > so we can see how to detect this specific motherboard.
> > 
> > Ben.
> > 
> 
> Hi,
> 
> Here it is:
[...]

Thanks for the information.  This should be fixed shortly.

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#552299: [PATCH] PCI: Disable MSI for MCP55 on P5N32-E SLI

2010-04-06 Thread Ben Hutchings
As reported in , MSI appears to be
broken for this on-board device.  We already have a quirk for the
P5N32-SLI Premium; extend it to cover both variants of the board.

Reported-by: Romain DEGEZ 
Signed-off-by: Ben Hutchings 
Cc: sta...@kernel.org
---
 drivers/pci/quirks.c |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 27c0e6e..4807825 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -2218,15 +2218,16 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SERVERWORKS,
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_8132_BRIDGE,
 ht_enable_msi_mapping);
 
-/* The P5N32-SLI Premium motherboard from Asus has a problem with msi
+/* The P5N32-SLI motherboards from Asus have a problem with msi
  * for the MCP55 NIC. It is not yet determined whether the msi problem
  * also affects other devices. As for now, turn off msi for this device.
  */
 static void __devinit nvenet_msi_disable(struct pci_dev *dev)
 {
-   if (dmi_name_in_vendors("P5N32-SLI PREMIUM")) {
+   if (dmi_name_in_vendors("P5N32-SLI PREMIUM") ||
+   dmi_name_in_vendors("P5N32-E SLI")) {
dev_info(&dev->dev,
-"Disabling msi for MCP55 NIC on P5N32-SLI Premium\n");
+"Disabling msi for MCP55 NIC on P5N32-SLI\n");
dev->no_msi = 1;
}
 }
-- 
1.7.0.3





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



Bug#576507: Please merge functionality for repackaging tarballs

2010-04-06 Thread James Vega
On Mon, Apr 05, 2010 at 10:44:32AM +0200, Reinhard Tartler wrote:
> In CDBS 1/rules/upstream-tarball.mk targets for repackaging tarballs are
> included. I believe that this functionality is better suited for
> descripts than a packaging helper scripts. Please consider merging
> something like that in the devscripts package.
>
> [snip]

How is this different than using “uscan --force-download --repack”?

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega 


signature.asc
Description: Digital signature


Bug#573187: transition: mpi-defaults

2010-04-06 Thread Pavan Balaji


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?


 -- Pavan

--
Pavan Balaji
http://www.mcs.anl.gov/~balaji



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



Bug#576763: ITP: libtext-csv-encoded-perl -- encoding aware Text::CSV

2010-04-06 Thread Lars Wirzenius
Package: wnpp
Severity: wishlist
Owner: Lars Wirzenius 

* Package name: libtext-csv-encoded-perl
  Version : 0.09
  Upstream Author : Makamaka Hannyaharamitu 
* URL : http://search.cpan.org/dist/Text-CSV-Encoded/
* License : Perl
  Programming Lang: Perl
  Description : encoding aware Text::CSV

Provides the Text::CSV::Encoding Perl module, which is a
version of Text::CSV that is encoding aware. The modules provide
tools for handling files in the comma-separated values format
(.csv).




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



Bug#576758: Debconf: Unknown template field _description

2010-04-06 Thread maximilian attems
On Wed, Apr 07, 2010 at 03:48:05AM +0200, Cesare Leonardi wrote:
> Package: linux-2.6
> Version: 2.6.32-11
> Severity: normal
> 
> While installing 2.6.32-11 aptitude shows these train of messages:
> 
> (1)
> -
> debconf: Unknown template field '_description', in stanza #7 of 
> /var/lib/dpkg/info/linux-image-2.6.32-4-686.templates
> 
> 
> This bug was compiled with 2.6.32-10, since i have to reboot yet.

known, next time we will spam again with debconf ;)

fixed in repo will be uploaded soonest, waiting for HPA libata fix.
 
kind regards



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



Bug#576762: ITP: libpdf-api2-simple-perl -- wrapper for PDF::API2 modules

2010-04-06 Thread Lars Wirzenius
Package: wnpp
Severity: wishlist
Owner: Lars Wirzenius 

* Package name: libpdf-api2-simple-perl
  Version : 1.001004
  Upstream Author : Red Tree Systems LLC 
* URL : http://search.cpan.org/dist/PDF-API2-Simple/
* License : Public domain
  Programming Lang: Perl
  Description : wrapper for PDF::API2 modules

Provides the PDF::API2::Simple Perl module, which is a simplistic
wrapper for the PDF::API2 modules.




-- 
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-06 Thread Henrique de Moraes Holschuh
#!/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.

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

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh



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



Bug#576760: ITP: liblocale-currency-format-perl -- Perl functions for formatting monetary values

2010-04-06 Thread Lars Wirzenius
Package: wnpp
Severity: wishlist
Owner: Lars Wirzenius 

* Package name: liblocale-currency-format-perl
  Version : 1.28
  Upstream Author : Tan D Nguyen 
* URL : http://search.cpan.org/dist/Locale-Currency-Format/
* License : Perl
  Programming Lang: Perl
  Description : Perl functions for formatting monetary values

Locale::Currency::Format is a light-weight Perl module that enables Perl code
to display monetary values in the formats recognized internationally and/or
locally.




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



Bug#576764: iceowl-extension is incompatible with current unstable icedove 3.0.x.

2010-04-06 Thread Charles Wilcox
Package: iceowl-extension
Version: 0.8-6
Severity: grave
Tags: sid
Justification: renders package unusable



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

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

Versions of packages iceowl-extension depends on:
ii  icedove   3.0.4-1mail/news client with RSS and inte
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.3-7  GCC support library
ii  libnspr4-0d   4.8.4-1NetScape Portable Runtime Library
ii  libstdc++64.4.3-7The GNU Standard C++ Library v3

iceowl-extension recommends no packages.

Versions of packages iceowl-extension suggests:
ii  latex-xft-fonts   1.6.5-1TrueType versions of some TeX font

-- no debconf information

After the unstable upgrade of icedove to 3.0.x, this extension is unable to 
load.

 -- Charles Wilcox



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



Bug#576749: aspell: man page misspells "its"

2010-04-06 Thread Brian Nelson
Justin B Rye  writes:

> Paragraph two of the DESCRIPTION has:
> # The Aspell library contains an interface allowing other programs
> # direct access to it's functions and therefore reducing the complex
>  ^
> That's the contraction meaning "it is" or "it has".  What you wanted
> was the possessive pronoun "its" (compare "his", "whose").
>
> Misapostrophisation is almost completely incapable of causing real
> ambiguity, so I'm only calling it wishlist.  You might even argue
> that it's a valuable hint to alert readers of the limitations of
> "spellchecking" software...

Good catch.  I'll fix this in the next upload.

Thanks,
Brian

-- 
Captain Logic is not steering this tugboat.



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



Bug#576758: Debconf: Unknown template field _description

2010-04-06 Thread Cesare Leonardi

maximilian attems wrote:

known, next time we will spam again with debconf ;)


Astonishing! You replied in less than 4 minutes from my sending.
Perhaps you are not human!?  ;-)


fixed in repo will be uploaded soonest, waiting for HPA libata fix.


Many thanks.

Cesare.



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



Bug#576758: Debconf: Unknown template field _description

2010-04-06 Thread Ben Hutchings
On Wed, 2010-04-07 at 03:48 +0200, Cesare Leonardi wrote:
> Package: linux-2.6
> Version: 2.6.32-11
> Severity: normal
> 
> While installing 2.6.32-11 aptitude shows these train of messages:

Sorry about this, it's a known bug and will be fixed shortly.

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#576759: ITP: google-wave -- Google Wave protocol components

2010-04-06 Thread Obey Arthur Liu
Package: wnpp
Severity: wishlist

* Package name: google-wave
  Version : hg
  Upstream Author : Google Wave Team
* URL : http://code.google.com/p/wave-protocol/
* License : Apache License 2.0
  Description : Google Wave protocol components

Google Wave is an online tool for real-time communication and
collaboration. A wave can be both a conversation
and a document where people can discuss and work together using richly
formatted text, photos, videos, maps, and more.

This package will contain the various open sourced components to run
your own Wave infrastructure.

I plan to package this as a multiple-binary package, including the
FedOne federation server, the python and java robot libraries, etc.



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



Bug#576761: ITP: libmemoize-memcached-perl -- use a memcached cache to memoize functions

2010-04-06 Thread Lars Wirzenius
Package: wnpp
Severity: wishlist
Owner: Lars Wirzenius 

* Package name: libmemoize-memcached-perl
  Version : 0.03
  Upstream Author : David Trischuk 
* URL : http://search.cpan.org/dist/Memoize-Memcached/
* License : Perl
  Programming Lang: Perl
  Description : use a memcached cache to memoize functions

Use a memcached instance to store data stored with memoize functions.
Provides the Memoize::Memcached Perl module.




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



Bug#549691: lvm2: can't remove unmounted snapshot volume

2010-04-06 Thread Celejar
Package: lvm2
Version: 2.02.62-1
Severity: normal


I'm seeing the same problem trying to remove a snapshot volume.  It is not
mounted, but it can't be removed:

~# lvremove /dev/lizzie/var_backup 
  Can't remove open logical volume "var_backup"

~# lvchange -a n /dev/lizzie/var_backup 
  Can't change snapshot logical volume "var_backup"

~# mount
/dev/mapper/lizzie-root 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)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda3 on /boot type ext3 (rw)
/dev/mapper/lizzie-home on /home type ext3 (rw)
/dev/mapper/lizzie-usr on /usr type ext3 (rw)
/dev/mapper/lizzie-var on /var type ext3 (rw)
none on /tmp type tmpfs (rw)

Eventually, I noticed that after a suspend / resume cycle, mount now shows that
the snapshot volume is mounted where the original should be:

~# mount
/dev/mapper/lizzie-root_backup 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)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda3 on /boot type ext3 (rw)
/dev/mapper/lizzie-home on /home type ext3 (rw)
/dev/mapper/lizzie-usr on /usr type ext3 (rw)
/dev/mapper/lizzie-var_backup on /var type ext3 (rw)
none on /tmp type tmpfs (rw)

[Note that root / root_backup is now messed up, too.]

What on earth is going wrong here?  How is the snapshot usurping the place of
the origin volume?  And I have no idea what the trigger is.  This doesn't
generally happen - I've seen it once before, and now again, after using this
backup system for several months.  The last time, I resolved the problem by
going to runlevel 1 and remounting correctly, and then returning to runlevel 2.

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

Kernel: Linux 2.6.34-rc2-lizzie-00052-gae6be51
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lvm2 depends on:
ii  dmsetup  2:1.02.45-1 The Linux Kernel Device Mapper use
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1   2:1.02.45-1 The Linux Kernel Device Mapper use
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip

lvm2 recommends no packages.

lvm2 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#576757: ITP: libhttp-oai-perl -- API for the OAI-PMH

2010-04-06 Thread Lars Wirzenius
Package: wnpp
Severity: wishlist
Owner: Lars Wirzenius 

* Package name: libhttp-oai-perl
  Version : 3.22
  Upstream Author : Tim Brody 
* URL : http://search.cpan.org/dist/HTTP-OAI/
* License : Perl
  Programming Lang: Perl
  Description : API for the OAI-PMH

A Perl library implementing an API to use the Open Archives Initiative
Protocol for Metadata Harvesting (OAI-PMH). See
http://www.openarchives.org/OAI/openarchivesprotocol.html for
more information. Provides the HTTP::OAI module.




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



Bug#576758: Debconf: Unknown template field _description

2010-04-06 Thread Cesare Leonardi

Package: linux-2.6
Version: 2.6.32-11
Severity: normal

While installing 2.6.32-11 aptitude shows these train of messages:

(1)
-
Preconfiguring packages ...
debconf: Unknown template field '_description', in stanza #1 of 
/tmp/linux-image-2.6.32-4-686.template.38292

debconf: Unknown template field '_description', in stanza #2 of 
/tmp/linux-image-2.6.32-4-686.template.38292

debconf: Unknown template field '_description', in stanza #3 of 
/tmp/linux-image-2.6.32-4-686.template.38292

debconf: Unknown template field '_description', in stanza #4 of 
/tmp/linux-image-2.6.32-4-686.template.38292

debconf: Unknown template field '_description', in stanza #5 of 
/tmp/linux-image-2.6.32-4-686.template.38292

debconf: Unknown template field '_description', in stanza #6 of 
/tmp/linux-image-2.6.32-4-686.template.38292

debconf: Unknown template field '_description', in stanza #7 of 
/tmp/linux-image-2.6.32-4-686.template.38292
-

Then (2):
-
Preparing to replace linux-image-2.6.32-4-686 2.6.32-10 (using 
.../linux-image-2.6.32-4-686_2.6.32-11_i386.deb) ...
debconf: Unknown template field '_description', in stanza #1 of 
/var/lib/dpkg/tmp.ci/templates

debconf: Unknown template field '_description', in stanza #2 of 
/var/lib/dpkg/tmp.ci/templates

debconf: Unknown template field '_description', in stanza #3 of 
/var/lib/dpkg/tmp.ci/templates

debconf: Unknown template field '_description', in stanza #4 of 
/var/lib/dpkg/tmp.ci/templates

debconf: Unknown template field '_description', in stanza #5 of 
/var/lib/dpkg/tmp.ci/templates

debconf: Unknown template field '_description', in stanza #6 of 
/var/lib/dpkg/tmp.ci/templates

debconf: Unknown template field '_description', in stanza #7 of 
/var/lib/dpkg/tmp.ci/templates

Unpacking replacement linux-image-2.6.32-4-686 ...
-

And (3):
-
Setting up linux-image-2.6.32-4-686 (2.6.32-11) ...
debconf: Unknown template field '_description', in stanza #1 of 
/var/lib/dpkg/info/linux-image-2.6.32-4-686.templates

debconf: Unknown template field '_description', in stanza #2 of 
/var/lib/dpkg/info/linux-image-2.6.32-4-686.templates

debconf: Unknown template field '_description', in stanza #3 of 
/var/lib/dpkg/info/linux-image-2.6.32-4-686.templates

debconf: Unknown template field '_description', in stanza #4 of 
/var/lib/dpkg/info/linux-image-2.6.32-4-686.templates

debconf: Unknown template field '_description', in stanza #5 of 
/var/lib/dpkg/info/linux-image-2.6.32-4-686.templates

debconf: Unknown template field '_description', in stanza #6 of 
/var/lib/dpkg/info/linux-image-2.6.32-4-686.templates

debconf: Unknown template field '_description', in stanza #7 of 
/var/lib/dpkg/info/linux-image-2.6.32-4-686.templates

Running depmod.
Running update-initramfs.
-

This bug was compiled with 2.6.32-10, since i have to reboot yet.

Best regards.

Cesare.


-- Package-specific info:
** Version:
Linux version 2.6.32-4-686 (Debian 2.6.32-10) (m...@debian.org) (gcc version 
4.3.4 (Debian 4.3.4-8) ) #1 SMP Wed Mar 17 17:16:41 UTC 2010

** Command line:
root=/dev/disk/by-uuid/07b633c9-1242-48ee-a6f4-f37c43f639fd ro quiet lapic 
hpet=force libata.ignore_hpa=1

** Not tainted

** Kernel log:
[4.520095] yenta_cardbus :02:04.0: Socket status: 3006
[4.520100] pci_bus :02: Raising subordinate bus# of parent bus (#02) 
from #02 to #06
[4.520111] yenta_cardbus :02:04.0: pcmcia: parent PCI bridge I/O 
window: 0x3000 - 0x3fff
[4.520116] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3000-0x3fff: 
clean.
[4.520388] yenta_cardbus :02:04.0: pcmcia: parent PCI bridge Memory 
window: 0xe020 - 0xe02f
[4.520392] yenta_cardbus :02:04.0: pcmcia: parent PCI bridge Memory 
window: 0x4000 - 0x43ff
[4.545029] sony-laptop: Sony Programmable IO Control Driver v0.6.
[4.545046] sony-laptop: detected Type2 model
[4.552340] input: Sony Vaio Keys as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:0c/SNY6001:00/input/input5
[4.552752] input: Sony Vaio Jogdial as /devices/virtual/input/input6
[4.553231] sony-laptop: device allocated minor is 57
[4.555434] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
[4.561814] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 
1.2.2kmprq
[4.561818] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[4.561900] ipw2200 :02:0b.0: power state changed by ACPI to D0
[4.561914] ipw2200 :02:0b.0: PCI INT A -> Link[LNKD] -> GSI 9 (level, low) 
-> IRQ 9
[4.567081] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[4.567131] ipw2200 :02:0b.0: firmware: requesting ipw2200-bss.fw
[4.572274] sony-laptop: Sony Notebook Control Driver v0.6.
[4.574357] input: AlpsPS/2 ALPS GlidePoint as 
/devices/platform/i8042/serio1/input/input8
[4.815221] [drm] Ini

Bug#550635: mayavi2: [regression] interpolated scalar coloring results in black surface

2010-04-06 Thread Varun Hiremath
On Mon, 05 Apr, 2010 at 10:49:08PM +0200, Gael Varoquaux wrote:
> On Mon, Apr 05, 2010 at 04:00:13PM +0200, Francesco Poli wrote:
> > As a consequence, I think this bug may be fixed by making sure that
> > mayavi2 pulls in python-vtk/5.4.2-5 or later.
> > Adding a versioned dependency, as suggested above, should be enough to
> > fix this bug.
> 
> Francesco, could you make sure that the information does not get lost,
> and that the bug gets fixed by the modification that you suggest on the
> Debian side. 

I have fixed this in the svn; will be included in the next upload.

Thanks,
Varun



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



Bug#576756: crawl: Please support Renesas SH(sh4)

2010-04-06 Thread Nobuhiro Iwamatsu
Source: crawl
Version: 2:0.6.0-1
Severity: important
Tags: patch
User: debian-...@superh.org
Usertags: sh4
X-Debbugs-CC: debian-sup...@lists.debian.org

Hi,

I am now trying to run Debian on Renesas SH(sh4) CPU.
  http://buildd.debian-ports.org/status/architecture.php?suite=unstable&a=sh4

crawl FTBFS on sh4.
Because crawl does not support Renesas SH.
  
http://buildd.debian-ports.org/fetch.php?pkg=crawl&arch=sh4&ver=2%3A0.6.0-1&stamp=1270515709&file=log&as=raw

-
util/art-data.pl
Updating dc-unrand.txt...
Updating tiledef-unrand.cc...
* rebuilding crawl: new build flags or prefix
CXX abl-show.o
In file included from AppHdr.h:22,
 from abl-show.cc:7:
platform.h:293:2: error: #error "Could not detect target CPU."
make[1]: *** [abl-show.o] Error 1
-

I made patch to support SH. Could you apply this patch?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


crawl_sh_support.patch
Description: application/empty


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

2010-04-06 Thread VDR dai (deb)
Hi,

> > Could not resume after suspended by uswsusp
> > using initrd.img made by initramfs-tools 0.94.
> > initrd.img made by initramfs-tools 0.93.4 works
> > properly with same configuration.

> there isn't much that could have touched uswsusp boot hooks,
> they look fine to me (looking at the source).
> 
> this needs to be debugged, aboves gives zero info.
> 
> also please post output of
> egrep -ri resume /etc/initramfs-tools

Thank you for your replying and sorry for my simple report.

% 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 is not changed before/after installing initramfs-tools 0.94.

% ls -l /dev/disk/by-label/swap
lrwxrwxrwx 1 root root 10 2010-04-07 08:05 /dev/disk/by-label/swap -> ../../sdb2
%
% cat /proc/swaps
FilenameTypeSizeUsedPriority
/dev/sdb2   partition   2056312 0   -1
%
-- 
Regards,
dai



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



Bug#575524: Adoption

2010-04-06 Thread Thomas Goirand (GPLHost)
If nobody stands AND I am finally approved as DD, then I'd adopt the
package.

If someone sees this after few months, then you can ping me for adoption.

Thomas



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



Bug#576649: [apt]: Very slow apt-get update

2010-04-06 Thread Jens Seidel
Hi David,

On Tue, Apr 06, 2010 at 07:20:51PM +0200, David Kalnischkies wrote:
> 2010/4/6 Jens Seidel :
> > Calling apt-get update on my OpenMoko phone (armel, 128MB RAM, sd card)
> > takes forever:
 
> Into the blue: Do you have a swap file?

Yep, I have two swap files in Debian: 256M + 128M.

Mhm, now I think I remember I performed the slow updates in the chroot once
I booted SHR-U where I do not use a swap (as the large sd card is not always
inserted). But does it matter? If the free RAM is not sufficient the kernel
would start killing processes which I didn't observed.

> Which software powers your brick?

Current Debian unstable + experimental +  http://pkg-fso.alioth.debian.org.
Kernel 2.6.29-20100118.gita15608f2.

> Is your mircosd card okay?

I think so, the filesystem is OK (fsck.ext3 -f /dev/mmcblk0p2 succeeds).
 
> My neo hardly needs 20 minutes for an "update" and i have pdiffs
> enabled… e.g. in my recent run in which ~ 15 pdiffs were applied:
>  Es wurden 2.325kB in 6Min 59s geholt (5.545B/s)

As far as I remember using pdiffs is not recommended on the freerunner. I
read this in the openmoko wiki and experienced the same in the past (months
ago).

# cat /etc/apt/apt.conf
Acquire::PDiffs "false";

Now I updated from Debian again (with enabled swap) with much better results:

Es wurden 12,3MB in 2Min 25s geholt (84,6kB/s)

Will keep en eye on it and test later without swap ...

Jens



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



Bug#568367: usb mode switch is not the root cause

2010-04-06 Thread maximilian attems
On Tue, 06 Apr 2010, Alexander Heinz wrote:

> 
> USB mode switch does not improve the situation.
> 
> This makes sense because if usb mode switch was required for this kernel 
> version and device, the virtual serial ports would not even come up.

please show dmesg of fresh boot with it installed, thanks.



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



Bug#576678: initramfs-tools: breaks but continues if /tmp is mounted with noexec option

2010-04-06 Thread maximilian attems
On Tue, 06 Apr 2010, Axel Beckert wrote:

> > http://git.debian.org/?p=kernel/initramfs-tools.git;a=summary
> > see mkinitramfs.8 in topdir.
> 
> HTH:

thanks a lot.

a bit verbose for my personal taste, but seems quite understandable.

changed the must into should as this is a current bug of the precache.
In case of a noexec TMPDIR we will just fallback on no precache + 
warning, coding that up now.

applied and pushed out.
 



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



Bug#574567: gdevilepie

2010-04-06 Thread Chris
Changes should reflect:

* License : GPL-3


-- 
Regards,

Chris




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



Bug#576724: udev: [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart module.

2010-04-06 Thread Marco d'Itri
reassign 576724 linux-2.6
thanks

On Apr 06, Juan Ramon Chan  wrote:

> After some rebootings, i suddenly got this error. before not.
> 
> [1.739777] Linux agpgart interface v0.103
> [1.861458] [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart 
> module.
> [1.861522] DRM: Fill_in_dev failed.
> [3.165934] agpgart-intel :00:00.0: Intel 945GM Chipset
> [3.10] agpgart-intel :00:00.0: detected 7932K stolen memory
> [3.170166] agpgart-intel :00:00.0: AGP aperture is 256M @ 0xc000

Not a udev bug. Try upgrading your kernel for a start.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#573323: libpam0g: pam looks for winbind (and fails) when usin 'passwd' command

2010-04-06 Thread Steve Langasek
reassign 573323 winbind
reopen 573323
found 573323 2:3.4.7~dfsg-1
severity 573323 important
thanks

This is a bug in the PAM profile added in the latest version of winbind,
sorry.  Fixing in svn.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#573905: When will a new package be uploaded?

2010-04-06 Thread Roberto C . Sánchez
On Wed, Apr 07, 2010 at 12:19:50AM +0200, Paul Menzel wrote:
> Am Donnerstag, den 18.03.2010, 12:08 -0400 schrieb Roberto C.Sánchez:
> > On Thu, Mar 18, 2010 at 10:25:08PM +0700, Yukiharu YABUKI wrote:
> > > Tags: 573905 + patch
> > > 
> > > Sorry guys.
> > > 
> > > I attached wrong patch.
> > > This patch is correct.
> > 
> > This looks much better.  Thanks very much for looking at this and taking
> > care of it, as I have been too swamped to really solve this.
> 
> Roberto, do you plan to upload a new package or do you want someone to
> do a NMU?
> 
> 
> Thanks to everyone working on this bug,
> 
An NMU would be fantastic.  I do not know when I will have time to work
on this package in the very near future.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#573543: iceweasel: | in bookmarkbar

2010-04-06 Thread Timo
Package: iceweasel
Severity: normal


When there is a bookmark in the bar that contains a vertical stroke (|), the 
cursor changes from hand to arrow, from arrow to hand and back rapidly while 
the cursor moves over a link on a website.

-- Package-specific info:

-- Extensions information
Name: Default
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: Deutsch (DE) Language Pack
Location: /usr/lib/iceweasel/extensions/langpack...@firefox.mozilla.org
Package: iceweasel-l10n-de
Status: enabled

Name: Flashblock
Location: ${PROFILE_EXTENSIONS}/{3d7eb24f-2740-49df-8937-200b1cc08f8a}
Status: enabled

Name: Image Zoom
Location: /usr/lib/iceweasel/extensions/{1A2D0EC4-75F5-4c91-89C4-3656F6E44B68}
Package: mozilla-imagezoom
Status: enabled

Name: Live HTTP headers
Location: /usr/lib/iceweasel/extensions/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}
Package: mozilla-livehttpheaders
Status: enabled

Name: Sitzungs-Manager
Location: ${PROFILE_EXTENSIONS}/{1280606b-2510-4fe0-97ef-9b5a22eafe30}
Status: enabled

Name: SkipScreen
Location: ${PROFILE_EXTENSIONS}/skipscr...@skipscreen
Status: enabled

Name: Tab Mix Plus
Location: ${PROFILE_EXTENSIONS}/{dc572301-7619-498c-a57d-39143191b318}
Status: enabled

Name: VMware Remote Console Plug-in
Location: ${PROFILE_EXTENSIONS}/vmwarev...@vmware.com
Status: enabled

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

Name: DivX® Web Player
Location: /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
Package: totem-mozilla
Status: disabled

Name: Helix DNA Plugin: RealPlayer G2 Plug-In Compatible (compatible; Totem)
Location: /usr/lib/mozilla/plugins/libtotem-complex-plugin.so
Package: totem-mozilla
Status: enabled

Name: Java(TM) Plug-in 1.6.0_16
Location: /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386/libnpjp2.so
Package: sun-java6-bin
Status: enabled

Name: Java(TM) Plug-in 1.6.0_16-b01
Location: 
/usr/lib/jvm/java-6-sun-1.6.0.16/jre/plugin/i386/ns7/libjavaplugin_oji.so
Package: sun-java6-bin
Status: enabled

Name: QuickTime Plug-in 7.2.0
Location: /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
Package: totem-mozilla
Status: enabled

Name: QuickTime Plug-in 7.4.5
Location: /usr/lib/mozilla/plugins/mplayerplug-in-qt.so
Package: mozilla-mplayer
Status: enabled

Name: RealPlayer 9
Location: /usr/lib/mozilla/plugins/mplayerplug-in-rm.so
Package: mozilla-mplayer
Status: enabled

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

Name: VLC Multimedia Plugin (compatible Totem 2.28.5)
Location: /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
Package: totem-mozilla
Status: enabled

Name: VMware Remote Console Plug-in
Location: 
/home/timo/.mozilla/firefox/4dmup59h.38/extensions/vmwarev...@vmware.com/plugins/np-vmware-vmrc-2.5.0-122581.so
Status: enabled

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

Name: Windows Media Player Plug-in 10 (compatible; Totem)
Location: /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
Package: totem-mozilla
Status: disabled

Name: mplayerplug-in 3.55
Location: /usr/lib/mozilla/plugins/mplayerplug-in.so
Package: mozilla-mplayer
Status: enabled

Name: mplayerplug-in 3.55
Location: /usr/lib/mozilla/plugins/mplayerplug-in.so
Package: mozilla-mplayer
Status: enabled


-- Addons package information
ii  iceweasel  3.5.8-1Web browser based on Firefox
ii  iceweasel-l10n 1:3.5.8+debian German language package for Iceweasel
ii  mozilla-imagez 0.3.1-1Mozilla context menu option to zoom current 
ii  mozilla-liveht 0.15-3 Adds information about the HTTP headers to I
ii  mozilla-mplaye 3.55-1.1   MPlayer-Plugin for Mozilla
ii  sun-java6-bin  6-16-1 Sun Java(TM) Runtime Environment (JRE) 6 (ar
ii  totem-mozilla  2.28.5-1   Totem Mozilla plugin

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

Kernel: Linux (will switch to hurd when its done) 2.6.30-1-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/bash

Versions of packages iceweasel depends on:
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2generic font configuration library
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-9  GCC support library
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.6-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.3-1NetScape Portable Runtime Library
ii  libstdc++64.4.2-9The GNU Standard C++ Library v3
ii  procps

Bug#576755: atlas: debian/rules custom fails to stop when cpufreq not set to performance

2010-04-06 Thread Chris Lawrence
Package: atlas
Version: 3.8.3-19
Severity: minor

The following errors appear when attempting to run 'debian/rules custom'
under fakeroot on a 4-CPU box:

ncpu=$(LANG=C cpufreq-info | grep "analyzing CPU" -c); \
for (( cpu=0 ; cpu < $ncpu ; cpu++)); do \
if test $(cpufreq-info -p; echo $?) -eq 0 -a -z "$(LANG=C 
cpufreq-info -p -c $cpu | grep performance)" ; then \
echo "frequency governor on cpu=$cpu is not set to 
'performance'"; \
echo "run: 'sudo cpufreq-set -g governor -c cpu#' for 
each cpu"; \
echo "aborting atlas build"; \
exit 1; \
fi; \
done
/bin/sh: line 2: test: too many arguments
/bin/sh: line 2: test: too many arguments
/bin/sh: line 2: test: too many arguments
/bin/sh: line 2: test: too many arguments

cpufreq-info is available and works fine on this system.  The same
error messages appear whether or not the governor is set to
'performance'.

Unfortunately my ability to properly write sh code that is properly
escaped for make is limited, so I can't figure out exactly which
combination of quotes will make the test run correctly.

(Also: the instructions probably should say to run:
'sudo cpufreq-set -g performance ...'
instead of
'sudo cpufreq-set -g governor ...'.)

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

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



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



Bug#576638: Correction

2010-04-06 Thread Mark Heily
Correction: the upstream author is Apple Inc., and the project URL is 
http://libdispatch.macosforge.org/




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



Bug#576460: mtpfs segfaults when i mount a creative zen v plus

2010-04-06 Thread Chris Lamb
luigi wrote:

> firstly, my creative zen v plus worked very well whit gnomad/amarok
> some time ago now i have following problem: mtp segfaults when i try
> to mount the device

Okay, so mtpfs is now segfaulting with your device - are your other
libmtp programs (gnomad etc.) segfaulting too?

> i can post a debug trace but i don't know how produce it.

Just use gdb. See #573047 for more but let me know if you need any help.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@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#576754: ITP: nall -- a user-script based everything notifier on the system tray

2010-04-06 Thread ben
Package: wnpp
Severity: wishlist
Owner: ben 


* Package name: nall
  Version : 1.0
  Upstream Author : Benoît Rouits 
* URL : http://herewe.servebeer.com/nall/
* License : GPL
  Programming Lang: C
  Description : a user-script based everything notifier on the system tray

 nall is a small application that spawns periodically any kind of user scripts
 and collect their output to display one line per script in a tooltip message
 over the desktop notification area. It can virtually notify about everything
 and is easily interoperable with Nagios plugins. It is written with the Gtk+
 graphical toolkit.



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



Bug#514519: miniedit.el still alive ?

2010-04-06 Thread Dave Goel
>
> Here is the patch to the dev version, and the edited file itself.

Thanks much. I cleaned up the file some more (and also added your
entry to a ChangeLog).

Since it is a boolean, I renamed the new variable thus:

(defcustom miniedit-install-p nil

The new file is included below, and can also be found here:

http://www.gnufans.net/~deego/emacspub/lisp-mine/miniedit/miniedit-2.0/

Thanks for considering it for emacs-goodies.

deepak
-- 


;;; miniedit.el --- Enhanced editing for minibuffer fields.
;; Time-stamp: <2010-04-06 19:05:08 deego>
;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
;; Emacs Lisp Archive entry
;; Filename: miniedit.el
;; Package: miniedit
;; Author(s): Deepak Goel ,
;;Christoph Conrad 
;; Version: 2.0
;; Author's homepage: http://www.gnufans.net/~deego/DeegoWiki/DeepakGoel.html
;; For latest version:

(defconst miniedit-home-page
  "http://gnufans.net/~deego/emacspub/lisp-mine/miniedit/";)
;; This file is NOT (yet) part of GNU Emacs.
 
;; This is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
 
;; This is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING.  If not, write to the
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
 

;; See also:


;; Quick start:
(defconst miniedit-quick-start
  "Drop this file somewhere in your load-path, and add somewhere in your  
.emacs.
 \(require 'miniedit\)
 \(miniedit-install\)
Xemacsers use \(miniedit-install-for-xemacs\) instead of
\(miniedit-install\).

Installation can also be done by customizing the variable `miniedit-install'.

Then, type M-C-e in any minibuffer to do nicer edits, and type M-C-c
or C-c C-c when done.

Please type M-x miniedit-introduction, M-x miniedit-quick-start and
M-x miniedit-commentary for more details. "
)

;;;###autoload
(defun miniedit-quick-start ()
  "Provides electric help for function `miniedit-quick-start'."
  (interactive)
  (with-electric-help
   '(lambda () (insert miniedit-quick-start) nil) "*doc*"))

;;; Introduction:
;; Stuff that gets posted to gnu.emacs.sources
;; as introduction
(defconst miniedit-introduction
  "Helps easily edit minibuffers.
Adds a key \"C-M-e\" \(e for edit\) to the minibuffer-local-map, and
other similar maps, and bind it to the function `miniedit'. This
means that when you are in a minibuffer, trying to input text,
you can type C-M-e to go enter those fields in a nice, full buffer
\(with text mode\) instead.  In particular, inserting new lines and
indenting is easy.  Helpful, for instance, when editing bbdb notes
fields, which tend to be multiline, \(right?\)

P.S.: Lots of code borrowed from checkdoc.

Tested mainly on emacs21.  It may now work even on Xemacs, `
atleast for some of the minibuffer-maps.

Please type M-x miniedit-introduction, M-x miniedit-quick-start and
M-x miniedit-commentary for more details. ")

;;;###autoload
(defun miniedit-introduction ()
  "Provides electric help for function `miniedit-introduction'."
  (interactive)
  (with-electric-help
   '(lambda () (insert miniedit-introduction) nil) "*doc*"))

(defvar miniedit-version "2.0")

;;; BUGS:
;;   Commit problem:  Once you are in the miniedit buffer, if you move
;;   buffers around, switch back and forth etc., the commit *sometimes*
;;   fails.. the author is working on this :)
;;   that is why we kill-new and have variables like
;;   miniedit-before-edit-kill-p and miniedit-after-edit-kill-p. -- to
;;   save any lost data.
;;==
;;; code:
(eval-when-compile (require 'custom))
(eval-when-compile
  (require 'cl))

(defgroup miniedit nil
  "Miniedit"
  :group 'applications)

(defcustom miniedit-install-p nil
  "Whether to setup miniedit for use."
  :type 'boolean
  :set (lambda (symbol value)
 (set-default symbol value)
 (when value
   (if (string-match "XEmacs" emacs-version)
   (miniedit-install-for-xemacs)
 (miniedit-install
  :require 'miniedit
  :group 'miniedit)

(defcustom miniedit-before-edit-kill-p nil
  "Add to kill ring before starting edit?"
  :group 'miniedit)

(defcustom miniedit-before-commit-kill-p nil
  "Add the string to `kill-ring' before committing?"
  :group 'miniedit
)

(defcustom miniedit-before-edit-function nil
 "Function to run on minibuffer-string before editing.

If this variable points to a function-name, that function is run on
the string that is gotten from the minibuffer..  The function should
do whatever it wants, and then it should return a (possibly)

Bug#530241: does not parse errors=remount-ro option

2010-04-06 Thread Ivan Baldo
Hello.
The remount is necessary not only for activating rw, but for 
activating other options that the user specified in its fstab, I don't 
think initscripts authors would add more complexity to that initscript 
to check for our specific case.
Also it could be argued that under fsprotect the user should not 
have a line in fstab to specify options for the root filesystem, it is 
too late for that because fsprotect runs from the initrd!
Maybe the best solution would be to comment out the root 
filesystem line from fstab by fsprotect on the aufs filesystem; or just 
tell in the docs that the user shouldn't have a root filesystem line 
present in fstab.
Hope this helps!!!
Thanks for fsprotect, hope to see this project alive again soon!




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



Bug#576719: xserver-xorg-input-synaptics: multitouch emulation stopped working

2010-04-06 Thread Mattia Dongili
On Tue, Apr 06, 2010 at 08:31:43PM +0200, Julien Valroff wrote:
> Package: xserver-xorg-input-synaptics
> Version: 1.2.1-1
> Severity: normal
> 
> Hi,  The multitouch emulation on m Acer Aspire 1810TZ suddenly stopped 
> working.
> It was working fine using a local udev rules file, containing:
> ENV{x11_driver}="synaptics" ENV{x11_options.VertEdgeScroll}="true"
> ENV{x11_options.HorizEdgeScroll}="true"
> ENV{x11_options.EmulateTwoFingerMinW}="7"
> ENV{x11_options.EmulateTwoFingerMinZ}="20"
> ENV{x11_options.VertTwoFingerScroll}="true"
> ENV{x11_options.HorizTwoFingerScroll}="true"  I have seen that xorg is not

So you had two finger scrolling working and it suddenly stopped stopped?
No driver upgrade recently?
Can you see what this command returns?
$ grep synaptics /var/log/dpkg.log{,.1}

> switching back to using xorg.conf syntax in xorg.conf.d, which I have tried
> using the same options, without success; Section "InputClass"   Driver
> "synaptics"   Identifier"touchpad"   Option"VertEdgeScroll"
> "true"   Option"HorizEdgeScroll"   "true"   Option
> "EmulateTwoFingerMinW"  "7"   Option"EmulateTwoFingerMinZ"  "20"
> Option"VertTwoFingerScroll"   "true"   Option
> "HorizTwoFingerScroll"  "true" EndSection   I have even tried building the

I never played too much with two finger emulation, not really sure what
might be going on here.
Can you include the output of
$ synclient -l

Thanks
-- 
mattia
:wq!



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



Bug#576753: empty username and passwd cause crash

2010-04-06 Thread jidanni
Package: xdm
Version: 1:1.1.9-1
Severity: wishlist

At the xdm login screen, typing just RET to both the username and
password prompts will cause xdm to crash.

It should just ask again.

Maybe it tries to restart itself instead, but does not succeed.

Maybe its crashing is intentional.

At least the unknown session exit code is wrong.

::
xdm.log
::
Mon Apr  5 12:32:15 2010 xdm info (pid 1575): Shutting down
Mon Apr  5 12:32:18 2010 xdm info (pid 1575): Exiting
Wed Apr  7 05:52:56 2010 xdm info (pid 1582): Starting
Wed Apr  7 05:52:56 2010 xdm info (pid 1582): Starting X server on :0

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.10-dsa-ia32 i686 Debian
Current Operating System: Linux jidanni1 2.6.32-3-686 #1 SMP Thu Feb 25 
06:14:20 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-3-686 root=/dev/hda5 ro 
quiet panic=15
Build Date: 23 March 2010  10:07:02PM
xorg-server 2:1.7.6-1 (Cyril Brulebois ) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr  7 05:52:56 2010
(==) Using config file: "/etc/X11/xorg.conf"
SELinux: Disabled on system, not enabling in X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:  Type "ONE_LEVEL" has 1 levels, but  has 2 symbols
>   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Wed Apr  7 05:53:14 2010 xdm info (pid 1640): sourcing /etc/X11/xdm/Xsetup
Wed Apr  7 06:10:06 2010 xdm error (pid 1640): pam_authenticate failure: 
Authentication failure
Wed Apr  7 06:10:06 2010 xdm error (pid 1582): Unknown session exit code 2816 
from process 1640
Wed Apr  7 06:10:07 2010 xdm info (pid 1582): Exiting
Wed Apr  7 06:10:41 2010 xdm info (pid 2463): Starting
Wed Apr  7 06:10:41 2010 xdm info (pid 2463): Starting X server on :0

X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.10-dsa-ia32 i686 Debian
Current Operating System: Linux jidanni1 2.6.32-3-686 #1 SMP Thu Feb 25 
06:14:20 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-3-686 root=/dev/hda5 ro 
quiet panic=15
Build Date: 23 March 2010  10:07:02PM
xorg-server 2:1.7.6-1 (Cyril Brulebois ) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr  7 06:10:41 2010
(==) Using config file: "/etc/X11/xorg.conf"
SELinux: Disabled on system, not enabling in X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:  Type "ONE_LEVEL" has 1 levels, but  has 2 symbols
>   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Wed Apr  7 06:10:44 2010 xdm info (pid 2470): sourcing /etc/X11/xdm/Xsetup
Wed Apr  7 06:10:53 2010 xdm error (pid 2470): pam_authenticate failure: 
Authentication failure
Wed Apr  7 06:10:53 2010 xdm error (pid 2463): Unknown session exit code 2816 
from process 2470
Wed Apr  7 06:10:54 2010 xdm info (pid 2463): Exiting



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



Bug#407010: mplayer security

2010-04-06 Thread Michael Gilbert
hi, 

the latest upstream version (svn20100405) of mplayer fixes a
long-standing open security issue [0]. if this version were to be
packaged and uploaded, would it have a chance of getting through the
ftp-master new queue in a reasonable time frame? the current version
has already been delayed 10 months now [1]. is there a list of
specific problems in that version that need to be addressed? thanks!

mike

[0] http://bugs.debian.org/407010
[1] http://ftp-master.debian.org/new.html



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