Bug#526640: Please try to keep the number of flashes minimal

2009-06-04 Thread Martin Michlmayr
* Joey Hess jo...@debian.org [2009-05-04 15:44]:
 * Current linux-kernel postinst runs initramfs-tools -c, which
   does not involve triggers, and also does not run flash-kernel.
   So it generates an initramfs that never gets used, but the old
   one in flash should keep working.

This doesn't seem great to me.  It means when you install a kernel
version (e.g. 2.6.29 - 2.6.30) that the new version is not written to
flash.  maks, why does -c not run run_bootloader?

Example:

# dpkg -i linux-image-2.6.30-rc8-kirkwood_2.6.30~rc8-1~experimental.1_arm
Selecting previously deselected package linux-image-2.6.30-rc8-kirkwood.
(Reading database ... 18471 files and directories currently installed.)
Unpacking linux-image-2.6.30-rc8-kirkwood (from 
linux-image-2.6.30-rc8-kirkwood_2.6.30~rc8-1~experimental.1_armel.deb) ...
Setting up linux-image-2.6.30-rc8-kirkwood (2.6.30~rc8-1~experimental.1) ...

Running depmod.
Running update-initramfs.
update-initramfs: Generating /boot/initrd.img-2.6.30-rc8-kirkwood
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
debian:~#

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#531791: screen-profiles: Diversion screen - screen.real causes problems in /etc/init.d/screen-cleanup

2009-06-04 Thread Ulrich P. Klein
Package: screen-profiles
Version: 1.48-1
Severity: important

After a reboot the screen command complained /var/run/screen must have mode 
0775
and refused to start.

/etc/init.d/screen-cleanup set the permissions of /var/run/screen to 0777
because /usr/bin/screen supplied by screen-profiles has no guid bit set.
Since /usr/bin/screen.real runs in guid mode, it requires /var/run/screen to
have permissions 0775.

A quick hack which worked for me was to patch /etc/init.d/screen-cleanup:

...
| # If the local admin has used dpkg-statoverride to install the screen
| # binary with different set[ug]id bits, change the permissions of
| # $SCREENDIR accordingly
| if [ -x /usr/bin/screen.real ]; then
| SCREENBINARY=/usr/bin/screen.real
| else
| SCREENBINARY=/usr/bin/screen
| fi
| BINARYPERM=`stat -c%a $SCREENBINARY`
...

Uli 

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (900, 'proposed-updates'), 
(900, 'testing'), (400, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (PREEMPT)
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 screen-profiles depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  gettext-base  0.17-6 GNU Internationalization utilities
ii  python2.5.4-2An interactive high-level object-o
ii  python-newt   0.52.10-3  A NEWT module for Python
ii  screen4.0.3-13   terminal multiplexor with VT100/AN

Versions of packages screen-profiles recommends:
ii  lsb-release  3.2-22  Linux Standard Base version report
ii  update-notifier-common   0.70.7.debian-5 Files shared between update-notifi

Versions of packages screen-profiles suggests:
ii  screen-profiles-extras1.48-1 additional colored profiles for th

-- 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#531611: gnome-session: postinst fails when calling update-alternatives

2009-06-04 Thread Raphael Hertzog
On Wed, 03 Jun 2009, Josselin Mouette wrote:
 Le mardi 02 juin 2009 à 20:25 +0200, Wolf Wiegand a écrit :
  after the upgrade from 2.22.3-3 to 2.26.1-6, the postinst fails with the
  following error:
  
  Setting up gnome-session (2.26.1-6) ...
  Installing new version of config file /etc/gnome/defaults.list ...
  update-alternatives: error: alternative x-session-manager.1.gz can't be 
  slave of
   x-session-manager: it is a master alternative.
  dpkg: error processing gnome-session (--configure):
   subprocess installed post-installation script returned error exit status 2

Can you provide us the content of
/var/lib/dpkg/alternatives/x-session-manager.1.gz and the output of
stat /var/lib/dpkg/alternatives/x-session-manager.1.gz ?

Does the timestamps correlate with a particular package installation (see
/var/log/dpkg.log*) ?

 I guess this is an issue with another provider of this alternative
 (maybe icewm-session). I’ve seen recent changes on the
 update-alternatives side, so could a dpkg maintainer give an explanation
 about what changed and how it could trigger this issue?

The change is that update-alternatives forbids mistakes but as people
(users and packagers) did mistakes in the past we have some cruft
left-over that are in contradiction with the actual usage of alternatives.


For users, the simple work-around is rm 
/var/lib/dpkg/alternatives/x-session-manager.1.gz but please provide the
infos requested above before-hand.

See 530633 for another case, I will centralize some cleanup in dpkg
installation scripts for cases where we can't be certain that a particular
package was at fault (or where too-many packages would have to implement
the work-around).

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



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



Bug#531793: nautilus: Nautilus no longer describes card reader drives but instead calls them all USB drive

2009-06-04 Thread ADFH
Package: nautilus
Version: 2.26.2-3
Severity: minor

Nautilus now calls all my card reader's empty slots USB drive..

In the past it used to say which one was which..
Ie. CF, SD MMC etc. etc.

This detail is handy to know.

This info *does* appear in dmesg output when linux is assigning sdX dev names..

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

Kernel: Linux 2.6.28.4 (PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.2.3-1  userspace virtual filesystem - ser
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libbeagle1  0.3.9-1  library for accessing beagle using
ii  libc6   2.9-13   GNU C Library: Shared libraries
ii  libcairo2   1.8.6-2+b1   The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.80-4   simple interprocess messaging syst
ii  libexempi3  2.1.0-3  library to parse XMP metadata (Lib
ii  libexif12   0.6.17-1 library to parse EXIF files
ii  libgail18   2.16.1-2 GNOME Accessibility Implementation
ii  libgconf2-4 2.26.0-1 GNOME configuration database syste
ii  libglib2.0-02.20.1-2 The GLib library of C routines
ii  libgnome-desktop-2-11   2.26.1-1 Utility library for loading .deskt
ii  libgtk2.0-0 2.16.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.26.2-3 libraries for nautilus components 
ii  libpango1.0-0   1.24.2-1 Layout and rendering of internatio
ii  libselinux1 2.0.71-1 SELinux shared libraries
ii  libsm6  2:1.1.0-2X11 Session Management library
ii  libtrackerclient0   0.6.95-1 metadata database, indexer and sea
ii  libunique-1.0-0 1.0.8-1  Library for writing single instanc
ii  libx11-62:1.2.1-1X11 client-side library
ii  libxml2 2.7.3.dfsg-1 GNOME XML library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  nautilus-data   2.26.2-3 data files for nautilus
ii  shared-mime-info0.60-2   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-dat 2008.11.27   Application Installer Data Files
ii  consolekit  0.3.0-2  framework for defining and trackin
ii  desktop-base5.0.5common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-6 ejects CDs and operates CD-Changer
ii  gnome-mount 0.8-2wrapper for (un)mounting and eject
ii  gvfs-backends   1.2.3-1  userspace virtual filesystem - bac
ii  librsvg2-common 2.22.3-2 SAX-based renderer library for SVG
ii  nautilus-cd-bur 2.24.0-3 CD Burning front-end for Nautilus
ii  synaptic0.62.5+b1Graphical package manager

Versions of packages nautilus suggests:
ii  eog   2.26.2-1   Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]   2.26.1-2   Document (postscript, pdf) viewer
ii  gv [pdf-viewer]   1:3.6.7-1  PostScript and PDF viewer for X
ii  mpg321 [mp3-decoder]  0.2.10.6   mpg123 clone that doesn't use floa
ii  totem 2.26.2-1   A simple media player for the GNOM
pn  tracker   none (no description available)
ii  vlc [mp3-decoder] 0.9.9a-2   multimedia player and streamer
ii  vlc-nox [mp3-decoder] 0.9.9a-2   multimedia player and streamer (wi
ii  xdg-user-dirs 0.10-1 tool to manage well known user dir
ii  xpdf-reader [pdf-viewer]  3.02-1.4   Portable Document Format (PDF) sui
ii  xpdf-utils [pdf-viewer]   3.02-1.4   Portable Document Format (PDF) sui

-- 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#531792: live-helper: tries to install squashfs-modules for sid

2009-06-04 Thread Sebastian Dalfuß
Package: live-helper
Version: 1.0.4-1
Severity: normal

Building an image with -d sid fails, because lh_build tries to install
modules-squashfs. modules-squashfs aren't needed for sid, because squashfs
is already included in linux 2.6.29, and therefore not exisiting in the sid
repositorys.
One has to work around with ' --linux-packages linux-image-2.6 ' ,
-d sid rather should work out of the box.


-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
Architecture: i386 (i686)

Kernel: Linux 2.6.30-rc8 (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/dash

Versions of packages live-helper depends on:
ii  debootstrap   1.0.13 Bootstrap a basic Debian system

Versions of packages live-helper recommends:
ii  gettext-base  0.17-6 GNU Internationalization utilities

Versions of packages live-helper suggests:
ii  dosfstools3.0.3-1utilities for making and checking 
ii  fakeroot  1.12.2 Gives a fake root environment
pn  genisoimage   none (no description available)
ii  grub  0.97-53GRand Unified Bootloader (Legacy v
pn  memtest86+ | memtest86none (no description available)
pn  mtoolsnone (no description available)
pn  partednone (no description available)
ii  squashfs-tools1:4.0-1Tool to create and append to squas
pn  uuid-runtime  none (no description available)
pn  win32-loader  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#531767: prayer: Debian C-client is built with Kerberos, SSL and PAM support

2009-06-04 Thread Magnus Holmgren
On onsdagen den 3 juni 2009, Jonas Smedegaard wrote:
 Config should be adjusted to match the features in C-client library:

 Enable Kerberos, SSL and PAM support.

I once checked that, rather carefully I believe, and determined that it 
actually doesn't matter unless perhaps if certain things are linked 
statically, which is not the case here. Have you found any actual bugs caused 
by this mismatch?

-- 
Magnus Holmgrenholmg...@debian.org
Debian Developer 


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


Bug#530838: CVE-2009-1882

2009-06-04 Thread Giuseppe Iuculano
retitle 530946 CVE-2009-1882: ImageMagick Integer Overflow Vulnerability
retitle 530838 CVE-2009-1882: ImageMagick Integer Overflow Vulnerability
thanks


This issue got a CVE id:

CVE-2009-1882[0]:
| Integer overflow in the XMakeImage function in magick/xwindow.c in
| ImageMagick 6.5.2-8 allows remote attackers to cause a denial of
| service (crash) and possibly execute arbitrary code via a crafted TIFF
| file, which triggers a buffer overflow.  NOTE: some of these details
| are obtained from third party information.


For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1882
http://security-tracker.debian.net/tracker/CVE-2009-1882



signature.asc
Description: OpenPGP digital signature


Bug#531794: soap4r: Version 1.5.8 added raw XML support

2009-06-04 Thread Josef Spillner
Package: soap4r
Version: 1.5.5-1
Severity: wishlist

Some web service interfaces don't use just string or integers as 
parameters, but complex XML types. Starting from v1.5.8, soap4r
supports those using the return_response_as_xml flag. It would be
awesome to have this version in Debian in order to reduce the
list of extra rubygems.

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

Kernel: Linux 2.6.26-2-486
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 soap4r depends on:
ii  libruby1.8  1.8.7.72-3.1 Libraries necessary to run Ruby 1.

soap4r recommends no packages.

soap4r 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#490605: debian-policy: please discourage the usage of echo -n, and echo in general

2009-06-04 Thread Giacomo Catenazzi
Raphael Geissert wrote:
 On Tuesday 02 June 2009 12:54:00 Bill Allombert wrote:
 [...]
 It does not make sense to policy to discourage echo -n. Policy
 could deprecate it in favor of something else, but I do not see
 any alternative mentioned in this bug report, and otherwise
 discouraging echo -n would amount to discourage shell scripts to display
 lines that does not end by a newline, while Policy 9.4. mandates that init
 scripts display Starting foo without an ending newline.
 Furthermore, adding vague recommendation to policy is a waste of resource.

 So, is there an alternative to echo -n that you would like to recommends,
 and are you willing to do the job to make sure that all Debian
 sh-compliant shells in Debian support it ?

I think we could forbid echo -n on maintainer and other scripts, but allow it
on init.d scripts.
Rationale:
- portability is more important on other scripts, and it is also not so
  frequent to use echo -n
- init.d are system scripts which special requirement, so they are not
  portable. And we could ev. workaround with a special alias/path
  which set a non-portable echo. This is also simple because
  init.d scripts sould be called only by/via few programs/

 Yes, printf.

It is not an alternative:
- It is ugly
- it is not on root partition

The ugly part it is IMHO the most important part.
Most of people understand echo -n, but I don't know if all people understand
fully printf.  Mixing echo and printf is ugly.


Anyway the standard are helper tools, not tools to make difficult the live of
user and maintainer. See for example the recent discussion about ext3,
see the old discussion about tar (tar is not in POSIX, people should use
'pax')


BTW I think this is incorrect:
$ POSIXLY_CORRECT=1 bash -c echo -n line one; echo line two;
 line oneline two


ciao
cate



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



Bug#531795: live-helper: Building a sid rescue image fails

2009-06-04 Thread Sebastian Dalfuß
Package: live-helper
Version: 1.0.4-1
Severity: normal

/usr/share/live-helper/lists/rescue refers to the packages paketto and sing,
which aren't available in sid any more. This causes lh_build to fail, if
lh_config has run with -d sid and -p rescue.
I had to manually remove the specific lines.

-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
Architecture: i386 (i686)

Kernel: Linux 2.6.30-rc8 (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/dash

Versions of packages live-helper depends on:
ii  debootstrap   1.0.13 Bootstrap a basic Debian system

Versions of packages live-helper recommends:
ii  gettext-base  0.17-6 GNU Internationalization utilities

Versions of packages live-helper suggests:
ii  dosfstools3.0.3-1utilities for making and checking 
ii  fakeroot  1.12.2 Gives a fake root environment
pn  genisoimage   none (no description available)
ii  grub  0.97-53GRand Unified Bootloader (Legacy v
pn  memtest86+ | memtest86none (no description available)
pn  mtoolsnone (no description available)
pn  partednone (no description available)
ii  squashfs-tools1:4.0-1Tool to create and append to squas
pn  uuid-runtime  none (no description available)
pn  win32-loader  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#531750: openoffice.org: does not start

2009-06-04 Thread Rene Engelhard
Roberto Lumbreras wrote:
 it's just the usual boring i386 arch, Debian GNU/Linux system working
 great for years with a normal Debian testing mixed with some bits from
 unstable... don't ask me which ones because apt did the job, but I'd
 see if you need it.

And who says that is a sensible thing to do?

 sorry but it seems like a real bug for me, maybe not an easily reproducible 
 one

To be honest, no I don't believe so - unless you have something which breaks
e.g RPATHs. At least I won't do anything on this bug unless I get more info.

{ useless quote deleted. }

 -- System Information:
 Debian Release: squeeze/sid
   APT prefers testing
   APT policy: (500, 'testing'), (500, 'stable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
 Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages openoffice.org depends on:
 ii  liblucene2-java  2.4.0+ds1-5 Full-text search engine library 
 fo
 ii  openoffice.org-base  1:3.0.1-9   full-featured office productivity
 ii  openoffice.org-calc  1:3.0.1-9   full-featured office productivity
 ii  openoffice.org-core  1:3.0.1-9   full-featured office productivity


This contains the files.

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: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#531797: compizconfig-settings-manager: apparent library mismatch [?]

2009-06-04 Thread giacomo boffi
Package: compizconfig-settings-manager
Version: 0.8.2-2
Severity: grave
Justification: renders package unusable

when i launch ccsm, it breaks on me with the following error message

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct NULL not valid

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

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

Versions of packages compizconfig-settings-manager depends on:
ii  librsvg2-common   2.22.3-2   SAX-based renderer library for SVG
ii  python2.5.4-2An interactive high-level object-o
ii  python-compizconfig   0.8.2-1Compizconfig bindings for python
ii  python-gtk2   2.14.1-3   Python bindings for the GTK+ widge
ii  python-support1.0.3  automated rebuilding support for P

Versions of packages compizconfig-settings-manager recommends:
ii  python-sexy   0.1.9-1python language bindings for libse

compizconfig-settings-manager suggests no packages.

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#531796: libopensync1exp6-dev: bad include path in installed .pc file

2009-06-04 Thread Piotr Skamruk
Package: libopensync1exp6-dev
Version: 0.38-1
Severity: important

In installed by this package file /usr/lib/pkgconfig/libopensync.pc
there is line:
  includedir=/usr/include
which should be:
  includedir=/usr/include/opensync-0.38

Without that modification - I couldn't rebuild any of opensync-plugin-* package.



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

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

Versions of packages libopensync1exp6-dev depends on:
ii  libglib2.0-dev  2.20.3-1 Development files for the GLib lib
ii  libopensync1exp60.38-1   Synchronisation framework for emai
ii  libsqlite3-dev  3.6.14.2-1   SQLite 3 development files
ii  libxml2-dev 2.7.3.dfsg-1 Development files for the GNOME XM

libopensync1exp6-dev recommends no packages.

libopensync1exp6-dev 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#531758: apt: Italian translation not up-to-date

2009-06-04 Thread Christian Perrier
Quoting Milo Casagrande (m...@ubuntu.com):
 Package: apt
 Severity: wishlist
 Tags: l10n
 
 The Italian translation of apt 0.7.21 is not up-to-date. I'm attaching
 the updated version.


Resyncing with the current POT file gives 1 fuzzy (in a usage
string.the previous translation that's included in the PO file
will help you spotting what changed in the original string...using
lokalize for this helps a lot).

May you adapt the attached file?




it.po.bz2
Description: Binary data


signature.asc
Description: Digital signature


Bug#531770: perl-modules: dpkg-source -x broken in file systems with ACLs due to File::Temp

2009-06-04 Thread Niko Tyni
On Wed, Jun 03, 2009 at 03:00:55PM -0700, Russ Allbery wrote:
 Package: perl-modules
 Version: 5.10.0-22
 Severity: normal
 
 Error in tempdir() using 
 /afs/ir.stanford.edu/users/r/r/rra/home/tmp/libafs-perl
 _2.6.1.orig.tar.gz.tmp-extract.X: Parent directory 
 (/afs/ir.stanford.edu/use
 rs/r/r/rra/home/tmp) is not writable
  at /usr/share/perl5/Dpkg/Source/Archive.pm line 111

 I suspect the code is using something like the -w file test, which is 
 Broken As Designed unless you put use filetest 'access' at the top of
 the module.  perldoc filetest has more details.

Does the separate libfile-temp-perl 0.21-1 in sid fix this for you?

From the 0.21 upstream changelog:

* Temp.pm: Remove the test on the parent directory to see if a file
can be written. This will be found out anyway as soon as the file open
is attempted. AFS systems may fail a -w test but still allow a file to
be created. (thanks to Christopher Ellison)
-- 
Niko Tyni   nt...@debian.org



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



Bug#531798: compiz-core: /usr/bin/compiz starts xterm with --restart option

2009-06-04 Thread giacomo boffi
Package: compiz-core
Version: 0.8.2-6
Severity: normal

if something goes wrong in its attempt to start compiz.real
the compiz script has a nuber of fallback options, and in my
case it goes down to the last resort of starting an xterm

alas it uses the same option that would be good for a window 
manager, --restart, option on which xterm chokes and dies

the last lines from a sh -x /usr/bin/compiz command execution:
--
/usr/bin/compiz: line 455:  6723 Aborted 
${COMPIZ_BIN_PATH}${COMPIZ_NAME} $COMPIZ_OPTIONS $@ $COMPIZ_PLUGINS
+ exec xterm --replace
xterm:  bad command line option --replace
[...]
--
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages compiz-core depends on:
ii  libc6   2.9-13   GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]7.4.1-1  A free implementation of the OpenG
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libsm6  2:1.1.0-2X11 Session Management library
ii  libstartup-notification00.10-1   library for program launch feedbac
ii  libx11-62:1.2.1-1X11 client-side library
ii  libxcomposite1  1:0.4.0-3X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-4X11 damaged region extension libra
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxinerama12:1.0.3-2X11 Xinerama extension library
ii  libxml2 2.7.3.dfsg-1 GNOME XML library
ii  libxrandr2  2:1.3.0-2X11 RandR extension library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 
ii  mesa-utils  7.4.1-1  Miscellaneous Mesa GL utilities

Versions of packages compiz-core recommends:
ii  compiz-plugins0.8.2-6OpenGL window and compositing mana

Versions of packages compiz-core suggests:
pn  nvidia-glxnone (no description available)

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#531801: prayer: Default config should explicitly use localhost/notls due to C-client weirdness

2009-06-04 Thread Jonas Smedegaard
Package: prayer
Severity: normal

There is no benefit of encrypting data only going through loopback
interface.  Only wasted computations and the hassle of setting up an
acceptable certificate chain for localhost as CommonName.

C-client does not special-case localhost.  So if a server offers TLS,
then C-client switches to that even when communicating locally only.

Prayer provides a config set to connect to localhost.  That should
instead be localhost/notls to force non-encrypted connection.


 - Jonas

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

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



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



Bug#531800: compiz-core: /usr/bin/compiz uses the ccp plugin, that is broken

2009-06-04 Thread giacomo boffi
Package: compiz-core
Version: 0.8.2-6
Severity: grave
Justification: renders package unusable

at the end of its grinding, the /usr/bin/compiz script tries
to execute this command
--
/usr/bin/compiz.real --ignore-desktop-hints --replace --loose-binding core ccp
--
but compiz.real dies with the error message
--
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct NULL not valid
--
a similar error message is displayed when i try to execute ccsm

if i launch compiz.real directly, without the ccp plugin, compiz starts but
cannot read its configuration and is mostly useles

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

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

Versions of packages compiz-core depends on:
ii  libc6   2.9-13   GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]7.4.1-1  A free implementation of the OpenG
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libsm6  2:1.1.0-2X11 Session Management library
ii  libstartup-notification00.10-1   library for program launch feedbac
ii  libx11-62:1.2.1-1X11 client-side library
ii  libxcomposite1  1:0.4.0-3X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-4X11 damaged region extension libra
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxinerama12:1.0.3-2X11 Xinerama extension library
ii  libxml2 2.7.3.dfsg-1 GNOME XML library
ii  libxrandr2  2:1.3.0-2X11 RandR extension library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 
ii  mesa-utils  7.4.1-1  Miscellaneous Mesa GL utilities

Versions of packages compiz-core recommends:
ii  compiz-plugins0.8.2-6OpenGL window and compositing mana

Versions of packages compiz-core suggests:
pn  nvidia-glxnone (no description available)

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#531799: opensync-plugin-evolution: CMAKE_MODULE_PATH is too short

2009-06-04 Thread Piotr Skamruk
Package: opensync-plugin-evolution
Version: 0.38-1
Justification: no longer builds from source
Severity: serious

In CMakeLists.txt there is:
  SET( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_SOURCE_DIR}/cmake/modules )

With that settings - I can't rebuild this package, but changing it to:
  SET( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_SOURCE_DIR}/cmake/modules
/usr/share/opensync-0.38/cmake/modules )
makes fakeroot make -f debian/rules binary happy.


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

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

Versions of packages opensync-plugin-evolution depends on:
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces library
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libebackend1.2-0   2.26.2-1  Utility library for evolution data
ii  libebook1.2-9  2.26.2-1  Client library for evolution addre
ii  libecal1.2-7   2.26.2-1  Client library for evolution calen
ii  libedata-book1.2-2 2.26.2-1  Backend library for evolution addr
ii  libedata-cal1.2-6  2.26.2-1  Backend library for evolution cale
ii  libedataserver1.2-11   2.26.2-1  Utility library for evolution data
ii  libgconf2-42.26.2-1  GNOME configuration database syste
ii  libglib2.0-0   2.20.3-1  The GLib library of C routines
ii  libical0   0.43-2iCalendar library implementation i
ii  libopensync1exp6   0.38-1Synchronisation framework for emai
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libsoup2.4-1   2.26.2-1  an HTTP library implementation in
ii  libxml22.7.3.dfsg-1  GNOME XML library

opensync-plugin-evolution recommends no packages.

opensync-plugin-evolution 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#531736: CVE-2008-6767, CVE-2008-6762

2009-06-04 Thread Andrea De Iacovo
First of all thank you for reporting the bugs.
I checked them out and I think all wordpress versions in Debian are
affected.

The fix should be something really simple like checking user preferences
before proceding to the upgrade. I hope to have a fix ready in the next
days.

Thank you again.

Regards.

Andrea De Iacovo


Bug#524087: Preparing the split

2009-06-04 Thread Iustin Pop
So, there's a new upstream version, which (as usual) bumps the soname,
and this is a good point to split the libraries and close this bug.

Looking at the situation:
  - we need to split libprotobufX into libprotobufX and libprotocX, but
libprotocX will depend on libprotobufX, so it will have to depend on
that
  - we need to split libprotobuf-dev into libprotobuf-dev and
libprotoc-dev, but the headers in protoc-dev need headers from the
protobuf-dev pacakage, so it will have to depend on that

As such, the main gain to me is the possibility of not having the
libprotoc shared library installed when only running programs compiled
against libprotobuf (but not running the compiler); given the
(seemingly) tight link between the protobuf and protoc libraries and
sources in upstream, I don't reasonably think they will get out of sync
(but they could, of course).

So I will proceed with the split (after testing carefully the -dev
package situation, of course), but I'm not sure the cost of two new
packages is compensated by the gain. Just saying :)

iustin



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



Bug#531802: libvirt0: bridges containing VLAN interfaces are not recognized

2009-06-04 Thread Andreas Unterkircher
Package: libvirt0
Version: 0.6.3-4
Severity: normal


The following setup:

 * eth0 is a physical interface
 * eth1 is a physical interface

 * vlan152 is a VLAN interface on eth0 with ID 152

 * br0 is a bridge containing eth0
 * br1 is a bridge containing eth1
 * br2 is a bridge containing vlan152

The basic network connectivity, like it supposed to be, is working.
But only the physical interfaces appear in the listing:

virsh # nodedev-list --cap net
net_00_1b_78_31_3d_1a
net_00_1b_78_31_3d_70

The VLAN interface (which uses the same MAC address as its
physical interface) does not appear. So br2, the bridge containing
vlan152, can not be selected later.

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

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

Versions of packages libvirt0 depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgcrypt11   1.4.1-1LGPL Crypto library - runtime libr
ii  libgnutls26   2.4.2-6+lenny1 the GNU TLS library - runtime libr
ii  libgpg-error0 1.4-2  library for common error values an
ii  libsasl2-22.1.22.dfsg1-23+lenny1 Cyrus SASL - authentication abstra
ii  libselinux1   2.0.65-5   SELinux shared libraries
ii  libtasn1-31.4-1  Manage ASN.1 structures (runtime)
ii  libxenstore3.03.2.1-2Xenstore communications library fo
ii  libxml2   2.6.32.dfsg-5  GNOME XML library
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

Versions of packages libvirt0 recommends:
ii  lvm2  2.02.39-7  The Linux Logical Volume Manager

libvirt0 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#470154: Bug#531556: upgrade problem with the proposed libarchive-tar-perl Etch update

2009-06-04 Thread Niko Tyni
On Tue, Jun 02, 2009 at 04:05:51PM +0200, Toni Mueller wrote:
 On Tue, 02.06.2009 at 15:36:31 +0300, Niko Tyni nt...@debian.org wrote:

 methinks that the by far easiest and cleanest solution would be to
 update the perl or perl-modules package in Lenny.

That would leave a broken upgrade path from the (future) Etch r9 release
to the (base and current) Lenny 5.0.0 and 5.0.1 releases. I don't think
that's acceptable, particularly for 5.0.0.

  FWIW, I'd prefer having this fixed inside the libarchive-tar-perl etch
  update, but I can certainly prepare a lenny update for the perl package
  if that turns out to be necessary.
 
 Since Archive::Tar is afaik already contained in Perl 5.10 via
 upstream, there is imho no place for a libarchive-tar-perl package in
 Lenny in the first place. Therefore, I don't understand why the
 Replace clause has a version number. Just removing the version number
 and conflicting with all libarchive-tar-perl packages therefore seems
 to be the correct solution to me.

Minor point: the version number is in the Conflicts field, not
Replaces.

The Perl policy and packages go to some trouble to ensure that the
modules bundled with the core can be overridden by separately packaged
newer versions. The conflicts are primarily there to ensure that
separately packaged older versions get removed.

See for instance the libpod-simple-perl and libmodule-corelist-perl
packages, which are both in Lenny despite being contained in the core.

Normally, we'd just conflict with libarchive-tar-perl ( 1.38) or 
( 1.38-1): even if overriding the core 1.38 version with a separate 1.38
package is pointless, there's no harm done. 

In particular, if somebody wants to package a newer version, like the
current 1.48, they should be allowed to.

The special thing in this case is /usr/bin/ptar and /usr/bin/ptardiff,
which cause file level conflicts. The Lenny perl package has
made allowances for those by replacing all the earlier versions of
libarchive-tar-perl - they couldn't have known about the file conflict
ahead of time.

However, the perl package couldn't predict the future either, so it only
conflicts with (= 1.38-2), with the expectation that later versions
will use diversions to handle the file conflicts.

In hindsight, the choice for the Etch update version (leaping from 1.30-2
to 1.38-3~etch1) was unfortunate, and if it's still possible to revert
it, that would be the easy way out. Given it's already in pool/ on the
FTP servers, I doubt that.

So the only real fix I can see is adding the diversions with 1.38-3~etch2.

We can still put out a Lenny perl update to upgrade the Conflicts field,
but that's neither sufficient nor necessary. The sid perl version contains
additional fixes, and I will update the Conflicts there in any case.

Oldstable release managers: will you accept a libarchive-tar-perl
1.38-3~etch2 upload with the diversions added, or can you suggest
another fix?  What's the schedule for the Etch r9 release?
-- 
Niko Tyni   nt...@debian.org 



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



Bug#531803: reportbug: gtk-ui skips editing of bugreport

2009-06-04 Thread Sebastian Dalfuß
Package: reportbug
Version: 4.4
Severity: normal

This bug occurs only while using the GTK-UI, curses works fine.
After the setting the tags, reportbug instantly skips to the Your report
has been submitted...(or something similar)-page. It seems like these
more-or-less empty reports (hopefully) do not get submitted.



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



Bug#531804: linux-image-2.6.29-2-amd64: Fails to mount reiserfs partitions (/home and /usr) suggesting a manual fsck

2009-06-04 Thread Aioanei Rares
Package: linux-image-2.6.29-2-amd64
Version: 2.6.29-5
Severity: grave
Justification: renders package unusable

Installed Debian from stable ISO with kernel 2.6.26-2-amd64, which booted just
fine; then upgraded to full unstable, which brought in 2.6.29-2-amd64. When 
trying to boot that, it fails to check/mount my reiserfs partitions, /home and 
/usr, suggesting that I try a manual fsck, etc. The previous kernel and also 
2.6.30-rc8 from git boot like a charm.


-- Package-specific info:

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

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

Versions of packages linux-image-2.6.29-2-amd64 depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93.2 tools for generating an initramfs
ii  module-init-tools 3.7-pre9-1 tools for managing Linux kernel mo

linux-image-2.6.29-2-amd64 recommends no packages.

Versions of packages linux-image-2.6.29-2-amd64 suggests:
ii  grub-pc [grub]   1.96+20090603-1 GRand Unified Bootloader, version 
pn  linux-doc-2.6.29 none  (no description available)

-- debconf information:
  linux-image-2.6.29-2-amd64/preinst/abort-install-2.6.29-2-amd64:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.29-2-amd64/postinst/old-initrd-link-2.6.29-2-amd64: true
  linux-image-2.6.29-2-amd64/preinst/failed-to-move-modules-2.6.29-2-amd64:
  linux-image-2.6.29-2-amd64/postinst/old-system-map-link-2.6.29-2-amd64: true
  linux-image-2.6.29-2-amd64/preinst/elilo-initrd-2.6.29-2-amd64: true
  linux-image-2.6.29-2-amd64/prerm/would-invalidate-boot-loader-2.6.29-2-amd64: 
true
  linux-image-2.6.29-2-amd64/postinst/create-kimage-link-2.6.29-2-amd64: true
  linux-image-2.6.29-2-amd64/prerm/removing-running-kernel-2.6.29-2-amd64: true
  linux-image-2.6.29-2-amd64/postinst/old-dir-initrd-link-2.6.29-2-amd64: true
  linux-image-2.6.29-2-amd64/preinst/lilo-has-ramdisk:
  linux-image-2.6.29-2-amd64/postinst/kimage-is-a-directory:
  linux-image-2.6.29-2-amd64/preinst/initrd-2.6.29-2-amd64:
  linux-image-2.6.29-2-amd64/postinst/depmod-error-2.6.29-2-amd64: false
  linux-image-2.6.29-2-amd64/preinst/abort-overwrite-2.6.29-2-amd64:
  linux-image-2.6.29-2-amd64/postinst/bootloader-test-error-2.6.29-2-amd64:
  linux-image-2.6.29-2-amd64/preinst/lilo-initrd-2.6.29-2-amd64: true
  linux-image-2.6.29-2-amd64/preinst/bootloader-initrd-2.6.29-2-amd64: true
  linux-image-2.6.29-2-amd64/preinst/overwriting-modules-2.6.29-2-amd64: true
  linux-image-2.6.29-2-amd64/postinst/depmod-error-initrd-2.6.29-2-amd64: false
  linux-image-2.6.29-2-amd64/postinst/bootloader-error-2.6.29-2-amd64:



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



Bug#460828: Business Proposal....

2009-06-04 Thread Ludmila Lebedev



I am Mr.Mr. Ma Guang Lu,I have a business proposal of $17.3M for you to
handle with me from my bank,please reply if interested.



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



Bug#531672: reportbug: hangs when called from debian-bug.el on xserver-xorg-video-intel package

2009-06-04 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

found 531672 30.0-1
thanks

Peter S Galbraith wrote:
 Please install the unstable version of debian-el and try again.

That is what I'm using.

Cheers,

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

iEYEARECAAYFAkonej8ACgkQXjXn6TzcAQnfNgCePi4PY93/IWVTlrz9Z4izEUI2
DjoAoKQ6ZR0lLuqEiTh6nhKP/MeDy+5o
=5M5D
-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#531805: gnome-session: Cannot shutdown/restart from within gnome

2009-06-04 Thread Aioanei Rares
Package: gnome-session
Version: 2.26.1-6
Severity: normal

After upgrading, can't no longer find the system-shut down option and cannot
in any way shutdown/reboot from gnome (if I, say, add the shutdown button to 
the panel, the button doesn't work. I'm guessing DBus...


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

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

Versions of packages gnome-session depends on:
ii  gnome-panel   2.26.2-1   launcher and docking facility for 
ii  gnome-session-bin 2.26.1-6   The GNOME Session Manager - Minima
ii  gnome-settings-daemon 2.26.1-2   daemon handling the GNOME session 
ii  metacity  1:2.24.0-2 A lightweight GTK2 based Window Ma

gnome-session recommends no packages.

Versions of packages gnome-session suggests:
ii  desktop-base  5.0.5  common files for the Debian Deskto
ii  gnome-keyring 2.26.1-1   GNOME keyring services (daemon and
ii  gnome-user-guide [gnome2-user 2.24.2-2   GNOME user's guide

-- 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#531806: pycaml fails to build with Python 2.6

2009-06-04 Thread David MENTRE
Package: pycaml
Version: 0.82-8


Hello,

pycaml package fails to build with Python 2.6 on Ubuntu Karmic. Here
is the build log:
  
http://launchpadlibrarian.net/27403133/buildlog_ubuntu-karmic-i386.pycaml_0.82-9_FAILEDTOBUILD.txt.gz

Here are the explanations about that bug of Max Bowsher m...@f2s.com :

if you look at the build log, the error is:

pycaml_ml.c:1151: error: 'PyImport_ImportModuleEx' undeclared here (not
in a function)


If you dig around a bit, you find that in Python 2.6, this is strictly a
#define, which is incompatible with pycaml_ml.c's use of it - whereas in
Python 2.5, it was also provided as a real entry point for compatibility.

Rather annoyingly, if you dig into Python's svn repository, it looks
like this compatibility provision may have been *accidentally* reverted
- http://svn.python.org/view?view=revrevision=59678, look at the
changes to import.c and import.h.

Accidentally or not, it looks like pycaml will need to be adapted to not
use that function.

Max.


Yours,
d.

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

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

Versions of packages pycaml depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  ocaml-base-nox [ocaml-base-no 3.10.2-3   Runtime system for OCaml bytecode
ii  python2.5 2.5.2-15   An interactive high-level object-o

Versions of packages pycaml recommends:
ii  ocaml-nox [ocaml-nox-3.10.2]  3.10.2-3   ML language implementation with a

pycaml 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#531805: gnome-session: Cannot shutdown/restart from within gnome

2009-06-04 Thread Josselin Mouette
Le jeudi 04 juin 2009 à 10:40 +0300, Aioanei Rares a écrit :
 Package: gnome-session
 Version: 2.26.1-6
 Severity: normal
 
 After upgrading, can't no longer find the system-shut down option and
 cannot
 in any way shutdown/reboot from gnome (if I, say, add the shutdown
 button to the panel, the button doesn't work. I'm guessing DBus...

Do you automatically save your session? If so, you need to upgrade
gnome-power-manager to the latest version and try it again.

Otherwise, how are you logging in? Is it gdm? If so, have you restarted
gdm since the installation of consolekit? If it is with startx, this is
somehow expected.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#530956: ufw: [debconf_rewrite] Debconf templates review

2009-06-04 Thread Jonathan Wiltshire
On Tue, Jun 02, 2009 at 11:40:24AM -0500, Jamie Strandboge wrote:
 Thank you. As mentioned in out initial correspondence, I was out of town
 the last two weeks and had limited opportunity to work on ufw. That
 said, I am back now and ready to comment. Hopefully my comments will
 fall within the time-frame for these changes. Your work on this is much
 appreciated.

That's fine; I knew you were AFK so I've held fire until now to make
sure I got your views considered :)

  - To start or stop ufw without rebooting, please use '/etc/init.d/ufw 
  start' or
  - '/etc/init.d/ufw stop'.
  +_Description: Start ufw automatically?
  + If you choose this option, the rules you are about to set will take 
  immediate
  + effect, and will be enabled during startup so that this host is protected
  + as early as possible.
  + .
  + Alternatively, you may start ufw manually but this host
  + will not be protected until you do so.
   
 
 Two things regarding this. 'immediate' is not accurate because postinst
 does not start ufw due to potential iptables failures (eg the installer
 kernel has different modules available). We ran into this in earlier
 versions in Ubuntu. The 'will' in the original description was meant to
 convey that ufw will be enabled some time in the future and will be
 active on reboot.

I propose this line instead:

+ If you choose this option, the rules you are about to set 
+ will be enabled during system startup so that this host is protected
+ as early as possible.

Christian: do you think this is a reasonable change without going round
an RFR?

 Also, while this is indeed a boolean, due to limitations in the gtk
 debconf backend, it was deemed that the original wording worked best
 with the gtk checkbox. See http://launchpad.net/bugs/344971 for details.
 If you feel that the Description here is better considering all
 contexts, I am fine with making the change, but I wanted to point our
 the gtk debconf deficiency.

As long as you're happy with Christian's rationale for this one, I'll
leave it as it is (I wasn't involved with the Installer discussions so
my experience is limited here).


-- 
Jonathan Wiltshire

PGP/GPG: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52


signature.asc
Description: Digital signature


Bug#531640: libaqbanking: gnutls error when connect to amex credit card OFX server

2009-06-04 Thread Micha Lenk
found 531640 3.6.2-1
thanks

suanccd schrieb:
 qt3-wizard is not able to connect to the American Express credit card server. 
 Here is the procedure to reproduce the error. [...]

I've now been able to reproduce the problem. I accidentally didn't
follow all of your instructions the first time. Sorry for my mistake.

 3:2009/06/02 15-53-14:gwen(14464):io_tls.c:  939: gnutls_record_recv: -9 (A
 TLS packet with unexpected length was received.) [decoding 9 bytes]
 3:2009/06/02 15-53-14:gwen(14464):io_tls.c: 1217: gnutls_bye: -10 (The
 specified session has been invalidated for some reason.)
 3:2009/06/02 15-53-14:(null)(14464):provider.c:  659: Error exchanging
 getAccounts-request (-103)
 3:2009/06/02 15-53-14:qt3_wizard(14464):cfgtabpageuserofx.cpp:  283: Error
 requesting account list

May the error be caused by the AMEX server closing the connection due to
invalid credentials? Does this error also show up with valid credentials?

Regards
  Micha



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



Bug#531808: segfault when play or record a call from linphonec

2009-06-04 Thread Javier Barroso
Package: linphone
Version: 3.1.2-2
Severity: normal


After register to a sip server and call a friends, linephonec crash with 
segmentation fault if you send 'play' or 'record' order.


Regards,

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

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

Versions of packages linphone depends on:
ii  libasound2 1.0.20-2  shared library for ALSA applicatio
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libavcodec52   4:0.5.svn20090330-0.0 library to encode decode multimedi
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.20.3-1  The GLib library of C routines
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  liblinphone3   3.1.2-2   linphone's shared library part (su
ii  libmediastreamer0  3.1.2-2   linphone web phone's media library
ii  libogg01.1.3-5   Ogg Bitstream Library
ii  libortp8   3.1.2-2   Real-time Transport Protocol stack
ii  libpango1.0-0  1.24.2-1  Layout and rendering of internatio
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libspeexdsp1   1.2~rc1-1 The Speex extended runtime library
ii  libswscale04:0.5.svn20090330-0.0 ffmpeg video scaling library
ii  libtheora0 1.0-2 The Theora Video Compression Codec
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  linphone-nox   3.1.2-2   SIP softphone - console-only clien

linphone recommends no packages.

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

-- 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#531736: CVE-2008-6767, CVE-2008-6762

2009-06-04 Thread Richard van den Berg
On Thu, June 4, 2009 09:08, Andrea De Iacovo wrote:
 The fix should be something really simple like checking user preferences
 before proceding to the upgrade. I hope to have a fix ready in the next
 days.

I might be mistaken, but doesn't the upgrade.php assume that the wordpress
php files are owned by the same Linux user id that runs the upgrade.php?
This is not the case on debian systems. Or can the update.php also be used
to upgrade plugins?

The way I run my web servers (different user id for owning the files) the
whole online upgrade process is quite useless.

Regards,

Richard




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



Bug#531810: live-helper: /dev/pts/ missing in chroot

2009-06-04 Thread Sebastian Dalfuß
Package: live-helper
Version: 1.0.4-1
Severity: normal

dev/pts/ is missing in chroot. Therefore dev/sterr and dev/fd/ are not
available either. 

lh_build fails with this error:

Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up uswsusp (0.8-1.1+b1) ...
/var/lib/dpkg/info/uswsusp.config: line 21: /dev/stderr: No such file or 
directory
dpkg: error processing uswsusp (--configure):
 subprocess installed post-installation script returned error exit status 1
 Errors were encountered while processing:
  uswsusp
E: Sub-process /usr/bin/dpkg returned an error code (1)
P: Begin unmounting filesystems...
  



-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
Architecture: i386 (i686)

Kernel: Linux 2.6.30-rc8 (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/dash

Versions of packages live-helper depends on:
ii  debootstrap   1.0.13 Bootstrap a basic Debian system

Versions of packages live-helper recommends:
ii  gettext-base  0.17-6 GNU Internationalization utilities

Versions of packages live-helper suggests:
ii  dosfstools3.0.3-1utilities for making and checking 
ii  fakeroot  1.12.2 Gives a fake root environment
pn  genisoimage   none (no description available)
ii  grub  0.97-53GRand Unified Bootloader (Legacy v
pn  memtest86+ | memtest86none (no description available)
pn  mtoolsnone (no description available)
pn  partednone (no description available)
ii  squashfs-tools1:4.0-1Tool to create and append to squas
pn  uuid-runtime  none (no description available)
pn  win32-loader  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#530851: kdevelop4 crashes at startup

2009-06-04 Thread Vicenç Juan Tomàs Monserrat
Hi,

Today I updated kdevplatform package in testing and now kdevelop boots 
correctly. I suppose that it would.

--
Vicenç Juan Tomàs Montserrat
http://linuxbo.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#531811: debian-maintainers: DM application for Erik de Castro Lopo

2009-06-04 Thread Erik de Castro Lopo
Package: debian-maintainers
Version: 1.56
Severity: normal

Hi,

Please add me to the debian maintainers keyring. The jetring changeset is 
attached.

Cheers,
Erik

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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to POSIX)
Shell: /bin/sh linked to /bin/bash

debian-maintainers depends on no packages.

Versions of packages debian-maintainers recommends:
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep

debian-maintainers suggests no packages.

-- no debconf information
Comment: Add Erik de Castro Lopo er...@mega-nerd.com as a Debian Maintainer
Date: Thu, 04 Jun 2009 17:59:10 +1000
Action: import
Recommended-By:
  Simon Horman ho...@verge.net.au,
  Matthew Palmer mpal...@debian.org
Agreement: http://lists.debian.org/debian-newmaint/2009/06/msg5.html
Advocates:
  http://lists.debian.org/debian-newmaint/2009/06/msg6.html,
  http://lists.debian.org/debian-newmaint/2009/06/msg7.html
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.9 (GNU/Linux)
  
  mQGiBEBgzMIRBADZ0895FcsJLDukwfGbTBfBvIKweRC1L3GB9x2KMocMaJ5q3cr3
  YupkbkksBZRVSVzHbXIk6Nu6p+FKnLeZfbsu3LDsp9Nh26Xxi1RMV5hYViIr6UAM
  nxB7hbACUPvn4oQjCBc5XEaQOFiwOmtigAhlNbenrLxxdUMckgwj4qYMqwCgwt90
  yYHQyaZ2iKVtPDBDCl8NU3UEAMKGkAVjV+BJ/KPjTaRPCOtF7CgPQABGKqpcPP8R
  IETX9wl4fRZKp7bF7KGwj2H8RNgFosD7hCdLf5pQafbHyIv5ISLdl2Gvw585pRuy
  B2puXSi8/eCcqIP7Rp4XjV/x58dWX4hRY1eQEFVbRSBKEXiaB2AgN7lIWV6VQzpp
  Wm0OBAC76oDd9Vnt/McP+gJJmOp5UoV8jwCBYK0f+cS0Tr95xI6qUgE/A5DfgOh2
  aPbc6mVGFljPiIAa95NMeHtk+wS7l9ZiqWwgdfR5xfBHGBURCL3MaXaq8GXxZJN6
  /HSbVoQCfYJSHKHYdO52B1F2yzl0Ynel91nY9Fwg9DT8pzUw4bQpRXJpayBkZSBD
  YXN0cm8gTG9wbyA8ZXJpa2RAbWVnYS1uZXJkLmNvbT6IYQQTEQIAIQIbAwIeAQIX
  gAUCSgFaLgULCQgHAwUVCgkICwUWAgMBAAAKCRBspBp3Q7jWyP86AJ48gsLj7sQ4
  a0urO3484H2dR9ZkIACeKIBLjYmMZrmdpD96qeRJVLK0kZ+IRgQTEQIABgUCQGIA
  iAAKCRAY2KTi0O22TaL5AJ0XoA/fZcIGgnhZmWucVugsuJS2sQCgirm6EkyWDjM5
  gbUkHMjzcm7ZhAaIRgQTEQIABgUCQHZjAAAKCRBsv4suVls4+WWrAJ9iqjKFdXtn
  wCikODAD5Uk9w1vSfwCcD7r/dE1Td8nqs4NYs9bulsBk9weIRgQTEQIABgUCQIh1
  HwAKCRCGe/mp+9Prjs0AAJ9nuAxdwGrQo/4Um3smz6gzeV2QqACdHZMDvkvkAvbz
  bwMSBahrL3nXT4WIRgQSEQIABgUCQNgm7AAKCRAND04SwcVNpKX+AJ9w6AZ0Vvuq
  2MFDi2iKQnKQ+MMFVgCg3ZRfhdydxo/L/fTzr586CCDJgXeIRgQSEQIABgUCQNqZ
  0gAKCRCmDrC0/d62LGibAJ4jm3IjR1Rlxl9q6a7cqJRjO2uBJQCgt+AL7kKhO7vv
  QlmZrr7AaSzgBLCIRgQTEQIABgUCQNhD2gAKCRBdWG0HRJQ7wTvmAKCBPHzvtnuE
  Qf2ZFXXZ0EkRBOFzhACfRQ9Ml/YqG5BNSf0+3p5YQJC2G7+IRgQTEQIABgUCQNj+
  agAKCRBHBhTwkQ4bLJlrAKC2phniW9VwsOFVdxwadx0eSc+BfwCdEJI8boB1Lyn9
  EBmWAs2HxMEaXd6IRgQTEQIABgUCQNkm/gAKCRAfaUTCUTmnzdXIAJ9mdPheur6D
  5fvu8UhXsqYBj8yCLACeNKVKhIpsoFMZDXckiOX7pgcp47eIRgQTEQIABgUCQOax
  jQAKCRDp//liH6bqaDE6AJ9PPtGzaIO9aGDvAp9nk7ZVXgfxRACgwUWCEe4xjW1P
  UInPaS1blg+1GkCIRgQTEQIABgUCQNvWHwAKCRA3JfLS+2+ZVmCGAJ98+2oI8JsN
  rFI1F6e9T+w9E8tQswCguE54fPtJCGGszmQq36C7L9TcmluIRgQSEQIABgUCQNlG
  lgAKCRC4x7yLA37qcyusAJ9ARV1nu80jZTzwDwbGOX//hJhMnQCglKks3suJXaVh
  si8e2ZZ8FYTYAD6IRgQTEQIABgUCQNzqPAAKCRBP3sbn4WBkmtMTAJ0XmR0pqG82
  tN+HnCsu3KwfcrfrEgCfR0apL/D38Y3rSp7JYxFZ6qYHNqWIRgQSEQIABgUCQNkF
  rAAKCRDm72g3LP0cOMj/AKCuw2hhXLdh6kYue5z77HeiBZgZqgCdFWtAHkgVnINQ
  yUZjMI6yqldVIiOIRgQSEQIABgUCQN6TgwAKCRAMnBw18Cy+zrHoAJ4mYLYy4460
  jB8V6gmbzGWv/OY1kgCfTBHPyugC4pCEVoV/2/Cute1fn6iIRgQSEQIABgUCQPKC
  iQAKCRDf7bsiJbzVv4OEAKDWmzfq3aWGCHVMxo7CvG1UmtZXvACguzvLZfPR9rfW
  V3rq8LF73hrXfPCIRgQQEQIABgUCQ91VXAAKCRD8BkCIZrJYQyKvAJ9Jcq3ebLXG
  VJuNrOlNa9QDtlG9igCfWHNeBtv5FPgVg/4p2BhYu/g/84eIRgQQEQIABgUCSbch
  wgAKCRADwAI+BUEOl+NMAKCJgWEPpYp07sZ8TlEepuvcJQBu6gCgqIX3kZmX1QuX
  tZATUgMfrVNcqUqIRgQQEQIABgUCRTrsRgAKCRAqPnfSmGc0zhUwAJ9lSo9SbYt4
  CXi3J0gWHOU865rGVACfUIgIAt4xrolGCMvV4DTDo2Tj6MaIRgQQEQIABgUCSbh6
  8wAKCRAtURMMV/bnvbUyAJ0YH/+VJKfgKLhN7inAPTEwvDynxQCcC7775Pa/ru62
  CtX62TTIJqyAcsiIXgQTEQIAHgUCQGDMwgIbAwYLCQgHAwIDFQIDAxYCAQIeAQIX
  gAAKCRBspBp3Q7jWyDqgAJwKPcDpA9p0MfMg+mniHqqYchWX5gCffuyL4E0BzIvc
  1C7eV/bd9dMzNfmIRgQQEQIABgUCSiUFwQAKCRAESetNaTUThyFSAJsHkVvH3Ter
  eK0T+71qLt+BebxgQgCeOwb9LY6MGSl3LS4Vd0LKY8FJbF+5Ag0EQGDM2hAIAI21
  eJJ4giwn7oNBPpIjIk30ziS7gB0MqU1l3q8As02bQZ70Moxr4xHkFIvMAU+hh7Q4
  IiIa5Nad6A7Z1q3eYqTnrgg8jdx6pY3Mo/Y3y+s96GwhBn90k2gN7pFSzRcOrWFF
  x/WLOFTUTfZCwMLPivG2MXuH2o2YHK/3JSYCIUqQoFZ2nka4qUKuStqWnjLnt5QL
  vs7e7px85V6tnjzIksvLfPMnWBBKrCHtIXriAFpzxjoSz0GiQhZsyTIuLtS+h8Fk
  h2QVaPlLh7RwmtgxD9ysuG4gHmeVyB8F4LbSJqbiKDtwhSZj0OYCYXrVn+gq+IbD
  YxamPnbH7Zo+vMD+qDsAAwUH/i4wcq2s9vZ/qmbzy7w4eJWLTcqvzZFX3svlw1+X
  Kei4rbyODLdEgsLyrFva5eFZYGnCV90VYbpWIblGuTAfiXAqRphDDpRwj3zEzgl7
  19D6N9/kJkHHYJtTqp1dGY/7RT3KusyNXCOVrqJIctd4STZyPlK7xnI6X3VXmHFA
  O5Ak883x3uYfSAJvHwNMglHnsOyPJau30cHJox66VDzeC7WPNO1Z0SKVYJkJOwsi
  +49nke+BIwm37ymoUAvxtx1PNSlVj/z/gNvb3K6Rdv5rHsk/ds6FqYaxBOgyAoYe
  +FIx0EZsarRWgozRv49wNl/D9WUWfyokJaBHNbdy3jWrp12ISQQYEQIACQUCQGDM
  2gIbDAAKCRBspBp3Q7jWyC8jAJ4qMpPZh06jW4X3gJgJ3duk4fJ+LACglW9j/7cL
  

Bug#529746: devicekit-disks (still) breaks usb mass storage support

2009-06-04 Thread Justin Vander Ziel
Package: devicekit-disks
Version: 004-1
Severity: normal

*** Please type your report below this line ***
My Kingmax USB thumbdrive stopped working after installing
devicekit-disks. Specifically, I was not able to mount the partition
using pmount nor use fdisk to view the partition information on the
drive. As the previous user indicated the problem seems to be a conflict
with
another daemon as subsequent execution of 'ls /dev/sd*' result in the
appearance
and disappearance of my partition /dev/sda1. Also I see repeated entries
with the following pattern in the kern log:
4.645457] sd 0:0:0:0: [sda] 7897087 512-byte hardware sectors: (4.04
GB/3.76 GiB
4.648662] sd 0:0:0:0: [sda] Write Protect is off
4.648671] sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
4.648678] sd 0:0:0:0: [sda] Assuming drive cache: write through
Also with some regularity the kernel log seems to indicate a disk failure:
4.173585]  sda:2ldm_validate_partition_table(): Disk read failed.
4.174713] Dev sda: unable to read RDB block 0
4.175269]  unable to read partition table
However, the drive works fine on Ubuntu (latest) using Linux
2.6.28 and under Windows XP. Also Windows XP does not report any device nor
partition problems.


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

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

Versions of packages devicekit-disks depends on:
ii  devicekit  003-1 abstraction for enumerating
device
ii  libatasmart0   0.13-1ATA S.M.A.R.T. reading and
parsing
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libdbus-1-31.2.14-2  simple interprocess messaging
syst
ii  libdbus-glib-1 0.80-4simple interprocess messaging
syst
ii  libdevkit-gobj 003-1 abstraction for enumerating
device
ii  libdevmapper1. 2:1.02.30-3   The Linux Kernel Device Mapper
use
ii  libglib2.0-0   2.20.1-2  The GLib library of C routines
ii  libparted1.8-1 1.8.8.git.2008.03.24-11.1 The GNU Parted disk
partitioning s
ii  libpolkit-dbus 0.9-3 library for accessing PolicyKit
vi
ii  libpolkit2 0.9-3 library for accessing PolicyKit
ii  libsqlite3-0   3.6.13-1  SQLite 3 shared library
ii  libudev0   0.141-1   libudev shared library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

devicekit-disks recommends no packages.

devicekit-disks suggests no packages.

-- no debconf information


devicekit-disks_bug
Description: Binary data


Bug#531809: linphone: No way to select default indentity in linephone-3

2009-06-04 Thread Javier Barroso
Package: linphone
Version: 3.1.2-2
Severity: wishlist

linephone is autoconfig to take my ip address as my default sip address.

I would like to change my default address to my myu...@ip-asterisk from the gui 
(now, I think I can't do it)

I don't known how to do it in my linphonerc. Please consider adding a 
linphonerc manpage should be a good place to read about the file.

Thank you very much

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

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

Versions of packages linphone depends on:
ii  libasound2 1.0.20-2  shared library for ALSA applicatio
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libavcodec52   4:0.5.svn20090330-0.0 library to encode decode multimedi
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.20.3-1  The GLib library of C routines
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  liblinphone3   3.1.2-2   linphone's shared library part (su
ii  libmediastreamer0  3.1.2-2   linphone web phone's media library
ii  libogg01.1.3-5   Ogg Bitstream Library
ii  libortp8   3.1.2-2   Real-time Transport Protocol stack
ii  libpango1.0-0  1.24.2-1  Layout and rendering of internatio
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libspeexdsp1   1.2~rc1-1 The Speex extended runtime library
ii  libswscale04:0.5.svn20090330-0.0 ffmpeg video scaling library
ii  libtheora0 1.0-2 The Theora Video Compression Codec
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  linphone-nox   3.1.2-2   SIP softphone - console-only clien

linphone recommends no packages.

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

-- 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#529746: devicekit-disks (still) breaks usb mass storage support

2009-06-04 Thread Justin Vander Ziel
Package: devicekit-disks
Version: 004-1
Severity: normal

My Kingmax USB thumbdrive stopped working after installing
devicekit-disks. Specifically, I was not able to mount the partition
using pmount nor use fdisk to view the partition information on the
drive. As the previous user indicated the problem seems to be a conflict with
another daemon as subsequent execution of 'ls /dev/sd*' result in the appearance
and disappearance of my partition /dev/sda1. Also I see repeated entries
with the following pattern in the kern log:
4.645457] sd 0:0:0:0: [sda] 7897087 512-byte hardware sectors: (4.04
GB/3.76 GiB
4.648662] sd 0:0:0:0: [sda] Write Protect is off
4.648671] sd 0:0:0:0: [sda] Mode Sense: 00 00 00 00
4.648678] sd 0:0:0:0: [sda] Assuming drive cache: write through
Also with some regularity the kernel log seems to indicate a disk failure:
4.173585]  sda:2ldm_validate_partition_table(): Disk read failed.
4.174713] Dev sda: unable to read RDB block 0
4.175269]  unable to read partition table
However, the drive works fine on Ubuntu (latest) using Linux
2.6.28 and under Windows XP. Also Windows XP does not report any device nor
partition problems.


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

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

Versions of packages devicekit-disks depends on:
ii  devicekit  003-1 abstraction for enumerating device
ii  libatasmart0   0.13-1ATA S.M.A.R.T. reading and parsing
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libdbus-1-31.2.14-2  simple interprocess messaging syst
ii  libdbus-glib-1 0.80-4simple interprocess messaging syst
ii  libdevkit-gobj 003-1 abstraction for enumerating device
ii  libdevmapper1. 2:1.02.30-3   The Linux Kernel Device Mapper use
ii  libglib2.0-0   2.20.1-2  The GLib library of C routines
ii  libparted1.8-1 1.8.8.git.2008.03.24-11.1 The GNU Parted disk partitioning s
ii  libpolkit-dbus 0.9-3 library for accessing PolicyKit vi
ii  libpolkit2 0.9-3 library for accessing PolicyKit
ii  libsqlite3-0   3.6.13-1  SQLite 3 shared library
ii  libudev0   0.141-1   libudev shared library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

devicekit-disks recommends no packages.

devicekit-disks suggests no packages.

-- no debconf information

*** /home/zielot/devicekit-disks_bug
Jun  1 21:40:59 nacholibre kernel: [  152.221267] Initializing USB Mass Storage 
driver...
Jun  1 21:40:59 nacholibre kernel: [  152.224883] usbcore: registered new 
interface driver usb-storage
Jun  1 21:40:59 nacholibre kernel: [  152.228729] USB Mass Storage support 
registered.
Jun  1 21:40:59 nacholibre kernel: [  152.521934] Hangcheck: starting hangcheck 
timer 0.9.0 (t

Jun  1 21:41:29 nacholibre kernel: [  257.664538] usb 1-1: New USB device 
strings: Mfr=1, Product=2, SerialNumber=3
Jun  1 21:41:29 nacholibre kernel: [  257.664545] usb 1-1: Product: USB2.0 
FlashDisk
Jun  1 21:41:29 nacholibre kernel: [  257.664550] usb 1-1: Manufacturer: Kingmax
Jun  1 21:41:29 nacholibre kernel: [  257.664555] usb 1-1: SerialNumber: 
020193
Jun  1 21:41:29 nacholibre kernel: [  257.664780] usb 1-1: configuration #1 
chosen from 1 choice
Jun  1 21:41:29 nacholibre kernel: [  257.739888] scsi0 : SCSI emulation for 
USB Mass Storage devices
Jun  1 21:41:29 nacholibre kernel: [  257.744973] usb-storage: device found at 2
Jun  1 21:41:29 nacholibre kernel: [  257.744983] usb-storage: waiting for 
device to settle before scanning
Jun  1 21:41:34 nacholibre kernel: [  262.745905] usb-storage: device scan 
complete
Jun  1 21:41:34 nacholibre kernel: [  262.749908] scsi 0:0:0:0: Direct-Access   
  Kingmax  USB2.0 FlashDisk 0.00 PQ: 0 ANSI: 2
Jun  1 21:41:34 nacholibre kernel: [  262.870139] Driver 'sd' needs updating - 
please use bus_type methods
Jun  1 21:41:34 nacholibre kernel: [  262.875810] sd 0:0:0:0: [sda] 7897087 
512-byte hardware sectors: (4.04 GB/3.76 GiB)
Jun  1 21:41:34 nacholibre kernel: [  262.879744] sd 0:0:0:0: [sda] Write 
Protect is off
Jun  1 21:41:34 nacholibre kernel: [  262.879755] sd 0:0:0:0: [sda] Mode Sense: 
00 00 00 00
Jun  1 21:41:34 nacholibre kernel: [  262.879762] sd 0:0:0:0: [sda] Assuming 
drive cache: write through
Jun  1 21:41:34 nacholibre kernel: [  262.892731] sd 0:0:0:0: [sda] 7897087 
512-byte hardware sectors: (4.04 GB/3.76 GiB)
Jun  1 21:41:34 nacholibre kernel: [  262.895714] sd 0:0:0:0: [sda] Write 
Protect is off
Jun  1 21:41:34 nacholibre kernel: [  262.895722] sd 0:0:0:0: [sda] Mode Sense: 
00 00 00 00
Jun  1 21:41:34 nacholibre kernel: [  262.895729] sd 

Bug#402414: linux-latest-2.6: Build metapackage xen-linux-system-2.6-xen-*

2009-06-04 Thread Raphael Hertzog
On Sun, 10 Dec 2006, Vincent Bernat wrote:
 Package: linux-latest-2.6
 Severity: wishlist
 
 Hi !
 
 A metapackage xen-linux-system-2.6-xen-* depending on the latest
 xen-linux-system-2.6.*-*-xen-* (similar to linux-image-2.6-*) would be
 nice.

Indeed, it should be easy to do and would really be useful. Can someone
take care of it?

Vincent, if your offer of preparing a patch is still valid, please go
ahead, at least it would make the bug more visible with its patch tag. :)

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



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



Bug#530802: x11-utils: xdriinfo doesn't detect screen capable screen

2009-06-04 Thread Michel Dänzer
On Wed, 2009-05-27 at 23:45 +0200, Torquil Macdonald Sørensen wrote: 
 Package: x11-utils
 Version: 7.4+1
 Severity: normal
 
 Hello, xdriinfo reports the following:
 
 t...@debian ~$ xdriinfo
 Screen 0: not direct rendering capable.
 
 However,
 
 t...@debian ~$ glxinfo | grep direct
 direct rendering: Yes

This isn't really adequate anymore, try something like

glxinfo|grep render


 t...@debian ~$ xdpyinfo | grep -i dri
 DRI2
 XFree86-DRI
 
 Also, this has been reported and fixed over at RedHat:
 https://bugzilla.redhat.com/show_bug.cgi?id=495342

This is also fixed in upstream Git mesa_7_5_branch. However, I'm not
sure this is relevant for you:


 But I am a bit uncertain, since I am not an expert. My Xorg.0.log does
 actually say:
 
 (II) RADEON(0): [DRI] installation complete
 (II) RADEON(0): [drm] removed 1 reserved context for kernel
 (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xe084 at 0xb7806000
 (II) RADEON(0): [drm] Closed DRM master.
 (WW) RADEON(0): Direct rendering disabled

You don't have 3D hardware acceleration anyway (and if you did, you
wouldn't hit the problem above, as the radeon drivers don't support DRI2
yet), do you have the firmware-linux package installed?


In summary, I don't think there's a bug here other than #527132.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#531762: Package rename

2009-06-04 Thread Michael Stapelberg
To conform to the policy, libtomcrypt will be named libtomcrypt0 after its
SONAME.



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



Bug#531807: powerpc-utils: large nvramrc makes nvsetenv barf

2009-06-04 Thread Simon Raven
Package: powerpc-utils
Version: 1.1.3-22
Severity: important

hi,

I have this OldWorld box, and it has a large nvramrc patch applied to
its firmware. Now this is so large that it makes the command barf:

nvsetenv boot-device /pci/Apple53C875Card/s...@0:7,grubof.modules   
string value in variable 25 is too long (1729 bytes)

is what I get whenever I do a command of any sort, but I can directly
check the contents from /proc/device-tree/ entries, so it's not the
firmware, but the util that's got the problem.

Taking a wild, semi-uneducated guess, I'd say it was some sort of buffer
issue, and the app refusing to execute fully because it would overflow
otherwise, or something like that.

thanks,
simon

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable'), (400, 'proposed-updates'), (200, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.28.7-pylon
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

powerpc-utils recommends no packages.

powerpc-utils suggests no packages.

-- no debconf information



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



Bug#484087: Can't install driver 2.4.0

2009-06-04 Thread Sander Marechal
Brice Goglin wrote:
 Does framebuffer compression work fine now with latest driver from 
 unstable or experimental?

I can't check, unfortunately. The machine with the intel GPU was my
company laptop and I had to give it back when I changed jobs in January.
At the moment I don't own any machines with intel graphics.

-- 
Sander Marechal



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



Bug#518851: sockstat: FTBFS: 'CHAR_BIT' undeclared

2009-06-04 Thread Ying-Chun Liu (PaulLiu)
Hi,

I made a debdiff using quilt.

Regards,
Paul

-- 
PaulLiu(劉穎駿)
E-mail address: grandp...@gmail.com
diff -u sockstat-0.3/debian/control sockstat-0.3/debian/control
--- sockstat-0.3/debian/control
+++ sockstat-0.3/debian/control
@@ -2,7 +2,7 @@
 Section: admin
 Priority: extra
 Maintainer: William Pitcock neno...@dereferenced.org
-Build-Depends: debhelper (= 6)
+Build-Depends: debhelper (= 6), quilt
 Standards-Version: 3.8.0
 Homepage: http://nenolod.net/sockstat
 
diff -u sockstat-0.3/debian/changelog sockstat-0.3/debian/changelog
--- sockstat-0.3/debian/changelog
+++ sockstat-0.3/debian/changelog
@@ -1,3 +1,12 @@
+sockstat (0.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add quilt for patching
+  * debian/patches/001_fix_CHAR_BIT_missing.patch
+- Fix FTBFS in karmic
+   
+ -- Ying-Chun Liu (PaulLiu) grandp...@gmail.com  Thu, 04 Jun 2009 16:12:06 
+0800
+
 sockstat (0.3-1) unstable; urgency=low
 
   * Initial release for Debian. (Closes: #483899)
diff -u sockstat-0.3/debian/rules sockstat-0.3/debian/rules
--- sockstat-0.3/debian/rules
+++ sockstat-0.3/debian/rules
@@ -4,8 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/quilt/quilt.make
+
 configure: configure-stamp
-configure-stamp:
+configure-stamp: $(QUILT_STAMPFN)
dh_testdir
touch configure-stamp
 
@@ -16,7 +18,7 @@
$(MAKE)
touch $@
 
-clean: 
+clean:  unpatch
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
only in patch2:
unchanged:
--- sockstat-0.3.orig/debian/patches/series
+++ sockstat-0.3/debian/patches/series
@@ -0,0 +1 @@
+001_fix_CHAR_BIT_missing.patch
only in patch2:
unchanged:
--- sockstat-0.3.orig/debian/patches/001_fix_CHAR_BIT_missing.patch
+++ sockstat-0.3/debian/patches/001_fix_CHAR_BIT_missing.patch
@@ -0,0 +1,12 @@
+Index: sockstat-0.3/sockstat.c
+===
+--- sockstat-0.3.orig/sockstat.c   2009-06-04 11:34:59.051534157 +0800
 sockstat-0.3/sockstat.c2009-06-04 11:35:27.283531833 +0800
+@@ -41,6 +41,7 @@
+ #include pwd.h
+ #include grp.h
+ #include assert.h
++#include limits.h
+ 
+ #define SEARCH_ALL 0x00
+ #define SEARCH_GID 0x01


signature.asc
Description: OpenPGP digital signature


Bug#530384: [D-m-team] Bug#530384: debian-maintainers: Updating default email address (primary UID of DM key)

2009-06-04 Thread Aníbal Monsalve Salazar
On Sun, May 24, 2009 at 04:33:16PM +0200, Mathieu Malaterre (malat) wrote:
$ gpg --edit E1FAED1FA75C1DA7FD9F14F812914ABD0EA23F2B
gpg (GnuPG) 1.4.9; Copyright (C) 2008 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Secret key is available.

pub  1024D/0EA23F2B  created: 2009-04-16  expires: never   usage: SC  
 trust: unknown   validity: unknown
sub  2048g/8AA703D7  created: 2009-04-16  expires: never   usage: E   
[ unknown] (1). Mathieu Malaterre (malat) mathieu.malate...@gmail.com
[ unknown] (2)  Mathieu Malaterre ma...@free.fr
[ unknown] (3)  Mathieu Malaterre mathieu.malate...@free.fr

Put the output of the command below in a mail message, sign it with your
key and send it to 530...@bugs.debian.org

gpg -a --export E1FAED1FA75C1DA7FD9F14F812914ABD0EA23F2B 


signature.asc
Description: Digital signature


Bug#531812: xfce4-power-manager: long description no sentence

2009-06-04 Thread Gerfried Fuchs
Package: xfce4-power-manager
Version: 0.8.0~rc2-4
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], the first part isn't really one.

 I suggest to rewrite it to something along these lines:

| This power manager for the Xfce desktop enables laptop users to set up
| a power profile for two different modes on battery power and on ac
| power while still allowing desktop users to at least change the DPMS
| settings and CPU frequency using the settings dialogue.

 Please don't forget that this holds for all descriptions of this source
package, not just this one binary package. ;)

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#531813: minicom: Can't run script when path longer than 33 characters

2009-06-04 Thread Rob Gom
Package: minicom
Version: 2.3-1
Severity: normal

When path to script specified by -S parameter is longer than 33 characters,
the script can't be read and therefore executed.

Reproducible: always
Steps to reproduce:
1. Run minicom with path to any existing file with long path, e.g.
$ minicom -o ttyS0 -S /mnt/hda7/tmp/l01z/upgrade.minicom

Expected result:
- minicom should read the file
Observed result:
- minicom complains about not existing file:
runscript: couldn't open /mnt/hda7/tmp/l01z/upgrade.minico

The reason is here:
case 'S': /* start Script */
  strncpy(scr_name, optarg, 33);

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages minicom depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libncurses5   5.6+20081012-2 shared libraries for terminal hand

Versions of packages minicom recommends:
pn  lrzsz none (no description available)

minicom 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#531805: gnome-session: Cannot shutdown/restart from within gnome

2009-06-04 Thread Aioanei Rares

Josselin Mouette wrote:

Le jeudi 04 juin 2009 à 10:40 +0300, Aioanei Rares a écrit :
  

Package: gnome-session
Version: 2.26.1-6
Severity: normal

After upgrading, can't no longer find the system-shut down option and
cannot
in any way shutdown/reboot from gnome (if I, say, add the shutdown
button to the panel, the button doesn't work. I'm guessing DBus...



Do you automatically save your session? If so, you need to upgrade
gnome-power-manager to the latest version and try it again.

Otherwise, how are you logging in? Is it gdm? If so, have you restarted
gdm since the installation of consolekit? If it is with startx, this is
somehow expected.

  
No, I do not save my session automatically, I log in via gdm and it has 
been restarted several times .




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



Bug#530706: ekiga hangs receiving calls

2009-06-04 Thread Eugen Dedu

tags 530706 fixed-upstream
thanks

Javier Barroso wrote:

Package: ekiga
Version: 3.2.1~git20090515.9d0263-1
Severity: important


I'm not sure when it occurs. My ekiga (from sid) hangs sometimes.

Today, for example, Ekiga started from autostart in awesome wm. Then I received 
a call, but ekiga was unresponsived.

In strace this message is appears continuously:

octl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfaa1068) = -1 ENOTTY (Inappropriate 
ioctl for device)
write(2,   assert.cxx(108)\tPWLib\tAsse..., 122) = 122
write(2, \n, 1)   = 1
write(2, Assertion fail: Null pointer ref..., 94) = 94
write(2, \n, 1)   = 1


This seems to have been fixed upstream, thanks again!

A new ekiga release will happen today, with all the fixes!

Eugen



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



Bug#530706: ekiga hangs receiving calls

2009-06-04 Thread Eugen Dedu

Javier Barroso wrote:

Package: ekiga
Version: 3.2.1~git20090515.9d0263-1
Severity: important


I'm not sure when it occurs. My ekiga (from sid) hangs sometimes.

Today, for example, Ekiga started from autostart in awesome wm. Then I received 
a call, but ekiga was unresponsived.

In strace this message is appears continuously:

octl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfaa1068) = -1 ENOTTY (Inappropriate 
ioctl for device)
write(2,   assert.cxx(108)\tPWLib\tAsse..., 122) = 122
write(2, \n, 1)   = 1
write(2, Assertion fail: Null pointer ref..., 94) = 94
write(2, \n, 1)   = 1


Forgot to add pointers:
http://git.gnome.org/cgit/ekiga/commit/?id=43c6c483c2748d479181287e7333fef95f006bf1
(master) and
http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26id=3e9fd667d25d671aa79b226f21d957abe7b9b688
(branch).

Eugen



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



Bug#531814: libcrypto++8: long description no sentence

2009-06-04 Thread Gerfried Fuchs
Package: libcrypto++8
Version: 5.6.0-2
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], the snippet right at the start isn't really one.
Also it feels a bit strange to have the description contain only of a
feature list. Also, indenting preformated text only by two spaces is
enough, not sure where you did pick up the style to use three spaces? ;)

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#531802: [Pkg-libvirt-maintainers] Bug#531802: libvirt0: bridges containing VLAN interfaces are not recognized

2009-06-04 Thread Guido Günther
On Thu, Jun 04, 2009 at 09:14:50AM +0200, Andreas Unterkircher wrote:
 Package: libvirt0
 Version: 0.6.3-4
 Severity: normal
 
 
 The following setup:
 
  * eth0 is a physical interface
  * eth1 is a physical interface
 
  * vlan152 is a VLAN interface on eth0 with ID 152
 
  * br0 is a bridge containing eth0
  * br1 is a bridge containing eth1
  * br2 is a bridge containing vlan152
 
 The basic network connectivity, like it supposed to be, is working.
 But only the physical interfaces appear in the listing:
 
 virsh # nodedev-list --cap net
 net_00_1b_78_31_3d_1a
 net_00_1b_78_31_3d_70
 
 The VLAN interface (which uses the same MAC address as its
 physical interface) does not appear. So br2, the bridge containing
 vlan152, can not be selected later.
The node listing is basically what hal exports. Are you seeing it from
within hal (lshal)?
 -- Guido



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



Bug#531810: live-helper: /dev/pts/ missing in chroot

2009-06-04 Thread Sebastian Dalfuß
Quick'n'dirty workaround:
Edit /var/lib/dpkg/info/uswsusp.config to output its message somewhere else.
The message is triggered by missing sys in chroot, so a mount --bind could 
help better. (I didn't try)

/proc is missing too. /dev/sdterr is symlinked via /proc/fd... to /dev/pts/...
.
But bind-mounting /proc to $livesystembuildingdirectory/chroot/proc did not 
help and causes the same error-message as in my initial report.



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



Bug#531755: libdrm-intel1: OpenGL do not survive suspend

2009-06-04 Thread Erich Schubert
Hi Julien,
 This is most probably not a libdrm bug.  Why are you filing it here?

It used to work (before the latest intel driver upgrades, 2.7.x), so
it's either libdrm-intel1 or xserver-xorg-video-intel.
Since it only applies to OpenGL apps (other screensavers work fine),
I assumed that libdrm might be the appropriate place. Feel free to
reassign this to xserver-xorg-video-intel

 Please give a tiny bit more information if you want this to go
 somewhere.  X log and config would be a start, version of
 libgl1-mesa-{glx,dri} would be nice too.

I checked the X logs, but couldn't find anything unusual there.
No particular warning etc.

 What are those apps stuck doing?

Not sure, I needed to get some work done, so I didn't have time to gdb
them from the text console without having copy  paste to copy the
results into a report email ...

As for the version, everything except xserver-xorg-video-intel was
unstable + experimental. I avoided xserver-xorg-video-intel from
experimental because that was working even worse. I saw there was a new
upload these days, so I'll give it a try.

Regards,
Erich




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



Bug#531802: [Pkg-libvirt-maintainers] Bug#531802: libvirt0: bridges containing VLAN interfaces are not recognized

2009-06-04 Thread Andreas Unterkircher

The node listing is basically what hal exports. Are you seeing it from
within hal (lshal)?


You are right, neither vlan152 nor br2 show up. But also not br0 and  
br1, that ones which show up in virt-manager.


lshal just lists the physical interfaces eth0 and eth1, not vlan152.

u...@vmtest:~$ lshal | grep -iE eth0\|eth1\|vlan
  linux.sysfs_path = '/sys/class/net/eth1'  (string)
  net.interface = 'eth1'  (string)
  linux.sysfs_path = '/sys/class/net/eth0'  (string)
  net.interface = 'eth0'  (string)

And here, no bridge interfaces listed by lshal.

u...@vmtest:~$ lshal | grep -iE br0\|br1\|br2
u...@vmtest:~$

Looks like that what virt-manager displays in its dropdown box
  eth0 (Bridge br0)
  eth1 (Bridge br1)
gets looked up elsewhere by libvirt.


But for that specific problem - maybe its really the problem that HAL  
does not recognize the VLAN interface. Also restarting hald does not  
help.



Cheers,
Andreas




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



Bug#531515: ia32-apt-get: breaks dpkg --control (= 1.15.1) and debsums

2009-06-04 Thread Francois Marier
On 2009-06-03 at 18:15:17, Goswin von Brederlow wrote:
 Francois, if you want to sponsor the upload:

Done.

I also took the liberty to bump the Standards-Version to 3.8.1 to fix a
lintian warning.

Cheers,
Francois



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



Bug#531815: [seahorse] Revocation: seahorse should prompt

2009-06-04 Thread Jason Heeris
Package: seahorse
Version: 2.26.1-2
Severity: minor

1. Use GPG to generate revocation cert (Test.asc)
2. Double-click on Test.asc in Nautilus

Seahorse reports a spurious error (reported elsewhere), but still
revokes the key. I think it should notify the user that they're not
importing a normal key. Revocation is a pain to manually undo (from what
I've seen), and Seahorse does nothing to indicate that the file is about
to have an effect on existing keys. Obviously if you've just generated
it you should know what it does, BUT

- The user might not expect seahorse to run as the default action (I
used to have leafpad set to open .ASC files, forgot I hadn't changed
that...)

- The user might just find the revocation long after generating it,
forgets what it is, tries to import it..

- Jason

PS. This hasn't bitten me yet, I noticed it on a test key thankfully;)

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.29.090529

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp.iinet.net.au
  500 testing ftp.debian-unofficial.org
  500 squeeze www.lamaresh.net

--- Package information. ---
Depends(Version) | Installed
-+-==
libatk1.0-0  (= 1.20.0) | 1.26.0-1
libavahi-client3 (= 0.6.16) | 0.6.25-1
libavahi-common3 (= 0.6.16) | 0.6.25-1
libavahi-glib1   (= 0.6.16) | 0.6.25-1
libc6 (= 2.2.5) | 2.9-12
libcryptui0  | 2.26.1-2
libdbus-1-3   (= 1.0.2) | 1.2.12-1
libdbus-glib-1-2   (= 0.78) | 0.80-4
libgconf2-4  (= 2.23.2) | 2.26.0-1
libgcr0  (= 2.26.0) | 2.26.1-1
libglade2-0 (= 1:2.6.1) | 1:2.6.4-1
libglib2.0-0 (= 2.18.0) | 2.20.1-2
libgnome-keyring0(= 2.25.5) | 2.26.1-1
libgp11-0  (= 2.26) | 2.26.1-1
libgpgme11(= 1.1.8) | 1.1.8-2
libgtk2.0-0  (= 2.12.0) | 2.16.1-2
libldap-2.4-2 (= 2.4.7) | 2.4.11-1
libnotify1(= 0.4.5) | 0.4.5-1
libnotify1-gtk2.10   |
libpango1.0-0(= 1.14.0) | 1.24.0-3+b1
libsoup2.4-1(= 2.25.91) | 2.26.2-1
gconf2 (= 2.10.1-2) | 2.26.0-1
gnupg (= 1.4.7) | 1.4.9-4


Recommends  (Version) | Installed
=-+-===
openssh-client| 1:5.1p1-5+b1


Suggests  (Version) | Installed
===-+-===
seahorse-plugins| 2.24.1-3+b1







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



Bug#529741: gnome-panel: Shutdown/restart options disappeared

2009-06-04 Thread Dmitry Borodaenko
Same problem here: after I upgraded gnome-panel from 2.24 to 2.26, the
shutdown option disappeared from the menu. However, when you hit
Ctrl-Alt-Del, the shutdown dialog appears and the buttons on it work
as they should.

-- 
Dmitry Borodaenko



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



Bug#531816: [seahorse] Spurious error on revocation

2009-06-04 Thread Jason Heeris
Package: seahorse
Version: 2.26.1-2
Severity: normal

Steps:
1. Use GPG to generate revocation cert (Test.asc)
2. Double-click on Test.asc in Nautilus

Whether or not Seahorse is open, a message appears (as a notification):


Import Failed

  Keys were found but not imported



...but they key is still revoked.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.29.090529

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org
  500 testing security.debian.org
  500 testing ftp.iinet.net.au
  500 testing ftp.debian-unofficial.org
  500 squeeze www.lamaresh.net

--- Package information. ---
Depends(Version) | Installed
-+-==
libatk1.0-0  (= 1.20.0) | 1.26.0-1
libavahi-client3 (= 0.6.16) | 0.6.25-1
libavahi-common3 (= 0.6.16) | 0.6.25-1
libavahi-glib1   (= 0.6.16) | 0.6.25-1
libc6 (= 2.2.5) | 2.9-12
libcryptui0  | 2.26.1-2
libdbus-1-3   (= 1.0.2) | 1.2.12-1
libdbus-glib-1-2   (= 0.78) | 0.80-4
libgconf2-4  (= 2.23.2) | 2.26.0-1
libgcr0  (= 2.26.0) | 2.26.1-1
libglade2-0 (= 1:2.6.1) | 1:2.6.4-1
libglib2.0-0 (= 2.18.0) | 2.20.1-2
libgnome-keyring0(= 2.25.5) | 2.26.1-1
libgp11-0  (= 2.26) | 2.26.1-1
libgpgme11(= 1.1.8) | 1.1.8-2
libgtk2.0-0  (= 2.12.0) | 2.16.1-2
libldap-2.4-2 (= 2.4.7) | 2.4.11-1
libnotify1(= 0.4.5) | 0.4.5-1
libnotify1-gtk2.10   |
libpango1.0-0(= 1.14.0) | 1.24.0-3+b1
libsoup2.4-1(= 2.25.91) | 2.26.2-1
gconf2 (= 2.10.1-2) | 2.26.0-1
gnupg (= 1.4.7) | 1.4.9-4


Recommends  (Version) | Installed
=-+-===
openssh-client| 1:5.1p1-5+b1


Suggests  (Version) | Installed
===-+-===
seahorse-plugins| 2.24.1-3+b1







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



Bug#506933: Status?

2009-06-04 Thread Michal Čihař
Hi

Dne Wed, 03 Jun 2009 23:29:10 +0200
José Luis Tallón jltal...@adv-solutions.net napsal(a):

 Michal Čihař wrote:
  Hi
 
  what is status here? 
 Honestly, quite stalled. I could surely use some help and an sponsor
 for the upload, of course! :-)

I can definitely help with sponsoring or give comments on package.

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


signature.asc
Description: PGP signature


Bug#475092: [openoffice.org] gnome too! and some more info...

2009-06-04 Thread Jean-Louis Biasini
Package: openoffice.org
Version: 1:3.0.1-9

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

Hello and thanks for your work!

I also meet something similar on my squeeze version. I'm using gnome and I 
can't open any document whose filename OR EVEN ONLY PATH include accent.
Nautilus give me always the same answer: file doesn't exist... the funny thing 
is that I actually can open those file frome the openoffice's open file menu
although those files appears in it with corrupted name (e.g.: Grégory for 
Grégory...) I have also tried to rename this file by saving them back with 
openoffice
to an uncorrupted name and then the file appears correctly both in nautilus and 
openoffice, but nautilus doesn't open them anymore and without giving any more
 error message. 

here some more info:
jean-lo...@debian:~$ locale
LANG=fr_FR
LC_CTYPE=fr_FR
LC_NUMERIC=fr_FR
LC_TIME=fr_FR
LC_COLLATE=fr_FR
LC_MONETARY=fr_FR
LC_MESSAGES=fr_FR
LC_PAPER=fr_FR
LC_NAME=fr_FR
LC_ADDRESS=fr_FR
LC_TELEPHONE=fr_FR
LC_MEASUREMENT=fr_FR
LC_IDENTIFICATION=fr_FR
LC_ALL=

If you need some other information, please ask!

Regards

Jean-Louis Biasini

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30-rc7-686

Debian Release: squeeze/sid
   99 unstablemirror.home-dn.net 
  988 testing security.debian.org 
  987 testing mirror.home-dn.net 
  986 testing ftp.fr.debian.org 
  985 stable  volatile.debian.org 
  984 stable  security.debian.org 
  983 stable  mirror.home-dn.net 
  982 stable  ftp.fr.debian.org 
   98 unstableftp.fr.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
openoffice.org-core   (= 1:3.0.1-9) | 1:3.0.1-9
openoffice.org-writer   | 1:3.0.1-9
openoffice.org-calc | 1:3.0.1-9
openoffice.org-impress  | 1:3.0.1-9
openoffice.org-draw | 1:3.0.1-9
openoffice.org-math | 1:3.0.1-9
openoffice.org-base | 1:3.0.1-9
openoffice.org-report-builder-bin   | 1:3.0.1-9
ttf-dejavu  | 2.29-2
openoffice.org-officebean   | 1:3.0.1-9
openoffice.org-writer2latex | 0.5.0.2-4
openoffice.org-filter-mobiledev | 1:3.0.1-9
liblucene2-java  (= 2.3.2) | 2.4.0+ds1-5
openoffice.org-java-common ( 2.2.0-4) | 1:3.0.1-9


Recommends   (Version) | Installed
==-+-===
openoffice.org-filter-binfilter| 1:3.0.1-9
ttf-liberation | 1.04.93-1
 OR msttcorefonts  | 


Suggests   (Version) | Installed
-+-===
hunspell-dictionary  | 
myspell-dictionary   | 
openoffice.org-help-3.0  | 
openoffice.org-l10n-3.0  | 
menu | 2.1.41
unixodbc | 
cups-bsd | 1.3.10-2
libsane  | 1.0.20-4
openoffice.org-hyphenation   | 
openoffice.org2-thesaurus| 
libxrender1  | 1:0.9.4-2
libgl1   | 
openoffice.org-gnome | 1:3.0.1-9
 OR openoffice.org-kde   | 
iceweasel| 3.0.9-1
 OR firefox  | 
 OR icedove  | 
 OR thunderbird  | 
 OR iceape-browser   | 
 OR mozilla-browser  | 
default-jre  | 1.5-31
 OR java-gcj-compat  | 1.0.80-1
 OR openjdk-6-jre| 
 OR sun-java5-jre| 
 OR sun-java6-jre| 
openclipart-openoffice.org   | 
pstoedit | 3.45-4+b1
graphicsmagick-imagemagick-compat| 
 OR imagemagick  | 7:6.3.7.9.dfsg2-1
libpaper-utils   | 1.1.23+nmu1
gstreamer0.10-plugins-base   | 0.10.23-2
gstreamer0.10-plugins-good   | 0.10.15-1
gstreamer0.10-plugins-ugly   | 0.10.11-1
gstreamer0.10-plugins-bad| 0.10.10.3-1

Bug#521893: realtime kernel for Debian

2009-06-04 Thread Grammostola Rosea

Uwe Kleine-König wrote:

Hi,

  
I was wondering about how far are we with implementing a RT kernel in 
 Debian... Some progress here? Would be nice.



The patch I created that fits on Debian's vanilla kernel creates
conflicts on the sources with the Debian patches.
I hope to be able to clean that up by minimizing the -rt series (e.g.
the first broken out patch consists usually of various bits from the
-tip tree that are (AFAIK) not all needed.)

So just have some more patience.

  
  

How are things going? Just interest...


Hhhm, well, I spottet a problem.  The thing is that linux-rt does many
deep changes in the kernel and I won't be able to support the harder
problems.  And upstream probably won't help because the Debian rt-kernel
isn't a vanilla rt-kernel.  Moreover even the broken out rt-patch isn't
nicely sorted (e.g. bisectable, some patches undo changes of other
patches earier in the series etc. pp), so I fear the Debian kernel team
isn't filled with enthusiasm when asked to add an rt variant.

I already thought about packaging debian-kernel + rt for Debian and
vanilla-kernel + rt for a non-Debian package repository such that it's
easy for bug reporters to try out a vanilla kernel.  But that still needs
more work.

I currently investigate how the Debian kernel packages are created.  Any
help is welcome.  Probably the first step will be to create a vanilla-rt
package, but that wont be accepted to go into Debian main.

  

Just trying to keep thinks a bit alive here ;)

How are things going Uwe?

Kind regards,

\r




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



Bug#531781: [Pkg-fglrx-devel] Bug#531781: fglrx: bogus dpi information returned

2009-06-04 Thread Patrick Matthäi

Petr Baudis schrieb:

fglrx-driver returns bogus information about the connected screen - from
xdpyinfo:

screen #0:
  dimensions:1280x1024 pixels (0x0 millimeters)
  resolution:-2147483648x-2147483648 dots per inch

This has various weird effects, e.g. absolute-sized fonts don't show at
all in firefox, in random circumstances GTK applications show with
*huge* fonts in menus and everything, etc. - at least I could find no
other reason for this behavior and it started after switch to fglrx.


Hello,

could you please attach the following informations:

 - Your xorg.conf
 - lspci
 - full Xorg.0.log

Cheers.



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



Bug#507845: Unwell configured Locales can be the reason?

2009-06-04 Thread Maelvon HAWK
I'm try to figure out if the modification of the locales can be the 
origin to thoses freezes. I've put the locales to fr_FR.UTF-8, just 
after a fresh install on a Ubuntu 9.04, and that after that, the freezes 
appears!


The libc6 is hightly connected to the locales, no?

I've read the libc6 contains the locales, can't it be a mal configured 
locales variables?


As I'm a french user, seems that some others are french, and in my case 
I've modified the locales to fr_FR.UTF-8, just after the first install 
on Debian, perhaps that's that who put the mess in the box (Debian or 
Ubuntu).


I'm trying this trail on fresh install.






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



Bug#527275: gajim hangs when playing sound

2009-06-04 Thread Joergen Haegg

The problem is in your soudn installation I think. Gajim indeed never check if
process is finished, because it cannot know how long it should last. Gajim
launch aplay without waiting it finishes (else Gajim would freeze while playing
sound) and without timeout (in case you want to play a 2h long music when
someone connects.

aplay should not block, and I don't think we can do something about that.

Well, yes, I understand that. What I mean is that I now don't think
the sound is the real reason for gajim to hang. It's probably only the
symptom of the problem.

What happens is that Gajim, the whole application, freezes and
I have to kill the process and restart it. This happens as I can
remember when I close a chat window.
So I noticed that aplay was still there (as a zombie) and thought
it was the sound that made Gajim hang.

Now, since the same problem happens with artsplay, I'm not so sure
anymore, stracing it shows that Gajim just sits there waiting for
input with all it's windows completely frozen, they don't even repaint
when they have been hidden below another application.

So, do you know any easy way to turn on debugging in Gajim?



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



Bug#531621: libdvdread4: On powerpc, can't playback DVD anymore

2009-06-04 Thread Lorenz Minder
One more note.  If I add #define WORDS_BIGENDIAN to the top of bswap.h
before building, that fixes both totem and mplayer for me (but of course
breaks everything for little-endian architectures).

I can't find the code which configures endianness, which makes me wonder
why that ever worked in the first place.

Best,
--Lorenz



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



Bug#490605: debian-policy: please discourage the usage of echo -n, and echo in general

2009-06-04 Thread Raphael Hertzog
On Thu, 04 Jun 2009, Giacomo Catenazzi wrote:
 It is not an alternative:
 - It is ugly
 - it is not on root partition
 
 The ugly part it is IMHO the most important part.

Ugliness is relative. I have no problem with printf.

For the second argument:

[ using bash ]
$ type printf
printf is a shell builtin
$ dash
$ type printf
printf is a shell builtin

There's no external executable needed.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



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



Bug#531819: git-buildpackage: version regex is wrong in git-import-orig

2009-06-04 Thread Felipe Sateler
Package: git-buildpackage
Version: 0.4.53
Severity: minor
Tags: patch


Automatic guessing of version by parsing package's upstream tarball name
is wrong. It misses + and : and capital letters

The attached patch fixes this issue, and makes both regex use the same
version pattern.

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

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

Versions of packages git-buildpackage depends on:
ii  devscripts   2.10.50 scripts to make the life of a Debi
ii  git-core 1:1.6.3.1-1 fast, scalable, distributed revisi
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-dateutil  1.4.1-3 powerful extensions to the standar
ii  python-support   1.0.3   automated rebuilding support for P

Versions of packages git-buildpackage recommends:
ii  pristine-tar  1.00   regenerate pristine tarballs

Versions of packages git-buildpackage suggests:
pn  git-load-dirs none (no description available)

-- no debconf information
--- /usr/bin/git-import-orig2009-05-04 02:42:13.0 +1000
+++ ../git-import-orig  2009-06-04 19:42:24.0 +1000
@@ -202,10 +202,11 @@
 @archive: filename to guess to version for
 @version_regex: additional version regex to apply, needs a 'version' group
 
+version_group = r'(?Pversion[A-Za-z\d\.\~\-\+\:]+)'
 version_filters = [ # Debian package_version.orig.tar.gz:
-
r'^[a-z\d\.\+\-]+_(?Pversion[a-z\d\.\~\-]+)\.orig\.tar\.(gz|bz2)',
+r'^[A-Za-z\d\.\+\-]+_' + version_group + 
'\.orig\.tar\.(gz|bz2)',
 # Upstream package-version.tar.gz:
-
r'^[a-z\d\.\+\-]+-(?Pversion[a-z\d\.]+)\.tar\.(gz|bz2)' ]
+r'^[A-Za-z\d\.\+\-]+-' + version_group + 
'\.tar\.(gz|bz2)' ]
 if version_regex:
 version_filters = version_regex + version_filters
 for filter in version_filters:


Bug#531820: [quodlibet] Doesn't start if locales are not en_EN

2009-06-04 Thread Jean-Louis Biasini
Package: quodlibet
Version: 2.0-3
Severity: important

--- Please enter the report below this line. ---
Hello and thanks for your work!

jean-lo...@debian:~$ quodlibet
Traceback (most recent call last):
  File /usr/bin/quodlibet, line 272, in module
print_(_(Quod Libet is already running.))
  File /usr/lib/python2.5/site-packages/quodlibet/__init__.py, line
70, in print_
string = string.decode(frm).encode(ENCODING, replace)
  File /usr/lib/python2.5/encodings/utf_8.py, line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 16-18:
invalid data

Quodlibet won't start!

command LANG=en_EN quodlibet works perfectly... but this is all in
english!!! ;)

regards

Jean-Louis Biasini

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30-rc7-686

Debian Release: squeeze/sid
   99 unstablemirror.home-dn.net 
  988 testing security.debian.org 
  987 testing mirror.home-dn.net 
  986 testing ftp.fr.debian.org 
  985 stable  volatile.debian.org 
  984 stable  security.debian.org 
  983 stable  mirror.home-dn.net 
  982 stable  ftp.fr.debian.org 
   98 unstableftp.fr.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
python(= 2.4) | 2.5.4-2
exfalso  (= 2.0-3) | 2.0-3
gstreamer0.10-plugins-base (= 0.10.3) | 0.10.23-2
python-gst0.10 (= 0.10.1) | 0.10.15-1
gstreamer0.10-plugins-good | 0.10.15-1
gstreamer0.10-plugins-ugly | 0.10.11-1


Recommends  (Version) | Installed
=-+-===
quodlibet-ext  (= 2.0-3) | 2.0-3
gstreamer0.10-alsa| 0.10.23-2
gstreamer0.10-gnomevfs| 0.10.23-2
python-feedparser | 4.1-13


Suggests   (Version) | Installed
-+-===
gstreamer0.10-plugins-bad| 0.10.10.3-1








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



Bug#531818: installation-reports: [sparc][netboot][20090603] kernel hangs on a V480

2009-06-04 Thread Hermann Lauer
Package: installation-reports
Severity: normal

Kernel 2.6.26 from daily netboot hangs at boot time 


-- Package-specific info:

Boot method: network
Image version: 
http://people.debian.org/~stappers/d-i/sparc/daily/netboot/boot.img
Date: 20090604

Machine: Sun Fire 480R
Partitions: na


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:[ ]

Comments/Problems:

Tried to test newer kernels as from 2.6.27 on even vanilla kernels don't boot 
anymore.
lenny kernel is working fine.

--

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=5.0 (lenny) - installer build 20080522
X_INSTALLATION_MEDIUM=netboot

==
Installer hardware-summary:
==
umame -a: Linux install1 2.6.26.5 #2 SMP Wed Sep 10 13:50:27 CEST 2008 sparc64 
unknown
lspci -knn: :00:01.0 SCSI storage controller [0100]: LSI Logic / Symbios 
Logic 53c875 [1000:000f] (rev 04)
lspci -knn: Kernel driver in use: sym53c8xx
lspci -knn: 0001:00:01.0 Ethernet controller [0200]: Sun Microsystems Computer 
Corp. GEM 10/100/1000 Ethernet [ge] [108e:2bad] (rev 01)
lspci -knn: Kernel driver in use: gem
lspci -knn: 0001:00:02.0 SCSI storage controller [0100]: QLogic Corp. QLA2200 
64-bit Fibre Channel Adapter [1077:2200] (rev 05)
lspci -knn: Kernel driver in use: qla2xxx
lspci -knn: 0002:00:01.0 Bridge [0680]: Sun Microsystems Computer Corp. RIO 
EBUS [108e:1100] (rev 01)
lspci -knn: 0002:00:01.1 Ethernet controller [0200]: Sun Microsystems Computer 
Corp. RIO 10/100 Ethernet [eri] [108e:1101] (rev 01)
lspci -knn: Kernel driver in use: gem
lspci -knn: 0002:00:01.3 USB Controller [0c03]: Sun Microsystems Computer Corp. 
RIO USB [108e:1103] (rev 01)
prtconf: System Configuration:  Sun Microsystems  sun4u
prtconf: Memory size: 4096 Megabytes
prtconf: System Peripherals (Software Nodes):
prtconf: 
prtconf: SUNW,Sun-Fire-880
prtconf: packages (driver probably installed)
prtconf: SUNW,builtin-drivers (driver probably installed)
prtconf: deblocker (driver probably installed)
prtconf: disk-label (driver probably installed)
prtconf: terminal-emulator (driver probably installed)
prtconf: SUNW,debug (driver probably installed)
prtconf: dropins (driver probably installed)
prtconf: kbd-translator (driver probably installed)
prtconf: obp-tftp (driver probably installed)
prtconf: SUNW,i2c-ram-device (driver probably installed)
prtconf: SUNW,fru-device (driver probably installed)
prtconf: chosen (driver probably installed)
prtconf: openprom (driver probably installed)
prtconf: client-services (driver probably installed)
prtconf: options (driver probably installed)
prtconf: aliases (driver probably installed)
prtconf: memory (driver probably installed)
prtconf: virtual-memory (driver probably installed)
prtconf: SUNW,UltraSPARC-III (driver probably installed)
prtconf: memory-controller (driver probably installed)
prtconf: SUNW,UltraSPARC-III (driver probably installed)
prtconf: memory-controller (driver probably installed)
prtconf: pci (driver probably installed)
prtconf: scsi (driver probably installed)
prtconf: disk (driver probably installed)
prtconf: tape (driver probably installed)
prtconf: pci (driver probably installed)
prtconf: network (driver probably installed)
prtconf: SUNW,qlc (driver probably installed)
prtconf: fp (driver probably installed)
prtconf: disk (driver probably installed)
prtconf: pci (driver probably installed)
prtconf: ebus (driver probably installed)
prtconf: flashprom (driver probably installed)
prtconf: bbc (driver probably installed)
prtconf: power (driver probably installed)
prtconf: i2c (driver probably installed)
prtconf: fru (driver probably installed)
prtconf: fru (driver probably installed)
prtconf: fru (driver probably installed)
prtconf: fru (driver probably installed)
prtconf: fru

Bug#531817: [netpbm] remove debug messages produced by pcxtoppm (about 241 line)

2009-06-04 Thread Vladimir Rutsky
Package: netpbm
Version: 2:10.0-12
Severity: wishlist
Tags: patch

`pcxtoppm' outputs some not needed for usual user debug 
when decoding 241 color plane. 
See attached patch for details.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-2-amd64

Debian Release: squeeze/sid
  500 testing deb-proxy 
  497 unstabledeb-proxy 
  495 stable  deb-proxy 
  493 experimentaldeb-proxy 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libnetpbm10 (= 2:10.0-12) | 2:10.0-12
libc6   (= 2.7-1) | 2.9-12
libjpeg62  | 6b-14
libpng12-0   (= 1.2.13-4) | 1.2.35-1
libtiff4   | 3.8.2-11
zlib1g(= 1:1.1.4) | 1:1.2.3.3.dfsg-13


Recommends  (Version) | Installed
=-+-===
gs| 
 OR gs-aladdin| 


Package's Suggests field is empty.



--- netpbm-free-10.0/ppm/pcxtoppm.c.orig	2003-08-17 00:10:10.0 +0400
+++ netpbm-free-10.0/ppm/pcxtoppm.c	2009-06-04 13:31:20.0 +0400
@@ -639,8 +639,6 @@
 }
 
 
-static int rowsRead=0;
-
 static int
 GetByte(FILE * const fp) {
 
@@ -682,8 +680,6 @@
 pcxrow[bytesGenerated++] = c;
 --repetitionsLeft;
 } else {
- if (rowsRead==241)
- pm_message(Reading Byte %ld, ftell(ifP));
 c = GetByte(ifP);
 if ((c  0xc0) != 0xc0)
 /* This is a 1-shot byte, not a repetition count */
@@ -691,12 +687,9 @@
 else {
 /* This is a repetition count for the following byte */
 repetitionsLeft = c  0x3f;
-if (rowsRead == 241)
-pm_message(doing run of %d of Byte %ld in Row 241, repetitionsLeft, ftell(ifP));
 c = GetByte(ifP);
 }
 }
 }
-rowsRead++;
 }
 


Bug#531802: [Pkg-libvirt-maintainers] Bug#531802: libvirt0: bridges containing VLAN interfaces are not recognized

2009-06-04 Thread Guido Günther
On Thu, Jun 04, 2009 at 11:21:27AM +0200, Andreas Unterkircher wrote:
 The node listing is basically what hal exports. Are you seeing it from
 within hal (lshal)?

 You are right, neither vlan152 nor br2 show up. But also not br0 and  
 br1, that ones which show up in virt-manager.

 lshal just lists the physical interfaces eth0 and eth1, not vlan152.

 u...@vmtest:~$ lshal | grep -iE eth0\|eth1\|vlan
   linux.sysfs_path = '/sys/class/net/eth1'  (string)
   net.interface = 'eth1'  (string)
   linux.sysfs_path = '/sys/class/net/eth0'  (string)
   net.interface = 'eth0'  (string)

 And here, no bridge interfaces listed by lshal.

 u...@vmtest:~$ lshal | grep -iE br0\|br1\|br2
 u...@vmtest:~$

 Looks like that what virt-manager displays in its dropdown box
   eth0 (Bridge br0)
   eth1 (Bridge br1)
 gets looked up elsewhere by libvirt.
virt-manager has extra code for this to detect bridges and bonding, see
src/virtManager/connection.py. There's also a _net_tag_device_added for
VLANs. Running virt-manager with --no-fork --debug should provide more
information on what's going on with that VLAN.
Cheers,
 -- Guido



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



Bug#531202: gcom 0.3-1 not supporting Icon 225 (GlobeTrotter) USB stick

2009-06-04 Thread Andreas Gredler
On Sat, May 30, 2009 at 08:19:32PM +0200, Osvaldo La Rosa wrote:
 Package: gcom
 Version: 0.3-1
 Severity: grave
 Justification: renders package unusable
 
 Hi, I boughta Mobistar.be Internet Everywhere kit containing the Icon 225
 modem. This is an USB stick found by dmesg and lsusb as Option GlobeTrotter
 device.
 But there's no /dev/ttyUSB0 / other info in dmesg, so running gcom with it
 is futile, it won't work.

This is not a gcom bug! It's not gcom's job to handle the devices, this
has to be done by the kernel/udev.

Unfortunately I don't have such a stick to reproduce the problem but
looking at your dmesg output I think that the stick is just handled like
a scsi CD-ROM instead of a modem.
Please provide the output of lsmod. You can also try to load drivers
by hand: modprobe option or modprobe nozomi.

greets Jimmy

-- 
 Andreas Jimmy Gredler 
   ,'`. http://www.jimmy.co.at/ | ji...@g-tec.co.at
  (  grml.org -» Linux Live-CD for texttool-users and sysadmins
   `._,  http://www.grml.org/| ji...@grml.org



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



Bug#531821: cups: fails to cross build no -lssp_nonshared found

2009-06-04 Thread Neil Williams
Package: buildd.emdebian.org
Severity: important

cups now fails to cross-build, even with gccross support. It seems to be
related to the stack protection that is being identified during the
cross-build but is not available at link time. Build log attached.


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

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package cups
dpkg-buildpackage: source version 1.3.10-2em1
dpkg-buildpackage: source changed by Neil Williams codeh...@debian.org
dpkg-architecture: warning: Specified GNU system type arm-linux-gnueabi does not match gcc system type x86_64-linux-gnu.
 fakeroot debian/rules clean
dpkg-buildpackage: host architecture armel
test -x debian/rules
rm -f man/client.conf.man packaging/cups.list
rm -f conf/mime.convs conf/snmp.conf init/org.cups.cups-lpd.plist
[ ! -f Makedefs ] || make distclean
# Remove source code of extra filters for PDF printing workflow
( cd debian/local/filters/pdf-filters/; sh ./removefromcups ../../../.. )
dh_clean 
/usr/bin/make -C . -k distclean
make[1]: Entering directory `/opt/emdebian/trunk/c/cups/trunk/cups-1.3.10'
Makefile:16: Makedefs: No such file or directory
make[1]: *** No rule to make target `Makedefs'.
make[1]: Failed to remake makefile `Makedefs'.
for dir in cups backend berkeley cgi-bin filter locale man monitor notifier scheduler systemv test  conf data doc  ppd templates; do\
		echo Cleaning in $dir... ;\
		(cd $dir; /usr/bin/make -wk clean) || exit 1;\
	done
Cleaning in cups...
make[2]: Entering directory `/opt/emdebian/trunk/c/cups/trunk/cups-1.3.10/cups'
Makefile:18: ../Makedefs: No such file or directory
make[2]: *** No rule to make target `../Makedefs'.
make[2]: Failed to remake makefile `../Makedefs'.
rm -f adminutil.o array.o attr.o auth.o backchannel.o backend.o custom.o dest.o dir.o emit.o encode.o file.o getifaddrs.o getputfile.o globals.o http.o http-addr.o http-addrlist.o http-support.o ipp.o ipp-support.o langprintf.o language.o localize.o mark.o md5.o md5passwd.o notify.o options.o page.o ppd.o request.o sidechannel.o snprintf.o string.o tempfile.o transcode.o usersys.o util.o adminutil.32.o array.32.o attr.32.o auth.32.o backchannel.32.o backend.32.o custom.32.o dest.32.o dir.32.o emit.32.o encode.32.o file.32.o getifaddrs.32.o getputfile.32.o globals.32.o http.32.o http-addr.32.o http-addrlist.32.o http-support.32.o ipp.32.o ipp-support.32.o langprintf.32.o language.32.o localize.32.o mark.32.o md5.32.o md5passwd.32.o notify.32.o options.32.o page.32.o ppd.32.o request.32.o sidechannel.32.o snprintf.32.o string.32.o tempfile.32.o transcode.32.o usersys.32.o util.32.o adminutil.64.o array.64.o attr.64.o auth.64.o backchannel.64.o backend.64.o custom.64.o dest.64.o
  dir.64.o emit.64.o encode.64.o file.64.o getifaddrs.64.o getputfile.64.o globals.64.o http.64.o http-addr.64.o http-addrlist.64.o http-support.64.o ipp.64.o ipp-support.64.o langprintf.64.o language.64.o localize.64.o mark.64.o md5.64.o md5passwd.64.o notify.64.o options.64.o page.64.o ppd.64.o request.64.o sidechannel.64.o snprintf.64.o string.64.o tempfile.64.o transcode.64.o usersys.64.o util.64.o testadmin.o testarray.o testcups.o testfile.o testhttp.o testi18n.o testipp.o testlang.o testppd.o php_cups_wrap.olibcups.a testadmin testarray testcups testfile testhttp testi18n testipp testlang testppd
rm -f libcups.so libcups.sl libcups.dylib
rm -f -r 32bit 64bit
make[2]: Leaving directory `/opt/emdebian/trunk/c/cups/trunk/cups-1.3.10/cups'
make[1]: *** [clean] Error 1
make[1]: Target `distclean' not remade because of errors.
make[1]: Leaving directory `/opt/emdebian/trunk/c/cups/trunk/cups-1.3.10'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/stamp-autotools-files
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/opt/emdebian/trunk/c/cups/trunk/cups-1.3.10'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/opt/emdebian/trunk/c/cups/trunk/cups-1.3.10'
dpatch deapply-all
ubuntu-default-error-policy-retry-job not applied to ./ .
ubuntu-disable-browsing not applied to ./ .
confdirperms not applied to ./ .
default_log_warn not applied to ./ .
logfiles_adm_readable not applied to ./ .
testsuite-increase-wait-timeout not applied to ./ .
reactivate_recommended_driver not applied to ./ .
drop_unnecessary_dependencies not applied to ./ .
rootbackends-worldreadable not applied to ./ .
quiesce-bonjour-warning not applied to ./ .
manpage-translations not applied to ./ .

Bug#529321: matchbox-panel/window-manager and XFT support (was Re: [pkg-fso-maint] Bug#500626: xserver-xglamo: fonts are very large in e.g. midori)

2009-06-04 Thread Luca Capello
clone 529321 -1
reassign -1 matchbox-window-manager
retitle -1 matchbox-window-manager: does not respect ~/.Xresources Xft.dpi 
settings
found -1 1.2-3
severity -1 important
user pkg-fso-ma...@lists.alioth.debian.org
usertags -1 + config-glamo
thanks

Hi there!

I am sorry for the long mail: I thought that documenting all my tests
done last week could be useful, at least to be sure there are no other
easier solutions.

On Thu, 21 May 2009 13:54:43 +0200, gregor herrmann wrote:
 On Thu, 21 May 2009 13:22:53 +0200, Joachim Breitner wrote:

 [cc'ing the matchbox-panel bug #529321, some info is still in
 #500626]

For the Matchbox maintainers, this bug originated in #500626.

  Now I've started all other applications on my FR, and they all seem
  to work with this setting. With some details:
  
  * gpicview has tiny fonts in the titles of floating dialog boxes but
they are useless anyway.
  * midori works fine, but again floating dialog boxes
(Edit-Preferences) have a tiny title.
  * The same with epdfviewer.
  * The same with mumpot.
  
  So there seems to be a pattern - titles of floating/independent
  dialog windows are tiny; in practice that's no problem but there
  seems to be some underlying problem.
 
 Without seeing it myself, I assume that these titles are rendered by
 matchbox-window-manager, which maybe uses fixed pixel-based sizes – just
 as matchbox-panel. 

 Sounds plausible.

First, thanks to Gregor, I found the following:
=
debian-gta02:~# matchbox-window-manager --help
usage: matchbox-window-manager [options ...]
[...]
Compile time features;
debug build  no
XFT support  no
[...]
debian-gta02:~#
=

Indeed, if XFT support is compiled in, everything works:

--8---cut here---start-8---
diff -u matchbox-window-manager-1.2/debian/rules 
matchbox-window-manager-1.2/debian/rules
--- matchbox-window-manager-1.2/debian/rules
+++ matchbox-window-manager-1.2/debian/rules
@@ -4,3 +4,3 @@
 
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-startup-notification --enable-expat
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-startup-notification --enable-expat 
--enable-standalone-xft
 # --enable-gconf
diff -u matchbox-window-manager-1.2/debian/changelog 
matchbox-window-manager-1.2/debian/changelog
--- matchbox-window-manager-1.2/debian/changelog
+++ matchbox-window-manager-1.2/debian/changelog
@@ -1,3 +1,13 @@
+matchbox-window-manager (1.2-3+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
++ Build-Depends: on libxft-dev.
+  * debian/rules:
++ enable XFT support (Closes: #529321).
+
+ -- Luca Capello l...@pca.it  Wed, 27 May 2009 11:55:16 +0200
+
 matchbox-window-manager (1.2-3) unstable; urgency=low
 
   * Update matchbox-remote man page.  Closes: #494391.
diff -u matchbox-window-manager-1.2/debian/control 
matchbox-window-manager-1.2/debian/control
--- matchbox-window-manager-1.2/debian/control
+++ matchbox-window-manager-1.2/debian/control
@@ -2,7 +2,7 @@
 Section: embedded
 Priority: optional
 Maintainer: Moray Allan mo...@debian.org
-Build-Depends: cdbs (= 0.4.21), debhelper (= 4.1.0), pkg-config, 
libstartup-notification0-dev, libmatchbox-dev (= 1.9-4), libxsettings-dev, 
libxsettings-client-dev
+Build-Depends: cdbs (= 0.4.21), debhelper (= 4.1.0), pkg-config, 
libstartup-notification0-dev, libmatchbox-dev (= 1.9-4), libxsettings-dev, 
libxsettings-client-dev, libxft-dev
 Standards-Version: 3.8.0
 Homepage: http://matchbox-project.org/
 
--8---cut here---end---8---

However, with the above patch we loose the XSettings support, which
other people wants in the Debian package:

  http://bugs.debian.org/477209
  http://bugs.debian.org/477216

At that point, since the problem still persists in matchbox-panel, I
decided to resume the situation WRT matchbox-panel and
matchbox-window-manager, taking some screenshots:

  http://pkg-fso.alioth.debian.org/bugs/matchbox-xft/

Since the problem is the same in both packages, but not in
matchbox-desktop (already at version 2.0), I thought it was caused by
libmatchbox, compiled with Pango support since version 1.9-3:

  http://bugs.debian.org/471309

However, recompiling libmatchbox without Pango support and then
matchbox-panel and matchbox-window-manager with this development library
did not solve the situation.  I think this simply means that the problem
is not in the linked libraries, but in how the texts themselves are
drawn.  Searching with Google resulted in some interesting reading
related to Pango, Xft and DPI:

  http://thread.gmane.org/gmane.comp.gnome.gtk+.internationalization/889

I was quite surprised that matchbox-desktop_2.0 did not show the same
error and then I discovered why reading on the Matchbox roadmap:

  http://matchbox-project.org/?p=15

Starting from version 2.0, matchbox-desktop directly uses GTK+ and it
does not rely anymore on libmatchbox.  Bingo!

matchbox-panel_2.0 has been 

Bug#525137: apache2.2-common: could not get next bucket brigade while a client is doing a PUT results in data loss

2009-06-04 Thread Anthony Milan
Hi,

I've got a similar situation : calendar clients (Thunderbird with
Ligthning extension) are configured to download and upload icalendars
file to a web location backed by mod_dav.

Yesterday, we had one error when one client uploaded his calendar file,
which be deleted.

/var/log/apache/ssl_access.log
132.147.184.133 - jbel [02/Jun/2009:21:18:21 +0200] GET
/calendriers/jean-francois/Jean-Fran%C3%A7ois.ics HTTP/1.1 200 9036 -
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.21)
Gecko/20090302 Lightning/0.9 Thunderbird/2.0.0.21
132.147.184.133 - jbel [02/Jun/2009:21:18:21 +0200] PUT
/calendriers/jean-francois/Jean-Fran%C3%A7ois.ics HTTP/1.1 500 492 -
Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.21)
Gecko/20090302 Lightning/0.9 Thunderbird/2.0.0.21

/var/log/apache/error.log
[Tue Jun 02 21:18:21 2009] [error] [client 132.147.184.133] Could not
get next bucket brigade  [500, #0]

Unfortunately, I could not reproduce this problem too.

Regards,

-- Package-specific info:
Loaded Shared Modules:
alias
auth_basic
authn_file
authnz_ldap
authz_default
authz_groupfile
authz_host
authz_user
autoindex
cgi
dav_fs
dav
dav_lock
deflate
dir
env
ldap
mime
negotiation
perl
php5
python
setenvif
ssl
status



-- 
Anthony Milan




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



Bug#531802: [Pkg-libvirt-maintainers] Bug#531802: libvirt0: bridges containing VLAN interfaces are not recognized

2009-06-04 Thread Andreas Unterkircher

Running virt-manager with --no-fork --debug should provide more
information on what's going on with that VLAN.


That brings up the following:

u...@vmtest:~$ sudo virt-manager --no-fork --debug
2009-06-04 12:22:37,621 (virt-manager:144): Application startup
2009-06-04 12:22:37,702 (keyring:31): No support for gnome-keyring
2009-06-04 12:22:37,800 (engine:81): About to connect to uris  
['qemu:///system']

2009-06-04 12:22:37,804 (connection:144): Bonding masters are: []
2009-06-04 12:22:37,807 (connection:170): Got physical net device  
/org/freedesktop/Hal/devices/net_00_1b_78_31_3d_1a
2009-06-04 12:22:37,808 (connection:230): Adding net device eth1  
00:1b:78:31:3d:1a /sys/class/net/eth1 (bridge: br1)
2009-06-04 12:22:37,809 (connection:202): Checking for VLANs on  
/sys/class/net/eth1
2009-06-04 12:22:37,811 (connection:170): Got physical net device  
/org/freedesktop/Hal/devices/net_00_1b_78_31_3d_70
2009-06-04 12:22:37,812 (connection:230): Adding net device eth0  
00:1b:78:31:3d:70 /sys/class/net/eth0 (bridge: br0)
2009-06-04 12:22:37,813 (connection:202): Checking for VLANs on  
/sys/class/net/eth0

2009-06-04 12:22:37,853 (engine:320): window counter incremented to 1
2009-06-04 12:22:37,858 (connection:431): Scheduling background open  
thread for qemu:///system

2009-06-04 12:22:37,859 (connection:561): Background thread is running
2009-06-04 12:22:37,861 (connection:599): Background open thread  
complete, scheduling notify

2009-06-04 12:22:37,892 (connection:608): Notifying open result
2009-06-04 12:22:37,903 (manager:495): About to append vm: Win_Autoinst2
2009-06-04 12:22:37,904 (manager:495): About to append vm: wks-fl-ubuntutest
2009-06-04 12:22:37,905 (manager:495): About to append vm: test
2009-06-04 12:22:37,905 (manager:495): About to append vm: srv-fl-ftp01
2009-06-04 12:22:37,906 (manager:483): VM srv-fl-ftp01 started


strace shows:

...
write(3, [Thu, 04 Jun 2009 12:26:50 virt-manager 8973] DEBUG  
(connection:202) Checking for VLANs on /sys/class/net/eth1\n..., 111)  
= 111

stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0
write(2, 2009-06-04 12:26:50,619 (connection:202): Checking for VLANs  
on /sys/class/net/eth1\n..., 842009-06-04 12:26:50,619  
(connection:202): Chec

king for VLANs on /sys/class/net/eth1
) = 84
open(/sys/class/net, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 15
fstat(15, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
getdents(15, /* 11 entries */, 4096)= 288
getdents(15, /* 0 entries */, 4096) = 0
close(15)   = 0
...

That is all what it does here. Then it already jumps to the next interface.



What virt-manager does here according the for-loop in line 203 is  
looking for sysfspath + .* which results in:


/sys/class/net/eth0.*
/sys/class/net/eth1.*

But that directory just contains:

vmtest:/sys/class/net# ls -l
total 0
drwxr-xr-x 6 root root 0 Jun  4 09:43 br0
drwxr-xr-x 6 root root 0 Jun  4 09:43 br1
drwxr-xr-x 6 root root 0 Jun  4 10:57 br2
drwxr-xr-x 5 root root 0 Jun  4 09:43 eth0
drwxr-xr-x 5 root root 0 Jun  4 09:43 eth1
drwxr-xr-x 4 root root 0 Jun  4 09:42 lo
drwxr-xr-x 5 root root 0 Jun  4 10:57 vlan152
drwxr-xr-x 5 root root 0 Jun  4 10:38 vnet0
drwxr-xr-x 5 root root 0 Jun  4 10:38 vnet1


I'm not sure what it is supposed to do. Maybe they look out for a  
specific naming of the VLAN interfaces which is not the case on Debian.



Cheers,
Andreas




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



Bug#479112:

2009-06-04 Thread A. Christine Spang
On Wed, Jun 03, 2009 at 02:41:27PM -0400, Michael Terry wrote:
 Christine, can you look at this bug again?  In the current Debian
 packaging (20090127-2), the code still has 'wU' arguments and I don't
 see anything in debian/ that tries to patch it.
 
 -mt

Hmm, you're right. I wonder what I was looking at previously that made
me think it was fixed.

Anyway, I've committed the actual fix upstream and will prepare a new
upload later.

later,
Christine



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



Bug#117318: Anti-aging Nutritional ProductsTry at nocost

2009-06-04 Thread 1173jcc

hello colleague

Dr. Oz and other notable Doctors and Scientists all agree that Red Wine has 
unlocked the secret to life extension.  

Resveratrol is a red wine extract that has now been proven to reverse your aging process.  

It’s incredible; just watch this recent 60 Minutes episode, your outlook on life will change 
after you see this.



Effects arenatural weightloss, increasedenergy levels and fights cancer before 
it strikes!

You can try RezXtra for free.

please sendus emailnow, u will getinstant reply (within 30 seconds), 


tanya.pp3...@gmail.com

we will send U the Link to from where u can get.

Important, if you use email address like (yahoo, hotmail) our reply may land in 
junk box.

to some extentmyname is a And often it can happen that a government
heRe llyBes Lis ofCl ssroomM n gemen Resources heselinkswereselec ed 
nddescribedby hemembersof heF ll pl ceforevery hing ndevery hingini spl ce 
housedivided g ins i selfc nno s  ndonlinecourse my n meED uldl ngsyne uldl 
ngsyne llgood hingscome ohewhow i sModernEduc  ion lPr c ices my n meMonmou 
hUniversi y my n meWes LongBr nch my n meNJ.Ifyou res illlookingforcl ssroomm n 
gemen ide scheckou  heirRe llyBigLis ofCl ssroomM n gemen Resources

possibilities it provides, are virtually endless.  There are lots




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



Bug#531825: dbconfig-common: Ugly warning from ucf

2009-06-04 Thread Gabor Kiss
Package: dbconfig-common
Version: 1.8.39
Severity: normal

/usr/share/dbconfig-common/dpkg/common contains this:

dbc_write_package_config(){

   ucf $tfile $dbc_packageconfig

Running ucf this way produces an annoying message:

*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
 script should be fixed to not stop debconf before calling ucf,
 and pass it this parameter. For now, ucf will revert to using
 old-style, non-debconf prompting. Ugh!

 Please inform the package maintainer about this problem.

So do I. :-)

Gabor

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  ucf   3.0016 Update Configuration File: preserv

dbconfig-common recommends no packages.

Versions of packages dbconfig-common suggests:
ii  mysql-client-5.0 [virt 5.0.51a-24+lenny1 MySQL database client binaries

-- debconf-show failed



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



Bug#481061: [RFC PATCH] Re: Bug#481061: python-apt: Rename API methods to conform with PEP 8

2009-06-04 Thread Ben Finney
On 03-Jun-2009, Julian Andres Klode wrote:
 The jak branch follows PEP 8 naming conventions in almost all places
 now. Not finished yet are apt_pkg.Version, apt_pkg.PackageFile,
 apt_pkg.MetaIndex and apt.progress.*.

Thank you for this request for review.

The ‘tests/’ directory has many unit test modules, but many of them
seem to be using old names. Should they not be updated also in line
with these new names so they continue to work?

Also, in attempting to view the docstrings, I'm finding some of the
modules fail to import. for example:

=
 import apt
Traceback (most recent call last):
  File stdin, line 1, in module
  File /home/bignose/Projects/debian/python-apt/jak/apt/__init__.py, line 24, 
in module
from apt.package import Package
  File /home/bignose/Projects/debian/python-apt/jak/apt/package.py, line 62, 
in module
class BaseDependency(object):
  File /home/bignose/Projects/debian/python-apt/jak/apt/package.py, line 82, 
in BaseDependency
if apt_pkg._COMPAT_0_7:
AttributeError: 'module' object has no attribute '_COMPAT_0_7'
=

In the absence of working tests or even working imports, it's
difficult to assess this branch.

Good luck seeing some further progress to this!

-- 
 \  “I see little commercial potential for the Internet for at |
  `\   least ten years.” —Bill Gates, 1994 |
_o__)  |
Ben Finney b...@benfinney.id.au


signature.asc
Description: Digital signature


Bug#531822: ftp-ssl: linked to both readline and openssl

2009-06-04 Thread Sven Joachim
Package: ftp-ssl
Version: 0.17.18+0.2-2
Severity: serious

,
| % ldd /usr/bin/ftp-ssl  
| linux-gate.so.1 =  (0xf7f4d000)
| libreadline.so.5 = /lib/libreadline.so.5 (0xf7f03000)
| libssl.so.0.9.8 = /usr/lib/i686/cmov/libssl.so.0.9.8 (0xf7ebb000)
| [...]
`

Linking against both libreadline and libssl is not allowed, since their
licenses are incompatible.  See #448408, for instance.


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

Kernel: Linux 2.6.29.4-amd64 (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/dash

Versions of packages ftp-ssl depends on:
ii  libc6 2.9-13 GNU C Library: Shared libraries
ii  libreadline5  5.2-4  GNU readline and history libraries
ii  libssl0.9.8   0.9.8k-1   SSL shared libraries
ii  netbase   4.34   Basic TCP/IP networking system

ftp-ssl recommends no packages.

ftp-ssl 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#531668: [Pkg-alsa-devel] Bug#531668: alsa-source: fails to compile with kernel 2.6.29-2

2009-06-04 Thread Elimar Riesebieter
tags 531668 unreproducible
thanks


* Milou [090603 10:04 +0200]
 Subject: alsa-source: fails to compile with kernel 2.6.29-2
 Package: alsa-source
 Version: 1.0.20+dfsg-1
 Severity: normal
 
 The Debian kernel 2.6.29-2 have alsa-driver 1.0.18a (from
 /proc/asound/version) and my laptop need a newer version. When I try to
 compile alsa-driver with module-assistant (or without m-a), it fail. I
 attach the logfile.

Must be something strong with your header package.

Did you
# m-a prepare  m-a a-i alsa
?

Compiles fine here.

Elimar

-- 
  Planung:
  Ersatz des Zufalls durch den Irrtum.
-unknown-



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



Bug#531826: scrotwm: doesn't refresh layout on closing the window sometimes

2009-06-04 Thread Y Giridhar Appaji Nag
Package: scrotwm
Version: 0.9.5-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Steps to reproduce:

1. Open icedove

2. Click on Reply - new mail composition window is opened and the layout is
rearranged to show the main icedove window as well as the composition window.

3. Close the composition window without sending the mail.  The layout is not
rearranged now.  Leaves half the screen empty and I have to do MOD+Space to
make full use of the screen.

After this, if I open a new window for composing email, I still have unused
space for one window.

Giridhar

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

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

Versions of packages scrotwm depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxrandr22:1.3.0-2  X11 RandR extension library

Versions of packages scrotwm recommends:
ii  dwm-tools 30-1   dynamic window manager (tools)
ii  rxvt-unicode [x-terminal-emul 9.06-1 RXVT-like terminal emulator with U
pn  xfonts-terminus   none (no description available)
ii  xterm [x-terminal-emulator]   242-1  X terminal emulator

scrotwm suggests no packages.

- -- no debconf information

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

iQEcBAEBCAAGBQJKJ6piAAoJENbfLHnbvsrcZ8AH/RGAV2GO9l7LTKLez+W6EKde
63IvIMyl2y2rZ1Od7IIRC+xmXMRpmnVivdJIR1RPsarqJNpHehXjDlBbce06jnWa
JsHJnzmhX6u9i/phfvy8g+lxUtox8XwF4GW5lzF0BzW2hwGmsb7DuIc4zmelHOGa
n7b3w0vTk+sam1mf6HedNDwBfimEcjCS0Xds+V61vHdyWTe9nBsvgSDPZC9YWqu2
GdJabOmodEGB2BOdFi516ioSnNyQtClcoledNFEGupZ260fCTMSvdNh6wC/mugMn
6xGqxBiwyfs+OFO0WEG/4OVlX43c6y1Br77UKMbwt8/YquiW5Ctys6P5uAqmMWY=
=uNzx
-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#531829: kvm-source: m-a a-i --force kvm fails because it's looking for compiler.h in the wrong place

2009-06-04 Thread Jonathan Wheelhouse
Package: kvm-source
Version: 72+dfsg-5
Severity: grave
Justification: renders package unusable

Cannot build kvm-source.

ie.

make[3]: Entering directory `/usr/src/linux-headers-2.6.29-2-amd64'
  LD  /usr/src/modules/kvm/built-in.o
  CC [M]  /usr/src/modules/kvm/svm.o
In file included from command-line:0:
/usr/src/modules/kvm/external-module-compat.h:10:28: error: linux/compiler.h: 
No such file or directory
/usr/src/modules/kvm/external-module-compat.h:12:26: error: linux/string.h: No 
such file or directory
In file included from /usr/src/modules/kvm/external-module-compat.h:13,
 from command-line:0:

Package linux-headers-2.6.29-2-common contains compiler.h but at 
/usr/src/linux-headers-2.6.29-2-common/include/linux/compiler.h
 .  ie not in /usr/src/linux-headers-2.6.29-2-amd64 which is where m-a is 
looking.


-- Package-specific info:


selected information from lshal(1):



/proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 CPU T7400  @ 2.16GHz
stepping: 6
cpu MHz : 1000.000
cache size  : 4096 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx est 
tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow
bogomips: 4322.60
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 CPU T7400  @ 2.16GHz
stepping: 6
cpu MHz : 1000.000
cache size  : 4096 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
apicid  : 1
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx est 
tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow
bogomips: 4322.53
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:




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

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

Versions of packages kvm-source depends on:
ii  bzip2 1.0.5-1high-quality block-sorting file co
ii  debhelper 7.2.14 helper programs for debian/rules
ii  make  3.81-5 The GNU version of the make util
ii  module-assistant  0.11.1 tool to make module package creati

kvm-source recommends no packages.

Versions of packages kvm-source suggests:
ii  kernel-package12.014 A utility for building Linux kerne
ii  linux-headers-2.6-amd64 [linu 2.6.29+19  Header files for Linux 2.6-amd64
ii  linux-headers-2.6.29-2-amd64  2.6.29-5   Header files for Linux 2.6.29-2-am
ii  linux-source-2.6.29 [linux-so 2.6.29-5   Linux kernel source for version 2.

-- 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#531827: ITP: mono-uia -- Implementations of members and interfaces based on MS UIA API

2009-06-04 Thread Ray Wang
Package: wnpp
Severity: wishlist
Owner: Ray Wang raw...@novell.com


* Package name: mono-uia
  Version : 1.0
  Upstream Author : Mono Accessibility mono-a...@forge.novell.com
* URL : http://www.mono-project.com/Accessibility
* License : MIT/X
  Programming Lang: C#
  Description : Implementations of members and interfaces based on MS UIA 
API

Implementations of the members and interfaces based on MS UIA API.

The Mono Project is an open development initiative that is working to
develop an open source, Unix version of the .NET development platform.
Its objective is to enable Unix developers to build and deploy
cross-platform .NET applications. The project will implement various
technologies that have been submitted to the ECMA for standardization.

-- System Information:
Debian Release: 5.0
  APT prefers lenny-security
  APT policy: (500, 'lenny-security'), (500, 'lenny')
Architecture: i386 (i686)



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



Bug#531828: doc-linux-*-pt: package description language

2009-06-04 Thread helix84
Package: doc-linux-text-pt
Package: doc-linux-html-pt
Priority: normal

The package description is partly in English and partly in Portugese.
It should be completely in English and translated to Portugese using
the DDTP project.

Regards
~~helix84



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



Bug#531831: audacious corrupts its configuration files

2009-06-04 Thread Steve McIntyre
Package: audacious
Version: 1.5.1-4
Severity: serious

I started up audacious from the commane line. I realised that I had
not backgrounded it as I normally do, so hit ctrl-z to suspend. When I
backgrounded it using bg, it seemed to start as normal but the sound
quality was horrific. As I had headphones, it was actually painful:
massive amounts of clipping.

Looking at the config file afterwards, I can see that it had changed
one of the settings:

saved_volume=25700

to

saved_volume=65535

I've seen this happen a couple of times now, but I can't reproduce it
at will which would suggest there is a timing problem involved.

Finally: why is it trying to change settings at startup?

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Can't keep my eyes from the circling sky,
Tongue-tied  twisted, Just an earth-bound misfit, I...




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



Bug#531830: Cisco cpu polling OID in cacti package obsolete

2009-06-04 Thread David Syk

Package: cacti
Version: 0.8.7b-2.1

When using the default template for Cisco Router - 5 Minute CPU the  
graphs does not work. The Template uses an old OID thats obsolete.


I suggest that the OID to polling Cisco routers cpu-load is to be  
replaced with .1.3.6.1.4.1.9.9.109.1.1.1.1.8.1


I am using Debian GNU/Linux 5.0, kernel 2.6.26-1-686



Bug#531832: inkscape: Unable to change the default (aakar) font

2009-06-04 Thread Luka Marčetić
Package: inkscape
Version: 0.46-6
Severity: important

When creating text objects, font defaults to aakar. After selecting the text, 
trying to change it using the fall-down list fails. Program prints this message
to the command line:

(inkscape:7651): Pango-WARNING **: Error loading GPOS table 0x157F

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

Kernel: Linux 2.6.26-2-amd64 (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 inkscape depends on:
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libc6   2.9-12   GNU C Library: Shared libraries
ii  libcairo2   1.8.6-2+b1   The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.8.0-1  C++ wrappers for Cairo (shared lib
ii  libfontconfig1  2.6.0-3  generic font configuration library
ii  libfreetype62.3.9-4.1FreeType 2 font engine, shared lib
ii  libgc1c21:6.8-1.2conservative garbage collector for
ii  libgcc1 1:4.4.0-5GCC support library
ii  libgconf2-4 2.26.0-1 GNOME configuration database syste
ii  libglib2.0-02.20.1-2 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.20.0-1 C++ wrapper for the GLib toolkit (
ii  libgnomevfs2-0  1:2.24.1-1   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.16.1-2 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a   1:2.16.0-2   C++ wrappers for GTK+ 2.4 (shared 
ii  libgtkspell02.0.13-2 a spell-checking addon for GTK's T
ii  liblcms11.18.dfsg-1  Color management library
ii  libmagick++10   7:6.3.7.9.dfsg2-1+b1 C++ API to the ImageMagick library
ii  libmagick10 7:6.3.7.9.dfsg2-1+b1 image manipulation library
ii  libpango1.0-0   1.24.0-3+b1  Layout and rendering of internatio
ii  libpangomm-1.4-12.24.0-2 C++ Wrapper for pango (shared libr
ii  libpng12-0  1.2.36-1 PNG library - runtime
ii  libpoppler-glib40.10.4-3 PDF rendering library (GLib-based 
ii  libpoppler4 0.10.4-3 PDF rendering library
ii  libpopt01.14-4   lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a  2.0.18-2 type-safe Signal Framework for C++
ii  libssl0.9.8 0.9.8g-16SSL shared libraries
ii  libstdc++6  4.4.0-5  The GNU Standard C++ Library v3
ii  libwpd8c2a  0.8.14-1 Library for handling WordPerfect d
ii  libwpg-0.1-10.1.3-1  WordPerfect graphics import/conver
ii  libx11-62:1.2.1-1X11 client-side library
ii  libxft2 2.1.13-3 FreeType-based font drawing librar
ii  libxml2 2.7.3.dfsg-1 GNOME XML library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 
ii  zlib1g  1:1.2.3.3.dfsg-13compression library - runtime

Versions of packages inkscape recommends:
pn  imagemagick   none (no description available)
pn  libwmf-binnone (no description available)
pn  perlmagicknone (no description available)
pn  pstoedit  none (no description available)

Versions of packages inkscape suggests:
ii  dia   0.96.1-7.1 Diagram editor
ii  libgnomevfs2-extra1:2.24.1-1 GNOME Virtual File System (extra m
pn  libsvg-perl   none (no description available)
pn  libxml-xql-perl   none (no description available)
ii  python2.5.4-2An interactive high-level object-o
pn  python-lxml   none (no description available)
ii  python-numpy  1:1.2.1-1  Numerical Python adds a fast array
pn  python-uniconvertor   none (no description available)
pn  ruby  none (no description available)
pn  skencil   none (no description available)
pn  ttf-bitstream-veranone (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#531790: scrotwm: focus changes to the window in the background sometimes

2009-06-04 Thread Y Giridhar Appaji Nag
On 09/06/04 09:52 +0200, Andrea Bolognani said ...
 Seems like there is a bug in the handling of focus order.
 I'll try to find the relevant part in the source and patch it.

From the website, Known bugs:
- upon destroy in multiscreen a window on the other screen gains focus

Looks like this is what I am experiencing, however, I was using scrotwm
without multi-screen (was using it on my laptop) when I reported the bug.

Giridhar

-- 
Y Giridhar Appaji Nag | http://people.debian.org/~appaji/


signature.asc
Description: Digital signature


Bug#531522: RFH: error in dlopen?

2009-06-04 Thread Manuel Prinz
[ Please keep me or the bug in CC, as I'm not subscribed. Thanks! ]

Hi everyone,

I'm trying to find the reason for bug #531522. The Open MPI compiler
wrapper of Open MPI 1.3.2 segfaults when called with fakeroot. I have
the feeling that eglibc's dlopen()/dlsym() might be the problem but I'm
not sure enough to file a bug report. It would be great if someone could
have a look at it and enlighten me. It's blocking the Open MPI
transition and I'm kinda lost at the moment.

As far as I can say, the problem does not appear on a Lenny system with
Open MPI 1.3.2. Before the transition started, I rebuilt all packages
that depend on Open MPI in a sid chroot which worked fine. This was
before the switch to eglibc. This is why I think it might be eglibc
related, and not a problem in Open MPI itself.

I've not found a list of differences between glibc and eglibc that shed
some light into that, so this is why I ask you, the experts. If I can
provide any further information besides the backtraces in the bug log,
please feel free to ask!

Thanks in advance!

Best regards
Manuel


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#531835: audacious 2.0.1: freezes after playing an Ogg or MP3 file

2009-06-04 Thread Steve Cotton
Package: audacious
Version: 2.0.1-1
Severity: grave
Justification: renders package unusable

After playing an Ogg or MP3 file to the end, Audacious2 freezes.  The music
stops at the end of the file; the UI is still responsive until I try to play
another file (by double-clicking on the playlist).

Wav files are fine, even 5 minute long ones.

While playing the first Ogg file, before it has finished, double-clicking on
another song in the playlist successfully changes song and plays the new
track.

I'm using the ALSA output plugin, and have the playlist visible, but that's
the only non-default setting that I'm using (having moved my normal
.config/audacious out of the way).

I can replicate this with every ogg I've tried, including those in the
wesnoth-data and wesnoth-music packages.

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

Kernel: Linux 2.6.29-1-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/bash

Versions of packages audacious depends on:
ii  audacious-plugins 2.0.1-1Base plugins for audacious
ii  dbus  1.2.14-2   simple interprocess messaging syst
ii  gtk2-engines-pixbuf   2.16.2-1   Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libaudclient2 2.0.1-1audacious dbus remote control libr
ii  libaudcore1   2.0.1-1audacious core engine library
ii  libaudid3tag2 2.0.1-1audacious id3 tag manipulation lib
ii  libaudutil1   2.0.1-1audacious utility library
ii  libc6 2.9-13 GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.14-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.80-4 simple interprocess messaging syst
ii  libfontconfig12.6.0-3generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.20.3-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.2-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libmcs1   0.7.1-1Abstraction library to store confi
ii  libmowgli10.6.1-1a high performance development fra
ii  libpango1.0-0 1.24.2-1   Layout and rendering of internatio
ii  libsad2   2.0.1-1audacious scale and dither library
ii  libsamplerate00.1.7-2audio rate conversion library
ii  libsm62:1.1.0-2  X11 Session Management library

Versions of packages audacious recommends:
ii  audacious-plugins-extra   2.0.1-1Various extra plugins for audaciou
ii  unzip 6.0-1  De-archiver for .zip files

audacious 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#531833: doc-linux-hr: package description language

2009-06-04 Thread helix84
Package: doc-linux-hr
Priority: normal

The package description is partly in English and partly in Croatian.
It should be completely in English and translated to Croatian using
the DDTP project.

Regards
~~helix84



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



Bug#531836: trackerd using cpu rapidly switching Pending - Watching

2009-06-04 Thread Ulrik Sverdrup
Package: tracker
Version: 0.6.95-1
Severity: normal


Suddenly trackerd uses 30% cpu power and tracker-applet the rest, ~60%.

tracker-status -d -f output lines like the following, many times per
second:

$ tracker-status -d -f
Press Ctrl+C to end follow of Tracker state
Tracker-status ändrades från Ingen -- Watching
  Initialt index: nej
  I sammanfogning   : nej
  Är manuellt pausad   : nej
  Är pausad på grund av låg b: nej
  Är pausad för IO: nej
  Är indexering aktiverad  : ja
Tracker-status ändrades från Watching -- Pending
Tracker-status ändrades från Pending -- Watching
Tracker-status ändrades från Watching -- Pending
Tracker-status ändrades från Pending -- Watching
Tracker-status ändrades från Watching -- Pending
Tracker-status ändrades från Pending -- Watching
Tracker-status ändrades från Watching -- Pending
Tracker-status ändrades från Pending -- Watching
Tracker-status ändrades från Watching -- Pending
Tracker-status ändrades från Pending -- Watching
Tracker-status ändrades från Watching -- Pending
Tracker-status ändrades från Pending -- Watching
Tracker-status ändrades från Watching -- Pending
Tracker-status ändrades från Pending -- Watching


A brief strace -ttt output shows how large the frequency is:

1244114592.198405 getpriority(PRIO_PROCESS, 0) = 1
1244114592.212919 setpriority(PRIO_PROCESS, 0, 19) = 0
1244114592.212975 getpriority(PRIO_PROCESS, 0) = 1
1244114592.260375 writev(7,
[{B\4\1\1\0\0\0$\0\4\234d\0\0\0u\1\1o\0\0\0\0\30/org/free..., 136},
{\0\0\0\7Pending\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 36}],
2) = 172
1244114592.268514 getpriority(PRIO_PROCESS, 0) = 1
1244114592.288611 setpriority(PRIO_PROCESS, 0, 23) = 0
1244114592.288768 getpriority(PRIO_PROCESS, 0) = 1
1244114592.315542 writev(7,
[{B\4\1\1\0\0\0(\0\4\234e\0\0\0u\1\1o\0\0\0\0\30/org/free..., 136},
{\0\0\0\10Watching\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 40}],
2) = 176
1244114592.379201 getpriority(PRIO_PROCESS, 0) = 1
1244114592.379393 setpriority(PRIO_PROCESS, 0, 19) = 0
1244114592.379486 getpriority(PRIO_PROCESS, 0) = 1
1244114592.436501 writev(7,
[{B\4\1\1\0\0\0$\0\4\234f\0\0\0u\1\1o\0\0\0\0\30/org/free..., 136},
{\0\0\0\7Pending\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 36}],
2) = 172
1244114592.484188 getpriority(PRIO_PROCESS, 0) = 1
1244114592.506006 setpriority(PRIO_PROCESS, 0, 23) = 0
1244114592.506061 getpriority(PRIO_PROCESS, 0) = 1
1244114592.548371 writev(7,
[{B\4\1\1\0\0\0(\0\4\234g\0\0\0u\1\1o\0\0\0\0\30/org/free..., 136},
{\0\0\0\10Watching\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 40}],
2) = 176
1244114592.575934 getpriority(PRIO_PROCESS, 0) = 1
1244114592.576059 setpriority(PRIO_PROCESS, 0, 19) = 0
1244114592.576105 getpriority(PRIO_PROCESS, 0) = 1
1244114592.600565 writev(7,
[{B\4\1\1\0\0\0$\0\4\234h\0\0\0u\1\1o\0\0\0\0\30/org/free..., 136},
{\0\0\0\7Pending\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 36}],
2) = 172
1244114592.622588 getpriority(PRIO_PROCESS, 0) = 1
1244114592.653560 setpriority(PRIO_PROCESS, 0, 23) = 0
1244114592.653618 getpriority(PRIO_PROCESS, 0) = 1
1244114592.720809 writev(7,
[{B\4\1\1\0\0\0(\0\4\234i\0\0\0u\1\1o\0\0\0\0\30/org/free..., 136},
{\0\0\0\10Watching\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 40}],
2) = 176
1244114592.722298 getpriority(PRIO_PROCESS, 0) = 1
1244114592.740437 setpriority(PRIO_PROCESS, 0, 19) = 0
1244114592.740494 getpriority(PRIO_PROCESS, 0) = 1
1244114592.796375 writev(7,
[{B\4\1\1\0\0\0$\0\4\234j\0\0\0u\1\1o\0\0\0\0\30/org/free..., 136},
{\0\0\0\7Pending\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 36}],
2) = 172
1244114592.797997 getpriority(PRIO_PROCESS, 0) = 1
1244114592.822740 setpriority(PRIO_PROCESS, 0, 23) = 0
1244114592.822797 getpriority(PRIO_PROCESS, 0) = 1
1244114592.852593 writev(7,
[{B\4\1\1\0\0\0(\0\4\234k\0\0\0u\1\1o\0\0\0\0\30/org/free..., 136},
{\0\0\0\10Watching\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 40}],
2) = 176



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.27-rc8fastboot
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tracker depends on:
ii  dbus 1.2.12-1simple interprocess messaging syst
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.12-1simple interprocess messaging syst
ii  libdbus-glib 0.80-4  simple interprocess messaging syst
ii  libexempi3   2.1.0-3 library to parse XMP metadata (Lib
ii  libexif120.6.17-1library to parse EXIF files
ii  libfontconfi 2.6.0-3 generic 

Bug#531820: more info

2009-06-04 Thread Jean-Louis Biasini
hello,

I didn't see that I was already runnig a quodlibet session...
Here is the result of the command quodlibet when no other is active :

jean-lo...@debian:~$ quodlibet
Initializing audio backend (gstbe)
Initializing main library (~/.quodlibet/songs)
Traceback (most recent call last):
  File /usr/bin/quodlibet, line 274, in module
main()
  File /usr/bin/quodlibet, line 36, in main
library=const.LIBRARY,
  File /usr/lib/python2.5/site-packages/quodlibet/__init__.py, line
158, in init
library = quodlibet.library.init(library)
  File /usr/lib/python2.5/site-packages/quodlibet/library/__init__.py,
line 31, in init
print_(_(Supported formats: %s) % s)
  File /usr/lib/python2.5/site-packages/quodlibet/__init__.py, line
70, in print_
string = string.decode(frm).encode(ENCODING, replace)
  File /usr/lib/python2.5/encodings/utf_8.py, line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 15-17:
invalid data
jean-lo...@debian:~$ 


regards

Jean-Louis




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



Bug#531569: (no subject)

2009-06-04 Thread Anthony BERGER
please , apply the patch.
you can not let it in this state...
etch must be upgraded
-- 
Anthony BERGER
Administrateur Système
Infogérance CEA Cadarache
Tel : 04 42 25 78 46
Mail : anthony.ber...@cea.fr



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



Bug#531795: live-helper: Building a sid rescue image fails

2009-06-04 Thread Daniel Baumann
tags 531795 +pending
thanks

has been fixed in git, thanks for reporting it.

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



  1   2   3   4   >