Bug#603580: geneweb: armel: stripped binaries are broken

2011-01-14 Thread Hans-Jakob Holtz

Am 14.01.2011 um 06:55 schrieb Christian PERRIER:

 I would be very interested if you can formally confirm that the latest
 uploaded version of geneweb (-8) does fix that problem on armel.

That version does indeed work as desired.



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



Bug#438549: New Year Grant Notification (ECONOMIC RECOVERY) January 2011

2011-01-14 Thread Falerina DuLin

RELEASED: 2011.

Following the economic recovery process, please, find
attached a PDF document which contains detailed information
about the ongoing Government Grant.

Since the recession is a worldwide problem, this grant
opportunity is open to any individual that is 18 and above
worldwide.

We hope the attached document will be of great help to you.

Sincerely,

Falerina Dulin,
(Public Information Officer)
United Kingdom

+CONFIDENTIALITY NOTICE+
This e-mail and any attachments are confidential and may be
privileged. If you are not a emailed recipient, please
notify the sender immediately and do not disclose the
contents to another person, use it for any purpose or store
or copy the information in any medium.




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



Bug#443895: strace: -T has no effect with -c

2011-01-14 Thread Johan Walles
It might be that I haven't been clear in my request.  What I want is:
1. No printouts while the program is running (as provided by -c).
2. A summary at the end (as provided by -c).
3. The summary should report syscall wall clock times (as provided by -T).

-C doesn't help; it just adds per-call printouts (which I don't want).

If I do strace -C -T sleep 1, the summary at the end still says that
nanosleep took no time:

  -nan0.00   0 1   nanosleep

So this still doesn't work unfortunately.

johan@transwarp:~$ strace -V
strace -- version 4.5.20

  Regards /Johan

2011/1/14 Dmitry V. Levin l...@altlinux.org:
 On Tue, Nov 06, 2007 at 04:45:57PM +0100, Johan Walles wrote:
 2007/11/1, Roland McGrath rol...@redhat.com:
  -T requests timing information in the line printed for each call made.
  -c requests that those lines never be printed, so -T does not mean anything
  with -c.  The times printed by -T are real (wall clock) time.  As the
  description you quoted says (on Linux), -c collects system time (CPU time
  in kernel mode) instead.

 In that case I've mis-understood the docs.  I'll open a new
 enhancement request on strace.

 Starting with strace-4.5.20, there is a -C option to combine regular
 and -c output.  You can use it to achieve the desired effect:

 $ strace -C -T sleep 2 21 | grep nanosleep
 nanosleep({2, 0}, NULL)                 = 0 2.002724
  -nan    0.00           0         1           nanosleep

 If you feel that man page is not quite clear on the subject,
 please suggest a better wording.


 --
 ldv




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



Bug#609944: release-notes: [patch] confusion about grub flavours in id=upgrading-udev

2011-01-14 Thread Julien Cristau
On Fri, Jan 14, 2011 at 15:27:32 +1100, Vincent McIntyre wrote:

 Should LILO be mentioned here as well?
 
No.  The squeeze kernel packages break lenny's lilo, so upgrading the
kernel causes a lilo upgrade, which installs a proper hook in
/etc/kernel/postinst.d.  This paragraph only applies to grub users who
are missing the postinst_hook = update-grub line in
/etc/kernel-img.conf.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609255: KDE upgrading

2011-01-14 Thread Francesco P. Lovergine
On Thu, Jan 13, 2011 at 08:37:53PM +0100, Julien Cristau wrote:
 
 (Non-exhaustive) testing shows that this allows the upgrade to proceed
 and get an acceptable (or even good) result, even when kwin styles are
 installed.  These style packages are left installed after the upgrade,
 but that shouldn't hurt anything since they're basically cruft which can
 be cleaned up afterwards.
 

Uhm I don't know if the following is expected. Shouldn't kwin dist-upgrade
directly at this point? 

frankie@klecker:~$ LANG=C sudo apt-get dist-upgrade 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  bitlbee kwin
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
frankie@klecker:~$ LANG=C sudo apt-get install kwin
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 kwin : Depends: kde-window-manager but it is not going to be installed
E: Broken packages
frankie@klecker:~$ LANG=C sudo apt-get install kde-window-manager 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libkdecorations4 libkwineffects1a
The following packages will be REMOVED:
  kwin
The following NEW packages will be installed:
  kde-window-manager libkdecorations4 libkwineffects1a
0 upgraded, 3 newly installed, 1 to remove and 1 not upgraded.
Need to get 2615 kB of archives.
After this operation, 3777 kB of additional disk space will be used.
Do you want to continue [Y/n]? 


-- 
Francesco P. Lovergine



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



Bug#609255: KDE upgrading

2011-01-14 Thread Julien Cristau
On Sun, Jan 16, 2011 at 09:38:35 +0100, Francesco P. Lovergine wrote:

 On Thu, Jan 13, 2011 at 08:37:53PM +0100, Julien Cristau wrote:
  
  (Non-exhaustive) testing shows that this allows the upgrade to proceed
  and get an acceptable (or even good) result, even when kwin styles are
  installed.  These style packages are left installed after the upgrade,
  but that shouldn't hurt anything since they're basically cruft which can
  be cleaned up afterwards.
  
 
 Uhm I don't know if the following is expected. Shouldn't kwin dist-upgrade
 directly at this point? 
 
You don't seem to have the new kde-window-manager yet.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609949: kq: Wrong explanations texts in config

2011-01-14 Thread real name
Package: kq
Version: 0.99.cvs20070319-1.1
Severity: minor

When you go to config and move the cursor there are explanations given 
for the options. Some of those have gotten mixed up, e.g. the 
explanation for confirm key says the key to call up system menu.

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

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

Versions of packages kq depends on:
ii  kq-data 0.99.cvs20070319-1.1 graphics and audio data for kq
ii  libaldmb1   1:0.9.3-5.1  dynamic universal music bibliotheq
ii  liballegro4.2   2:4.2.2-2portable library for cross-platfor
ii  libc6   2.7-18lenny7 GNU C Library: Shared libraries
ii  libdumb11:0.9.3-5.1  dynamic universal music bibliotheq
ii  liblua505.0.3-3  Main interpreter library for the L

kq recommends no packages.

kq 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#609950: installation-reports: Installation succesful

2011-01-14 Thread Paul Chevalier
Package: installation-reports
Severity: normal



-- Package-specific info:

Boot method: CD
Image version: debian-sq-di-rc1-i386-netinst.iso
Date: Date and time of the install

Machine: Elonex Prosentia (manufacturing date : around 2000)
Partitions: df -Tl will do; the raw partition table is preferred


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

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

Comments/Problems:

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

Error during the first try to load mdadm-udeb. 
After configuring again the modules to load it was loaded succesfully
-- 

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

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

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=6.0 (squeeze) - installer build 20110106
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux cerium 2.6.32-5-486 #1 Fri Dec 10 15:32:53 UTC 2010 i686 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 82810E DC-133 (GMCH) 
Graphics Memory Controller Hub [8086:7124] (rev 03)
lspci -knn: Subsystem: Intel Corporation 82810E DC-133 (GMCH) Graphics 
Memory Controller Hub [8086:7124]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:01.0 VGA compatible controller [0300]: Intel Corporation 82810E 
DC-133 (CGC) Chipset Graphics Controller [8086:7125] (rev 03)
lspci -knn: Subsystem: Giga-byte Technology Device [1458:0810]
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge 
[8086:244e] (rev 05)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801BA ISA Bridge 
(LPC) [8086:2440] (rev 05)
lspci -knn: 00:1f.1 IDE interface [0101]: Intel Corporation 82801BA IDE U100 
Controller [8086:244b] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:2442]
lspci -knn: Kernel driver in use: ata_piix
lspci -knn: 00:1f.2 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB 
Controller #1 [8086:2442] (rev 05)
lspci -knn: Subsystem: Intel Corporation 82801BA/BAM USB Controller #1 
[8086:2442]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801BA/BAM SMBus 
Controller [8086:2443] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:2442]
lspci -knn: 00:1f.4 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB 
Controller #1 [8086:2444] (rev 05)
lspci -knn: Subsystem: Intel Corporation Device [8086:2442]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 
82801BA/BAM AC'97 Audio Controller [8086:2445] (rev 05)
lspci -knn: Subsystem: Giga-byte Technology Device [1458:a002]
lspci -knn: 01:08.0 Ethernet controller [0200]: Intel Corporation 
82801BA/BAM/CA/CAM Ethernet Controller [8086:2449] (rev 03)
lspci -knn: Subsystem: Intel Corporation Device [8086:3013]
lspci -knn: Kernel driver in use: e100
usb-list: 
usb-list: Bus 01 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.32-5-486 uhci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 01: UHCI Host Controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.32-5-486 uhci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module  Size  Used by
lsmod: ufs55534  0 
lsmod: qnx45078  0 
lsmod: ntfs  162591  0 
lsmod: reiserfs  173392  0 
lsmod: dm_mod 45913  0 
lsmod: md_mod 66067  0 
lsmod: xfs   404874  0 
lsmod: exportfs2486  1 xfs
lsmod: jfs   133416  0 
lsmod: ext4  240321  0 
lsmod: jbd2   48423  1 ext4
lsmod: crc16   1027  1 ext4
lsmod: ext3   92732  2 
lsmod: jbd27954  1 ext3
lsmod: btrfs 359644  0 

Bug#609951: RFP: IR -- zero-latency, realtime, high performance signal convolver especially for creating reverb effects. Supports impulse responses with 1, 2 or 4 channels, in any soundfile format sup

2011-01-14 Thread rosea grammostolla
Package: wnpp
Severity: wishlist


Please package IR, a LV2 proaudio plugin, convolution reverb.

* Package name: IR
  Version : 1.0
  Upstream Author : Tom Szilagyi tomszila...@gmail.com
* URL : http://factorial.hu/plugins/lv2/ir
* License : GPL
  Programming Lang: LV2 plugin format
  Description : zero-latency, realtime, high performance signal convolver
especially for creating reverb effects. Supports impulse responses with 1, 2 or
4 channels, in any soundfile format supported by libsndfile.



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



Bug#608796: [Pkg-samba-maint] Bug#608796: Bug#608796: winbind: Winbind fails on ntlm-server-1 with Windows 2008 server

2011-01-14 Thread Bjoern Meier
hi,

Kai Blin told me, that has to do with the LSA secured Channel, which
gets broken and asked me to test a fix on this monday from the
repository. I can't compile samba on my own. the Makefile in source3
seems to change into source4 which was not compileable due to
undefined references.

So I can't test the fix.

Can anybody help me out? Thanks!

Greetings,
Björn



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



Bug#609630: xdg-utils: a way to specify mime type for xdg-open?

2011-01-14 Thread Per Olofsson
2011-01-13 16:23, Andres Salomon skrev:
 Glad to hear that there's a plan for this.  'file' is pretty bad at
 guessing this stuff.  However, I'm concerned about scenarios where a web
 site may specify the mime type.  Ignoring the specified mime type and
 looking it up on our own seems likely to break things.  That was part
 of the reason for the provided patch.  Has upstream considered that
 sort of thing?

Fathi is upstream, so I'll leave that to him :-)

It might be a good idea, I don't know. I've uploaded the latest
xdg-utils now with a patch to use mimetype, which closes this bug. Feel
free to reopen/clone it for the issue about browsers.

-- 
Pelle



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



Bug#609769: libpam-krb5: kerberos authentication against Active Directory server fails after upgrade to squeeze

2011-01-14 Thread Christian Salzmann

Okay, let me see if I understand.

The UX realm is MIT Kerberos, and the host/* key in the keytab for the
host is in the UX realm?  But the default realm listed in krb5.conf is the
AD realm?


Correct.


If you kinit to the principal in the AD realm, and then run:

 kvno host/system

wheresystem  is the local FQDN, are you able to obtain cross-realm
service tickets for the host key for that system?


Yes I am:

$ kvno host/system@UX realm
host/system@UX realm: kvno = 3

But I cannot obtain a cross-realm ticket if I remove the allow_weak_crypto = 
true directive:

$ kdestroy
$ kinit
Password for salzmann@AD realm:
$ kvno host/host/system@UX realm
kvno: KDC has no support for encryption type while getting credentials for 
host/host/system@UX realm




It may be that the MIT Kerberos code isn't doing cross-realm ticket
verification properly, but I do think this is supposed to work.  You may
have a missing domain_realm mapping, though.  Do you have any domain_realm
settings for the hostname of the server in /etc/krb5.conf?


We have been running this cross-realm setup for years. We even migrated 
successfully to a new AD realm and a new UX realm. At the moment, a few hundred 
production hosts (pure lenny) work this way: users live in AD world, machines 
in UX world.


ciao
Christian




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



Bug#609953: installation-reports pseudo package

2011-01-14 Thread Paul Judd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: installation-reports

Boot method: used a floppy with
Image version: debian-squeeze-di-beta2-i386-netinst.iso
Date: 2011-01-14 15:00+1100

Machine: `generic desktop box`
Processor: i486DX 100MHz
Memory: 47k
Partitions: 2.1G disk

Hardware:
two DlinkRTL-8100B/8139D (pci)
SoundCard  Highspeed Serialcard are old non-pci

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

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

Comments/Problems:

The install gave only the initial options page and failed to proceed on
graphic or plain install.
Later tried a Lenny network install CD and it stalled after enter with a
kernal error trying to remove init!
Then put in a Etch network CD and it proceeded ok in low memory mode.

Obviously the i486 has too low a memory to be used with Lenny and above,
thus Debian is effectively i586+ only now.


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

iQEcBAEBAgAGBQJNMBZqAAoJEP4WjDD+4Mj1LagIAKgrESofeC98Fb4Hfq8yIrma
Etwr9RxhIDBRn1zPd9VO3Qi73syXce6Zf1u/io/2nQIJxNAkgARjbhXOVHogE+B6
L+4WwRLgWsPGdbcmCN00EGd9sxwvNE37RsuMJ7lZPGSyirAQy6+LfJ0r62oXKyWg
6GMyp+ox/aFRJe7nnoQiPvy6LWyD+FZ7H0NQKNtQvO69918g0NllWvX2Z36PnnUU
1g+jGtzT0mt9F81zNlp12dOqZqE5AAOcexUcMwKQXWBst2O1KBFzHN7Emqb/Nl8o
tmvZZdBJES2adVpOM+0SYqKj+zievxf89jds5h8oMi6ysophrqWbu4K0iIsTloI=
=nK+W
-END PGP SIGNATURE-



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



Bug#609954: libgpod-common: iphone-set-info starts, and takes up all CPU without ending

2011-01-14 Thread Colin Turner
Package: libgpod-common
Version: 0.7.93-0.3
Severity: normal


Hi,

First of all, I reported a bug on usbmuxd here which might be part of the same 
story:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609012

Basically, I plug in my iPhone 4 (really to charge it), and I get:

Unable to mount colin's iPhone
Unhandled Lockdown error (-5)

Sometimes, and not other times, so it's hard to see the pattern. I see that CPU 
usage goes up to 100% and stays there even if I remove the phone. The offending 
process is iphone-set-info which apt-file tells me in this package.

Thanks for all your work on this package,

CT.


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

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

Versions of packages libgpod-common depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgpod40.7.93-0.3   library to read and write songs an
ii  libimobiledevice1   1.0.2-1  Library for communicating with the
ii  libplist1   1.3-2Library for handling Apple binary 
ii  libsgutils2-2   1.29-1   utilities for devices using the SC
ii  libusb-1.0-02:1.0.8-2userspace USB programming library
ii  libxml2 2.7.8.dfsg-2 GNOME XML library

libgpod-common recommends no packages.

libgpod-common 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#609939: base: squeeze beta2 amd64 install fail in Acer3820: grub can't be installed

2011-01-14 Thread Holger Levsen
reassign 609939 installation-reports
severity 609939 normal
thanks

On Freitag, 14. Januar 2011, root wrote:
 Package: base
 Severity: important



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

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

 Hello,
 squeeze beta2 amd64 install fail.
 my computer is Acer3820tg.
 the last stage of installing grub, error occors
 so the system boot up into a grub safemode with command line while I
 restart it after fininshing the install.




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


Bug#609955: python-ldns missing mandatory file ldns.py

2011-01-14 Thread Ondřej Surý
Package: python-ldns
Version: 1.6.6-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


As reported by Bedrich Kosata bedrich.kos...@nic.cz:

 import ldns
 ldns
module 'ldns' from '/usr/lib/pymodules/python2.6/ldns/__init__.pyc'
 resolver = ldns.ldns_resolver.new_frm_file(/etc/resolv.conf)
Traceback (most recent call last):
  File stdin, line 1, in module
AttributeError: 'module' object has no attribute 'ldns_resolver'


Package python-ldns misses ldns.py file which has to be installed for
python-ldns bindings to be usable.

Ondrej

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

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

Versions of packages python-ldns depends on:
ii  libc6   2.12.1-0ubuntu12 Embedded GNU C Library: Shared lib
ii  libldns11.6.6-1build1ldns library for DNS programming
ii  libpython2.62.6.6-6ubuntu5   Shared Python runtime library (ver
ii  libpython2.72.7.1-3  Shared Python runtime library (ver
ii  python  2.7.1-0ubuntu5   interactive high-level object-orie
ii  python-support  1.0.10ubuntu3automated rebuilding support for P

python-ldns recommends no packages.

python-ldns suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAk0wHikACgkQ9OZqfMIN8nNzfACgpuL/uJQ/3Vz03rEDBy5+7OMR
owYAniN5MWw8AUvyu3xh/IZlOyOrIO5W
=KKIg
-END PGP SIGNATURE-



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



Bug#609939: base: squeeze beta2 amd64 install fail in Acer3820: grub can't be installed

2011-01-14 Thread Julien Cristau
On Fri, Jan 14, 2011 at 09:37:58 +0800, root wrote:

 squeeze beta2 amd64 install fail.
 my computer is Acer3820tg.
 the last stage of installing grub, error occors
 so the system boot up into a grub safemode with command line while I restart 
 it after fininshing the install.
 
Please provide the logs from the installation.  They're in
/var/log/installer after reboot, /var/log/syslog during the install.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609581: Incompatible licences

2011-01-14 Thread Julien Cristau
On Tue, Jan 11, 2011 at 21:17:33 +, Jonathan Riddell wrote:

 
 The question is if the plugin is a derived work of both the GPL 2 only
 libpoppler and the GPL 3 only application.  Since it can't exist
 without either then it almost certainly is.  And since the licences
 are incompatible that makes it illegal to distribute.
 
It doesn't sound like this has been addressed?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#447526: this should be a rc bug

2011-01-14 Thread Helmut Grohne
Hi Julien,

On Wed, Dec 15, 2010 at 04:58:26PM +0100, Julien Viard de Galbert wrote:
 It's been a long time since this did hit experimental, even testing now
 has a more recent version. Did you have a look at it since then?

Thanks for pinging me on this bug. I recently restarted into
xserver-xorg-core version 2:1.7.7-10 and it runs for a bit more than two
weeks now. Now top reports 63M resident and xrestop reports 42M pixmap
memory. The difference between these values being 23M is now plausible
and far lower than previously observed values (50M to 100M). Also the
total memory usage of Xorg is also far lower than previously observed
(up to 200M and heavily swapped out). So first of all this is a great
improvement. On the other hand it might mean that it is just leaking
slower or that I currently do not trigger the leaks. Personally my
threshold for complaining is around 100M, so I'm fine. :-)

Helmut



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



Bug#609860: pm-utils: pm-hibernate not able to wake-up

2011-01-14 Thread maximilian attems
On Fri, 14 Jan 2011, Michael Biebl wrote:

 On 14.01.2011 07:10, Wenceslao González-Viñas wrote:
  Dear Michael,
  
  It works!!! So, the bug should be changed to something that  
  initramfs-tools do not detect automatically the resume point ?
 
 My guess is, that at some point your swap partition was re-formatted and so 
 the
 UUID changed.
 
 Afaics, the RESUME= parameter is only set during intial installation of
 initramfs-tools in preinst, or when you upgrade from Lenny and linux-base will
 convert it to UUID.
 
 I've CCed the initramfs-tools maintainers and Ben, who did most of the work 
 for
 linux-base and the UUID upgrade code.
 
 I think, converting the resume/swap partition from a physical device to UUID
 makes it less fail-safe for re-formats, as I assume happened in your case.
 
 Ben, maks, any idea how we can address this?
 
 Should maybe update-initramfs -u re-evalutate the RESUME parameter?

there is an open bug about that. Trouble is that it is stored in
/etc/initramfs-tools/conf.d/resume and thus we wouldn't be allow
to update it without debconfing. So the plan is to move that to /var
for Squeeze+1 and then indeed have it updated from time to time.

-- 
maks




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



Bug#609935: debian-policy: 5.2 should clarify how Hompage from the source and binary packages relate

2011-01-14 Thread Raphael Hertzog
On Fri, 14 Jan 2011, Christoph Anton Mitterer wrote:
 The Homepage control filed is according to chapter 5.2 allowed in both,
 the source package and the binary packages paragraphs.
 
 IMHO, this makes (semantically even sense - perhaps that should be pointed 
 out,
 too) as e.g. a -doc, or a -dev packacke might have it's own bigger area
 in the whole project's website.
 
 But unlike with Section and Priority, it's not specified whether the binary 
 packages
 derive that from the Source package if it's specified there AND not overriden
 in the binary package paragraph.

It's treated likewise.

It's also documented in a new manual page called deb-src-control(5) that
is currently only in dpkg's git repository:
http://git.debian.org/?p=dpkg/dpkg.git;a=blob;f=man/deb-src-control.5

It will thus be documented in wheezy's dpkg.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#609864: smcroute: Request for changing priority to extra

2011-01-14 Thread Micha Lenk
Hi all,

On Fri, Jan 14, 2011 at 07:59:56AM +0100, Antonin Kral wrote:
   The pimd/xorp situation should be investigated, as I'm not sure both can
   be installed at the same time either.
  
   They cannot because multicast routing always needs access to the multicast
   routing table (MRT), which the kernel lets you only access through a 
   socket
   after calling setsockopt() with MRT_INIT (see above).
  
  Yes, but it isn't as clear cut as it looks given xorp can do mc routing
  or not depending on configuration (AIUI from the description). If that
  is the case, you may want to use xorp for some tasks and pimd for mc
  routing.
 
 They will conflicts as well if you enable mc routing in xorp, but I
 would agree that we cannot just add static conflict between these to
 packages. I would say, that we can safely assume, that if the user is
 able to configure xorp she is capable of solving the conflict on MRT
 access (e.g. by removing pimd or reconfiguring xorp).

No, I disagree here. With the same arguing mailservers would need no conflict
with package mail-transport-agent. Paraphrasing your wordings: If the user is
able to configure postfix she is capable of solving the conflict on TCP
listening socket on port 25 (e.g. by re-configuring the other daemons to use
another port). The case with mail-transport-agent is more complex though,
because it also involves a provider for the sendmail interface (ie.
/usr/lib/sendmail). But you could also consider the arguing for packages
conflicting with pop3-server and the like.

I think the core point is: If the *default configuration* of the multicast
routing packages in question cause access to the MRT, then it should conflict
with other packages (which do so in their default configuration too).

Regards,
Micha



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



Bug#609882: libc6: No such file or directory error when attempting to execute LSB executable without lsb-core

2011-01-14 Thread Stefano Rivera
reassign 609882 bash
thanks

It looks like the commmand-not-found handler won't work here:
$ function command_not_found_handle { echo handled; }
$ export PATH=.:$PATH
$ lmutilfoo
handled
$ lmutil
bash: ./lmutil: No such file or directory

The program is there, on the path, but the interpretor required doesn't exist.

Yes, ld-linux doesn't seem to be involved:
$ strace -e execve -f sh -c ./lmutil
execve(/bin/sh, [sh, -c, ./lmutil], [/* 55 vars */]) = 0
Process 14084 attached
[pid 14084] execve(./lmutil, [./lmutil], [/* 55 vars */]) = -1 ENOENT (No 
such file or directory)
sh: ./lmutil: not found
Process 14084 detached
--- SIGCHLD (Child exited) @ 0 (0) ---

It's rare for ELFs to require missing interpretors, so this is rather a special
case...
shell_execve (execute_cmd.c) does check for missing interpretors for
scripts (with shebangs) but not for ELFs

$ cat  testscript
#!/bin/foobarbaz
$ chmod +x testscript 
$ testscript 
bash: ./testscript: /bin/foobarbaz: bad interpreter: No such file or directory

Now, *that* gives a more useful error, maybe something to aim for.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127



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



Bug#609956: amarok: playlist layout editor missing

2011-01-14 Thread Carsten Allefeld
Package: amarok
Version: 2.3.1-1
Severity: normal

The playlist layout editor belonging to Amarok 2 seems not to be included in
the Debian squeeze release. This is a crucial feature, because the main
interface does not allow to add / remove columns to the playlist view.
Please restore the feature.


-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
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 amarok depends on:
ii  amarok-common   2.3.1-1  architecture independent files for
ii  amarok-utils2.3.1-1  utilities for Amarok media player
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.0-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgpod4-nogtk  0.7.93-0.3   library to read and write songs to
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface
ii  libkdecore5 4:4.4.5-2the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-2the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.5-2the DNS-SD Protocol Library for th
ii  libkfile4   4:4.4.5-2the File Selection Dialog Library
ii  libkio5 4:4.4.5-2the Network-enabled File Managemen
ii  libknewstuff2-4 4:4.4.5-2the Get Hot New Stuff v2 Library
ii  libknewstuff3-4 4:4.4.5-2the Get Hot New Stuff v3 Library
ii  libkutils4  4:4.4.5-2various utility classes for the KD
ii  liblastfm0  0.4.0~git20090710-1  The Last.fm web services library
ii  libloudmouth1-0 1.4.3-7  Lightweight C Jabber library
ii  libmtp8 1.0.3-1  Media Transfer Protocol (MTP) libr
ii  libmysqlclient165.1.49-3 MySQL database client 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  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqt4-dbus 4:4.6.3-4Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-4Qt 4 network module
ii  libqt4-script   4:4.6.3-4Qt 4 script module
ii  libqt4-sql  4:4.6.3-4Qt 4 SQL 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  libqtscript4-core   0.1.0-3  Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui0.1.0-3  Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-networ 0.1.0-3  Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql0.1.0-3  Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitool 0.1.0-3  Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml0.1.0-3  Qt Script bindings for the Qt 4 XM
ii  libsolid4   4:4.4.5-2Solid Library for KDE Platform
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libstreamanalyzer0  0.7.2-1+b1   streamanalyzer library for Strigi
ii  libstreams0 0.7.2-1+b1   streams library for for Strigi Des
ii  libtag-extras1  1.0.1-2  TagLib extras library - support fo
ii  libtag1c2a  1.6.3-1  TagLib Audio Meta-Data Library
ii  libthreadweaver44:4.4.5-2the ThreadWeaver Library for the K
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  phonon-backend-vlc  0.2.0-1  Phonon VLC backend
ii  phonon-backend-xine 4:4.6.0really4.4.2-1 Phonon Xine 1.1.x backend
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:4.4.5-1  transparent audio CD access for ap

Versions of packages amarok suggests:
ii  libqt4-sql-mysql  4:4.6.3-4  Qt 4 MySQL database driver
pn  libqt4-sql-psql   none (no description available)
ii  libqt4-sql-sqlite 4:4.6.3-4  Qt 4 SQLite 3 database driver
ii  libxine1-ffmpeg   1.1.19-2   MPEG-related plugins for libxine1
pn  moodbar   

Bug#609928: ifuse: Aborts with TLS error.

2011-01-14 Thread Matijs van Zuijlen

Hi,

On 01/13/2011 11:09 PM, Julien Lavergne wrote:

Could you try with the usbmuxd package in experimental (version
1.0.6), I think it's fixed in this version.


Updating just the usbmuxd packages didn't help, but after also installing 
libimobiledevice1 version 1.0.4, everything worked.


Thanks for the quick response.

Regards,
--
Matijs



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



Bug#606937: chromium-browser: search crashes: app/x11_util.cc(56)] X Error detected: serial 7234 error_code 8 request_code 56 minor_code 0

2011-01-14 Thread Timo Juhani Lindfors
Jonathan Nieder jrnie...@gmail.com writes:
 Can you get a backtrace with debugging symbols out of the version in
 squeeze?

The upstream bug report shows a backtrace that I get when
chromium-browser-dbg 6.0.472.63~r59945-1 is installed. I have no idea
why it does not show symbolic information.




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



Bug#609897: [debian-mysql] Bug#609897: mysql-server-core-5.1: Mysqld failed message on boot (still there)

2011-01-14 Thread Norbert Tretkowski
Am Donnerstag, den 13.01.2011, 18:30 +0100 schrieb r.ductor:
 Apparently the bug I reported in #589513 which was classed fixed by
 5.1.49-2 is still there in 5.1.49-3:
 i.e. at boot I get a failed message, but after a ps gives a running
 mysqld.

Which version of mysql-server-5.1 do you have installed?

Please make sure that the mysql-server-5.1 package is also updated to
5.1.49-2 or newer.

Could you please also send me the mysqld related informations during
it's startup from /var/log/daemon.log?

Norbert




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



Bug#597868: [cegui-mk2] Please update to 0.7.2

2011-01-14 Thread Muammar El Khatib
On Thu, Jan 13, 2011 at 10:38:06PM +0100, Manuel A. Fernandez Montecelo wrote:

 It seems indeed too late in the release schedule to get them into Squeeze.
 But in general, unless they already have 0.8-rcs ready, I wouldn't count on
 their word for having 0.8 so soon -- there are several well-known projects
 that I know that forecasted releases during past summer and new releases are
 not anywhere near yet.


Yes, I think the same as you that sometimes things are not released by
upstream as they have scheduled.

 By the way, maybe what you can do is to have your binary packages named
 libceguiwhatever-0.7.5 and so on, so the packages depending on specific
 versions don't get thrashed when a new version comes, with all this SONAME
 stuff.


Indeed that's what I have done, rename binary names. I talked to
upstream to know if it was possible to change the way of providing
soname because it is not going to be that pleasant the fact of doing
library transitions for minor upstream versions...

 Thanks for your work and for keeping us informed.


You are welcome.

 Cheers.

Best Regards,
-- 
Muammar El Khatib.
Linux user: 403107.
Key fingerprint = 90B8 BFC4 4A75 B881 39A3 1440 30EB 403B 1270 29F1
http://muammar.me | http://proyectociencia.org
  ,''`.
 : :' :
 `. `'
   `-



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



Bug#609957: apt: The Slovenian translation has wrong encoding

2011-01-14 Thread Vanja Cvelbar

Package: apt
Version: 0.8.10
Severity: normal
Tags: patch l10n

*** Please type your report below this line ***
The current release has the encoding set to ISO-8859-2 instead of UTF-8. 
The result is that instead of having the correct character rendered we 
have a two characters.

I.E.
če should be č (c caron)

in attachment the last PO from Ubuntu launchpad
Regards

-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


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

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

Versions of packages apt depends on:
ii  debian-archive-keyring  2010.08.28   GnuPG archive keys of the 
Debian a
ii  gnupg   1.4.10-4 GNU privacy guard - a free 
PGP rep
ii  libc6   2.11.2-7 Embedded GNU C Library: 
Shared lib

ii  libgcc1 1:4.4.5-8GCC support library
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc none   (no description available)
ii  aptitude0.6.3-3.2terminal-based package 
manager (te
ii  bzip2   1.0.5-6  high-quality block-sorting 
file co
ii  dpkg-dev1.15.8.7 Debian package development 
tools

pn  lzmanone   (no description available)
ii  python-apt  0.7.100.1Python interface to libapt-pkg
ii  synaptic0.70~pre1+b1 Graphical package manager

-- no debconf information
# translation of apt.po to Slovenian
# Matjaz Horvat mat...@owca.info, 2004.
msgid 
msgstr 
Project-Id-Version: apt 0.5.5\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2010-12-07 23:32+\n
PO-Revision-Date: 2011-01-14 10:23+\n
Last-Translator: Andrej Znidarsic andrej.znidar...@gmail.com\n
Language-Team: Slovenian s...@li.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-2\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || 
n%100==4 ? 3 : 0);\n
X-Launchpad-Export-Date: 2011-01-14 10:28+\n
X-Generator: Launchpad (build 12190)\n
X-Poedit-Country: SLOVENIA\n
Language: sl\n
X-Poedit-Language: Slovenian\n
X-Poedit-SourceCharset: utf-8\n

#: cmdline/apt-cache.cc:156
#, c-format
msgid Package %s version %s has an unmet dep:\n
msgstr Paket %s razlièica %s ima nerazre¹ene odvisnosti:\n

#: cmdline/apt-cache.cc:284
msgid Total package names: 
msgstr Vsa imena paketov: 

#: cmdline/apt-cache.cc:286
msgid Total package structures: 
msgstr Skupno struktur paketov: 

#: cmdline/apt-cache.cc:326
msgid   Normal packages: 
msgstr   Obièajni paketi: 

#: cmdline/apt-cache.cc:327
msgid   Pure virtual packages: 
msgstr   Èisti navidezni paketi: 

#: cmdline/apt-cache.cc:328
msgid   Single virtual packages: 
msgstr   Posamièni navidezni paketi: 

#: cmdline/apt-cache.cc:329
msgid   Mixed virtual packages: 
msgstr   Me¹ani navidezni paketi: 

#: cmdline/apt-cache.cc:330
msgid   Missing: 
msgstr   Manjka: 

#: cmdline/apt-cache.cc:332
msgid Total distinct versions: 
msgstr Vseh razlièic: 

#: cmdline/apt-cache.cc:334
msgid Total distinct descriptions: 
msgstr Skupno razliènih opisov: 

#: cmdline/apt-cache.cc:336
msgid Total dependencies: 
msgstr Vse odvisnosti: 

#: cmdline/apt-cache.cc:339
msgid Total ver/file relations: 
msgstr Vse povezave raz./dat.: 

#: cmdline/apt-cache.cc:341
msgid Total Desc/File relations: 
msgstr Skupno razmerij opisov/datotek: 

#: cmdline/apt-cache.cc:343
msgid Total Provides mappings: 
msgstr Vse dobljene preslikave: 

#: cmdline/apt-cache.cc:355
msgid Total globbed strings: 
msgstr Vsi raz¹irjeni nizi: 

#: cmdline/apt-cache.cc:369
msgid Total dependency version space: 
msgstr Celotna velikost z odvisnostmi: 

#: cmdline/apt-cache.cc:374
msgid Total slack space: 
msgstr Celotna ohlapna velikost: 

#: cmdline/apt-cache.cc:382
msgid Total space accounted for: 
msgstr Celotna velikost, izraèunana za: 

#: cmdline/apt-cache.cc:513 cmdline/apt-cache.cc:1194
#, c-format
msgid Package file %s is out of sync.
msgstr Paketna datoteka %s ni usklajena.

#: cmdline/apt-cache.cc:591 cmdline/apt-cache.cc:1429
#: cmdline/apt-cache.cc:1431 cmdline/apt-cache.cc:1508
msgid No packages found
msgstr Ni mogoèe najti paketov

#: cmdline/apt-cache.cc:1273
msgid You must give at least one search pattern
msgstr Navesti je treba vsaj en vzorec iskanja

#: cmdline/apt-cache.cc:1503
#, c-format
msgid Unable to locate package %s
msgstr Ni mogoèe najti paketa %s

#: cmdline/apt-cache.cc:1533
msgid Package files:
msgstr Datoteke paketov:

#: cmdline/apt-cache.cc:1540 

Bug#606937: chromium-browser: search crashes: app/x11_util.cc(56)] X Error detected: serial 7234 error_code 8 request_code 56 minor_code 0

2011-01-14 Thread Timo Juhani Lindfors
Jonathan Nieder jrnie...@gmail.com writes:
 Thanks for reporting.  The upstream bug says an X protocol error is
 detected with version 8.x but no crash.  Have you tried the version in
 experimental?

chromium-browser9.0.597.19~r68937-1

shows

[26745:26745:919183661936:ERROR:chrome/browser/browser_main_gtk.cc(39)] X Error 
detected: serial 6353, error_code 8 (BadMatch (invalid parameter attributes)), 
request_code 56 minor_code 0 (X_ChangeGC)

but does not crash. However, the search box is also not visible at all
so if I make a typo while searching nothing is highlighted and I might
not notice the typo..






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



Bug#609371: linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36

2011-01-14 Thread Richard Mortimer



On 13/01/2011 23:57, David Miller wrote:

From: Richard Mortimerri...@oldelvet.org.uk
Date: Thu, 13 Jan 2011 23:34:01 +


On Wed, 2011-01-12 at 00:37 +, Ben Hutchings wrote:

On Wed, 2011-01-12 at 00:27 +, Richard Mortimer wrote:


On 09/01/2011 03:46, David Miller wrote:

From: Ben Hutchingsb...@decadent.org.uk
Date: Sun, 09 Jan 2011 03:00:40 +


On Sun, 2011-01-09 at 01:05 +, Richard Mortimer wrote:

Package: linux-2.6
Version: 2.6.37-1~experimental.1
Severity: normal

Boot of linux-image-2.6.37-trunk-sparc64 fails to find the disks and drops
to the initramfs prompt. When I try to load the sym53c8xx driver it fails
as follows

(initramfs) modprobe sym53c8xx
[  122.470284] module scsi_mod: Unknown relocation: 36
FATAL: Error inserting sym53c8xx (/lib/modules/2.6.37-trunk-sparc64/kernel/drive
rs/scsi/sym53c8xx_2/sym53c8xx.ko): Invalid module format
(initramfs)


David, do you have any idea how this could happen?


A quick web search finds a similar issue
http://kerneltrap.org/mailarchive/linux-kernel/2010/6/16/4583942
but I have not looked into this any further yet.

[...]

That was apparently a bug in the build scripts for a separate module.


And like that case bad build flags are causing this problem too.  It
means that -mcode-model=medlow is not making it into the module
build cflags somehow.

This relocation can only occur for sparc64 code models other than
medlow.


I did a test Debian build using my Sun Fire V120 running to double check
the build with the 2.6.27-1@experimental.1 sources. This fails in the
same way that the official build fails.

Looking at the build output it seems to end up building setup_sparc but
I think it should be building setup_sparc64 in the rules.

[...]

I will try a package build forcing DEB_HOST_ARCH to sparc64 and see if
that builds the right packages.


No, this is correct behaviour.  $DEB_HOST_ARCH is the Debian userland
architecture (as used in the package metadata) and may differ from the
kernel architecture.  All the defined kernel flavours for sparc are
64-bit.


Thanks Ben. I've started looking at a few other potential causes...

Looking at the relocation symbols in scsi_mod.ko as reported by objdump
it looks to me that the R_SPARC_13 and R_SPARC_UA64 are the unsupported
relocation types that are stopping the driver getting loaded.

richm@shirehall:/usr/src/linux-2.6-2.6.37/debian/build/build_sparc_none_sparc64$
 objdump -r /lib/modules/2.6.37-trunk-sparc64/kernel/drivers/scsi/scsi_mod.ko | 
cut -d' ' -f 2 | sort | uniq -c
  51
  16 RECORDS
  53 R_SPARC_13
 129 R_SPARC_32
2352 R_SPARC_64
 825 R_SPARC_HI22
 869 R_SPARC_LO10
  20 R_SPARC_UA64
1011 R_SPARC_WDISP30


The original error report shows:


(initramfs) modprobe sym53c8xx
[  122.470284] module scsi_mod: Unknown relocation: 36

  ^^

FATAL: Error inserting sym53c8xx (/lib/modules/2.6.37-trunk-sparc64/kernel/drive
rs/scsi/sym53c8xx_2/sym53c8xx.ko): Invalid module format
(initramfs)


So you didn't need to analyze the binary with objdump to
work on this bug.


Yeah I'd seen that in my original error output. Please do excuse my slow 
workings it is over 7 years since I was working with Sparc systems on a 
daily basis. objdump made it easier to look at the compiler output and 
modules without compile/reboot cycles.




Relocation type 36 is R_SPARC_LM22.


I'm confused now! Maybe I've missed something but looking at 
arch/sparc/kernel/module.c it seems that the 36 is hexadecimal.


   printk(KERN_ERR module %s: Unknown relocation: %x\n,
  me-name,
  (int) (ELF_R_TYPE(rel[i].r_info)  0xff));

So that means that the kernel is complaining about type 54 which is 
R_SPARC_UA64. That matches with the objdump output which doesn't list 
R_SPARC_LM22 for scsi_mod.ko


Regards

Richard






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



Bug#609958: unblock: ldns/1.6.6-2

2011-01-14 Thread Ondřej Surý
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Please unblock package ldns 1.6.6-2

It includes correct build of python-ldns package.  The patch is very
small (attached at the end of report).

This change installs ldns.py to ${PYTHON_DIR}/ and moves _ldns.so from
${PYTHON_DIR}/ldns to ${PYTHON_DIR}, so the python bindings works.
The update fixes #609955 (which is grave bug with description what
doesn't work in python-ldns).  The fix was properly tested in unstable
pbuilder.

unblock ldns/1.6.6-2


diff -Nru ldns-1.6.6/debian/python-ldns.install 
ldns-1.6.6/debian/python-ldns.install
- --- ldns-1.6.6/debian/python-ldns.install 2010-08-12 13:06:50.0 
+0200
+++ ldns-1.6.6/debian/python-ldns.install   2011-01-14 11:45:47.0 
+0100
@@ -1 +1,2 @@
- -debian/tmp/usr/lib/python*/*-packages/ldns/
+debian/tmp/usr/lib/python*/*-packages/_ldns.so
+debian/tmp/usr/lib/python*/*-packages/ldns.py
diff -Nru ldns-1.6.6/debian/rules ldns-1.6.6/debian/rules
- --- ldns-1.6.6/debian/rules 2010-08-12 13:06:50.0 +0200
+++ ldns-1.6.6/debian/rules   2011-01-14 11:45:47.0 +0100
@@ -81,10 +81,9 @@
 
for v in $(PYVERS); do \
  PYTHON_DIR=$$(python$$v -c import distutils.sysconfig; print 
distutils.sysconfig.get_python_lib(0,0);); \
- -   make -C build-python$$v install-pyldns DESTDIR=$(CURDIR)/debian/tmp 
install-pyldns; \
- -   rm -f $(CURDIR)/debian/tmp$${PYTHON_DIR}/ldns/_ldns.la; \
- -   install -s -m 0644 -T $(CURDIR)/build-python$$v/.libs/$$(readlink 
$(CURDIR)/build-python$$v/.libs/_ldns.so) 
$(CURDIR)/debian/tmp$${PYTHON_DIR}/ldns/_ldns.so; \
- -   chrpath -d $(CURDIR)/debian/tmp$${PYTHON_DIR}/ldns/_ldns.so; \
+ make -C build-python$$v DESTDIR=$(CURDIR)/debian/tmp install-pyldns; \
+ mv $(CURDIR)/debian/tmp$${PYTHON_DIR}/$$(readlink 
$(CURDIR)/debian/tmp$${PYTHON_DIR}/_ldns.so) 
$(CURDIR)/debian/tmp$${PYTHON_DIR}/_ldns.so; \
+ chrpath -d $(CURDIR)/debian/tmp$${PYTHON_DIR}/_ldns.so; \
done
 
(cd $(CURDIR)/examples; dh_auto_install -- 
DESTDIR=$(CURDIR)/debian/tmp;)


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

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

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

iEYEARECAAYFAk0wLPoACgkQ9OZqfMIN8nOBkACff7P3hpjjOv1Oi47R+0dDEGDd
BAsAnihpktonf8HIsG/EXxkjnc41d+ER
=zDow
-END PGP SIGNATURE-



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



Bug#608642: plzip: FTBFS on sparc: test failures

2011-01-14 Thread Daniel Baumann
On 01/13/2011 06:26 PM, Antonio Diaz Diaz wrote:
 Hello Daniel.

Hi,

 I attach the modified plzip. The compression code is now essentially
 identical to the one in 0.6, so it should pass the tests. Maybe smetana
 has some bug regarding the order in which mutexes and conditions are
 created or destroyed.

thank you. i ran it for multiple times, check run (unmodified)
successfully in 3 out of 10 runs. so it keeps being flacky.

at this point, i think it's not really worth to the time to keep digging
into the issue any further (on my ultra30 at home it worked flawless for
all runs so far), so i'll probably just disable the check target on
sparc entirely.

if you want me to try anything else, or want more logs or anything,
don't hesitate to let me know.

Thanks,
Daniel

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



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



Bug#607480: The same error on Asus 1215N

2011-01-14 Thread Miguel Rentes
Hi everyone,

Yesterday I downloaded the new squeeze rc1 debian installer
(netinstall.iso) and also the boot.img.gz from these locations:

- 
http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-amd64/current/images/hd-media/
- 
http://cdimage.debian.org/cdimage/squeeze_di_rc1/amd64/iso-cd/debian-sq-di-rc1-amd64-netinst.iso

After creating the usb stick to install debian, I could check that the
wired network card is now detected and everything goes fine until the
part where I choose the software to install. I chose the Desktop
Environment, Laptop and SSH utilities and after that the
installer starts to download a total of 1050 packages. When it gets
about 120 packages, the network card stops getting any further
packages and the installation aborts (I can see on shell 4 that there
are lots of errors concerning the download of the packages). After
that I install grub on the hard disk and finish the installation.

So, right now, I have only a base debian system and was thinking to
download the package build-essential and bunzip2 and try to compile
and install the compat-wireless package from scratch to see if I can
then install the packages I need for a desktop environment on my asus
netbook.

By the way, can you point me some documentation or online guides for
the packages I need for this (only the necessary packages for a Gnome
environment)?

Best regards



On 12 January 2011 13:22, Ben Armstrong sy...@sanctuary.nslug.ns.ca wrote:
 On 01/11/2011 05:58 PM, Miguel Rentes wrote:
 Thank you Len, I'll grab the latest snapshot and try it :) I'll then
 tell you if I succeded.

 Huh. I thought I had reports from our (Debian Eee PC's) users that this
 worked with beta2, so I'm not sure using the latest snapshot would make
 anything better. See my earlier link to notes in our wiki on 1215P, as
 there are specific suggestions there as to what needs to be done to make
 it work: including specifying acpi_osi=Linux boot parameter, and the
 firmware is apparently necessary to make *both* wifi and ethernet work.
 This might be another manifestation of #573607 which unfortunately would
 need yet another exception made to disable hotplugging for that specific
 model# (not a great solution because new models keep coming out,
 requiring an exception to be made for each one).

 If that's the case, ultimately the solution is to replace eeepc_laptop
 with eeepc_wmi. I worked with upstream testing a backport he made for
 2.6.32 but there are so many things that this would break at this point
 (plus it requires a patch to the acpi module to even work) that it's
 kind of too late to think about including this in Squeeze. :(

 On 11 January 2011 19:51, Lennart Sorensen lsore...@csclub.uwaterloo.ca 
 wrote:
 I just spotted this:

 2.6.32-28 changelog:

   * atl1c: Add support for Atheros AR8151 and AR8152 (Closes: #599771)

 Did you use the latest installer snapshot, or the beta2 or what?

 Certainly the version in the current images you can download for beta2
 have the new version of the driver for the atl1c and should work.
 Anything older than December 20th will not work for sure.

 Lennart, how do you figure Dec. 20th? 2.6.32-28 migrated to testing Nov.
 28th according to PTS ...

 Ben





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



Bug#606370: CVE-2010-2761 CVE-2010-4410 CVE-2010-4411

2011-01-14 Thread Niko Tyni
On Thu, Jan 13, 2011 at 10:35:00PM +, Adam D. Barratt wrote:
 On Thu, 2011-01-13 at 22:55 +0100, gregor herrmann wrote:
  I've now uploaded

  - 3.38-2lenny2

 I've flagged the lenny package to be accepted at the next dinstall;

While preparing the perl lenny upload I had a look at this. I see Gregor
used my proposed patch from 27 Dec [1]; however I later noticed at least
the doc addition in CGI.pm is wrong [2]. 

Upstream is going to change the documentation back rather than change
the behaviour [3], so I don't think we should be including this change.

While at it, I'm pretty sure the //s change in the previous hunk is a
no-op (because the earlier change makes sure there are no newlines in
@other) and I'm not including it with the perl uploads. Eyeballs welcome
of course.

So I'd like permission to upload libcgi-pm-perl 3.38-2lenny3 as seen in
the attachments - the first one is the debdiff against 3.38-2lenny2 in
proposed-updates, the second one is against 3.38-2lenny1 in stable.

Gregor, I hope you're OK with this?

I'm sorry I failed to communicate this better; the bug log is getting
rather long and I can certainly see the potential for things to get lost.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606370#44
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606370#86
[3] http://rt.cpan.org/Public/Bug/Display.html?id=64554

Cheers,
-- 
Niko Tyni   nt...@debian.org
diff -u libcgi-pm-perl-3.38/debian/changelog 
libcgi-pm-perl-3.38/debian/changelog
--- libcgi-pm-perl-3.38/debian/changelog
+++ libcgi-pm-perl-3.38/debian/changelog
@@ -1,3 +1,11 @@
+libcgi-pm-perl (3.38-2lenny3) stable; urgency=low
+
+  * Slightly amend the previous patch:
++ drop an incorrect documentation change
++ drop an unnecessary regexp modifier change
+
+ -- Niko Tyni nt...@debian.org  Fri, 14 Jan 2011 13:27:36 +0200
+
 libcgi-pm-perl (3.38-2lenny2) stable; urgency=low
 
   * [SECURITY] Add a patch with the backported fixes for CVE-2010-2761,
diff -u 
libcgi-pm-perl-3.38/debian/patches/CVE-2010-2761_CVE-2010-4410_CVE-2010-4411.patch
 
libcgi-pm-perl-3.38/debian/patches/CVE-2010-2761_CVE-2010-4410_CVE-2010-4411.patch
--- 
libcgi-pm-perl-3.38/debian/patches/CVE-2010-2761_CVE-2010-4410_CVE-2010-4411.patch
+++ 
libcgi-pm-perl-3.38/debian/patches/CVE-2010-2761_CVE-2010-4410_CVE-2010-4411.patch
@@ -46,34 +46,6 @@
  $nph ||= $NPH;
  
  $type ||= 'text/html' unless defined($type);
-@@ -1482,7 +1506,7 @@
- # need to fix it up a little.
- foreach (@other) {
- # Don't use \s because of perl bug 21951
--next unless my($header,$value) = /([^ \r\n\t=]+)=\?(.+?)\?$/;
-+next unless my($header,$value) = /([^ \r\n\t=]+)=\?(.+?)\?$/s;
- ($_ = $header) =~ s/^(\w)(.*)/\u$1\L$2 . ': 
'.$self-unescapeHTML($value)/e;
- }
- 
-@@ -5101,6 +5125,18 @@
- 
-   P3P: policyref=/w3c/p3p.xml cp=CAO DSP LAW CURa
- 
-+Note that if a header value contains a carriage return, a leading space will 
be
-+added to each new line that doesn't already have one as specified by RFC2616
-+section 4.2.  For example:
-+
-+print header( -ingredients = ham\neggs\nbacon );
-+
-+will generate
-+
-+Ingredients: ham
-+ eggs
-+ bacon
-+
- =head2 GENERATING A REDIRECTION HEADER
- 
-print redirect('http://somewhere.else/in/movie/land');
 --- /dev/null
 +++ b/t/headers.t
 @@ -0,0 +1,47 @@
diff -u libcgi-pm-perl-3.38/debian/changelog 
libcgi-pm-perl-3.38/debian/changelog
--- libcgi-pm-perl-3.38/debian/changelog
+++ libcgi-pm-perl-3.38/debian/changelog
@@ -1,3 +1,19 @@
+libcgi-pm-perl (3.38-2lenny3) stable; urgency=low
+
+  * Slightly amend the previous patch:
++ drop an incorrect documentation change
++ drop an unnecessary regexp modifier change
+
+ -- Niko Tyni nt...@debian.org  Fri, 14 Jan 2011 13:27:36 +0200
+
+libcgi-pm-perl (3.38-2lenny2) stable; urgency=low
+
+  * [SECURITY] Add a patch with the backported fixes for CVE-2010-2761,
+CVE-2010-4410, and CVE-2010-4411; thanks to Niko Tyni for preparing the   
+patch (closes: #606370).
+
+ -- gregor herrmann gre...@debian.org  Thu, 13 Jan 2011 22:49:36 +0100
+
 libcgi-pm-perl (3.38-2lenny1) stable; urgency=low
 
   * Fix unwanted ISO-8859-1 - UTF-8 conversion in CGI::Util::escape().
diff -u libcgi-pm-perl-3.38/debian/patches/series 
libcgi-pm-perl-3.38/debian/patches/series
--- libcgi-pm-perl-3.38/debian/patches/series
+++ libcgi-pm-perl-3.38/debian/patches/series
@@ -2,0 +3 @@
+CVE-2010-2761_CVE-2010-4410_CVE-2010-4411.patch
only in patch2:
unchanged:
--- 
libcgi-pm-perl-3.38.orig/debian/patches/CVE-2010-2761_CVE-2010-4410_CVE-2010-4411.patch
+++ 
libcgi-pm-perl-3.38/debian/patches/CVE-2010-2761_CVE-2010-4410_CVE-2010-4411.patch
@@ -0,0 +1,121 @@
+Description: backport fixes for CVE-2010-2761, CVE-2010-4410, CVE-2010-4411 
from 3.50 and 3.51
+Bug: http://bugs.debian.org/606370
+Author: Niko Tyni nt...@debian.org
+Reviewed-by: gregor herrmann gre...@debian.org
+Last-Update: 2011-01-13
+
+--- a/CGI.pm
 b/CGI.pm
+@@ -1382,7 

Bug#607480: The same error on Asus 1215N

2011-01-14 Thread Bernhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Miguel

 When it gets
 about 120 packages, the network card stops getting any further
 packages and the installation aborts (I can see on shell 4 that there
 are lots of errors concerning the download of the packages).
Are you sure, everything is fine with your network?
Has your modem hang-up during download?


 By the way, can you point me some documentation or online guides for
 the packages I need for this (only the necessary packages for a Gnome
 environment)?
For GNOME Desktop environment, please have a look at
http://wiki.debian.org/Gnome

Kind regards and have a nice weekend
Bernhard

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

iEYEARECAAYFAk0wOAYACgkQLIf9UiHPz1qhAgCcDfS6qKc9nsm9247jeR0trB4O
2doAn0e5PACdP5VMo1tByfaiXXIMgE/x
=0efE
-END PGP SIGNATURE-



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



Bug#609864: smcroute: Request for changing priority to extra

2011-01-14 Thread Julien BLACHE
Micha Lenk mi...@debian.org wrote:

Hi,

 I think the core point is: If the *default configuration* of the multicast
 routing packages in question cause access to the MRT, then it should conflict
 with other packages (which do so in their default configuration too).

The default configuration can be changed by the user. A static conflict
means the setup is impossible to do on a Debian system, although it's
perfectly valid.

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#565539: sash: Corrupt Makefile

2011-01-14 Thread Mats Erik Andersson
The implementation of the patch for GNU/kFreeBSD
was obfuscated when Beckert's original

   ifeq (, $(filter kFreeBSD,$(shell uname -s)))

was replaced by

   ifeq (kFreeBSD,$(shell uname -s))

The reason for failure being that the return string
is GNU/kFreeBSD, which the filter command discovers.

There is a further build failure due to the lack of
ext2fs/ext2_fs.h for GNU/kFreeBSD. The following
change mends this by removing the command lsattr.
An expert might be able to implement lsattr for ufs,
which I am not able to do.


Best regards,
  Mats Erik Andersson, DM



--- sash-3.7/Makefile.debian
+++ sash-3.7/Makefile
@@ -8,10 +8,18 @@
 # The MOUNT_TYPE definition sets the default file system type for -mount.
 #
 HAVE_GZIP  = 1
+ifeq (Linux,$(shell uname -s))
 HAVE_LINUX_ATTR= 1
 HAVE_LINUX_MOUNT   = 1
 HAVE_BSD_MOUNT = 0
 MOUNT_TYPE = 'ext3'
+endif
+ifeq (GNU/kFreeBSD,$(shell uname -s))
+HAVE_LINUX_ATTR= 0
+HAVE_LINUX_MOUNT   = 0
+HAVE_BSD_MOUNT = 1
+MOUNT_TYPE = 'ufs'
+endif
 
 DEFS = -DHAVE_GZIP=$(HAVE_GZIP) \
-DHAVE_LINUX_ATTR=$(HAVE_LINUX_ATTR) \



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



Bug#609877: [Virtual-pkg-base-maintainers] Bug#609877: base: does not open Software Source

2011-01-14 Thread Amaya
tags 609877 moreinfo
severity 609877 normal
thanks

Antonio Esposito wrote:
 Package: base
 Severity: important
 
 I can not open the Software Source window.

Hi Antonio, 

Thanks for reporting this bug, but we need more info.
What program are you refereing to?

Thanks!

-- 
 ·''`.
: :' :  As Freud said, sometimes a cigar is just a cigar.
`. `' 
  `-Proudly running Debian GNU/Linux



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



Bug#545139: akonadi-server: not possible to create socket in AFS $HOME

2011-01-14 Thread Ansgar Burchardt
Hi,

as discussed on IRC, I backported the upstream patch for this bug.

The functions in socketdir.cpp are now identical to upstream's, just
moved from utils.cpp to socketdir.cpp (as I was using this in the
earlier patch and utils.cpp is not present in Debian's version of
Akonadi anyway).

The upstream fix 1fa22c55fd98f29321b943605466ef4d4640de53 is included as
well, as per my original patch.

In addition, several places had to be changed to use the
preferredSocketDirectory function.

Upstream commit: e4affdfc2922efc10b647939fd4e068c02e256eb

Regards,
Ansgar

From: Ansgar Burchardt ans...@debian.org
Date: Mon, 29 Nov 2010 12:40:18 +0100
Subject: Move sockets away from $HOME
Bug-Debian: http://bugs.debian.org/545139
Bug: https://bugs.kde.org/show_bug.cgi?id=179006

Move directories used for sockets to /tmp, using a symlink (that includes the
hostname) to remember where it is located.

Based on upstream commit e4affdfc2922efc10b647939fd4e068c02e256eb,
includes the fix 1fa22c55fd98f29321b943605466ef4d4640de53 as well.

--- akonadi-1.3.1.orig/server/CMakeLists.txt
+++ akonadi-1.3.1/server/CMakeLists.txt
@@ -59,6 +59,7 @@
 set(libakonadiprivate_SRCS
   ${AKONADI_SHARED_SOURCES}
   src/akonadi.cpp
+  src/socketdir.cpp
   src/akonadiconnection.cpp
   src/handler.cpp
   src/handlerhelper.cpp
--- akonadi-1.3.1.orig/server/src/akonadi.cpp
+++ akonadi-1.3.1/server/src/akonadi.cpp
@@ -34,6 +34,7 @@
 #include debuginterface.h
 #include storage/itemretrievalthread.h
 #include preprocessormanager.h
+#include socketdir.h
 
 #include libs/xdgbasedirs_p.h
 #include libs/protocol_p.h
@@ -84,13 +85,7 @@
 connectionSettings.setValue( QLatin1String( Data/Method ), QLatin1String( NamedPipe ) );
 connectionSettings.setValue( QLatin1String( Data/NamedPipe ), namedPipe );
 #else
-const QString defaultSocketDir = XdgBaseDirs::saveDir( data, QLatin1String( akonadi ) );
-QString socketDir = settings.value( QLatin1String( Connection/SocketDirectory ), defaultSocketDir ).toString();
-if ( socketDir[0] != QLatin1Char( '/' ) ) {
-  QDir::home().mkdir( socketDir );
-  socketDir = QDir::homePath() + QLatin1Char( '/' ) + socketDir;
-}
-
+QString socketDir = preferredSocketDirectory( XdgBaseDirs::saveDir( data, QLatin1String( akonadi ) ) );
 const QString socketFile = socketDir + QLatin1String( /akonadiserver.socket );
 unlink( socketFile.toUtf8().constData() );
 if ( !listen( socketFile ) )
@@ -202,8 +197,7 @@
 
 #ifndef Q_OS_WIN
 QSettings connectionSettings( connectionSettingsFile, QSettings::IniFormat );
-const QString defaultSocketDir = XdgBaseDirs::saveDir( data, QLatin1String( akonadi ) );
-const QString socketDir = settings.value( QLatin1String( Connection/SocketDirectory ), defaultSocketDir ).toString();
+const QString socketDir = preferredSocketDirectory( XdgBaseDirs::saveDir( data, QLatin1String( akonadi ) ) );
 
 if ( !QDir::home().remove( socketDir + QLatin1String( /akonadiserver.socket ) ) )
 akError()  Failed to remove Unix socket;
@@ -261,7 +255,7 @@
 void AkonadiServer::startPostgresqlDatabaseProcess()
 {
   const QString dataDir = XdgBaseDirs::saveDir( data, QLatin1String( akonadi/db_data ) );
-  const QString socketDir = XdgBaseDirs::saveDir( data, QLatin1String( akonadi/db_misc ) );
+  const QString socketDir = preferredSocketDirectory( XdgBaseDirs::saveDir( data, QLatin1String( akonadi/db_misc ) ) );
 
   if ( !QFile::exists( QString::fromLatin1( %1/PG_VERSION ).arg( dataDir ) ) ) {
 // postgre data directory not initialized yet, so call initdb on it
@@ -371,7 +365,7 @@
 
   const QString dataDir = XdgBaseDirs::saveDir( data, QLatin1String( akonadi/db_data ) );
   const QString akDir   = XdgBaseDirs::saveDir( data, QLatin1String( akonadi/ ) );
-  const QString miscDir = XdgBaseDirs::saveDir( data, QLatin1String( akonadi/db_misc ) );
+  const QString miscDir = preferredSocketDirectory( XdgBaseDirs::saveDir( data, QLatin1String( akonadi/db_misc ) ) );
   const QString fileDataDir = XdgBaseDirs::saveDir( data, QLatin1String( akonadi/file_db_data ) );
 
   // generate config file
--- /dev/null
+++ akonadi-1.3.1/server/src/socketdir.cpp
@@ -0,0 +1,127 @@
+#include socketdir.h
+
+#include libs/xdgbasedirs_p.h
+
+#include QtCore/QDebug
+#include QtCore/QDir
+#include QtCore/QFileInfo
+#include QtCore/QSettings
+#include QtNetwork/QHostInfo
+
+#include cerrno
+#include cstdlib
+#include pwd.h
+#include sys/types.h
+#include unistd.h
+
+static QString akonadiSocketDirectory();
+static bool checkSocketDirectory( const QString path );
+static bool createSocketDirectory( const QString link, const QString tmpl );
+
+using namespace Akonadi;
+
+QString Akonadi::preferredSocketDirectory( const QString defaultDirectory )
+{
+  const QString serverConfigFile = XdgBaseDirs::akonadiServerConfigFile( XdgBaseDirs::ReadWrite );
+  const QSettings serverSettings( serverConfigFile, QSettings::IniFormat );
+
+#if defined(Q_OS_WINCE) || defined(Q_OS_WIN)
+  const 

Bug#609900: please document steps needed to get cgi-graphing to work

2011-01-14 Thread Stig Sandbeck Mathisen

Nice howto, thank you. :)

-- 
Stig Sandbeck Mathisen s...@debian.org


pgptloaTDj7h1.pgp
Description: PGP signature


Bug#608406: Any comments?

2011-01-14 Thread Guido Günther
Hi,
a short comment on that bug would be great. If this doesn't look
worthwhile I'll look into how to add this completely within gbp.  Would
an additional command:

pristine-tar verify tarball

that verifies the tarball against the stored hash tmake sense?
Cheers,
 -- Guido



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



Bug#609764: add a macro do disable DKIM

2011-01-14 Thread Yuri D'Elia
Package: exim4-config
Severity: normal

As an additional note, DKIM should also be disabled implicitly when
DC_minimaldns in being enabled.



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



Bug#609959: initscripts: too many loops! when bootlogd is enabled

2011-01-14 Thread Christoph Anton Mitterer
Package: initscripts
Version: 2.88dsf-13.1
Severity: important


Hi.

Having bootlogd enabled, the following happens on every boot:
INIT: version 2.88 booting
Using makefile-style concurrent boot in runlevel S.
too many loops! (loop=11, dep-name=udev, src-name=stop-bootlogd-single)
too many loops! (loop=11, dep-name=udev, src-name=stop-bootlogd-single)
Starting the hotpulug events dispatcher: udev


Cheers,
Chris.


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

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

Versions of packages initscripts depends on:
ii  coreutils   8.5-1GNU core utilities
ii  debianutils 3.4.2Miscellaneous utilities specific t
ii  libc6   2.11.2-8 Embedded GNU C Library: Shared lib
ii  lsb-base3.2-26   Linux Standard Base 3.2 init scrip
ii  mount   2.17.2-6 Tools for mounting and manipulatin
ii  sysv-rc 2.88dsf-13.1 System-V-like runlevel change mech
ii  sysvinit-utils  2.88dsf-13.1 System-V-like utilities

Versions of packages initscripts recommends:
ii  e2fsprogs 1.41.12-2  ext2/ext3/ext4 file system utiliti
ii  psmisc22.13-1utilities that use the proc file s

initscripts suggests no packages.

-- Configuration Files:
/etc/default/bootlogd changed:
BOOTLOGD_ENABLE=Yes


-- 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#609860: pm-utils: pm-hibernate not able to wake-up

2011-01-14 Thread Michael Biebl
Hi maks,

On 14.01.2011 11:10, maximilian attems wrote:
 On Fri, 14 Jan 2011, Michael Biebl wrote:


 Should maybe update-initramfs -u re-evalutate the RESUME parameter?
 
 there is an open bug about that. Trouble is that it is stored in
 /etc/initramfs-tools/conf.d/resume and thus we wouldn't be allow
 to update it without debconfing. So the plan is to move that to /var
 for Squeeze+1 and then indeed have it updated from time to time.

do you by chance have the bug number at hand, so I can reassign and merge this 
bug?

Cheers,
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#603455: [PATCH release-notes] Add notes about X changes

2011-01-14 Thread Julien Cristau
On Thu, Jan 13, 2011 at 06:51:33 +0900, Mattia Dongili wrote:

 On Wed, Jan 12, 2011 at 08:19:43PM +0100, Julien Cristau wrote:
  Bug#603455
  
  Signed-off-by: Julien Cristau jcris...@debian.org
  Cc: debia...@lists.debian.org
  ---
   en/issues.dbk|   91 
  ++
   en/whats-new.dbk |   22 +
   2 files changed, 113 insertions(+), 0 deletions(-)
 
 Should the changes in default values for TapButton* in the synaptics
 driver also be mentioned?
 
Not sure, but I'm leaning towards no.  The NEWS entry in the package
should be sufficient, IMO.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609960: qtiplot depends on transitonal sip4 packages

2011-01-14 Thread Alex Valavanis
Package: qtiplot
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch
Version: 0.9.8.2-1
Severity: minor
Tags: patch

python-sip4 is a transitional package which depends upon python-sip. Its
description states that It can be safely removed.

The qtiplot package therefore needs to be updated, to depend upon python-sip
rather than python-sip4.

There are also a couple of redundant build dependencies:

sip4 - python-sip-dev
python-sip4-dev - python-sip-dev

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/control: Update sip dependencies to avoid using transitional
packages (LP: #702853)

Thanks for considering the patch.



-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500,
'natty-proposed'), (500, 'natty-backports'), (500, 'natty')
Architecture: i386 (i686)

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


qtiplot_0.9.8.2-1ubuntu3.debdiff
Description: Binary data


Bug#609961: linux-headers-2.6.32-5-common: scripts symlink breaks module compiling when /usr/src is symlink

2011-01-14 Thread James Hook
Package: linux-headers-2.6.32-5-common
Version: 2.6.32-30
Severity: important

The kernel headers symlink the scripts directory to to 
../../lib/linux-kbuild-2.6.32/scripts, 
however as I find /usr/src takes up a lot of space I move it to another 
location and symlink
/usr/src to that location.
This has been fine in previous versions of the headers, however in 2.6.32 doing 
this will break
the ablity to compile any additional modules (eg. lirc, nvidia, ndiswrapper...)

This is because when make compiles one of the modules, it changes to the 
physical directory
of /usr/src/linux-headers-2.6.32-5-686, and accessing ../../lib from there is 
not /usr/lib as
expected, so in most cases will produce at 'No such file or directory' error.

Because the execution of gcc-x86_32-has-stack-protector.sh fails, make produces 
the misleading
error: 'stack protector enabled but no compiler support', followed by an fatal 
error.

For example this is how my system is setup:
hookmyth# ls -ld /usr/src/linux-headers-2.6.32-5-common/* /usr/src 
/usr/lib/linux-kbuild-2.6.32/scripts \
 /usr/src/linux-headers-2.6.32-5-common/scripts/
ls: cannot access /usr/src/linux-headers-2.6.32-5-common/scripts/: No such file 
or directory
drwxr-xr-x  6 root root  4096 Jan 15 00:15 /usr/lib/linux-kbuild-2.6.32/scripts
lrwxrwxrwx  1 root root15 Oct 26 21:31 /usr/src - /mnt/mythtv/src
drwxr-xr-x  3 root root72 Jan 14 22:57 
/usr/src/linux-headers-2.6.32-5-common/arch
drwxr-xr-x 20 root root   512 Jan 14 22:57 
/usr/src/linux-headers-2.6.32-5-common/include
lrwxrwxrwx  1 root root36 Jan 14 22:57 
/usr/src/linux-headers-2.6.32-5-common/Kbuild - 
../../lib/linux-kbuild-2.6.32/Kbuild
-rw-r--r--  1 root root 55236 Jan 12 15:59 
/usr/src/linux-headers-2.6.32-5-common/Makefile
lrwxrwxrwx  1 root root37 Jan 14 22:57 
/usr/src/linux-headers-2.6.32-5-common/scripts - 
../../lib/linux-kbuild-2.6.32/scripts

You can see the /usr/lib/linux-kbuild-2.6.32/scripts path exists, however when 
trying to access it as 
/usr/src/linux-headers-2.6.32-5-common/scripts/ it fails.

Heres a copy of a module-assistant output for lirc (also happens with nvidia 
and dkms)
-- 8--
make[2]: Entering directory `/mnt/mythtv/src/modules/lirc-modules'   
/usr/bin/make -C /lib/modules/2.6.32-5-686/build 
SUBDIRS=/usr/src/modules/lirc-modules modules
make[3]: Entering directory `/mnt/mythtv/src/linux-headers-2.6.32-5-686' 
/mnt/mythtv/src/linux-headers-2.6.32-5-common/Makefile:274:  
/mnt/mythtv/src/linux-headers-2.6.32-5-common/scripts/Kbuild.include: No 
such file or directory   
/bin/sh: 
/mnt/mythtv/src/linux-headers-2.6.32-5-common/scripts/gcc-x86_32-has-stack   
-protector.sh: No such file or directory 
/mnt/mythtv/src/linux-headers-2.6.32-5-common/arch/x86/Makefile:81: stack
protector enabled but no compiler support
make: *** empty variable name.  Stop.
make[5]: *** [_module_/usr/src/modules/lirc-modules] Error 2 
make[4]: *** [sub-make] Error 2
-- 8--


This output is from the version in unstable, however this was after multiple 
attempts
in testing were done - including the reinstall of all gcc packages in order to 
install
a compiler with stack protection.


There are two fixes for this (for anyone who stumbles across this error):
1. Fix the symlinks in /mnt/mythtv/src/linux-headers-2.6.32-5-common to be 
absoultly
 linked to /usr/lib not ../../lib. 
2. In the directory above the physical source directory add a symlink for lib 
back to 
 /usr/lib

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

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

-- no debconf information



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



Bug#609911: [Debian-eeepc-devel] Bug#609911: Bug#609911: eeepc-acpi-scripts: Wireless cannot be switched off with EEEPC 1016P

2011-01-14 Thread Luca Niccoli
Do you think it would be acceptable to ship a grub 2 hook that appends
acpi_osi=Linux to the kernel command line if update-grub is run on
an affected model?
I think it is technically feasible and reasonably safe, but I don't
know how late it is to ship something that messes with the boot
system.
Cheers,

Luca



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



Bug#609916: ledcontrol broke my laptop keyboard

2011-01-14 Thread Cyril Brulebois
Ian Jackson ijack...@chiark.greenend.org.uk (13/01/2011):
 Package: ledcontrol
 Version: 0.5.2-11+b1
 Severity: serious

From a quick look at the changelog, I suspect the same happens with
the version currently in squeeze?

KiBi.


signature.asc
Description: Digital signature


Bug#609900: please document steps needed to get cgi-graphing to work

2011-01-14 Thread Holger Levsen
Hi,

On Donnerstag, 13. Januar 2011, Holger Levsen wrote:
 then run:

 a2enmod cgi
 /etc/init.d/apache2 force-reload

this also needs:

a2enmod fastcgi


cheers,
Holger


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


Bug#609961: linux-headers-2.6.32-5-common: scripts symlink breaks module compiling when /usr/src is symlink

2011-01-14 Thread Julien Cristau
On Sat, Jan 15, 2011 at 01:28:53 +1300, James Hook wrote:

 There are two fixes for this (for anyone who stumbles across this error):
 1. Fix the symlinks in /mnt/mythtv/src/linux-headers-2.6.32-5-common to be 
 absoultly
  linked to /usr/lib not ../../lib. 
 2. In the directory above the physical source directory add a symlink for lib 
 back to 
  /usr/lib
 
Or simply use a bind mount instead of symlinks.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609535: psiconv: magick/semaphore.c:526: LockSemaphoreInfo: Assertion `semaphore_info-signature == 0xabacadabUL' failed.

2011-01-14 Thread Jakub Wilk
In the worst case we can change build-dependencies so that psiconv is 
linked with ImageMagick (rather than GraphicsMagick).


This seem to work, but the resulting binary package has some ugly extra 
dependencies:


Depends: libbz2-1.0, libc6 (= 2.3.6-6~), {+libfontconfig1 (= 2.8.0),+} libfreetype6 (= 2.2.1), {+libglib2.0-0 
(= 2.12.0),+} libgomp1 (= 4.2.1), [-libgraphicsmagick3 (= 1.3.5),-] libice6 (= 1:1.0.0), [-libjasper1-] 
{+libjpeg62+} (= [-1.900.1), libjpeg62,-] {+6b1),+} liblcms1 (= 1.15-1), [-libpng12-0-] {+liblqr-1-0 (= 0.1.0), 
libltdl7+} (= [-1.2.13-4),-] {+2.2.6b), libmagickcore3 (= 8:6.6.0.4),+} libpsiconv6, libsm6, libtiff4, [-libwmf0.2-7 
(= 0.2.8.4),-] libx11-6, libxext6, [-libxml2 (= 2.6.27),-] {+libxt6,+} zlib1g (= 1:1.1.4)

--
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#609605: gpdftext: incompatible licenses: GPL-3+/GPL-2

2011-01-14 Thread Cyril Brulebois
Neil Williams codeh...@debian.org (10/01/2011):
 All the code in gpdftext itself is my own and I can relicence to
 GPL-2only but it will mean a new upstream release to clarify each
 source code file and replacing COPYING.

Great. (I guess you could relicense it to GPL-2+ instead, you'd keep
the '+' you've got currently with GPL-3+.)

 I can sort this out over the weekend, if the RT agree to a new
 upstream release (with only the licence changes).

I believe a pointer in debian/{changelog,copyright} “overriding” the
information in COPYING + the sources would be sufficient. No need for
a whole new upstream release to fix this bug.

(I can think of ftpmasters' being happy with an upstream's mail
excerpt in debian/copyright, clarifying the license, or changing it to
make it DFSG-compliant; which was sufficient so that we don't have to
wait for a new upstream release to package stuff.)

I'm not a lawyer, a ftpmaster, or a releaser though.

KiBi.


signature.asc
Description: Digital signature


Bug#605044: (cfengine3) raising severity on 602404 and 605044 to grave

2011-01-14 Thread Antonio Radici
severity 602404 grave
severity 605044 grave
thanks

Hi,
I'm raising the severity of those two bugs to grave because, despite being fixed
in experimental, they should also be fixed in squeeze, the rationale is that
/etc/default/cfengine3 is unusable so the user cannot specify any option to
start the daemons.

Those are the bugs:
602404 cfengine3 package uses wrongly names variables in /etc/default/cfengine
605044 /etc/init.d/cfengine3: unquoted variables

The result of #602404 is that if the user specify what startup opts wants, those
will never be used because /etc/init.d/cfengine3 is using other variable names.

The result of #605044 is that, once #602404 is fixed, the user still won't be
able to add full options because the variables in /etc/init.d/cfengine3 are
unquoted so spaces cannot be used.

I'm CC'ing debian-release@l.d.o because since I will submit an unblock request
for the new package (3.0.5+dfsg-2), they will have some background on the issue.

Cheers
Antonio



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



Bug#609911: [Debian-eeepc-devel] Bug#609911: Bug#609911: eeepc-acpi-scripts: Wireless cannot be switched off with EEEPC 1016P

2011-01-14 Thread Ben Hutchings
On Fri, 2011-01-14 at 13:49 +0100, Luca Niccoli wrote:
 Do you think it would be acceptable to ship a grub 2 hook that appends
 acpi_osi=Linux to the kernel command line if update-grub is run on
 an affected model?
 I think it is technically feasible and reasonably safe, but I don't
 know how late it is to ship something that messes with the boot
 system.

I think it would be better to make this a quirk in the kernel, if that's
possible.  There is an existing blacklist that modifies the kernel's
responses to OSI queries.  If you can provide the sys_vendor and
product_version DMI strings for the affected models then I can add
entries there.  These DMI strings are visible as files in
/sys/devices/virtual/dmi/id.

Ben.

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


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


Bug#609962: GPG error

2011-01-14 Thread jidanni
Package: iceweasel
Version: 4.0~b8-1
Severity: wishlist

W: A error occurred during the signature verification. The repository is not 
updated and the previous index files will be used. GPG error: 
http://mozilla.debian.net ./ Release: The following signatures were invalid: 
NODATA 1 NODATA 2



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



Bug#606370: CVE-2010-2761 CVE-2010-4410 CVE-2010-4411

2011-01-14 Thread Adam D. Barratt
On Fri, January 14, 2011 11:40, Niko Tyni wrote:
 While preparing the perl lenny upload I had a look at this. I see Gregor
 used my proposed patch from 27 Dec [1]; however I later noticed at least
 the doc addition in CGI.pm is wrong [2].

 Upstream is going to change the documentation back rather than change
 the behaviour [3], so I don't think we should be including this change.

 While at it, I'm pretty sure the //s change in the previous hunk is a
 no-op (because the earlier change makes sure there are no newlines in
 @other) and I'm not including it with the perl uploads. Eyeballs welcome
 of course.

 So I'd like permission to upload libcgi-pm-perl 3.38-2lenny3 as seen in
 the attachments - the first one is the debdiff against 3.38-2lenny2 in
 proposed-updates, the second one is against 3.38-2lenny1 in stable.

Yes, that would be okay; thanks.

Regards,

Adam




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



Bug#609963: liboauth0: Please add symbols control file for symbols exported

2011-01-14 Thread Bilal Akhtar
Package: liboauth0
Version: 0.9.1-1ubuntu1
Severity: minor

Please add a symbols control file for all the symbols exported by 
/usr/lbi/liboauth0.so.0 .

This is being reported by lintian as well.

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

Kernel: Linux 2.6.37-12-generic (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 liboauth0 depends on:
ii  libc62.12.1-0ubuntu12Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls  7.21.2-4ubuntu1 Multi-protocol file transfer libra
ii  libnss3-1d   3.12.8-0ubuntu0.10.10.1 Network Security Service libraries

liboauth0 recommends no packages.

liboauth0 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#588346: useragentswitcher copyright year

2011-01-14 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is the email from the useragentswitcher upstream developer, stating
the copyright year which is not mentioned in the source tarball. CCing
ftpmasters in case they have questions on where this date came from.

-  Original-Nachricht 
Betreff: Re: Sent From chrispederick.com on 1/11/2011 at 4:56
Datum: Tue, 11 Jan 2011 07:27:14 -0800
Von: Chris Pederick webs...@chrispederick.com
An: mich...@fladi.at

I'm not sure there is really a copyright period as such since the
extension is released under the GPL, but the extension was first
developed in 2003 I believe.

As for an email address you can just use
useragentswitc...@chrispederick.com.

Cheers,
Chris

On Tue, Jan 11, 2011 at 02:56,  mich...@fladi.at wrote:

 Hi!

 I\'d like to build a Debian package out of our useragent-switcher extension. 
 Therefor I\'d need some information: the copyright period (e.g. the years) 
 and a email-address of yours which I can put in the Upstream-Contact field of 
 the package.

 Thanks for your help,
 Michael Fladischer

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

iEYEARECAAYFAk0wS/sACgkQeJ3z1zFMUGZtkwCfXpxYNo3+AuFZg0b3XT4UJ5mM
9LwAn15YkTpjxHllqe8JyCx/F0X0kfYn
=I/x9
-END PGP SIGNATURE-



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



Bug#609961: linux-headers-2.6.32-5-common: scripts symlink breaks module compiling when /usr/src is symlink

2011-01-14 Thread Bastian Blank
On Sat, Jan 15, 2011 at 01:28:53AM +1300, James Hook wrote:
 The kernel headers symlink the scripts directory to to 
 ../../lib/linux-kbuild-2.6.32/scripts, 

http://www.debian.org/doc/debian-policy/ch-files.html#s10.5

 however as I find /usr/src takes up a lot of space I move it to another 
 location and symlink
 /usr/src to that location.

Well, use mounts.

Bastian

-- 
I'm a soldier, not a diplomat.  I can only tell the truth.
-- Kirk, Errand of Mercy, stardate 3198.9



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



Bug#609897: [debian-mysql] Bug#609897: mysql-server-core-5.1: Mysqld failed message on boot (still there)

2011-01-14 Thread Norbert Tretkowski
Hi Riccardo,

please keep the @bugs.debian.org address in CC, thanks.

Am Freitag, den 14.01.2011, 12:41 +0100 schrieb r.duc...@gmail.com:
 as shown below, I do not have the mysql-server-5.1 package at all. 

The init script checks for mysqld_safe since 5.1.49-2, which is part of
the mysql-server-5.1 package.

Could you please check if /etc/init.d/mysql checks for mysqld_safe in
line 20 on your system?

 Of course my problem might not be a bug of the core package, but a
 dirty configuration inherited by bad automatic updates, as suggested
 in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589513#13

Did you modify the init-script in the past? The init scripts are treated
as configuration files, so they will not get overwritten automatically
when upgrading the package and the init script was manually edited in
the past.

Does a file called /etc/init.d/mysql.dpkg-dist exist on your system?

Norbert




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



Bug#609962: GPG error

2011-01-14 Thread Mike Hommey
On Fri, Jan 14, 2011 at 02:18:15PM +0100, Mike Hommey wrote:
 On Fri, Jan 14, 2011 at 09:10:09PM +0800, jida...@jidanni.org wrote:
  Package: iceweasel
  Version: 4.0~b8-1
  Severity: wishlist
  
  W: A error occurred during the signature verification. The repository is 
  not updated and the previous index files will be used. GPG error: 
  http://mozilla.debian.net ./ Release: The following signatures were 
  invalid: NODATA 1 NODATA 2
 
 http://glandium.org/blog/?p=1529
 
 I also sent a message to the pkg-mozilla-maintainers list, but it
 doesn't seem to have been delivered yet.

Also, please don't use the bts to report problems that are not problems
with the packages.

Simply trying to go to http://mozilla.debian.net/packages/ or
http://mozilla.debian.net/ is enough to understand what's going on.

Or contact the pkg-mozilla-maintainers list.

Mike



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



Bug#609937: maint-guide: minor typos and improvements

2011-01-14 Thread Osamu Aoki
Hi,

Thanks these are good points.

I have question and request for help.

On Fri, Jan 14, 2011 at 01:42:09AM +0100, Christoph Anton Mitterer wrote:
 --- a/maint-guide.en.sgml
 +++ b/maint-guide.en.sgml
 @@ -837,6 +837,8 @@
  ... describe patch
  /example
  
 +You may also consult url name=DEP-3: Patch Tagging Guidelines 
 id=http://dep.debian.net/deps/dep3/;.
 +
sect id=destdirInstallation of files to the destination

Please also keep an eye on DEP-5, too.  In order not to rush for each
DEP updates, we need to find more generic way to inform people.  So I do
not need to update as much.  Any idea?
  
pNormally, programs install themselves in the file/usr/local/file
 @@ -1098,7 +1100,8 @@
  /example
(I've added the line numbers.)
  
 -  pLines 1-6 are the control information for the source package.
 +  pLines 1-7 are the control information for the source package. Lines 
 9-13 are the control
 +  information for the binary package.
  
pLine 1 is the name of the source package.
  
 @@ -1331,7 +1334,7 @@
into the temporary directory.  This list of shared library dependencies is
used for tt${shlibs:Depends}/tt.
  
 -  pThe package list generated by the manref name=dh_perl section=1 is
 +  pThe package list generated by manref name=dh_perl section=1 is
used for tt${perl:Depends}/tt.

Yes, I was just thinking about this :-)

I have 2 styles mxed now.  In order to differentiate package/command, I
am thinking this now.  What do you think.

pThe package list generated by the manref name=dh_perl section=1
command is used for tt${perl:Depends}/tt.

pSome packagedebhelper/package commands may make the generated 
 package




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



Bug#609964: use blkid to correctly set UUID for RESUME

2011-01-14 Thread Michael Biebl
Package: initramfs-tools
Version: 0.98.7
Severity: important
Tags: patch

Hi,

while looking at initramfs-tools.preinst code, I noticed that it still
uses vol_id, which is no longer shipped in squeeze.
As a result, UUID will never be set.

The attached patch used blkid, which is both shipped in lenny and
squeeze (e2fsprogs resp. util-linux). Both are essential packages, so I
added no further checks.

A quick test with the attached patch  on a lenny and squeeze system was
successful.

Cheers,
Michael


-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 13M Jan 12 22:47 /boot/initrd.img-2.6.32-5-686
-rw-r--r-- 1 root root 11M Jan  7 04:51 /boot/initrd.img-2.6.37
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.37 root=UUID=9a6d2bd2-58d1-4a75-baff-166b8637e3cc 
ro quiet splash

-- resume
RESUME=LABEL=Swap
-- /proc/filesystems
ext2
ext3
ext4
fuseblk

-- lsmod
Module  Size  Used by
ppp_async   5321  0 
ipw2200   109276  0 
michael_mic 1498  4 
arc4 986  2 
ecb 1417  2 
lib80211_crypt_tkip 6563  1 
aes_i5866820  1 
aes_generic25726  1 aes_i586
lib80211_crypt_ccmp 3593  1 
sco 6144  2 
rfcomm 23650  8 
bnep7540  2 
l2cap  27437  16 rfcomm,bnep
binfmt_misc 4925  1 
acpi_cpufreq4513  0 
mperf803  1 acpi_cpufreq
ppdev   4145  0 
cpufreq_userspace   1396  0 
lp  5693  0 
cpufreq_stats   1944  0 
cpufreq_powersave614  0 
vboxnetadp  5278  0 
cpufreq_conservative 6154  0 
vboxnetflt 12943  0 
vboxdrv   125804  2 vboxnetadp,vboxnetflt
fuse   46818  3 
usblp   7831  0 
snd_intel8x0   19539  1 
snd_intel8x0m   8112  0 
snd_ac97_codec 77252  2 snd_intel8x0,snd_intel8x0m
pcmcia 25159  0 
ac97_bus 718  1 snd_ac97_codec
btusb   8113  2 
libipw 18299  1 ipw2200
snd_pcm47284  3 snd_intel8x0,snd_intel8x0m,snd_ac97_codec
cfg80211   96303  2 ipw2200,libipw
bluetooth  38051  9 sco,rfcomm,bnep,l2cap,btusb
yenta_socket   16338  0 
snd_seq34617  0 
i2c_i8016218  0 
lib802112746  4 
ipw2200,lib80211_crypt_tkip,lib80211_crypt_ccmp,libipw
pcmcia_rsrc 7344  1 yenta_socket
snd_timer  12129  2 snd_pcm,snd_seq
pcmcia_core 8201  3 pcmcia,yenta_socket,pcmcia_rsrc
smsc_ircc2  8948  0 
psmouse39035  0 
snd_seq_device  3661  1 snd_seq
parport_pc 15927  1 
snd33366  9 
snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm,snd_seq,snd_timer,snd_seq_device
processor  21812  2 acpi_cpufreq
shpchp 18255  0 
rng_core2298  0 
parport22182  3 ppdev,lp,parport_pc
soundcore   3390  1 snd
video   9844  0 
serio_raw   2912  0 
snd_page_alloc  4921  3 snd_intel8x0m,snd_intel8x0,snd_pcm
pci_hotplug16947  1 shpchp
rfkill 10452  4 cfg80211,bluetooth
irda   71565  1 smsc_ircc2
crc_ccitt   1043  2 ppp_async,irda
tpm_tis 5452  0 
pcspkr  1215  0 
evdev   5796  16 
joydev  7007  0 
thermal_sys 9274  2 processor,video
tpm 8097  1 tpm_tis
tpm_bios3577  1 tpm
output  1216  1 video
button  3626  0 
container   1865  0 
battery 4306  0 
ac  1700  0 
dm_mod 47476  0 
ppp_generic16504  1 ppp_async
slhc3551  1 ppp_generic
loop   10615  0 
autofs416222  7 
hid_microsoft   1931  0 
usbhid 26611  0 
hid51772  2 hid_microsoft,usbhid
usb_storage30441  0 
uas   0 
radeon621388  2 
uhci_hcd   15810  0 
ttm36671  1 radeon
ehci_hcd   28136  0 
wbsd8558  0 
drm_kms_helper 19531  1 radeon
sg 15973  0 
8139too14414  0 
drm   118815  4 radeon,ttm,drm_kms_helper
usbcore95726  8 
usblp,btusb,usbhid,usb_storage,uas,uhci_hcd,ehci_hcd
firewire_ohci  19546  0 
sr_mod 11018  0 
mmc_core   45379  1 wbsd
8139cp 13066  0 
firewire_core  35038  1 firewire_ohci
cdrom  26530  1 sr_mod
i2c_algo_bit3389  1 radeon
crc_itu_t   1013  1 firewire_core
mii  

Bug#609965: Does not parse command line arguments correctly

2011-01-14 Thread Chris Lamb
Package: rhino
Severity: normal
Version: 1.7R2-4

 $ cat testcase.js
 for (var i = 0; i  arguments.length; ++i) {
   print(arguments[ + i + ] =  + arguments[i]);
 }

 $ rhino testcase.js a b c d e
 arguments[0] = a
 arguments[1] = b
 arguments[2] = c
 arguments[3] = d
 arguments[4] = e

Expected:

 $ rhino testcase.js a b c d e
 arguments[0] = a b
 arguments[1] = c
 arguments[2] = d e


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#602404: (cfengine3) raising severity on 602404 and 605044 to grave

2011-01-14 Thread Julien Cristau
On Fri, Jan 14, 2011 at 13:02:46 +, Antonio Radici wrote:

 severity 602404 grave
 severity 605044 grave
 thanks
 
 Hi,
 I'm raising the severity of those two bugs to grave because, despite being 
 fixed
 in experimental, they should also be fixed in squeeze, the rationale is that
 /etc/default/cfengine3 is unusable so the user cannot specify any option to
 start the daemons.
 
 Those are the bugs:
 602404 cfengine3 package uses wrongly names variables in /etc/default/cfengine
 605044 /etc/init.d/cfengine3: unquoted variables
 
 The result of #602404 is that if the user specify what startup opts wants, 
 those
 will never be used because /etc/init.d/cfengine3 is using other variable 
 names.
 
 The result of #605044 is that, once #602404 is fixed, the user still won't be
 able to add full options because the variables in /etc/init.d/cfengine3 are
 unquoted so spaces cannot be used.
 
 I'm CC'ing debian-release@l.d.o because since I will submit an unblock request
 for the new package (3.0.5+dfsg-2), they will have some background on the 
 issue.
 
That doesn't sound grave to me.  Just because you have to modify
/etc/init.d/cfengine3 instead of /etc/default/cfengine3 doesn't make the
package unusable, does it?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609964: use blkid to correctly set UUID for RESUME

2011-01-14 Thread maximilian attems
On Fri, Jan 14, 2011 at 02:21:39PM +0100, Michael Biebl wrote:
 Package: initramfs-tools
 Version: 0.98.7
 Severity: important
 Tags: patch
 
 Hi,
 
 while looking at initramfs-tools.preinst code, I noticed that it still
 uses vol_id, which is no longer shipped in squeeze.
 As a result, UUID will never be set.
 
 The attached patch used blkid, which is both shipped in lenny and
 squeeze (e2fsprogs resp. util-linux). Both are essential packages, so I
 added no further checks.
 
 A quick test with the attached patch  on a lenny and squeeze system was
 successful.
 
 Cheers,
 Michael

thanks please take a look at git initramfs-tools, it is in one of
those maks branches, hmm looking up - maks/preinst_blkid
http://git.debian.org/?p=kernel/initramfs-tools.git;a=summary
 

happy hacking

-- 
maks



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



Bug#586723: .haddock doesn't seem to be arch dependent anymore

2011-01-14 Thread Marco Silva
Hi.

I created 2 .haddock files for extensible-exceptions using ghc6-6.12.1-13, one
in amd64 and other in i386, and they seem to be the same.  I believe it's not
the case anymore that .haddock files are architecture dependent, so this bug
can be easily fixed by moving .haddock files to -doc packages.

Greetings.
-- 
marcot
http://marcot.eti.br/
[Flattr=54498]


signature.asc
Description: PGP signature


Bug#609559: usertag: can-defer → Re: Bug#609559: psimedia: uninstallable on kfreebsd-i386

2011-01-14 Thread Cyril Brulebois
tag 609559 patch pending
thanks

Hi,

Axel Beckert a...@debian.org (10/01/2011):
 psmedia is currently uninstallable on kfreebsd-i386 as there is no
 gstreamer0.10-alsa on that architecture.

could you please check the attached patch looks sane? It seems to do
the job here. I'm going to NMU if you confirm.

In any case, only affecting kfreebsd-*, so there's no need to block
squeeze with that bug. Release team, please consider usertagging it
can-defer.

KiBi.
diff -Nru psimedia-1.0.3/debian/changelog psimedia-1.0.3/debian/changelog
--- psimedia-1.0.3/debian/changelog	2010-04-29 18:26:13.0 +0200
+++ psimedia-1.0.3/debian/changelog	2011-01-14 14:34:16.0 +0100
@@ -1,3 +1,13 @@
+psimedia (1.0.3-4.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Make the gstreamer0.10-alsa dependency linux-only to get this package
+installable on kfreebsd-* again. According to Axel Beckert it is
+functional as is (Closes: #609559).
+  * Set urgency to “high” for RC bugfix.
+
+ -- Cyril Brulebois k...@debian.org  Fri, 14 Jan 2011 14:32:23 +0100
+
 psimedia (1.0.3-4) unstable; urgency=low
 
   * Bump Standards-Version to 3.8.4
diff -Nru psimedia-1.0.3/debian/control psimedia-1.0.3/debian/control
--- psimedia-1.0.3/debian/control	2010-04-28 10:53:02.0 +0200
+++ psimedia-1.0.3/debian/control	2011-01-14 14:31:30.0 +0100
@@ -9,7 +9,7 @@
 Package: psimedia
 Architecture: any
 Depends: psi-plus | psi(= 0.13), ${shlibs:Depends}, ${misc:Depends},
- gstreamer0.10-plugins-good, gstreamer0.10-alsa
+ gstreamer0.10-plugins-good, gstreamer0.10-alsa [linux-any]
 Description: Plugin for Psi/Psi+ for audio and video calls
  PsiMedia is a thick abstraction layer for providing
  audio and video RTP services to Psi-like IM clients.


signature.asc
Description: Digital signature


Bug#609515: upgrade-report: Conflict between radiusclient1 and libradiusclient-ng-dev during upgrade from Lenny to Squeeze

2011-01-14 Thread Cyril Brulebois
Julien Cristau jcris...@debian.org (10/01/2011):
 Thanks.  libradiusclient-ng-dev is missing 'Conflicts:
 radiusclient1', as far as I can tell.

Looks about right. Maintainers, shall I NMU with that added conflict?
I'm probably going to use DELAYED/2 or so later today.

KiBi.


signature.asc
Description: Digital signature


Bug#609535: psiconv: Patch for GraphicsMagick API change causing crash on startup

2011-01-14 Thread Jakub Wilk

* Reuben Thomas r...@sc3d.org, 2011-01-10, 12:48:

--- psiconv-0.9.8/configure.in  2005-11-15 15:43:19.0 +
+++ psiconv-0.9.8-rrt/configure.in  2011-01-10 12:35:58.0 +
@@ -112,6 +112,7 @@
   #include time.h
 #include magick/api.h
   int main(void) { ExceptionInfo exception;
+   InitializeMagick(NULL);
   GetExceptionInfo(exception);
   OpenModules(exception);
   return (NULL ==  GetMagickInfo(NULL,exception)); }],


For those who try to reproduce this bug: if this hunk of the patch is 
*not* applied and the package is rebuilt with recent enough 
GraphicsMagick[0], the package won't be linked with GraphicsMagick and 
won't be able to handle any images at all:


$ psiconv examples/Sketch
Unknown output type: `TIFF'

...which still renders psiconv unusable.


[0] E.g. psiconv 0.9.8-4.1+b1.

--
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#609581: Incompatible licences

2011-01-14 Thread Martin Pitt
Hello Adam,

Adam D. Barratt [2011-01-13 22:46 +]:
 Does this change apply retrospectively, or just to the new upstream
 release?

Formally only to the new upstream release, so I'll try my luck first
with asking for a freeze exception.

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)



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



Bug#609964: use blkid to correctly set UUID for RESUME

2011-01-14 Thread Michael Biebl
On 14.01.2011 14:39, maximilian attems wrote:
 On Fri, Jan 14, 2011 at 02:21:39PM +0100, Michael Biebl wrote:

 thanks please take a look at git initramfs-tools, it is in one of
 those maks branches, hmm looking up - maks/preinst_blkid
 http://git.debian.org/?p=kernel/initramfs-tools.git;a=summary

Ah cool.

FWIW, I think you can drop the vol_id fallback, as the code will be only run on
fresh installations anyway, but not on upgrades.
That said, blkid worked fine for me on both lenny and squeeze.
Do you know of cases where e2fsprogs' blkid does not work and using the old
vol_id would be preferable?
I also think, you don't need to run blkid *twice* and you can simply remove the
 if command ... check

Cheers,
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#609964: use blkid to correctly set UUID for RESUME

2011-01-14 Thread maximilian attems
On Fri, Jan 14, 2011 at 02:47:54PM +0100, Michael Biebl wrote:
 On 14.01.2011 14:39, maximilian attems wrote:
  On Fri, Jan 14, 2011 at 02:21:39PM +0100, Michael Biebl wrote:
 
  thanks please take a look at git initramfs-tools, it is in one of
  those maks branches, hmm looking up - maks/preinst_blkid
  http://git.debian.org/?p=kernel/initramfs-tools.git;a=summary
 
 Ah cool.
 
 FWIW, I think you can drop the vol_id fallback, as the code will be only run 
 on
 fresh installations anyway, but not on upgrades.
 That said, blkid worked fine for me on both lenny and squeeze.
 Do you know of cases where e2fsprogs' blkid does not work and using the old
 vol_id would be preferable?
 I also think, you don't need to run blkid *twice* and you can simply remove 
 the
  if command ... check

I prefer longer backward compatibility and not assume commands to be there.
the cost of a command call is very small as it is a shell builtin.

it is noted to disappear after Wheezy release whenever that may happen. (:

good weekend.

-- 
maks




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



Bug#609559: usertag: can-defer → Re: Bug#609559: psimedia: uninstallable on kfreebsd-i386

2011-01-14 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 609559 squeeze-can-defer
tag 609559 squeeze-ignore
kthxbye

On Fri, Jan 14, 2011 at 14:41:20 +0100, Cyril Brulebois wrote:

 In any case, only affecting kfreebsd-*, so there's no need to block
 squeeze with that bug. Release team, please consider usertagging it
 can-defer.
 
.


signature.asc
Description: Digital signature


Bug#609965: Does not parse command line arguments correctly

2011-01-14 Thread Chris Lamb

The first argument is also parsed incorrectly:

 $ touch testcase.js
 $ rhino testcase
 no output

 $ touch test case.js
 $ rhino test case.js
 js: Couldn't read source file test: test (No such file or directory).


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#609966: tor: Please enable hardening options

2011-01-14 Thread bertagaz
Package: tor
Version: 0.2.1.26-6
Severity: normal
User: debian-secur...@lists.debian.org
Usertags: hardening

Hi,

Tor being a sensitive daemon facing on the internet, having it compiled
with hardening options seems relevant [1]. This should mitigate some bugs
like the one it has already faced in its history.

I've compiled myself a version using the hardening-wrapper, and am running
it since a while now without any troubles, so I guess that might be
enabled at the debian package level.

For more information on how to proceed, you can read instructions on the
debian wiki. It's just a matter of adding the hardening-wrapper package to
the build-dep and exporting DEB_BUILD_HARDENING=1 in debian/rules.

Thanks.

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




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



Bug#605044: (cfengine3) raising severity on 602404 and 605044 to grave

2011-01-14 Thread Antonio Radici
On Fri, Jan 14, 2011 at 02:35:04PM +0100, Julien Cristau wrote:
 That doesn't sound grave to me.  Just because you have to modify
 /etc/init.d/cfengine3 instead of /etc/default/cfengine3 doesn't make the
 package unusable, does it?

Hi Julien,
thanks for your quick answer; I thought this could be a problem because
we are shipping /etc/default/cfengine3 and since you have that file, as
a user, you expect that once you modify it, then it will work exactly as
the other files in /etc/default; basically we are not doing what we are
promising to do.

As you said, it doesn't  make the package unusable but it is a problem
for the user; I'm happy to set the severity of this bug back to
important if you want and we will leave things as they are on squeeze;
the upload is just a 6 lines change though (3 in cfengine3.default and 3
in cfengine3.init) and it is already ready.

Let me know your preference and I'll proceed accordingly.

Cheers
Antonio



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



Bug#609148: ldapscripts: Bad autoenerated User ID, when machine account exists

2011-01-14 Thread Slavko
Ahoj,

Dňa Tue, 11 Jan 2011 10:37:22 +0300 Alexander GQ Gerasiov
g...@cs.msu.su napísal:

 Hi. Thanks for report. Could you provide patch in diff format?
 I don't use ldapscripts for machine accounting so it would be better
 if you create and test one yourself.

i am sorry for delay.

diff attached, as created directly by quilt. It works for me, but maybe
more testing is needed.

regards

-- 
Slavko
http://slavino.sk
Description: Fix the lastuser and lastmachine UID LDAP searches
Author: Slavko li...@slavino.sk
--- a/lib/runtime
+++ b/lib/runtime
@@ -479,7 +479,7 @@
 # Input : nothing
 # Output : the last machine id used + 1 (so the first useable machine id) ($_UID)
 _findlastmachine () {
-  _UID=`_ldapsearch $SUFFIX '(objectClass=posixAccount)' uidNumber | grep uidNumber:  | sed s|uidNumber: || | uniq | sort -n | tail -n 1`
+  _UID=`_ldapsearch $MSUFFIX,$SUFFIX '(objectClass=posixAccount)' uidNumber | grep uidNumber:  | sed s|uidNumber: || | uniq | sort -n | tail -n 1`
   if [ -z $_UID ] || [ ! $_UID -gt $MIDSTART ]
   then
 _UID=$MIDSTART
@@ -491,7 +491,7 @@
 # Input : nothing
 # Output : the last user id used + 1 (so the first useable user id) ($_UID)
 _findlastuser () {
-  _UID=`_ldapsearch $SUFFIX '(objectClass=posixAccount)' uidNumber | grep uidNumber:  | sed s|uidNumber: || | uniq | sort -n | tail -n 1`
+  _UID=`_ldapsearch $USUFFIX,$SUFFIX '(objectClass=posixAccount)' uidNumber | grep uidNumber:  | sed s|uidNumber: || | uniq | sort -n | tail -n 1`
   if [ -z $_UID ] || [ ! $_UID -gt $UIDSTART ]
   then
 _UID=$UIDSTART


signature.asc
Description: PGP signature


Bug#609581: Incompatible licences

2011-01-14 Thread Martin Pitt
Julien Cristau [2011-01-14 11:05 +0100]:
 It doesn't sound like this has been addressed?

How do you mean in particular? The PDF reflow plugin now is GPL 2 or
later, so it should be compatible with poppler again?

It hasn't been addressed in testing yet. While I have you here, what
do you think about a freeze exception for the current version? This
will also fix the recent two security issues (#608822) and make
calibre actually work fully (not just build) on kFreeBSD (#609557).

The alternative is to backport the two security fixes (already
identified the patches, so that's not too difficult) and don't ship
the PDF reflow plugin for squeeze; this essentially means to make any
PDF import/usage on e-book readers unusable, as without proper
reflowing they are unreadable on their small screens.

It's also a leaf package, so there is no potential for affecting the
release as a whole.

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#609964: use blkid to correctly set UUID for RESUME

2011-01-14 Thread Michael Biebl
On 14.01.2011 14:51, maximilian attems wrote:
 On Fri, Jan 14, 2011 at 02:47:54PM +0100, Michael Biebl wrote:
 On 14.01.2011 14:39, maximilian attems wrote:
 On Fri, Jan 14, 2011 at 02:21:39PM +0100, Michael Biebl wrote:

 thanks please take a look at git initramfs-tools, it is in one of
 those maks branches, hmm looking up - maks/preinst_blkid
 http://git.debian.org/?p=kernel/initramfs-tools.git;a=summary

 Ah cool.

 FWIW, I think you can drop the vol_id fallback, as the code will be only run 
 on
 fresh installations anyway, but not on upgrades.
 That said, blkid worked fine for me on both lenny and squeeze.
 Do you know of cases where e2fsprogs' blkid does not work and using the old
 vol_id would be preferable?
 I also think, you don't need to run blkid *twice* and you can simply remove 
 the
  if command ... check
 
 I prefer longer backward compatibility and not assume commands to be there.

Very well then.

 the cost of a command call is very small as it is a shell builtin.

Well, command will not check for the existence of blkid, but execute blkid, so
in effect it is executed *twice*.
Maybe you want something like type blkid instead?

Anyway, do you intead to get this fix into squeeze?

Cheers,
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#609965: Does not parse command line arguments correctly

2011-01-14 Thread Chris Lamb
tags 609965 + patch
thanks

Patch attached. Thanks to Chris West.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-
diff -urNd rhino-1.7R2.orig/debian/bin/rhino rhino-1.7R2/debian/bin/rhino
--- rhino-1.7R2.orig/debian/bin/rhino   2011-01-14 13:57:18.0 +
+++ rhino-1.7R2/debian/bin/rhino2011-01-14 13:58:31.0 +
@@ -19,4 +19,4 @@
 fi
 
 
-$JAVA_CMD $JAVA_OPTS -classpath $JAVA_CLASSPATH $JAVA_MAIN $@
+$JAVA_CMD $JAVA_OPTS -classpath $JAVA_CLASSPATH $JAVA_MAIN $@
diff -urNd rhino-1.7R2.orig/debian/bin/rhino-debugger 
rhino-1.7R2/debian/bin/rhino-debugger
--- rhino-1.7R2.orig/debian/bin/rhino-debugger  2011-01-14 13:57:18.0 
+
+++ rhino-1.7R2/debian/bin/rhino-debugger   2011-01-14 13:58:40.0 
+
@@ -5,4 +5,4 @@
 JAVA_CLASSPATH=/usr/share/java/js.jar
 JAVA_MAIN=org.mozilla.javascript.tools.debugger.Main
 
-$JAVA_CMD $JAVA_OPTS -classpath $JAVA_CLASSPATH $JAVA_MAIN $@
+$JAVA_CMD $JAVA_OPTS -classpath $JAVA_CLASSPATH $JAVA_MAIN $@
diff -urNd rhino-1.7R2.orig/debian/bin/rhino-jsc 
rhino-1.7R2/debian/bin/rhino-jsc
--- rhino-1.7R2.orig/debian/bin/rhino-jsc   2011-01-14 13:57:18.0 
+
+++ rhino-1.7R2/debian/bin/rhino-jsc2011-01-14 13:58:35.0 +
@@ -5,5 +5,5 @@
 JAVA_CLASSPATH=/usr/share/java/js.jar
 JAVA_MAIN=org.mozilla.javascript.tools.jsc.Main
 
-$JAVA_CMD $JAVA_OPTS -classpath $JAVA_CLASSPATH $JAVA_MAIN $@
+$JAVA_CMD $JAVA_OPTS -classpath $JAVA_CLASSPATH $JAVA_MAIN $@
 


signature.asc
Description: PGP signature


Bug#609967: allow archive maintainers to set messages that get shown upon apt-get update

2011-01-14 Thread jidanni
X-debbugs-Cc: m...@glandium.org, rfranco...@debian.org
Package: apt
Version: 0.8.10
Severity: wishlist

Gentlemen, whenever an archive maintainer makes some big changes, the
way users find out about it is almost always through some error message
during apt-get update, or aptitude update, etc.

So then they start poking around trying to find what when wrong.

What there ought to be is some way for maintainers to place some message
somewhere that will show up in lieu or addition to the apt error
messages.

E.g.,
Big changes in the Nurdsberg archives, see http://nurdsberg.example.org/;

Mom confiscated my computer. See http://turdsberg.example.org/ for the
new site instructions.

I quit. You're on your own.



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



Bug#609964: use blkid to correctly set UUID for RESUME

2011-01-14 Thread maximilian attems
On Fri, Jan 14, 2011 at 02:59:57PM +0100, Michael Biebl wrote:
 
  the cost of a command call is very small as it is a shell builtin.
 
 Well, command will not check for the existence of blkid, but execute blkid, so
 in effect it is executed *twice*.
 Maybe you want something like type blkid instead?

No, why would command -v execute blkid?
Please read man dash and do an strace if you don't believe me.
 
 Anyway, do you intead to get this fix into squeeze?

No, it is not scheduled for squeeze, as it didn't strike on anybody.
d-i does the same dance by themself and generates that file.
Currently unless prooven otherwisse I see it as cleanup patch.



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



Bug#601653: arduino: Please add versioned dependency on librxtx-java

2011-01-14 Thread Uli Martens
Package: arduino
Version: 0022+dfsg-1
Severity: normal

reopen 601653
tag 601653 - unreproducible
thanks

Hello Scott,

I've just installed the arduino package from experimental on a squeeze
system and also ran into this bug. After I also installed librxtx-java
from experimental, I can select the serial port, so this really seems to
be the fix for this problem.

Please replace the dependency on librxtx-java with a dependency on
  librxtx-java (= rxtx-2.2pre2-3)
so that others wont have to stumble over this report to select their
serial ports.

thank you,
  Uli

ps: below, the information shows the old version with which I saw the
bug, as I began typing this mail before actually upgrading librxtx-java.
By now, without the bug, it's:
ii  librxtx-java   2.2pre2-3  Full Java CommAPI implementation

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

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

Versions of packages arduino depends on:
ii  arduino-core0022+dfsg-1  Minimal (java-free) tool to intera
ii  libjna-java 3.2.4-2  Dynamic access of native libraries
ii  librxtx-java2.2pre2-2Full Java CommAPI implementation
ii  openjdk-6-jre [java6-runtim 6b18-1.8.3-2 OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java6-runtim 6.22-1   Sun Java(TM) Runtime Environment (

Versions of packages arduino recommends:
ii  extra-xdg-menus   1.0-4  Extra menu categories for applicat

arduino 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#609964: use blkid to correctly set UUID for RESUME

2011-01-14 Thread Michael Biebl
On 14.01.2011 15:08, maximilian attems wrote:
 On Fri, Jan 14, 2011 at 02:59:57PM +0100, Michael Biebl wrote:

 the cost of a command call is very small as it is a shell builtin.

 Well, command will not check for the existence of blkid, but execute blkid, 
 so
 in effect it is executed *twice*.
 Maybe you want something like type blkid instead?
 
 No, why would command -v execute blkid?
 Please read man dash and do an strace if you don't believe me.

Ah, no. I just missed the -v. Sorry for the noise.

-- 
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#609969: bind9 segfaults on rndc reload

2011-01-14 Thread Vitaliyi
Package: bind9
Version: 1:9.7.2.dfsg.P3-1

New bind 9.7 has a support of adding zones remotely with rndc.
But sometimes it segfaults.

Steps to reproduce:

% rndc-confgen  /etc/rndc.conf
# add view to named.conf ('myview')
# named-checkconf and ensure it did not complain on syntax errors
# restart bind
# check zone file
% named-checkzone xt.debian /var/cache/bind/master/db.test
zone xt.debian/IN: loaded serial 2011011401
OK

% rndc addzone db.test in myview '{type master; file master/db.test;};'
# then:
% rndc reload

then it died and left in syslog this:

named[16123]: received control channel command 'reload'
named[16123]: loading configuration from '/etc/bind/named.conf'
named[16123]: reading built-in trusted keys from file '/etc/bind/bind.keys'
named[16123]: using default UDP/IPv4 port range: [1024, 65535]
named[16123]: using default UDP/IPv6 port range: [1024, 65535]
named[16123]: loading additional zones for view 'myview'
named[16123]: /etc/bind/named.conf.options:37: using specific query-source
port suppresses port randomization and can be insecure.
named[16123]: set up managed keys zone for view myview, file
'6eebfa1306c4805383b09c3081438e78bbcaaca0890b47f5bd4cfe7cb4b817c1.mkeys'
named[16123]: /etc/bind/named.conf.options:37: using specific query-source
port suppresses port randomization and can be insecure.
named[16123]: reloading configuration succeeded
named[16123]: acl.c:546: REQUIREacl) != ((void *)0))  (((const
isc__magic_t *)(acl))-magic == ((('D')  24 | ('a')  16 | ('c')  8 |
('l')) failed, back trace
named[16123]: #0 0xb7f38fb0 in ??
named[16123]: #1 0xb7b4c043 in ??
named[16123]: #2 0xb7d693b5 in ??
named[16123]: #3 0xb7ba39c3 in ??
named[16123]: #4 0xb7f499ed in ??
named[16123]: #5 0xb7e5aba8 in ??
named[16123]: #6 0xb7e5e0c3 in ??
named[16123]: #7 0xb7e850db in ??
named[16123]: #8 0xb7b6ee0b in ??
named[16123]: #9 0xb79727b0 in ??
named[16123]: #10 0xb77ca81e in ??
named[16123]: exiting (due to assertion failure)


db.test
Description: Binary data


Bug#602404: (cfengine3) raising severity on 602404 and 605044 to grave

2011-01-14 Thread Julien Cristau
On Fri, Jan 14, 2011 at 13:59:03 +, Antonio Radici wrote:

 On Fri, Jan 14, 2011 at 02:35:04PM +0100, Julien Cristau wrote:
  That doesn't sound grave to me.  Just because you have to modify
  /etc/init.d/cfengine3 instead of /etc/default/cfengine3 doesn't make the
  package unusable, does it?
 
 Hi Julien,
 thanks for your quick answer; I thought this could be a problem because
 we are shipping /etc/default/cfengine3 and since you have that file, as
 a user, you expect that once you modify it, then it will work exactly as
 the other files in /etc/default; basically we are not doing what we are
 promising to do.
 
I'm not saying it's not a problem.  I'm saying it pretty closely matches
the bug which has a major effect on the usability of a package, without
rendering it completely unusable to everyone description.

 As you said, it doesn't  make the package unusable but it is a problem
 for the user; I'm happy to set the severity of this bug back to
 important if you want and we will leave things as they are on squeeze;
 the upload is just a 6 lines change though (3 in cfengine3.default and 3
 in cfengine3.init) and it is already ready.
 
 Let me know your preference and I'll proceed accordingly.
 
Then set it back to important, and fix it in 6.0.1 if you like.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609145: xserver restarts when loading a specific jpeg using iceweasel or midori

2011-01-14 Thread Arthur Marsh
Package: xserver-xorg-video-radeon
Version: 1:6.13.2-1
Severity: normal


I've revisted an earlier kernel that I thought was good, and have been
able to trigger the referenced image being replaced by a black rectangle.

Linux am64 2.6.37-rc5-git2 #3 SMP Thu Dec 9 07:07:27 CST 2010 x86_64 GNU/Linux

dmesg reported:

[  465.173507] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 Apr 10  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1959848 Jan  9 13:03 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc RV670PRO [Radeon HD 
3850]

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 981 Apr 21  2010 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Device
Identifier  Radeon 3200
#Driver vesa
#Driver radeonhd
Driver  radeon
#Option CustomEDIDVGA-0:/etc/X11/hp7500.edid # UMS only
#Option  AccelMethod   shadowfb
Option  AccelMethod   exa
#Option  AccelMethod   xaa
Option  DRI on
#Option DRI off
EndSection


Kernel version (/proc/version):
Linux version 2.6.37-rc5-git2 (root@am64) (gcc version 4.4.5 (Debian 4.4.5-10) 
) #3 SMP Thu Dec 9 07:07:27 CST 2010

Xorg X server log files on system:
-rw-r--r-- 1 root root 34303 Jan 15 00:39 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
[17.023] 
X.Org X Server 1.9.3.901 (1.9.4 RC 1)
Release Date: 2011-01-07
[17.039] X Protocol Version 11, Revision 0
[17.039] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[17.039] Current Operating System: Linux am64 2.6.37-rc5-git2 #3 SMP Thu 
Dec 9 07:07:27 CST 2010 x86_64
[17.039] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.37-rc5-git2 
root=UUID=39706f53-7c27-4310-b22a-36c7b042d1a1 ro iommu=noaperture
[17.039] Build Date: 09 January 2011  02:16:34AM
[17.039] xorg-server 2:1.9.3.901-1 (Cyril Brulebois k...@debian.org) 
[17.039] Current version of pixman: 0.16.4
[17.039]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[17.039] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[17.039] (==) Log file: /var/log/Xorg.0.log, Time: Sat Jan 15 00:39:26 
2011
[17.204] (==) Using config file: /etc/X11/xorg.conf
[17.204] (==) Using system config directory /usr/share/X11/xorg.conf.d
[17.337] (==) No Layout section.  Using the first Screen section.
[17.337] (==) No screen section available. Using defaults.
[17.337] (**) |--Screen Default Screen Section (0)
[17.337] (**) |   |--Monitor default monitor
[17.337] (==) No device specified for screen Default Screen Section.
Using the first device section listed.
[17.337] (**) |   |--Device Radeon 3200
[17.337] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[17.337] (==) Automatically adding devices
[17.337] (==) Automatically enabling devices
[17.403] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[17.403]Entry deleted from font path.
[17.403] (WW) The directory /usr/share/fonts/X11/100dpi/ does not exist.
[17.403]Entry deleted from font path.
[17.403] (WW) The directory /usr/share/fonts/X11/75dpi/ does not exist.
[17.403]Entry deleted from font path.
[17.418] (WW) The directory /usr/share/fonts/X11/100dpi does not exist.
[17.418]Entry deleted from font path.
[17.418] (WW) The directory /usr/share/fonts/X11/75dpi does not exist.
[17.418]Entry deleted from font path.
[17.491] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[17.491] (==) ModulePath set to /usr/lib/xorg/modules
[

Bug#609970: Tray icon still blinks on start when all day tasks are 'done'

2011-01-14 Thread Yuri D'Elia
Package: osmo
Version: 0.2.10+svn898-1
Severity: normal

Create a task for today. Mark it as 'done'.
Quit osmo. Restart it. The icon still blinks, but it shouldn't.



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



Bug#609971: freediams: new upstream, please package

2011-01-14 Thread Karsten Hilbert
Package: freediams
Version: 0.5.0-1
Severity: wishlist
Tags: sid upstream

Upstream is at 0.5.4, please package as GNUmed wants to make use of it.

Thanks,
Karsten

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: i386 (i686)

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

Versions of packages freediams depends on:
ii  freediams-data  0.5.0-1  Data for pharmaceutical drugs pres
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libqt4-network  4:4.6.3-4Qt 4 network module
ii  libqt4-sql  4:4.6.3-4Qt 4 SQL module
ii  libqt4-sql-sqlite   4:4.6.3-4Qt 4 SQLite 3 database driver
ii  libqt4-svg  4:4.6.3-4Qt 4 SVG 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  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

freediams recommends no packages.

Versions of packages freediams suggests:
pn  freediams-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#605044: Bug#602404: (cfengine3) 602404 and 605044 to be fixed in 6.0.1

2011-01-14 Thread Antonio Radici
severity 602404 important
severity 605044 important
reopen 605044
reopen 602404
thanks

On Fri, Jan 14, 2011 at 03:20:36PM +0100, Julien Cristau wrote:
[snip]
 Then set it back to important, and fix it in 6.0.1 if you like.
 

OK!

Cheers
Antonio



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



Bug#609145: triggering bug under kernel 2.6.37-rc5

2011-01-14 Thread Arthur Marsh
 
After triggering the image turning black under kernel 2.6.37-rc5, dmesg showed: 
 
[   83.055882] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12! 
[   87.277727] [TTM] Failed to find memory space for buffer 0x8800bfee9048 
eviction. 
[   87.277731] [TTM] No space for 8800bfee9048 (56448 pages, 225792K, 220M) 
[   87.277733] [TTM]   placement[0]=0x00070002 (1) 
[   87.277735] [TTM] has_type: 1 
[   87.277736] [TTM] use_type: 1 
[   87.277737] [TTM] flags: 0x000A 
[   87.277738] [TTM] gpu_offset: 0x2000 
[   87.277740] [TTM] size: 131072 
[   87.277741] [TTM] available_caching: 0x0007 
[   87.277742] [TTM] default_caching: 0x0001 
[   87.277745] [TTM]  0x-0x0001:1: used 
[   87.277747] [TTM]  0x0001-0x0011:   16: used 
[   87.277749] [TTM]  0x0011-0x0111:  256: used 
[   87.277750] [TTM]  0x0111-0x0211:  256: used 
[   87.277752] [TTM]  0x0211-0x0229:   24: free 
[   87.277754] [TTM]  0x0229-0x022d:4: used 
[   87.277756] [TTM]  0x022d-0x0b1c: 2287: free 
[   87.277757] [TTM]  0x0b1c-0x0b1e:2: used 
[   87.277759] [TTM]  0x0b1e-0x10f8: 1498: free 
[   87.277761] [TTM]  0x10f8-0xed78:56448: used 
[   87.277763] [TTM]  0xed78-0x0002:70280: free 
[   87.277764] [TTM]  total: 131072, used 56983 free 74089 
[  186.881288] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12! 
 



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



Bug#609973: ofono: Please package oFono 0.38

2011-01-14 Thread Carlo Stemberger
Package: ofono
Version: Please package oFono 0.38
Severity: wishlist

Hi,
we need it to use oFono on FreeRunner. In fact 0.36 doesn't recognize
the calypso with the new system of dynamic survey of the modem via udev.

Regards,
Carlo, neoPhysis project

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

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

Versions of packages ofono depends on:
ii  dbus  1.2.24-4   simple interprocess messaging syst
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libdbus-1-3   1.2.24-4   simple interprocess messaging syst
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libudev0  164-3  libudev shared library

Versions of packages ofono recommends:
ii  udev  164-3  /dev/ and hotplug management daemo

ofono 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#609972: installation-reports: Installation of Squeeze on Dell 710m

2011-01-14 Thread T.F. Torrey
Package: installation-reports
Severity: normal


-- Package-specific info:

Boot method: USB
Image version: 
http://cdimage.debian.org/cdimage/squeeze_di_rc1/i386/iso-cd/debian-sq-di-rc1-i386-netinst.iso
Date: 2011-01-13 02:00 -0700

Machine: Dell Inspiron 710m
Partitions: df -Tl will do; the raw partition table is preferred
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/mapper/sda1_crypt
  ext413334860   4598368   8059120  37% /
tmpfstmpfs  508544 0508544   0% /lib/init/rw
udev tmpfs  502068   232501836   1% /dev
tmpfstmpfs  508544  1008507536   1% /dev/shm
/dev/sda3 ext3  118003 23618 88293  22% /boot
/dev/mapper/sda5_crypt
  ext461543296  26829660  31587416  46% /media/data

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

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

Comments/Problems:

Installing the base system went very well, but it is very confusing
setting up encrypted partitions. The wording is unclear, and it is
hard to understand which action choice goes forward, and which back.

I had two problems installing Xorg:

1. The synaptics touchpad does not respond to tapping or scrolling by 
default, which is an odd choice. I was able to get it working after 
reading instructions at wiki.debian.org.

2. My screen has a physical dimension of 1280x800, but X starts at 
1024x768, which is wrong and looks bad. Despite extensive research via 
Google and wiki.debian.org, I have been unable to determine either the 
cause or the solution.

If I was not dedicated to Debian on principle, this would make me
go away.
-- 

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

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

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=6.0 (squeeze) - installer build 20101127
X_INSTALLATION_MEDIUM=hd-media

==
Installer hardware-summary:
==
uname -a: Linux lapcat 2.6.32-5-486 #1 Sat Oct 30 22:14:18 UTC 2010 i686 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 82852/82855 
GM/GME/PM/GMV Processor to I/O Controller [8086:3580] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:018d]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:00.1 System peripheral [0880]: Intel Corporation 82852/82855 
GM/GME/PM/GMV Processor to I/O Controller [8086:3584] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:018d]
lspci -knn: 00:00.3 System peripheral [0880]: Intel Corporation 82852/82855 
GM/GME/PM/GMV Processor to I/O Controller [8086:3585] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:018d]
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 
82852/855GM Integrated Graphics Device [8086:3582] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:018d]
lspci -knn: 00:02.1 Display controller [0380]: Intel Corporation 82852/855GM 
Integrated Graphics Device [8086:3582] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:018d]
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 03)
lspci -knn: Subsystem: Dell Device [1028:018d]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 03)
lspci -knn: Subsystem: Dell Device [1028:018d]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 03)
lspci -knn: Subsystem: Dell Device [1028:018d]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM 
(ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 03)
lspci -knn: Subsystem: Dell Device [1028:018d]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI 
Bridge [8086:2448] (rev 83)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC 
Interface Bridge [8086:24cc] (rev 03)
lspci -knn: 00:1f.1 IDE interface [0101]: Intel 

Bug#609969: bind9 segfaults on rndc reload

2011-01-14 Thread Vitaliyi
As it tuend out segfault was caused by this line in config

allow-recursion { internal; };


Full config is attached.

P.S. New traceback appeared after I played a bit with config:
kernel: [12984838.830657] named[17348]: segfault at 27 ip b7b619b8 sp
b7396160 error 4 in libisccfg.so.62.0.0[b7b5b000+11000]


named.conf.options
Description: Binary data


Bug#609974: Newly imported revocation list doesn't appear in revocation list database

2011-01-14 Thread Stéphane Glondu
Package: icedove
Version: 3.0.11-1+b1
Severity: normal

Hello,

Steps to reproduce:

 1. Go to Edition - Preferences - Advanced - Certificates -
Revocation lists.
 2. Click on Import..., type a valid URL. Icedove asks for
confirmation, then returns to the revocation list dialog, where the
newly imported list doesn't appear.
 3. Close the dialog, and then open it again, and the new list appears.

Expected behaviour: the new list should appear after the confirmation
in step 2.


Cheers,

-- 
Stéphane

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

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

Versions of packages icedove depends on:
ii  debianutils 3.4.2Miscellaneous utilities specific t
ii  fontconfig  2.8.0-2.1generic font configuration library
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  libc6   2.11.2-8 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
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  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.6-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.8-1 Network Security Service libraries
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
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  libx11-62:1.3.3-4X11 client-side library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  psmisc  22.13-1  utilities that use the proc file s
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages icedove recommends:
ii  myspell-en-gb [myspell-dictio 1:3.2.1-2  English_british dictionary for mys
ii  myspell-en-us [myspell-dictio 1:3.2.1-2  English_american dictionary for my
ii  myspell-fr-gut [myspell-dicti 1:1.0-27   The French dictionary for myspell 

Versions of packages icedove suggests:
ii  libdbus-glib-1-20.88-2.1 simple interprocess messaging syst
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgssapi-krb5-21.8.3+dfsg-4 MIT Kerberos runtime libraries - k
pn  ttf-lyx 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#609245: triggering bug under kernel 2.6.35

2011-01-14 Thread Arthur Marsh
 
 
 
 I was also able to trigger the bug under kernel 2.6.35 getting the following 
in dmesg: 
 
[  211.274392] [TTM] Buffer eviction failed 
[  211.699964] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -22! 
 



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



Bug#609975: iceweasel: Please enable hardening options

2011-01-14 Thread bertagaz
Package: iceweasel
Version: 3.5.16-4
Severity: wishlist
User: debian-secur...@lists.debian.org
Usertags: hardening

Hi,

Iceweasel being a really sensitive application in the debian system,
having its package compiled with the hardening options seems really like a
good idea.

I did build a version with the hardening-wrapper that I'm using now since
quite some time, and it seems to work smoothly. So I guess this compile
time options could be included in the debian package.

To enable this feature, you only have to add the hardening-wrapper package
to the build-dep and export DEB_BUILD_HARDENING=1 in debian/rules. See
http://wiki.debian.org/Hardening for more informations on this topic.

Thanks



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



  1   2   3   4   >