Bug#598804: Daily Boot Image Yields Dead Keyboard

2010-10-02 Thread David L. Craig
Package: installation-reports

Boot method: How did you boot the installer? CD? floppy? network? USB-stick
Image version: Full URL to image you downloaded is best 
http://people.debian.org/~joeyh/d-i/images/daily/hd-media/boot.img.gz
Date: Date and time of the install Image downloaded at 04:51 UTC 02 Oct 2010

Machine: Description of machine (eg, IBM Thinkpad R32) Acer Aspire one 
532h-2789
Processor: Atom N450
Memory: 1 GB
Partitions: df -Tl will do; the raw partition table is preferred N/A (floppy 
image)

Output of lspci -knn (or lspci -nn): N/A

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

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

Comments/Problems: After displaying initial option screen, keystrokes are 
ignored

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

-- 
May the LORD God bless you exceedingly abundantly!

Dave_Craig__
'So the universe is not quite as you thought it was.
 You'd better rearrange your beliefs, then.
 Because you certainly can't rearrange the universe.'
__--from_Nightfall_by_Asimov/Silverberg_



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



Bug#596021: Please check this 2.32.0-1

2010-10-02 Thread Kartik Mistry
Hi,

Please check if this bug is reproducible with latest version 2.32.0-1
from experimental.

Thanks!

-- 
Kartik Mistry
Debian GNU/Linux Developer
IRC: kart_ | Identica: @kartikm



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



Bug#598601: Now successfull install PDX-057T-5A

2010-10-02 Thread Christian PERRIER
Quoting Tapio Lehtonen (tapio.lehto...@dnainternet.net):


 Then SD-card showed up as /dev/sdb and USB stick as /dev/sda. Boot media was 
 USB stick, installed on 
 SD-card. I guessed boot fails because SD card becomes /dev/sda when USB-stick 
 is removed, so at the 
 boot after installation I changed GRUB2 config, changed
   set root='(hd1,msdos1)'
 to
   set root='(hd0,msdos1)'
 
 Now panel pc works fine. 


Hmmm, do you think that something needs to be fixed in d-i or do you
finally consider this as a fully successful install?




signature.asc
Description: Digital signature


Bug#598740: [request-tracker-maintainers] Bug#598740: Preferences/Settings dialog cannot be saved

2010-10-02 Thread Dominic Hargreaves
tags 598740 +moreinfo
thanks

On Fri, Oct 01, 2010 at 11:42:20AM -0400, Alexandre Maciel wrote:
 When I call Preferences/Settings dialog, the foot of the page (which
 Save button) instead displays the following error: Can't call method
 print on an undefined value at
 /usr/share/request-tracker3.8/html/Widgets/TitleBox line 51.
 
 I'm using Squeeze with all packages updated to current date (10/01/2010).
 
 I'm sending screenshots with this bug report, but I'm not sure if
 Debian BTS can work with then.

I can see your screenshots okay, thanks.

To help diagnose this problem please could you try the following:

Check your error logs. Depending on how your RT install is configured
this could be syslog (eg /var/log/sys.log) or the Apache error log.
Is there anything relevant?

If so, try adding

Set($LogStackTraces, 'error');

to /etc/request-tracker3.8/RT_SiteConfig.pm, restart Apache, and visit
the page again to log additional information and send me the logs (check
that there's nothing private in them first).

Which language is your browser is set to prefer (I tried both pt and
pt-br in my browser, but neither looked the same as the translations
you're getting)?

Have you modified any files in /usr/local (or anywhere else) relating
to RT, or added any custom translations? Please send me the output of

reportbug --template request-tracker3.8

in order to provide additional debugging information.

Finally, if you're not using GPG you could try disabling it by adding

Set( %GnuPG, Enable = 0 );

to /etc/request-tracker3.8/RT_SiteConfig.pm. This should work around
the problem.

However, since this problem appears to only affect you, please do let
me know if you apply the workaround so that I can prioritise the bug
accordingly. I would prefer if you could help track down the cause
first.

Thanks,
Dominic.

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



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



Bug#458219: mozilla-plugin-gnash: cannot play Desktop Tower Defense

2010-10-02 Thread Petter Reinholdtsen
forwarded 458219 http://savannah.gnu.org/bugs/index.php?31183
thanks

I created a ticket for this issue with the upstream bug system,
available from URL: http://savannah.gnu.org/bugs/index.php?31183 .

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#598802: incorrect build dependencies

2010-10-02 Thread Michael Tokarev
02.10.2010 08:30, Michael Biebl wrote:
 Package: qemu-kvm
 Severity: normal
 
 Hi,
 
 I noticed two inconsistencies in qemu-kvm's build-dependencies
 
 1/ The package builds for i386 and amd64 only, yet has a superfluous
 build-depends on device-tree-compiler [powerpc]

This is somewhat intentional.  We tried to provide powerpc
packages too (or, rather, Jan tried, before I even knew
about qemu ;).  Later on it become obvious that we can't
due to lack of hardware to test (see corresponding RFH).
But I intentionally left the extra ppc-specific deps in
there, -- they don't hurt, but might be useful later.

 2/ For working PXE boot support, qemu-kvm needs to be compiled against
 etherboot (= 5.4.4), yet the build-depends is unversioned.
 This has lead to a broken bpo upload (0.12.5+dfsg-3~bpo50+1) where PXE boot
 is not working.

Yes, this is #588940, #581356 and #584074.  All are pending
upload, but for experimental only (for v. 0.13).

I especially didn't want to add versioned build-dep for
etherboot, -- exactly because of bpo, where etherboot is
not available.  If I were to add it, for bpo upload extra
work will be needed, to backport etherboot too, and I just
decided to not mention the deps.

Note that _all_ versions of qemu-kvm which were in bpo has
this bug, because all are built against buggy etherboot.

I understand this is not right way to go, but for me it were
far more improtant to have a more-or less working version in
bpo than to not have any.  The problem is that I had hard
time finding a way to find someone to do the backport, and
each time it were done without me even knowing (like in this
case).  If it were me to upload stuff to bpo, I'd prepare all
of etherboot, seabios and other extra packages together with
the correctly tagged qemu-kvm.  As it were so far, I preferred
to keep the whole package buildable without any changes on
lenny, to simplify bpo work so it is easier to do.

Now when you know all the gory details, I'm not sure what to
do with this bugreport.  I'd merge it with #588940 for now,
ignoring the powerpc deps stuff...  Do you have objections?

Thanks!

/mjt



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



Bug#598805: life-apps cannot run - built against old version of trilinos

2010-10-02 Thread LUK ShunTim
Package: life-apps
Version: 0.9.24-7
Severity: important

Hi,

It seems life-apps cannot run because it's built against version an old version 
of trilinos, version 10.0 while the current version is now 10.4. Here's an 
example to reproduce the behaviour.

$ mpirun -np 4 life_advection
life_advection: error while loading shared libraries: libtrilinos_nox.so.10.0:
cannot open shared object file: No such file or directory
life_advection: error while loading shared libraries: libtrilinos_nox.so.10.0:
cannot open shared object file: No such file or directory
life_advection: error while loading shared libraries: libtrilinos_nox.so.10.0:
cannot open shared object file: No such file or directory
life_advection: error while loading shared libraries: libtrilinos_nox.so.10.0:
cannot open shared object file: No such file or directory

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

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

Versions of packages life-apps depends on:
ii  gmsh 2.4.2.dfsg-7three-dimensional finite element m
ii  libarpack2   2.1+parpack96.dfsg-3+b1 Fortran77 subroutines to solve lar
hi  libatlas3gf-base 3.8.3-24Automatically Tuned Linear Algebra
ii  libboost-date-ti 1.42.0-4set of date-time libraries based o
ii  libboost-filesys 1.42.0-4filesystem operations (portable pa
ii  libboost-mpi1.42 1.42.0-4C++ interface to the Message Passi
ii  libboost-program 1.42.0-4program options library for C++
ii  libboost-regex1. 1.42.0-4regular expression library for C++
ii  libboost-seriali 1.42.0-4serialization library for C++
ii  libboost-signals 1.42.0-4managed signals and slots library
ii  libboost-system1 1.42.0-4Operating system (e.g. diagnostics
ii  libboost-test1.4 1.42.0-4components for writing and executi
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libgcc1  1:4.4.4-17  GCC support library
ii  liblife  0.9.24-7A library for the finite element m
ii  libopenmpi1.31.4.2-4 high performance message passing l
ii  libscotch-5.15.1.8a.dfsg-2   programs and libraries for graph,
ii  libstdc++6   4.4.4-17The GNU Standard C++ Library v3
ii  libtrilinos  10.4.0.dfsg-1   parallel solver libraries within a
ii  libxml2  2.7.7.dfsg-4GNOME XML library

Versions of packages life-apps recommends:
pn  paraview  none (no description available)

life-apps 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#598669: apt-get install postfix actually installs exim4-daemon-heavy

2010-10-02 Thread David Kalnischkies
package apt
found 598669 0.7.26~exp11
tags 598669 patch
thanks

2010/10/1 Joey Hess jo...@debian.org:
 Investigating (0) exim4 [ i386 ]  4.72-1  ( mail )
 Broken exim4:i386 Depends on exim4-daemon-light [ i386 ]  4.72-1  ( mail )
  Considering exim4-daemon-light:i386 1 as a solution to exim4:i386 19
  Added exim4-daemon-light:i386 to the remove list
 Broken exim4:i386 Depends on exim4-daemon-heavy [ i386 ]  none - 4.72-1  ( 
 mail )
  Considering exim4-daemon-heavy:i386 1 as a solution to exim4:i386 19
  Try Installing exim4-daemon-heavy [ i386 ]  none - 4.72-1  ( mail ) 
 before changing exim4:i386
  Fixing exim4:i386 via keep of exim4-daemon-light:i386

(Not that i haven't expected problems with this Try installing before
changing thing…)

The problem is that exim4 is a metapackage which or-depends on light and
heavy and so APT tries to fix here exim4 by installing heavy -- which in his
installation removes postfix -- bad as hell: APT shouldn't decide to remove
a package the user has explicitly requested for installation.


 aptitude has no trouble finding the obvious solution.

You can disable the try installing before changing thing in this
situation to see what APT will do in a fixed version:
-o pkgProblemResolver::FixByInstall=0
As you can see it tries hard to let exim4 stay on the system,
so while the solution looks maybe obvious, it involves a lot of
calculation to find the obvious…


Best regards

David Kalnischkies


apt-bugfix-598669-exim4-vs-postfix
Description: Binary data


Bug#598806: okular: should provide a save button for document archives to avoid erroneous overwrite

2010-10-02 Thread Josef Atmin
Package: okular
Version: 4:4.4.5-2
Severity: wishlist


Hello,

it is possible to export a document along with its annotations in a
document archive.  That is great.  If one has made changes and wants
to save them, one has to reexport the document and even has to select
or retype the old filename.  I think it would be very useful if there
were a simple save button for that, or at least if the current
filename would be suggested as a default.  The way it is now, it just
happens too easily that one erroneously overwrites another file one
might pick by mistake.

Thanks for okular,

Josef.

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

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

Versions of packages okular depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libkparts4  4:4.4.5-1the Framework for the KDE Platform
ii  libkpty44:4.4.5-1the Pseudo Terminal Library for th
ii  libkutils4  4:4.4.5-1various utility classes for the KD
ii  libokularcore1  4:4.4.5-2libraries for the Okular document 
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libpoppler-qt4-30.12.4-1.1   PDF rendering library (Qt 4 based 
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqimageblitz4 1:0.0.4-4QImageBlitz image effects library
ii  libqt4-dbus 4:4.6.3-1+b1 Qt 4 D-Bus module
ii  libqt4-svg  4:4.6.3-1+b1 Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-1+b1 Qt 4 XML module
ii  libqtcore4  4:4.6.3-1+b1 Qt 4 core module
ii  libqtgui4   4:4.6.3-1+b1 Qt 4 GUI module
ii  libspectre1 0.2.6-1  Library for rendering PostScript d
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

okular recommends no packages.

Versions of packages okular suggests:
ii  ghostscript 8.71~dfsg2-6 The GPL Ghostscript PostScript/PDF
pn  kttsd   none   (no description available)
pn  okular-extra-backends   none   (no description available)
ii  poppler-data0.4.3-1  Encoding data for the poppler PDF 
ii  texlive-binaries2009-7   Binaries for TeX Live
ii  unrar   1:3.9.10-1   Unarchiver for .rar files (non-fre

-- 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#565564: There is no save option for some images

2010-10-02 Thread Mike Hommey
On Fri, Oct 01, 2010 at 08:50:18PM +0100, Mark Hobley wrote:
 Here is a website that has no save option for the image:
 
 http://rosettacode.org/wiki/Main_Page
 
 Using the default style, there is an image at the top left of the screen 
 containing the rosetta code logo. Right click this image and it has no save 
 option.
 
 We really need a save option here.

The image is a background, so the best you would get is a view
background image item. It may not be showing up because the style
is set online. That would be a bug. But is that the same you originally
reported?

Mike



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



Bug#595609: unblock: mailgraph/1.14-3

2010-10-02 Thread Christian PERRIER
Quoting Julien Valroff (jul...@kirya.net):

 I must admit I am not sure what to do to fix the situation. Should I ask to
 the translators to update their translations for the templates currently in
 testing?

You certainly can, yes. You can use podebconf-report-po and adapt the
message to explain translators that, even though their translations
are complete in unstable, your need is to update them in testing.




signature.asc
Description: Digital signature


Bug#596878: nvidia-kernel-dkms: Hang ups within a few minutes after startup

2010-10-02 Thread Manuel Bilderbeek

On 09/22/2010 08:50 PM, Andreas Beckmann wrote:

Can you try a minial xorg.conf:

 Section Device
 Identifier My GPU
 Driver nvidia
 EndSection

Everything else should be autodetected by Xorg.


I didn't change this, but instead I opened up the PC case and cleaned 
the inside, removing some dust etc. Since then, the hang-up hasn't 
occurred anymore (well, so far, so good!). I'll monitor the situation 
and will report back if it occurs again or when I'm fully convinced this 
was the actual cause of the problems (let's say: one month of problem 
free operation).


Thanks for your support.

--
Kind regards,

Manuel



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



Bug#598807: okular: bounding box of inline notes is not updated if text is changed

2010-10-02 Thread Josef Atmin
Package: okular
Version: 4:4.4.5-2
Severity: normal


Hello,

if I change the text of an inline note, e.g. insert a line break and
then click on the cross in the upper right corner of the little pop-up
window to apply the change (I did not find another way), the bounding
box is not updated.  Thus, I might not see the full text anymore, or
the bounding box is too big, etc.

Josef.

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

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

Versions of packages okular depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libkparts4  4:4.4.5-1the Framework for the KDE Platform
ii  libkpty44:4.4.5-1the Pseudo Terminal Library for th
ii  libkutils4  4:4.4.5-1various utility classes for the KD
ii  libokularcore1  4:4.4.5-2libraries for the Okular document 
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libpoppler-qt4-30.12.4-1.1   PDF rendering library (Qt 4 based 
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqimageblitz4 1:0.0.4-4QImageBlitz image effects library
ii  libqt4-dbus 4:4.6.3-1+b1 Qt 4 D-Bus module
ii  libqt4-svg  4:4.6.3-1+b1 Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-1+b1 Qt 4 XML module
ii  libqtcore4  4:4.6.3-1+b1 Qt 4 core module
ii  libqtgui4   4:4.6.3-1+b1 Qt 4 GUI module
ii  libspectre1 0.2.6-1  Library for rendering PostScript d
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

okular recommends no packages.

Versions of packages okular suggests:
ii  ghostscript 8.71~dfsg2-6 The GPL Ghostscript PostScript/PDF
pn  kttsd   none   (no description available)
pn  okular-extra-backends   none   (no description available)
ii  poppler-data0.4.3-1  Encoding data for the poppler PDF 
ii  texlive-binaries2009-7   Binaries for TeX Live
ii  unrar   1:3.9.10-1   Unarchiver for .rar files (non-fre

-- 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#598808: [PATCH] amidi-plugin: fix 100% CPU load on pause

2010-10-02 Thread Jindřich Makovička
Package: audacious-plugins
Version: 2.3-2

When the payback is paused, the playback loop spins uninterrupted, and
eats 100% CPU. This patch adds a call to g_usleep() during pause to
lower the CPU load.

-- 
Jindrich Makovicka
--- a/src/amidi-plug/amidi-plug.c	2010-04-06 22:03:09.0 +0200
+++ b/src/amidi-plug/amidi-plug.c	2010-10-02 09:30:01.941413119 +0200
@@ -611,6 +611,7 @@
 }
 
 g_mutex_unlock (amidiplug_playing_mutex);
+g_usleep (2);
 continue;
 }
 


Bug#595609: unblock: mailgraph/1.14-3

2010-10-02 Thread Julien Valroff
Le samedi 02 oct. 2010 à 09:35:34 (+0200), Christian PERRIER a écrit :
 Quoting Julien Valroff (jul...@kirya.net):
 
  I must admit I am not sure what to do to fix the situation. Should I ask to
  the translators to update their translations for the templates currently in
  testing?
 
 You certainly can, yes. You can use podebconf-report-po and adapt the
 message to explain translators that, even though their translations
 are complete in unstable, your need is to update them in testing.

OK, will do this today so that I can have their updated translations ready
ASAP.

Cheers,
Julien


-- 
Julien Valroff jul...@kirya.net
http://www.kirya.net
GPG key: 1024D/9F71D449
17F4 93D8 746F F011 B845  9F91 210B F2AB 9F71 D449


signature.asc
Description: Digital signature


Bug#598154: RFA: pdf2djvu -- PDF to DjVu converter

2010-10-02 Thread Luca Bruno
I may add that the package is already under collab-maint git, available
at http://git.debian.org/?p=collab-maint/pdf2djvu.git;a=summary

For potential adopters, I'll be glad to help with initial guidance,
sponsorship and very light co-maintenance.

Cheers, Luca

-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno (kaeso)
: :'  :   The Universal O.S.| lucab (AT) debian.org
`. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Debian GNU/Linux Developer


signature.asc
Description: PGP signature


Bug#598721: mdadm: internal bitmap uses way too large chunks

2010-10-02 Thread Paul Slootman
On Sat 02 Oct 2010, Neil Brown wrote:
  
  I noticed that when adding internal bitmaps to md devices,
  that the chunks used were far too large:
 
 That depends on what you mean by 'too large'.

I was used to the prior behaviour as in 3.0.3 :-)

 I find that the ideal chunk size relates to how much of the array can be
 resynced in about second or a bit less.  I suspect I might be able to do an
 IO test and see how fast the devices are, but that is messy and error prone.
 So I simply choose a default of 64M as that seems to be the right ball-park
 for modern hardware.

OK, that reasoning makes sense. Perhaps having that reasoning available
in the changelog or manpage would be helpful. I'm sure that when squeeze
gets released more people will wonder about this change.


  I mean, using 64M chunks on an md device that's just 208MB is silly.
 
 It might also be said that having a bitmap on a 208MB array is a bit silly as
 it would only take about 5 seconds to resync it without a bitmap.

I see your point :)

  After downgrading to mdadm 3.0.3:
 
 You don't need to down grade.  If you don't like the default that mdadm

That was just for demonstration purposes.


Thanks,
Paul



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



Bug#598809: openoffice.org-writer: OO.org crashes when trying to use the Bibliography Database

2010-10-02 Thread Santiago Ruano Rincón
Package: openoffice.org-writer
Version: 1:3.2.1-6
Severity: important


Hi there,

When trying to use the Bibliography Database, OO.org crashes. It
happens with even a new empty document. I have no special
configuration, just the normal and latest debian OO.org from testing. 
Please, find attached a backtrace, and just tell me if you need more 
info.

Thanks for your work packaging openoffice,

Santiago



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

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

Versions of packages openoffice.org-writer depends on:
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libicu444.4.1-6  International Components for Unico
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libstlport4.6ldbl   4.6.2-7  STLport C++ class library
ii  libwpd8c2a  0.8.14-1 Library for handling WordPerfect d
ii  libwps-0.1-10.1.2-1  Works text file format import filt
ii  openoffice.org-base-cor 1:3.2.1-6office productivity suite -- share
ii  openoffice.org-core 1:3.2.1-6office productivity suite -- arch-
ii  ure 1.6.1+OOo3.2.1-6 OpenOffice.org UNO runtime environ
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages openoffice.org-writer recommends:
ii  default-jre [java5-runti 1:1.6-40Standard Java or Java compatible R
ii  openjdk-6-jre [java5-run 6b18-1.8.1-1+b1 OpenJDK Java runtime, using Hotspo
ii  openoffice.org-emailmerg 1:3.2.1-6   office productivity suite -- email
ii  openoffice.org-filter-bi 1:3.2.1-6   office productivity suite -- legac
ii  openoffice.org-java-comm 1:3.2.1-6   office productivity suite -- arch-
ii  openoffice.org-math  1:3.2.1-6   office productivity suite -- equat

Versions of packages openoffice.org-writer suggests:
pn  openoffice.org-base   none (no description available)
pn  openoffice.org-gcjnone (no description available)

Versions of packages openoffice.org-core depends on:
ii  fontconfig  2.8.0-2.1generic font configuration library
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcurl3-gnutls 7.21.0-1 Multi-protocol file transfer libra
ii  libdb4.84.8.30-2 Berkeley v4.8 Database Libraries [
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgraphite31:2.3.1-0.2  SILGraphite - a smart font rende
ii  libgstreamer-plugins-ba 0.10.30-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.11-1 spell checker and morphological an
ii  libhyphen0  2.5-1ALTLinux hyphenation library - sha
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libicu444.4.1-6  International Components for Unico
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmythes-1.2-0 2:1.2.1-1simple thesaurus library
ii  libneon27-gnutls0.29.3-2 An HTTP and WebDAV client library 
ii  libnspr4-0d 4.8.4-2  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-3 Network Security Service libraries
ii  librdf0 1.0.10-3 Redland Resource Description Frame
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libssl0.9.8 0.9.8o-2 SSL shared libraries
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libstlport4.6ldbl   4.6.2-7  STLport C++ class library
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxaw7 2:1.0.7-1X11 Athena Widget library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxrandr2  2:1.3.0-3X11 RandR extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension 

Bug#598810: linux-image-xen-amd64: bug in package description generation

2010-10-02 Thread Davide Prina

Package: linux-image-xen-amd64
Version: bug in package description generation
Severity: minor

this package have the same bug of linux-image-2.6-xen-amd64:
#598648

Ciao
Davide

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

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

--
Dizionari: http://linguistico.sourceforge.net/wiki
Client di posta: http://www.mozilla.org/products/thunderbird
GNU/Linux User: 302090: http://counter.li.org
Non autorizzo la memorizzazione del mio indirizzo su outlook




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



Bug#598811: okular: explicitly saving annotations without the main file would be nice

2010-10-02 Thread Josef Atmin
Package: okular
Version: 4:4.4.5-2
Severity: wishlist


Hello,

annotations can apparently be stored in two ways, either as an xml
file in .kde/share/apps/okular/docdata or as an export into a document
archive.  While it is simple to go from the former to the latter, I
did not find way to go back.  In fact it would be nice if it were
possible to save the annotations explicitely in an xml file anywhere
in the directory without the main pdf document.

Best regards,

Josef.

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

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

Versions of packages okular depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libkparts4  4:4.4.5-1the Framework for the KDE Platform
ii  libkpty44:4.4.5-1the Pseudo Terminal Library for th
ii  libkutils4  4:4.4.5-1various utility classes for the KD
ii  libokularcore1  4:4.4.5-2libraries for the Okular document 
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libpoppler-qt4-30.12.4-1.1   PDF rendering library (Qt 4 based 
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqimageblitz4 1:0.0.4-4QImageBlitz image effects library
ii  libqt4-dbus 4:4.6.3-1+b1 Qt 4 D-Bus module
ii  libqt4-svg  4:4.6.3-1+b1 Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-1+b1 Qt 4 XML module
ii  libqtcore4  4:4.6.3-1+b1 Qt 4 core module
ii  libqtgui4   4:4.6.3-1+b1 Qt 4 GUI module
ii  libspectre1 0.2.6-1  Library for rendering PostScript d
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

okular recommends no packages.

Versions of packages okular suggests:
ii  ghostscript 8.71~dfsg2-6 The GPL Ghostscript PostScript/PDF
pn  kttsd   none   (no description available)
pn  okular-extra-backends   none   (no description available)
ii  poppler-data0.4.3-1  Encoding data for the poppler PDF 
ii  texlive-binaries2009-7   Binaries for TeX Live
ii  unrar   1:3.9.10-1   Unarchiver for .rar files (non-fre

-- 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#598659: xmonad ignores xrandr --primary and assumes leftmost screen is the primary

2010-10-02 Thread Joachim Breitner
Dear xmonad list,

a user of the xmonad package in Debian reports problems with
xmonad/xmobar and two screens, where the wrong screen seems to be used
as the primary screen. As I don’t have a dual screen setup myself, maybe
you can help Albin?

The full discussion so far can be read on http://bugs.debian.org/598659

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


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


Bug#598659: [xmonad] Re: Bug#598659: xmonad ignores xrandr --primary and assumes leftmost screen is the primary

2010-10-02 Thread Ivan Lazar Miljenovic
On 2 October 2010 18:33, Joachim Breitner nome...@debian.org wrote:
 Dear xmonad list,

 a user of the xmonad package in Debian reports problems with
 xmonad/xmobar and two screens, where the wrong screen seems to be used
 as the primary screen. As I don’t have a dual screen setup myself, maybe
 you can help Albin?

 The full discussion so far can be read on http://bugs.debian.org/598659

Well, the xmobar problem appears to not be an actual xmonad issue.
However, the --primary bit seems to be something new in xrandr.

-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
IvanMiljenovic.wordpress.com



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



Bug#598776: in grub2, debian logo overlaps with text at some resolutions

2010-10-02 Thread Yves-Alexis Perez
On ven., 2010-10-01 at 23:43 -0400, Joey Hess wrote:
 Yves-Alexis Perez wrote:
  On ven., 2010-10-01 at 12:46 -0400, Joey Hess wrote:
   I was running grub2 with a fairly generic, 5 year old lcd monitor, and
   the resolution/font size was such that the debian logo in the lower
   right corner of /usr/share/images/desktop-base/moreblue-orbit-grub.png
   overlapped with the part of the grub boot prompt where it says booting
   in N seconds. Result was nearly unreadable. 
  
  I don't really know what you mean, would you have a picture of that? And
  which resolution is it?
 
 Well, can we agree:
 
 1. this is a picture displayed as the boot logo for grub2
 2. it has a debian logo in the lower-right corner
 3. that logo uses a fairly bright color
 4. grub prints text the the screen
 
 Seems fairly obvious to me how 3 could interfere with 4, but I can spend
 2 hours to get a picture if you really need one..
 
Well, it's just that, on the box I have grub running, it was fine, so
I'm not sure what you exactly mean and how we could fix it.

Cheers,
-- 
Yves-Alexis


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


Bug#598812: unblock: live-build/2.0.2-1

2010-10-02 Thread Daniel Baumann
Package: release.debian.org
Submitter: debian-l...@lists.debian.org

live-build (2.0.2-1) unstable; urgency=medium

  [ Daniel Baumann ]
  * Removing superfluous 'releasing' changelog entry in previous
version.
  * Updating defaults for squeeze and d-i gui.
  * Updating images autobuild script for squeeze beta1.
  * Adding temporary workarounds to deal with latest archive breakages
in image autobuild script.
  * Handling live.debian.net repository differently, so that ubuntu
people can use it too.
  * Marking mrt in rescue list as lenny only.
  * Also using gdm legacy hack on xfce-desktop default images.

  [ intrigeri ]
  * Fixing squashfs.sort location with --build-with-chroot false.

  [ Daniel Baumann ]
  * Correcting typo with lb config call for usb-hdd in autobuild script.

 -- Daniel Baumann dan...@debian.org  Sat, 02 Oct 2010 10:00:45 +0200

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#598813: unblock: live-boot/2.0.7

2010-10-02 Thread Daniel Baumann
Package: release.debian.org
Submitter: debian-l...@lists.debian.org

live-boot (2.0.7-1) unstable; urgency=medium

  [ Michal Suchanek ]
  * Adding initial support for unionmount.

  [ Marco Amadori ]
  * Included a note about persistent-subtext (Helps: #536728).

  [ Daniel Baumann ]
  * Running manpage rebuild after manpage updates.

 -- Daniel Baumann dan...@debian.org  Sat, 02 Oct 2010 10:06:41 +0200

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#598814: unblock: live-config/2.0.8-1

2010-10-02 Thread Daniel Baumann
Package: release.debian.org
Submitter: debian-l...@lists.debian.org

live-config (2.0.8-1) unstable; urgency=medium

  [ Daniel Baumann ]
  * Adding forgotten config= shortcut in argument parsing.
  * Using medium as keyword instead of media in hook script, as
documented in the manpage (Closes: #598375).
  * Correctly prepending local hooks with file:// prefix (Closes:
#598375).

  [ Scott Barker ]
  * Fixing typo in config.d files parsing from live media (Closes:
#598536).

  [ Daniel Baumann ]
  * Correcting another typo in hooks config script regarding the loop
variable.
  * Simplyfing and silencing switch between local and remote files in
hooks script.
  * Simplyfing sed call when using local hook scripts.

 -- Daniel Baumann dan...@debian.org  Sat, 02 Oct 2010 10:12:13 +0200

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#598624: xserver-xorg-video-intel: 830M crashes with 'Failed to submit batchbuffer: Input/output error'

2010-10-02 Thread Alexander Heinlein
On Fri, Oct 01, 2010 at 12:36:06PM +0200, Sven Joachim wrote:
 Am 01.10.2010 um 12:19 schrieb Alexander Heinlein:
 
  Another thing that bothers me with the new kernels is that I have to enable
  KMS to use the intel driver, but disable it if I want to use vesa (the
  current fallback for me). Changing the bootloader configuration and
  rebooting just to switch the graphics driver doesn't seem right.
 
 You can use fbdev instead of vesa as fallback, it works fine with KMS
 (but does not do any mode setting, so you can't change the resolution).

Using fbdev leads to a lockup of the whole system. Blank monitor, no
keyboard input any more, even SSH doesn't work. Seems like a kernel panic or
something similar. But I guess this belongs to a separate bug report.

Also I recognized when using vesa and disabling KMS, I can't switch back to
a virtual console or the screen goes blank. Even switching back to X leaves
me with a blank screen. But I guess this belongs to a separate bug report,
too :).

Man, I can remember graphics drivers being less complicated under Linux five
years ago, what happened to them?

Regards,
Alex



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



Bug#598796: [Evolution] Bug#598796: evolution: hangs on startup while migrating folders

2010-10-02 Thread Yves-Alexis Perez
On sam., 2010-10-02 at 01:10 +0200, Adam Borowski wrote:
 Package: evolution
 Version: 2.30.3-2
 Severity: normal
 
 On startup, Evolution spawns two windows:
 
 * one that says:
 .-[ Migrating... ]
 | The summary format of the Evolution mailbox folders has been moved to
 | SQLite since Evolution 2.24
 |
 | Please be patient while Evolution migrates your folders...
 |
 | Migrating Folders
 |
 | The summary format of the Evolution mailbox folders has been moved to
 | SQLite since Evolution 2.24
 |
 | Please be patient while Evolution migrates your folders...
 |
 | Migrating 'On This Computer/Drafts':
 | 50%.
 `
 (note that the text is repeated), the progress bar stuck at 50%,


Is something output on the console? Could you give us the detail of your
accounts and folder? Do you have folders.db files in your .evolution
folders (under .evolution/mail/*/*/folders.db)?

 * and another that says:
 .-[ ]
 | SSL Certificate check for mail.angband.pl:
 | ...
 | Signature: BAD
 |
 | Do you wish to accept?
 | [Cancel] [Ok]
 `
 (the certificate is a self-signed one, dated 2006, valid until 2016, it
 was already accepted by Evolution before)

This one should be fixed with 2.30.3-2 but you might have to reimport
your certificate or, at least, set the trust bits in certificates
settings (that it, when you'll manage to get access to evolution).
 
 
 None of the windows accepts any input, they will redraw a few times but then
 stop responding altogether.  After killing it, Evolution does the same on
 the next startup.

The SSL check will accept input, but if you have checked “refresh all
folders” or something like that, it'll try sequentially *all* folders
even if you click cancel. So it might take a while, but in the end
they'll disappear
 

-- 
Yves-Alexis


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


Bug#598796: [Evolution] Bug#598796: evolution: hangs on startup while migrating folders

2010-10-02 Thread Adam Borowski
On Sat, Oct 02, 2010 at 10:49:06AM +0200, Yves-Alexis Perez wrote:
 On sam., 2010-10-02 at 01:10 +0200, Adam Borowski wrote:
  On startup, Evolution spawns two windows:
  
  * one that says:
  .-[ Migrating... ]
  | The summary format of the Evolution mailbox folders has been moved to
  | SQLite since Evolution 2.24
  |
  | Please be patient while Evolution migrates your folders...
  |
  | Migrating Folders
  |
  | The summary format of the Evolution mailbox folders has been moved to
  | SQLite since Evolution 2.24
  |
  | Please be patient while Evolution migrates your folders...
  |
  | Migrating 'On This Computer/Drafts':
  | 50%.
  `
  (note that the text is repeated), the progress bar stuck at 50%,
 
 
 Is something output on the console? Could you give us the detail of your
 accounts and folder? Do you have folders.db files in your .evolution
 folders (under .evolution/mail/*/*/folders.db)?

Yes, but when I moved the entire directory away, it was recreated from
scratch, and is BYTE TO BYTE IDENTICAL (save for categories.xml) to the old
one.  Also, there appears to be no useful data inside.

I seriously doubt it's of any use, but I've put it at
http://angband.pl/tmp/evol-dir.tar.bz2


When ran from a terminal, the output is:

(evolution:3713): evolution-network-manager-WARNING **: The name
org.freedesktop.NetworkManager was not provided by any .service files

(evolution:3713): Gtk-WARNING **: Attempting to add a widget with type
GtkHBox to a container of type GtkWindow, but the widget is already inside a
container of type GtkVBox, the GTK+ FAQ at
http://library.gnome.org/devel/gtk-faq/stable/ explains how to reparent a
widget.

(evolution:3713): e-utils-WARNING **: Something called
e_alert_dialog_constructed() with a NULL parent window.  This is no longer
legal, please fix it.

(evolution:3713): camel-WARNING **: No summary path set. Unable to migrate


(evolution:3713): camel-WARNING **: No summary path set. Unable to migrate


  * and another that says:
  .-[ ]
  | SSL Certificate check for mail.angband.pl:
  | Signature: BAD
  `
 This one should be fixed with 2.30.3-2 but you might have to reimport
 your certificate or, at least, set the trust bits in certificates
 settings (that it, when you'll manage to get access to evolution).

Yeah, I guess so -- but it might be a case of two (semi-?)modal windows
interfering with each other.

  None of the windows accepts any input, they will redraw a few times but then
  stop responding altogether.  After killing it, Evolution does the same on
  the next startup.
 
 The SSL check will accept input, but if you have checked “refresh all
 folders” or something like that, it'll try sequentially *all* folders
 even if you click cancel. So it might take a while, but in the end
 they'll disappear

Waiting a long time doesn't appear to help.  When straced, it appears to
deadlock on some synchronization:

[pid  3792] clone(Process 3807 attached
child_stack=0xb30f33e4,
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|
CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID,
parent_tidptr=0xb30f3bd8, {entry_number:6, base_addr:0xb30f3b70,
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1,
seg_not_present:0, useable:1}, child_tidptr=0xb30f3bd8) = 3807
[pid  3792] futex(0x8cc963c, FUTEX_WAIT_PRIVATE, 2, NULL unfinished ...
[pid  3807] set_robust_list(0xb30f3be0, 0xc) = 0
[pid  3807] gettimeofday({1286010717, 370310}, NULL) = 0
[pid  3807] futex(0x8cc963c, FUTEX_WAIT_PRIVATE, 2, NULL


Meow!
-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.



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



Bug#594556: fixed since 2.6.32-24

2010-10-02 Thread Olivier Bonvalet

 Hi,

the 2.6.32-24 fixed that problem. So you can close that bug report.

Thanks,
Olivier



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



Bug#598803: xserver-xorg-video-intel: X crashes / hung gpu, now and then

2010-10-02 Thread Cyril Brulebois
Juha Mäkinen juha.maki...@koti.soon.fi (02/10/2010):
 after last update X crashes now and then with message
 drm:i915_hangcheck_elapsed ... GPU hung

Is it still possible to start X again without rebooting? I'd guess so,
but let's check.

If you find a particular pattern / way to reproduce this issue, I'd be
glad to hear about it.

It'd be nice to know how it goes with 2.13.0-1 (just uploaded to
experimental, so available in a few hours).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#598773: [Pkg-iscsi-maintainers] Bug#598773: Support multiple iSCSI target IPs in initramfs

2010-10-02 Thread Guido Günther
On Fri, Oct 01, 2010 at 11:20:47PM +0200, Norbert Tretkowski wrote:
 Am Samstag, den 02.10.2010, 00:07 +0530 schrieb Ritesh Raj Sarraf:
  On Friday 01 Oct 2010 23:12:23 Norbert Tretkowski wrote:
BTW, why does multipath + iSCSI Root need multiple paths ? One single
path  should suffice.
   
   If this single path fails, the system won't boot any longer.
 
  Are you using this config (that of multipath iSCSI Paths for the Root LUN + 
  DM 
  Multipath) along with the proposed patch ?
 
 Yes.
 
  Even the multipathd daemon will not be available in initramfs.
 
 There's multipath-tools-boot, which makes multipathd and the required
 kernel modules available in the initramfs.
...which doesn't use /sbin/multipathd at the moment but only does an
initial path discovery using /sbin/multipath. It would probably be nicer
to use multipathd from the start though since this would solve a lot of
problems (#545079, #580972).
 -- Guido



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



Bug#598796: [Evolution] Bug#598796: Bug#598796: evolution: hangs on startup while migrating folders

2010-10-02 Thread Yves-Alexis Perez
On sam., 2010-10-02 at 11:19 +0200, Adam Borowski wrote:
 On Sat, Oct 02, 2010 at 10:49:06AM +0200, Yves-Alexis Perez wrote:
  On sam., 2010-10-02 at 01:10 +0200, Adam Borowski wrote:
   On startup, Evolution spawns two windows:
   
   * one that says:
   .-[ Migrating... ]
   | The summary format of the Evolution mailbox folders has been moved to
   | SQLite since Evolution 2.24
   |
   | Please be patient while Evolution migrates your folders...
   |
   | Migrating Folders
   |
   | The summary format of the Evolution mailbox folders has been moved to
   | SQLite since Evolution 2.24
   |
   | Please be patient while Evolution migrates your folders...
   |
   | Migrating 'On This Computer/Drafts':
   | 50%.
   `
   (note that the text is repeated), the progress bar stuck at 50%,
  
  
  Is something output on the console? Could you give us the detail of your
  accounts and folder? Do you have folders.db files in your .evolution
  folders (under .evolution/mail/*/*/folders.db)?
 
 Yes, but when I moved the entire directory away, it was recreated from
 scratch, and is BYTE TO BYTE IDENTICAL (save for categories.xml) to the old
 one.  Also, there appears to be no useful data inside.

I'm lost. The folder contains the local mail storage, so there should be
some of your mails there (unless you don't store it at all locally ?)
 
 I seriously doubt it's of any use, but I've put it at
 http://angband.pl/tmp/evol-dir.tar.bz2

I hope there's nothing private there...

In the end, if you start with a *fresh* folder, does it work or not?
 
 Waiting a long time doesn't appear to help.  When straced, it appears to
 deadlock on some synchronization:

I meant to click “cancel” at every warning window. There'll be a lot of
them, but in the end they'll disappear. You could try to start in
offline mode too (evolution --offline)

Cheers,
-- 
Yves-Alexis


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


Bug#596217: Typo in URL in Vcs-Browser

2010-10-02 Thread Cyril Brulebois
tag 596217 pending
thanks

Petr Vorel pe...@seznam.cz (02/10/2010):
 You have a typo in URL in Vcs-Browser.

Thanks, fixed in git, in both debian-{unstable,experimental} branches.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#564690: OMGWTFBBQ this is fixed

2010-10-02 Thread Josselin Mouette
Le vendredi 01 octobre 2010 à 23:33 +0200, Moritz Muehlenhoff a écrit : 
 On Sun, Feb 28, 2010 at 03:36:46PM +0100, Josselin Mouette wrote:
  Version: 2.29.91-1
  
  commit 3e0f7dea754381c5ad11a06ccc62eb153382b498
  Author: Gustavo Noronha Silva g...@gnome.org
  Date:   Thu Feb 18 14:30:49 2010 -0200
  
  Report broken certs through the padlock icon
  
  This uses a new feature in libsoup that reports through a 
  SoupMessageFlag whether the message is talking to a server that has a
  trusted server.
  
  Bug #600663
 
 I suppose this doesn't affect Stable, since the switch to webkit
 was done post-Lenny?

Indeed. This was a severe regression from lenny, hence the severity.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#598815: golly: Does not install rules

2010-10-02 Thread Mathijs Romans
Package: golly
Version: 2.1-1
Severity: normal

In golly, I noticed that I can't use the WireWorld rule. I select Control-Set 
Rule-select a named rule-WireWorld. When I press Ok I get the message The 
new rule is not valid in any algorithm.. According to upstream (golly-test 
mailing list), this option is supposed to work. I think this is due to the fact 
that the Rules directory is never installed while it should be. After copying 
the Rules directory to /usr/share/golly the WireWorld rule started working.

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

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

Versions of packages golly depends on:
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libperl5.10 5.10.1-14shared Perl library
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libwxbase2.8-0  2.8.10.1-3+b1wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0   2.8.10.1-3+b1wxWidgets Cross-platform C++ GUI t
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

golly recommends no packages.

golly 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#596122: unblock: gvfs/1.6.3-2

2010-10-02 Thread Josselin Mouette
Le mercredi 08 septembre 2010 à 19:56 +0100, Adam D. Barratt a écrit : 
 block 596122 by 590274
 thanks
 
 On Wed, 2010-09-08 at 20:32 +0200, Josselin Mouette wrote:
  please unblock gvfs for squeeze, it is only a trivial RC bug fix.
  
  gvfs (1.6.3-2) unstable; urgency=low
   .
 * Depend on fuse-utils 2.8.4. Closes: #585648.
 
 While the gvfs fix is indeed trivial, fuse 2.8.4-1 is unable to migrate
 due to a FTBFS on kfreebsd-* (#590274); marking this bug as blocked by
 that.

So, the situation has evolved.

First, fuse has been fixed in the meantime by a NMU. It’s just needing
an unblock.

Second, gvfs has been updated again. This update is appropriate for
squeeze, but the timing is unfortunate. It is solely a new upstream
release.

Major changes in 1.6.4 
==
* Lots of translation updates
* afc: Add support for photo thumbnails on iOS4
* daemons: Move GConf initialization from backend constructor
* sftp: Use poll() to cope with openssh-5.6 changes

The OpenSSH change is not necessary per se since we ship 5.5, but the
GConf one fixes a deadlock, and iOS4 support really looks like a good
idea.

Non-translation changes attached.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling
--- gvfs-1.6.3/daemon/gvfsbackendafc.c	2010-07-12 15:22:38.0 +
+++ gvfs-1.6.4/daemon/gvfsbackendafc.c	2010-09-27 14:51:51.0 +
@@ -43,6 +43,14 @@
 #define AFC_E_INVALID_ARG AFC_E_INVALID_ARGUMENT
 #endif /* !AFC_E_INVALID_ARG */
 
+typedef enum {
+  IOS_UNKNOWN = 0,
+  IOS1,
+  IOS2,
+  IOS3,
+  IOS4
+} HostOSVersion;
+
 struct _GVfsBackendAfc {
   GVfsBackend backend;
 
@@ -50,6 +58,7 @@
   char *service;
   char *model;
   gboolean connected;
+  HostOSVersion version;
 
   idevice_t dev;
   afc_client_t afc_cli;
@@ -391,6 +400,42 @@
   g_vfs_backend_set_icon_name (G_VFS_BACKEND(self), phone-apple-iphone);
 }
 
+  /* Get the major OS version */
+  value = NULL;
+  self-version = IOS_UNKNOWN;
+  if (G_LIKELY(g_vfs_backend_lockdownd_check (lockdownd_get_value (lockdown_cli, NULL, ProductVersion, value), G_VFS_JOB(job)) == 0))
+{
+  if (plist_get_node_type(value) == PLIST_STRING)
+{
+  char *version_string = NULL;
+
+  plist_get_string_val(value, version_string);
+  if (version_string)
+{
+  /* parse version */
+  int maj = 0;
+  int min = 0;
+  int rev = 0;
+
+  sscanf(version_string, %d.%d.%d, maj, min, rev);
+  free(version_string);
+
+  switch (maj)
+{
+case 2:
+  self-version = IOS2;
+  break;
+case 3:
+  self-version = IOS3;
+  break;
+case 4:
+  self-version = IOS4;
+  break;
+}
+}
+}
+}
+
   lockdownd_client_free (lockdown_cli);
   lockdown_cli = NULL;
 
@@ -1026,33 +1071,98 @@
   strlen (basename)  4 
   basename[strlen(basename) - 4] == '.')
 {
-  char *thumb_uri, *thumb_base, *thumb_path;
-  char *parent, *ptr, *no_suffix;
+  char *thumb_uri, *thumb_path;
+  char *no_suffix;
   char **thumb_afcinfo;
   GFile *thumb_file;
+  const char *suffix;
 
   GMountSpec *mount_spec;
   const char *port;
 
-  /* Parent directory */
-  ptr = strrchr (path, '/');
-  if (ptr == NULL)
-return;
-  parent = g_strndup (path, ptr - path);
+  /* Handle thumbnails for movies as well */
+  if (g_str_has_suffix (path, .MOV))
+suffix = JPG;
+  else
+suffix = THM;
 
-  /* Basename with suffix replaced */
-  no_suffix = g_strndup (basename, strlen (basename) - 3);
-  thumb_base = g_strdup_printf (%s%s, no_suffix, THM);
-  g_free (no_suffix);
+  if (self-version == IOS2)
+{
+  /* The thumbnails are side-by-side with the
+   * THM files in iOS2 */
 
-  /* Full thumbnail path */
-  thumb_path = g_build_filename (parent, .MISC, thumb_base, NULL);
+  /* Remove the suffix */
+  no_suffix = g_strndup (path, strlen (path) - 3);
+  /* Replace with THM */
+  thumb_path = g_strdup_printf (%s%s, no_suffix, suffix);
+  g_free (no_suffix);
+}
+  else if (self-version == IOS3)
+{
+  char *parent, *ptr;
+  char *thumb_base;
 
-  g_free (parent);
-  g_free (thumb_base);
+  /* The thumbnails are in the .MISC sub-directory, relative to the
+   * image itself, so:
+   * afc://xxx/DCIM/100APPLE/IMG_0001.JPG
+   * =
+   * afc://xxx/DCIM/100APPLE/.MISC/IMG_0001.THM
+   */
+
+  /* Parent directory */
+  ptr = strrchr (path, '/');
+  if (ptr == NULL)
+

Bug#598816: typo3: typo in package description

2010-10-02 Thread Davide Prina

Package: typo3
Severity: minor

In DDTSS I see:
This package depends on all TYPO3 packages that are neccassary to build

I think it must be:
This package depends on all TYPO3 packages that are necessary to build
   ^
___|

Ciao
Davide

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

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

--
Dizionari: http://linguistico.sourceforge.net/wiki
Client di posta: http://www.mozilla.org/products/thunderbird
GNU/Linux User: 302090: http://counter.li.org
Non autorizzo la memorizzazione del mio indirizzo su outlook




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



Bug#578311: Bug#248426: pdf is working with 4.4.0

2010-10-02 Thread Agustin Martin
Sending this time to #578311, which I again forgot in last message

2010/10/2 Vincent Lefevre vinc...@vinc17.net:
 On 2010-10-02 00:55:41 +0200, Agustin Martin wrote:
 I think #578311 should be renamed to something like gnuplot: pdfcarro
 output should default to the standard output. You are original
 submitter, so I leave that to your consideration,

 Retitled gnuplot: pdfcairo output should default to the standard
 output (as documented).

Looking more carefully at  #597007, sems that the problem is that is
all STDOUT handling by pdfcairo terminal what is buggy in gnuplot
4.4.0. Not only set output does not send things to STDOUT (may be it
even defaults to it, but fails), but things like set output | lpr
will fail (will write to a file named | lpr !!, see #597007).

Adding as an info for #578311 (I again forgot to add #578311 in last
message) that this is fixed upstream in 4.4.1, but is still a problem
in 4.4.0, scheduled for squeeze.

I am curious, did you use 4.4.1 in your Mac OS X, where the different
behavior happened?

-- 
Agustin



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



Bug#598793: sas controller resets causes drives to fail under mdadm

2010-10-02 Thread Bjørn Mork
Quintin quin...@quintin.co.nz writes:

 Package: linux-image-2.6.26-2-xen-amd64
 Version: 2.6.26-24lenny1
 Severity: important

 The mpt SAS controller seems to misinterpret messages from the SATA
 drives connected to the SAS controller - causing mdadm to remove them
 from the array. The net result during this event is the array goes
 read-only or worse corrupts data.

 This issue has occurred on this version of equipment when running
 S.M.A.R.T. - which may be related?
[..]
 05:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068E 
 PCI-Express Fusion-MPT SAS (rev 08)


Sure is.  I have seen similar issues with this controller, especially
when running smartctl.

I believe this was fixed in the latest 2.6.32 stable update (2.6.32.23):

commit aaf3b48b50681f779723ea9bb141931739b75c4b
Author: Ryan Kuester rkues...@kspace.net
Date:   Mon Apr 26 18:11:54 2010 -0500

SCSI: mptsas: fix hangs caused by ATA pass-through

commit 2a1b7e575b80ceb19ea50bfa86ce0053ea57181d upstream.

I may have an explanation for the LSI 1068 HBA hangs provoked by ATA
pass-through commands, in particular by smartctl.

First, my version of the symptoms.  On an LSI SAS1068E B3 HBA running
01.29.00.00 firmware, with SATA disks, and with smartd running, I'm seeing
occasional task, bus, and host resets, some of which lead to hard faults of
the HBA requiring a reboot.  Abusively looping the smartctl command,

# while true; do smartctl -a /dev/sdb  /dev/null; done

dramatically increases the frequency of these failures to nearly one per
minute.  A high IO load through the HBA while looping smartctl seems to
improve the chance of a full scsi host reset or a non-recoverable hang.

I reduced what smartctl was doing down to a simple test case which
causes the hang with a single IO when pointed at the sd interface.  See
the code at the bottom of this e-mail.  It uses an SG_IO ioctl to issue
a single pass-through ATA identify device command.  If the buffer
userspace gives for the read data has certain alignments, the task is
issued to the HBA but the HBA fails to respond.  If run against the sg
interface, neither the test code nor smartctl causes a hang.

sd and sg handle the SG_IO ioctl slightly differently.  Unless you
specifically set a flag to do direct IO, sg passes a buffer of its own,
which is page-aligned, to the block layer and later copies the result
into the userspace buffer regardless of its alignment.  sd, on the other
hand, always does direct IO unless the userspace buffer fails an
alignment test at block/blk-map.c line 57, in which case a page-aligned
buffer is created and used for the transfer.

The alignment test currently checks for word-alignment, the default
setup by scsi_lib.c; therefore, userspace buffers of almost any
alignment are given directly to the HBA as DMA targets.  The LSI 1068
hardware doesn't seem to like at least a couple of the alignments which
cross a page boundary (see the test code below).  Curiously, many
page-boundary-crossing alignments do work just fine.

So, either the hardware has an bug handling certain alignments or the
hardware has a stricter alignment requirement than the driver is
advertising.  If stricter alignment is required, then in no case should
misaligned buffers from userspace be allowed through without being
bounced or at least causing an error to be returned.

It seems the mptsas driver could use blk_queue_dma_alignment() to advertise
a stricter alignment requirement.  If it does, sd does the right thing and
bounces misaligned buffers (see block/blk-map.c line 57).  The following
patch to 2.6.34-rc5 makes my symptoms go away.  I'm sure this is the wrong
place for this code, but it gets my idea across.

Acked-by: Kashyap Desai kashyap.de...@lsi.com
Signed-off-by: James Bottomley james.bottom...@suse.de
Signed-off-by: Greg Kroah-Hartman gre...@suse.de



which was included in Debian linux-image-2.6.32-5-amd64 version
2.6.32-24.  You should check whether the issue is still present with
that version.

Given the age and stability of this driver, I believe it's reasonable to
guess that the issue was present in all 2.6.26 versions, and I guess it
won't be backported unless you do it yourself.



Bjørn



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



Bug#598796: [Evolution] Bug#598796: Bug#598796: evolution: hangs on startup while migrating folders

2010-10-02 Thread Adam Borowski
On Sat, Oct 02, 2010 at 12:00:59PM +0200, Yves-Alexis Perez wrote:
 On sam., 2010-10-02 at 11:19 +0200, Adam Borowski wrote:
   Is something output on the console? Could you give us the detail of your
   accounts and folder? Do you have folders.db files in your .evolution
   folders (under .evolution/mail/*/*/folders.db)?
  
  Yes, but when I moved the entire directory away, it was recreated from
  scratch, and is BYTE TO BYTE IDENTICAL (save for categories.xml) to the old
  one.  Also, there appears to be no useful data inside.
 
 I'm lost. The folder contains the local mail storage, so there should be
 some of your mails there (unless you don't store it at all locally ?)

It would be at most Evolution's local cache if it uses any, as all mails are
stored (at least their master copies) on an IMAP server.

Still, that non-existant local mail stops Evolution from starting at all.

  I seriously doubt it's of any use, but I've put it at
  http://angband.pl/tmp/evol-dir.tar.bz2
 
 I hope there's nothing private there...

All the files have nothing interesting in them, just a header, bunch of
zeroes and a SQL statement.  The only piece of information you could learn
about me is that the username is kilobyte and the mail server
mail.angband.pl.

 In the end, if you start with a *fresh* folder, does it work or not?

It does not, and that's the main problem here -- at least for me.
I guess I need to delete the config Evolution stores elsewhere -- but that
wouldn't fix the bug, merely work around a symptom.

  Waiting a long time doesn't appear to help.  When straced, it appears to
  deadlock on some synchronization:
 
 I meant to click “cancel” at every warning window. There'll be a lot of
 them, but in the end they'll disappear. You could try to start in
 offline mode too (evolution --offline)

Neither of the buttons accept any input.


Miaow!
-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.



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



Bug#598817: [traverso] Crashes when opening file dialogs in KDE4

2010-10-02 Thread Daniele Benucci
Package: traverso
Version: 0.49.2-1
Severity: important

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

Traverso crashes when first starting in KDE4 environment with the following 
output in console (crash is catched and a dialog box is shown, then program is 
terminated):

---console output---
dani...@cougar:~$ traverso 
No Hardware specific optimizations in use
Themer:: Using themefile: :/themes/TraversoLight/traversotheme.xml
creating alsa driver ... default|default|512|3|44100|0|0|-|32bit
configuring for 44100 Hz, period=512 frames (11,6 ms), buffer=3 periods
ALSA: final selected sample format for capture: 32bit little-endian
ALSA: cannot set period size to 512 frames for capture
Creating Null Driver...
Starting AudioDeviceThread. Running!
Traverso(6296)/ KSycocaPrivate::openDatabase: Trying to open ksycoca from  
/var/tmp/kdecache-daniele/ksycoca4

Catched the SIGSEGV signal!
Stopped
Starting to shutdown AudioThread..
AudioDeviceThread finished, stopping driver
---end of console output---

If manually editing ~/.traverso/Traverso-DAW/Traverso.ini as stated in 
http://savannah.nongnu.org/bugs/?30401#comment0, traverso starts and works, 
but crashes in the same way every time a file dialog should be opened (eg.: 
Edit-Import audio or Project-Open Project-Select Project Dir.

Still crashes starting with a clean user profile or without DE (xterm-only X 
session).

Does not crash in a sid virtual machine running e17.

Does not crash in xterm-only session if running with Qt's GTK+ theme/engine 
(using Raleigh GTK theme) or changing theme to Qt's GTK+ one while running 
(when this theme is selected GTK file dialog is shown). After this change all 
other Qt themes do NOT trigger the crash until program is closed.
Unfortunately trying the same steps when running Traverso in a KDE4 session 
does not help (may be related to KDE font and color settings applied to GTK 
applications).

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.35-trunk-amd64

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablelinux.wuertz.org 
  500 unstableftp.debian.org 
  500 stable  dl.google.com 
  102 experimentalwww.debian-multimedia.org 
  102 experimentalftp.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
libasound2   ( 1.0.18) | 1.0.23-2
libc6 (= 2.2.5) | 2.11.2-6
libfftw3-3   | 3.2.2-1
libflac8  (= 1.2.1) | 1.2.1-3
libgcc1 (= 1:4.1.1) | 1:4.4.4-17
libjack-jackd2-0 (= 1.9.5~dfsg-14)  | 
 OR libjack-0.116| 
libmad0   (= 0.15.1b-3) | 0.15.1b-5
libogg0  (= 1.0rc3) | 1.2.0~dfsg-1
libqt4-xml  (= 4:4.5.3) | 4:4.6.3-2
libqtcore4  (= 4:4.6.1) | 4:4.6.3-2
libqtgui4   (= 4:4.5.3) | 4:4.6.3-2
libraptor1   (= 1.4.19) | 1.4.21-2
librdf0   (= 1.0.9) | 1.0.10-3
libsamplerate0   | 0.1.7-3
libsndfile1  (= 1.0.20) | 1.0.21-3
libstdc++6(= 4.1.1) | 4.4.4-17
libvorbis0a   (= 1.1.2) | 1.3.1-1
libvorbisenc2 (= 1.1.2) | 1.3.1-1
libvorbisfile3(= 1.1.2) | 1.3.1-1
libwavpack1  (= 4.40.0) | 4.60.1-1


Package's Recommends field is empty.

Package's Suggests field is empty.




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



Bug#578311: Bug#248426: pdf is working with 4.4.0

2010-10-02 Thread Vincent Lefevre
On 2010-10-02 12:54:11 +0200, Agustin Martin wrote:
 I am curious, did you use 4.4.1 in your Mac OS X, where the different
 behavior happened?

Under Mac OS X, I'm using gnuplot 4.2.5. But there's no pdfcairo
under Mac OS X, only pdflib.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#471191: NM thinks the network is disconnected when it's not managing it

2010-10-02 Thread Louis Opter
Please note that this also affect Evolution. I just ran into this issue with a
fresh Debian Squeeze install.

I believe something has to be done about this, you can't ask gnome users to
read a README.Debian. It should works out of the box.

Best regards

-- 
Louis Opter



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



Bug#571255: Udev 151-2 upgrade problem on debian-testing-'squeeze' i386 cd binary1 20090302-04-:09

2010-10-02 Thread Julien Cristau
On Sun, Sep 19, 2010 at 15:47:57 -0700, Steve Langasek wrote:

 But I know that I may have overlooked some details.  If you see any problems
 with my suggestion, please let me know what they are so that I can look for
 better solutions.
 
 And if there aren't problems with this proposal, I'm happy to prepare a
 patch to the package for this if that would be helpful to you.
 
Marco, thoughts?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#598796: [Evolution] Bug#598796: Bug#598796: Bug#598796: evolution: hangs on startup while migrating folders

2010-10-02 Thread Yves-Alexis Perez
On sam., 2010-10-02 at 12:58 +0200, Adam Borowski wrote:
  In the end, if you start with a *fresh* folder, does it work or not?
 
 It does not, and that's the main problem here -- at least for me.
 I guess I need to delete the config Evolution stores elsewhere -- but that
 wouldn't fix the bug, merely work around a symptom.

You mean that starting with a fresh .evolution folder (move the previous
one elsewhere) you still have the problem? In this case you shouldn't
have any migration window appearing since there's nothing to migrate.


  I meant to click “cancel” at every warning window. There'll be a lot of
  them, but in the end they'll disappear. You could try to start in
  offline mode too (evolution --offline)
 
 Neither of the buttons accept any input.

I guess due to the other modal window, ok.

Cheers,
-- 
Yves-Alexis


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


Bug#598818: xorg: X crashes with segmentation fault when Xine window is out of the screen

2010-10-02 Thread ProgVal
Package: xorg
Version: 1:7.5+7
Severity: important
Tags: upstream

Hello,

I was trying to look for a movie with Xine. Then, I accidentally moved the
windows out of my screen (the left border), and X crashed.
I launched it again (I always run X with startx as a non-root user), tryed to
reproduce the bug, and it appears again.

I made several other tests, as viewing another video, or viewing the first one
with DragonPlayer : no problem.
Then, I tryed again to reproduce it with the first video in Xine at the bottom,
the right : nothing happens.
Then, I tested to make it got out of the screen at the left, nothing happened
instanly, but, after some random moves, X crashed again.

Now, I am unable to reproduce the bug again.


The movie's name is Sintel.2010.2K.Theora-VODO.mp4 (I say that because it seems
to have some influence on the bug)

Best regards,
ProgVal



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

Kernel: Linux 2.6.32-progval3 (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 xorg depends on:
ii  gnome-terminal [x-terminal-em 2.30.2-1   The GNOME terminal emulator applic
ii  libgl1-mesa-dri   7.7.1-4A free implementation of the OpenG
ii  libgl1-mesa-glx [libgl1]  7.7.1-4A free implementation of the OpenG
ii  libglu1-mesa  7.7.1-4The OpenGL utility library (GLU)
ii  x11-apps  7.5+5  X applications
ii  x11-session-utils 7.5+1  X session utilities
ii  x11-utils 7.5+4  X11 utilities
ii  x11-xfs-utils 7.4+1  X font server utilities
ii  x11-xkb-utils 7.5+5  X11 XKB utilities
ii  x11-xserver-utils 7.5+2  X server utilities
ii  xauth 1:1.0.4-1  X authentication utility
ii  xfonts-100dpi 1:1.0.1100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.175 dpi fonts for X
ii  xfonts-base   1:1.0.1standard fonts for X
ii  xfonts-scalable   1:1.0.1-1  scalable fonts for X
ii  xfonts-utils  1:7.5+2X Window System font utility progr
ii  xinit 1.2.0-2X server initialisation tool
ii  xkb-data  1.8-1  X Keyboard Extension (XKB) configu
ii  xorg-docs-core1:1.5-1Core documentation for the X.org X
ii  xserver-xorg  1:7.5+7the X.Org X server
ii  xterm [x-terminal-emulator]   261-1  X terminal emulator

xorg recommends no packages.

Versions of packages xorg suggests:
pn  xorg-docs none (no description available)

-- no debconf information



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



Bug#565564: There is no save option for some images

2010-10-02 Thread Mark Hobley
--- On Sat, 2/10/10, Mike Hommey m...@glandium.org wrote:

 The image is a background, so the best you would get is a
 view background image item. It may not be showing up because the
 style is set online.

Yeah, a save background image option would be fine.

 But is that the same you originally reported?

I'm not sure Mike. It is certainly a problem, but I don't know how often this 
occurs, and under what circumstances. I suggest we fix it for this
circumstance, and if I discover other scenarios, I will simply reopen the
bug report, and add new information.

BTW, There is another weird thing here (also related to this bug). If I disable 
the stylesheet using:

Menu, View, Use Style, None

The image disappears altogether, and I still have no option to save it. 
Likewise, the Save, Web Page, Complete option does not save the image either.


Cheers,

Mark.







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



Bug#598796: [Evolution] Bug#598796: evolution: hangs on startup while migrating folders

2010-10-02 Thread Adam Borowski
On Sat, Oct 02, 2010 at 01:27:25PM +0200, Yves-Alexis Perez wrote:
   In the end, if you start with a *fresh* folder, does it work or not?
  
  It does not, and that's the main problem here -- at least for me.
  I guess I need to delete the config Evolution stores elsewhere -- but that
  wouldn't fix the bug, merely work around a symptom.
 
 You mean that starting with a fresh .evolution folder (move the previous
 one elsewhere) you still have the problem? In this case you shouldn't
 have any migration window appearing since there's nothing to migrate.

[~]$ mv .evolution .evolution-old
[~]$ evolution
   [ Migrating... ]

[~]$ killall evolution
[~]$ ls -al .evolution
total 68
drwx--   4 kilobyte kilobyte32 Oct  2 13:32 .
drwx--x--x 141 kilobyte kilobyte 40960 Oct  2 13:38 ..
drwx--   2 kilobyte kilobyte 1 Oct  2 13:32 cache
-rw-r--r--   1 kilobyte kilobyte  2243 Oct  2 13:32 categories.xml
drwx--   5 kilobyte kilobyte24 Oct  2 13:32 mail


-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.



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



Bug#598820: mcabber: Segmentation fault when connecting to prosody server

2010-10-02 Thread Daniel Friesel
Package: mcabber
Version: 0.10.0-1
Severity: serious

Hi all,

mcabber dies with a segmentation fault as soon as it tries to connect to a
prosody server.

I'm not sure what exactly causes the bug, at least connecting to jabber.org
(with invalid auth data) does not make mcabber segfault, but connecting to
this specific server (which is running prosody) always results in a
segmentation fault.  It should also be noted that an mcabber running on Debian
squeeze is not affected, only the one in sid.
The segfault happens regardless of whether the jabber password was valid or
not.

mcabberrc:
 set jid = d...@example.org
 set server  = jabber.wouldyoubuythis.net
 set port= 5222

 set ssl = 0

 set nickname= derf
 set resource= remnant
 set disable_random_resource = 1
 set priority= 7
 set priority_away   = 1

 set logging = 0
 set load_logs   = 0
 set beep_on_message = 1

 set aspell_enable   = 0

(yes, the @example.org is wrong, but the bug is reproducible with that, too)

mcabber output:

  Special buffer: [status]
 
 [13:38:50] Connecting to server: jabber.wouldyoubuythis.net
 [13:38:50]  using port 5222
 [13:38:50]  resource remnant
 
  [_]
 zsh: segmentation fault  mcabber


backtrace:

#0  lm_socket_ref (socket=0x62617422) at lm-socket.c:1208
#1  0x4004b332 in socket_connect_cb (source=0x9957a20, condition=G_IO_OUT, 
connect_data=0x9955900) at lm-socket.c:518
#2  0x400d46db in ?? () from /lib/libglib-2.0.so.0
#3  0x40090305 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#4  0x40093fe8 in ?? () from /lib/libglib-2.0.so.0
#5  0x400941c8 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#6  0x080535f6 in main ()

If there's any other information I can supply to help track down the bug, let
me know.

--Daniel


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

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

Versions of packages mcabber depends on:
ii  libaspell15   0.60.6-4   GNU Aspell spell-checker runtime l
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgpg-error0 1.6-1  library for common error values an
ii  libgpgme111.2.0-1.2  GPGME - GnuPG Made Easy
ii  libidn11  1.18-1 GNU Libidn library, implementation
ii  libloudmouth1-0   1.4.3-5Lightweight C Jabber library
ii  libncursesw5  5.7+20100313-4 shared libraries for terminal hand
ii  libotr2   3.2.0-2Off-the-Record Messaging library

mcabber recommends no packages.

mcabber 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#596664: Intermittent server crash on GM45

2010-10-02 Thread Cyril Brulebois
Hi Steve.

Steve McIntyre st...@einval.com (13/09/2010):
 I'm seeing intermittent crashes from the X server on my Lenovo
 Thinkpad X200 machine.

Hmm, X log doesn't say much; maybe running X inside gdb from a remote
machine would help spot what happens when it gets terminated. Maybe
you have the X log of the crash somewhere as a first clue?

You may want to try 2.12 from sid or 2.13 from experimental (with
sid's kernel) and report back.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#584942: ghostscript: Bug reappeared here, too

2010-10-02 Thread Richard Scherping
Package: ghostscript
Version: 8.71~dfsg2-6
Severity: normal


As already mentioned by Francesco Parisi fpar...@tiscali.it, the
pdftoraster failed bug is there again. It hit me today, when I tried to
print a pdf from Evince. Luckily, Okular works.

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

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

Versions of packages ghostscript depends on:
ii  debconf [de 1.5.35   Debian configuration management sy
ii  debianutils 3.4  Miscellaneous utilities specific t
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgs8  8.71~dfsg2-6 The Ghostscript PostScript/PDF int

ghostscript recommends no packages.

ghostscript 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#598822: libwebkit-1.0-2: Crash in parentCrossingShadowBoundaries in WebCore/editing/TextIterator.cpp:156

2010-10-02 Thread Frederik Himpe
Package: libwebkit-1.0-2
Version: 1.2.4-1+b1
Severity: normal

I did a google search for cairo opengl, and clicked on the first result
leading to http://cairographics.org/OpenGL/ . Epiphany 2.30.6 crashed and left
a core file with this backtrace. I cannot reproduce this bug by redoing this
google search and loading that page though.


Thread 12 (Thread 6962):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at
.../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:211
#1  0x7fd9b62a5482 in g_cond_timed_wait_posix_impl (cond=0x1500554,
entered_mutex=0x189, abs_time=value optimized out)
at /scratch/build-area/glib2.0-2.24.2/gthread/gthread-posix.c:242
#2  0x7fd9b5fe07a1 in g_async_queue_pop_intern_unlocked (queue=0x138b9e0,
try=0, end_time=0x7fd99049dc30)
at /scratch/build-area/glib2.0-2.24.2/glib/gasyncqueue.c:365
#3  0x7fd9b6030601 in g_thread_pool_wait_for_new_task (data=value
optimized out)
at /scratch/build-area/glib2.0-2.24.2/glib/gthreadpool.c:270
#4  g_thread_pool_thread_proxy (data=value optimized out) at /scratch/build-
area/glib2.0-2.24.2/glib/gthreadpool.c:304
#5  0x7fd9b602e784 in g_thread_create_proxy (data=0x7fd9a0321cf0) at
/scratch/build-area/glib2.0-2.24.2/glib/gthread.c:1893
#6  0x7fd9b58aa8ba in start_thread (arg=value optimized out) at
pthread_create.c:300
#7  0x7fd9b561202d in clone () at
.../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#8  0x in ?? ()

Thread 11 (Thread 6963):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at
.../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:211
#1  0x7fd9b62a5482 in g_cond_timed_wait_posix_impl (cond=0x1500554,
entered_mutex=0x189, abs_time=value optimized out)
at /scratch/build-area/glib2.0-2.24.2/gthread/gthread-posix.c:242
#2  0x7fd9b5fe07a1 in g_async_queue_pop_intern_unlocked (queue=0x138b9e0,
try=0, end_time=0x7fd99aff2c30)
at /scratch/build-area/glib2.0-2.24.2/glib/gasyncqueue.c:365
#3  0x7fd9b6030601 in g_thread_pool_wait_for_new_task (data=value
optimized out)
at /scratch/build-area/glib2.0-2.24.2/glib/gthreadpool.c:270
#4  g_thread_pool_thread_proxy (data=value optimized out) at /scratch/build-
area/glib2.0-2.24.2/glib/gthreadpool.c:304
#5  0x7fd9b602e784 in g_thread_create_proxy (data=0x7fd9a005ab50) at
/scratch/build-area/glib2.0-2.24.2/glib/gthread.c:1893
#6  0x7fd9b58aa8ba in start_thread (arg=value optimized out) at
pthread_create.c:300
#7  0x7fd9b561202d in clone () at
.../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#8  0x in ?? ()
Current language:  auto
The current source language is auto; currently asm.

Thread 10 (Thread 6961):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at
.../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:211
#1  0x7fd9b62a5482 in g_cond_timed_wait_posix_impl (cond=0x1500554,
entered_mutex=0x189, abs_time=value optimized out)
at /scratch/build-area/glib2.0-2.24.2/gthread/gthread-posix.c:242
#2  0x7fd9b5fe07a1 in g_async_queue_pop_intern_unlocked (queue=0x138b9e0,
try=0, end_time=0x7fd9974abc30)
at /scratch/build-area/glib2.0-2.24.2/glib/gasyncqueue.c:365
#3  0x7fd9b6030601 in g_thread_pool_wait_for_new_task (data=value
optimized out)
at /scratch/build-area/glib2.0-2.24.2/glib/gthreadpool.c:270
#4  g_thread_pool_thread_proxy (data=value optimized out) at /scratch/build-
area/glib2.0-2.24.2/glib/gthreadpool.c:304
#5  0x7fd9b602e784 in g_thread_create_proxy (data=0x7fd9a023cdd0) at
/scratch/build-area/glib2.0-2.24.2/glib/gthread.c:1893
#6  0x7fd9b58aa8ba in start_thread (arg=value optimized out) at
pthread_create.c:300
#7  0x7fd9b561202d in clone () at
.../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#8  0x in ?? ()

Thread 9 (Thread 6965):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at
.../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:211
#1  0x7fd9b62a5482 in g_cond_timed_wait_posix_impl (cond=0x1500554,
entered_mutex=0x189, abs_time=value optimized out)
at /scratch/build-area/glib2.0-2.24.2/gthread/gthread-posix.c:242
#2  0x7fd9b5fe07a1 in g_async_queue_pop_intern_unlocked (queue=0x138b9e0,
try=0, end_time=0x7fd9994afc30)
at /scratch/build-area/glib2.0-2.24.2/glib/gasyncqueue.c:365
#3  0x7fd9b6030601 in g_thread_pool_wait_for_new_task (data=value
optimized out)
at /scratch/build-area/glib2.0-2.24.2/glib/gthreadpool.c:270
#4  g_thread_pool_thread_proxy (data=value optimized out) at /scratch/build-
area/glib2.0-2.24.2/glib/gthreadpool.c:304
#5  0x7fd9b602e784 in g_thread_create_proxy (data=0x7fd9a0216b90) at
/scratch/build-area/glib2.0-2.24.2/glib/gthread.c:1893
#6  0x7fd9b58aa8ba in start_thread (arg=value optimized out) at
pthread_create.c:300
#7  0x7fd9b561202d in clone () at
.../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#8  0x in ?? ()

Thread 8 (Thread 6960):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at

Bug#593645: Nexuiz crashes loop mode xorg on Intel GS40

2010-10-02 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (18/09/2010):
 switching to 2.12 may result in X's switching to software rendering
 instead of keeping on trying to use the hung GPU. There are many
 bugs reported against 2.12 though, but you might get lucky and be
 able to use your machine a bit more…

So, any luck with 2.12 from sid? There's 2.13 in experimental as
well. Details about 2.12 and kernel versions can be read in:
  http://ikibiki.org/blog/2010/10/02/October-X-update/

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#598821: strongswan ignores the system locale

2010-10-02 Thread Christoph Anton Mitterer
Package: strongswan
Version: 4.4.1-5
Severity: normal


Hi.

For some reason (is there any?) strongswan seems to ignore the system locale.
If I e.g. use %x %X as timeformat in logging (within strongswan.conf) it
uses the wrong locale. So I guess this is somewhere overridden.

Cheers,
Chris.



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



Bug#598824: lxpanel: lxde desktop switcher applet update problems

2010-10-02 Thread Matthew Foulkes
Package: lxpanel
Version: 0.5.6-1
Severity: normal


After new windows are opened or existing windows are moved, the little
picture of the desktop in the lxde desktop pager does not update
properly. When a new window is opened, the pager forgets about most of
the windows already open and shows either a blank desktop or just the
window that last had focus. When windows are moved around, the picture
does not update at all. A correct representation of the state of the
desktop is not drawn until one of the open windows is clicked with the
mouse.

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

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

Versions of packages lxpanel depends on:
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libmenu-cache1  0.3.2-2  an implementation of the freedeskt
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libx11-62:1.3.3-3X11 client-side library
ii  lxmenu-data 0.1.1-1  freedesktop.org menu specification
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages lxpanel recommends:
ii  manpages-dev  3.25-1 Manual pages about using GNU/Linux

Versions of packages lxpanel suggests:
ii  iceweasel [www-browser]   3.5.13-1   Web browser based on Firefox
ii  konqueror [www-browser]   4:4.4.5-1  advanced file manager, web browser
ii  lxsession [lxsession-lite]0.4.4-3a lightweight X11 session manager
ii  menu  2.1.44 generates programs menu for all me
ii  w3m [www-browser] 0.5.2-9WWW browsable pager with excellent

-- 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#598823: strongswan: references many non-existing manpages, missing documentation and empty manpages

2010-10-02 Thread Christoph Anton Mitterer
Package: strongswan
Version: 4.4.1-5
Severity: normal


Hi.

The different strongswan packages:
1) Reference several manpages which don't exist, e.g. ipsec_plut(8), pluto(8), 
etc.

2) starter(8) is simply empty.

3) Many described options (especially in ipsec.conf(5)) have defaults, which are
   however not mentioned.


Cheers,
Chris.



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



Bug#596634: x11-common: /etc/X11/Xsession always appends to .xsession-errors

2010-10-02 Thread Tim Connors
On Mon, 13 Sep 2010, Timo Juhani Lindfors wrote:

 Julien Cristau jcris...@debian.org writes:
  That seems to duplicate the last 512kB rather than remove the rest?
  Perhaps your '' ought to be ''?

 Whoops, yes indeed. I had some debugging prints like starting session
 on $(date) there and forgot .

 Fixed version is attached.

Seems to work thanks.

-- 
TimC
The stereotypical Islay is like chewing on a well-preserved rowing
boat, spiced up with seaweed, whereas the 20yo Laddie is more like
relishing a gourmet meal in said rowing boat. -- Ingvar in ASR



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



Bug#580989: xserver-xorg-video-intel: [855GM] LVDS output not working

2010-10-02 Thread Cyril Brulebois
Hi,

Paweł Pałucha pa...@newterm.pl (10/05/2010):
 I was testing it with various driver versions from stable, unstable
 and experimental, none of them worked, some of them did report LVDS
 output, some did not. Both VGA and LVDS outputs work using vesa
 driver (with display clonning, of course).

can you please check what happens with 2.12 from sid or with 2.13 from
experimental, using sid's kernel? Details about versions can be read in:
  http://ikibiki.org/blog/2010/10/02/October-X-update/

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#598809: openoffice.org-writer: OO.org crashes when trying to use the Bibliography Database

2010-10-02 Thread Rene Engelhard
retitle 598809 OO.org crashes when trying to use the Bibliography Database when 
-base not installed
forwarded 598809 http://qa.openoffice.org/issues/show_bug.cgi?id=105408
tag 598809 + confirmed
thanks

Hi,

On Sat, Oct 02, 2010 at 10:23:08AM +0200, Santiago Ruano Rincón wrote:
 When trying to use the Bibliography Database, OO.org crashes. It
 happens with even a new empty document. I have no special
 configuration, just the normal and latest debian OO.org from testing. 
 Please, find attached a backtrace, and just tell me if you need more 
 info.

Do you have openoffice.org-base installed?

 Versions of packages openoffice.org-writer suggests:
 pn  openoffice.org-base   none (no description available)

Seems not. You should.
(This scenario is exactly the reason by -base is not only suggested but
recommended)

 #8  0xb381b3bc in stoc_loader::DllComponentLoader::activate () from 
 /usr/lib/ure/lib/bootstrap.uno.so

Here it tries to load the library needed for it.

Already filed that upstream last year as
http://qa.openoffice.org/issues/show_bug.cgi?id=105408, but...

(And no, I'll not add the Base UI code to -base-core, as we did with
libdba for http://qa.openoffice.org/issues/show_bug.cgi?id=76045)

Grüße/Regards,

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



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



Bug#598825: libstrongswan: integrity_test fails

2010-10-02 Thread Christoph Anton Mitterer
Package: libstrongswan
Version: 4.4.1-5
Severity: important


Hi.

using integrity_test = yes fails. It seems that the the necessary info is not
correctly in /usr/lib/ipsec/libchecksum.so .


Cheers,
Chris.



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



Bug#591779: Please update Czech translation for halevt

2010-10-02 Thread Christian PERRIER
I'm about to re-NMU this package as the Swedish translation was using
the wrong file.

However, Michal, the translation you sent in #591779 got outdated
because of more recent changes. Jonathan Wilshire mentioned that bug
forgot to CC you, so you couldn't notice.

Would you mind updating the attached file ASAP (ideally today, Saturday)?






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



Bug#598826: strongswan: default config files import non-existing stuff

2010-10-02 Thread Christoph Anton Mitterer
Package: strongswan
Version: 4.4.1-5
Severity: minor


Hi.

The default config files, seem to include non-existing or empty files.

There is something mentioned about debconf beeing used, but this doesn't seem
so.
Moreover, the included (debconf managed files) are not in /etc, which would
be a policy violation (AFAIK).

Could you please remove these inclusions?


Cheers,
Chris.



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



Bug#567475: xserver-xorg-video-intel: The latest update to testing broke some functionality on 855GM cards

2010-10-02 Thread Cyril Brulebois
Hi,

LN2 mbfmau...@gmail.com (29/01/2010):
 If you need any further information/testing please feel free to
 contact me.

please could you report with 2.12 from sid or 2.13 from experimental
with sid's kernel? Details about versions can be read in:
  http://ikibiki.org/blog/2010/10/02/October-X-update/

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#591779: Please update Czech translation for halevt

2010-10-02 Thread Christian PERRIER
Quoting Christian PERRIER (christ...@perrier.eu.org):
 I'm about to re-NMU this package as the Swedish translation was using
 the wrong file.
 
 However, Michal, the translation you sent in #591779 got outdated
 because of more recent changes. Jonathan Wilshire mentioned that bug
 forgot to CC you, so you couldn't notice.
 
 Would you mind updating the attached file ASAP (ideally today, Saturday)?

Yikes. Forgot the file.



cs.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#598827: strongswan-starter: at least /etc/ipsec.d/private should be created in mode 700

2010-10-02 Thread Christoph Anton Mitterer
Package: strongswan-starter
Version: 4.4.1-5
Severity: wishlist


Hi.

At least /etc/ipsec.d/private should be created in mode 700. It contains
private keys, and even if those should also be root-accessible only, it doesn't
harm to lock the directory, too.

I guess the other dirs in /etc/ipsec.d/ are not sensitive, not sure about 
however
./reqs.

Cheers,
Chris.



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



Bug#598818: xorg: X crashes with segmentation fault when Xine window is out of the screen

2010-10-02 Thread Cyril Brulebois
Hi.

ProgVal prog...@gmail.com (02/10/2010):
 I was trying to look for a movie with Xine. Then, I accidentally
 moved the windows out of my screen (the left border), and X crashed.

Can you please attach X log of the crash, as well as dmesg?

 Kernel: Linux 2.6.32-progval3 (SMP w/2 CPU cores)

Not sure which one it is, but Debian's 2.6.32 includes many
DRM-related fixes from later kerrnel versions, which should improve
the “graphics experience”.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#598828: mysql: [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist

2010-10-02 Thread Graham Cobb
Package: mysql-common
Version: 5.1.49-1
Severity: important
File: mysql


I have just upgraded to kde4 in Squeeze.  As far as I remember, I have never 
used mysql on this system before but it is now used by Akonadi.

Akonadi fails its self test complaining about an error in the MySQL server log.
The mysql.err log contains:

101002  9:53:02 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
101002  9:53:06  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
101002  9:53:07  InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 64 MB
InnoDB: Database physically writes the file full: wait...
101002  9:53:10  InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 64 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
101002  9:53:15  InnoDB: Started; log sequence number 0 0
101002  9:53:16 [Warning] Can't open and lock time zone table: Table 
'mysql.time_zone_leap_second' doesn't exist trying to live without them
101002  9:53:16 [ERROR] Can't open and lock privilege tables: Table 
'mysql.servers' doesn't exist
101002  9:53:16 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.1.49-1-log'  socket: 
'/home/cobb/.local/share/akonadi/db_misc/mysql.socket'  port: 0  (Debian)

I am assuming that, even though the problem is being reported by Akonadi,
it is actually a problem with mysql.

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: lang=en...@euro, lc_ctype=en...@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to en...@euro)
Shell: /bin/sh linked to /bin/bash

-- 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#598829: Bug ssmtp on Squeeze

2010-10-02 Thread Roy



Package: ssmtp
Version: 2.64-4

When I try to install ssmtp with aptitude on a fresh Debian Squeeze install, it 
gave errors:

r...@sq3:~# aptitude install ssmtp
The following NEW packages will be installed:
  ssmtp
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 52.7kB of archives. After unpacking 8,192B will be used.
Get:1http://cdn.debian.net/debian/  squeeze/main ssmtp i386 2.64-4 [52.7kB]
Fetched 52.7kB in 0s (157kB/s)
Preconfiguring packages ...
Selecting previously deselected package ssmtp.
(Reading database ... 18487 files and directories currently installed.)
Unpacking ssmtp (from .../archives/ssmtp_2.64-4_i386.deb) ...
Processing triggers for man-db ...
Setting up ssmtp (2.64-4) ...
hostname: Name or service not known
dpkg: error processing ssmtp (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  Errors were encountered while processing:
 ssmtp
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up ssmtp (2.64-4) ...
hostname: Name or service not known
dpkg: error processing ssmtp (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 ssmtp

Also the configuration file ssmtp.conf is not created in /etc/ssmtp/. When I 
manually create it, it still cannot send e-mail by using another SMTP server.

Roy




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



Bug#588783: Seems that /dev/pts is still not mounted

2010-10-02 Thread Sven Hoexter
found 588783 4.2~rc1-1
thanks

Hi,
I'm still seeing this bug, donno if I'm the only one though.

main:~# dpkg -l|grep xen-tools
ii  xen-tools   4.2~rc1-1   Tools 
to manage Xen virtual servers

main:~# xen-create-image --memory=6Gb --output=/etc/xen --passwd \
--role=udev,minimal --partitions=/etc/xen-tools/partitions.d/void.x \
--dist=squeeze --ip=188.x --gateway=188.x --netmask=255.x \
--broadcast=188.x --lvm=vg0 --hostname=void.x --force

And in the logfile I've several
Can not write log, openpty() failed (/dev/pts not mounted?)

Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]



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



Bug#598616: cuneiform: development package is needed

2010-10-02 Thread Dmitry Katsubo
Jakub Wilk wrote on 01.10.2010 13:11:
 Why do you need a static library in the first place?

There is an intention to reduce the number of 3-rd party dependencies
(e.g. use static linking is possible) to:
* make the results of recognition robust to changes in these libraries,
so the results are reproducible and predictable
* target Win32 platform, where it is easier to have one executable (no
dll hell)



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



Bug#598803: xserver-xorg-video-intel: X crashes / hung gpu, now and then

2010-10-02 Thread Steinar H. Gunderson
On Sat, Oct 02, 2010 at 11:26:30AM +0200, Cyril Brulebois wrote:
 Is it still possible to start X again without rebooting? I'd guess so,
 but let's check.

I'm seeing the issue of hung GPU, after which a lot of applications (in
particular urxvt) become very messed up. Restarting X does not help for me.

  [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
  [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -5 (awaiting
  3894 at 3893)
  [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

Kernel 2.6.36-rc6.

 If you find a particular pattern / way to reproduce this issue, I'd be
 glad to hear about it.

I can reproduce it 100% reliably by trying to play
http://www.youtube.com/watch?v=IrwjatDnLKY in Google Chrome with HTML5
enabled.

 It'd be nice to know how it goes with 2.13.0-1 (just uploaded to
 experimental, so available in a few hours).

I'll give it a shot.

/* Steinar */
-- 
Homepage: http://www.sesse.net/



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



Bug#598818: xorg: X crashes with segmentation fault when Xine window is out of the screen

2010-10-02 Thread ProgVal
Hi back

On Sat, Oct 2, 2010 at 2:12 PM, Cyril Brulebois k...@debian.org wrote:

 Hi.

 ProgVal prog...@gmail.com (02/10/2010):
  I was trying to look for a movie with Xine. Then, I accidentally
  moved the windows out of my screen (the left border), and X crashed.

 Can you please attach X log of the crash, as well as dmesg?


Backtrace:
0: /usr/bin/X (xorg_backtrace+0x28) [0x4a1f88]
1: /usr/bin/X (0x40+0x64a99) [0x464a99]
2: /lib/libpthread.so.0 (0x7f67ec62c000+0xef60) [0x7f67ec63af60]
3: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f67e914a000+0x9ce4)
[0x7f67e9153ce4]
4: /usr/bin/X (0x40+0x12dbd0) [0x52dbd0]
5: /usr/lib/xorg/modules/extensions/libextmod.so (0x7f67ea22+0x134bd)
[0x7f67ea2334bd]
6: /usr/bin/X (0x40+0x31594) [0x431594]
7: /usr/bin/X (0x40+0x25bca) [0x425bca]
8: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f67eb130c4d]
9: /usr/bin/X (0x40+0x25779) [0x425779]
Segmentation fault at address 0x7f67e5b96000

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting



  Kernel: Linux 2.6.32-progval3 (SMP w/2 CPU cores)

 Not sure which one it is, but Debian's 2.6.32 includes many
 DRM-related fixes from later kerrnel versions, which should improve
 the “graphics experience”.


I am not sure I understand that, but I'll try to answer.
I got the sources using apt-get source ; I didn't edit anything out of the
menuconfig.

I don't have any non-free package on my system (except of the wifi driver),
and, I didn't edit anything about the graphics (Xorg, Nouveau, ...)

Best regards,
ProgVal


Bug#475481: support http_proxy

2010-10-02 Thread Daniel Friesel
Hi jidanni,

By default feh calls wget to fetch remote images, in which case it does
support http_proxy.

When using the builtin client (feh -Q) http_proxy is indeed ignored, and I
will not change that. The builtin client is bad enough of a hack already, just
install wget ;-)

--Daniel (feh upstream)


signature.asc
Description: Digital signature


Bug#598102: Raising severity

2010-10-02 Thread Robbert Kouprie
severity 598102 important
retitle 598102 scanbuttond startup breaks HP ScanJet 3300C
thanks

Hi,

In my case this bug is 'critical' since the package is unusable and it
makes unrelated software on the system (or the whole system) break (it
breaks the scanner).

However this could only be the case with my particular scanner, so I
will set severity to important for now.

Regards,
Robbert



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



Bug#598818: xorg: X crashes with segmentation fault when Xine window is out of the screen

2010-10-02 Thread Cyril Brulebois
ProgVal prog...@gmail.com (02/10/2010):
 Hi back

Hi again :)

  Can you please attach X log of the crash, as well as dmesg?
 
 Backtrace:
 0: /usr/bin/X (xorg_backtrace+0x28) [0x4a1f88]
 1: /usr/bin/X (0x40+0x64a99) [0x464a99]
 2: /lib/libpthread.so.0 (0x7f67ec62c000+0xef60) [0x7f67ec63af60]
 3: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f67e914a000+0x9ce4)
 [0x7f67e9153ce4]
 4: /usr/bin/X (0x40+0x12dbd0) [0x52dbd0]
 5: /usr/lib/xorg/modules/extensions/libextmod.so (0x7f67ea22+0x134bd)
 [0x7f67ea2334bd]
 6: /usr/bin/X (0x40+0x31594) [0x431594]
 7: /usr/bin/X (0x40+0x25bca) [0x425bca]
 8: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f67eb130c4d]
 9: /usr/bin/X (0x40+0x25779) [0x425779]
 Segmentation fault at address 0x7f67e5b96000
 
 Fatal server error:
 Caught signal 11 (Segmentation fault). Server aborting

OK, good, “just” a segfault. Is there any chance to install debugging
packages (xserver-xorg-core-dbg and xserver-xorg-video-nouveau-dbg),
and to run X inside gdb, so as to get a full backtrace?

If that makes things easier for you, you can get a core dump first,
and then get the full backtrace out of it, post-mortem.

   Kernel: Linux 2.6.32-progval3 (SMP w/2 CPU cores)
 
  Not sure which one it is, but Debian's 2.6.32 includes many
  DRM-related fixes from later kerrnel versions, which should
  improve the “graphics experience”.
 
 I am not sure I understand that, but I'll try to answer. I got the
 sources using apt-get source ; I didn't edit anything out of the
 menuconfig.

Yeah, I failed to phrase my question properly. The idea was to
determine whether you were running “just” a 2.6.32(.y) upstream
release, or whether you had some patches on top of it. Since you're
using Debian's source, that's alright, you should have DRM patches,
which is good. (It might be nice to know which exact kernel version
you fetched through apt-get source, though.)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#592639: marked as done (alacarte: IImpossible to open Properties dialogue of any entry, or new menu, new entry.)

2010-10-02 Thread Emilio Pozuelo Monfort
Hi,

On 01/10/10 16:51, Debian Bug Tracking System wrote:
  alacarte (0.13.2-1) unstable; urgency=low
  .
[ Josselin Mouette ]
* Reintroduce gnome-panel recommendation, it’s actually needed for
  gnome-desktop-item-edit. Closes: #592639.
  .
[ Emilio Pozuelo Monfort ]
* New upstream release with updated translations.
* Build depend on python instead of python-dev.

Please unblock alacarte 0.13.2-1. I've reviewed the diff between the two
upstream releases and it's only translation updates.

Thanks,
Emilio



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



Bug#591290: Buffer I/O error on device usb storage

2010-10-02 Thread Robert S. Irrgang
Hello,

I've installed latest squeeze and latest udev from unstable.
But the problem on my usb storage devices is allways exist.
The sde device in log is a 1TB usb storage device with ext4 fs.

udev/unstable uptodate 161-1
libudev0/unstable uptodate 161-1

[  932.990790] Buffer I/O error on device sde1, logical block 8913225430x
[  938.805290] sd 5:0:0:0: [sde] Unhandled sense code
[  938.805298] sd 5:0:0:0: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  938.805306] sd 5:0:0:0: [sde] Sense Key : Medium Error [current]
[  938.805315] Info fld=0x0[  938.805319] sd 5:0:0:0: [sde] Add. Sense: 
Unrecovered read error
[  938.805328] sd 5:0:0:0: [sde] CDB: Read(10): 28 00 6a 41 5c bf 00 00 08 00
[  938.805344] end_request: I/O error, dev sde, sector 1782668479
[  938.805971] Buffer I/O error on device sde1, logical block 891334208
[  938.806591] Buffer I/O error on device sde1, logical block 891334209
[  938.807205] Buffer I/O error on device sde1, logical block 891334210
[  938.807815] Buffer I/O error on device sde1, logical block 891334211
[  942.462294] sd 5:0:0:0: [sde] Unhandled sense code
[  942.462302] sd 5:0:0:0: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  942.462310] sd 5:0:0:0: [sde] Sense Key : Medium Error [current]
[  942.462319] Info fld=0x0
[  942.462323] sd 5:0:0:0: [sde] Add. Sense: Unrecovered read error
[  942.462332] sd 5:0:0:0: [sde] CDB: Read(10): 28 00 6f 01 01 3f 00 00 08 00
[  942.462348] end_request: I/O error, dev sde, sector 1862336831
[  942.462958] Buffer I/O error on device sde1, logical block 931168384
[  942.463567] Buffer I/O error on device sde1, logical block 931168385
[  942.464189] Buffer I/O error on device sde1, logical block 931168386
[  942.464781] Buffer I/O error on device sde1, logical block 931168387
[  932.990790] Buffer I/O error on device sde1, logical block 8913225430x
[  938.805290] sd 5:0:0:0: [sde] Unhandled sense code
[  938.805298] sd 5:0:0:0: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  938.805306] sd 5:0:0:0: [sde] Sense Key : Medium Error [current]
[  938.805315] Info fld=0x0[  938.805319] sd 5:0:0:0: [sde] Add. Sense: 
Unrecovered read error
[  938.805328] sd 5:0:0:0: [sde] CDB: Read(10): 28 00 6a 41 5c bf 00 00 08 00
[  938.805344] end_request: I/O error, dev sde, sector 1782668479
[  938.805971] Buffer I/O error on device sde1, logical block 891334208
[  938.806591] Buffer I/O error on device sde1, logical block 891334209
[  938.807205] Buffer I/O error on device sde1, logical block 891334210
[  938.807815] Buffer I/O error on device sde1, logical block 891334211
[  942.462294] sd 5:0:0:0: [sde] Unhandled sense code
[  942.462302] sd 5:0:0:0: [sde] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  942.462310] sd 5:0:0:0: [sde] Sense Key : Medium Error [current]
[  942.462319] Info fld=0x0
[  942.462323] sd 5:0:0:0: [sde] Add. Sense: Unrecovered read error
[  942.462332] sd 5:0:0:0: [sde] CDB: Read(10): 28 00 6f 01 01 3f 00 00 08 00
[  942.462348] end_request: I/O error, dev sde, sector 1862336831
[  942.462958] Buffer I/O error on device sde1, logical block 931168384
[  942.463567] Buffer I/O error on device sde1, logical block 931168385
[  942.464189] Buffer I/O error on device sde1, logical block 931168386
[  942.464781] Buffer I/O error on device sde1, logical block 931168387

Get this problem on different kernel systems (i386 and amd64) with different 
usb storage devices.

Robert S. Irrgang
___
Neu: WEB.DE De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: https://produkte.web.de/go/demail02



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



Bug#598830: linux-source-2.6.35: Computer fails to hibernate - problem idling SMP CPU's

2010-10-02 Thread richard
Package: linux-source-2.6.35
Version: 2.6.35-1~experimental.3
Severity: normal

I tested kernel 2.6.36 and found that hibernation failed when the 
process was attempting to suspend operation of CPU's 1,2 and 3. 

I verified that hiberation proceeds if CPU's 1.2 and 3 are manually 
suspended prior to requesting that part of the hibernation (freezing) 
test. 

Tested 2.6.35 - same result. 

The test works for 2.6.34, thus the regression appears to be in 
linux-source-2.6.35 

'test' - refers to the procedures set out in source/Documentaion/power
basic.pm.debugging.txt

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

Kernel: Linux 2.6.36-rc5-ver.1.0 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-source-2.6.35 depends on:
ii  binutils  2.20.1-15  The GNU assembler, linker and bina
ii  bzip2 1.0.5-6high-quality block-sorting file co

Versions of packages linux-source-2.6.35 recommends:
hi  gcc   4:4.4.4-2  The GNU C compiler
ii  libc6-dev [libc-dev]  2.11.2-6   Embedded GNU C Library: Developmen
hi  make  3.81-8 An utility for Directing compilati

Versions of packages linux-source-2.6.35 suggests:
hi  kernel-package12.036 A utility for building Linux kerne
ii  libncurses5-dev [ncurses- 5.7+20100313-3 developer's libraries and docs for
ii  libqt3-mt-dev 3:3.3.8b-7+b1  Qt development files (Threaded)

-- no debconf information

-- debsums errors found:
debsums: missing file /usr/src/linux-source-2.6.35.tar.bz2 (from 
linux-source-2.6.35 package)



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



Bug#598772: salome: FTBFS on alpha: error: '_0RL_cd_095c7337dad1dbdb_6300000' was not declared in this scope

2010-10-02 Thread Adam C Powell IV
merge 595281 598772 
thanks

Known bug, but thanks.  We suspect the bug is in omniidl, as there are
FTBFS errors in this same generated code also on IA64 and Sparc.

That said, i386, Alpha, IA64 and Sparc are the four architectures with
multithreaded buildds, and we FTBFS on all four, so it could be a
non-thread-safe interaction between omniidl and the Salomé makefile...

Any help or suggestions you can provide would be much appreciated!

-Adam

On Fri, 2010-10-01 at 14:02 +0200, Cyril Brulebois wrote:
 Source: salome
 Version: 5.1.3-10
 Severity: important
 User: debian-al...@lists.debian.org
 Usertags: ftbfs
 
 Hi,
 
 your package FTBFS on alpha:
 | libtool: compile:  g++ -DPACKAGE_NAME=\Salome2 Project GEOM module\ 
 -DPACKAGE_TARNAME=\SalomeGEOM\ -DPACKAGE_VERSION=\5.1.3\ 
 -DPACKAGE_STRING=\Salome2 Project GEOM module 5.1.3\ 
 -DPACKAGE_BUGREPORT=\webmaster.sal...@opencascade.com\ -DPACKAGE_URL=\\ 
 -DPACKAGE=\SalomeGEOM\ -DVERSION=\5.1.3\ -DSTDC_HEADERS=1 
 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\.libs/\ -DHAVE_LIBDL=1 
 -DHAVE_LIBM=1 -DHAVE_NAMESPACES=/**/ -DYYTEXT_POINTER=1 -DWITH_NUMPY=/**/ 
 -DHAVE_PTHREAD=1 -D__OSVERSION__=2 -DOMNIORB=/**/ -DCORBA_HAVE_POA=/**/ 
 -DCORBA_ORB_INIT_HAVE_3_ARGS=/**/ -DCORBA_ORB_INIT_THIRD_ARG=/**/ -I. 
 -I../../../GEOM_SRC_5.1.3/idl -I../idl -DOMNIORB_VERSION=4 -D__linux__ 
 -DCOMP_CORBA_DOUBLE -DCOMP_CORBA_LONG -I/usr/include -I/usr/include/omniORB4 
 -I/usr/include/COS -I/build/buildd-salome_5.1.3-10-alpha-J8
  71wX/salome-5.1.3/debian/tmp/usr/include/salome -DHAVE_MPI2 
 -I/build/buildd-salome_5.1.3-10-alpha-J871wX/salome-5.1.3/debian/tmp/usr/include/salome
  -include SALOMEconfig.h -g -O2 -g -D_DEBUG_ -g -Wparentheses -Wreturn-type 
 -Wmissing-declarations -Wunused -pthread -c GEOM_SupervSK.cc  -fPIC -DPIC -o 
 .libs/libSalomeIDLGEOM_la-GEOM_SupervSK.o
 | GEOM_GenSK.cc: In function 'void 
 _0RL_lcfn_095c7337dad1dbdb_f400(omniCallDescriptor*, omniServant*)':
 | GEOM_GenSK.cc:2982: error: '_0RL_cd_095c7337dad1dbdb_630' was not 
 declared in this scope
 | GEOM_GenSK.cc:2982: error: expected ')' at end of input
 | GEOM_GenSK.cc:2982: error: expected ',' or ';' at end of input
 | GEOM_GenSK.cc:2982: warning: unused variable 'tcd'
 | GEOM_GenSK.cc:2982: error: expected '}' at end of input
 | GEOM_GenSK.cc: At global scope:
 | GEOM_GenSK.cc:13: warning: '_0RL_library_version' defined but not used
 | GEOM_GenSK.cc:2980: warning: 'void 
 _0RL_lcfn_095c7337dad1dbdb_f400(omniCallDescriptor*, omniServant*)' 
 defined but not used
 | make[2]: *** [libSalomeIDLGEOM_la-GEOM_GenSK.lo] Error 1
 | make[2]: *** Waiting for unfinished jobs
 
 Full build logs:
   https://buildd.debian.org/status/package.php?p=salome
 
 Mraw,
 KiBi.
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#598553: r-cran-rmpi: slave processes eat CPU when they have nothing to do

2010-10-02 Thread Manuel Prinz
 On 29 September 2010 at 18:22, Zack Weinberg wrote:
 | (on an 8-core machine), CPU utilization jumps *immediately* from 98% idle
 | to 20% user, 70% system, 12% idle.  strace reveals that each slave is
 | spinning through poll() calls with timeout zero, rather than blocking
 | until a message arrives, as the documentation for mpi.probe() suggests
 | should happen.
 | 
 | I suppose this might be a problem in libopenmpi instead of the R binding,
 | I haven't tried to reproduce it with anything lower-level.
 
On Wed, Sep 29, 2010 at 09:28:06PM -0500, Dirk Eddelbuettel wrote:
 Very much so. It is permanent polling in Open MPI that does that --- and
 Rmpi can do little about it.  So I think after some discussion we may want to
 reassign or close this.
 
 Manuel, any idea if that happened?  Wasn't Open MPI 1.4 supposed to take care
 of this?  Is there a new option?

Well, no. Actually, this behavior is by design. I'm not sure about the details
exactly but can get back to Jeff if you're interested in those. This is coming
up every now and then in the BTS or the user list. Open MPI is basically burning
every free cycle that is not used for computation (busy wait). There are no
immediate plans of changing that, as far as I know. If you're program is running
correctly but your load is high, that's not bug. If Open MPI eats up cycles that
you need for computation, that's a bug in Open MPI. If you need MPI for a 
program
that just idles, that's clearly a bug in your application. It's HPC after all,
isn't it?! ;)

Hope I could shed some light into this!

Best regards,
Manuel



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



Bug#598830: linux-source-2.6.35: Computer fails to hibernate - problem idling SMP CPU's

2010-10-02 Thread Ben Hutchings
On Sat, 2010-10-02 at 13:58 +0100, richard wrote:
 Package: linux-source-2.6.35
 Version: 2.6.35-1~experimental.3
 Severity: normal
 
 I tested kernel 2.6.36 and found that hibernation failed when the 
 process was attempting to suspend operation of CPU's 1,2 and 3. 

Please report this upstream at https://bugzilla.kernel.org.  Let us
know the bug number or URL so we can track it.

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#598831: dnprogs: FTBFS on kfreebsd-*: fuse issues

2010-10-02 Thread Cyril Brulebois
Source: dnprogs
Version: 2.54
Severity: important
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package still FTBFS on kfreebsd-* due to fuse stuff:
| gcc -I../include -I ../librms -Wall -O2 -fdollars-in-identifiers   -c -o 
dapfs.o dapfs.c
| In file included from /usr/include/fuse/fuse.h:26,
|  from /usr/include/fuse.h:9,
|  from dapfs.c:23:
| /usr/include/fuse/fuse_common.h:266:8: error: #error On FreeBSD API version 
25 or greater must be used
| dapfs.c: In function 'dapfs_truncate':
| dapfs.c:209: warning: format '%lld' expects type 'long long int', but 
argument 4 has type 'off_t'
| dapfs.c: In function 'dapfs_read':
| dapfs.c:397: warning: format '%lld' expects type 'long long int', but 
argument 5 has type 'off_t'
| dapfs.c:412: warning: format '%lld' expects type 'long long int', but 
argument 3 has type 'off_t'
| dapfs.c:412: warning: format '%lld' expects type 'long long int', but 
argument 4 has type 'off_t'
| dapfs.c:429: warning: format '%d' expects type 'int', but argument 5 has type 
'size_t'
| dapfs.c:436: warning: format '%d' expects type 'int', but argument 3 has type 
'size_t'
| dapfs.c:491: warning: format '%lld' expects type 'long long int', but 
argument 4 has type 'off_t'
| dapfs.c: At top level:
| dapfs.c:579: error: variable 'dapfs_oper' has initializer but incomplete type
| dapfs.c:580: error: unknown field 'unlink' specified in initializer
| dapfs.c:580: warning: excess elements in struct initializer
| dapfs.c:580: warning: (near initialization for 'dapfs_oper')
| dapfs.c:581: error: unknown field 'getattr' specified in initializer
| dapfs.c:581: warning: excess elements in struct initializer
| dapfs.c:581: warning: (near initialization for 'dapfs_oper')
| dapfs.c:582: error: unknown field 'truncate' specified in initializer
| dapfs.c:582: warning: excess elements in struct initializer
| dapfs.c:582: warning: (near initialization for 'dapfs_oper')
| dapfs.c:583: error: unknown field 'open' specified in initializer
| dapfs.c:583: warning: excess elements in struct initializer
| dapfs.c:583: warning: (near initialization for 'dapfs_oper')
| dapfs.c:584: error: unknown field 'read' specified in initializer
| dapfs.c:584: warning: excess elements in struct initializer
| dapfs.c:584: warning: (near initialization for 'dapfs_oper')
| dapfs.c:585: error: unknown field 'write' specified in initializer
| dapfs.c:585: warning: excess elements in struct initializer
| dapfs.c:585: warning: (near initialization for 'dapfs_oper')
| dapfs.c:586: error: unknown field 'readdir' specified in initializer
| dapfs.c:586: warning: excess elements in struct initializer
| dapfs.c:586: warning: (near initialization for 'dapfs_oper')
| dapfs.c:587: error: unknown field 'rmdir' specified in initializer
| dapfs.c:587: warning: excess elements in struct initializer
| dapfs.c:587: warning: (near initialization for 'dapfs_oper')
| dapfs.c:588: error: unknown field 'rename' specified in initializer
| dapfs.c:588: warning: excess elements in struct initializer
| dapfs.c:588: warning: (near initialization for 'dapfs_oper')
| dapfs.c:589: error: unknown field 'mknod' specified in initializer
| dapfs.c:589: warning: excess elements in struct initializer
| dapfs.c:589: warning: (near initialization for 'dapfs_oper')
| dapfs.c:590: error: unknown field 'mkdir' specified in initializer
| dapfs.c:590: warning: excess elements in struct initializer
| dapfs.c:590: warning: (near initialization for 'dapfs_oper')
| dapfs.c:591: error: unknown field 'chown' specified in initializer
| dapfs.c:591: warning: excess elements in struct initializer
| dapfs.c:591: warning: (near initialization for 'dapfs_oper')
| dapfs.c:592: error: unknown field 'chmod' specified in initializer
| dapfs.c:592: warning: excess elements in struct initializer
| dapfs.c:592: warning: (near initialization for 'dapfs_oper')
| dapfs.c:593: error: unknown field 'utime' specified in initializer
| dapfs.c:593: warning: excess elements in struct initializer
| dapfs.c:593: warning: (near initialization for 'dapfs_oper')
| dapfs.c:594: error: unknown field 'statfs' specified in initializer
| dapfs.c:594: warning: excess elements in struct initializer
| dapfs.c:594: warning: (near initialization for 'dapfs_oper')
| dapfs.c:595: error: unknown field 'release' specified in initializer
| dapfs.c:595: warning: excess elements in struct initializer
| dapfs.c:595: warning: (near initialization for 'dapfs_oper')
| dapfs.c: In function 'main':
| dapfs.c:722: warning: implicit declaration of function 
'fuse_main_real_compat22'
| dapfs.c:722: error: invalid application of 'sizeof' to incomplete type 
'struct fuse_operations_compat22' 
| make[2]: *** [dapfs.o] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=dnprogs

Mraw,
KiBi.



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



Bug#598784: [linux-2.6] Philips SPC 1300NC webcam not, recognised

2010-10-02 Thread Simon Wenner
I reported the bug upstream:

https://bugzilla.kernel.org/show_bug.cgi?id=19562



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



Bug#598832: whois: Unknown number AS or IP-net

2010-10-02 Thread James Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: whois
Version: 4.7.30
Severity: important

*** Please type your report below this line ***
The program is not able to recognise ip-addresses from 109.0.0.0 to
109.255.255.255:
whois 109.0.0.0
Неизвестный номер AS или IP-сети. Пожалуйста, обновите программу.
whois 109.0.0.1
Неизвестный номер AS или IP-сети. Пожалуйста, обновите программу.
whois 109.255.255.255
Неизвестный номер AS или IP-сети. Пожалуйста, обновите программу.
(In the translation into English: unknow numder AS or IP-network.
Please, renew your program.

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

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

Versions of packages whois depends on:
ii  libc6 2.7-18lenny4   GNU C Library: Shared libraries
ii  libidn11  1.8+20080606-1 GNU libidn library,
implementation
whois recommends no packages.

whois suggests no packages.

- -- no debconf information
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkynL80ACgkQV59uvM2EEncrbQCeOi4wCrqxtY9EvqeTdeLnORJH
blcAniNYcu4dO7SZXu6zG8l55yKC8MqO
=PLF7
-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#575804: excessive cpu usage with several applications (firefox, epiphany, etc.)

2010-10-02 Thread Cyril Brulebois
Hi Patrick,

Patrick Schoenfeld schoenf...@debian.org (29/03/2010):
 I currently have the problem that Xorg takes 100% CPU when some
 applications are running. It appears to be mostly triggered by
 firefox and epiphany but other software (e.g. opera) also leads to
 unusual CPU usage (50-60%). This makes my system quiet unresponsive
 when working with those applications.

still happening with 2.12 from sid, or 2.13 from experimental, with
sid's kernel? Details about versions can be read in:
  http://ikibiki.org/blog/2010/10/02/October-X-update/

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#581560: X performance degradation

2010-10-02 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (28/09/2010):
 s/4/5/ now, and 2.12 intel drivers from unstable. Marking as needing
 more info from the submitter.

There's also 2.13 in experimental. As for versions, details are
available in:
  http://ikibiki.org/blog/2010/10/02/October-X-update/

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#598818: xorg: X crashes with segmentation fault when Xine window is out of the screen

2010-10-02 Thread ProgVal
On Sat, Oct 2, 2010 at 2:44 PM, ProgVal prog...@gmail.com wrote:

 On Sat, Oct 2, 2010 at 2:39 PM, Cyril Brulebois k...@debian.org wrote:

 ProgVal prog...@gmail.com (02/10/2010):
  Hi back

 Hi again :)

   Can you please attach X log of the crash, as well as dmesg?
 
  Backtrace:
  0: /usr/bin/X (xorg_backtrace+0x28) [0x4a1f88]
  1: /usr/bin/X (0x40+0x64a99) [0x464a99]
  2: /lib/libpthread.so.0 (0x7f67ec62c000+0xef60) [0x7f67ec63af60]
  3: /usr/lib/xorg/modules/drivers/nouveau_drv.so (0x7f67e914a000+0x9ce4)
  [0x7f67e9153ce4]
  4: /usr/bin/X (0x40+0x12dbd0) [0x52dbd0]
  5: /usr/lib/xorg/modules/extensions/libextmod.so
 (0x7f67ea22+0x134bd)
  [0x7f67ea2334bd]
  6: /usr/bin/X (0x40+0x31594) [0x431594]
  7: /usr/bin/X (0x40+0x25bca) [0x425bca]
  8: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f67eb130c4d]
  9: /usr/bin/X (0x40+0x25779) [0x425779]
  Segmentation fault at address 0x7f67e5b96000
 
  Fatal server error:
  Caught signal 11 (Segmentation fault). Server aborting

 OK, good, “just” a segfault. Is there any chance to install debugging
 packages (xserver-xorg-core-dbg and xserver-xorg-video-nouveau-dbg),
 and to run X inside gdb, so as to get a full backtrace?

 If that makes things easier for you, you can get a core dump first,
 and then get the full backtrace out of it, post-mortem.

 I'll try to do it



Kernel: Linux 2.6.32-progval3 (SMP w/2 CPU cores)
  
   Not sure which one it is, but Debian's 2.6.32 includes many
   DRM-related fixes from later kerrnel versions, which should
   improve the “graphics experience”.
 
  I am not sure I understand that, but I'll try to answer. I got the
  sources using apt-get source ; I didn't edit anything out of the
  menuconfig.

 Yeah, I failed to phrase my question properly. The idea was to
 determine whether you were running “just” a 2.6.32(.y) upstream
 release, or whether you had some patches on top of it. Since you're
 using Debian's source, that's alright, you should have DRM patches,
 which is good. (It might be nice to know which exact kernel version
 you fetched through apt-get source, though.)

 The version.Debian in the source contains : 2.6.32 23


When I edit /etc/X11/xinit/xserverrc to replace
exec /usr/bin/X -nolisten tcp $@
by
exec /usr/lib/debug/usr/bin/Xorg -nolisten tcp $@
I get an error saying me there is a syntax error (a parenthesis is missing
at line 1)



Excuse me if I don't do what I should do, but I'm new to Debian


Bug#582456: /usr/lib/xorg/modules/drivers/intel_drv.so: xserver crashed

2010-10-02 Thread Cyril Brulebois
Hi,

Thiemo Nagel thiemo.na...@googlemail.com (10/06/2010):
  The crash log was from an earlier version of the driver.  Did you
  ever reproduce the crash?
 
 Not yet.

it'd be nice to know how it goes with 2.12 from sid, with 2.13 from
experimental, with sid's kernel. Details about versions can be read
in:
  http://ikibiki.org/blog/2010/10/02/October-X-update/

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#598833: gtk-qt-engine: OpenOffice 3.2.1 is unusable with gkt-qt-engine

2010-10-02 Thread Denis Gottardello
Package: gtk-qt-engine
Version: 1:1.1+svn5-4+b1
Severity: normal



The MenuBar icons disappear when I select gtk-qt-engine. With others themes 
OpenOffice 3.2.1 works well.



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

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

Versions of packages gtk-qt-engine depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libqtcore4  4:4.6.3-1+b1 Qt 4 core module
ii  libqtgui4   4:4.6.3-1+b1 Qt 4 GUI module
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library

Versions of packages gtk-qt-engine recommends:
ii  kde-config-gtk-style 1:1.1+svn5-4+b1 KDE configuration module for GTK+ 

gtk-qt-engine 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#598818: xorg: X crashes with segmentation fault when Xine window is out of the screen

2010-10-02 Thread Cyril Brulebois
ProgVal prog...@gmail.com (02/10/2010):
 When I edit /etc/X11/xinit/xserverrc to replace
 exec /usr/bin/X -nolisten tcp $@
 by
 exec /usr/lib/debug/usr/bin/Xorg -nolisten tcp $@
 I get an error saying me there is a syntax error (a parenthesis is missing
 at line 1)
 
 Excuse me if I don't do what I should do, but I'm new to Debian

No problem. :) Run X as usual, then attach it in gdb (outside X) using
“attach $pid”, then type “continue”.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#159884: ifupdown: a patch to support including files into /e/n/i

2010-10-02 Thread Andrew O. Shadoura
Hello.

This is the updated version of the patch above, supporting glob-like 
wildcards, tilde expansion and environment variable expansion as per 
wordexp(3).

The syntax is still the same:

source /etc/network/interfaces.d/*

-- 
WBR, Andrew
diff -pu ifupdown-0.7~alpha3.orig/ifupdown.nw ifupdown-0.7~alpha3/ifupdown.nw
--- ifupdown-0.7~alpha3.orig/ifupdown.nw	2007-12-21 16:22:19.0 +0200
+++ ifupdown-0.7~alpha3/ifupdown.nw	2010-10-02 16:12:20.0 +0300
@@ -1233,14 +1233,20 @@ helpful error message. Pretty simple, he
 
 exported symbols=
 interfaces_file *read_interfaces(char *filename);
+interfaces_file *read_interfaces_defn(interfaces_file *defn, char *filename);
 @ 
 
 config functions=
 interfaces_file *read_interfaces(char *filename) {
-	variables local to read interfaces
 	interfaces_file *defn;
 
 	allocate defn or [[return NULL]]
+	return read_interfaces_defn(defn, filename);
+}
+
+interfaces_file *read_interfaces_defn(interfaces_file *defn, char *filename) {
+	variables local to read interfaces
+
 	open file or [[return NULL]]
 
 	while (we've gotten a line from the file) {
@@ -1562,6 +1568,9 @@ if (rest == NULL) continue; /* blank lin
 if (strcmp(firstword, mapping) == 0) {
 	process [[mapping]] line
 	currently_processing = MAPPING;
+} else if (strcmp(firstword, source) == 0) {
+	process [[source]] line
+	currently_processing = NONE;
 } else if (strcmp(firstword, iface) == 0) {
 	process [[iface]] line
 	currently_processing = IFACE;
@@ -1590,6 +1599,37 @@ switch(currently_processing) {
 }
 @ 
 
+\subsubsection{Source Line}
+
+% To source another file, we just call [[read_interfaces_defn]] again.
+
+When processing the [[source]] stanza, we use [[wordexp]] function to expand wildcards 
+and environment variables. 
+
+config headers=
+#include wordexp.h
+@
+
+We use [[WRDE_NOCMD]] flag, so no command substitution occurs
+because of security concerns. Then we go through the output array and read interfaces 
+recursively into already allocated [[defn]].
+
+process [[source]] line=
+wordexp_t p;
+char ** w;
+int i;
+int fail = wordexp(rest, p, WRDE_NOCMD);
+if (!fail)
+{
+	w = p.we_wordv;
+	for (i = 0; i  p.we_wordc; i++)
+	{
+		read_interfaces_defn(defn, w[i]);
+	}
+	wordfree(p);
+}
+@
+
 \subsubsection{Mapping Line}
 
 Declaring a new mapping is reasonably copewithable --- we need to process
diff -pu ifupdown-0.7~alpha3.orig/interfaces.5.pre ifupdown-0.7~alpha3/interfaces.5.pre
--- ifupdown-0.7~alpha3.orig/interfaces.5.pre	2007-12-21 15:30:54.0 +0200
+++ ifupdown-0.7~alpha3/interfaces.5.pre	2010-10-02 16:20:59.0 +0300
@@ -29,14 +29,16 @@ NOT supported, comments must be on a lin
 A line may be extended across multiple lines by making the last character
 a backslash.
 .P
-The file consists of zero or more iface, mapping, auto and allow-
-stanzas. Here is an example.
+The file consists of zero or more iface, mapping, auto, allow- and
+source stanzas. Here is an example.
 .EX
 auto lo eth0
 allow-hotplug eth1
 
 iface lo inet loopback
 
+source interfaces.d/machine\-dependent
+
 mapping eth0 
  	script /usr/local/sbin/map\-scheme
  	map HOME eth0\-home
@@ -68,6 +70,14 @@ a command such as ifup \-\-allow=hotplu
 up eth0 or eth1 if it is listed in an allow-hotplug line. Note that
 allow-auto and auto are synonyms.
 .P
+Lines beginning with source are used to include stanzas from other files,
+so configuration can be split into many files. The word source is 
+followed by the path of file to be sourced. Shell wildcards can be 
+used.
+(See
+.BR wordexp (3)
+for details.)
+.P
 Stanzas beginning with the word mapping are used to determine how a
 logical interface name is chosen for a physical interface that is to be
 brought up.  The first line of a mapping stanza consists of the word



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


Bug#589787: xserver-xorg-video-intel: render error and then server crashes

2010-10-02 Thread Cyril Brulebois
Sanjoy Mahajan san...@mit.edu (24/07/2010):
  Is this reproducible with 2.12.0 from experimental?
 
 I am trying 2.12.0 now.  But I get several problems: […]

Hi,

you may want to update to the current 2.12+shadow in sid, or to 2.13
in experimental. Together with sid's kernel. Details about versions
can be read in:
  http://ikibiki.org/blog/2010/10/02/October-X-update/

Not sure it's going to help, but well, having an updated bug status
would be nice.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#597386: [PATCH 00/14] tdb: Update pytdb API to match what is provided by libtdb

2010-10-02 Thread Kirill Smelkov
Jelmer,

First of all I'm sorry it took me so long to reply.

On Tue, Sep 28, 2010 at 10:05:22AM +0200, Jelmer Vernooij wrote:
 On Mon, 2010-09-27 at 12:35 +0400, Kirill Smelkov wrote:
  On Mon, Sep 20, 2010 at 01:16:49PM +0400, Kirill Smelkov wrote:
   Hi Jelmer,
   
   On Sun, Sep 19, 2010 at 10:16:18AM -0700, Jelmer Vernooij wrote:
Hi Kirill,

On Sun, 2010-09-19 at 13:53 +0400, Kirill Smelkov wrote: 
 Rusty, Jelmer,
 
 The subject says it all. Not 100% complete, but near.
Thanks for the patches. I've applied most of the Python ones. I'm not at
all convinced we should match the C API in the Python API though, I
rather think we should let the needs of our Python users drive what we
expose. Some of the worst Python bindings I've seen were created by
simply mapping every C function one on one to Python.

Is there any particular reason why some of these functions should be
exposed? Why do you need low-level locking?
   
   Thanks for applying some patches and sorry I've not described my context
   initially...
   
   In this case I myself is tdb python user - I use tdb in embedded system
   for internal database to which many programms connect simultaneously
   to read/write it.
   
   That's why I need locking, and better, to avoid lock contention, the
   chainlock_* family variants.
   
   Also, sometimes it is not important to write data to db immediately, so
   to minize latencies, apps keep to-be-written queue internally until they
   know they can write to some chain, or start transaction - that's why I
   need *_nonblock variants.
   
   Same for reading - once initially read, it's not that important to get
   up-to-date values immediately, that's why I'd also use
   tdb_chainlock_read_nonblock().
   
   And to make life a bit more interesting, db is stored on compact flash
   -- various types, from various vendors, so with various types of flash
   translation layers (FTL) -- so inevitably with bugs in FTL with respect
   to sudden power failures, so I'm preparing to have corrupt tdb one day 
   
   http://ozlabs.org/~rusty/index.cgi/tech/2009-10-20.html
   http://lwn.net/Articles/349970/
   
   That's why I'd also like to have debugging routines (dump_all,
   print_freelist, etc..,), and tdb_check (not yet done, should I?), and
   also tdb_fd and tdb_repack come for completness (doesn't tdb_repack
   complement tdb_wipe_all() which has python bindings?).
   
   And we don't have shutdown sequence - normal shutdown is poweroff...
   
   
   Hope this clarifies my rationale about why we should expose more
   functionality in pytdb.
  
  Silence...
  
  Jelmer, others, what I'm maybe doing wrong here? I just wanted to use
  tdb from python without major constraints compared to C version.
 Sorry, as Andrew mentioned most of us were at a conference last week so
 I haven't had much time to look at your patches again.
 
 With regard to the chainlock functions; I can see the use in exposing
 these, but am not convinced mapping them one to one from the C functions
 is necessarily the best idea. The header warns to use the chainlock
 functions with care;

That warning dates back to 2000 (see 7e4c4721). To me it's like
low-level locking should be always used with care, because it's much
more easier to use one global lock. But should this prevent exposing
locking functionality?

 have the bindings for them been tested extensively?

Not yet - I have only a prototype which uses them, but please read
below.

 Does using these functions from Python not cause unexpected segfaults in
 some situations? With some more unit tests I'd be happy to accept those
 patches.

I've ported tdbtorture to verify this, and yes, they don't produce
segfaults and also tdb_check says OK.

However, please note - I've got occasional infrequent torture failures
with -k (kill random) for _both_ C tdbtorture and python one.

I'll send updated patches shortly. Would pytdbtorture be enough or maybe
you've meant some other approach to test it?

 With regards to some of the other functions, I don't think completeness
 is a valid reason for adding bindings per se. I really don't see why
 tdb_fd would need to be exposed on the Python level (or at all) for
 example.

I thought it's just a matter of consistency and completenes. Many
python's file-like objects have .fileno(), so if C tdb itself exposes
tdb_fd(), why don't we expose it to Python?

Maybe someone crazy enough would want to get fd from open tdb, dup it,
lseek it to file start, and then sendfile it across network.

I agree, this example is maybe a bit artificial, but my point here is
that bindings should not set up policy of what is doable and what is
not. If C tdb exposes some functionality, so should bindings unless
there are strong reaseong _not_ to do it, imho.

 The more functions are exposed the harder it becomes to find
 something by browsing the API and the harder it becomes to change that
 API.

To me it was exactly vice 

Bug#597386: [PATCH 02/14] pytdb: Add support for tdb_lockall_nonblock() tdb_lockall_read_nonblock()

2010-10-02 Thread Kirill Smelkov
From: Kirill Smelkov k...@mns.spb.ru

The API is a bit different from tdb_lockall()  friends -- we return
True or False depending on whether lock was taken (and raise on errors).

It's better to put boilerplate code which implements return/raise logic
into macro, becase it is needed twise here, and also we'll need it soon
for tdb_chainlock_nonblock() soon.

NOTE

Py_RETURN_TRUE / Py_RETURN_FALSE were introduced in Python 2.4, so
if we need to support older Pythons, we can always hand-write it as we
did with Py_RETURN_NONE.

Or if we support only Python = 2.4, we should kill our own #define for
Py_RETURN_NONE.

Cc: 597...@bugs.debian.org
Signed-off-by: Kirill Smelkov k...@mns.spb.ru
---
 lib/tdb/pytdb.c|   27 +++
 lib/tdb/python/tests/simple.py |   12 
 2 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c
index c2ba661..f5cb307 100644
--- a/lib/tdb/pytdb.c
+++ b/lib/tdb/pytdb.c
@@ -75,6 +75,17 @@ static PyObject *PyString_FromTDB_DATA(TDB_DATA data)
return NULL; \
}
 
+/* after lock_*_nonblock(), return True|False or raise */
+#definePyTdb_LOCK_NONBLOCK_RET_OR_RAISE(ret, tdb) do { \
+   if (ret != 0) { \
+   if (tdb_error(self-ctx) == TDB_ERR_LOCK  errno == EAGAIN) \
+   Py_RETURN_FALSE; \
+   PyErr_SetTDBError(self-ctx); \
+   return NULL; \
+   } \
+   Py_RETURN_TRUE; \
+} while (0)
+
 static PyObject *py_tdb_open(PyTypeObject *type, PyObject *args, PyObject 
*kwargs)
 {
char *name = NULL;
@@ -165,6 +176,18 @@ static PyObject *obj_unlockall_read(PyTdbObject *self)
Py_RETURN_NONE;
 }
 
+static PyObject *obj_lockall_nonblock(PyTdbObject *self)
+{
+   int ret = tdb_lockall_nonblock(self-ctx);
+   PyTdb_LOCK_NONBLOCK_RET_OR_RAISE(ret, self-ctx);
+}
+
+static PyObject *obj_lockall_read_nonblock(PyTdbObject *self)
+{
+   int ret = tdb_lockall_read_nonblock(self-ctx);
+   PyTdb_LOCK_NONBLOCK_RET_OR_RAISE(ret, self-ctx);
+}
+
 static PyObject *obj_close(PyTdbObject *self)
 {
int ret;
@@ -373,6 +396,10 @@ static PyMethodDef tdb_object_methods[] = {
{ unlock_all, (PyCFunction)obj_unlockall, METH_NOARGS, NULL },
{ read_lock_all, (PyCFunction)obj_lockall_read, METH_NOARGS, NULL },
{ read_unlock_all, (PyCFunction)obj_unlockall_read, METH_NOARGS, NULL 
},
+   { lock_all_nonblock, (PyCFunction)obj_lockall_nonblock, METH_NOARGS,
+   S.lock_all_nonblock() - True|False },
+   { read_lock_all_nonblock, (PyCFunction)obj_lockall_read_nonblock, 
METH_NOARGS,
+   S.read_lock_all_nonblock() - True|False },
{ close, (PyCFunction)obj_close, METH_NOARGS, NULL },
{ get, (PyCFunction)obj_get, METH_VARARGS, S.get(key) - value\n
Fetch a value. },
diff --git a/lib/tdb/python/tests/simple.py b/lib/tdb/python/tests/simple.py
index 18180e1..eb7fd17 100644
--- a/lib/tdb/python/tests/simple.py
+++ b/lib/tdb/python/tests/simple.py
@@ -66,6 +66,18 @@ class SimpleTdbTests(TestCase):
 self.tdb.read_lock_all()
 self.tdb.read_unlock_all()
 
+def test_lockall_nonblock(self):
+locked = False
+while not locked:
+locked = self.tdb.lock_all_nonblock()
+self.tdb.unlock_all()
+
+def test_lockall_read_nonblock(self):
+locked = False
+while not locked:
+locked = self.tdb.read_lock_all_nonblock()
+self.tdb.read_unlock_all()
+
 def test_reopen(self):
 self.tdb.reopen()
 
-- 
1.7.3.1.50.g1e633



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



Bug#597386: [PATCH 04/14] pytdb: Introduce PyTdb_ARGS_AS_TDBDATA helper

2010-10-02 Thread Kirill Smelkov
To parse `PyObject *args` into one TDBDATA.

This already reduces boilerplate code, but will help more in the next
patch, where there will be several fuctions (chainlock_*) which takes
key as the only argument.

Cc: 597...@bugs.debian.org
Signed-off-by: Kirill Smelkov k...@landau.phys.spbu.ru
---
 lib/tdb/pytdb.c |   30 --
 1 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c
index f5cb307..42df639 100644
--- a/lib/tdb/pytdb.c
+++ b/lib/tdb/pytdb.c
@@ -69,6 +69,14 @@ static PyObject *PyString_FromTDB_DATA(TDB_DATA data)
 }
 }
 
+/* parse `PyObject *args` into TDB_DATA and store result in *dptr */
+#definePyTdb_ARGS_AS_TDBDATA(args, dptr) do {  \
+   PyObject *py_obj;   \
+   if (!PyArg_ParseTuple((args), O, py_obj))\
+   return NULL;\
+   *(dptr) = PyString_AsTDB_DATA(py_obj);  \
+} while (0)
+
 #define PyErr_TDB_ERROR_IS_ERR_RAISE(ret, tdb) \
if (ret != 0) { \
PyErr_SetTDBError(tdb); \
@@ -202,11 +210,7 @@ static PyObject *obj_close(PyTdbObject *self)
 static PyObject *obj_get(PyTdbObject *self, PyObject *args)
 {
TDB_DATA key;
-   PyObject *py_key;
-   if (!PyArg_ParseTuple(args, O, py_key))
-   return NULL;
-
-   key = PyString_AsTDB_DATA(py_key);
+   PyTdb_ARGS_AS_TDBDATA(args, key);
 
return PyString_FromTDB_DATA(tdb_fetch(self-ctx, key));
 }
@@ -235,24 +239,17 @@ static PyObject *obj_firstkey(PyTdbObject *self)
 static PyObject *obj_nextkey(PyTdbObject *self, PyObject *args)
 {
TDB_DATA key;
-   PyObject *py_key;
-   if (!PyArg_ParseTuple(args, O, py_key))
-   return NULL;
+   PyTdb_ARGS_AS_TDBDATA(args, key);
 
-   key = PyString_AsTDB_DATA(py_key);
-   
return PyString_FromTDB_DATA(tdb_nextkey(self-ctx, key));
 }
 
 static PyObject *obj_delete(PyTdbObject *self, PyObject *args)
 {
TDB_DATA key;
-   PyObject *py_key;
int ret;
-   if (!PyArg_ParseTuple(args, O, py_key))
-   return NULL;
+   PyTdb_ARGS_AS_TDBDATA(args, key);
 
-   key = PyString_AsTDB_DATA(py_key);
ret = tdb_delete(self-ctx, key);
PyErr_TDB_ERROR_IS_ERR_RAISE(ret, self-ctx);
Py_RETURN_NONE;
@@ -262,11 +259,8 @@ static PyObject *obj_has_key(PyTdbObject *self, PyObject 
*args)
 {
TDB_DATA key;
int ret;
-   PyObject *py_key;
-   if (!PyArg_ParseTuple(args, O, py_key))
-   return NULL;
+   PyTdb_ARGS_AS_TDBDATA(args, key);
 
-   key = PyString_AsTDB_DATA(py_key);
ret = tdb_exists(self-ctx, key);
if (ret != TDB_ERR_NOEXIST) {
PyErr_TDB_ERROR_IS_ERR_RAISE(ret, self-ctx);
-- 
1.7.3.1.50.g1e633



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



Bug#597386: [PATCH 05/14] pytdb: Add support for tdb_chainlock() friends

2010-10-02 Thread Kirill Smelkov
I wonder whether do we need _mark variants, and also why in pytdb there
is a name mismatch with C tdb? e.g.

tdb_lockall_read() is called tdb.read_lock_all() in Python.

I've sticked to this rule, but it looks confusing to me...

Cc: 597...@bugs.debian.org
Signed-off-by: Kirill Smelkov k...@landau.phys.spbu.ru
---
 lib/tdb/pytdb.c|   77 
 lib/tdb/python/tests/simple.py |   20 ++
 2 files changed, 97 insertions(+), 0 deletions(-)

diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c
index 42df639..07ac524 100644
--- a/lib/tdb/pytdb.c
+++ b/lib/tdb/pytdb.c
@@ -196,6 +196,71 @@ static PyObject *obj_lockall_read_nonblock(PyTdbObject 
*self)
PyTdb_LOCK_NONBLOCK_RET_OR_RAISE(ret, self-ctx);
 }
 
+
+static PyObject *obj_chainlock(PyTdbObject *self, PyObject *args)
+{
+   int ret;
+   TDB_DATA key;
+   PyTdb_ARGS_AS_TDBDATA(args, key);
+
+   ret = tdb_chainlock(self-ctx, key);
+   PyErr_TDB_ERROR_IS_ERR_RAISE(ret, self-ctx);
+   Py_RETURN_NONE;
+}
+
+static PyObject *obj_chainunlock(PyTdbObject *self, PyObject *args)
+{
+   int ret;
+   TDB_DATA key;
+   PyTdb_ARGS_AS_TDBDATA(args, key);
+
+   ret = tdb_chainunlock(self-ctx, key);
+   PyErr_TDB_ERROR_IS_ERR_RAISE(ret, self-ctx);
+   Py_RETURN_NONE;
+}
+
+static PyObject *obj_chainlock_read(PyTdbObject *self, PyObject *args)
+{
+   int ret;
+   TDB_DATA key;
+   PyTdb_ARGS_AS_TDBDATA(args, key);
+
+   ret = tdb_chainlock_read(self-ctx, key);
+   PyErr_TDB_ERROR_IS_ERR_RAISE(ret, self-ctx);
+   Py_RETURN_NONE;
+}
+
+static PyObject *obj_chainunlock_read(PyTdbObject *self, PyObject *args)
+{
+   int ret;
+   TDB_DATA key;
+   PyTdb_ARGS_AS_TDBDATA(args, key);
+
+   ret = tdb_chainunlock_read(self-ctx, key);
+   PyErr_TDB_ERROR_IS_ERR_RAISE(ret, self-ctx);
+   Py_RETURN_NONE;
+}
+
+static PyObject *obj_chainlock_nonblock(PyTdbObject *self, PyObject *args)
+{
+   int ret;
+   TDB_DATA key;
+   PyTdb_ARGS_AS_TDBDATA(args, key);
+
+   ret = tdb_chainlock_nonblock(self-ctx, key);
+   PyTdb_LOCK_NONBLOCK_RET_OR_RAISE(ret, self-ctx);
+}
+
+static PyObject *obj_chainlock_read_nonblock(PyTdbObject *self, PyObject *args)
+{
+   int ret;
+   TDB_DATA key;
+   PyTdb_ARGS_AS_TDBDATA(args, key);
+
+   ret = tdb_chainlock_read_nonblock(self-ctx, key);
+   PyTdb_LOCK_NONBLOCK_RET_OR_RAISE(ret, self-ctx);
+}
+
 static PyObject *obj_close(PyTdbObject *self)
 {
int ret;
@@ -394,6 +459,18 @@ static PyMethodDef tdb_object_methods[] = {
S.lock_all_nonblock() - True|False },
{ read_lock_all_nonblock, (PyCFunction)obj_lockall_read_nonblock, 
METH_NOARGS,
S.read_lock_all_nonblock() - True|False },
+   { chainlock, (PyCFunction)obj_chainlock, METH_VARARGS,
+   S.chainlock(key) - None },
+   { chainunlock, (PyCFunction)obj_chainunlock, METH_VARARGS,
+   S.chainunlock() - None },
+   { read_chainlock, (PyCFunction)obj_chainlock_read, METH_VARARGS,
+   S.read_chainlock(key) - None },
+   { read_chainunlock, (PyCFunction)obj_chainunlock_read, METH_VARARGS,
+   S.read_chainunlock() - None },
+   { chainlock_nonblock, (PyCFunction)obj_chainlock_nonblock, 
METH_VARARGS,
+   S.chainlock_nonblock(key) - True|False },
+   { read_chainlock_nonblock, (PyCFunction)obj_chainlock_read_nonblock, 
METH_VARARGS,
+   S.chainlock_read_nonblock(key) - True|False },
{ close, (PyCFunction)obj_close, METH_NOARGS, NULL },
{ get, (PyCFunction)obj_get, METH_VARARGS, S.get(key) - value\n
Fetch a value. },
diff --git a/lib/tdb/python/tests/simple.py b/lib/tdb/python/tests/simple.py
index eb7fd17..3d3118b 100644
--- a/lib/tdb/python/tests/simple.py
+++ b/lib/tdb/python/tests/simple.py
@@ -78,6 +78,26 @@ class SimpleTdbTests(TestCase):
 locked = self.tdb.read_lock_all_nonblock()
 self.tdb.read_unlock_all()
 
+def test_chainlock(self):
+self.tdb.chainlock(foo)
+self.tdb.chainunlock(foo)
+
+def test_chainlock_read(self):
+self.tdb.read_chainlock(foo)
+self.tdb.read_chainunlock(foo)
+
+def test_chainlock_nonblock(self):
+locked = False
+while not locked:
+locked = self.tdb.chainlock_nonblock(foo)
+self.tdb.chainunlock(foo)
+
+def test_chainlock_read_nonblock(self):
+locked = False
+while not locked:
+locked = self.tdb.read_chainlock_nonblock(foo)
+self.tdb.read_chainunlock(foo)
+
 def test_reopen(self):
 self.tdb.reopen()
 
-- 
1.7.3.1.50.g1e633



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



Bug#597386: [PATCH 07/14] pytdb: Add support for tdb_repack()

2010-10-02 Thread Kirill Smelkov
From: Kirill Smelkov k...@mns.spb.ru

Cc: 597...@bugs.debian.org
Signed-off-by: Kirill Smelkov k...@landau.phys.spbu.ru
---
 lib/tdb/pytdb.c|9 +
 lib/tdb/python/tests/simple.py |6 ++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c
index 7ed95a8..0ea6053 100644
--- a/lib/tdb/pytdb.c
+++ b/lib/tdb/pytdb.c
@@ -431,6 +431,13 @@ static PyObject *obj_clear(PyTdbObject *self)
Py_RETURN_NONE;
 }
 
+static PyObject *obj_repack(PyTdbObject *self)
+{
+   int ret = tdb_repack(self-ctx);
+   PyErr_TDB_ERROR_IS_ERR_RAISE(ret, self-ctx);
+   Py_RETURN_NONE;
+}
+
 static PyObject *obj_enable_seqnum(PyTdbObject *self)
 {
tdb_enable_seqnum(self-ctx);
@@ -500,6 +507,8 @@ static PyMethodDef tdb_object_methods[] = {
{ iterkeys, (PyCFunction)tdb_object_iter, METH_NOARGS, S.iterkeys() 
- iterator },
{ clear, (PyCFunction)obj_clear, METH_NOARGS, S.clear() - None\n
Wipe the entire database. },
+   { repack, (PyCFunction)obj_repack, METH_NOARGS, S.repack() - None\n
+   Repack the entire database. },
{ enable_seqnum, (PyCFunction)obj_enable_seqnum, METH_NOARGS,
S.enable_seqnum() - None },
{ increment_seqnum_nonblock, 
(PyCFunction)obj_increment_seqnum_nonblock, METH_NOARGS,
diff --git a/lib/tdb/python/tests/simple.py b/lib/tdb/python/tests/simple.py
index 576baca..4fe5008 100644
--- a/lib/tdb/python/tests/simple.py
+++ b/lib/tdb/python/tests/simple.py
@@ -183,6 +183,12 @@ class SimpleTdbTests(TestCase):
 self.tdb.clear()
 self.assertEquals(0, len(list(self.tdb)))
 
+def test_repack(self):
+self.tdb[foo] = abc
+self.tdb[bar] = def
+del self.tdb[foo]
+self.tdb.repack()
+
 def test_seqnum(self):
 self.tdb.enable_seqnum()
 seq1 = self.tdb.seqnum
-- 
1.7.3.1.50.g1e633



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



Bug#598834: xserver-xorg-input-synaptics: Several improvements to the package

2010-10-02 Thread reportbug
Package: xserver-xorg-input-synaptics
Version: 1.2.2-2
Severity: important
Tags: squeeze

Please add the package libxtst-dev to the package's build-dep list in order
that the syndaemon -R option will work, because with this package in the list
the XRecord code will find the way into the daemon binary.


In addition, on my ThinkPad Edge 13 (the Intel CPU configuration) I got
following Xorg error messages:

(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/event8)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass evdev touchpad catchall
(**) SynPS/2 Synaptics TouchPad: Applying InputClass touchpad catchall
(II) LoadModule: synaptics
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor=X.Org Foundation
compiled for 1.7.6.901, module version = 1.2.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.2
(**) Option Device /dev/input/event8
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device SynPS/2 Synaptics TouchPad (type:
TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/mouse2)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass touchpad catchall
(II) Synaptics touchpad driver version 1.2.2
SynPS/2 Synaptics TouchPad no synaptics event device found
(**) Option Device /dev/input/mouse2
Query no Synaptics: 6003C8
(--) SynPS/2 Synaptics TouchPad: no supported touchpad found
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device SynPS/2 Synaptics TouchPad
(II) UnloadModule: synaptics

After I added the line

MatchDevicePath /dev/input/event*

to the file /usr/share/X11/xorg.conf.d/50-synaptics.conf everything works
respectively no errors anymore and the touchpad works fine. Here are the Xorg
messages after my change:

(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/event8)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass evdev touchpad catchall
(**) SynPS/2 Synaptics TouchPad: Applying InputClass touchpad catchall
(II) LoadModule: synaptics
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor=X.Org Foundation
compiled for 1.7.6.901, module version = 1.2.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(II) Synaptics touchpad driver version 1.2.2
(**) Option Device /dev/input/event8
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(**) Option SHMConfig on
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device SynPS/2 Synaptics TouchPad (type:
TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/mouse2)
(II) No input driver/identifier specified (ignoring)

While I was searching for a solution for this problem, I found a bunch of other
people with the same issue. It seems to be a known thing.



-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Sep 26 05:34 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1881152 Sep 20 20:21 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)

/etc/X11/xorg.conf does not exist.

Kernel version (/proc/version):
Linux version 2.6.32-5-amd64 (Debian 2.6.32-24) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Thu Sep 30 03:34:00 UTC 2010

Xorg X server log 

Bug#598835: unblock: mina2/2.0.0+dfsg-1

2010-10-02 Thread Damien Raude-Morvan
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mina2, it contains final release (squeeze as RC1 for 
now).
Upstream fixed lots of major issues :
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10670styleName=Htmlversion=12313701

Here is the changelog:
 mina2 (2.0.0+dfsg-1) unstable; urgency=low
 .
   * New upstream final release:
 - d/rules: No more mina-parent pom.
 - d/watch: Only track stable releases now.
   * Update Standards-Version 3.9.1: no changes needed.
   * Enable rxtx support:
 - d/control: Add Build-Depends on librxtx-java.
 - d/build.xml: Enable build of transport-serial module.
 - d/rules: Include RXTXcomm.jar in classpath.
   * d/copyright: Updated and migrated to DEP-5 format.
   * d/control: Fix Vcs-* to use mina2 repository.
   * d/control: Drop depends on JRE runtime (aka new Java Policy).

unblock mina2/2.0.0+dfsg-1

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

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



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



  1   2   3   >