Bug#613143: there is /usr/lib64 symlink but no /usr/local/lib64

2011-02-13 Thread Tollef Fog Heen

Package: debian-policy

]] Steve Langasek 

| On Fri, Feb 04, 2011 at 07:02:33PM +0100, Tollef Fog Heen wrote:
|  ]] Yaroslav Halchenko 
| 
|  | please do not slap me too hard (only so that I feel your warm carrying
|  | touch):
| 
|  | is there a rationale for: on amd64 Debian systems having
| 
|  | /lib64 - /lib
| 
|  Yes, it's required by the ABI, unfortunately.
| 
|  | /usr/lib64 - /usr/lib
| 
|  Not really, apart from some broken software  that will look for stuff
|  there and be confused if it doesn't exist.  I think we should drop it.
| 
| How do we square that with the FHS, then?  The FHS says:
| 
|   If directories /libqual or /usr/libqual exist, the equivalent
|   directories must also exist in /usr/local.
| 
| That seems to require /usr/local/lib64 even if we *don't* include
| /usr/lib64, right?  Should we amend policy to take this exception to the
| FHS?  Please open a bug report on policy if you think we should.

I think this is a bug in the FHS that we need to work around in Debian
policy.  

| /me goes back to making lib64 obsolete ;)

Great! :-)

Suggested change:

--- /proc/self/fd/132011-02-13 09:12:50.142239544 +0100
+++ policy.sgml 2011-02-13 09:12:01.565231567 +0100
@@ -5993,6 +5993,13 @@
   to get access to kernel information./footnote
 /p
   /item
+  item
+p
+  The requirement for file/usr/local/liblt;qualgt;/file
+  to exist if file/liblt;qualgt/file or 
+  file/usr/liblt;qualgt/file exists is removed.
+/p
+  /item
 /enumlist
 
   /p

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



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



Bug#612842: Please make dependendency on libpcsclite1 optional

2011-02-13 Thread Ludovic Rousseau
2011/2/13 Michael Biebl bi...@debian.org:
 On 11.02.2011 21:43, Ludovic Rousseau wrote:
 reassign 612842 wpasupplicant
 thank


 Hm, I don't see how libpcsclite1 depending on pcscd is a bug in wpasupplicant.
 Could you elaborate?

wpasupplicant depends on libpcsclite1 to add support of smart cards.
libpcsclite1 has dependencies on other packages, in particular
indirectly on libhal.

Adding smart card support has a (high) cost for every body, including
the vast majority of wpasupplicant users with no smart card.

The best solution is for spasupplicant to use the libpcsclite1 library
only when needed/requested by the user.
Use dlopen() instead of a direct link, and change the Depends: to a
Suggests: instead.

I proposed a patch [1] in Debian bug #531592

The wpasupplicant Debian packagers decided to completely remove smart
card support [2]. I don't know if using dlopen() to add smart card
support back is on the roadmap.

Bye

[1] 
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=patch.txt;att=1;bug=531592
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612715#25

-- 
 Dr. Ludovic Rousseau



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



Bug#522138: Gears is dead

2011-02-13 Thread Micah Gersten
Google Gears has been dead upstream for about a year, I don't know if
there's any reason to get this into Debian.  We dropped it in Ubuntu
in Maverick.

Thanks,
Micah




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



Bug#613131: xserver-xorg-video-nouveau: Video corruption on NVIDIA NV4c with Kernel 2.6.37-trunk-amd64

2011-02-13 Thread Sven Joachim
On 2011-02-13 02:17 +0100, Ken Bloom wrote:

 Package: xserver-xorg-video-nouveau
 Version: 1:0.0.16+git20101210+8bb8231-2
 Severity: grave
 Justification: renders package unusable

Hardly.  On most cards it should work fine.

 My graphics are completely screwed up the new sid Xorg with
 linux-image-2.6.37-1~experimental.1 and an NVIDIA NV4c chipset.

If you don't want to get back to Squeeze's X stack and kernels, try
disabling acceleration, e.g. with the NoAccel or ShadowFB option in
xorg.conf.  See nouveau(4).

 The attached photo shows the extent of the screen corrpution.

Please refrain from attaching Megabyte-size images, your message was too
big for the Debian mailing lists (including debian-x, which is the
maintainer address).

Your problem seems to be the one described in
https://bugs.freedesktop.org//show_bug.cgi?id=33887, if you're
interested you may subscribe there.

Sorry for the inconvenience,
Sven



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



Bug#613144: dynalang: FTBFS: missing TraXLiaison class

2011-02-13 Thread Marco Rodrigues
Package: dynalang
Version: 0.4-1
Severity: Important
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty
Tags: patch

Fix build failure (missing TraXLiaison class) by adding ant-nodeps to
the classpath.

Thanks.

--
Marco Rodrigues
http://www.marblehole.com
diff -Nru dynalang-0.4/debian/rules dynalang-0.4/debian/rules
--- dynalang-0.4/debian/rules	2010-08-03 16:48:29.0 +0100
+++ dynalang-0.4/debian/rules	2011-01-06 15:35:42.0 +
@@ -6,7 +6,7 @@
 JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_BUILDDIR := mop
 DEB_ANT_BUILD_TARGET := jar test doc
-DEB_JARS := ant-junit junit emma_ant emma ant-trax
+DEB_JARS := ant-junit junit emma_ant emma ant-trax ant-nodeps
 
 install/libdynalang-java::
 	jh_installlibs -plibdynalang-java


Bug#604056: gnome-open broken

2011-02-13 Thread Jason Woofenden
reassign 604056 pyracerz
retitle 604056 pyracerz dies immediately with a stacktrace on launch
thanks

So sorry for the mess, I got two bug numbers mixed up. I'll be more
careful in the future.

Take care,   - Jason



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



Bug#613145: xserver-xorg-input-evdev: Please add Disable middle mouse button emulation by default. to NEWS.Debian

2011-02-13 Thread Philipp Matthias Hahn
Package: xserver-xorg-input-evdev
Version: 1:2.6.0-2
Severity: normal

The default behavior for middle mouse button emulation was changed
with upstream commit 21a2ac818e75ef918d320ce1e88b6263e68e598d, which
broke my setup today when upgrading to unstable. I have an 5 button, 2
wheels, 1 key mouse, which is lacking button #3, so I prefer the
emulation.
See /usr/share/doc/xserver-xorg-input-evdev/changelog.gz for the full
message and for a work around.


-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Oct 28  2008 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1917984 Feb  5 13:14 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600 GT] 
(rev a1)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 2143 Feb 13 08:50 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section ServerLayout
Identifier  Default Layout
Screen  0   TwinScreen 0 0
EndSection

Section ServerFlags
#   Option  DefaultServerLayout   Default Layout
#   Option  NoTrapSignals off
#   Option  DontVTSwitch  off
#   Option  DontZap   off
#   Option  DontZoom  off
#   Option  DisableVidModeExtension   false
#   Option  AllowNonLocalXvidtune off
#   Option  DisableModInDev   false
#   Option  AllowNonLocalModInDev off
#   Option  AllowMouseOpenFailfalse
#   Option  VTinit
#   Option  VTSysReq  off
#   Option  XkbDisableoff
#   Option  PC98  false
#   Option  NoPM  false
#   Option  AllowDeactivateGrabs  off
#   Option  AllowClosedownGrabs   off
#   Option  HandleSpecialKeys WhenNeeded
#   Option  AIGLX off
#   Option  UseDefaultFontPathtrue
#   Option  IgnoreABI false
#   Option  EstimateSizesAggresively  0
Option  BlankTime 10# 10 minutes
Option  StandbyTime   0
Option  SuspendTime   30
Option  OffTime   0
#   Option  Pixmap32
#   Option  Xinerama  0
EndSection

Section Monitor
Identifier  ECOMO 19H99
VendorName  Elsa
ModelName   ELSA ECOMO 19H99
HorizSync   30.0 - 95.0 # multisync
VertRefresh 50.0 - 152.0# multisync
Option  DPMS
EndSection
Section Monitor
Identifier  DELL G2410
VendorName  DELL
ModelName   DELL G2410
EndSection

Section Device
Identifier  MSI 8600
Driver  nvidia
VendorName  MSI
BoardName   GeForce 8600 GT
Option  HWCursor on
BusID   PCI:01:00:0
#Option UseDisplayDevice DFP-1
#Option UseDisplayDevice CRT-0
EndSection

Section Screen
Identifier TwinScreen
Device MSI 8600
MonitorECOMO 19H99
DefaultDepth24
Option TwinView 1
Option TwinViewXineramaInfoOrder DFP-1 CRT-0
Option metamodes CRT: 1280x1024 +1920+0, DFP: nvidia-auto-select 
+0+0
SubSection Display
Depth   24
EndSubSection
EndSection

Section Extensions
Option  Composite enable
EndSection

Section InputClass
Identifier  middle button emulation class
MatchIsPointer  on
Option  Emulate3Buttons   on
EndSection

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

Kernel version (/proc/version):
---
Linux version 2.6.37 (pmhahn@scout) (gcc version 4.4.5 (Debian 4.4.5-10) ) #1 
SMP PREEMPT Wed Jan 5 07:37:04 CET 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 15413 Apr 24  2010 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 18665 Feb 13 08:28 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[15.688] 
X.Org X Server 1.9.4
Release Date: 2011-02-04
[15.688] X Protocol Version 11, Revision 0
[15.688] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[15.688] Current Operating System: Linux scout 2.6.37 #1 SMP PREEMPT Wed 
Jan 5 07:37:04 CET 2011 x86_64
[15.688] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37 
root=UUID=513effc1-8374-4162-8ce9-bf16f6545b4a ro quiet
[15.688] Build Date: 05 February 2011  12:02:52PM
[15.688] xorg-server 2:1.9.4-1 (Cyril Brulebois k...@debian.org) 
[15.688] Current version of pixman: 0.21.4
[15.688]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[15.688] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not 

Bug#612985: gnome-open broken

2011-02-13 Thread Jason Woofenden
reassign 612985 libgnome2-0
retitle 612985 gnome-open ignores /desktop/gnome/url-handlers
thanks

Hey devs,

A little experience and poking around has convinced me that I had
mis-assigned this bug.

The basic issue is that my browser preferences are being ignored by
the gnome programs I use. A workaround would be wonderful, as this
issue is hard to live with. Details follow:



I have expressed my browser choice in the following ways:

The ENV var $BROWSER=/home/jasonwoof/bin/default-browser. (This
makes sensible-browser behave as I wish.)

gnome System - Preferences - Preferred Applications - Internet
- Browser: selected custom, and command set to:
/home/jasonwoof/bin/default-browser %s

gconf-editor /desktop/gnome/url-handlers/http/command set to:
/home/jasonwoof/bin/default-browser %s

And I rebooted.

The following programs all open /usr/bin/chromium-browser instead
of my browser of choice:

gnome-open
xdg-open
gnome-terminal (right-click - Open Link)
pidgin
and many others I'm sure


I just noticed today that clicking mailto:; links in chromium no
longer brings up my e-mail client script that I configured with
Preferred Applications. (or any other e-mail program.) I mention
this in case it'll help you track down the gnome-open issue.

Thank you,   - Jason



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



Bug#594571: SuPHP and PHP5 on Debian Squeeze

2011-02-13 Thread Shlomi Bazak
Hey there,

This problem is new to Debian and there is nothing wrong with suphp or
apache.
The only thing is that mod-php5 config uses FilesMatch
.phpsethandler/FilesMatch and
mod-suphp uses AddType .php, so one may edit one of those modules .conf
file, to set the declaration as in the other file.
I suggest to edit the php5.conf in /etc/apache2/mods-available/
(if you'll set the suphp with FilesMatch * tag then you'll have to rewrite
the config files of phpmyadmin horde and etc... because they use AddType
declaration)


vim /etc/apache2/mods-available/php5.conf

Comment the  files match declaration.
Add the Add Type declaration.

So the file will look like:
#=
IfModule mod_php5.c
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
# FilesMatch \.ph(p3?|tml)$
#SetHandler application/x-httpd-php
# /FilesMatch
#FilesMatch \.phps$
#SetHandler application/x-httpd-php-source
#/FilesMatch
# To re-enable php in user directories comment the following lines
# (from IfModule ... to /IfModule.) Do NOT set it to On as it
# prevents .htaccess files from disabling it.
IfModule mod_userdir.c
Directory /home/*/public_html
php_admin_value engine Off
/Directory
/IfModule
/IfModule
#=


I do suggest that Debian should change the php5.conf back, or change all
packages in question
to use the FilesMatch * declaration.

Hope I helped you and some other guys out there with this problem,
since I've spend some time with this issue : )

___

Regards,
Shlomi Bazak
SBZsoft (c) http://www.sbzsoft.com


Bug#610777: fixed in mathgl 1.11.0.1-3

2011-02-13 Thread Dimitrios Eftaxiopoulos
On Sunday 13 February 2011 06:00:20 you wrote:
 reopen 610777
 found  610777 1.11.0.1-3
 thanks
 
 Hi,
 
 | Changes:
 |  mathgl (1.11.0.1-3) unstable; urgency=low
 |  .
 |  
 |* Upload in unstable
 |* Change symbols files for pbuilder --distribution unstable (Closes:
 |#610777)
 
 I'm not sure what that means, but your package still FTBFS on:
 i386, kfreebsd-i386, mipsel, powerpc, s390, sparc.
 
   https://buildd.debian.org/status/package.php?p=mathgl
 
 KiBi.

Indeed, I didn't manage to fix it. I will try to adapt the symbols files 
according to the failure messages about symbols.

Sorry for the disruption
Dimitris



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



Bug#612228: [systemd]

2011-02-13 Thread Emmanuel Surleau
Package: systemd
Version: 16-1

--- Please enter the report below this line. ---
Unfortunately, I reinstalled mysql (which removed my 5.0 version in favour of 
5.1) to fix the issue. 5.0 doesn't seem to be available anymore according to 
apt-cache, and thanks to an apt-clean, is not in my archive cache anymore 
either. Which means I don't have a way of reproducing whatever issue there was 
with mysql. In any case, I'll file a separate bug if the issue arises again 
(clearly, there is a problem, since sysvinit managed to boot the system, 
merely complaining about mysql not being able to start).

Thanks for the help. I suggest marking the issue as duplicate of #610871 and 
closing it.

Cheers,

Emm

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.37-0.slh.20-aptosid-686

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.uk.debian.org 
  500 unstableaptosid.office-vienna.at 
  101 experimental-snapshots qt-kde.debian.net 
1 experimentalftp.uk.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libaudit0| 1.7.13-1+b2
libc6  (= 2.10) | 2.11.2-11
libcap2(= 2.10) | 1:2.19-3
libcryptsetup1(= 2:1.2) | 2:1.2.0-1
libdbus-1-3   (= 1.1.1) | 1.4.1-2
libpam0g   (= 0.99.7.1) | 1.1.1-6.1
libudev0(= 154) | 165-1
util-linux (= 2.17.2-5) | 2.17.2-9


Recommends  (Version) | Installed
=-+-===
libpam-systemd| 


Suggests (Version) | Installed
==-+-===
systemd-gui| 16-1







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



Bug#613146: syslinux: Strange Breaks/Replaces combinations between syslinux and syslinux-common

2011-02-13 Thread Sven Joachim
Package: syslinux
Version: 2:4.03+dfsg-11

,
| Package: syslinux
| Version: 2:4.03+dfsg-11
| Replaces: syslinux-common
| Depends: libc6 (= 2.7), syslinux-common (= 2:4.03+dfsg-11)
| Breaks: syslinux-common ( 2:4.03+dfsg-11)
| 
| Package: syslinux-common
| Version: 2:4.03+dfsg-11
| Replaces: syslinux
| Breaks: syslinux ( 2:4.03+dfsg-11)
`

What is the point of syslinux/syslinux-common breaking all previous
versions of each other, causing one of them to be deconfigured on every
upgrade?  The syslinux version in Squeeze already has a strict versioned
dependency on syslinux-common, so at least the Breaks in syslinux is
entirely redundant.

The unversioned Replaces look also rather dubious, they should probably
be restricted to versions where you actually moved files between
syslinux and syslinux-common.


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

Kernel: Linux 2.6.38-rc4-nouveau+ (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 syslinux depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  syslinux-common   2:4.03+dfsg-11 collection of boot loaders (common

syslinux recommends no packages.

Versions of packages syslinux suggests:
ii  dosfstools3.0.9-1utilities for making and checking 
ii  mtools4.0.12-1   Tools for manipulating MSDOS files
pn  os-prober 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#532100: please provide a way to specify a pidfile

2011-02-13 Thread David Paleino
Hello,

On Fri, 12 Jun 2009 12:16:34 +0200, David Paleino wrote:

 tags 532100 patch
 thanks
 
 Please find a patch implementing --pidfile/-P.

what's the status of this bug?

Thank you,
David

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


signature.asc
Description: PGP signature


Bug#577700: grub2: cannot boot in efi mode with Macbook 5,1

2011-02-13 Thread Giovanni Toraldo
A later update on this: I've successfully booted in EFI mode building
manually grub-1.99~rc1 :)

Thank you.

-- 
Giovanni Toraldo
http://gionn.net/



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



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

2011-02-13 Thread Yves-Alexis Perez
On dim., 2011-02-13 at 02:50 +0100, Fernando Ruza Rodriguez wrote:
 At last, I've solved it uninstalling Network Manager (network-manager
 and network-manager-gnome packages). I don't use Network Manager
 because
 I have virtual machines and I've got bridges so I don't need those
 packages. After removing those packages evolution starts like a charm
 and it works perfectly so I think the bug has something related with
 network manager. 

Having NM installed without using it is definitely causing problems
because the systems thinks it's offline. Though I'm not sure why it'd
want to be online to do the migration, but yeah thanks for the
information, it might help other people.

Regards,
-- 
Yves-Alexis


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


Bug#532084: please provide a way to write a pidfile

2011-02-13 Thread David Paleino
Hello,

On Sat, 6 Jun 2009 11:45:02 +0200, David Paleino wrote:

 It would be good to have a way to specify a pidfile, like dhclient's -pf
 option.

any news on this bug? :)

Thank you,
David

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


signature.asc
Description: PGP signature


Bug#612935: bombono-dvd: Fails to create ISO

2011-02-13 Thread Christian Marillat
Martin Michlmayr t...@cyrius.com writes:

 John, this package is from debian-multimedia.org and not from Debian
 so we cannot help you.  I'm copying the maintainer.

 Christian, see below.

 * John Eikenberry j...@zhar.net [2011-02-11 12:23]:
 Package: bombono-dvd
 Version: 1.0.0-0.0
 Severity: important
 
 
 When creating an ISO image it fails with this error listed in its show 
 details
 window.

Thsi bug has been fixed in stable 1.0.0-0.0squeeze1 and unstable 1.0.1-0.0

Christian



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



Bug#613147: FTBFS: missing Build-Depends on libnewt-dev

2011-02-13 Thread David Paleino
Source: pump
Version: 0.8.24-7
Severity: serious
Tags: patch

Hello,
while trying to work on a patch for #532084, I discovered that the package is
missing a Build-Depends on libnewt-dev.
Adding it solved the FTBFS on my (dirty) system. To find others, please build
the package in a clean chroot.

Kindly,
David

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


signature.asc
Description: PGP signature


Bug#613148: purple: Wishlist: List Twitter console client

2011-02-13 Thread Frenchn00b
Package: libpurple-bin
Version: 2.7.3-1+squeeze1
Severity: wishlist
File: purple

Dear Sir,

Could you please implement this Twitter client into the console of purple chat, 
for a light weight super console chat purple.


http://synflood.at/baconbird.html

thank you

Kind regards

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

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

Versions of packages libpurple-bin depends on:
ii  libpurple0  2.7.3-1+squeeze1 multi-protocol instant messaging l
ii  python  2.6.6-3+squeeze4 interactive high-level object-orie
ii  python-dbus 0.83.1-1 simple interprocess messaging syst

libpurple-bin recommends no packages.

libpurple-bin 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#604056: more info from my system

2011-02-13 Thread Jason Woofenden
At last, I finally got around to poking around a little more.

$ for f in /usr/lib/pymodules/python2.6/misc/* ; do if [ -L $f ] ; then dpkg -S 
`readlink $f` ; fi ; done 
python-coherence: /usr/share/pyshared/misc/media_server_observer.py
python-coherence: /usr/share/pyshared/misc/upnp-tester.py

The app I had that needed python-coherence was not something I
used, so I removed it and python-coherence, and then pyracerz
ran just fine (though the cars did go slow enough that I wondered
if the game was running full speed.)

Also I played around with python and found that (in both python2.5
and python 2.6) these commands you sent:

 import misc
 misc.__file__
 import sys
 sys.path.append(/usr/share/games/pyracerz/modules)
 import misc
 misc.__file__
 sys.path.insert(0,/usr/share/games/pyracerz/modules)
 import misc
 misc.__file__

and found that misc.__file__ only showed pyracerz if import misc
was not called until after the sys.path.insert()


With that knowledge in hand, I re-installed python-coherence (and
got the usual error when starting pyracerz.

Then I edited /usr/games/pyracerz, and replaced the
sys.path.append( at the top with sys.path.insert(0,  and then
pyracerz ran again. Though it did print this as it started up:

/usr/share/games/pyracerz/modules/misc.py:26: DeprecationWarning: the sha 
module is deprecated; use the hashlib module instead
  import sha
/usr/lib/python2.6/dist-packages/pygame/pkgdata.py:26: UserWarning: Module misc 
was already imported from /usr/share/games/pyracerz/modules/misc.pyc, but 
/usr/lib/pymodules/python2.6 is being added to sys.path
  from pkg_resources import resource_stream, resource_exists

Take care,   - Jason



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



Bug#576533: [/sid] Use defaults-file instead of defaults-extra-file when calling mysql

2011-02-13 Thread Sean Finney
tag 576533 pending
thanks

Date: Sun Feb 13 10:23:47 2011 +0100
Author: Sean Finney sean...@debian.org
Commit ID: 47d2215734dde745554b89020f538ee6a1558d69
Commit URL: 
http://git.debian.org/?p=dbconfig-common/dbconfig-common.git;a=commitdiff;h=47d2215734dde745554b89020f538ee6a1558d69
Patch URL: 
http://git.debian.org/?p=dbconfig-common/dbconfig-common.git;a=commitdiff_plain;h=47d2215734dde745554b89020f538ee6a1558d69

Use defaults-file instead of defaults-extra-file when calling mysql

Closes: #576533
Thanks: Glennie Vignarajah glen...@glennie.fr
  



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



Bug#613149: package descriptions outdated wrt supported formats

2011-02-13 Thread Julien BLACHE
Source: taglib
Version: 1.6.3-1
Severity: minor

Hi,

The taglib package descriptions are seriously out of date when it comes
to supported file formats; it is quite misleading, especially given the
existence of taglib-extras.

Please update the descriptions in your next upload!

Thanks,

JB.

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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
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#613150: package descriptions outdated wrt supported formats

2011-02-13 Thread Julien BLACHE
Source: taglib-extras
Version: 1.0.1-3
Severity: minor

Hi,

The package descriptions for taglib-extras mention a number of supported
formats, however support for most of them has migrated to taglib a version
or two ago.

AFAICT only Audible and RealMedia remain in taglib-extras.

Please update the descriptions in your next upload!

Thanks,

JB.

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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
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#608500: [/sid] Source dpkg/common (conditionally) in preinst before calling dbc_logline

2011-02-13 Thread Sean Finney
tag 608500 pending
thanks

Date: Sun Feb 13 10:34:53 2011 +0100
Author: Sean Finney sean...@debian.org
Commit ID: 2aa2be725b153325ae527736fc91a11dc7c93453
Commit URL: 
http://git.debian.org/?p=dbconfig-common/dbconfig-common.git;a=commitdiff;h=2aa2be725b153325ae527736fc91a11dc7c93453
Patch URL: 
http://git.debian.org/?p=dbconfig-common/dbconfig-common.git;a=commitdiff_plain;h=2aa2be725b153325ae527736fc91a11dc7c93453

Source dpkg/common (conditionally) in preinst before calling dbc_logline

Closes: #608500
Thanks: Klaus Zerwes kzer...@web.de
  



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



Bug#598390: Now the symptoms have changed

2011-02-13 Thread Nicolas DEGAND
I do not know if it is related, but now, for me going full screen results in a 
black screen whether I am on youtube or not, and I can get out of it by 
pressing the Esc key.

-- 
Nicolas DEGAND



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



Bug#599374: [/sid] Fix for dbc_mysql_createdb_encoding is missing

2011-02-13 Thread Sean Finney
tag 599374 pending
thanks

Date: Sun Feb 13 10:39:47 2011 +0100
Author: Sean Finney sean...@debian.org
Commit ID: 31d434fe3253674a5581ff4840d816293861648e
Commit URL: 
http://git.debian.org/?p=dbconfig-common/dbconfig-common.git;a=commitdiff;h=31d434fe3253674a5581ff4840d816293861648e
Patch URL: 
http://git.debian.org/?p=dbconfig-common/dbconfig-common.git;a=commitdiff_plain;h=31d434fe3253674a5581ff4840d816293861648e

Fix for dbc_mysql_createdb_encoding is missing

Closes: #599374
Thanks: Jérémy Lal kapo...@melix.org
  



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



Bug#612864: override: libdose2-ocaml/extra, libdose2-ocaml-dev/extra

2011-02-13 Thread Ralf Treinen
Hi,

On Sun, Feb 13, 2011 at 02:28:08AM +0100, Luca Falavigna wrote:

 what to do with those reverse dependencies?
 
 libdose2-ocaml would have priority extra, its reverse dependency pkglab
 has priority optional
 
 libdose2-ocaml would have priority extra, its reverse dependency
 edos-distcheck has priority optional

New versions of these two will be uploaded soon, with priority downgraded
to extra. You might already update the overwrite file.

 libdose2-ocaml would have priority extra, its reverse dependency ceve
 has priority optional

ceve should be downgraded to extra, too. However, I won't do a new upload
just for that. You might already update the overwrite file in that sense;
there will be binNMU for ceve in a few weeks in the context of the
planned ocaml transition.

Cheers -Ralf.



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



Bug#613135: Confirmed

2011-02-13 Thread Giovanni Mascellani
tags 613135 + confirmed fixed
thanks

Bug confirmed. I'll release the fixed package as soon as I'll be able to
package the new version, which will require some more work because of
new dependencies.

Thanks, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



signature.asc
Description: OpenPGP digital signature


Bug#613151: pu: package sobby/0.4.7-2+lenny1

2011-02-13 Thread Philipp Kern
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Hi,

#613085 got reported yesterday, which is about data-loss on a simple
installation of Sobby due to the fact that it cannot write its session
serialization file as it's owned by root at that time.

I uploaded a fix to unstable (0.4.7-3), would the diff be acceptable?

Kind regards
Philipp Kern
Base version: sobby_0.4.7-2 from testing
Target version: sobby_0.4.7-3 from unstable

No hints in place.

 debian/prerm  |   14 ++
 sobby-0.4.7/debian/changelog  |   10 ++
 sobby-0.4.7/debian/sobby.init |1 +
 3 files changed, 25 insertions(+)

diff -u sobby-0.4.7/debian/sobby.init sobby-0.4.7/debian/sobby.init
--- sobby-0.4.7/debian/sobby.init
+++ sobby-0.4.7/debian/sobby.init
@@ -39,6 +39,7 @@
  user_table
  chat
 EOF
+   chown sobby: $SOBBY_SESSION_FILE
 }
 
 do_start() {
diff -u sobby-0.4.7/debian/changelog sobby-0.4.7/debian/changelog
--- sobby-0.4.7/debian/changelog
+++ sobby-0.4.7/debian/changelog
@@ -1,3 +1,13 @@
+sobby (0.4.7-3) unstable; urgency=low
+
+  * The init script creates a new session file if it does not exist yet.
+Add a chown call to make it writeable by sobby, which is not run
+as root.  Make sure to chown the file before sobby's stopped, in
+prerm, so that the write on termination has a chance to succeed.
+(Closes: #613085)
+
+ -- Philipp Kern pk...@debian.org  Sat, 12 Feb 2011 21:09:04 +0100
+
 sobby (0.4.7-2) unstable; urgency=low
 
   * Add an init script by adapting an initial proposal by Dustin Kirkland.
only in patch2:
unchanged:
--- sobby-0.4.7.orig/debian/prerm
+++ sobby-0.4.7/debian/prerm
@@ -0,0 +1,14 @@
+#!/bin/sh
+# vim:set et ts=2 sw=2:
+
+set -e
+
+# Make sure the autosave file is actually writeable before stopping the
+# server.
+if [ -d /var/lib/sobby ]; then
+  chown -R sobby:sobby /var/lib/sobby
+  chmod 0750 /var/lib/sobby
+fi
+
+#DEBHELPER#
+
Hints needed:
unblock sobby/0.4.7-3


Bug#613152: plasma-widgets-addons: Luna plasmaoid make plasma-desktop crash

2011-02-13 Thread Burak
Package: plasma-widgets-addons
Version: 4:4.4.5-1
Severity: normal
Tags: upstream

If the Luna plasmoid is on the desktop plasma-desktop crashes by logging in.
In the KDE backtracker is this issue marked es fixed. (Bug 236399)
But I´m not 100% sure if it is the same bug because I have installed
puplictransport plasmoid too, from kde-apps.org (because haven´t found in the
squeeze repo).
Plasma-desktop starts well without luna.



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 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 plasma-widgets-addons depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcln6 1.3.1-2  Class Library for Numbers (C++)
ii  libgcc1 1:4.4.5-8GCC support library
ii  libkdecore5 4:4.4.5-2the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-2the KDE Platform User Interface Li
ii  libkexiv2-8 4:4.4.5-2Qt like interface for the libexiv2
ii  libkfile4   4:4.4.5-2the File Selection Dialog Library 
ii  libkio5 4:4.4.5-2the Network-enabled File Managemen
ii  libknewstuff3-4 4:4.4.5-2the Get Hot New Stuff v3 Library
ii  libkparts4  4:4.4.5-2the Framework for the KDE Platform
ii  libkunitconversion4 4:4.4.5-2the Unit Conversion library for th
ii  libnepomuk4 4:4.4.5-2the Nepomuk Meta Data Library
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libplasma3  4:4.4.5-2the Plasma Library for the KDE Pla
ii  libplasmaclock4a4:4.4.5-7library for Plasma clocks
ii  libqalculate5   0.9.7-4  Powerful and easy to use desktop c
ii  libqt4-dbus 4:4.6.3-4Qt 4 D-Bus module
ii  libqt4-svg  4:4.6.3-4Qt 4 SVG module
ii  libqt4-webkit   4:4.6.3-4Qt 4 WebKit module
ii  libqt4-xml  4:4.6.3-4Qt 4 XML module
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libscim8c2a 1.4.9-6  library for SCIM platform
ii  libsoprano4 2.5.0+dfsg.1-1   libraries for the Soprano RDF fram
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxtst62:1.1.0-3X11 Testing -- Record extension li
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  plasma-dataengines- 4:4.4.5-1additional data engines for Plasma
ii  plasma-dataengines- 4:4.4.5-7KDE Plasma data engines

Versions of packages plasma-widgets-addons recommends:
ii  plasma-widget-lancelot4:4.4.5-1  lancelont widget for Plasma

plasma-widgets-addons 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#613153: FTBFS binutils-gold

2011-02-13 Thread Mahyuddin Susanto
Source: squid3
Severity: minor
Version: 3.1.6-1.2
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch natty as-needed
Tags: patch
thanks

I try to build your package in Natty with binutils-gold and gcc 4.5, and
your package failed to build.

Log can be found at here:
 - i386:
http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/squid3_3.1.6-1.1ubuntu1_lubuntu32.buildlog
 - amd64:
http://people.ubuntuwire.org/~lucas/ubuntu-nbs/64/squid3_3.1.6-1.1ubuntu1_lubuntu64.buildlog

Latest Error:
/build/user-squid3_3.1.6-1.1ubuntu1-i386-O8dm9E/squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c:478:
undefined reference to `gss_display_name'
/build/user-squid3_3.1.6-1.1ubuntu1-i386-O8dm9E/squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c:447:
undefined reference to `gss_release_buffer'
/build/user-squid3_3.1.6-1.1ubuntu1-i386-O8dm9E/squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c:448:
undefined reference to `gss_display_name'
collect2: ld returned 1 exit status
make[6]: *** [squid_kerb_auth] Error 1
make[6]: Leaving directory
`/build/user-squid3_3.1.6-1.1ubuntu1-i386-O8dm9E/squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory
`/build/user-squid3_3.1.6-1.1ubuntu1-i386-O8dm9E/squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/build/user-squid3_3.1.6-1.1ubuntu1-i386-O8dm9E/squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/build/user-squid3_3.1.6-1.1ubuntu1-i386-O8dm9E/squid3-3.1.6/helpers/negotiate_auth'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/build/user-squid3_3.1.6-1.1ubuntu1-i386-O8dm9E/squid3-3.1.6/helpers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/build/user-squid3_3.1.6-1.1ubuntu1-i386-O8dm9E/squid3-3.1.6'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

And i try to add more library linker in makefile, and successfully
build, here is attached patched i use
-- 
Mahyuddin Susanto (udienz)
https://launchpad.net/~udienz http://tripledin.wordpress.com/
#! /bin/sh /usr/share/dpatch/dpatch-run
## Description: Add sasl2 and kerberos library in LDADD to fix FTBFS 
binutils-gold with --as-needed
## Author: Mahyuddin Susanto udi...@ubuntu.com
## Bug-Ubuntu: https://launchpad.net/bugs/717653


@DPATCH@
diff -urNad squid3-3.1.6~/helpers/negotiate_auth/squid_kerb_auth/Makefile.am 
squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth/Makefile.am
--- squid3-3.1.6~/helpers/negotiate_auth/squid_kerb_auth/Makefile.am
2010-08-01 21:01:37.0 +0700
+++ squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth/Makefile.am 
2011-02-13 00:15:37.495120372 +0700
@@ -8,9 +8,13 @@
 squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c base64.h squid_compat.h
 squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c base64.h 
squid_compat.h
 squid_kerb_auth_LDFLAGS = 
-squid_kerb_auth_LDADD =
+squid_kerb_auth_LDADD =-L$(top_builddir)/lib -lmiscutil \
+   -lsasl2 -lgssapi_krb5 -lkrb5 -lk5crypto \
+   $(XTRA_LIBS)
 squid_kerb_auth_test_LDFLAGS = 
-squid_kerb_auth_test_LDADD =
+squid_kerb_auth_test_LDADD = -L$(top_builddir)/lib -lmiscutil \
+-lsasl2 -lgssapi_krb5 -lkrb5 -lk5crypto \
+$(XTRA_LIBS)
 negotiate_kerb_auth_SOURCES = 
 negotiate_kerb_auth_test_SOURCES = 
 
diff -urNad squid3-3.1.6~/helpers/negotiate_auth/squid_kerb_auth/Makefile.in 
squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth/Makefile.in
--- squid3-3.1.6~/helpers/negotiate_auth/squid_kerb_auth/Makefile.in
2010-08-01 21:03:11.0 +0700
+++ squid3-3.1.6/helpers/negotiate_auth/squid_kerb_auth/Makefile.in 
2011-02-13 00:16:18.001044521 +0700
@@ -51,12 +51,12 @@
 libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 PROGRAMS = $(libexec_PROGRAMS)
 am_negotiate_kerb_auth_OBJECTS =
-negotiate_kerb_auth_OBJECTS = $(am_negotiate_kerb_auth_OBJECTS)
-negotiate_kerb_auth_LDADD = $(LDADD)
+napi_krb5 -lkrb5 -lk5cryptogotiate_kerb_auth_OBJECTS = 
$(am_negotiate_kerb_auth_OBJECTS)
+negotiate_kerb_auth_LDADD = -L$(top_builddir)/lib -lmiscutil $(LDADD) -lsasl2 
-lgssapi_krb5 -lkrb5 -lk5crypto $(XTRA_LIBS)
 am_negotiate_kerb_auth_test_OBJECTS =
 negotiate_kerb_auth_test_OBJECTS =  \
$(am_negotiate_kerb_auth_test_OBJECTS)
-negotiate_kerb_auth_test_LDADD = $(LDADD)
+negotiate_kerb_auth_test_LDADD = -L$(top_builddir)/lib -lmiscutil $(LDADD) 
-lsasl2 -lgssapi_krb5 -lkrb5 -lk5crypto $(XTRA_LIBS)
 am_squid_kerb_auth_OBJECTS = squid_kerb_auth.$(OBJEXT) \
base64.$(OBJEXT)
 squid_kerb_auth_OBJECTS = $(am_squid_kerb_auth_OBJECTS)
@@ -197,9 +197,13 @@
 squid_kerb_auth_SOURCES = squid_kerb_auth.c base64.c base64.h squid_compat.h
 squid_kerb_auth_test_SOURCES = squid_kerb_auth_test.c base64.c 

Bug#613094: libatlas: Error in cblas_dgemm in ATLAS 3.8.3 in Debian GNU/kFreeBSD 32 bits

2011-02-13 Thread Petr Salinger

user debian-...@lists.debian.org
usertag 613094 + kfreebsd
--

Hi,

please could provide also your linking command and related package list.

I tried 
gcc b.c -Wall -O2 /usr/lib/atlas-base/libcblas.a /usr/lib/atlas-base/libatlas.a

gcc b.c -Wall -O2 -lcblas

and provided C example seems be fine on my machine.

I tested with both squeeze and sid version of libatlas3gf-base

Petr




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



Bug#613137: xserver-xorg-video-radeon: no video signal or kbd after manually launching X

2011-02-13 Thread Julien Cristau
On Sun, Feb 13, 2011 at 06:10:09 +0100, GSR wrote:

 Hi,
 k...@debian.org (2011-02-13 at 0455.01 +0100):
  GSR gsr.b...@infernal-iceberg.com (13/02/2011):
   So the ones in the left is currently in use and the ones in right
   side are what show the bug. Xorg.log below has been replaced with
   one generated while bug appeared, instead of leaving the output of
   core-1.7.7 etc.
  could you try, with the newer version, moving your X config file aside
  (just mv it somewhere else), and report back?
http://pkg-xorg.alioth.debian.org/howtos/report-bugs.html
 
 Without config file, it does nothing, startx just returns. From the
 log, it seems it wants to go with ati module (also vesa and fbdev, but
 never radeon one), so installed it. Then it starts up with a totally
 fucked up resolution (1024), see attached file. If the config is moved

Looks like it detects a VGA (1360x768) and a DVI monitor (1600x1200) and
chooses a mode that works for both.

 back, the screen shows the bg (or maybe it was left from previous run)
 and then monitor goes into sleep immediately, ignoring kbd as original
 report.
 
You should probably trim your xorg.conf down to just monitor sections to
stop other stuff interfering...

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610004: After putting the machine to sleep, wicd shows no wireless networks

2011-02-13 Thread David Paleino
Hello,

On Fri, 14 Jan 2011 09:27:13 +0100, Vincent Lefevre wrote:

 After putting the machine to sleep, wicd shows no wireless networks,
 even though the WIFI LED is on and ifconfig says that wlan0 is up.
 Restarting networking or the wicd daemon has no effect. I need to
 reboot the machine. IIRC, in the past, there were no such problems.

Hmm. This smells like a driver problem.
Does it happen if you unload and reload the appropriate kernel module?

If it happens too, then maybe it's a problem with wicd's pm-utils hook. That
hasn't changed for a while though, but I'll investigate it further as soon as
you reply :)

Kindly,
David

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


signature.asc
Description: PGP signature


Bug#613078: xserver-xorg-video-nouveau: corrupted graphics on GeForce 6150SE nForce 430

2011-02-13 Thread Jakub Wilk

* Sven Joachim svenj...@gmx.de, 2011-02-12, 18:43:

https://bugs.freedesktop.org//show_bug.cgi?id=33887


I rebuilt my kernel with this patch applied:
https://bugs.freedesktop.org/attachment.cgi?id=43011
The problem went away. :)

--
Jakub Wilk



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



Bug#613146: syslinux: Strange Breaks/Replaces combinations between syslinux and syslinux-common

2011-02-13 Thread Sven Joachim
On 2011-02-13 10:08 +0100, Daniel Baumann wrote:

 On 02/13/2011 09:57 AM, Sven Joachim wrote:
 What is the point of syslinux/syslinux-common breaking all previous
 versions of each other

 bootloaders (syslinux) and modules (syslinux-common) need to match.

That's ensured by the strict versioned dependency.  I also understand
that syslinux-common may need to break older versions of syslinux which
did not have such a strict dependency (though the version in squeeze
has, so it's only relevant for unsupported upgrades from older
versions, and you could restrict the Breaks to versions which did not
have the strict dependency).

What I do not understand at all is why syslinux has to break older
versions of syslinux-common when it already depends on the current one.

 although it happens rarely that modules of the previous version don't
 work with the next versions bootloaders, it's not guaranted to work and
 the strong declared relations ensure your system stays bootable.

 also, see changelog with the referenced bugs for more information.

If you're talking about #497992/#497996, the solution is to have
versioned Replaces.  Or do you mean some other bug?

Regards,
Sven



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



Bug#612963: apt-cacher no more opens an IPv4 tcp socket

2011-02-13 Thread Leopold BAILLY
Leopold BAILLY leo.bai...@infonie.fr writes:

 Mark Hindley m...@hindley.org.uk writes:

 On Sat, Feb 12, 2011 at 11:43:16AM +0100, Leopold BAILLY wrote:
 The issue is that apt-cacher is listening for IPv6 only. Have a look
 at how other daemons, for example ssh, are listening to :
 
 leo@stellie:~$ netstat -na | grep :22 
 tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  

 tcp6   0  0 :::22   :::*LISTEN  

 
 You can see that ssh is listening for both IPv4 and IPv6 incoming
 connections. So maybe, the bug is there : you don't have to choose
 between IPv6 and IPv4, but you have to do both, if possible.

 Maybe. The reason why I am a bit hesitant is that I have a system here
 on which the apt-cacher deamon is only listening on tcp6, but I can
 still connect to it using IPv4. I really want to understand why that
 mapping is not happening on your system.

 What kernel do you have? Is it one you have compiled or a stock one?  Is
 the ipv6 module loaded. If not and you load it, does it make any
 difference?

 OK, I just discovered this file :

 leo@stellie:~$ cat /etc/sysctl.d/bindv6only.conf 
 # This sysctl sets the default value of the IPV6_V6ONLY socket option.
 #
 # When disabled, IPv6 sockets will also be able to send and receive IPv4
 # traffic with addresses in the form :::192.0.2.1 and daemons listening
 # on IPv6 sockets will also accept IPv4 connections.
 #
 # When IPV6_V6ONLY is enabled, daemons interested in both IPv4 and IPv6
 # connections must open two listening sockets.
 # This is the default behaviour of almost all modern operating systems.

 net.ipv6.bindv6only = 1


 dpkg -S cannot find any package it belongs to ; this must be a removed
 package.

 I guess that removing this file or setting a value of 0 will fix the
 issue, but it would be great to find which package brought this file
 whith this default setting.

 I comment the line and I will give it a try after reboot.

That's it : this sysctl config file with net.ipv6.bindv6only = 1 is
the reason why apt-cacher isn't listening to IPv4 anymore.

I can't find any official Debian package providing this file with
http://packages.debian.org/search?searchon=contentskeywords=bindv6only.confmode=exactfilenamesuite=testingarch=any,
so I think everything is ok and I can safely remove this file.

By the way, I notice on my host that half of the daemons are listening
to both IPv4 *and* IPv6 ; I don't know if there is any best practice
about doing this or not.

leo@stellie:~$ for d in $(sudo netstat -nap | grep tcp6 | awk '{print $7}'); do 
sudo netstat -nap |grep $d |grep 'LISTEN ' ;done |sort -k7
tcp0  0 0.0.0.0:389 0.0.0.0:*   LISTEN  
1939/slapd  
tcp6   0  0 :::389  :::*LISTEN  
1939/slapd  

tcp0  0 0.0.0.0:53  0.0.0.0:*   LISTEN  
1999/dnsmasq
tcp6   0  0 :::53   :::*LISTEN  
1999/dnsmasq

tcp0  0 0.0.0.0:464 0.0.0.0:*   LISTEN  
2047/kadmind
tcp0  0 0.0.0.0:749 0.0.0.0:*   LISTEN  
2047/kadmind
tcp6   0  0 :::464  :::*LISTEN  
2047/kadmind

tcp6   0  0 :::80   :::*LISTEN  
2191/apache2

tcp0  0 0.0.0.0:631 0.0.0.0:*   LISTEN  
2277/cupsd  
tcp6   0  0 :::631  :::*LISTEN  
2277/cupsd  

tcp6   0  0 :::139  :::*LISTEN  
2459/smbd   
tcp6   0  0 :::139  :::*LISTEN  
2459/smbd   
tcp6   0  0 :::445  :::*LISTEN  
2459/smbd   
tcp6   0  0 :::445  :::*LISTEN  
2459/smbd   

tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
2532/sshd   
tcp6   0  0 :::22   :::*LISTEN  
2532/sshd   

tcp6   0  0 :::3142 :::*LISTEN  
4012/perl   
 

Thanks a lot for your support, Mark.

-- 
Léo.




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



Bug#613145: xserver-xorg-input-evdev: Please add Disable middle mouse button emulation by default. to NEWS.Debian

2011-02-13 Thread Cyril Brulebois
Hi,

Philipp Matthias Hahn pmh...@debian.org (13/02/2011):
 The default behavior for middle mouse button emulation was changed
 with upstream commit 21a2ac818e75ef918d320ce1e88b6263e68e598d, which
 broke my setup today when upgrading to unstable. I have an 5 button,
 2 wheels, 1 key mouse, which is lacking button #3, so I prefer the
 emulation.  See /usr/share/doc/xserver-xorg-input-evdev/changelog.gz
 for the full message and for a work around.

[1] has been updated. An entry will likely be added to [2], along with
the “I want tapping on by default”. Those docs are available in the
xserver-xorg package, see [3].

 1. http://pkg-xorg.alioth.debian.org/howtos/configure-input.html
 2. http://pkg-xorg.alioth.debian.org/faq/general.html
 3. http://pkg-xorg.alioth.debian.org/

Also, upstream got that: d9001a6be9d86a5f30549af9fbb02a466f4b0709

So I'll wait a bit until it settles down.

KiBi.



signature.asc
Description: Digital signature


Bug#613078: xserver-xorg-video-nouveau: corrupted graphics on GeForce 6150SE nForce 430

2011-02-13 Thread Sven Joachim
On 2011-02-13 11:12 +0100, Jakub Wilk wrote:

 * Sven Joachim svenj...@gmx.de, 2011-02-12, 18:43:
https://bugs.freedesktop.org//show_bug.cgi?id=33887

 I rebuilt my kernel with this patch applied:
 https://bugs.freedesktop.org/attachment.cgi?id=43011
 The problem went away. :)

Great, could you please add this information to the upstream bug report?

Cheers,
   Sven



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



Bug#613094: libatlas: Error in cblas_dgemm in ATLAS 3.8.3 in Debian GNU/kFreeBSD 32 bits

2011-02-13 Thread José Luis García Pallero
Hello,

For me both linking commands

gcc b.c -Wall -O2 /usr/lib/atlas-base/libcblas.a /usr/lib/atlas-base/libatlas.a
gcc b.c -Wall -O2 -lcblas

causes the Illegal instruction abort in the execution.

I have installed the packages libatlas3gf-base, libatlas-dev and
libatlas-base-dev.

My machine is a centrino laptop (first generation) with 1 GB of RAM.

cat /proc/cpuinfo says:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 7
model name  : Intel(R) Pentium(R) M processor 1300MHz
stepping: 5
flags   : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov
pat b21 mmxext mmx fxsr xmm sse2 b29 3dnow
cpu MHz : 1294.75
bogomips: 1294.75

I found the original error compiling the latest version of GNU Octave
and in the version of Octave in Debian GNU/kFreeBSD repos too. I
reported the bug for the Octave package and Thomas Weber suspect a
problem with ATLAS an the architecture. Here is his response:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613070#20

-- 
*
José Luis García Pallero
jgpall...@gmail.com
(o
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*



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



Bug#610072: cowpoke: Use rsync instead of scp

2011-02-13 Thread Ron
On Sun, Feb 13, 2011 at 10:08:07AM +0530, Joachim Breitner wrote:
 Am Sonntag, den 13.02.2011, 05:26 +1030 schrieb Ron:
  I was tempted to make this an option, but given how hard it was to find
  a machine that didn't have rsync on it to run some tests, that sort of
  seems like overkill.  How about the following patch then, which tries
  rsync first, then if that fails (because it's not available on the local
  or remote machine) just automatically falls back to trying scp.
 
 hmm, dcmd rsync might fail for many reasons (wrong password, host not
 reachable), and doing this will cause it fail twice and annoy the user.

I think that's a valid concern, and was the main point in favour of making
this a config option.  I also considered whether we should try to trap some
types of failure and handle them specially, but after testing some failure
scenarios, the risk of 'user error' in the config solution, and of program
logic error in the 'be clever about errors' case, would seem to pose a
greater annoyance if hit than the duplicate failure actually seems to.

 I think it would be fine to just expect rsync to be available.

My main concern with that, is we potentially break things for existing users.
And don't really give them any way to fix it but handhacking the script or
changing their build system.  (and your last set of fixes convinced me that
not every user may have root on the build system to install rsync there on
short notice :)

The annoyance of that also seems greater than what I'm seeing if rsync chokes
for a reason that would probably cause ssh to also fail too:


The most annoying case would seem to be wrong-user or wrong-password.
In that case you'll get prompted to enter the password repeatedly, but
isn't really worse than the case where you forgot to pass -uc -us to
a locally built package that you didn't want to sign.

 $ cowpoke foo_0.1.dsc
 nosuchu...@buildd.oz's password: ^C
 rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(543) 
[sender=3.0.7]
 nosuchu...@buildd.oz's password: ^C
 $



In the case of a similarly botched machine name, it fails instantly, and
the duplication of errors is minimal:

 $ cowpoke foo_0.1.dsc
 ssh: Could not resolve hostname nosuchmachine.oz: Name or service not known
 rsync: connection unexpectedly closed (0 bytes received so far) [sender]
 rsync error: unexplained error (code 255) at io.c(601) [sender=3.0.7]
 ssh: Could not resolve hostname nosuchmachine.oz: Name or service not known
 lost connection



In the case of a known machine that is down, it's much the same, with a
small extra delay at the second attempt.  It's still all basically over
by the time you've had time to read the initial error report though:

 $ cowpoke foo_0.1.dsc
 ssh: connect to host unavailablemachine.oz port 22: No route to host
 rsync: connection unexpectedly closed (0 bytes received so far) [sender]
 rsync error: unexplained error (code 255) at io.c(601) [sender=3.0.7]
 ssh: connect to host unavailablemachine.oz port 22: No route to host
 lost connection



I think the advantage of the fallback is that this will always work if
it possibly can, and if there are people who don't have rsync, they'll
get a nice little hint in the meantime that they could install it ftw.
Sometime in the future we may drop it and have rsync only, but in the
meantime, people it worked for yesterday will still find it working
tomorrow too.  Most of the failure modes where both will fail are the
sort of thing that you'll get wrong once on initial install, then fix
and never see them again until the next install.


Anyhow, since jamessan asked some similar questions yesterday, I figured
I'd put some rationale for what's been considered so far into the BTS,
so if people see problems we haven't considered, or solutions we haven't
thought of, then there's some background to consider them against.

Cheers,
Ron





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



Bug#613050: Sorry about this

2011-02-13 Thread Rene Engelhard
On Sat, Feb 12, 2011 at 06:45:40PM +0100, Rene Engelhard wrote:
 On Sat, Feb 12, 2011 at 07:49:06AM -0800, Dave Beckett wrote:
  This clearly shouldn't have been uploaded until raptor2 was accepted into
  sid (1 month waiting), which is a dependency. 
 
 That doesn't matter. raptor might be a dependency but that doesn't help
 that redland also needs an update (and that one is not anywhere and not in
 NEW - unless raptor2)

raptor2 was now accepted.

10:54  svuorela _rene_: maybe we should ask ftp-people to get raptor2 fast 
tracked
10:55  _rene_ and then redland build against both
10:55  _rene_ I actually fear redland has also surprises in a new SONAME, but 
it might be luck and it will not
10:55  _rene_ svuorela: I already asked twerner yesterday(?)
10:57 -!- feivel (Michael Meskes) [~quas...@p54bbe643.dip.t-dialin.net] has 
joined #debian-devel
10:57  svuorela oh.
11:00 -!- glandium [~gland...@cha92-13-88-165-248-19.fbx.proxad.net] has quit 
[Remote host closed the connection]
11:00 -!- glandium (Mike Hommey) 
[~gland...@cha92-13-88-165-248-19.fbx.proxad.net] has joined #debian-devel
11:01 -!- Lo-lan-do (Roland Mas) [~rol...@mirenboite.placard.fr.eu.org] has 
joined #debian-devel
11:02  DktrKranz _rene_, svuorela: I can give a look at it if needed
11:06 -!- lifeng [~lif...@bb119-74-232-186.singnet.com.sg] has left 
#debian-devel []
11:06  svuorela DktrKranz: I haven't fully looked into the situation, so I'll 
defer to _rene_ :p
11:09 -!- chrisccoulson (Chris Coulson) 
[~ch...@w-58.cust-3601.ip.static.uno.uk.net] has joined #debian-devel
11:09  _rene_ DktrKranz: well, the situation is as follows: rasqual was 
upload and accepted, changes SONAME and -dev package name. And on the 11th 
2-dev was
removed, making librdf0-dev uninstallable which makes KDE, 
LiBo, ... unbuildable
11:10 -!- liable_ (liable) [~liable@1.152.87.113] has joined #debian-devel
11:11  _rene_ DktrKranz: that one even depends on a lib not in sid yet
11:11  _rene_ DktrKranz: libraptor2-dev (raptor2 in NEW)?
11:12  _rene_ so we need to get raptor2 accepted asap
[...]
11:22  DktrKranz _rene_: on its way to the archive

Please upload a new redland (hopefully that won't need a SONAME bump
also...)

Grüße/Regards,

René



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



Bug#613154: gmpc: Regex error at startup

2011-02-13 Thread Chimrod
Package: gmpc
Version: 0.20.0-1
Severity: important

When running gmpc I've got a regex error :

$ gmpc

Gmpc.Plugin.MusicTreeProvider-ERROR **: music-tree.vala:59: Failed to create
regex: Erreur à la compilation de l'expression régulière
.*\.(png|jpg|jpeg|gif)$ au caractère 0 : unknown option bit(s) set
aborting...
Abandon

$ echo $?
134

Here is the stacktrace from gdb :

gdb gmpc
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/gmpc...Reading symbols from
/usr/lib/debug/usr/bin/gmpc...done.
done.
(gdb) run
Starting program: /usr/bin/gmpc
[Thread debugging using libthread_db enabled]

Gmpc.Plugin.MusicTreeProvider-ERROR **: music-tree.vala:59: Failed to create
regex: Erreur à la compilation de l'expression régulière
.*\.(png|jpg|jpeg|gif)$ au caractère 0 : unknown option bit(s) set
aborting...

Program received signal SIGABRT, Aborted.
0x7361c165 in raise (sig=value optimized out) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
64  ../nptl/sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce
type.
in ../nptl/sysdeps/unix/sysv/linux/raise.c
(gdb) bt
#0  0x7361c165 in raise (sig=value optimized out) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x7361ef70 in abort () at abort.c:92
#2  0x73ce951a in g_logv () from /lib/libglib-2.0.so.0
#3  0x73ce95a3 in g_log () from /lib/libglib-2.0.so.0
#4  0x0044531d in gmpc_provider_music_tree_constructor (type=value
optimized out, n_construct_properties=value optimized out,
construct_properties=value optimized out)
at Providers/music-tree.c:776
#5  0x743a1d2a in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#6  0x00447b13 in main (argc=1, argv=0x7fffe368) at main.c:709
(gdb)

It seems strange as I didn't update gmpc...



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

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

Versions of packages gmpc depends on:
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 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.28.0-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libice62:1.0.7-1 X11 Inter-Client Exchange library
ii  libmpd10.20.0-1  High-level client library for acce
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libsexy2   0.1.11-2+b1   collection of additional GTK+ widg
ii  libsm6 2:1.2.0-1 X11 Session Management library
ii  libsoup2.4-1   2.30.2-1  an HTTP library implementation in 
ii  libsqlite3-0   3.7.4-2   SQLite 3 shared library
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2  GNOME XML library
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

gmpc recommends no packages.

Versions of packages gmpc suggests:
ii  gmpc-plugins  0.20.0-1   Plugins for the GNOME Music Player
pn  mpd   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#613094: libatlas: Error in cblas_dgemm in ATLAS 3.8.3 in Debian GNU/kFreeBSD 32 bits

2011-02-13 Thread Sylvestre Ledru
Hello,

Le dimanche 13 février 2011 à 11:25 +0100, José Luis García Pallero a
écrit :

 I have installed the packages libatlas3gf-base, libatlas-dev and
 libatlas-base-dev.
Did you try with the packages from squeeze ?

Thanks
S





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



Bug#613155: coreutils: tr cannot handle unicode

2011-02-13 Thread Khudyakov Alexey
Package: coreutils
Version: 8.5-1
Severity: normal

tr does not handle multibyte characters at all and 
works with bytes instead. Simple testcase below:

$ echo абвгде | hexdump -C
  d0 b0 d0 b1 d0 b2 d0 b3  d0 b4 d0 b5 0a   |.| 
echo абвгде | tr -d г | hexdump  -C 

  
  b0 b1 b2 b4 b5 0a |..| 


Also man page fails to mention this fact

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

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

Versions of packages coreutils depends on:
ii  libacl1   2.2.49-4   Access control list shared library
ii  libattr1  1:2.4.44-2 Extended attribute shared library
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

coreutils recommends no packages.

coreutils 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#613156: gawk: printf of string does not honor precision (e.g.: %.4s) in non-C locale

2011-02-13 Thread Rogier
Package: gawk
Version: 1:3.1.7.dfsg-5
Severity: normal
Tags: patch

When using a non-C locale, awk does not honor a precision parameter when
formatting a string. In the C locale it works fine.

$ LC_ALL=C LC_LANG=c awk 'BEGIN {printf %.5s\n,123456789; exit}'
12345
$ LC_ALL=en_US.UTF-8 LC_LANG=en_US.UTF-8 awk 'BEGIN {printf 
%.5s\n,123456789; exit}'
123456789
$ 

I have created a patch which solves the problem, as well as a new test case,
which the original version fails, and the patched one doesn't.
The patched version also passes all other tests (make check).

I couldn't test the changes I made to test/Makefile.am, as my environment
wouldn't successfully complete automake and autoreconf.

As an aside, I noticed that the (or most?) non-locale tests in the gawk 
testsuite
are verified only using the C locale. Maybe you could consider running them in
a non-C locale as well ? This bug suggests that might be a good idea.

Kind regards,

Rogier

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

Kernel: Linux 2.6.32-5-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/dash

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

gawk recommends no packages.

gawk suggests no packages.

-- no debconf information


diff -Nur gawk-3.1.7.dfsg/builtin.c gawk-3.1.7.dfsg-patch/builtin.c
--- gawk-3.1.7.dfsg/builtin.c   2009-07-09 21:31:27.0 +0200
+++ gawk-3.1.7.dfsg-patch/builtin.c 2011-02-13 11:23:44.0 +0100
@@ -1220,7 +1220,7 @@
else if (gawk_mb_cur_max  1  (cs1 == 's' || cs1 == 
'c')) {
assert(cp == arg-stptr || cp == cpbuf);
copy_count = mbc_byte_count(arg-stptr,
-   cs1 == 's' ? arg-stlen : 1);
+   cs1 == 's' ? prec : 1);
}
bchunk(cp, copy_count);
while (fw  prec) {
diff -Nur gawk-3.1.7.dfsg/test/Makefile.am 
gawk-3.1.7.dfsg-patch/test/Makefile.am
--- gawk-3.1.7.dfsg/test/Makefile.am2009-07-03 11:31:11.0 +0200
+++ gawk-3.1.7.dfsg-patch/test/Makefile.am  2011-02-13 11:25:32.0 
+0100
@@ -359,6 +359,9 @@
mbprintf3.awk \
mbprintf3.in \
mbprintf3.ok \
+   mbprintfstr.awk \
+   mbprintfstr.in \
+   mbprintfstr.ok \
mbstr1.awk \
mbstr1.ok \
membug1.awk \
@@ -725,7 +728,7 @@
 MACHINE_TESTS = double1 double2 fmtspcl intformat
 
 LOCALE_CHARSET_TESTS = asort asorti fmttest fnarydel fnparydl lc_num1 mbfw1 \
-   mbprintf1 mbprintf2 rebt8b2 sort1 sprintfc whiny
+   mbprintf1 mbprintf2 mbprintfstr rebt8b2 sort1 sprintfc whiny
 
 # List of the tests which should be run with --lint option:
 NEED_LINT = defref fmtspcl noeffect nofmtch shadow uninit2 uninit3 uninit4 
uninitialized
@@ -1229,6 +1232,12 @@
@echo $@
@GAWKLOCALE=en_US.UTF-8 ; export GAWKLOCALE ; \
$(AWK) -f $(srcdir)/$@.awk $(srcdir)/$@.in _$@ 21 || echo EXIT CODE: 
$$?  _$@
+   @-$(CMP) $(srcdir)/$@.ok _$@  rm -f _$@
+
+mbprintfstr::
+   @echo $@
+   @GAWKLOCALE=en_US.UTF-8 ; export GAWKLOCALE ; \
+   $(AWK) -f $(srcdir)/$@.awk $(srcdir)/$@.in _$@ 21 || echo EXIT CODE: 
$$?  _$@
@-$(CMP) $(srcdir)/$@.ok _$@  rm -f _$@
 
 mbfw1::
diff -Nur gawk-3.1.7.dfsg/test/mbprintfstr.awk gawk-3.1.7.dfsg-
patch/test/mbprintfstr.awk
--- gawk-3.1.7.dfsg/test/mbprintfstr.awk1970-01-01 01:00:00.0 
+0100
+++ gawk-3.1.7.dfsg-patch/test/mbprintfstr.awk  2011-02-13 11:23:44.0 
+0100
@@ -0,0 +1,3 @@
+$1==wp { printf |%*.*s|\n,$2,$3,$4 }
+$1==w  { printf |%*s|\n,$2,$4 }
+$1==p  { printf |%.*s|\n,$3,$4 }
diff -Nur gawk-3.1.7.dfsg/test/mbprintfstr.in gawk-3.1.7.dfsg-
patch/test/mbprintfstr.in
--- gawk-3.1.7.dfsg/test/mbprintfstr.in 1970-01-01 01:00:00.0 +0100
+++ gawk-3.1.7.dfsg-patch/test/mbprintfstr.in   2011-02-13 11:23:44.0 
+0100
@@ -0,0 +1,9 @@
+wp   1  0 áßcđëfgḩìĵ
+wp   8  5 áßcđëfgḩìĵ
+wp  -8  5 áßcđëfgḩìĵ
+w1  - áßcđë
+w8  - áßcđë
+w   -8  - áßcđë
+p-  1 áßcđëfgḩìĵ
+p-  5 áßcđëfgḩìĵ
+p- 12 áßcđëfgḩìĵ
diff -Nur gawk-3.1.7.dfsg/test/mbprintfstr.ok gawk-3.1.7.dfsg-
patch/test/mbprintfstr.ok
--- gawk-3.1.7.dfsg/test/mbprintfstr.ok 1970-01-01 01:00:00.0 +0100
+++ gawk-3.1.7.dfsg-patch/test/mbprintfstr.ok   2011-02-13 11:23:44.0 
+0100
@@ -0,0 +1,9 @@
+| |
+|   áßcđë|
+|áßcđë   |
+|áßcđë|
+|   áßcđë|
+|áßcđë   |
+|á|
+|áßcđë|
+|áßcđëfgḩìĵ|




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of 

Bug#613157: Upgrading is badly b0rken

2011-02-13 Thread Juhapekka Tolvanen

Package: libglib2.0-data
Version: 2.28.0-1
Severity: critical


Reading changelogs... Done
(Reading database ... 214221 files and directories currently
installed.)
Preparing to replace libglib2.0-data 2.24.2-1 (using
.../libglib2.0-data_2.28.0-1_all.deb) ...
rm: cannot remove `/usr/share/doc/libglib2.0-data': Is a directory
dpkg: error processing
/var/cache/apt/archives/libglib2.0-data_2.28.0-1_all.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
configured to not write apport reports
  Errors were encountered while processing:
 /var/cache/apt/archives/libglib2.0-data_2.28.0-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


After that many software in my X Window System refuse to start.



-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Quidquid Latine dictum sit altum videtur.



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



Bug#613158: koffice: FTBFS on armel: no matching function for call to 'qMin(double, qreal)'

2011-02-13 Thread Julien Cristau
Source: koffice
Version: 1:2.3.1-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Excerpt from the build log at
https://buildd.debian.org/fetch.cgi?pkg=kofficearch=armelver=1%3A2.3.1-2stamp=1297150006file=logas=raw

 cd kplato/libs/ui  /usr/bin/g++   -DMAKE_KPLATOUI_LIB -D_BSD_SOURCE 
 -DSHOULD_BUILD_RDF -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL 
 -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS 
 -DKDE_DEFAULT_DEBUG_AREA=42000 -DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS 
 -DKDAB_NO_UNIT_TESTS -DKDGANTT_STATICLIB -g -O2 -g -Wall -O2 
 -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align 
 -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions 
 -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual 
 -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden 
 -DNDEBUG -DQT_NO_DEBUG -fPIC -I. -I../../../../kplato/libs/ui -I../../../.. 
 -I../../.. -I../../../../interfaces 
 -I../../../../plugins/chartshape/kdchart/include 
 -I../../../../kplato/libs/kernel -I../../../../kplato/libs/models -I../models 
 -I../../../../kdgantt -I../../../kdgantt -I../../../../libs/odf 
 -I../../../libs/odf -I../../../../libs -I../../../../libs/widgets 
 -I../../../../libs/koreport -I../../../../libs/koreport/common 
 -I../../../../libs/koreport/renderer -I../../../../libs/koreport/wrtembed 
 -I../../../../libs/kotext -I../../../libs/kotext 
 -I../../../../libs/kotext/changetracker -I../../../../libs/kotext/styles 
 -I../../../../libs/kotext/opendocument -I../../../../libs/flake 
 -I../../../../libs/koplugin -I../../../../libs/pigment 
 -I../../../../libs/pigment/compositeops -I../../../../libs/pigment/resources 
 -I../../../../libs/flake/commands -I../../../../libs/flake/tools 
 -I../../../libs/flake -I../../../../libs/main -I../../../../libs/main/config 
 -I/usr/include/KDE -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
 -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit 
 -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest 
 -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql 
 -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript 
 -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork 
 -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtHelp 
 -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDBus 
 -I/usr/include/qt4/QtAssistant -I/usr/include/qt4/Qt3Support 
 -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
 -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4   -D_GNU_SOURCE 
 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o 
 CMakeFiles/kplatoui.dir/kptintervaledit.o -c 
 ../../../../kplato/libs/ui/kptintervaledit.cpp
 ../../../../kplato/libs/ui/kptintervaledit.cpp: In constructor 
 'KPlato::IntervalEdit::IntervalEdit(KPlato::CalendarDay*, QWidget*)':
 ../../../../kplato/libs/ui/kptintervaledit.cpp:46: error: no matching 
 function for call to 'qMin(double, qreal)'
 make[3]: *** [kplato/libs/ui/CMakeFiles/kplatoui.dir/kptintervaledit.o] Error 
 1

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#613106: mesa: FTBFS (sparc64): new symbols appeared in the symbols file

2011-02-13 Thread Aurelien Jarno
On Sun, Feb 13, 2011 at 07:42:13AM +0100, Cyril Brulebois wrote:
 Julien Cristau jcris...@debian.org (12/02/2011):
   -ifneq ($(DEB_HOST_ARCH), sparc)
   +ifeq (,$(findstring $(DEB_BUILD_ARCH),sparc sparc64))
  
  filter rather than findstring?
 
 Will use filter as I just did for xorg vs. wkhtmltopdf, yeah. Also,
 that should probably be DEB_HOST_ARCH.

Yes, DEB_HOST_ARCH was correct, I don't know why I changed that part.

  If you get a chance to investigate why sparc has those symbols that
  would be appreciated btw.

Added to my todo list.

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



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



Bug#613159: FTBFS: build-dependency on debhelper missing

2011-02-13 Thread Ansgar Burchardt
Source: openoffice.org
Version: 1:3.3.0-3
Severity: serious
Justification: FTBFS

openoffice.org fails to build from source due to a missing
build-dependency on debhelper:

  dh_testroot
  make: dh_testroot: Command not found
  make: *** [clean] Error 127

Regards,
Ansgar



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



Bug#613094: libatlas: Error in cblas_dgemm in ATLAS 3.8.3 in Debian GNU/kFreeBSD 32 bits

2011-02-13 Thread José Luis García Pallero
El día 13 de febrero de 2011 11:37, Sylvestre Ledru
sylves...@debian.org escribió:
 Hello,

 Le dimanche 13 février 2011 à 11:25 +0100, José Luis García Pallero a
 écrit :

 I have installed the packages libatlas3gf-base, libatlas-dev and
 libatlas-base-dev.
 Did you try with the packages from squeeze ?

 Thanks
 S

OK, you are right. In Squeeze the ATLAS version is 3.8.3-27 and runs
without problem. The bug is in the build 29 of ATLAS in Sid

-- 
*
José Luis García Pallero
jgpall...@gmail.com
(o
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*



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



Bug#606316: Bug closed

2011-02-13 Thread Sylvestre Ledru
Hi,

I am closing this bug because since 3.8.3-10, we are not longer using
ld.conf but alternatives.

S





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



Bug#613161: missing /dev/block, /dev/disk ....

2011-02-13 Thread Petr Baláš
Package: udev
Version: 164-3

After upgrade to squeeze my server failed to boot.
Problem is with mounting data partitions on /dev/md1 and /dev/md2
These special files doesnt't exist at all. I quickly corrected boot with
creating them statically (mknod /lib/udev/devices/md0 b 9 0, )
but found later missing /dev/sd... . After futher investigation I found
missing all /dev/block and /dev/disk.

I have little nonstandart setup:
- hand compiled kernel (2.6.27 i386) with no initrd
- SW RAID assembled by kernel itself
- there was at one time some udev package from testing (I need newer
nut and newer udev was dependency)

FYI - I have almost the same server (hand compiled kernel 2.6.37, ...)
only on amd64 and there is everything OK.

--
Petr Baláš - petr at balas dot cz



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



Bug#407707: Bug closed

2011-02-13 Thread Sylvestre Ledru
Hi,

I am closing this bug because since 3.8.3-1, we are not longer using
the same build process (I am building all the time with a French locale).

S






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



Bug#612944: [Pkg-utopia-maintainers] Bug#612944: Info received (Possible location of the bug)

2011-02-13 Thread Michael Biebl
Am 13.02.2011 11:57, schrieb Richard Kettlewell:
 hplip 8856 1  0 Feb12 ?00:00:00 /usr/bin/dbus-daemon 
 --system

You have two system bus instances where one is running as user hplip which is
not correct.

Could you investigate how that happend? Especially why it is running as user 
hplip.

Michael


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



signature.asc
Description: OpenPGP digital signature


Bug#612854: wrong mirror information for mirror.cc.columbia.edu

2011-02-13 Thread Eduard Bloch
#include hallo.h
* Simon Paillard [Sun, Feb 13 2011, 02:20:26AM]:
 Hi,
 
 (Luca, don't know whether you want to be kept cc)
 
 On Sat, Feb 12, 2011 at 08:33:29PM +0100, Eduard Bloch wrote:
  reopen 612854
  retitle 612854 About 1/7 of entries not working
  thanks
 
  I just adopted my little script which looks for the availability of
  Ubuntu information to Debian mirror data and the result is quite
  disturbing. About 80 of 545 listed mirrors (resp. the HTTP URLs
  representing the mirror data) are not reachable or not containing Debian
  archive data.
  
  List of bad mirrors attached. IMHO Mirrors.masterlist needs a serious
  cleanup. I volunteer for the task if you wish me to do it.
 
 Please refrain from giving false figure, it seems seems your script
 misinterprent the list contents:
 - tested Alias as if it were an alternate Site name, while it's intended to be
   a clue about the trace file to be searched. (e.g.: debian.proxad.net)
 - still test disabled mirrors, i.e ignore X-Archive-http status, which says 
 the
   mirror is not valid through this path (e.g: cudlug.cudenver.edu) 
 - other cases like ftp.tu-chemnitz.de, which is ok, I don't know why your
   script considers it nok (not using apache listing ?)

Bien sûr, let's filter them then. The script looks for relevant contents
of a Release file. Now 17 are still remaining, see
attachment. See second attachment for the probing script.

 I'm sure few mirrors in the list are indeed not working, but that's certainly
 not 1/7.
 
 http://mirror.debian.org/status.html (whose perl code is not happy with ftp
 with its recent move to bellini)

Ok... but I only cared about HTTP mirrors this time. Some are simply
down, some seem to have stopped synching a long time ago, some don't
have the debian directory anymore and some have the contents in the
known directory but one level below, like
http://debian.comu.edu.tr/debian/dists/stable/ and like
http://mirror.cc.columbia.edu/debian/ did when I reported the original
problem (looks like somebody fixed it in the meantime).

Regards,
Eduard.
http://algo.mur.at/debian
http://canyonero.heanet.ie/debian
http://cudlug.cudenver.edu/debian
http://debian.c3sl.ufpr.br/debian
http://debian.ciencias.uchile.cl/debian
http://debian.coe.psu.ac.th/debian
http://debian.csie.nctu.edu.tw/debian
http://debian.interhost.co.il/debian
http://debian.linux.org.tw/debian
http://debian.logiclinux.com/debian
http://debian.plusserver.de/debian
http://debian.proxad.net/debian
http://debian.secsup.org
http://debian.server4you.de/debian
http://debian.torredehanoi.org/debian
http://debian.turkmesh.com.tr/debian
http://debian.unesr.edu.ve/debian
http://debian.vserver.de/debian
http://debs.ifsul.edu.br/debian
http://dennou-h.ees.hokudai.ac.jp/debian
http://fma.if.usp.br/debian
http://frigga.gva.es/mirror/debian
http://ftp.bofh.it/debian
http://ftp.ceid.upatras.gr/pub/debian
http://ftp.coe.psu.ac.th/debian
http://ftp.cse.yzu.edu.tw/pub/Linux/debian/debian
http://ftp.grn.cat/debian
http://ftp.grn.es/debian
http://ftp.isu.edu.tw/debian
http://ftp.jyu.fi/debian
http://ftp.metu.edu.tr/debian
http://ftp.netspace.net.au/pub/debian
http://ftp.oss.tw/pub/Linux/debian/debian
http://ftp.pucpr.br/debian
http://ftp.th.debian.org/debian
http://ftp.tiscali.nl/debian
http://ftp.tu-chemnitz.de/pub/linux/debian/debian
http://ftp.ua.pt/debian
http://ftp.uga.edu/debian
http://ftp.v6.coe.psu.ac.th/debian
http://ftp3.ca.debian.org/debian
http://ftpmirror.proxad.net/debian
http://gelehallon.bsnet.se/debian
http://katmai.its.ac.id/debian
http://lennon.cc.jyu.fi/debian
http://linux.cdpa.nsysu.edu.tw/debian
http://linuxserv.uga.edu/debian
http://marla.ludost.net/debian
http://mirror.3fl.net.au/debian
http://mirror.3logic.net/debian
http://mirror.comp.nus.edu.sg/Debian
http://mirror.debian.mn/debian
http://mirror.in.th/debian
http://mirror.mountaincable.net/debian
http://mirror.pacific.net.au/debian
http://mirror.unej.ac.id/debian
http://mirror.ynet.sk/debian
http://mirror2.blueyonder.co.uk
http://mirrors.ispros.com.bd/debian
http://mirrors.sth.sze.hu/debian
http://mirrors.uol.com.br/pub/debian
http://mirrors.xservers.ro/debian
http://ns34892.ovh.net/debian
http://open.hands.com/debian
http://pegasus.rz.tu-clausthal.de/pub/linux/debian
http://rib.ticklers.org/debian
http://russell.cs.bilgi.edu.tr/debian
http://screwdriver.csua.berkeley.edu/debian
http://selene.servytec.es/debian
http://server.psn.ru/debian
http://spider.mur.at/debian
http://tengu.easynet.fr
http://torio.iq.usp.br/debian
http://uwsg.iu.edu/linux/debian
http://vlad-tepes.bofh.it/debian
http://watson.zp.ua/debian
http://windu.bcc.bilkent.edu.tr/debian
http://www.mirrorservice.org/sites/ftp.debian.org/debian
http://zaphod.gtlib.gatech.edu/debian
#!/usr/bin/perl
#

use strict;
my %fddset;
my %fdvset;
# temp values within one data set
my @hosts;
my @pathsdeb;
my @pathsvol;

while()
{
   chomp;
   s/^\s+//;
   s/\s+$//;
   next if /^#/;
   if(/(\S+)\s*:\s*(\S+)/)
   {
  my $key=$1;
  my $value=$2;

   

Bug#612944: [Pkg-utopia-maintainers] Bug#612944: Info received (Possible location of the bug)

2011-02-13 Thread Richard Kettlewell

On 13/02/2011 11:09, Michael Biebl wrote:

Am 13.02.2011 11:57, schrieb Richard Kettlewell:



hplip 8856 1  0 Feb12 ?00:00:00 /usr/bin/dbus-daemon
--system


You have two system bus instances where one is running as user hplip which is
not correct.

Could you investigate how that happend? Especially why it is running as user 
hplip.


No idea!  I assume it's something to do with the hplip packages, which 
I've now purged and killed the stray daemon.  Give me a day or three to 
see if the problem still occurs after this change...


ttfn/rjk



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



Bug#613027: xfce4-panel: after upgrade logout button broken: org.xfce.SessionManager not in any .service file

2011-02-13 Thread Lionel Elie Mamane
On Sat, Feb 12, 2011 at 12:41:21PM +0100, Yves-Alexis Perez wrote:
 On sam., 2011-02-12 at 12:23 +0100, Lionel Elie Mamane wrote:
 On Sat, Feb 12, 2011 at 12:17:03PM +0100, Yves-Alexis Perez wrote:

 Does the situation persist accross reboot?

 No, it does not.

 Ok, transient issue. Did you do the upgrade from the Xfce desktop?

Yes, I did.

-- 
Lionel



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



Bug#613094: libatlas: Error in cblas_dgemm in ATLAS 3.8.3 in Debian GNU/kFreeBSD 32 bits

2011-02-13 Thread Sylvestre Ledru
Le dimanche 13 février 2011 à 11:53 +0100, José Luis García Pallero a
écrit :
 El día 13 de febrero de 2011 11:37, Sylvestre Ledru
 sylves...@debian.org escribió:
  Hello,
 
  Le dimanche 13 février 2011 à 11:25 +0100, José Luis García Pallero a
  écrit :
 
  I have installed the packages libatlas3gf-base, libatlas-dev and
  libatlas-base-dev.
  Did you try with the packages from squeeze ?
 
  Thanks
  S
 
 OK, you are right. In Squeeze the ATLAS version is 3.8.3-27 and runs
 without problem. The bug is in the build 29 of ATLAS in Sid
OK
Some elements of the build chain changed between the 27 and 29. It
causes this kind of issues and also build failures.
See bug #589464.

The bad news is that I have no clue on what is causing it (and therefor
how to fix it) ...

Sylvestre







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



Bug#613129: You blew it. Don't force one to install the entire apache. You forgot lynx-cur

2011-02-13 Thread Robert Luberda
found 613129 1.6g-2
notfound 613129 1.6f+repack-1
thanks

jida...@jidanni.org writes:


 
 You blew it.

No, I don't :)

 Depends: libc6 (= 2.3), debconf (= 0.5) | debconf-2.0, man2html-base (= 
 1.6g-3), gawk, man-db (= 2.4.1), deianutils (= 2.1), apache2 | httpd-cgi | 
 lynx
 Suggests: swish++, lynx | www-browser
 

According to bug#285403, what you need is the man to html converter,
without the cgi stuff. To achieve this you don't need man2html anymore,
you can just install man2html-base instead.

 I have lynx-cur installed!

I'll add it to Depends in next upload.

Regards,
robert






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



Bug#603819: libpam-ssh: During upgrade from lenny to squeeze, postinst script fails to configure due to missing dependency

2011-02-13 Thread Rafael Varela Pet
Same problem here. 

Had to apt-get install libpam-runtime to continue the upgrade process.




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



Bug#610744: wvdial: General update after the debconf review process

2011-02-13 Thread Jonathan Wiltshire
Dear Debian maintainer,

On Wednesday, January 12, 2011, I sent you a notification about the beginning
of a review action on debconf templates for wvdial.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is the result of their efforts.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/templates with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. In case you are
short of time, I can either prepare and upload a non-maintainer upload
or prepare an upload for you.

Meanwhile, thank you for your co-operation during this review.


-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


patch.tar.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#612536: Fw: Re: RM: apt-cross -- ROM; RC buggy, alternative available (xapt)

2011-02-13 Thread Neil Williams
mlton-cross was also removed from Squeeze along with apt-cross and it
still has an RC bug.

I really want to remove apt-cross ASAP - it has no place in Debian.
xapt is an alternative but nowhere near a drop-in replacement. The
entire dpkg-cross handling mechanism is due to be replaced by Multiarch
before Wheezy is released. xapt may survive longer than that because
it's interface to dpkg-cross is far simpler than with apt-cross - at
least until apt itself has full Multiarch-cross-dependencies support.

I don't want people to still be using apt-cross during the migration to
Multiarch, it will just make things harder.



Begin forwarded message:

Date: Sun, 13 Feb 2011 01:43:13 +0100
From: Luca Falavigna dktrkr...@debian.org
To: Neil Williams codeh...@debian.org, 612...@bugs.debian.org
Subject: Re: RM: apt-cross -- ROM; RC buggy, alternative available
(xapt)


tags + moreinfo
thanks


# Broken Depends:
mlton-cross: mlton-target-alpha-linux-gnu
 mlton-target-arm-linux-gnueabi
 mlton-target-hppa-linux-gnu
 mlton-target-i486-linux-gnu
 mlton-target-ia64-linux-gnu
 mlton-target-mips-linux-gnu
 mlton-target-mipsel-linux-gnu
 mlton-target-powerpc-linux-gnu
 mlton-target-s390-linux-gnu
 mlton-target-sparc-linux-gnu
 mlton-target-x86-64-linux-gnu


-- 

Neil Williams
=
codeh...@debian.org



pgpGRPee92LVa.pgp
Description: PGP signature


Bug#613013: luatex: fails to upgrade in absence of fmtutil.cnf

2011-02-13 Thread Lionel Elie Mamane
On Sat, Feb 12, 2011 at 10:36:37PM +0900, Norbert Preining wrote:

 On Sa, 12 Feb 2011, Lionel Elie Mamane wrote:
 Setting up luatex (0.60.2-1) ...
 Building format(s) --byengine luatex.
  This may take some time... 
 fmtutil-sys failed. Output has been stored in
 /tmp/fmtutil.GqN8HXC0
 Please include this file if you report a bug.

 That file contains:

 /usr/bin/fmtutil: line 362: /usr/share/texmf/texconfig/tcfmgr: No such file 
 or directory
 fmtutil: config file `fmtutil.cnf' not found.

 tcfmgr is in texlive-base, the postinst of luatex checkes that texlive-base
 is installed and configured:
 and only if it is installed and configured the fmtutil-sys call is
 run.

Well, then tcfmgr was there, but not functional. Possibly this is a
lack of robustness combined with Bug#612924. Another theory is that
maybe luatex was caught at the wrong point in the migration between
the lenny texlive-base-bin and the squeeze texlive-base, which seems
to contain the former contents of texlive-base. In that case, luatex
would have to check not only that texlive-base (any version) is
installed, but something along the lines of:

 - texlive-base-bin  texlive-base lenny version installed 
   configured (or any version between lenny and whichever that did the
   switchover)
OR
 - textlive-base squeeze version installed  configured (or any
   version between squeeze and the older version that did the switchover)

Here is an abstract from dpkg.log:
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:15 status installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:16 remove texlive-base-bin 2007.dfsg.2-4+lenny3 
2007.dfsg.2-4+lenny3
2011-02-12 09:22:16 status half-configured texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:16 status half-installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:16 status triggers-pending man-db 2.5.2-4
2011-02-12 09:22:16 status half-installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:16 status triggers-pending menu 2.1.44
2011-02-12 09:22:16 status half-installed texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:18 status triggers-awaited menu 2.1.44
2011-02-12 09:22:18 status config-files texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:18 purge texlive-base-bin 2007.dfsg.2-4+lenny3 
2007.dfsg.2-4+lenny3
2011-02-12 09:22:18 status config-files texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:18 status config-files texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:18 status config-files texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:18 status config-files texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:18 status config-files texlive-base-bin 2007.dfsg.2-4+lenny3
2011-02-12 09:22:18 status not-installed texlive-base-bin none
2011-02-12 09:22:18 trigproc man-db 2.5.2-4 2.5.2-4
2011-02-12 09:22:18 status half-configured man-db 2.5.2-4
2011-02-12 09:22:19 status installed man-db 2.5.2-4
2011-02-12 09:22:19 trigproc menu 2.1.44 2.1.44
2011-02-12 09:22:19 status half-configured menu 2.1.44
2011-02-12 09:22:19 status installed menu 2.1.44
--- At this point texlive-base-bin is removed
2011-02-12 09:22:21 startup archives unpack
2011-02-12 09:22:21 upgrade texlive-base 2007.dfsg.2-1~lenny2 2009-11
2011-02-12 09:22:21 status half-configured texlive-base 2007.dfsg.2-1~lenny2
2011-02-12 09:22:21 status unpacked texlive-base 2007.dfsg.2-1~lenny2
2011-02-12 09:22:21 status half-installed texlive-base 2007.dfsg.2-1~lenny2
2011-02-12 09:22:22 status triggers-pending menu 2.1.44
2011-02-12 09:22:22 status triggers-awaited menu 2.1.44
2011-02-12 09:22:22 status unpacked texlive-base 2007.dfsg.2-1~lenny2
2011-02-12 09:22:23 status installed texlive-base 2007.dfsg.2-1~lenny2
2011-02-12 09:22:23 install texlive-binaries none 2009-8
2011-02-12 09:22:23 status half-installed texlive-binaries 2009-8
2011-02-12 09:22:23 status triggers-pending man-db 2.5.2-4

Bug#612007: [btrfs-tools] include in install when btrfs is used as a partition

2011-02-13 Thread Paul Rufous
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612809
Please add depends ``btrfs-tools''  if btrfs was choose as partotion
filesystem.




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



Bug#612924: texlive-base: fails to upgrade: cannot stat `/usr/share/texlive-base/pdftexconfig.tex': No such file or directory

2011-02-13 Thread Lionel Elie Mamane
On Sat, Feb 12, 2011 at 10:37:35PM +0900, Norbert Preining wrote:
 On Sa, 12 Feb 2011, Lionel Elie Mamane wrote:

 Until that bug gets fixed, to get unstucked one can do:

 cd /  ar p /var/cache/apt/archives/texlive-base_2009-11_all.deb 
 data.tar.gz | sudo tar zx ./usr/share/texlive-base/pdftexconfig.tex

 You have *all* kind of very weird problems on your computer, see your
 other bug concerning luatex.

 Are you sure that your hard disk (the one of your computer) is in good
 state and that the file system is correct etc etc???

Well, for this bug, I'm not the only one to get it, as I'm not the
original reporter. As to state of my hard disk and file system, for
what it is worth, when I rebooted to use the new squeeze kernel, fsck
checked the filesystem (because it had not been checked in
200-and-some days), and it found no error.

-- 
Lionel



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



Bug#602863: from bind9 to powerdns and back to bind9

2011-02-13 Thread Holger Levsen
Hi,

during the Debian Edu meeting here in Zweibrücken we discussed #602863 and how 
to solve it. I've asked about 15 people what they'd think about us previously 
using bind9 (until and including etch), then moving to powerdns (in lenny) 
and then switching back to bind9 in squeeze. Everybody except two people were 
_enthusiastic_ about the idea, one person wanted to stay neutral and one 
neither liked bind9 nor powerdns (and suggested dnsmasq which appearantly 
also has ldap support).

So we decided to switch back to bind9 to solve #602863.

And we still seek feedback and comments on this!

This was done in svn for the debian-edu and debian-edu-config packages in 
r72928-72930:

  * Switch from pdns to bind and ldap2zone.  This enables management of
hosts with GOsa and has been done to enable further testing. Obviously
it could be reverted and needs to be agreed on.  Also needs
documentation if kept for the release. Add debian/TODO.Squeeze. 

debian/TODO.Squeeze is kept in debian-edu-config and reads:

* cf.pdns for pdns has been kept for easier reverting back to pdns.
  Or is this useful for users of pdns too (luis)?
  There were also thoughts about an install option (like gnome instead of kde)
  though this aint that easy probably, as it also involves the ldap ui...
* Some extra attributes (objectClass: domainRelatedObject i.e.
  associateddomain) in gosa-server.ldif have also been kept, they
  probably conflict with making additions/changes in GOsa and need to
  be removed if we want to keep bind.

Currently it seems we have broken the main server installation with this, we 
are working on fixing this, but due to traveling and the work week starting 
tomorrow this might take a few days. Stay tuned :-)


cheers,
Holger


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


Bug#492059: after exiting and relaunching, it complains it is still running. Must run killall firefox-bin

2011-02-13 Thread Javier Barroso
Package: iceweasel
Version: 4.0~b11-1
Severity: normal

Hi,

Here I cannot use -no-remote option, it says
Iceweasel is already running, but is not responding. To open a new window, you 
must first close the existing
Iceweasel process, or restart your system.. See I'm using experimental, so
maybe it expected ?

But my iceweasel instance is running fine (without any kind of flash / java,
only an google tab openned)

Maybe I should open another bug ? (I can't get working this feature even if I
try to close this iceweasel (check that no proccess left in ps output) and
open again)

iceweasel rocks! Thanks!


-- Package-specific info:

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

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled

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

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

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

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

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


-- Addons package information
ii  rhythmbox-plug 0.12.8-2   plugins for rhythmbox music player
ii  sun-java6-bin  6.22-1 Sun Java(TM) Runtime Environment (JRE) 6 (ar
ii  totem-mozilla  2.30.2-6   Totem Mozilla plugin

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

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

Versions of packages iceweasel depends on:
ii  debianutils   3.4.3  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  libc6 2.11.2-9   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.6-1NetScape Portable Runtime Library
ii  libstdc++64.4.5-10   The GNU Standard C++ Library v3
ii  procps1:3.2.8-10 /proc file system utilities
ii  xulrunner-2.0 2.0~b11-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
pn  mozplugger  none   (no description available)
ii  ttf-lyx 1.6.7-1  TrueType versions of some TeX font
pn  ttf-mathematica4.1  none   (no description available)
ii  xfonts-mathml   4Type1 Symbol font for MathML
pn  xprint  none   (no description available)

Versions of packages xulrunner-2.0 depends on:
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-9 Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-2 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libevent-1.4-2  1.4.13-stable-1  An asynchronous event notification
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-10   GCC support library
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.11-1 spell checker and morphological an
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmozjs4d  2.0~b11-1The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.6-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.9~beta2-1   Network Security Service libraries
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpixman-1-0   0.21.2-1 pixel-manipulation library for X a
ii  libreadline66.1-3   

Bug#492059: after exiting and relaunching, it complains it is still running. Must run killall firefox-bin

2011-02-13 Thread Javier Barroso
Package: iceweasel
Version: 4.0~b11-1
Severity: normal

Sorry for the noise ...

I'm using iceweasel from 
deb http://mozilla.debian.net/ experimental
iceweasel-4.0

So, I don't known If I did a good thing writting in this bug tracker . Sorry
if I should not write here ..

Thanks!


-- Package-specific info:

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

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled

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

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

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

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

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


-- Addons package information
ii  rhythmbox-plug 0.12.8-2   plugins for rhythmbox music player
ii  sun-java6-bin  6.22-1 Sun Java(TM) Runtime Environment (JRE) 6 (ar
ii  totem-mozilla  2.30.2-6   Totem Mozilla plugin

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

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

Versions of packages iceweasel depends on:
ii  debianutils   3.4.3  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  libc6 2.11.2-9   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.6-1NetScape Portable Runtime Library
ii  libstdc++64.4.5-10   The GNU Standard C++ Library v3
ii  procps1:3.2.8-10 /proc file system utilities
ii  xulrunner-2.0 2.0~b11-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
pn  mozplugger  none   (no description available)
ii  ttf-lyx 1.6.7-1  TrueType versions of some TeX font
pn  ttf-mathematica4.1  none   (no description available)
ii  xfonts-mathml   4Type1 Symbol font for MathML
pn  xprint  none   (no description available)

Versions of packages xulrunner-2.0 depends on:
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-9 Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-2 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libevent-1.4-2  1.4.13-stable-1  An asynchronous event notification
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-10   GCC support library
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.11-1 spell checker and morphological an
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmozjs4d  2.0~b11-1The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.6-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.9~beta2-1   Network Security Service libraries
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpixman-1-0   0.21.2-1 pixel-manipulation library for X a
ii  libreadline66.1-3GNU readline and history libraries
ii  libsqlite3-03.7.4-2  SQLite 3 shared library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3
ii  libvpx0 0.9.1-2  VP8 video codec 

Bug#612986: apt: E: Method rred has died unexpectedly! E: Sub-process rred received a segmentation fault. [sparc, powerpc]

2011-02-13 Thread David Kalnischkies
On Sat, Feb 12, 2011 at 16:33, Jörg Sommer jo...@alea.gnuu.de wrote:
 Axel Beckert hat am Sat 12. Feb, 04:34 (+0100) geschrieben:
 In Sid on the sparc and powerpc architectures I can no more update the
 package lists as apt-get update (as well as aptitude update and aptitude
 -u) fail with the following error messages.

(aptitude uses the same code as APT does as they share it in libapt-pkg)


 Me (powerpc) has the same problem. The problem is that in rred.cc:258 an
 incomplete object dyn is created, due to _error-PendingError() in
 contrib/mmap.cc:223 returns true. The object has the attribute Base=0
 which is feed to mmap in contrib/mmap.cc:270 on object destruction. This
 call causes the segfault.

 I don't know if Base == 0 is a valid state for a DynamicMMap object and
 the destructor has to check this value or if there's something else
 rotten and Base == 0 signals a deeper broken state.

It is a bad state as mmap creation shouldn't fail (as the error shows), but
we have a fallback for systems without mmap so failing with a segfault is
absolutely bad as we could use this fallback. (Fixed.)


 Hence, you have to do some edianess adoption

 45454 == 0xb18e != 0x8eb1 == 2393964544

I have changed in 0.8.11 rred handling by avoiding the uncompress of the patch
to a real file (which is deleted shortly after again) and instead use the new
inbuilt gzip support so that the patch is opened by rred and uncompressed
on the fly.

gzip support was added in 0.7.26~exp10 to be able to handle transparently
gzip-compressed indexfiles - and the faulty code reading the size of the
uncompressed file in 0.8.7, so squeeze is effected by this endian mess-up
just that it only effects a small feature (Acquire::GzipIndexes) and not rred
which is used by default.


It would be cool if someone with a big-endian machine could test the attached
diff which should fix this and related problems.
A tester wouldn't even need to install the self-built apt - building the tree
and running ./test/integration/test-pdiff-usage is enough to test it
(but you need to install weborf).


Best regards

David Kalnischkies


apt-612986-big-endian-size
Description: Binary data


Bug#613162: zsh: Loading colors script fails, bad set of key/value pairs

2011-02-13 Thread Benjamin Peter
Package: zsh
Version: 4.3.10-14
Severity: normal


Hi,

when I try the following, I get an error message:

$ autoload -U colors
$ colors
colors:89: bad set of key/value pairs for associative array

Commenting out the following line helps:

/usr/share/zsh/functions/Misc/colors
 89 colour=(${(kv)color}) # A case where ksh namerefs would be useful ...

Any idea why this fails?


regards,

Benjamin Peter.

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

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

Versions of packages zsh depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcap2   1:2.19-3   support for getting/setting POSIX.
ii  libncursesw5  5.7+20100313-5 shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libpcre3  8.02-1.1   Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
ii  zsh-doc   4.3.10-14  zsh documentation - info/HTML form

-- Configuration Files:
/etc/zsh/zshrc changed [not included]

-- 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#613163: broken recommends

2011-02-13 Thread Rene Engelhard
Package: ooohg
Version: 09.12a-1
Severity: serious

$ dpkg --info ooohg_09.12a-1_all.deb
 neues Debian-Paket, Version 2.0.
 Größe 77102144 Byte: control-Archiv= 36731 Byte.
 760 Byte,18 Zeilen  control
  121856 Byte,  1371 Zeilen  md5sums
1219 Byte,48 Zeilen   *  postinst #!/bin/sh
 Package: ooohg
 Version: 09.12a-1
 Architecture: all
 Maintainer: Georges Khaznadar georg...@ofset.org
 Installed-Size: 85408
 Recommends: libreoffice.org | openoffice.org
 Section: non-free/misc
 Priority: extra
 Homepage: http://ooo.hg.free.fr/ooohg/ooohg.html
 Description: installer for a set of 1600 free of charge maps for openoffice.org
  This is an empty package to wrap the installation of the non-free package
  Ooo.hg
  .
  Ooo.hg provides a wide set of free maps, to create easily any document
  for History and geography teachers, allthough it may also be used by
  other people. This lightweight package will download an archive, check its
  content, and install it in the right directory so the maps are immediately
  usable from the gallery of openoffice.org

The Recommends is wrong.

a) it's libreoffice, not libreoffice.org
b) the Recommends: openoffice.org just has *any* version of openoffice.org 
allowed.
   Where it won't work as you just install the gallery files for libreoffice.
   Maybe you want to make it openoffice.org (= 3.3.0~)?

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

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

Grüße/Regards,

Rene



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



Bug#526465: Is this bug still present in 0.5-2?

2011-02-13 Thread Vincent Bernat
Hi!

Even  if the  bug  seems to  be in  Courier  IMAP, maybe  this has  been
resolved in some way with 0.5-2. Could you try to test?

Thanks.
-- 
I WILL NOT XEROX MY BUTT
I WILL NOT XEROX MY BUTT
I WILL NOT XEROX MY BUTT
-+- Bart Simpson on chalkboard in episode 7F01



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



Bug#526465: Is this bug still present in 0.5-2?

2011-02-13 Thread Vincent Bernat
OoO Peu avant le début de l'après-midi du dimanche 13 février 2011, vers
13:03, je disais:

 Hi!
 Even  if the  bug  seems to  be in  Courier  IMAP, maybe  this has  been
 resolved in some way with 0.5-2. Could you try to test?

Sorry, I forget to put you in Cc:.
-- 
I WILL NOT SQUEAK CHALK
I WILL NOT SQUEAK CHALK
I WILL NOT SQUEAK CHALK
-+- Bart Simpson on chalkboard in episode 8F04


pgpMS8qQDC1y6.pgp
Description: PGP signature


Bug#613164: ntfs-3g: fails to mount filesystem on boot

2011-02-13 Thread Johannes Rohr
Package: ntfs-3g
Version: 1:2010.3.6-1
Severity: important

As per subject line: on startup, a file system (/dev/sda2) which is in
/etc/fstab is not mounted. Manually mounting works. 

There is a separate /usr partition, so I suspect this happens because the 
ntfs-3g binaries reside in /usr


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

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

Versions of packages ntfs-3g depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libntfs-3g751:2010.3.6-1 ntfs-3g filesystem in userspace (F

ntfs-3g recommends no packages.

ntfs-3g 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#613165: ftplugin/man.vim freezes vim-gtk and vim-gnome, but not vim-nox

2011-02-13 Thread Andrei POPESCU
Package: vim-gtk
Version: 2:7.3.035+hg~8fdc1210-1
Severity: normal

Hi,

Since a recent update in unstable, which involved both X, man-db and 
groff-base vim-gtk and vim-gnome will both freeze at

:runtime ftplugin/man.vim

This does not happen with vim-nox though.

Regards,
Andrei


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

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

Versions of packages vim-gtk depends on:
ii  libacl1  2.2.49-4Access control list shared library
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libglib2.0-0 2.28.0-1The GLib library of C routines
ii  libgpm2  1.20.4-3.3  General Purpose Mouse - shared lib
ii  libgtk2.0-0  2.20.1-2The GTK+ graphical user interface 
ii  libice6  2:1.0.7-1   X11 Inter-Client Exchange library
ii  libncurses5  5.7+20100313-5  shared libraries for terminal hand
ii  libpango1.0- 1.28.3-1+squeeze1   Layout and rendering of internatio
ii  libruby1.8   1.8.7.302-2 Libraries necessary to run Ruby 1.
ii  libselinux1  2.0.96-1SELinux runtime shared libraries
ii  libsm6   2:1.2.0-1   X11 Session Management library
ii  libx11-6 2:1.4.1-4   X11 client-side library
ii  libxt6   1:1.0.9-2   X11 toolkit intrinsics library
ii  tcl8.4   8.4.19-4Tcl (the Tool Command Language) v8
ii  vim-common   2:7.3.035+hg~8fdc1210-1 Vi IMproved - Common files
ii  vim-gui-comm 2:7.3.035+hg~8fdc1210-1 Vi IMproved - Common GUI files
ii  vim-runtime  2:7.3.035+hg~8fdc1210-1 Vi IMproved - Runtime files

vim-gtk recommends no packages.

Versions of packages vim-gtk suggests:
pn  cscopenone (no description available)
ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
ii  ttf-dejavu2.32-1 Metapackage to pull in ttf-dejavu-
pn  vim-doc   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#612911: linux-image-2.6.32-5-openvz-amd64: Deprecated CIFS module

2011-02-13 Thread Stanislav
12.02.2011 01:21, maximilian attems wrote:
 dude that is not the way to producively file bugs, post the error you
 are seeing at least, thank you.

I don't understand you, my respected associate.
I have beleived that you had reproduced and approved my report:

10.02.2011 20:36, maximilian attems wrote:
 yes please use reportbug if possible, it tells the maintainer already
 some relevant info. Apparently drbd-tools have the same mistake.
 wonder how that is possible with such a long freeze.

And now you pretend being uninformed we're talking about.
OK, if you insist, I provide details.

***

-= Situation 1. =-
Installing package linux-image-2.6.32-5-amd64 and booting
into 2.6.32-5 vanilla kernel (Everything is OK).

vmmox:~# cat /etc/issue
Debian GNU/Linux 6.0 \n \l

vmmox:~# uname -r
2.6.32-5-amd64

vmmox:~# stat /lib/modules/2.6.32-5-amd64/kernel/fs/cifs/cifs.ko
  File: `/lib/modules/2.6.32-5-amd64/kernel/fs/cifs/cifs.ko'
  Size: 427672  Blocks: 848IO Block: 4096   regular file
Device: fe00h/65024dInode: 122923  Links: 1
Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
Access: 2011-02-13 14:55:59.0 +0300
Modify: 2011-01-12 08:54:12.0 +0300
Change: 2011-02-13 14:55:57.0 +0300

vmmox:~# md5sum /lib/modules/2.6.32-5-amd64/kernel/fs/cifs/cifs.ko
860eb9a71136d35105764c5d0fde9d2f
/lib/modules/2.6.32-5-amd64/kernel/fs/cifs/cifs.ko

vmmox:~# mount.cifs //192.168.22.61/shared /mnt/smb -o user=user,pass=123
vmmox:~# echo $?
0

vmmox:~# umount /mnt/smb
vmmox:~# echo $?
0

vmmox:~# strace mount.cifs //192.168.22.61/shared /mnt/smb -o
user=user,pass=123
execve(/sbin/mount.cifs, [mount.cifs, //192.168.22.61/shared,
/mnt/smb, -o, user=user,pass=123], [/* 16 vars */]) = 0
brk(0)  = 0x1b5f000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7ffd0870e000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or
directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=23085, ...}) = 0
mmap(NULL, 23085, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ffd08708000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
open(/lib/libcap.so.2, O_RDONLY)  = 3
read(3,
\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\260\24\0\0\0\0\0\0...,
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=16640, ...}) = 0
mmap(NULL, 2111936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7ffd082ef000
mprotect(0x7ffd082f3000, 2093056, PROT_NONE) = 0
mmap(0x7ffd084f2000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffd084f2000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
open(/lib/libc.so.6, O_RDONLY)= 3
read(3,
\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0`\355\1\0\0\0\0\0...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0
mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7ffd07f8e000
mprotect(0x7ffd080e6000, 2093056, PROT_NONE) = 0
mmap(0x7ffd082e5000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7ffd082e5000
mmap(0x7ffd082ea000, 18472, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffd082ea000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or
directory)
open(/lib/libattr.so.1, O_RDONLY) = 3
read(3,
\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0p\24\0\0\0\0\0\0...,
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=17608, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7ffd08707000
mmap(NULL, 2112752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0x7ffd07d8a000
mprotect(0x7ffd07d8e000, 2093056, PROT_NONE) = 0
mmap(0x7ffd07f8d000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ffd07f8d000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7ffd08706000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7ffd08705000
arch_prctl(ARCH_SET_FS, 0x7ffd08706700) = 0
mprotect(0x7ffd082e5000, 16384, PROT_READ) = 0
mprotect(0x7ffd0871, 4096, PROT_READ) = 0
munmap(0x7ffd08708000, 23085)   = 0
geteuid()   = 0
brk(0)  = 0x1b5f000
brk(0x1b8)  = 0x1b8
capget(0x20080522, 0, NULL) = -1 EFAULT (Bad address)
capget(0x20080522, 0,

Bug#613163: broken recommends

2011-02-13 Thread Rene Engelhard
retitle 613163 broken dependencies
thanks

Hi,

On Sun, Feb 13, 2011 at 01:04:37PM +0100, Rene Engelhard wrote:
 The Recommends is wrong.
 
 a) it's libreoffice, not libreoffice.org
 b) the Recommends: openoffice.org just has *any* version of openoffice.org 
 allowed.
Where it won't work as you just install the gallery files for libreoffice.
Maybe you want to make it openoffice.org (= 3.3.0~)?

Oh, and even then

drwxr-xr-x root/root 0 2011-02-13 02:20 ./usr/lib/libreoffice/basis3.3/
drwxr-xr-x root/root 0 2011-02-13 02:20 
./usr/lib/libreoffice/basis3.3/share/
drwxr-xr-x root/root 0 2011-02-13 02:20 
./usr/lib/libreoffice/basis3.3/share/gallery/
-rw-r--r-- root/root505856 2011-02-13 02:20 
./usr/lib/libreoffice/basis3.3/share/gallery/sg199.sdv
[...]

You install directly into basis3.3. Which might change in LibO 3.4.0 into 
basis3.4. Thus you need strict
dependencies on 3.3.x. See how openclipart-openoffice.org (which has/had the 
same problem) did it:

$ apt-cache show openclipart-openoffice.org
Package: openclipart-openoffice.org
Priority: extra
Section: graphics
Installed-Size: 10308
Maintainer: Debian QA Group packa...@qa.debian.org
Architecture: all
Source: openclipart
Version: 0.18+dfsg-10
Depends: openclipart-png (= 0.18+dfsg-10)
Recommends: openoffice.org
Conflicts: openclipart ( 0.10+dfsg-3), openoffice.org-common (= 1:3.2.99), 
openoffice.org-common ( 1:3.2)
Filename: 
pool/main/o/openclipart/openclipart-openoffice.org_0.18+dfsg-10_all.deb
Size: 8810226
MD5sum: f95fc3ef805c476b0a018bc83114fce8
SHA1: db739968c7bf1b8fb6a458027d9de924f06c1ffd
SHA256: 960bd23e670353ad833ed14902bf705a6b02fc4e0f09e34cab151ea99ed120f9
Description: clip art for OpenOffice.org gallery
 The Open Clip Art Library is a collection of 100% license-free,
 royalty-free, and restriction-free art that you can use for any purpose.
 .
 This package contains the OpenOffice.org Gallery info files.
Homepage: http://www.openclipart.org
Tag: made-of::font, role::app-data, suite::openoffice

Grüße/Regards,

Rene



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



Bug#613166: Please stop using HAL

2011-02-13 Thread Michael Biebl
Package: wmbattery
Version: 2.40
Severity: normal
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: halectomy

Hi,

as HAL has been deprecated and is officially dead upstream we want to
get rid of it eventually in Debian [1].

Please consider disabling HAL support in wmbattery or porting it to
newer interfaces like upower/libupwer-glib (which is availably on all
Debian architectures) or using sysfs directly.

Regards,
Michael



[1] http://wiki.debian.org/HALRemoval

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

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



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



Bug#550883: mountnfs fails on pre-existing lock file /var/run/network/mountnfs

2011-02-13 Thread Hristo Hristov
I hit the same bug with Debian Sid. Probably the lock should be removed on
system start.



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



Bug#540208: lsb-release: Still present with oldstable in sources.list

2011-02-13 Thread Andrei POPESCU
Package: lsb-release
Version: 3.2-27
Severity: normal

Hi,

The attached info says it all :)
It seems to me the initial patch should take into account the 
possibility that a user also has oldstable in the sources.list.

Regards,
Andrei


-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
Distributor ID: Debian
Description:Debian GNU/Linux 5.0.8 (lenny)
Release:5.0.8
Codename:   lenny
-*- -*- -*- -*- -*-
Apt policy
-*- -*- -*- -*- -*-
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://ftp.at.debian.org/debian/ wheezy/non-free amd64 Packages
 release o=Debian,a=testing,n=wheezy,l=Debian,c=non-free
 origin ftp.at.debian.org
 500 http://ftp.at.debian.org/debian/ wheezy/contrib amd64 Packages
 release o=Debian,a=testing,n=wheezy,l=Debian,c=contrib
 origin ftp.at.debian.org
 500 http://ftp.at.debian.org/debian/ wheezy/main amd64 Packages
 release o=Debian,a=testing,n=wheezy,l=Debian,c=main
 origin ftp.at.debian.org
 500 http://ftp.at.debian.org/debian/ squeeze/main Translation-ro
 500 http://ftp.at.debian.org/debian/ squeeze/non-free amd64 Packages
 release v=6.0,o=Debian,a=stable,n=squeeze,l=Debian,c=non-free
 origin ftp.at.debian.org
 500 http://ftp.at.debian.org/debian/ squeeze/contrib amd64 Packages
 release v=6.0,o=Debian,a=stable,n=squeeze,l=Debian,c=contrib
 origin ftp.at.debian.org
 500 http://ftp.at.debian.org/debian/ squeeze/main amd64 Packages
 release v=6.0,o=Debian,a=stable,n=squeeze,l=Debian,c=main
 origin ftp.at.debian.org
 500 http://deb.opera.com/opera-beta/ sid/non-free amd64 Packages
 release o=Opera Software ASA,a=unstable,n=sid,l=The Opera web 
browser,c=non-free
 origin deb.opera.com
 500 http://ftp.at.debian.org/debian/ sid/main Translation-ro
 500 http://ftp.at.debian.org/debian/ sid/non-free amd64 Packages
 release o=Debian,a=unstable,n=sid,l=Debian,c=non-free
 origin ftp.at.debian.org
 500 http://ftp.at.debian.org/debian/ sid/contrib amd64 Packages
 release o=Debian,a=unstable,n=sid,l=Debian,c=contrib
 origin ftp.at.debian.org
 500 http://ftp.at.debian.org/debian/ sid/main amd64 Packages
 release o=Debian,a=unstable,n=sid,l=Debian,c=main
 origin ftp.at.debian.org
 500 http://www.debian-multimedia.org/ wheezy/non-free amd64 Packages
 release v=None,o=Unofficial Multimedia 
Packages,a=testing,n=wheezy,l=Unofficial Multimedia Packages,c=non-free
 origin www.debian-multimedia.org
 500 http://www.debian-multimedia.org/ wheezy/main amd64 Packages
 release v=None,o=Unofficial Multimedia 
Packages,a=testing,n=wheezy,l=Unofficial Multimedia Packages,c=main
 origin www.debian-multimedia.org
 500 http://www.debian-multimedia.org/ squeeze/non-free amd64 Packages
 release v=6.0,o=Unofficial Multimedia 
Packages,a=stable,n=squeeze,l=Unofficial Multimedia Packages,c=non-free
 origin www.debian-multimedia.org
 500 http://www.debian-multimedia.org/ squeeze/main amd64 Packages
 release v=6.0,o=Unofficial Multimedia 
Packages,a=stable,n=squeeze,l=Unofficial Multimedia Packages,c=main
 origin www.debian-multimedia.org
 500 http://www.debian-multimedia.org/ sid/non-free amd64 Packages
 release v=None,o=Unofficial Multimedia 
Packages,a=unstable,n=sid,l=Unofficial Multimedia Packages,c=non-free
 origin www.debian-multimedia.org
 500 http://www.debian-multimedia.org/ sid/main amd64 Packages
 release v=None,o=Unofficial Multimedia 
Packages,a=unstable,n=sid,l=Unofficial Multimedia Packages,c=main
 origin www.debian-multimedia.org
 500 file:/home/amp/debs/ unstable/ Packages
 release o=AMP,a=unstable,n=unstable,l=AMP,c=
 500 http://ftp.at.debian.org/debian/ lenny/main Translation-ro
 500 http://ftp.at.debian.org/debian/ lenny/non-free amd64 Packages
 release v=5.0.8,o=Debian,a=oldstable,n=lenny,l=Debian,c=non-free
 origin ftp.at.debian.org
 500 http://ftp.at.debian.org/debian/ lenny/contrib amd64 Packages
 release v=5.0.8,o=Debian,a=oldstable,n=lenny,l=Debian,c=contrib
 origin ftp.at.debian.org
 500 http://ftp.at.debian.org/debian/ lenny/main amd64 Packages
 release v=5.0.8,o=Debian,a=oldstable,n=lenny,l=Debian,c=main
 origin ftp.at.debian.org
   1 http://ftp.at.debian.org/debian/ experimental/contrib amd64 Packages
 release o=Debian,a=experimental,n=experimental,l=Debian,c=contrib
 origin ftp.at.debian.org
   1 http://ftp.at.debian.org/debian/ experimental/non-free amd64 Packages
 release o=Debian,a=experimental,n=experimental,l=Debian,c=non-free
 origin ftp.at.debian.org
   1 http://ftp.at.debian.org/debian/ experimental/main amd64 Packages
 release o=Debian,a=experimental,n=experimental,l=Debian,c=main
 origin ftp.at.debian.org
Pinned packages:
-*- -*- -*- -*- -*-
   sources.list
-*- -*- -*- -*- -*-
- none
-*- -*- -*- -*- -*-
 /etc/lsb_release
-*- -*- -*- -*- -*-
- none

-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 

Bug#596034: Please don't depend on hal

2011-02-13 Thread Michael Biebl
Package: thoggen
Version: 0.7.1-1
Severity: normal

Let's re-phrase this bug report:
thoggen should stop using hal and be ported to newer interfaces like
udev of udisks.

HAL has been deprecated and declared dead upstream so we want to get rid
of it eventually.

Regards,
Michael


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

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



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



Bug#602859: netgroup support for gosa

2011-02-13 Thread Holger Levsen
Hi,

during the meeting in Zweibrücken we also discussed the need to be able to 
manage netgroups with gosa and thankfully Mike volunteered to work on this.
Yay! 


cheers,
Holger


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


Bug#613167: kerberized nfs4 mounting

2011-02-13 Thread Holger Levsen
package: debian-edu-config
severity: wishlist

Hi,

to ease maintainance (no more adding of workstations to be able to access home 
shares) and to improve security, it would be desirable to use kerberized nfs4 
mounting. 

This bug is for tracking this issue, ie by documenting the needed steps.

It's a wishlist feature and we can certainly release squeeze without. (It 
needs some time to implement and test properly.)


cheers,
Holger


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


Bug#608442: using libreadline within psql?

2011-02-13 Thread Andreas Barth
Hi,

If calling psql as
  LD_PRELOAD=/lib/libreadline.so.5 psql
everything works as normal. As that is just usage, not linking, that
isn't covered by the GPL (see the pretext, stating that Activities
other than copying, distribution and modification are not covered by
this License; they are outside its scope.  The act of running the
Program is not restricted [...]).

Now, that could be automated in the psql-script, checking if the
libreadline5-binary is there, and if so, using that (plus adding an
recommends, but that's a different story).

It should even be possible (but that's probably not for 8.4 anymore)
to link during compiletime with libedit, but try during execution to
load the most appropriate available library (LD_PRELOAD is a bit too
ugly I think - but probably the best we could do for squeeze).


Andi



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



Bug#537842: Configuration file

2011-02-13 Thread Jonas Meurer
Hey,

On 12/02/2011 Rodolfo kix Garcia wrote:
 For the accessibility bug, probably a good idea is write something like:
 
 ACCESSIBILITY=YES
 or
 ACCESSIBILITY=BEEP

The more I think about this bug, the more I get the feeling that a clean
implementation is nearly impossible with the current design of cryptroot
and cryptdisks.

with the current design we have two options for the beep before
passphrase prompt:

1) patch askpass to support beep before passphrase prompt when
   environment variable is set. this environment variable would need to
   be set in cryptdisks and cryptroot, preferably with the help of a
   crypttab option.

2) write a keyscript which beeps before invoking askpass.

both solutions have the disadvantage, that custom keyscripts, which
provide custom passphrase prompts (e.g. openssl or gnupg) don't beep.
I guess we can ignore this for now.

In fact I prefer the first solution, which would mean in detail:

- add a crypttab option 'accessibility' or 'beep'
- set a environment variable ACCESSIBILITY or BEEP in parse_opts() of
  cryptdisks and parse_options() of cryptroot-script if the crypttab
  option is detected.
- patch askpass to beep before passphrase prompt when the environment
  variable is set. (Andrew, if I got you right, you have a patch ready
  for that part. Can you send it along?)

the bigger problem is the beep after passphrase prompt. This cannot be
done by askpass, as askpass doesn't know whether unlocking the disk with
cryptsetup was successful or not.

the easiest solution would be something like
[ $ACCESSIBILITY ]  beep
for successfull unlocking.

This introduces a dependency on beep, which is
1. in an own package - new package dependency
2. in /usr/bin - not available at cryptdisks_early
3. not in initramfs

why not add some simple option to askpass which results in the
'success'-beep to prevent all extra dependencies? this would result in:

[ $ACCESSIBILITY ]  /lib/cryptsetup/askpass --success-beep

in the long term a clean pre- and post-hook interface should be added to
cryptdisks and cryptroot in order to support any custom pre- and post-
unlocking events.

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#613168: Please stop using HAL

2011-02-13 Thread Michael Biebl
Package: gtkpod
Version: 0.99.14-3
Severity: normal
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: halectomy

Hi,

HAL has been deprecated and declared dead upstream so we want to
get rid of it eventually in Debian [1].

Please consider disabling HAL support in gtkpow or porting it to
newer interfaces like udisks or libudev.

Regards,
Michael

[1] http://wiki.debian.org/HALRemoval


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

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



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



Bug#613169: Please stop using HAL

2011-02-13 Thread Michael Biebl
Package: sleepd
Version: 2.01
Severity: normal
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: halectomy

Hi,

HAL has been deprecated and declared dead upstream so we want to
get rid of it eventually in Debian [1].

Please consider disabling HAL support in sleepd or porting it to
newer interfaces like upower/libupwer-glib (which is availably on all
Debian architectures) or using sysfs directly.

Regards,
Michael


[1] http://wiki.debian.org/HALRemoval


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

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



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



Bug#613170: linux-image-2.6.32-5-openvz-amd64: OpenVZ-specific NFS implementation error

2011-02-13 Thread Stanislav Klinkov
Package: linux-2.6
Version: 2.6.32-30
Severity: important
Tags: patch

See OpenVZ bugzilla for details:
http://bugzilla.openvz.org/show_bug.cgi?id=1626

Patch #1:
http://1626.bugzilla.openvz.org/attachment.cgi?id=1376

Patch #2:
http://1626.bugzilla.openvz.org/attachment.cgi?id=1377

Please, include these packages into further
OpenVZ-modificated kernel releases.

-- Package-specific info:
** Version:
Linux version 2.6.32-5-openvz-amd64 (Debian 2.6.32-30) (b...@decadent.org.uk) 
(gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:22:50 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-5-openvz-amd64 root=/dev/mapper/pve-root ro 
elevator=noop elevator=noop

** Not tainted

** Kernel log:
[0.713916] NET: Registered protocol family 10
[0.715811] Mobile IPv6
[0.716732] NET: Registered protocol family 17
[0.717953] PM: Resume from disk failed.
[0.717962] registered taskstats version 1
[0.719659] rtc_cmos rtc_cmos: setting system clock to 2011-02-13 12:24:28 
UTC (1297599868)
[0.723505] Initalizing network drop monitor service
[0.726443] Freeing unused kernel memory: 592k freed
[0.727468] Write protecting the kernel read-only data: 4144k
[1.275024] usbcore: registered new interface driver usbfs
[1.279448] usbcore: registered new interface driver hub
[1.296162] usbcore: registered new device driver usb
[1.309065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[1.317461]   alloc irq_desc for 19 on node -1
[1.317464]   alloc kstat_irqs on node -1
[1.317501] virtio-pci :00:03.0: PCI INT A - GSI 19 (level, low) - IRQ 
19
[1.319396] SCSI subsystem initialized
[1.354888] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[1.356385]   alloc irq_desc for 22 on node -1
[1.356388]   alloc kstat_irqs on node -1
[1.356424] ohci_hcd :00:06.0: PCI INT A - GSI 22 (level, low) - IRQ 22
[1.357109] ohci_hcd :00:06.0: OHCI Host Controller
[1.357109] ohci_hcd :00:06.0: new USB bus registered, assigned bus 
number 1
[1.357109] ohci_hcd :00:06.0: irq 22, io mem 0xf0404000
[1.357109] libata version 3.00 loaded.
[1.444345] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[1.445628] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[1.447493] usb usb1: Product: OHCI Host Controller
[1.448049] usb usb1: Manufacturer: Linux 2.6.32-5-openvz-amd64 ohci_hcd
[1.448049] usb usb1: SerialNumber: :00:06.0
[1.451365] usb usb1: configuration #1 chosen from 1 choice
[1.452887] hub 1-0:1.0: USB hub found
[1.454060] hub 1-0:1.0: 8 ports detected
[1.455441] ahci :00:0d.0: version 3.0
[1.455526]   alloc irq_desc for 21 on node -1
[1.455529]   alloc kstat_irqs on node -1
[1.455564] ahci :00:0d.0: PCI INT A - GSI 21 (level, low) - IRQ 21
[1.456953] ahci: SSS flag set, parallel bus scan disabled
[1.458376] ahci :00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 
impl SATA mode
[1.459398] ahci :00:0d.0: flags: 64bit ncq stag only ccc 
[1.471669] scsi0 : ahci
[1.474144] ata1: SATA max UDMA/133 abar m8192@0xf0406000 port 0xf0406100 
irq 21
[1.800189] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[1.801551] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
[1.802993] ata1.00: 20971520 sectors, multi 128: LBA48 NCQ (depth 31/32)
[1.805253] ata1.00: configured for UDMA/133
[1.806822] scsi 0:0:0:0: Direct-Access ATA  VBOX HARDDISK1.0  
PQ: 0 ANSI: 5
[1.823970] sd 0:0:0:0: [sda] 20971520 512-byte logical blocks: (10.7 
GB/10.0 GiB)
[1.825593] sd 0:0:0:0: [sda] Write Protect is off
[1.826760] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[1.827340] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[1.829301]  sda: sda1 sda2
[1.832285] sd 0:0:0:0: [sda] Attached SCSI disk
[1.860175] usb 1-1: new full speed USB device using ohci_hcd and address 2
[2.000246] device-mapper: uevent: version 1.0.3
[2.002464] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: 
dm-de...@redhat.com
[2.109893] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021
[2.111208] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[2.112044] usb 1-1: Product: USB Tablet
[2.112044] usb 1-1: Manufacturer: VirtualBox
[2.117465] usb 1-1: configuration #1 chosen from 1 choice
[2.193503] usbcore: registered new interface driver hiddev
[2.202969] input: VirtualBox USB Tablet as 
/devices/pci:00/:00:06.0/usb1/1-1/1-1:1.0/input/input2
[2.205604] generic-usb 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 
Mouse [VirtualBox USB Tablet] on usb-:00:06.0-1/input0
[2.207921] usbcore: registered new interface driver usbhid
[2.209622] usbhid: v2.6:USB HID core driver
[2.323826] kjournald starting.  Commit interval 5 seconds
[2.324882] EXT3-fs: 

Bug#613171: ncurses-term: rxvt-unicode-256color can not live up to its fullest potential because namesake terminal type is missing.

2011-02-13 Thread Juhapekka Tolvanen
Package: ncurses-term
Version: 5.7+20100313-5
Severity: important

Description of a package called rxvt-unicode-256color says:

  This package is configured with 256-color support, and TERM set to
  rxvt-unicode-256color. Any other systems you log into must have this
  terminfo entry installed!

Unfortunately such terminaltype do not exist in terminfo-database:

juhtolv@juhtolv | su 13 helmi  2011 14:34:10 | 10187 | pts/22
/usr/share/terminfo
% ls **/*rxvt*
m/mrxvt   r/rxvt-88colorr/rxvt+pcfkeys  s/screen.mrxvt
m/mrxvt-256color  r/rxvt-color  r/rxvt-xpm  s/screen.rxvt
r/rxvt-16colorr/rxvt-cygwin s/screen-bce.mrxvt
r/rxvt-256color   r/rxvt-cygwin-native  s/screen-bce.rxvt

Also terminal type called rxvt-unicode is missing. The only way to use
this terminal emulator is to use some other terminal type, for example
via X-resources:

 URxvt.termName: rxvt-256color


-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-proposed-updates'), (500, 
'squeeze-updates'), (500, 'proposed-updates'), (102, 'testing'), (101, 
'unstable')
Architecture: i386 (i686)

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

-- no debconf information

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Quidquid Latine dictum sit altum videtur.



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



Bug#492059: after exiting and relaunching, it complains it is still running. Must run killall firefox-bin

2011-02-13 Thread Mike Hommey
On Sun, Feb 13, 2011 at 12:53:57PM +0100, Javier Barroso wrote:
 Package: iceweasel
 Version: 4.0~b11-1
 Severity: normal
 
 Sorry for the noise ...
 
 I'm using iceweasel from 
 deb http://mozilla.debian.net/ experimental
 iceweasel-4.0
 
 So, I don't known If I did a good thing writting in this bug tracker . Sorry
 if I should not write here ..

Are you using gtk-qt-engine ?

Mike



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



Bug#613172: reportbug: samba/kswapd0/ext4 moving large files or causing high systemload cause kernel panic/system freeze

2011-02-13 Thread Barry Schut
Package: reportbug
Version: 4.12.6
Severity: critical
Tags: lfs
Justification: breaks the whole system

This problem started when i updated to Squeeze from Lenny, which never 
portraited this issue.

When i try to put the system under quite some load by either compiling with 
make -j3 (dualcore system)
or move a +40GB file through samba on an ext4 fs using a 1Gbit NIC the kernel 
throws a trace and
freezes, compiling my own kernel (2.6.37) enabled me to do a regular reboot 
now, but it is rendered
unusable from there on after untill i reboot the machine.

I have been unable to trace the problem to one specific thing, it might be 
kernel related as this and
the debian squeeze kernels are newer then the one i used before. I have trace 
information and system
information at the ready for anyone who wishes to view them.

Kernel/Debian developers can use my system to debug if needed.

I hope you can help, i'll be forced to return to Lenny if this cant be 
resolved... and that would be a
shame... Squeeze looks good from many perspectives!

Regards,

Barry Schut
a.k.a. [NUT]

-- Package-specific info:
** Environment settings:
INTERFACE=text

** /home/nut/.reportbugrc:
reportbug_version 4.12.6
mode standard
ui text

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

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

Versions of packages reportbug depends on:
ii  apt 0.8.10.3 Advanced front-end for dpkg
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-reportbug4.12.6   Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
pn  debsums   none (no description available)
pn  dlocate   none (no description available)
pn  emacs22-bin-common | emacs23- none (no description available)
ii  file  5.04-5 Determines file type using magic
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.7.1-1High-performance mail transport ag
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
pn  python-gtkspell   none (no description available)
ii  python-urwid  0.9.9.1-1  curses-based UI/widget library for
pn  python-vtenone (no description available)
pn  xdg-utils 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#564896: More ideas for coping with systems with small amounts of RAM

2011-02-13 Thread Enrico Zini
Hello,

I had a conversation in the #xapian IRC channel for possible ways of
dealing with small systems:

 ojwb enrico: http://trac.xapian.org/ticket/533
 ojwb sounds like apt-xapian-index should look at the memory size and on small 
memory machine either disable 
   itself or set XAPIAN_FLUSH_THRESHOLD lower
 ojwb oops, I managed to delete the reporter's account while purging all the 
spammers who've signed up 
   recently, which took his reply with it
 ojwb Its a Debian system, but the reason the wheels spun were it was using 
more resources than available 
   system memory (max 32 mB) when doing the indexing, you may wish to 
address this part.
 enrico ojwb: ack
 enrico ojwb: it's not supposed to be installed on smaller machines, but 
indeed the idea to disable itself 
 if memory is low is a good one
 enrico ojwb: I don't know anything about XAPIAN_FLUSH_THRESHOLD though
 ojwb you can set it in the environment to control how often changes get 
automatically flushed
 ojwb default it 1 document adds or replaces or deletes

The best idea is probably, by default, NOT to run at all on small
systems, unless some configuration key is set somewhere. The trick is
how to reliably detect 'small systems'. I wonder if we could have some
general debian configuration somewhere that says this is a
small/embedded system, so please turn off nonessential high end
features.

Alternatively, we can of course tweak XAPIAN_FLUSH_THRESHOLD to be
proportional to the available memory, with an upper bound. I do not have
a suitable system, however, to use for testing the tweak. Or better, I
do have a NSLU2 I could use, for example, but I have no idea what kind
of level of performance I should consider tolerable and what not.

Another interesting thing could be to disable full reindexing when on
battery.


Ciao,

Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#612997: blends-doc: Please convert SGML to DocBook XML

2011-02-13 Thread Andreas Tille
Hi,

On Sun, Feb 13, 2011 at 08:55:36AM +0900, Osamu Aoki wrote:
 I just woke up.

Good morning and thanks for caring for this problem in the early
morning. :-)
 
  So I wonder what might be the proper statement to include the parts
  of the document.  Any help is welcome.
 
 I see many web pages.  Some of them have space like:
 
 xi:include href=introduction.dbk 
 xmlns:xi=http://www.w3.org/2003/XInclude; /
 
 I had impresssion these are cosmetic differences but they may have reason
  ^ mark makes this looks suspicious cause.
 
 http://www.w3.org/TR/xinclude/
 
 In this doc,
 Some single tags end with: .../
 Some single tags end with: ... /

This was what I actually tried before posting my question because this
was the only idea I had so far.  However, the effect is non et all.  The
extra space does not change anything.
 
 http://www.sagehill.net/docbookxsl/ModularDoc.html
 http://www.simonecarletti.com/blog/2009/01/using-xinclude-to-include-example-code-in-a-docbook-file/
 These use one with space.  I may need to update script.
 
 But
 http://norman.walsh.name/2005/04/01/xinclude
 This use no space.  Maybe requirement got strictor with time 
 
 Maybe we need to do DocBook 4 to 5 conversion
 http://www.docbook.org/docs/howto/#convert4to5
 
 I have not tried ... I need coffee and I need to go out today.  I am
 writing this down so we do not forget what may be reqired.
 
 Later ...

This would be quite welcome.  I tried to apply the syntax suggested at
http://norman.walsh.name/2005/04/01/xinclude
with no success but do not have time now to do some deeper investigation
before today evening.

Thanks for all your help

   Andreas. 

-- 
http://fam-tille.de



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



Bug#613173: nginx-full: aio support in nginx

2011-02-13 Thread Andrey Vasilishin
Package: nginx-full
Severity: important


Hi!


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

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



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



Bug#613174: Please stop using HAL

2011-02-13 Thread Michael Biebl
Package: gnome-pilot
Version: 2.0.17-2
Severity: normal
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: halectomy

Hi,

HAL has been deprecated and declared dead upstream so we want to
get rid of it eventually in Debian [1].

Please stop using HAL. As it seems, the latest git master [2] has
already been ported away from libhal [3] so getting a newer snapshot
into Debian would be all that is needed.

Regards,
Michael


[1] http://wiki.debian.org/HALRemoval
[2] http://git.gnome.org/browse/gnome-pilot/
[3]
http://git.gnome.org/browse/gnome-pilot/commit/?id=eddb7137a4f0d1c34fa71251b89697f156e76c16



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

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

Versions of packages gnome-pilot depends on:
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  libart-2.0-2   2.3.21-1  Library of functions for 2D graphi
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-2  The Cairo 2D vector graphics libra
ii  libdbus-1-31.4.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.28.0-1  The GLib library of C routines
pn  libgnome-pilot2none(no description available)
ii  libgnome2-02.30.0-1  The GNOME library - runtime files
ii  libgnomecanvas2-0  2.30.1-1  A powerful object-oriented display
ii  libgnomeui-0   2.24.3-1  The GNOME libraries (User Interfac
ii  libgnomevfs2-0 1:2.24.3-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libhal10.5.14-5  Hardware Abstraction Layer - share
ii  libice62:1.0.7-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.30.2-3  library for GNOME Panel applets
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
pn  libpisock9 none(no description available)
pn  libpisync1 none(no description available)
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  libsm6 2:1.2.0-1 X11 Session Management library
ii  libxml22.7.8.dfsg-2  GNOME XML library

Versions of packages gnome-pilot recommends:
pn  gnome-pilot-conduits  none (no description available)

gnome-pilot suggests no packages.



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



Bug#515294: cryptsetup: Configurable passphrase prompt

2011-02-13 Thread Jonas Meurer
Hey,

On 12/02/2011 Rodolfo kix Garcia wrote:
 In the other bug, the user wants a different prompt:
 
 PROMPT=Hello boy, What's your passwd: 
 
 Probably, this options should be in a config file. Any ideas?

I'm unsure what to do about that bug. Maybe the initramfs maintainers
have a suggestion?

either the cryptroot-hook modifies the prompt in cryptroot-script
according to an environment variable at mkinitramfs time.

or a configuration file is added to the initramfs, which the
cryptroot-script includes in order to set the prompt.

question to the initramfs maintainers: are the environment variables
from /usr/share/initramfs-tools/conf-hooks.d/* available to the
initramfs hook scripts? It seems to me that this is not the case.

and the second question: initramfs doesn't have support for translated
strings yet, does it?

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#613175: nginx-full: aio support

2011-02-13 Thread Андрей Василишин

Package: nginx-full
Severity: important

Hi!
I have problem with using aio directive:
[emerg]: unknown directive aio in /etc/nginx/vhosts/.conf:37
configuration file /etc/nginx/nginx.conf test failed

Problem solved by adding

./configure --with-file-aio


And one question yet.
Why nginx-full haven't flv-module?

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

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

--
WBR, Andrey Vasilishin CDIG1-UANIC, CDIG1-RIPE



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



Bug#572521: git-imap-send: missing SSL support

2011-02-13 Thread Krzysztof Nikiel
Hi,

I had the same problem and I solved it by writing a tiny perl script
to append messages to specified imap box.

It's really small but it seems to work well. It needs
libnet-ssleay-perl package.

imapsslappend.pl:

#!/usr/bin/perl
# SSL IMAP message appender
# Copyright (C) 2011  Krzysztof Nikiel

use Socket;
use Net::SSLeay qw(die_now die_if_ssl_error);
Net::SSLeay::load_error_strings();
Net::SSLeay::SSLeay_add_ssl_algorithms();
Net::SSLeay::randomize();

$g_port=993;
$g_tag=1;
$g_ret=;

if ($#ARGV  3) {
print usage: $0 server user box pass file1 ...\n,
\tAppends files to the specified IMAP box.\n\n;
exit;
}

$g_serv=shift @ARGV;
$g_user=shift @ARGV;
$g_box=shift @ARGV;
$g_pass=shift @ARGV;

sub imapclient
{
my $dest_serv, $port, $dest_ip, $dest_serv_params;
my $ctx, $res;

my $res;
my @boxlist;
my $boxok = 0;


$port = $g_port;
$port = getservbyname($port, 'tcp') unless $port =~ /^\d+$/;
$dest_ip = gethostbyname($g_serv);
$dest_serv_params = sockaddr_in($port, $dest_ip);

socket(S, AF_INET, SOCK_STREAM, 0) or die socket: $!;
connect(S, $dest_serv_params) or die connect: $!;
select(S); $| = 1; select(STDOUT);

# The network connection is now open, lets fire up SSL

$ctx = Net::SSLeay::CTX_new() or die_now(Failed to create SSL_CTX $!);
$g_ssl = Net::SSLeay::new($ctx) or die_now(Failed to create SSL $!);
Net::SSLeay::set_fd($g_ssl, fileno(S));   # Must use fileno
$res = Net::SSLeay::connect($g_ssl);
print Cipher ' . Net::SSLeay::get_cipher($g_ssl) . '\n;


# IMAP client starts here
print \nconnecting to $g_serv\n;
imapread();
showresp();
unless ($g_ret =~ /^\* OK/) {return};
print logging in as $g_user\n;
$res = imapcmd(LOGIN $g_user $g_pass);
imapread();
showresp();

print reading mailbox list\n;
$res = imapcmd(LIST \\ \*);
imapread();

unless (testresp($g_ret)) {
print LIST failed\n;
goto logout;
}

#print list ret: '$g_ret'\n;
@boxlist=();
foreach (split /\n/,$g_ret) {
if (/^* LIST [^]*[^]*[^]*([^]*)/) {
push @boxlist,$1;
}
}

foreach (@boxlist) {
print $_\n;
if ($_ eq $g_box) {$boxok = 1}
}

if (!$boxok) {print Warning: can't find '$g_box' in mailbox names\n}
foreach (@ARGV) {
imapappend($g_box, $_);
}

logout:
print logging out\n;
$res = imapcmd(LOGOUT);
imapread();
showresp();
if ($g_ret =~ /^\* BYE/) {print LOGOUT OK\n};
do {
imapread();
showresp();
} while ($g_ret ne );
#end of IMAP code


shutdown S, 1;  # Half close -- No more output, sends EOF to server
$res = Net::SSLeay::read($g_ssl); # Perl returns undef on failure
print $res;

Net::SSLeay::free($g_ssl);   # Tear down connection
Net::SSLeay::CTX_free($ctx);
close S;
}


sub imapappend
{
my $res, $resp;
my $box = @_[0];
my $file = @_[1];
my @msg = ();

print reading from '$file'...;
if (!open(MSG,,$file)) {
print Warning: can't open $file\n;
return;
}
$size = 0;
while(MSG)
{
chomp;
push  @msg,$_;
$size += length;
$size += 2;
}
close MSG;
print $#msg + 1,  lines; $size bytes\n;

print appending to \$box\\n;
$res = imapcmd(APPEND \$box\ {$size});
imapread();
showresp();
unless ($g_ret =~ /^+/) {return};

foreach (@msg) {
$res = sslwrite($_);
}
$res = sslwrite();
imapread();
showresp();
}


sub showresp
{
print $g_ret;
}

sub imapread
{
$g_ret = Net::SSLeay::read($g_ssl);
$g_ret =~ s/\r//g;
}

sub imapcmd
{
my ($msg) = @_;
my $res;

$g_tag += 1;
return sslwrite(TAG$g_tag $msg);
}

sub sslwrite
{
my ($msg) = @_;
my $res;

$res = Net::SSLeay::ssl_write_all($g_ssl, $msg\r\n);
return $res;
}

sub testresp
{
if (@_[0] =~ /TAG(\d+) OK/)
{
if ($1 == $g_tag) {return 1}
}
return 0;
}

imapclient();



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



Bug#612759: udev sets wrong permissions for cdrom drive: cannot mount

2011-02-13 Thread M.
Deleted and rebooted. No file was not recreated and no change: the cdrom
still does not work.





  1   2   3   4   5   6   >