Bug#599827: sbnc: savecert command doesn't work

2010-10-12 Thread Andrey Rahmatullin
On Mon, Oct 11, 2010 at 07:46:54PM +0200, Patrick Matthäi wrote:
 Whops, does it work if you apply the attached patch?
Yes.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Bug#599871: dash: shell redirect syntax fails via perl system command

2010-10-12 Thread Jonathan Nieder
severity 599871 wishlist
quit

Hi again,

Joel Roth wrote:

 $ perl -e system('cat  21/dev/null ')
 sh: Syntax error: redirection unexpected

Hmm, standards are hard to read. :(  What I had missed:

 The following grammar defines the Shell Command Language. This formal
  syntax shall take precedence over the preceding text syntax
  description.

  2.10.1 Shell Grammar Lexical Conventions
[...]
  3. If the string consists solely of digits and the delimiter character
  is one of '' or '' , the token identifier IO_NUMBER shall be
  returned.

The example tokenizes as

WORD{cat} IO_NUMBER{2} GREATAND{} IO_NUMBER{1} '' WORD{/dev/null} ''

or in more conventional terms,

cat 2 1/dev/null 

which is malformed, since there is no WORD following the  operator.

Although it would be possible to parse this differently without
breaking conforming applications, it is not clear that that would
render dash any better at what it is designed to do (which is to be
fast and POSIX-compliant).

Thanks again, and sorry for the confusion.
Jonathan



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



Bug#549354: A fix for git

2010-10-12 Thread Joey Hess
Albert Lash wrote:
 This issue was annoying me, so I hunted down this bug and tried some
 variations. I found a fix with git ls-files, and the diff is here:
 
 http://www.docunext.com/wiki/Etckeeper

special=$(find . -not -type d -not -type f -not -type l -exec git 
ls-files {} \; | grep -v '/\.git/') || true

I think it probably needs to use git ls-files --exclude-standard --cached 
--others
That way, committed and uncommitted files will be listed, and ignored
files won't be.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#512253: Workaround

2010-10-12 Thread Andrew Courser
 Use SSH to WGET the ISO file to the location where your images are 
stored (for me, /var/lib/libvirt/images/).  Once there the ISO appears 
in the dialog as expected.


Andrew Courser
Chief Technology Officer
Atomic8Ball
http://www.atomic8ball.com
760.466.7097 x120
upda...@atomic8ball.com




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



Bug#591132: Patch attached to the bug works

2010-10-12 Thread Niko Tyni
On Mon, Oct 11, 2010 at 10:01:23PM -0500, Micah Gersten wrote:
 The patch that was attached and upstreamed works.  I have attached a
 pbuilder build log to show completion of the build.  Since this is an RC
 bug, would someone please be able to upload the patch.  I have attached
 an nmu debdiff for convenience.

It certainly works, but I'd have loved to see an upstream comment first.

I just pinged the CPAN ticket, so I suggest waiting a little while more
(say a week?) if possible before uploading.

Thanks for the prod,
-- 
Niko Tyni   nt...@debian.org



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



Bug#599796: fai-client: Please add support for different base tarballs

2010-10-12 Thread Michael Tautschnig
Hi Patrick,

 Package: fai-client
 Version: 4.0~beta2+experimental26
 
 Hi,
 
 currently FAI uses a fixed/hard-coded location for the base tarball.
 This is unfortunate in multi-distribution or multi-arch setups for example.
 Currently such setups involve duplication of the fai configuration
 directory and the nfsroot, which shouldn't be neccessary (at least
 not in all cases).
 
 So I suggest to add support for new variable FAI_BASEFILE:
 This should be as simple as changing task_extrbase in 
 /usr/lib/fai/subroutines.
 Instead of using a hard-coded local basefile and extracting it, if it exists,
 and using debootstrap otherwise do something like this:
 
 - Check if FAI_BASEFILE is defined. In this case check weither it exists
   and if yes, use it as basefile. If it is defined but the tarball does
   not exist print a warning to STDERR.
 - If basefile exists extract it to /target
 - If basefile does not exist call debootstrap
 

If this is really only about the basefile, then you seem to have missed the bit
of the FAI Guide that talks about the config/basebfiles directory. That is, you
can create an archive to be unpacked using ftar, name it like the class that
you intend to use it for, and put it in your config space in the basefiles/
directory.

Does that fix any/all the issues you were facing?

Best,
Michael



pgpojjSzjSqfs.pgp
Description: PGP signature


Bug#591132: Patch attached to the bug works

2010-10-12 Thread Nicholas Bamber

I am having a look.

Micah Gersten wrote:

The patch that was attached and upstreamed works.  I have attached a
pbuilder build log to show completion of the build.  Since this is an RC
bug, would someone please be able to upload the patch.  I have attached
an nmu debdiff for convenience.

Thank you,
Micah
  



___
pkg-perl-maintainers mailing list
pkg-perl-maintain...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-perl-maintainers


attachment: nicholas.vcf

Bug#599894: Mention bluez-test-device trusted.

2010-10-12 Thread Trent W. Buck
Package: bluez
Version: 4.70-1
Severity: wishlist
File: /usr/share/doc/bluez/README.Debian.gz

From the README.Debian.gz, I used these commands to connect my new
bluetooth keyboard:

hcitool scan
sudo bluez-simple-agent hci0 E8:06:88:52:C7:74
sudo bluez-test-input connect E8:06:88:52:C7:74

But I had to re-run the last command every time I rebooted or
suspend-and-resumed!  On a gentoo page[1] I learnt that I could run

sudo bluez-test-device trusted E8:06:88:52:C7:74 yet

...and thereafter, I wouldn't have to re-run the connect line.  It
would be good if the README.Debian.gz mentioned this.

[1] http://en.gentoo-wiki.com/wiki/Bluetooth_mouse

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

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

Versions of packages bluez depends on:
ii  dbus  1.2.24-3   simple interprocess messaging syst
ii  libbluetooth3 4.70-1 Library to use the BlueZ Linux Blu
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcap-ng00.6.4-1An alternate posix capabilities li
ii  libdbus-1-3   1.2.24-3   simple interprocess messaging syst
ii  libglib2.0-0  2.25.13-1  The GLib library of C routines
ii  libnl11.1-5  library for dealing with netlink s
ii  libusb-0.1-4  2:0.1.12-16userspace USB programming library
ii  lsb-base  3.2-25 Linux Standard Base 3.2 init scrip
ii  module-init-tools 3.12-1 tools for managing Linux kernel mo
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  udev  161-1  /dev/ and hotplug management daemo

bluez recommends no packages.

bluez 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#591132: Bug in libjavascript-perl fixed in revision 63633

2010-10-12 Thread pkg-perl-maintainers
tag 591132 + pending
thanks

Some bugs are closed in revision 63633
by Nicholas Bamber (periapt-guest)

Commit message:

* Add patch for e4x test failure (Closes: #591132) 
* Added myself to Uploaders
* Upped standards version to 3.9.1
* Refreshed patches



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



Bug#599895: RFA: when

2010-10-12 Thread Marcela Tiznado
Package: wnpp
Severity: normal

I request an adopter for the when package. 
I know Salvatore Bonaccorso salvatore.bonacco...@gmail.com wanted to adopt it.





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



Bug#599892: plasma-widget-networkmanagement: System Connection Option Greyed Out

2010-10-12 Thread Michael Biebl
Hi Soren

On 12.10.2010 07:31, Soren Stoutner wrote:
 
 The System Connection option is greyed out when editing a wired connection.
 
 
 It seems that this is a permission issue, but I'm not sure what I need to
 change to grant myself permission.
 

It is not a permission problem. System connection support is simply not yet
implemented in plasma-widget-networkmanagement.

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#599896: dbconfig-common: pointlessly asks for mysql admin password

2010-10-12 Thread Alexander E. Patrakov
Package: dbconfig-common
Version: 1.8.46
Severity: wishlist

I made a custom proprietary company-website deb package for internal
use in my company. This package uses dbconfig-common for prompting
database connection details and installing/upgrading MySQL tables. It
ships the following files related to dbconfig-common:

/usr/share/dbconfig-common/data/company-website/install/mysql
/usr/share/dbconfig-common/data/company-website/upgrade/mysql/3.3
/usr/share/dbconfig-common/data/company-website/upgrade/mysql/3.8
/usr/share/dbconfig-common/data/company-website/upgrade/mysql/4.1

and no other files in /usr/share/dbconfig-common.


dbconfig-common works, but asks on upgrades of company-website for the
mysql administrator password even though, in my opinion, it could avoid
asking this question. Yes, I know about the option to save the password
in debconf database, and it is a useful workaround with no security
implications (see below), but dbconfig-common could do even better.

Here is why I think that the question can be avoided on upgrades of my
package. Let's consider the upgrade from 4.0 to 4.1. All SQL statements
that should be executed are
in /usr/share/dbconfig-common/data/company-website/upgrade/mysql/4.1,
and the documentation says that they are executed as a package-specific
user. There is no upgrade-dbadmin directory. I.e., since there are no
SQL statements that have to be executed as admin, there is no reason to
ask for the admin password in this case.

Further, there is already a debian-sys-maint mysql user with admin
rights and stored password. So, why not use it unconditionally for mysql
admin activities instead of asking for the admin password? In other
words, because this user exists, giving an option of not saving the
mysql admin password in debconf database is a security theater, with
unneeded questions as the only effect.


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

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

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0]1.5.35  Debian configuration
management sy
ii  ucf  3.0025+nmu1 Update Configuration File:
preserv

dbconfig-common recommends no packages.

Versions of packages dbconfig-common suggests:
ii  mysql-client-5.1 [virtual-mys 5.1.49-1   MySQL database client
binaries

-- debconf information excluded





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



Bug#599572: Acknowledgement (gcc-snapshot: bogus array subscript is above array bounds in extremely simple code with no loops)

2010-10-12 Thread Miles Bader
This bug still seems to exist in the most recent version of the
gcc-snapshot package (version 20101009-1), so I've filed a bug in
gcc bugzilla too (#45978):

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45978

Thanks,

-Miles

-- 
Cat is power.  Cat is peace.



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



Bug#591132: Patch attached to the bug works

2010-10-12 Thread Nicholas Bamber

I have done the integration work but I will hold off releasing.

Niko Tyni wrote:

On Mon, Oct 11, 2010 at 10:01:23PM -0500, Micah Gersten wrote:
  

The patch that was attached and upstreamed works.  I have attached a
pbuilder build log to show completion of the build.  Since this is an RC
bug, would someone please be able to upload the patch.  I have attached
an nmu debdiff for convenience.



It certainly works, but I'd have loved to see an upstream comment first.

I just pinged the CPAN ticket, so I suggest waiting a little while more
(say a week?) if possible before uploading.

Thanks for the prod,
  


attachment: nicholas.vcf

Bug#599879: live-helper: Live Builder does not create the user account

2010-10-12 Thread Daniel Baumann
reassign 599879 live-build
retitle 599879 does not create the user account
severity 599879 normal
tag 599879 moreinfo
tag 599879 unreproducible
tag 599879 - sid
thanks

On 10/12/2010 04:57 AM, Juan Fernando Jaramillo wrote:
 And live builder does not create the user.

first, the user is created by live-config at runtime, not at buildtime.

second, please check that you're live system has recent enough
live-config (that being 2.0.7-1 or newer).

third, please show the boot argument line for the kernel from
isolinux/live.cfg.

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



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



Bug#599897: cron: /etc/default/locale may miss

2010-10-12 Thread David Delon

Package: cron
Version: 3.0pl1-114
Severity: minor

Extract from /usr/share/doc/cron/changelog.Debian.gz:

  * debian/cron.pam:
- In addition to the reading /etc/security/pam_env.conf and 
  /etc/environment (obsolete config file) previous default,
  cron will now also read /etc/default/locale in order to setup
  the proper localisation environment for tasks.

When you install automatically some workstations with the debootstrap command 
for example,
the cron package will be installed (Priority: important).
The locales package is not mandatory so the configuration file 
/etc/default/locale may miss,
and cron do not execute any script from now.

I suggest to replace in /etc/pam.d/cron:
session   required   pam_env.so envfile=/etc/default/locale
by:
session   optional   pam_env.so envfile=/etc/default/locale

Thanks.



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



Bug#598525: erlang-odbc: odbc:connect(ConnStr, Options) fails with timeout

2010-10-12 Thread Sergei Golovan
Hi Christian!

Sorry for a delay.

On Wed, Sep 29, 2010 at 9:17 PM, Christian Adams
ad...@skavaer.homelinux.org wrote:

 When I try to setup an odbc-connection to a local installed postgresql(8.4) 
 database i get the following:

  snip 
 Erlang R14A (erts-5.8) [source] [rq:1] [async-threads:0] [hipe] 
 [kernel-poll:false]

 Eshell V5.8  (abort with ^G)
 1 odbc:start().
 ok
 2 odbc:connect(DSN=postgres;UID=username;PWD=passwd, [{scrolling_cursors, 
 off}, {trace_driver, on}]).

 =ERROR REPORT 29-Sep-2010::18:54:26 ===
 ** Generic server 0.39.0 terminating

I've tried to run it (though with unixodbc 2.2.11 and postgresql 8.3
from Lenny) and it seems to work fine.

Could you try to check if unixodbc works itself (using isql for example)?

Also, try to install the erlang-base package instead of
erlang-base-hipe (it tends to be more robust).


 Versions of packages erlang-odbc depends on:
 ii  erlang-base-hipe           1:14.a-dfsg-2 Erlang/OTP HiPE enabled virtual 
 ma
 ii  libc6                      2.11.2-6      Embedded GNU C Library: Shared 
 lib
 ii  unixodbc                   2.2.14p2-1    ODBC tools libraries

-- 
Sergei Golovan



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



Bug#599879: live-helper: Live Builder does not create the user account

2010-10-12 Thread Daniel Baumann
On 10/12/2010 07:23 AM, Jose R R wrote:
 I experienced the same using the live-build package from the regular
 Debian repositories. But the issue disappeared when I upgraded to
 experimental live-build 3.x. Due however to other issues encountered
 (as well as Daniel's advice) I downgraded to
 $ lb -v
 version 2.0.1-1

it has nothing to do with live-build per se, it was a temporary issue
that you were using a too new version of live-build with a too old
version of live-config (rather than using the same for both, e.g. by
using -r live.debian.net; or live-build from sid to build sid, or
live-build from squeeze to build squeeze).

 upgrading to another (experimental) live-build and then
 downgrading; then

i don't see why this should be any good.

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



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



Bug#599842: Resumes with incorrect (default?) screen setup

2010-10-12 Thread Erich Schubert
Hi, 
 hrm, I think I'd blame gnome for this, I don't think the driver (either
 on the kernel side or on the X side) does any reconfiguration without
 being prodded by userspace.

Actually it seems the kernel is to blame.

I'm now running 2.6.32-5-686
and at least on the screen power save mode it did not happen anymore.
I'll suspend now and resume tonight, to see if it still occurs then.

Regards,
Erich




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



Bug#599898: [INTL:sv] Swedish (sv) translation of mailgraph debconf messages

2010-10-12 Thread Martin Bagge / brother
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package: mailgraph
severity: wishlist
tags: patch, l10n

Please find the attached Swedish (sv) translation of the mailgrapg
debconf messages.

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

iEYEARECAAYFAky0G/QACgkQRnDBymnxg5rrCACffICMZH7Kyj/Im8EVxqaXUi2i
NdIAnRrZfkuXt7mWw7BmG345a+xB6V5F
=2Jek
-END PGP SIGNATURE-
# Translation of mailgraph debconf template to Swedish
# Copyright (C) 2010 Martin Bagge brot...@bsnet.se
# This file is distributed under the same license as the mailgraph package.
#
# Martin Bagge brot...@bsnet.se, 2008, 2010
msgid 
msgstr 
Project-Id-Version: mailgraph 1.11-1\n
Report-Msgid-Bugs-To: mailgr...@packages.debian.org\n
POT-Creation-Date: 2010-10-12 06:50+0200\n
PO-Revision-Date: 2010-10-12 10:25+0100\n
Last-Translator: Martin Bagge / brother brot...@bsnet.se\n
Language-Team: Swedish debian-l10n-swed...@lists.debian.org\n
Language: sv\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Swedish\n
X-Poedit-Country: Sweden\n

#. Type: boolean
#. Description
#: ../mailgraph.templates:1001
msgid Should Mailgraph start on boot?
msgstr Ska Mailgraph startas vid systemets uppstart?

#. Type: boolean
#. Description
#: ../mailgraph.templates:1001
msgid 
Mailgraph can start on boot time as a daemon. Then it will monitor your 
Postfix logfile for changes. This is recommended.
msgstr 
Mailgraph kan startas som en demon vid systemets uppstart. Den kommer då att 
övervaka din Postfix-loggfiler efter ändringar. Detta är rekommenderat.

#. Type: boolean
#. Description
#: ../mailgraph.templates:1001
msgid The other method is to call mailgraph by hand with the -c parameter.
msgstr Den andra metoden är all starta mailgraph manuellt med parametern -c.

#. Type: string
#. Description
#: ../mailgraph.templates:2001
msgid Logfile used by mailgraph:
msgstr Loggfil för mailgraph?

#. Type: string
#. Description
#: ../mailgraph.templates:2001
msgid 
Enter the logfile which should be used to create the databases for 
mailgraph. If unsure, leave default (/var/log/mail.log).
msgstr 
Ange den loggfil som ska användas för att skapa databaser för mailgraph. Om 
du är osäker, använd standardvalet (/var/log/mail.log).

#. Type: boolean
#. Description
#: ../mailgraph.templates:3001
msgid Ignore mail to/from localhost?
msgstr Ignorera post till/från lokal värd?

#. Type: boolean
#. Description
#: ../mailgraph.templates:3001
#| msgid 
#| If you count incoming mail as outgoing mail (default), mail is counted 
#| more than once if you use content filters like amavis, so you'll get 
#| wrong values. If you're using some content filter, disable this.
msgid 
When using a content filter like amavis, incoming mail is counted more than 
once, which will result in wrong values. If you use some content filter, you 
should choose this option.
msgstr 
När ett innehållsfilter som ex. amavis används kommer inkommande e-post att 
räknas mer än en gång, detta kommer att resultera i felaktiga värden. 
Använder du innehållsfilter ska du avaktivera detta alternativ.

#~ msgid Count incoming mail as outgoing mail?
#~ msgstr Beräkna inkommande mail som utgående mail?


Bug#587587: insserv: safe-upgrade fails several loop between service X and Y if started

2010-10-12 Thread Leonidas Spyropoulos
On Sat, Jul 3, 2010 at 12:24 AM, Leonidas Spyropoulos
artafi...@gmail.com wrote:
 Seems like the bug is solved. Can I mark it as solved or you should?
 Thanks for the help/info
 Leonidas


As it seems other reports the problem solved.

-- Forwarded message --
From: Jeff K je...@san.rr.com
Date: Tue, Oct 12, 2010 at 4:47 AM
Subject: Bug#587587: insserv: safe-upgrade fails several \loop
between  service X and Y if started\
To: artafi...@gmail.com
Cc: je...@san.rr.com


Hello, I wanted to let you know that I installed your headers into the
init scripts in /etc/init.d/nxserver and nxsensor, and the install
problems that I was having (which were identical to those you
identified) were eliminated. It appears your fix worked.

Just wanted to let you know. Since I am simply a user and not a
maintainer, and I do not know how to log bugs in to the Debian system,
I am passing this on to you.

Regards, Jeff Keefer


 On Wed, Jun 30, 2010 at 11:48 AM, Leonidas Spyropoulos artafi...@gmail.com
 wrote:


 On Wed, Jun 30, 2010 at 11:08 AM, Petter Reinholdtsen p...@hungry.com
 wrote:

 [Leonidas Spyropoulos]
  Well since nxserver (for which I am interesting it) is maintained
  from a company named nomachine it's kinda hard to press them release
  a new version, or correct this one.

 Well, I assume they are interested in getting their packages to work
 also with newer Debian releases, and thus are interested in fixing
 this even if they are not pressed.  Did you try to report the issue to
 them?

 Only paid customers can report issues on their site :(
 And after some search I found this:
 http://www.nomachine.com/fr/view.php?id=FR11G02291
 It's a feature Request for version 4.0 (currently 3.4) so I guess I can't
 do
 much.

  Maybe my only way to fix this is provide the LSB headers myself,
  which I have no idea how :P

 Here are two draft headers for nxserver and nxsensor. I do not know
 what they need to start before or after, so I added some default
 values based on a hunch.  More information on the header format is
 available from URL: http://wiki.debian.org/LSBInitScripts/ .

 Try to add these to the init.d scripts in question and see if it help.

 ### BEGIN INIT INFO
 # Provides:          nxserver
 # Required-Start:    $remote_fs
 # Required-Stop:     $remote_fs
 # Should-Start:      $syslog
 # Should-Stop:       $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start or stop nxserver
 ### END INIT INFO

 ### BEGIN INIT INFO
 # Provides:          nxsensor
 # Required-Start:    $remote_fs
 # Required-Stop:     $remote_fs
 # Should-Start:      $syslog
 # Should-Stop:       $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start or stop nxserver
 ### END INIT INFO

 I wrote the above LSB Headers into the init scripts but cannot test them
 since I upgraded and I have only encounter these on upgrades.
 Is there another way to check the init scripts if their LSB headers are
 correct?
 Will the make-testsuite show the scripts now correctly?

 Happy hacking,
 --
 Petter Reinholdtsen



 --
 Caution: breathing may be hazardous to your health.



 --
 Caution: breathing may be hazardous to your health.




-- 
Caution: breathing may be hazardous to your health.



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



Bug#566102: same on os-prober 1.39. Patch proposed

2010-10-12 Thread françois
I encounter exactly the same problem on my computer.
fdisk -l :
Périphérique Amorce  DébutFin  Blocs Id  Système
/dev/sda1   1   12748   102398278+  83  Linux
/dev/sda2   *   65071   65077   56227+   7  HPFS/NTFS
/dev/sda3   65078   77825   1023983107  HPFS/NTFS
/dev/sda4   12749   65070   420275835+   5  Etendue
/dev/sda5   12749   13270 4192933+  82  Linux swap / Solaris
/dev/sda6   13271   62639   396551758   83  Linux
/dev/sda7   62639   63855 9764864   83  Linux
/dev/sda8   63856   64462 4875696   83  Linux
/dev/sda9   64463   65069 4875696   83  Linux

I've tracked down the os-prober whole process and found a correction in 40grub. 
Diff patch :
% diff -up 40grub.orig 40grub
--- 40grub.orig 2010-10-12 10:05:27.546701985 +0200
+++ 40grub  2010-10-12 10:01:56.962701915 +0200
@@ -62,7 +62,7 @@ parse_grub_menu () {
fi
;;
initrd)
-   initrd=$2
+   initrd=$(echo $2 | sed 's/(.*)//')
# Initrd same.
if [ $partition != $bootpart ]; then
initrd=/boot$initrd

I also attach the whole patched 40grub.

Cheers
farfouille




40grub
Description: application/shellscript


Bug#599899: [INTL:sv] Swedish (sv) translation of debconf(?) messages

2010-10-12 Thread Martin Bagge / brother
package: simpleinvoices
severity: wishlist
tags: patch, l10n

Please find the attached Swedish (sv) translation.

-- 
brother
http://sis.bthstudent.se
# Swedish translation of simpleinvoces
# Copyright (c) 2010 Martin Bagge brot...@bsnet.se
# This file is distributed under the same license as the simpleinvoices package.
#
# Martin Bagge brot...@bsnet.se, 2010.
msgid 
msgstr 
Project-Id-Version: Simpleinvoices\n
Report-Msgid-Bugs-To: simpleinvoi...@packages.debian.org\n
POT-Creation-Date: 2010-10-08 00:37+0200\n
PO-Revision-Date: 2010-10-12 10:43+0100\n
Last-Translator: Martin Bagge / brother brot...@bsnet.se\n
Language-Team: Swedish debian-l10n-swed...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid apache2
msgstr apache2

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid lighttpd
msgstr lighttpd

#. Type: multiselect
#. Description
#: ../templates:1002
msgid Web server(s) to configure automatically:
msgstr Webbservrar att ställa in automatiskt:

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
SimpleInvoices supports any web server supported by PHP, however only Apache 
2 and lighttpd can be configured automatically.
msgstr 
Simpleinvoices kan användas med webbservrar som har stöd för PHP, dock kan 
endast inställningar för Apache 2 och lighttpd göras automatiskt.

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
Please select the web server(s) that should be configured automatically for 
SimpleInvoices.
msgstr 
Välj den eller de webbservrar som ska ställas in automatiskt för 
Simpleinvoices.

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should the webserver(s) be restarted now?
msgstr Ska webbservrar startas om nu?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
In order to activate the new configuration, the reconfigured web server(s) 
have to be restarted.
msgstr 
För att aktivera de nya inställningarna måste webbservrarna startas om.

#. Type: select
#. Choices
#: ../templates:3001
msgid English
msgstr English

#. Type: select
#. Choices
#: ../templates:3001
msgid Catalan
msgstr Catalan

#. Type: select
#. Choices
#: ../templates:3001
msgid Czech
msgstr Tjeckiska

#. Type: select
#. Choices
#: ../templates:3001
msgid Danish
msgstr Dansk

#. Type: select
#. Choices
#: ../templates:3001
msgid German (Germany)
msgstr Tyska (Tyskland)

#. Type: select
#. Choices
#: ../templates:3001
msgid German (Switzerland)
msgstr Tyska (Schweiz)

#. Type: select
#. Choices
#: ../templates:3001
msgid Spanish
msgstr Spanska

#. Type: select
#. Choices
#: ../templates:3001
msgid Finnish
msgstr Finska

#. Type: select
#. Choices
#: ../templates:3001
msgid French
msgstr Franska

#. Type: select
#. Choices
#: ../templates:3001
msgid Galician
msgstr Galiciska

#. Type: select
#. Choices
#: ../templates:3001
msgid Italian
msgstr Italienska

#. Type: select
#. Choices
#: ../templates:3001
msgid Latvian
msgstr Lettiska

#. Type: select
#. Choices
#: ../templates:3001
msgid Dutch
msgstr Nederländska

#. Type: select
#. Choices
#: ../templates:3001
msgid Norwegian
msgstr Norska (Bokmål)

#. Type: select
#. Choices
#: ../templates:3001
msgid Portuguese
msgstr Portugisiska

#. Type: select
#. Choices
#: ../templates:3001
msgid Romanian
msgstr Rumänska

#. Type: select
#. Choices
#: ../templates:3001
msgid Slovak
msgstr Slovakiska

#. Type: select
#. Choices
#: ../templates:3001
msgid Albanian
msgstr Albanska

#. Type: select
#. Choices
#: ../templates:3001
msgid Swedish
msgstr Svenska

#. Type: select
#. Choices
#: ../templates:3001
msgid Turkish
msgstr Turkiska

#. Type: select
#. Choices
#: ../templates:3001
msgid Maltese
msgstr Maltesiska

#. Type: select
#. Default
#. Translators: please put your language (as Default) if it's listed among:
#. en_GB, ca_ES, cs_CZ, da_DK, de_DE, de_CH, es_ES, fi_FI, fr_FR, gl_ES, it_IT, lv_LV, nl_NL, nb_NO, pt_PT, ro_RO, sk_SK, sq_AL, sv_SE, tr_TR, mt_MT
#: ../templates:3002
msgid en_GB
msgstr sv_SE

#. Type: select
#. Description
#: ../templates:3003
msgid Default language:
msgstr Standardspråk

#. Type: select
#. Description
#: ../templates:3003
msgid Please choose the default language for SimpleInvoices.
msgstr Ange standardspråk för Simpleinvoices.

#. Type: select
#. Description
#: ../templates:3003
msgid This choice can be overridden by individual users in their preferences.
msgstr Detta språk kan användarna sedan ändra i sina inställningar.

#. Type: select
#. Description
#: ../templates:3003
msgid 
However, the default language will be used for the login screen and the 
first connection of users.
msgstr 
Dock kommer standardspråket att användas i inloggningsskärmen och första 
gången användaren loggar in.


Bug#599900: iceweasel: firefox shows multiple modal dialogs

2010-10-12 Thread Michal Suchanek
Package: iceweasel
Version: 3.5.13-1
Severity: normal


Firefox displays mutiple dialods which are modal - prevent use of the
application and other dialogs.

This results in screen littered with cookie and authentication dialogs
when multiple pages are loaded at once. There is no indication which of
these dialogs is actually usable, and as all the dialogs are modal
displaying later dialog steals focus from earlier dialog and prevents
using it even if it is refocused.

Cookie and authentication dialogs are often displayed mutiple times for
the same domain/realm.

Any application should display at most one modal dialog and at most one
dialog with the same query for the same data.


-- Package-specific info:

-- Extensions information
Name: Characterizer
Location: ${PROFILE_EXTENSIONS}/kanjil...@jay.starkey
Status: enabled

Name: DOM Inspector
Location: ${PROFILE_EXTENSIONS}/inspec...@mozilla.org
Status: enabled

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

Name: DownloadHelper
Location: ${PROFILE_EXTENSIONS}/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}
Status: enabled

Name: Extended Cookie Manager
Location: ${PROFILE_EXTENSIONS}/{336f36f7-72b2-4314-984a-ae7cac4b7328}
Status: enabled

Name: Fast Video Download (with SearchMenu)
Location: ${PROFILE_EXTENSIONS}/{c50ca3c4-5656-43c2-a061-13e717f73fc8}
Status: enabled

Name: Flagfox
Location: ${PROFILE_EXTENSIONS}/{1018e4d6-728f-4b20-ad56-37578a4de76b}
Status: enabled

Name: FoxyProxy Standard
Location: ${PROFILE_EXTENSIONS}/foxypr...@eric.h.jung
Status: enabled

Name: Furigana Injector
Location: ${PROFILE_EXTENSIONS}/furiganainjec...@yayakoshi.net
Status: enabled

Name: Greasemonkey
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
Status: enabled

Name: HTML Ruby
Location: ${PROFILE_EXTENSIONS}/{e10bc159-aa26-41d8-aa24-65de9464ca5a}
Status: app-disabled

Name: InspectThis
Location: ${PROFILE_EXTENSIONS}/inspectt...@mackay.dyndns.info
Status: enabled

Name: Japanese-English Dictionary for rikaichan
Location: ${PROFILE_EXTENSIONS}/{6D898772-AD34-4c16-86BB-9DE787A5DEA0}
Status: enabled

Name: MR Tech Toolkit
Location: ${PROFILE_EXTENSIONS}/{9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC}
Status: enabled

Name: Names Dictionary for rikaichan
Location: ${PROFILE_EXTENSIONS}/{566D6332-1439-43bf-857E-7AD5F137AD0C}
Status: enabled

Name: NoScript
Location: ${PROFILE_EXTENSIONS}/{73a6fe31-595d-460b-a920-fcc0f8843232}
Status: enabled

Name: Personas
Location: ${PROFILE_EXTENSIONS}/perso...@christopher.beard
Status: enabled

Name: Red Cats (green flavor)
Location: ${PROFILE_EXTENSIONS}/{dd30bf68-268a-4815-ad48-8740b774c764}
Status: app-disabled

Name: ReminderFox
Location: ${PROFILE_EXTENSIONS}/{ada4b710-8346-4b82-8199-5de2b400a6ae}
Status: enabled

Name: Remove It Permanently
Location: ${PROFILE_EXTENSIONS}/{1dbc4a33-ea62-4330-966c-7bdad3455322}
Status: enabled

Name: Rikaichan
Location: ${PROFILE_EXTENSIONS}/{0AA9101C-D3C1-4129-A9B7-D778C6A17F82}
Status: enabled

Name: Stacked Inspector
Location: ${PROFILE_EXTENSIONS}/stackedinspec...@example.com
Status: enabled

Name: Stylish
Location: ${PROFILE_EXTENSIONS}/{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}
Status: enabled

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

Name: Taboo
Location: ${PROFILE_EXTENSIONS}/ta...@runningfrombears.com
Status: enabled

Name: Vimperator
Location: ${PROFILE_EXTENSIONS}/vimpera...@mozdev.org
Status: user-disabled

Name: České slovníky pro kontrolu pravopisu
Location: ${PROFILE_EXTENSIONS}/c...@dictionaries.addons.mozilla.org
Status: enabled

-- Plugins information
Name: Shockwave Flash
Location: /usr/lib/gnash/libgnashplugin.so
Package: browser-plugin-gnash
Status: enabled


-- Addons package information
ii  browser-plugin 0.8.8-5GNU Shockwave Flash (SWF) player - Plugin fo
ii  iceweasel  3.5.13-1   Web browser based on Firefox

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

Kernel: Linux 2.6.36-rc6-r600fence-smbinit-amd64 (SMP w/4 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

Versions of packages iceweasel depends on:
ii  debianutils  2.30Miscellaneous utilities specific t
ii  fontconfig   2.6.0-3 generic font configuration library
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libnspr4-0d  4.7.1-5 NetScape Portable Runtime Library
ii  libstdc++6   4.4.5-2 The GNU Standard C++ Library v3
ii  procps 

Bug#595549: ITA: mydms -- open-source document management system based on PHP

2010-10-12 Thread Francisco M.

I use to work with letodms so I'd like to adopt mydms.

I'm working in update this package to new letodms, and
rename Debian package.



Regards,
Francisco

-- 
Francisco M. García Claramonte franciscomanuel.gar...@hispalinux.es
Debian GNU/Linux Developer franci...@debian.org
GPG: public key ID 556ABA51



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


Bug#593736:

2010-10-12 Thread Angel Abad
The package installs correctly in my computer too (powepc G4, Sid)

Thanks!

-- 
Angel Abad
angela...@gmail.com | angela...@ubuntu.com | angela...@fsfe.org
http://www.pastelero.net
FPR: EBF6 080D 59D4 008A DF47  00D4 098D AE47 EE3B C279



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



Bug#598307: Patch for CVE-2010-3385

2010-10-12 Thread Etienne Millon
Dear maintainer,

Here is a patch that fixes this issue.

Regards,

-- 
Etienne Millon
--- a/misc/tuxguitar.sh
+++ b/misc/tuxguitar.sh
@@ -126,7 +126,7 @@
 	 t=$(mozilla_guess_)  [ -d $t ]  MOZILLA_FIVE_HOME=$t
 if [ -d $MOZILLA_FIVE_HOME ] ; then
 export MOZILLA_FIVE_HOME
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME
+export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$MOZILLA_FIVE_HOME
 else
 echo '$MOZILLA_FIVE_HOME not valid : check doc shipped w/ tuxguitar'
 fi


signature.asc
Description: Digital signature


Bug#599900: iceweasel: firefox shows multiple modal dialogs

2010-10-12 Thread Mike Hommey
On Tue, Oct 12, 2010 at 10:51:06AM +0200, Michal Suchanek wrote:
 Package: iceweasel
 Version: 3.5.13-1
 Severity: normal
 
 
 Firefox displays mutiple dialods which are modal - prevent use of the
 application and other dialogs.
 
 This results in screen littered with cookie and authentication dialogs
 when multiple pages are loaded at once. There is no indication which of
 these dialogs is actually usable, and as all the dialogs are modal
 displaying later dialog steals focus from earlier dialog and prevents
 using it even if it is refocused.
 
 Cookie and authentication dialogs are often displayed mutiple times for
 the same domain/realm.
 
 Any application should display at most one modal dialog and at most one
 dialog with the same query for the same data.

I think this is being addressed in the 4.0 betas you can find on
http://mozilla.debian.net/packages/

Mike



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



Bug#599901: base: System Crash with ata3.00 error

2010-10-12 Thread Kevin
Package: base
Severity: important
Tags: d-i

I encountered a serious problem of ata3.00 error when I was running the system,
/var/log/kernel.log:
kernel: [  872.444136] ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action
0x0
kernel: [  872.444146] ata3.00: BMDMA stat 0x25
kernel: [  872.444153] ata3.00: failed command: READ DMA
kernel: [  872.444168] ata3.00: cmd c8/00:08:3c:44:22/00:00:00:00:00/ed tag 0
dma 4096 in
kernel: [  872.444172]  res 51/40:00:3f:44:22/00:00:00:00:00/ed Emask
0x9 (media error)
kernel: [  872.444180] ata3.00: status: { DRDY ERR }
kernel: [  872.444185] ata3.00: error: { UNC }
kernel: [  872.485549] ata3.00: configured for UDMA/133
kernel: [  872.485578] ata3: EH complete



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

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



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



Bug#543907: Netbeans 6.9

2010-10-12 Thread Damien Raude-Morvan
Hi henrich,

On Tue, 12 Oct 2010 13:48:38 +0900, Hideki Yamane henr...@debian.or.jp
wrote:
  When I worked for it, there's not appropriate jruby package.
  Now you can make it with updated jruby package (probably).

There is still some work to get JRuby included in debian/main.
See for exemple, #551618 and  #527977
But thanks to you and Torsten work is ongoing :)

  Feel free to do it, now I'm not working on this package.
  Go :)

It's not a short term task - I may start working on it shortly after
Squeeze release.

Cheers,
-- 
Damien - Debian Developper
http://wiki.debian.org/DamienRaudeMorvan



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



Bug#599902: add a cron entry to run mairix for each users

2010-10-12 Thread Thomas Clavier
Package: mairix
Version: 0.21-1
Severity: wishlist

Hello

I have add this script to run hourly mairix for each user they have a .mairixrc 
file :

cat /etc/cron.hourly/mairix 
#!/bin/bash
for user in $(find /home -maxdepth 2 -name .mairixrc | sed -e 's?/home/??' -e 
's?/.mairixrc??')
do
su $user -c /usr/bin/mairix
done


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

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

Versions of packages mairix depends on:
ii  libbz2-1.0 1.0.5-1+lenny1high-quality block-sorting file co
ii  libc6  2.7-18lenny4  GNU C Library: Shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

mairix recommends no packages.

mairix 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#599903: asdf 2.009 isn't compatible with 02-common-lisp-controller-userdir.conf

2010-10-12 Thread Liu Yubao
Package: common-lisp-controller
Version: 7.4
Severity: important


I play with quicklisp which installs asdf 2.009 for me automatically,
then asdf in sbcl complains:

ASDF could not load sb-posix because Not an absolute pathname
#P~/.clc/systems/.

debugger invoked on a SIMPLE-ERROR in thread #THREAD initial thread RUNNING
   {1002DB5E71}:
  Not an absolute pathname #P~/.clc/systems/


I change 02-common-lisp-controller-userdir.conf as below then it goes ok.

In fact the original configuration file doesn't work with asdf 2.004 too
although sbcl doesn't report the error above, sbcl can't find systems placed
in ~/.clc/systems.

Be careful the new configuration file isn't supported by asdf 2.004.

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

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

Versions of packages common-lisp-controller depends on:
ii  adduser   3.112  add and remove users and groups
ii  bash  4.1-3  The GNU Bourne Again SHell
ii  cl-asdf   2:2.004-1  Another System Definition Facility
ii  debconf [debconf-2.0] 1.5.35 Debian configuration management sy
ii  debianutils   3.4Miscellaneous utilities specific t
ii  perl  5.10.1-14  Larry Wall's Practical Extraction
ii  realpath  1.15   Return the canonicalized absolute

common-lisp-controller recommends no packages.

Versions of packages common-lisp-controller suggests:
ii  sbcl1:1.0.40.0-2 A Common Lisp compiler and develop

-- Configuration Files:
/etc/common-lisp/source-registry.conf.d/02-common-lisp-controller-userdir.conf
changed:
(:directory  (:HOME .clc/systems/))


-- debconf information:
  common-lisp-controller/long-site-name: Site name not initialized
  common-lisp-controller/short-site-name: Unknown



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



Bug#599904: unblock: live-build/2.0.3-1

2010-10-12 Thread Daniel Baumann
Package: release.debian.org

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

  [ Daniel Baumann ]
  * Removing cron examples, autobuild is handled by live-autobuild now.
  * Using old lenny syslinux bootsplash for squeeze, moving new splash
to wheezy.

  [ Richard Nelson ]
  * Make iso-hybrid default on l-b-cgi.
  * Make squeeze default on l-b-cgi.

  [ Daniel Baumann ]
  * Updating path in copyright file.
  * Removing remaining last leftovers from lh in lb and live-build
manpages.
  * Removing debian-maintainers.org and debian-projects.org repository
entries, will re-add them after squeeze.
  * Updating special handling for backports.

 -- Daniel Baumann dan...@debian.org  Tue, 12 Oct 2010 11:05:07 +0200

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



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



Bug#599058: remove plymouth from testing

2010-10-12 Thread Daniel Baumann
ping.

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



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



Bug#599899: [INTL:sv] Swedish (sv) translation of debconf(?) messages

2010-10-12 Thread Martin Michlmayr
* Martin Bagge / brother brot...@bsnet.se [2010-10-12 10:51]:
 package: simpleinvoices

I cannot find this package in Debian.  Do you know where you got it
from?

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



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



Bug#599905: unblock: live-boot/2.0.8-1

2010-10-12 Thread Daniel Baumann
Package: release.debian.org

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

  [ amnesia ]
  * Adding live-snapshot.list documentation to manpage.

 -- Daniel Baumann dan...@debian.org  Tue, 12 Oct 2010 11:20:12 +0200

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



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



Bug#584864: Announce of the upcoming NMU for the masqmail package

2010-10-12 Thread Jan Hauke Rahm
Hi Christian,

On Sat, Oct 09, 2010 at 10:23:33PM +0200, Christian PERRIER wrote:
 Dear maintainer of masqmail and Debian translators,
 
 Some days ago, I sent a notice to the maintainer of the masqmail Debian
 package, mentioning the status of at least one old po-debconf translation 
 update in the BTS.
 
 I announced the intent to build and possibly upload a non-maintainer upload
 for this package in order to fix this long-time pending localization
 bug as well as all other pending translations.
 
 The package maintainer agreed for the NMU or did not respond in four
 days, so I will proceed with the NMU.

He's on a long-term vacation. As his sponsor I subscribed to his package
and just found your mails in my INBOX. :) I'm not aware of anything he
wanted to do on masqmail before squeeze, i.e. there is nothing to hold
you back from uploading your NMU. Please proceed and thank you very
much!

 The package is currently translated to: 
 cs de es fr it ja pt ru sv vi
 
 Among these, the following translations are incomplete: none

There just came in another translation for da IIRC. But I guess, you'll
check all open bugs anyways before you upload, right? :)

Thanks again!
Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#599643: libm17n-0: Please document reason for m17n-contrib and m17n-db recommends, or downgrade them

2010-10-12 Thread Harshula
Hi Josh,

On Sun, 2010-10-10 at 17:53 -0700, Josh Triplett wrote:
 On Mon, Oct 11, 2010 at 03:43:27AM +1100, Harshula wrote:

  You've raised an interesting question. My initial reaction is Emacs
  should Depend on both libm17n-0 and m17n-db. Emacs appears to use
  libm17n and m17n-db for complex text layout. libm17n contains the C API
  and m17n-db contains the layout rules. So without both packages Emacs
  will not function correctly. For example, copy the following Sinhala
  text කොහොමද into Emacs with both libm17n-0 and m17n-db installed. Take
  a screenshot. Then remove m17n-db and copy the text into Emacs and see
  the difference.
 
 Interesting.  It didn't make a difference with the default font I
 normally use in Emacs (Neep Alt), but with DejaVu Sans Mono the first
 character moved before the quote.  Does that sound like the correct
 behavior?

No, that does not sound correct. I forgot to mention one important step,
install ttf-sinhala-lklug.

When I upload the next version of m17n-lib, I'll make it Depend on
m17n-db and m17n-contrib. In the future, I expect m17n-db and
m17n-contrib will be merged.

cya,
#




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



Bug#599906: korganizer: doesn't update current day highlighting on day change

2010-10-12 Thread Sascha Silbe
Package: korganizer
Version: 4:4.4.6-1
Severity: normal


Korganizer highlights the current day in the month view (and probably
some other views as well), but does not automatically update it when
the day changes (i.e. at midnight). If you click on some day in the
month view, it will update the highlighting. I haven't tried whether
any other UI action will update it as well.


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

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

Versions of packages korganizer depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  kdepim-runtime  4:4.4.6-1Runtime components for akonadi-kde
ii  libakonadi-contact4 4:4.4.5-1library for using the Akonadi PIM
ii  libakonadi-kde4 4:4.4.5-1library for using the Akonadi PIM
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libkabc44:4.4.5-1library for handling address book
ii  libkcal44:4.4.5-1library for handling calendar data
ii  libkde3support4 4:4.4.5-1the KDE 3 Support Library for the
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdepim4  4:4.4.6-1KDE PIM library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkholidays4   4:4.4.5-1holidays calculation library
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libkmime4   4:4.4.5-1library for handling MIME data
ii  libknewstuff2-4 4:4.4.5-1the Get Hot New Stuff v2 Library
ii  libkontactinterface 4:4.4.5-1Kontact interface library
ii  libkparts4  4:4.4.5-1the Framework for the KDE Platform
ii  libkpimidentities4  4:4.4.5-1library for managing user identiti
ii  libkpimutils4   4:4.4.5-1library for dealing with email add
ii  libkresources4  4:4.4.5-1the KDE Resource framework library
ii  libkutils4  4:4.4.5-1various utility classes for the KD
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libqt4-dbus 4:4.6.3-2Qt 4 D-Bus module
ii  libqt4-qt3support   4:4.6.3-2Qt 3 compatibility library for Qt
ii  libqt4-xml  4:4.6.3-2Qt 4 XML module
ii  libqtcore4  4:4.6.3-2Qt 4 core module
ii  libqtgui4   4:4.6.3-2Qt 4 GUI module
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  perl5.10.1-14Larry Wall's Practical Extraction
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

korganizer recommends no packages.

Versions of packages korganizer suggests:
pn  kdepim-groupware  none (no description available)
pn  kdepim-kresources 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#599907: mailgraph: [INTL:sk] Slovak po-debconf translation

2010-10-12 Thread helix84
Package: mailgraph
Severity: wishlist
Tags: l10n patch
Version: 1.14-4.1

.po attached

~~helix84


sk.po
Description: Binary data


Bug#599908: clamav return errors on corrupted PDF

2010-10-12 Thread Marco Gaiarin
Package: clamav
Version: 0.96.3+dfsg-2~volatile1


After upgrading to 0.96.3+dfsg-1~volatile1 (and same thing for this
0.96.3+dfsg-2~volatile1) from volatile repository on a debian lenny,
clamav start to exit with and error status (not 0 or 1) and print some
warning:

 LibClamAV Error: cli_writen: write error: Bad address
 LibClamAV Error: cli_pdf: failed to write output file
 /srv/users/OVCI/cose vecchie/Recupero pc Ale Giardina dopo 
furto/normale/842-98_SP500_GE.pdf: Can't write to file ERROR
 /srv/users/OVCI/cose vecchie/Recupero pc Ale Giardina dopo 
furto/normale/842-98_SP500_GE.pdf:Zone.Identifier: OK

Looking at the file seems to that is simply a corrupted PDF:

 g...@lily:~$ evince 842-98_SP500_GE.pdf
 Error: PDF file is damaged - attempting to reconstruct xref table...
 Error: Top-level pages object is wrong type (null)
 Error: Couldn't read page catalog
 Error: PDF file is damaged - attempting to reconstruct xref table...
 Error: Top-level pages object is wrong type (null)
 Error: Couldn't read page catalog

This is an example of one server, but have some half-dozen servers, some i386,
some amd64, all with this trouble.

Probably something changed in libclamav in the PDF area, but i think it
is wrong to return error for a corrupted file.


I'm looking around in my server to find a .pdf that i'm sure does not
contain sensitive data, but for now i've not found it.

If the offending pdf are needed, please say me and i'll send in
private.


Thanks.

-- 
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  marco.gaiarin(at)sv.lnf.it  tel +39-0434-842711  fax +39-0434-842797

Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
   http://www.lanostrafamiglia.it/chi_siamo/5xmille.php
(cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)



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



Bug#599909: emacs23: emacs uses up to 25% cpu while resting

2010-10-12 Thread Filippo Rusconi
Package: emacs23
Version: 23.2+1-4
Severity: grave
Justification: renders package unusable

When running emacs, with no .emacs configuration, with no loaded file, the 
program uses up to 26% cpu.

strace emacs will output innumerable such stances:


--- SIGIO (I/O possible) @ 0 (0) ---
rt_sigreturn(0x1d)  = 0
read(3, 0x100fe24, 4096)= -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=13, 
events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16, 
events=POLLIN|POL
LPRI}, {fd=17, events=POLLIN|POLLPRI}], 6, 0) = 0 (Timeout)
read(3, 0x100fe24, 4096)= -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=13, 
events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=16, 
events=POLLIN|POL
LPRI}, {fd=17, events=POLLIN|POLLPRI}], 6, 0) = 0 (Timeout)
select(18, [3 4 11 13 15 16 17], NULL, NULL, {0, 406807}) = 1 (in [11], left 
{0, 406805})
kill(2890, SIGIO)   = 0


Thank you
Filippo Rusconi


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

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

Versions of packages emacs23 depends on:
ii  emacs23-bin-common  23.2+1-4 The GNU Emacs editor's shared, arc
ii  libasound2  1.0.23-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-4 GNOME configuration database syste
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgpm2 1.20.4-3.3   General Purpose Mouse - shared lib
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libm17n-0   1.6.1-1  a multilingual text processing lib
ii  libncurses5 5.7+20100313-4   shared libraries for terminal hand
ii  libotf0 0.9.11-1 A Library for handling OpenType Fo
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-4  Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

emacs23 recommends no packages.

Versions of packages emacs23 suggests:
ii  emacs23-common-non-dfsg   23.2+1-1   GNU Emacs shared, architecture ind

-- 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#595602: unblock: subdownloader/2.0.13-1

2010-10-12 Thread Marco Rodrigues
On Fri, Oct 8, 2010 at 5:39 PM, Mehdi Dogguy me...@debian.org wrote:
 On 06/10/2010 12:28, Marco Rodrigues wrote:

 So what should I do? Just include the missing translations ?


 Please revert changes made in
 subdownloader-2.0.13/locale/el/LC_MESSAGES/subdownloader.po

I've uploaded a new version (2.0.14) which fixes this issue.

Thanks

-- 
Marco Rodrigues

http://www.marblehole.com



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



Bug#497154: similar dd-wrt bug

2010-10-12 Thread Jeroen Massar
This is related most likely to

http://svn.dd-wrt.com:8000/dd-wrt/ticket/1128

The comment there which apparently 'fixes' this:
8-
Maybe close the file *fp in upnp_osl_wan_uptime()
-8
They have no patch there though thus might be something else of course,
go dd-wrt for sharing fixes upstream and closing bugs properly.

My upnpd is also running at 100M plus and growing daily several MBs

Greets,
 Jeroen



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



Bug#599910: O: e16

2010-10-12 Thread Laurence J. Lane
Package: wnpp
Severity: normal

Orphaned.

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



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



Bug#599911: python-dnspython: No module named entropy

2010-10-12 Thread Sam Morris
Package: python-dnspython
Version: 1.8.0-1
Severity: important

 import dns.resolver
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.5/site-packages/dns/resolver.py, line 26, in module
import dns.message
  File /usr/lib/python2.5/site-packages/dns/message.py, line 28, in module
import dns.entropy
ImportError: No module named entropy

entropy.py is not symlinked into /usr/lib/python2.5/site-packages/dns
although it is present in /usr/share/pyshared.

Some other files are missing as well:

$ for x in $(cd /usr/share/pyshared/dns  find); do test -e 
/usr/lib/python2.5/site-packages/dns/$x || echo $x; done
./rdtypes/ANY/NSEC3.py
./rdtypes/ANY/HIP.py
./rdtypes/ANY/DLV.py
./rdtypes/ANY/NSEC3PARAM.py
./rdtypes/dsbase.py
./edns.py
./entropy.py

If I install version 1.6.0-1 then the above test does not indicate any
missing files.

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

Kernel: Linux 2.6.26-2-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/bash

Versions of packages python-dnspython depends on:
ii  python2.5.2-3An interactive high-level object-o
ii  python-support1.0.10 automated rebuilding support for P

python-dnspython recommends no packages.

python-dnspython 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#599912: debian-edu-install [INTL: zh_CN] Simplified Chinese translation update

2010-10-12 Thread Ji ZhengYu
Package: debian-edu-install
Severity: wishlist

I have modified the old file.
Please find po-file in the attachment, and add it to latest package.

Thanks!

-- 
Regards,

G



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



Bug#599782: #599782 - pyopencl: FTBFS: ImportError: No module named pyopencl

2010-10-12 Thread Tomasz Rybak
Dnia 2010-10-12, wto o godzinie 01:00 +0200, Jakub Wilk pisze:
 * Evgeni Golov evg...@debian.org, 2010-10-11, 18:54:
 this one is funny. setuptools uses python's os.uname() to check which
 arch it is running on, and where the temp-build-path is. This fails
 nicely on machines with 64bit-kernel and 32bit-userland (at least amd64,
 as it has x86_86 in uname, as the kernel is for x86_64).
 
 In this particular bug, it's not 64 vs 32 bit, but i686 vs i486, quoting
 the build-log:
  g++ -pthread -shared -Wl,-Bsymbolic-functions -g -O2
 build/temp.linux-i686-2.6/src/wrapper/wrap_cl.o
 build/temp.linux-i686-2.6/src/wrapper/wrap_cl_part_1.o
 build/temp.linux-i686-2.6/src/wrapper/wrap_cl_part_2.o
 build/temp.linux-i686-2.6/src/wrapper/wrap_constants.o
 -lboost_python-py26 -lOpenCL -o build/lib.linux-i686-2.6/pyopencl/_cl.so
  PYTHONPATH=../build/lib.linux-i486-2.6/ /usr/bin/make -C doc html
 
 the stuff is built in build/lib.linux-i686-2.6/, but PYTHONPATH is set
 to build/lib.linux-i486-2.6/. This is done in debian/rules:
 PYTHONPATH=../build/lib.$(DEB_BUILD_ARCH_OS)-$(DEB_BUILD_GNU_CPU)-$(firstword
 $(PYVERS))
 
 There's another problem here: DEB_BUILD_* variables are used, but they 
 are not defined anywhere. The code in question works only thanks to 
 dpkg-buildpackage exporting these variables. It will fail (on any 
 architecture) if debian/rules is run by hand.
 
 $(DEB_BUILD_GNU_CPU) is wrong here, as is expands correctly to i486
 (even on amd64 kernel with a i386 chroot).
 I fear we have to parse `uname -m` here, to fix that issue and match
 setuptools' algorithm.
 
 The idiomatic approach to this problem is to use wildcards.
 

I used
PYTHONPATH=../build/lib.$(DEB_BUILD_ARCH_OS)-$(DEB_BUILD_GNU_CPU)-$(firstword$(PYVERS))
because I build library for all python versions (here 2.5 and 2.6)
Using wildcard would mean that I do not have control over which library
will be given to python - risking that python2.6 will get library 2.5.

I have changed this to PYTHONPATH=../build/lib.*-*-$(firstword
$(PYVERS))
and it works on my machine. Please test whether it work on i386.
Version with fixes for all opened bugs: #599785, #599873, #599874,
#599875 is on:
http://www.bogomips.w.tkb.pl/cuda/pyopencl_0.92-1.dsc

I am waiting for decision of release team whether to put new
upstream version (with packaging fixes) or fix existing one.
After decision is made I will ask for sponsorship.


-- 
Tomasz Rybak bogom...@post.pl GPG/PGP key ID: 2AD5 9860
Fingerprint A481 824E 7DD3 9C0E C40A  488E C654 FB33 2AD5 9860
http://member.acm.org/~tomaszrybak


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


Bug#599913: rtorrent crashes with rtorrent: std::bad_allocate

2010-10-12 Thread v.nix.is
Package: rtorrent
Version: 0.8.6-1
Severity: important

rtorrent regularly crashes with a few std::* error messages, this is
one of them:

rtorrent: std::bad_allocate

After a crash it has to be manually restarted. I tried for a while to
run rtorrent under gdb, but these bugs are a failing assertion
somewhere, so gdb wouldn't catch it.

So I don't have any useful debug info for this (or #589964). But I'm
willing to gather it.

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

Kernel: Linux 2.6.36-rc6-Avar-Akbar+ (SMP w/4 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 rtorrent depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcurl3  7.21.0-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.4.5-2  GCC support library
ii  libncursesw5  5.7+20100313-4 shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.2.4.2-1  type-safe Signal Framework for C++
ii  libssl0.9.8   0.9.8o-2   SSL shared libraries
ii  libstdc++64.4.5-2The GNU Standard C++ Library v3
ii  libtorrent11  0.12.6-2   a C++ BitTorrent library by Raksha
ii  libxmlrpc-c3  1.06.27-1.1A lightweight RPC library based on

rtorrent recommends no packages.

Versions of packages rtorrent suggests:
ii  screen4.0.3-14   terminal multiplexor with VT100/AN

-- 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#597228: ITP: minidlna -- server for DLNA/UPnP-AV clients

2010-10-12 Thread Eric Cooper
On Fri, Oct 08, 2010 at 10:35:55AM +0200, Benoît Knecht wrote:
 I just wanted to let you know that I've been working on packaging
 minidlna for debian. I'm not a maintainer, so I can't upload it myself,
 but feel free to use it in full or in part if you wish. It's available
 in a git repository git://gitorious.org/minidlna/minidlna.git and
 should build without issue by running git-buildpackage.
 
 As it's my first attempt at packaging software for debian, I'm sure it's
 not perfect (I'm still working on the man page, and I have to come up
 with an init script), so I would be glad to get any feedback on how to
 improve it.
 
 In any case, I hope it'll be useful to someone.

Thanks, I will take a look at this.

-- 
Eric Cooper e c c @ c m u . e d u



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



Bug#574663: Still not solved?!

2010-10-12 Thread Tim Enger
Hi,

I tested the workaround of removing the from Numeric import * line
from /usr/games/ggzboard on my system (Debian Squeeze)

Unfortunately, I the program doesn'nt work after this.
I get a new error:

$ ggzboard
 ggzboard: starting with datapath /usr/share/ggz/ggzboard/
modulepath /usr/lib/ggz-python/ggzboard/
 ggzboard: args ['/usr/games/ggzboard']
Traceback (most recent call last):
  File /usr/games/ggzboard, line 1266, in module
core.load(gamename, list)
  File /usr/games/ggzboard, line 200, in load
os.path.walk(MODULEPATH, self.walker, None)
  File /usr/lib/python2.6/posixpath.py, line 228, in walk
func(arg, top, names)
  File /usr/games/ggzboard, line 193, in walker
self.loadgame(m.group(1))
  File /usr/games/ggzboard, line 219, in loadgame
mod = imp.load_module(ggzboardgame, fileobj, filename, desc)
  File /usr/lib/ggz-python/ggzboard/module_hnefatafl.py, line 5, in
module
from Numeric import *
ImportError: No module named Numeric


Removing the line from Numeric import * here just causes
more problems,

$ ggzboard
 ggzboard: starting with datapath /usr/share/ggz/ggzboard/
modulepath /usr/lib/ggz-python/ggzboard/
 ggzboard: args ['/usr/games/ggzboard']
Traceback (most recent call last):
  File /usr/games/ggzboard, line 1266, in module
core.load(gamename, list)
  File /usr/games/ggzboard, line 200, in load
os.path.walk(MODULEPATH, self.walker, None)
  File /usr/lib/python2.6/posixpath.py, line 228, in walk
func(arg, top, names)
  File /usr/games/ggzboard, line 193, in walker
self.loadgame(m.group(1))
  File /usr/games/ggzboard, line 219, in loadgame
mod = imp.load_module(ggzboardgame, fileobj, filename, desc)
  File /usr/lib/ggz-python/ggzboard/module_hnefatafl.py, line 303, in
module
ggzboardgame = Game()
  File /usr/lib/ggz-python/ggzboard/module_hnefatafl.py, line 23, in
__init__
self.board = resize(self.board, (self.width, self.height))
NameError: global name 'resize' is not defined

Is there still no workaround/fix?



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



Bug#599596: /sbin/lvcreate: Does not clean up semaphore arrays after use

2010-10-12 Thread Peter Rajnoha
On 10/11/2010 12:24 PM +0100, Sam Morris wrote:
 It appears that each lvcreate/lvremove operation creates four cookies,
 but 'dmsetup udevcomplete' is run only once, thereby leaking three
 cookies per operation.

Can you run that lvcreate/lvremove again with - debug messages
together with the udevd debug log and the output of dmsetup udevcookies
at the end of the run (making sure there are no cookies in system before
the run, of course). This way we should see and pair the cookies that were
processed and the ones that remained. We should also see at which stage
of the lvm command execution the cookie left in the system is actually
created. Thanks.




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



Bug#599503: mirror submission for merlin.fit.vutbr.cz

2010-10-12 Thread Kasparek Tomas
   Please use the recommended tool:
   http://www.debian.org/mirror/ftpmirror#how
  I do.

 Strange, doesn't seem so 
 (http://merlin.fit.vutbr.cz/mirrors/debian/project/trace/merlin.fit.vutbr.cz
 doesn't has the ftpsync format), or you overwrite the local trace file

sorry, my fault, checked again and I use this one:
http://www.debian.org/mirror/anonftpsync

 Not *necessary*, but preferred, since it allows to build DNS round robins.
 You can alias too :-)

ok, did the link.

 BTW, if you can afford a dedicated DNS entry not host-related but
 debian.fit.butbr.cz, it can be prefered because of flexibility.

I can create CNAME for merlin.fit.vutbr.cz (nimue.fit.vutbr.cz - second IP
for static web serving)

   The archive is now upated four times day, please consider increasing the
   sync frequency.
  
  increased to every 4th hour.
 
 You could be pushed by ftp.cz, contact at ftpadmin ATSIGN debian.cz
 Explanation at http://www.debian.org/mirror/push_mirroring

I prefer pulling, can modify the frequency as needed, but letting foreign
entity to access the server violates local policy.

Regards


-- 

  Tomas Kasparek   E-mail: kaspa...@fit.vutbr.cz
  CVT FIT VUT Brno, L127   Web:http://www.fit.vutbr.cz/~kasparek
  Bozetechova 1, 612 66Fax:+420 54114-1270
  Brno, Czech Republic Phone:  +420 54114-1220

  jabber: tomas.kaspa...@jabber.cz
  GPG:2F1E 1AAF FD3B CFA3 1537  63BD DCBE 18FF A035 53BC




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



Bug#500528: podracer: Do not depend on bittorent

2010-10-12 Thread Hannes von Haugwitz
Hi,

what is the state of this wishlist bug?

Greetings

Hannes



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



Bug#599914: ktorrent crashes unexpectedly

2010-10-12 Thread Dmitry A. Istselemov
Package: ktorrent
Version: 4.0.2-1
Severity: normal

Ktorrent crashes unexpectedly. It has happend many times for me. Ktorrent was
working in the background at those moments.



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

Kernel: Linux 2.6.35-6.dmz.3-liquorix-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ktorrent depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  ktorrent-data   4.0.2-1  KTorrent data and other architectu
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-2GCC support library
ii  libgeoip1   1.4.7~beta6+dfsg-1   A non-DNS IP-to-country resolver l
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.5-1the DNS-SD Protocol Library for th
ii  libkhtml5   4:4.4.5-1the KHTML Web Content Rendering En
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libkjsapi4  4:4.4.5-1the KJS API Library for the KDE De
ii  libknotifyconfig4   4:4.4.5-1library for configuring KDE Notifi
ii  libkparts4  4:4.4.5-1the Framework for the KDE Platform
ii  libkrosscore4   4:4.4.5-1the Kross Core Library
ii  libktorrent-l10n1.0.2-1  localization files for the KTorren
ii  libktorrent21.0.2-1  the KTorrent library for C++ / Qt 
ii  libkutils4  4:4.4.5-1various utility classes for the KD
ii  libkworkspace4  4:4.4.5-3library for the kdebase workspace
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libqt4-dbus 4:4.6.3-1+b1 Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-1+b1 Qt 4 network module
ii  libqt4-qt3support   4:4.6.3-1+b1 Qt 3 compatibility library for Qt 
ii  libqt4-script   4:4.6.3-1+b1 Qt 4 script module
ii  libqt4-svg  4:4.6.3-1+b1 Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-1+b1 Qt 4 XML module
ii  libqtcore4  4:4.6.3-1+b1 Qt 4 core module
ii  libqtgui4   4:4.6.3-1+b1 Qt 4 GUI module
ii  libsolid4   4:4.4.5-1Solid Library for KDE Platform
ii  libsolidcontrol44:4.4.5-3library for Solid based network ma
ii  libstdc++6  4.4.5-2  The GNU Standard C++ Library v3
ii  libsyndication4 4:4.4.5-1parser library for RSS and Atom fe
ii  libtag1c2a  1.6.3-1  TagLib Audio Meta-Data Library
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime

ktorrent recommends no packages.

Versions of packages ktorrent suggests:
ii  plasma-widget-ktorrent4.0.2-1KTorrent Plasma widget

-- no debconf information
Application: KTorrent (ktorrent), signal: Segmentation fault
pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:211
in ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
[Current thread is 1 (Thread 0x7fc222451760 (LWP 4231))]

Thread 10 (Thread 0x7fc212dfd710 (LWP 4241)):
[KCrash Handler]
#5  QCoreApplication::notifyInternal (this=0x7fff2014c2e0, receiver=0x3915bb0, 
event=0x7fc212dfcb70) at kernel/qcoreapplication.cpp:714
#6  0x7fc21fad2e92 in QCoreApplication::sendEvent (this=0x12e1da0) at 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#7  QTimerInfoList::activateTimers (this=0x12e1da0) at 
kernel/qeventdispatcher_unix.cpp:603
#8  0x7fc21facfa08 in timerSourceDispatch (source=value optimized out) at 
kernel/qeventdispatcher_glib.cpp:184
#9  idleTimerSourceDispatch (source=value optimized out) at 
kernel/qeventdispatcher_glib.cpp:231
#10 0x7fc21a67f6f2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#11 0x7fc21a683568 in ?? () from /lib/libglib-2.0.so.0
#12 0x7fc21a68371c in g_main_context_iteration () from /lib/libglib-2.0.so.0
#13 0x7fc21facf6d3 in QEventDispatcherGlib::processEvents (this=0x11faa50, 
flags=value optimized out) at kernel/qeventdispatcher_glib.cpp:412
#14 0x7fc21faa49e2 in QEventLoop::processEvents (this=value optimized 
out, flags=) at kernel/qeventloop.cpp:149
#15 0x7fc21faa4dbc in QEventLoop::exec (this=0x7fc212dfcde0, flags=) at 
kernel/qeventloop.cpp:201
#16 0x7fc21f9b477b in QThread::exec (this=value optimized out) at 
thread/qthread.cpp:487
#17 0x7fc221fff38e in utp::UTPServerThread::run (this=0x127ddb0) at 
../../src/utp/utpserverthread.cpp:44

Bug#597918: less does not display U+1E9F LATIN SMALL LETTER DELTA (?)

2010-10-12 Thread Vincent Lefevre
retitle 597918 less should support new Unicode characters ( 5.0.0)
tags 597918 upstream
thanks

I looked at the source, and the problem is that the table
ubin_table in charset.c is out of date. The consequence is
that characters unassigned in Unicode 5.0.0 are displayed
as if they were binary data (e.g. U+1E9F). I also reported
the bug upstream.

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



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



Bug#599899: [INTL:sv] Swedish (sv) translation of debconf(?) messages

2010-10-12 Thread Martin Michlmayr
* Martin Bagge / brother brot...@bsnet.se [2010-10-12 12:43]:
 I thought it was odd but the call for translations[1] stated that I
 should send it to the BTS

Ok, no problem.  As long as we know about it, it's no problem sending
them to the BTS (assuming that the package will be uploaded in the
near future).

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



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




Bug#599915: drawtiming: Crash when converting timing diagrams to any format

2010-10-12 Thread أحمد المحمودي
Package: drawtiming
Version: 0.7.1-1build1
Severity: normal

Hello,

  This problem occurs in Ubuntu 10.10  also Debian sid. According to 
  what I understand from the stack trace (attached to this email), the 
  problem happens after the fontTypeMetrics call, since this seems as a 
  valid call (according to 
  http://www.graphicsmagick.org/Magick++/Image.html#fonttypemetrics), so 
  I suspect that the problem is actually in graphicsmagick.


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

Kernel: Linux 2.6.35-22-generic (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 drawtiming depends on:
ii  libc6   2.12.1-0ubuntu7  Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.5.1-7ubuntu2 GCC support library
ii  libgraphicsmagick++31.3.12-1 format-independent image processin
ii  libgraphicsmagick3  1.3.12-1 format-independent image processin
ii  libstdc++6  4.5.1-7ubuntu2   The GNU Standard C++ Library v3

drawtiming recommends no packages.

drawtiming suggests no packages.

-- no debconf information
#0  0x4001e416 in __kernel_vsyscall ()
No symbol table info available.
#1  0x404fc941 in raise () from /lib/libc.so.6
No symbol table info available.
#2  0x404ffe42 in abort () from /lib/libc.so.6
No symbol table info available.
#3  0x404f58e8 in __assert_fail () from /lib/libc.so.6
No symbol table info available.
#4  0x40198e2c in LockSemaphoreInfo () from /usr/lib/libGraphicsMagick.so.3
No symbol table info available.
#5  0x401a3bae in GetTypeInfo () from /usr/lib/libGraphicsMagick.so.3
No symbol table info available.
#6  0x400cb0f7 in ?? () from /usr/lib/libGraphicsMagick.so.3
No symbol table info available.
#7  0x0a0005f0 in ?? ()
No symbol table info available.
#8  0x09ffef70 in ?? ()
No symbol table info available.
#9  0xbff3d2c8 in ?? ()
No symbol table info available.
#10 0x40166d86 in MagickMalloc () from /usr/lib/libGraphicsMagick.so.3
No symbol table info available.
#11 0x400cbab6 in GetTypeMetrics () from /usr/lib/libGraphicsMagick.so.3
No symbol table info available.
#12 0x4006ac87 in Magick::Image::fontTypeMetrics ()
   from /usr/lib/libGraphicsMagick++.so.3
No symbol table info available.
#13 0x0804fa88 in ?? ()
No symbol table info available.
#14 0x08050891 in ?? ()
No symbol table info available.
#15 0x08055111 in ?? ()
No symbol table info available.
#16 0x0804b482 in ?? ()
No symbol table info available.
#17 0x0804c6d6 in ?? ()
No symbol table info available.
#18 0x404e8ce7 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
#19 0x0804b3c1 in ?? ()
No symbol table info available.

Bug#599880: ITP: mriconvert -- medical image file conversion utility that converts DICOM files to other formats

2010-10-12 Thread Michael Hanke
Hi Steve
On Mon, Oct 11, 2010 at 11:32:17PM -0500, Steve M. Robbins wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Steve M. Robbins s...@debian.org
 
 * Package name: mriconvert

Thanks for packaging this tool. I have extended Andreas Tille's entry in
the med-imaging task and also added it to
science-neuroscience-cognitive.


Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://mih.voxindeserto.de



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



Bug#599916: please set limits so that users cant kill the system

2010-10-12 Thread Holger Levsen
package: libpam-modules
severity: critical
tags: security

Hi,

as there are no process limits set, it's trivial for any user to use all 
resources:

Just run this in bash: :() { :I: };:

(I obfuscated the exploit slightly. Mail me if you need to know how.)

And voila, the system is gone. (=there are ressources left to be used.)

I'm actually a bit lost how the default process limit is set, whether its 
31500 or 16025 user processes, or unlimited. In any case, I succeeded in 
blowing up a squeeze system as nobody when the process limit was 16025. And I 
also succeeded on sid, and saw someone else kill his lenny vm.

I'm not sure if my reaction (critical bug as it breaks the ability to hand 
out access to unbtrusted users basically) is too much, since maybe this works 
as designed (rather enable people to use the system by default, if you want 
it more restricted do so...) but I could also not find anything in NEWS or 
README.Debian...


cheers,
Holger


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


Bug#599917: ITP: pyside-mobility -- Python bindings for Qt4 Mobility

2010-10-12 Thread Didier Raboud
Package: wnpp
Severity: wishlist
Owner: Didier Raboud did...@raboud.com

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Package name: pyside-mobility
 Version : 0.1.0 
 Upstream Author : Nokia and Openbossa
 URL : http://www.pyside.org/
 License : LGPL 2.1
 Programming Lang: C++, Python
 Description : Python bindings for Qt4 Mobility

 Qt is a cross-platform C++ application framework. Qt's primary feature
 is its rich set of widgets that provide standard GUI functionality.
 .
 Python bindings for Qt4 Mobility framework.

 This package is similar to pyside (already in Debian), but uses a different
 source tarball.

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

iJwEAQECAAYFAky0RtQACgkQKA1Vt+jBwDjCkAP/dHX3t9l6M1RJBbT3a9LhDCyC
W9wejhQTlOZbkCRVc4RRL93w3eZxrUmyLt20Avv2XpAYSeHA8NnuV0fxdETQsj58
gZ0pcsLUIVKJuQVhruv4yqLv5PAkszKyni5FdbV66PhbvaEHwD92RKDInZtp3VsD
fjfSRE2A+lPEIvfLk3o=
=3Qgc
-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#599912: debian-edu-install [INTL: zh_CN] Simplified Chinese translation update

2010-10-12 Thread Holger Levsen
Hi,

On Dienstag, 12. Oktober 2010, Ji ZhengYu wrote:
 I have modified the old file.
 Please find po-file in the attachment, and add it to latest package.

you forgot the attachment :-)


cheers,
Holger


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


Bug#599918: ldirectord: should call fallbackcommand on shutdown

2010-10-12 Thread Marc Haber
Package: ldirectord
Version: 1.0.3-3
Severity: wishlist

Hi,

ldirectord should (optionally) call the fallbackcommand on shutdown.

Greetings
Marc

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

Kernel: Linux 2.6.35.7-zgsrv20080 (SMP w/1 CPU core; PREEMPT)
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 ldirectord depends on:
ii  logrotate 3.7.8-6Log rotation utility
pn  lvs   none (no description available)
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 

ldirectord recommends no packages.

ldirectord 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#599919: sks: default mailsync file and keyserver.kjsl.com

2010-10-12 Thread Christoph Anton Mitterer
Package: sks
Version: 1.1.1+dpkgv3-5
Severity: normal


Hi.

The default mailsyncfile you ship with the package contains:
pgp-public-k...@keyserver.kjsl.com

I'm not 100% sure, but as far as I can see, keyserver.kjsl.com is in the 
meantime
also an SKS and no longer a PKS keyserver.
Therfore this makes probably no longer sense.

The only PKS server I know, that's still alive is pgp-public-k...@the.earth.li

Cheers,
Chris.



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



Bug#599782: pyopencl: FTBFS: ImportError: No module named pyopencl

2010-10-12 Thread Jakub Wilk

* Tomasz Rybak bogom...@post.pl, 2010-10-12, 12:06:

I have changed this to PYTHONPATH=../build/lib.*-*-$(firstword
$(PYVERS))
and it works on my machine.


This would set PYTHONPATH to PYTHONPATH=../build/lib.*-*-2.6/ 
(literally). Doesn't look good.


You probably want something like:

PYTHONPATH=../$(wildcard build/lib.*-*-$(firstword $(PYVERS)))/

or

PYTHONPATH=../$$(ls -d build/lib.*-*-$(firstword $(PYVERS)))/

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#599922: dictionaries-common: merge upstream changes to .el files

2010-10-12 Thread era eriksson
Package: dictionaries-common
Version: 1.5.11
Severity: normal
X-Debbugs-Cc: era+deb...@iki.fi

Running a diff against ispell.el from emacs23 reveals some upstream
changes which should probably be incorporated into the version in
dictionaries-common.

There are also differences in flyspell.el but they seem by quick glance
to be fixes which should perhaps be merged by upstream instead of the
other way around.

repro$ apt-get install emacs23-el
repro$ zcat /usr/share/emacs/23.1/lisp/textmodes/flyspell.el.gz |
 diff -u - /usr/share/emacs/site-lisp/dictionaries-common/flyspell.el |
 less
repro$ zcat /usr/share/emacs/23.1/lisp/textmodes/ispell.el.gz |
 diff -u - /usr/share/emacs/site-lisp/dictionaries-common/ispell.el |
 less

I assume that having these files in dictionaries-common is a conscious
decision, although having the same files as shipped by Emacs etc seems
somewhat confusing and potentially risky.  (Witness also 
https://bugs.launchpad.net/ubuntu/+source/dictionaries-common/+bug/619015
 -- a change in emacs23 causes dictionaries-common's flyspell to break. 
Because of that, I hesitantly set the bug severity to Normal rather than
Minor or Wishlist.)

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



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



Bug#599924: ITP: plowshare -- command-line application to download files for file-sharing websites.

2010-10-12 Thread Fernando C. Estrada
Package: wnpp
Severity: wishlist

* Package name : plowshare
Version : 0.9.3
Upstream Author : Arnau Sanchez tokl...@gmail.com
* URL : http://code.google.com/p/plowshare/
* License : GPL3
Description : command-line application to download files for
file-sharing websites.

plowshare is a command-line application designed for some of the most
popular file-sharing websites. Using plowshare you will be able to
download files (and for some modules also upload, list and delete) on
UNIX-like operating systems.

plowshare supports Megaupload, Rapidshare, 2Shared, 4Shared, ZShare,
Badongo, Divshare.com, Depositfiles, Mediafire, Netload.in, Storage.to,
Uploaded.to, Uploading.com, Sendspace, Usershare, X7.to and some others.

plowshare is written in Bash, although some few modules need Perl to
solve captchas.

Regards,
-- 
Fernando C. Estrada




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



Bug#599925: scribus: new upstream version available

2010-10-12 Thread Bernd Zeimetz
Package: scribus
Version: 1.3.3.13.dfsg~svn20081228-2
Severity: wishlist

Hi,

scribus 1.3.8 was released some months ago already, while Debian is
still stuck at 1.3.3.13. Would it be possible to package the new version
for experimental at least?

Thanks,

Bernd

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

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



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



Bug#599915: [Pkg-electronics-devel] Bug#599915: drawtiming: Crash when converting timing diagrams to any format

2010-10-12 Thread أحمد المحمودي
reassign 599915 graphicsmagick 1.3.12-1
affects 599915 + drawtiming
stop

I recompiled graphicsmagick 1.3.5-6  installed in on my sid chroot, and 
the problem got fixed

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7


signature.asc
Description: Digital signature


Bug#598307: Patch for CVE-2010-3385

2010-10-12 Thread tony mancill
On 10/12/2010 02:07 AM, Etienne Millon wrote:
 Dear maintainer,
 
 Here is a patch that fixes this issue.
 
 Regards,
 

Hello Etienne Millon,

Thank you for the patch.  I will apply it and start preparing an upload
(after some testing).

Regards,
Tony



signature.asc
Description: OpenPGP digital signature


Bug#599926: debian-installer: Boot from first hard-disk after Debian-installer

2010-10-12 Thread cyberpunk
package: debian-installer
version: 0.42
severity: %
tags: patch


After installing Debian from CD/DVD the machine is configured to boot
from CD/DVD (choosen by user e.g. BIOS)

- There is no option in the installer menu to boot from first hard-disk.

- Would be a-very-nice-to-have feature easy to deploy!




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



Bug#599927: Kernel crashes when I start X on my Dell Latitude D505

2010-10-12 Thread Petter Reinholdtsen

Package: linux-image-2.6.32-5-686
Version: 2.6.32-23
Severity: important

The X server involved is as far as I know xserver-xorg-video-intel
version 2:2.9.1-4.

When I install the current Squeeze on my test laptop, a Dell Latitude
D505, starting kdm kill the machine.

This is what happen when I start X manually when logged in via ssh:

  r...@pxe-test0-pre:~# X

  X.Org X Server 1.7.7
  Release Date: 2010-05-04
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 2.6.32-5-686 i686 Debian
  Current Operating System: Linux pxe-test0-pre.uio.no 2.6.32-5-686 #1 SMP Sat 
Sep 18 02:14:45 UTC 2010 i686
  Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-686 
root=/dev/mapper/vg_system-root ro quiet
  Build Date: 20 September 2010  03:40:46PM
  xorg-server 2:1.7.7-7 (Julien Cristau jcris...@debian.org)
  Current version of pixman: 0.16.4
  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
  Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: /var/log/Xorg.0.log, Time: Tue Oct 12 15:26:01 2010
  (==) Using system config directory /usr/share/X11/xorg.conf.d
  (EE) open /dev/fb0: No such file or directory

After this, the network connection is dead and the screen and keyboard
on the laptop is black and dead.

I was a similar problem with Ubuntu earlier, reported at
URL: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/592682 
.

As the workaround for Ubuntu mentioned the file
/etc/modprobe.d/i915-kms.conf and changing modeset there, I tried to
change the current 'modeset=1' to 'modeset=0' and ran
'update-initramfs -u' before testing a reboot, but the problem was
still there.

Not quite sure what more to test.  Any suggestions?  I'm unable to get
any kernel messages from the crash.  Tried tailing /var/log/syslog
over ssh, but no messages showed up.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#599782: pyopencl: FTBFS: ImportError: No module named pyopencl

2010-10-12 Thread Evgeni Golov
Jakub Wilk jw...@debian.org wrote:

 * Tomasz Rybak bogom...@post.pl, 2010-10-12, 12:06:
I have changed this to PYTHONPATH=../build/lib.*-*-$(firstword
$(PYVERS))
and it works on my machine.
 
 This would set PYTHONPATH to PYTHONPATH=../build/lib.*-*-2.6/ 
 (literally). Doesn't look good.
 
 You probably want something like:
 
 PYTHONPATH=../$(wildcard build/lib.*-*-$(firstword $(PYVERS)))/
 
 or
 
 PYTHONPATH=../$$(ls -d build/lib.*-*-$(firstword $(PYVERS)))/

wildcard seems not to work, no idea why (it does when I call make -f
debian/rules build, but not when invoked via dpkg-buildpackage).

the ls version works fine for me on amd64 with i386 chroot (failed before).

@Thomasz: If you need a sponsor, I'm willing to help (either the
existing or the 0.92 version if you get the OK from RT) :)



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



Bug#577555: Problem still exists

2010-10-12 Thread newbeewan

 Hi,

It is a little better with uncrypted connexion with 2.6.34 and 2.6.35, but there always 
some cuts, the card is not loosing the signal, but connection become unusable for some 
seconds (I put a plasmoid showing me a graph), it is alternating between normal broadband 
et very tiny one.


My test are at 3 meters form the AP with anything between AP and my computer and without 
any other wifi device...


I don't know how to get some more information, kernel logs and syslogs haven't got any 
informations about that subject...


I haven't yet test that with the 2.6.36 RC.

Regards

Mourad



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



Bug#281859: iceweasel: works for me

2010-10-12 Thread Michal Suchanek
Package: iceweasel
Followup-For: Bug #281859


Works for me with Iceweasel 3.5.

-- Package-specific info:

-- Extensions information
Name: Characterizer
Location: ${PROFILE_EXTENSIONS}/kanjil...@jay.starkey
Status: enabled

Name: DOM Inspector
Location: ${PROFILE_EXTENSIONS}/inspec...@mozilla.org
Status: enabled

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

Name: DownloadHelper
Location: ${PROFILE_EXTENSIONS}/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}
Status: enabled

Name: Extended Cookie Manager
Location: ${PROFILE_EXTENSIONS}/{336f36f7-72b2-4314-984a-ae7cac4b7328}
Status: enabled

Name: Fast Video Download (with SearchMenu)
Location: ${PROFILE_EXTENSIONS}/{c50ca3c4-5656-43c2-a061-13e717f73fc8}
Status: enabled

Name: Flagfox
Location: ${PROFILE_EXTENSIONS}/{1018e4d6-728f-4b20-ad56-37578a4de76b}
Status: enabled

Name: FoxyProxy Standard
Location: ${PROFILE_EXTENSIONS}/foxypr...@eric.h.jung
Status: enabled

Name: Furigana Injector
Location: ${PROFILE_EXTENSIONS}/furiganainjec...@yayakoshi.net
Status: enabled

Name: Greasemonkey
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
Status: enabled

Name: HTML Ruby
Location: ${PROFILE_EXTENSIONS}/{e10bc159-aa26-41d8-aa24-65de9464ca5a}
Status: app-disabled

Name: InspectThis
Location: ${PROFILE_EXTENSIONS}/inspectt...@mackay.dyndns.info
Status: enabled

Name: Japanese-English Dictionary for rikaichan
Location: ${PROFILE_EXTENSIONS}/{6D898772-AD34-4c16-86BB-9DE787A5DEA0}
Status: enabled

Name: MR Tech Toolkit
Location: ${PROFILE_EXTENSIONS}/{9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC}
Status: enabled

Name: Names Dictionary for rikaichan
Location: ${PROFILE_EXTENSIONS}/{566D6332-1439-43bf-857E-7AD5F137AD0C}
Status: enabled

Name: NoScript
Location: ${PROFILE_EXTENSIONS}/{73a6fe31-595d-460b-a920-fcc0f8843232}
Status: enabled

Name: Personas
Location: ${PROFILE_EXTENSIONS}/perso...@christopher.beard
Status: enabled

Name: Red Cats (green flavor)
Location: ${PROFILE_EXTENSIONS}/{dd30bf68-268a-4815-ad48-8740b774c764}
Status: app-disabled

Name: ReminderFox
Location: ${PROFILE_EXTENSIONS}/{ada4b710-8346-4b82-8199-5de2b400a6ae}
Status: enabled

Name: Remove It Permanently
Location: ${PROFILE_EXTENSIONS}/{1dbc4a33-ea62-4330-966c-7bdad3455322}
Status: enabled

Name: Rikaichan
Location: ${PROFILE_EXTENSIONS}/{0AA9101C-D3C1-4129-A9B7-D778C6A17F82}
Status: enabled

Name: Stacked Inspector
Location: ${PROFILE_EXTENSIONS}/stackedinspec...@example.com
Status: enabled

Name: Stylish
Location: ${PROFILE_EXTENSIONS}/{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}
Status: enabled

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

Name: Taboo
Location: ${PROFILE_EXTENSIONS}/ta...@runningfrombears.com
Status: enabled

Name: Vimperator
Location: ${PROFILE_EXTENSIONS}/vimpera...@mozdev.org
Status: user-disabled

Name: České slovníky pro kontrolu pravopisu
Location: ${PROFILE_EXTENSIONS}/c...@dictionaries.addons.mozilla.org
Status: enabled

-- Plugins information
Name: Shockwave Flash
Location: /usr/lib/gnash/libgnashplugin.so
Package: browser-plugin-gnash
Status: enabled


-- Addons package information
ii  browser-plugin 0.8.8-5GNU Shockwave Flash (SWF) player - Plugin fo
ii  iceweasel  3.5.13-1   Web browser based on Firefox

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

Kernel: Linux 2.6.36-rc6-r600fence-smbinit-amd64 (SMP w/4 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

Versions of packages iceweasel depends on:
ii  debianutils  2.30Miscellaneous utilities specific t
ii  fontconfig   2.6.0-3 generic font configuration library
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libnspr4-0d  4.7.1-5 NetScape Portable Runtime Library
ii  libstdc++6   4.4.5-2 The GNU Standard C++ Library v3
ii  procps   1:3.2.7-11  /proc file system utilities
ii  xulrunner-1.9.1  1.9.1.13-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts 0.1-8Xft-compatible versions of some La
ii  libgssapi-krb5-21.8.3+dfsg-1 MIT Kerberos runtime libraries - k
pn  mozplugger  none   (no description available)
ii  ttf-lyx 1.6.7-1  TrueType versions of some TeX font
pn  ttf-mathematica4.1  none   (no description available)
ii  xfonts-mathml   

Bug#599928: CACAcam feature appears in package's description, but is only provided by minbif-webcam package

2010-10-12 Thread Johann BROUDIN
Package: minbif
Severity: minor

Description is self explaining. I think CACAcam feature should not appear in 
description, or the minbif-webcam package should be quoted.

Regards,
Johann BROUDIN.


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

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



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



Bug#599929: libsnmp15: net-snmp-config fail compiling subagent

2010-10-12 Thread Andrea Agosti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: libsnmp15
Version: 5.4.3~dfsg-1
Severity: normal
Tags: patch

net-snmp-config --compile-subagent test test.c fail with this error

generating the tmporary code file: netsnmptmp.11473.c
checking for init_test in test.c
init_test (void)
shift: 672: can't shift that many

Possible workaround:
I built the package using net-snmp-config.in from trunk and the error
is gone

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

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

Versions of packages libsnmp15 depends on:
ii  libc6  2.11.2-6   Embedded GNU C Library: Shared lib
ii  libperl5.105.10.1-14  shared Perl library
ii  libsensors41:3.1.2-6  library to read temperature/voltag
ii  libsnmp-base   5.4.3~dfsg-1   SNMP (Simple Network Management Pr
ii  libssl0.9.80.9.8o-2   SSL shared libraries
ii  libwrap0   7.6.q-19   Wietse Venema's TCP wrappers libra
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBAgAGBQJMtGwcAAoJEEGDEvtXdEoQCnwH/jXz0kpIK8ljN271dJNRfkP3
sveXNOP9SBEynMi5c47RqKkegiBAYORh2eT+su1/434sB9lATqBi1MKGVj3CI2LY
zKqbGcr+dWvi1wKwXYqzHO6WWALLhbxkQvm+hZyEtslE8kJHrmGAhci3zXNE+fbj
hCrB434UgbDT+EXSddhb52wdRn8H9mcu2AnicSVjqGC4JoIWbo6MLip5Rj7gxHb6
dhkzo9ofYghlO8lbRvWDEGW8avTFB2YSs8l7HtzRkjvTaNO0EM4AqWqMg1yzgmxD
y3Wyn9Z5kaESCajTBw+/XdQNfUXBjMcGdGjJ/c9QBZr+CWBKtit8C5uLhAJNZ4k=
=2JWk
-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#599927: Kernel crashes when I start X on my Dell Latitude D505

2010-10-12 Thread Julien Cristau
On Tue, Oct 12, 2010 at 15:34:16 +0200, Petter Reinholdtsen wrote:

 
 Package: linux-image-2.6.32-5-686
 Version: 2.6.32-23
 Severity: important
 
 The X server involved is as far as I know xserver-xorg-video-intel
 version 2:2.9.1-4.
 
 When I install the current Squeeze on my test laptop, a Dell Latitude
 D505, starting kdm kill the machine.
 
 This is what happen when I start X manually when logged in via ssh:
 
   r...@pxe-test0-pre:~# X
 
   X.Org X Server 1.7.7
   Release Date: 2010-05-04
   X Protocol Version 11, Revision 0
   Build Operating System: Linux 2.6.32-5-686 i686 Debian
   Current Operating System: Linux pxe-test0-pre.uio.no 2.6.32-5-686 #1 SMP 
 Sat Sep 18 02:14:45 UTC 2010 i686
   Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-686 
 root=/dev/mapper/vg_system-root ro quiet
   Build Date: 20 September 2010  03:40:46PM
   xorg-server 2:1.7.7-7 (Julien Cristau jcris...@debian.org)
   Current version of pixman: 0.16.4
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
   Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
   (==) Log file: /var/log/Xorg.0.log, Time: Tue Oct 12 15:26:01 2010
   (==) Using system config directory /usr/share/X11/xorg.conf.d
   (EE) open /dev/fb0: No such file or directory
 
 After this, the network connection is dead and the screen and keyboard
 on the laptop is black and dead.
 
What hardware is this on?  Please provide X and kernel log.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#599927: Kernel crashes when I start X on my Dell Latitude D505

2010-10-12 Thread Ben Hutchings
This is extremely short on information.  Please use reportbug.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus



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



Bug#599832: CVE-2010-3316 CVE-2010-3430 CVE-2010-3431 CVE-2010-3435

2010-10-12 Thread Steve Langasek
severity 599832 important
thanks

On Mon, Oct 11, 2010 at 07:52:13PM +0200, Moritz Muehlenhoff wrote:
 Package: pam
 Severity: grave
 Tags: security

 Hi,
 four security issues have been reported against pam:

 Originally reported via a thread on oss-security:
 http://thread.gmane.org/gmane.comp.security.oss.general/3311/focus=3534

 More verbose information and links to patches can be found
 in the Red Hat bugzilla:
 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3316

It is not believed to be exploitable on current kernels, at least not via
RLIMIT_NPROC [4].

 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3430
 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3431

Older PAM versions do to contain affected privilege dropping code and hence
can not be affected by these issues.  The are affected by the original issue
- CVE-2010-3435.

 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-3435

This flaw can lead to information disclosure.

I fail to see why any of these issues would be considered grave.

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


signature.asc
Description: Digital signature


Bug#507897: iceweasel: no issues with Iceweasel menu placement here

2010-10-12 Thread Michal Suchanek
Package: iceweasel
Followup-For: Bug #507897


I commonly use dual-screen setup with one screen going on/off when I
need it for other system.

I did not experience any issues with Iceweasel menus in this setup
(although I use them very rarely).

My window manager probably unmaps/remaps/resizes the window every time I
switch desktops so it might be that resizing or minimizing and restoring
the window would fix the problem.

A somewhat related issue I see is that when Iceweasel is running on one
screen and it shows dialog on another screen the dialog size appears to
be calculated as fraction of the size of the screen where the main
windows is and then shown as fraction of the screen where the dialog is
shown.

That is if the main window is on a landscape screen and the dialog shows
on a portrait screen it appears squashed, and the other way around.

Also firefox sometimes fails to react to resize request from the window
manager showing small content in a large window when the window is
automatically maximized on startup and Ieweasel remembers smaller window
size from last run.


-- Package-specific info:

-- Extensions information
Name: Characterizer
Location: ${PROFILE_EXTENSIONS}/kanjil...@jay.starkey
Status: enabled

Name: DOM Inspector
Location: ${PROFILE_EXTENSIONS}/inspec...@mozilla.org
Status: enabled

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

Name: DownloadHelper
Location: ${PROFILE_EXTENSIONS}/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}
Status: enabled

Name: Extended Cookie Manager
Location: ${PROFILE_EXTENSIONS}/{336f36f7-72b2-4314-984a-ae7cac4b7328}
Status: enabled

Name: Fast Video Download (with SearchMenu)
Location: ${PROFILE_EXTENSIONS}/{c50ca3c4-5656-43c2-a061-13e717f73fc8}
Status: enabled

Name: Flagfox
Location: ${PROFILE_EXTENSIONS}/{1018e4d6-728f-4b20-ad56-37578a4de76b}
Status: enabled

Name: FoxyProxy Standard
Location: ${PROFILE_EXTENSIONS}/foxypr...@eric.h.jung
Status: enabled

Name: Furigana Injector
Location: ${PROFILE_EXTENSIONS}/furiganainjec...@yayakoshi.net
Status: enabled

Name: Greasemonkey
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
Status: enabled

Name: HTML Ruby
Location: ${PROFILE_EXTENSIONS}/{e10bc159-aa26-41d8-aa24-65de9464ca5a}
Status: app-disabled

Name: InspectThis
Location: ${PROFILE_EXTENSIONS}/inspectt...@mackay.dyndns.info
Status: enabled

Name: Japanese-English Dictionary for rikaichan
Location: ${PROFILE_EXTENSIONS}/{6D898772-AD34-4c16-86BB-9DE787A5DEA0}
Status: enabled

Name: MR Tech Toolkit
Location: ${PROFILE_EXTENSIONS}/{9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC}
Status: enabled

Name: Names Dictionary for rikaichan
Location: ${PROFILE_EXTENSIONS}/{566D6332-1439-43bf-857E-7AD5F137AD0C}
Status: enabled

Name: NoScript
Location: ${PROFILE_EXTENSIONS}/{73a6fe31-595d-460b-a920-fcc0f8843232}
Status: enabled

Name: Personas
Location: ${PROFILE_EXTENSIONS}/perso...@christopher.beard
Status: enabled

Name: Red Cats (green flavor)
Location: ${PROFILE_EXTENSIONS}/{dd30bf68-268a-4815-ad48-8740b774c764}
Status: app-disabled

Name: ReminderFox
Location: ${PROFILE_EXTENSIONS}/{ada4b710-8346-4b82-8199-5de2b400a6ae}
Status: enabled

Name: Remove It Permanently
Location: ${PROFILE_EXTENSIONS}/{1dbc4a33-ea62-4330-966c-7bdad3455322}
Status: enabled

Name: Rikaichan
Location: ${PROFILE_EXTENSIONS}/{0AA9101C-D3C1-4129-A9B7-D778C6A17F82}
Status: enabled

Name: Stacked Inspector
Location: ${PROFILE_EXTENSIONS}/stackedinspec...@example.com
Status: enabled

Name: Stylish
Location: ${PROFILE_EXTENSIONS}/{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}
Status: enabled

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

Name: Taboo
Location: ${PROFILE_EXTENSIONS}/ta...@runningfrombears.com
Status: enabled

Name: Vimperator
Location: ${PROFILE_EXTENSIONS}/vimpera...@mozdev.org
Status: user-disabled

Name: České slovníky pro kontrolu pravopisu
Location: ${PROFILE_EXTENSIONS}/c...@dictionaries.addons.mozilla.org
Status: enabled

-- Plugins information
Name: Shockwave Flash
Location: /usr/lib/gnash/libgnashplugin.so
Package: browser-plugin-gnash
Status: enabled


-- Addons package information
ii  browser-plugin 0.8.8-5GNU Shockwave Flash (SWF) player - Plugin fo
ii  iceweasel  3.5.13-1   Web browser based on Firefox

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

Kernel: Linux 2.6.36-rc6-r600fence-smbinit-amd64 (SMP w/4 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

Versions of packages iceweasel depends on:
ii  debianutils  2.30Miscellaneous utilities specific t
ii  fontconfig   2.6.0-3 generic font configuration library
ii  libc6 

Bug#595759: new partman-zfs

2010-10-12 Thread Robert Millan
Here's a new patch.  It takes into account that filesystem
creation is stateful with ZFS (once a pool is created, it
remains registered), but partman expects it to be stateless.

The workaround is to export the pool inmediately after
creating it, then import it when mounting it.

-- 
Robert Millan
diff -Nurp -x changelog partman-zfs.old/check.d/zfs_root 
partman-zfs/check.d/zfs_root
--- partman-zfs.old/check.d/zfs_root2010-09-02 14:37:52.966988000 +0200
+++ partman-zfs/check.d/zfs_root1970-01-01 01:00:00.0 +0100
@@ -1,44 +0,0 @@
-#!/bin/sh
-# Check that the root partition is of type ZFS.
-
-case $(udpkg --print-os) in
-   kfreebsd)
-   ;;
-   *)
-   exit 0
-   ;;
-esac
-
-. /lib/partman/lib/base.sh
-
-for dev in $DEVICES/*; do
-   [ -d $dev ] || continue
-   cd $dev
-   open_dialog PARTITIONS
-   while { read_line num id size type fs path name; [ $id ]; }; do
-   [ $fs != free ] || continue
-   [ -f $id/method ] || continue
-   [ -f $id/acting_filesystem ] || continue
-   [ -f $id/mountpoint ] || continue
-   mountpoint=$(cat $id/mountpoint)
-   filesystem=$(cat $id/acting_filesystem)
-   if [ $mountpoint = / ]; then
-   root_fs=$filesystem
-   root_type=$type
-   root_path=$path
-   fi
-   done
-   close_dialog
-done
-
-# We need a root ZFS filesystem
-if [ $root_fs != zfs ]; then
-   db_set partman-zfs/root_not_zfs true
-   db_input critical partman-zfs/root_not_zfs || true
-   db_go || true
-   db_get partman-zfs/root_not_zfs
-   if [ $RET = true ]; then
-   exit 1
-   fi
-fi
-
diff -Nurp -x changelog partman-zfs.old/commit.d/format_zfs 
partman-zfs/commit.d/format_zfs
--- partman-zfs.old/commit.d/format_zfs 2010-09-02 14:37:52.887885000 +0200
+++ partman-zfs/commit.d/format_zfs 2010-10-12 14:19:57.274494104 +0200
@@ -63,11 +63,13 @@ for dev in $DEVICES/*; do
fi
 
code=0
-   # Ensure label is quoted correctly
log-output -t partman --pass-stdout \
-   mkfs.zfs ${label:+-L $label} \
-${reserved:+-m $reserved} \
+   zpool create -f -m none $(hostname)-$(basename 
$device) \
 $device /dev/null || code=$?
+   # will import in mount.d/zfs
+   log-output -t partman --pass-stdout \
+   zpool export $(hostname)-$(basename $device) \
+/dev/null || code=$?
sync
db_progress STOP
 
diff -Nurp -x changelog partman-zfs.old/debian/control 
partman-zfs/debian/control
--- partman-zfs.old/debian/control  2010-09-02 14:37:53.748294000 +0200
+++ partman-zfs/debian/control  2010-09-03 22:07:45.787581939 +0200
@@ -9,6 +9,6 @@ Vcs-Svn: svn://svn.debian.org/d-i/trunk/
 Package: partman-zfs
 XC-Package-Type: udeb
 Architecture: all
-Depends: ${misc:Depends}, zfsutils-udeb, zfs-modules, partman-basicfilesystems 
(= 59), partman-base (= 124)
+Depends: ${misc:Depends}, zfsutils-udeb (= 8.1-4), zfs-modules, 
partman-basicfilesystems (= 59), partman-base (= 124)
 Provides: partman-filesystem
 Description: Add to partman support for ZFS
diff -Nurp -x changelog partman-zfs.old/debian/partman-zfs.templates 
partman-zfs/debian/partman-zfs.templates
--- partman-zfs.old/debian/partman-zfs.templates2010-09-02 
14:37:53.509041000 +0200
+++ partman-zfs/debian/partman-zfs.templates2010-09-03 22:07:45.793583540 
+0200
@@ -4,18 +4,6 @@ Type: text
 # File system name (untranslatable in many languages)
 _Description: zfs
 
-Template: partman/filesystem_long/freebsd-zfs
-Type: text
-# :sl3:
-# File system name
-_Description: ZFS file system
-
-Template: partman/filesystem_short/freebsd-zfs
-Type: text
-# :sl3:
-# Short file system name (untranslatable in many languages)
-_Description: zfs
-
 Template: partman/filesystem_short/zfs
 Type: text
 # :sl3:
@@ -27,15 +15,3 @@ Type: text
 # :sl3:
 # File system name
 _Description: ZFS file system
-
-Template: partman-zfs/root_not_zfs
-Type: boolean
-# :sl3:
-_Description: Go back to the menu and correct this problem?
- Your root partition has not been configured with the ZFS file
- system. This is needed by your machine in order to boot. Please go
- back and use ZFS file system.
- .
- If you do not go back to the partitioning menu and correct this error,
- the partition will be used as is.  This means that you may not be able
- to boot from your hard disk.
diff -Nurp -x changelog partman-zfs.old/fstab.d/zfs partman-zfs/fstab.d/zfs
--- partman-zfs.old/fstab.d/zfs 2010-09-02 14:37:53.074038000 +0200
+++ partman-zfs/fstab.d/zfs 2010-09-04 

Bug#587801: iceweasel: show search as autocompletion option

2010-10-12 Thread Michal Suchanek
Package: iceweasel
Version: 3.5.13-1
Followup-For: Bug #587801


Search for whatever you typed by the search engine selected for URL
bar should be an autocompletion option always shown at the bottom of
the autocompletion list and searching for invalid URLs should be turned
off.

Some browsers show this option and Iceweasel can possibly be made to do
the same just by changing the default options.

-- Package-specific info:

-- Extensions information
Name: Characterizer
Location: ${PROFILE_EXTENSIONS}/kanjil...@jay.starkey
Status: enabled

Name: DOM Inspector
Location: ${PROFILE_EXTENSIONS}/inspec...@mozilla.org
Status: enabled

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

Name: DownloadHelper
Location: ${PROFILE_EXTENSIONS}/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}
Status: enabled

Name: Extended Cookie Manager
Location: ${PROFILE_EXTENSIONS}/{336f36f7-72b2-4314-984a-ae7cac4b7328}
Status: enabled

Name: Fast Video Download (with SearchMenu)
Location: ${PROFILE_EXTENSIONS}/{c50ca3c4-5656-43c2-a061-13e717f73fc8}
Status: enabled

Name: Flagfox
Location: ${PROFILE_EXTENSIONS}/{1018e4d6-728f-4b20-ad56-37578a4de76b}
Status: enabled

Name: FoxyProxy Standard
Location: ${PROFILE_EXTENSIONS}/foxypr...@eric.h.jung
Status: enabled

Name: Furigana Injector
Location: ${PROFILE_EXTENSIONS}/furiganainjec...@yayakoshi.net
Status: enabled

Name: Greasemonkey
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
Status: enabled

Name: HTML Ruby
Location: ${PROFILE_EXTENSIONS}/{e10bc159-aa26-41d8-aa24-65de9464ca5a}
Status: app-disabled

Name: InspectThis
Location: ${PROFILE_EXTENSIONS}/inspectt...@mackay.dyndns.info
Status: enabled

Name: Japanese-English Dictionary for rikaichan
Location: ${PROFILE_EXTENSIONS}/{6D898772-AD34-4c16-86BB-9DE787A5DEA0}
Status: enabled

Name: MR Tech Toolkit
Location: ${PROFILE_EXTENSIONS}/{9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC}
Status: enabled

Name: Names Dictionary for rikaichan
Location: ${PROFILE_EXTENSIONS}/{566D6332-1439-43bf-857E-7AD5F137AD0C}
Status: enabled

Name: NoScript
Location: ${PROFILE_EXTENSIONS}/{73a6fe31-595d-460b-a920-fcc0f8843232}
Status: enabled

Name: Personas
Location: ${PROFILE_EXTENSIONS}/perso...@christopher.beard
Status: enabled

Name: Red Cats (green flavor)
Location: ${PROFILE_EXTENSIONS}/{dd30bf68-268a-4815-ad48-8740b774c764}
Status: app-disabled

Name: ReminderFox
Location: ${PROFILE_EXTENSIONS}/{ada4b710-8346-4b82-8199-5de2b400a6ae}
Status: enabled

Name: Remove It Permanently
Location: ${PROFILE_EXTENSIONS}/{1dbc4a33-ea62-4330-966c-7bdad3455322}
Status: enabled

Name: Rikaichan
Location: ${PROFILE_EXTENSIONS}/{0AA9101C-D3C1-4129-A9B7-D778C6A17F82}
Status: enabled

Name: Stacked Inspector
Location: ${PROFILE_EXTENSIONS}/stackedinspec...@example.com
Status: enabled

Name: Stylish
Location: ${PROFILE_EXTENSIONS}/{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}
Status: enabled

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

Name: Taboo
Location: ${PROFILE_EXTENSIONS}/ta...@runningfrombears.com
Status: enabled

Name: Vimperator
Location: ${PROFILE_EXTENSIONS}/vimpera...@mozdev.org
Status: user-disabled

Name: České slovníky pro kontrolu pravopisu
Location: ${PROFILE_EXTENSIONS}/c...@dictionaries.addons.mozilla.org
Status: enabled

-- Plugins information
Name: Shockwave Flash
Location: /usr/lib/gnash/libgnashplugin.so
Package: browser-plugin-gnash
Status: enabled


-- Addons package information
ii  browser-plugin 0.8.8-5GNU Shockwave Flash (SWF) player - Plugin fo
ii  iceweasel  3.5.13-1   Web browser based on Firefox

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

Kernel: Linux 2.6.36-rc6-r600fence-smbinit-amd64 (SMP w/4 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

Versions of packages iceweasel depends on:
ii  debianutils  2.30Miscellaneous utilities specific t
ii  fontconfig   2.6.0-3 generic font configuration library
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libnspr4-0d  4.7.1-5 NetScape Portable Runtime Library
ii  libstdc++6   4.4.5-2 The GNU Standard C++ Library v3
ii  procps   1:3.2.7-11  /proc file system utilities
ii  xulrunner-1.9.1  1.9.1.13-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts 0.1-8Xft-compatible versions of some La
ii  

Bug#599930: aide: escape another special character in pathnames

2010-10-12 Thread Marc Deslauriers
Package: aide
Version: 0.13.1-11
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmplkThkF

Aide chokes on the special character in the following pathname:

/dev/input/by-id/usb-Microsoft_Microsoft_IntelliMouse®_Optical-mouse

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/aide.conf.d/70_aide_dev: escape another special character in
filenames. (LP: #456710)

We thought you might be interested in doing the same. 


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

Kernel: Linux 2.6.35-22-generic (SMP w/2 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u aide-0.13.1/debian/changelog aide-0.13.1/debian/changelog
diff -u aide-0.13.1/debian/aide.conf.d/70_aide_dev aide-0.13.1/debian/aide.conf.d/70_aide_dev
--- aide-0.13.1/debian/aide.conf.d/70_aide_dev
+++ aide-0.13.1/debian/aide.conf.d/70_aide_dev
@@ -18,7 +18,7 @@
   find /dev -path /dev/.static -prune -o -print | \
  sed -e 's/^\(.*\)/\1$ RamdiskData/'   \
  -e 's,\\,,g' -e 's,\.,\\\.,g' \
- -e 's,#,\\#,g'
+ -e 's,#,\\#,g' -e 's,®,\.,g'
   echo /dev/\.static$ RamdiskData
 else
   # we have static /dev


Bug#599931: zipl hook scripts invoke zipl multiple times

2010-10-12 Thread Stephen Powell
Package: s390-tools
Version: 1.8.3-2
Severity: wishlist

The zipl hook scripts, /etc/kernel/postinst.d/zz-zipl and
/etc/kernel/postrm.d/zz-zipl, invoke zipl multiple times.  It would be good
to incorporate logic similar to that included in the initramfs-tools hook
script so that zipl only gets invoked once.  For example, at the
time of this writing, /etc/kernel/postinst.d/zz-zipl looks something like this:

-

   #!/bin/sh
   exec zipl /dev/null 2

-

This script is called both for pre-configuration and for configuration,
causing zipl to be invoked twice.  Consider instead the following logic:

-

   #!/bin/sh
   set -e

   # Avoid executing multiple times.
   if [ -n $DEB_MAINT_PARAMS ];then
   eval set -- $DEB_MAINT_PARAMS
   if [ -z $1 ] || [ $1 != configure ];then
   exit 0
   fi
   fi

   
   if [ -f /etc/zipl.conf ];then
  zipl 2
   else
  echo WARNING, not invoking zipl: /etc/zipl.conf not found 2
   fi

-

This script exits without invoking zipl when invoked during pre-configuration,
but does invoke zipl during configuration.  (It also does not invoke zipl
if zipl's configuration file is not found.)  Similarly,
/etc/kernel/postrm.d/zz-zipl currently looks something like this:

-

#!/bin/sh
exec zipl /dev/null 2

-

This script is invoked for a remove and also for a purge.  When a purge is done,
the script is called twice: first for the remove process, then a second time
for the purge process.  Thus, zipl gets executed twice.  Consider instead
the following logic:

-

   #!/bin/sh

   # Avoid executing multiple times.
   if [ -n $DEB_MAINT_PARAMS ];then
   eval set -- $DEB_MAINT_PARAMS
   if [ -z $1 ] || [ $1 != remove ];then
   exit 0
   fi
   fi

   if [ -f /etc/zipl.conf ];then
  zipl 2
   else
  echo WARNING, not invoking zipl: /etc/zipl.conf not found 2
   fi
   exit 0

-

This logic causes the script to exit without invoking zipl
when called for purge processing, but allows zipl to be invoked
during remove processing.  (It also forces a clean exit in case
of an error from zipl, which is desirable during a remove.)

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-



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



Bug#599932: lcov: genhtml fails with Not enough arguments for main::write_source_line

2010-10-12 Thread Simon McVittie
Package: lcov
Version: 1.9-1
Severity: grave
Justification: major area of functionality no longer works

The version of genhtml in lcov 1.9 no longer works. With any or no
command-line arguments, it produces:

s...@reptile% genhtml
Not enough arguments for main::write_source_line at /usr/bin/genhtml line 4971, 
near 0)
Execution of /usr/bin/genhtml aborted due to compilation errors.

This appears to be caused by the patch from #578571, about which Enrico wrote:

 To make it work, two extra 0
 arguments need to be added to write_source_line.

With that change (below), genhtml works again.

Regards,
S

--- /usr/bin/genhtml2010-10-08 14:32:39.0 +0100
+++ /home/smcv/bin/genhtml  2010-10-12 15:38:39.0 +0100
@@ -4968,7 +4968,7 @@
 write_source_prolog(*HTML_HANDLE);
 push (@result,
  write_source_line(HTML_HANDLE, 0,
-   (missing file), 0, 0));
+   (missing file), 0, 0, 0, 0));
 write_source_epilog(*HTML_HANDLE);
 return (@result);
 }

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

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

Versions of packages lcov depends on:
ii  gcc   4:4.4.5-1  The GNU C compiler
ii  perl  5.10.1-15  Larry Wall's Practical Extraction 

Versions of packages lcov recommends:
ii  libgd-gd2-perl   1:2.39-2+b1 Perl module wrapper for libgd - gd

lcov 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#592835: upstream 2.04 available + menu patch + debian/ modernization

2010-10-12 Thread Krzysztof Klimonda
On Sat, 2010-10-02 at 21:22 +0200, Leo 'costela' Antunes wrote:
 Hi,
 
 On 02/10/10 21:13, Kurt Pruenner wrote:
  Applying the change in changeset 1[1] to the 2.03 debian package
  fixes that (a single missing '/', aka transmission bug 3467[2]), so at
  least that change should probably get added to the version that's going
  to be released with Squeeze, be it 2.03 or 2.04, as I doubt any program
  using bt's RPC interface will code around a bug that existed for only a
  couple of days...
 
 You're absolutely right. I'm unfortunately a bit swamped at the moment
 and still didn't manage to work on transmission this week. Will try to
 do it tomorrow though.
 
 Thanks a lot for the pointers!
 
 Cheers
 

Hey,

If you are still having tough time outside of the Debian could you
publish what you have done somewhere? I'm aware that changes in 2.10
were a little more complicated then previously and it's going to take
some more work than usual, but as I have to update 2.10 for Ubuntu at
some point I could as well update both Ubuntu and Debian packages at the
same time, attach the changes and wait for an ACK from you (I prefer not
to diverge Ubuntu packaging too much).

Cheers,
 KK

-- 
Krzysztof Klimonda kklimo...@syntaxhighlighted.com


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


Bug#599916: please set limits so that users cant kill the system

2010-10-12 Thread Steve Langasek
reassign 599916 linux-2.6
severity 599916 wishlist
thanks

On Tue, Oct 12, 2010 at 01:24:11PM +0200, Holger Levsen wrote:

 as there are no process limits set, it's trivial for any user to use all 
 resources:

 Just run this in bash: :() { :I: };:

 (I obfuscated the exploit slightly. Mail me if you need to know how.)

 And voila, the system is gone. (=there are ressources left to be used.)

 I'm actually a bit lost how the default process limit is set, whether its
 31500 or 16025 user processes, or unlimited.  In any case, I succeeded in
 blowing up a squeeze system as nobody when the process limit was 16025. 
 And I also succeeded on sid, and saw someone else kill his lenny vm.

pam_limits does not set policies for limits; these policies are set by the
kernel, and are merely shadowed by pam_limits for re-setting defaults.  If
you think the default limits are wrong, talk to the kernel team; otherwise,
you can use /etc/security/limits.conf to set the limits to your taste -
that's what the config file is there for.

 I'm not sure if my reaction (critical bug as it breaks the ability to
 hand out access to unbtrusted users basically) is too much, since maybe
 this works as designed (rather enable people to use the system by
 default, if you want it more restricted do so...) but I could also not
 find anything in NEWS or README.Debian...

I don't see why you would expect PAM to document the use of limits in either
place.  This certainly isn't news.

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


signature.asc
Description: Digital signature


Bug#599523: #599523 [update-manager-gnome] wants to downgrade packages without any notice

2010-10-12 Thread Evgeni Golov
Hi Zoran,

I fear your problem is your pinning.

 $ apt-cache policy libgl1-mesa-dri
 libgl1-mesa-dri:
   Installed: 7.8.2-2
   Candidate: 7.7.1-4
   Package pin: 7.7.1-4
   Version table:
  *** 7.8.2-2 990
 200 http://debian.iskon.hr/debian/ experimental/main i386 Packages
 100 /var/lib/dpkg/status
  7.7.1-4 990
 700 http://debian.iskon.hr/debian/ testing/main i386 Packages
 300 http://debian.iskon.hr/debian/ unstable/main i386 Packages
  7.0.3-7 990
 400 http://debian.iskon.hr/debian/ stable/main i386 Packages

Candidate is 7.7.1-4, NOT your wanted 7.8.2-2.

Can you paste the output of `apt-cache policy` and the content of
/etc/apt/preferences and /etc/apt/preferences.d/*

Regards
Evgeni Golov



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



Bug#599933: perl: fails to build with GCC 4.5

2010-10-12 Thread Colin Watson
Package: perl
Version: 5.10.1-15
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch natty

Ubuntu recently switched to GCC 4.5, and we quickly found that Perl
failed to build with it.  Here's the build log:

  
http://launchpadlibrarian.net/57494704/buildlog_ubuntu-natty-i386.perl_5.10.1-15ubuntu1_FAILEDTOBUILD.txt.gz

It ends as follows:

  # Verify that the headers are usable
  for ph in ` /build/buildd/perl-5.10.1/debian/headers sed -e 's/\.h$/.ph/'`; 
do \
  if [ ! -f 
/build/buildd/perl-5.10.1/debian/tmp/usr/lib/perl/5.10/$ph ]; then \
  echo $ph: missing; else \
  /build/buildd/perl-5.10.1/perl.static -I 
/build/buildd/perl-5.10.1/debian/tmp/usr/lib/perl/5.10 -I 
/build/buildd/perl-5.10.1/debian/tmp/usr/share/perl/5.10 -e \
  print '$ph: '; require '$ph'; print \ok\n\; \
  || exit 1; \
  fi; \
  done
  Illegal declaration of subroutine main::__INT16_C at 
/build/buildd/perl-5.10.1/debian/tmp/usr/lib/perl/5.10/_h2ph_pre.ph line 162.
  Compilation failed in require at 
/build/buildd/perl-5.10.1/debian/tmp/usr/lib/perl/5.10/asm/termios.ph line 1.
  Compilation failed in require at -e line 1.
  asm/termios.ph: make: *** [install-stamp] Error 1

I hunted around a bit and tracked down
http://perl5.git.perl.org/perl.git/commit/8d66b3f930dc6d88b524d103e304308ae73a46e7,
which fixes this problem (although the commit message is uninformative).
Attached please find a patch to incorporate this.

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]
  * Apply upstream patch from Robin Barker
(http://perl5.git.perl.org/perl.git/commit/8d66b3f930dc6d88b524d103e304308ae73a46e7)
to fix h2ph header generation with GCC 4.5.

diff -Nru perl-5.10.1/debian/patches/fixes/h2ph-gcc-4.5.diff perl-5.10.1/debian/patches/fixes/h2ph-gcc-4.5.diff
--- perl-5.10.1/debian/patches/fixes/h2ph-gcc-4.5.diff	1970-01-01 01:00:00.0 +0100
+++ perl-5.10.1/debian/patches/fixes/h2ph-gcc-4.5.diff	2010-10-12 15:07:33.0 +0100
@@ -0,0 +1,96 @@
+Author: Robin Barker rmbar...@cpan.org
+Subject: Fix h2ph and test
+ Needed to build with GCC 4.5.
+Origin: upstream, http://perl5.git.perl.org/perl.git/commit/8d66b3f930dc6d88b524d103e304308ae73a46e7
+
+Index: b/lib/h2ph.t
+===
+--- a/lib/h2ph.t
 b/lib/h2ph.t
+@@ -18,7 +18,7 @@
+ exit 0;
+ }
+ 
+-plan(4);
++plan(5);
+ 
+ # quickly compare two text files
+ sub txt_compare {
+@@ -41,8 +41,16 @@
+stderr = 1 );
+ like( $result, qr/syntax OK$/, output compiles);
+ 
++$result = runperl( progfile = '_h2ph_pre.ph',
++   switches = ['-c'],
++   stderr = 1 );
++like( $result, qr/syntax OK$/, preamble compiles);
++
+ $result = runperl( switches = [-w], 
+-   prog = '$SIG{__WARN__} = sub { die $_[0] }; require q(lib/h2ph.pht);');
++   stderr = 1,
++   prog = 'PROG' );
++$SIG{__WARN__} = sub { die $_[0] }; require q(lib/h2ph.pht);
++PROG
+ is( $result, '', output free of warnings );
+ 
+ # cleanup
+Index: b/utils/h2ph.PL
+===
+--- a/utils/h2ph.PL
 b/utils/h2ph.PL
+@@ -401,7 +401,10 @@
+ exit $Exit;
+ 
+ sub expr {
+-$new = '(assembly code)' and return if /\b__asm__\b/; # freak out.
++if (/\b__asm__\b/) {	# freak out
++	$new = '(assembly code)';
++	return
++}
+ my $joined_args;
+ if(keys(%curargs)) {
+ 	$joined_args = join('|', keys(%curargs));
+@@ -764,7 +767,7 @@
+ sub build_preamble_if_necessary
+ {
+ # Increment $VERSION every time this function is modified:
+-my $VERSION = 2;
++my $VERSION = 3;
+ my $preamble= $Dest_dir/_h2ph_pre.ph;
+ 
+ # Can we skip building the preamble file?
+@@ -792,7 +795,16 @@
+ 		# parenthesized value:  d=(v)
+ 		$define{$_} = $1;
+ 	}
+-	if ($define{$_} =~ /^([+-]?(\d+)?\.\d+([eE][+-]?\d+)?)[FL]?$/) {
++	if (/^(\w+)\((\w)\)$/) {
++		my($macro, $arg) = ($1, $2);
++		my $def = $define{$_};
++		$def =~ s/$arg/\$\{$arg\}/g;
++		print PREAMBLE DEFINE;
++unless (defined $macro) { sub $macro(\$) { my (\$$arg) = \...@_; \$def\ } }
++
++DEFINE
++	} elsif
++		($define{$_} =~ /^([+-]?(\d+)?\.\d+([eE][+-]?\d+)?)[FL]?$/) {
+ 		# float:
+ 		print PREAMBLE
+ 		unless (defined $_) { sub $_() { $1 } }\n\n;
+@@ -801,8 +813,14 @@
+ 		print PREAMBLE
+ 		unless (defined $_) { sub $_() { $1 } }\n\n;
+ 	} elsif ($define{$_} =~ /^\w+$/) {
+-		print PREAMBLE
+-		unless (defined $_) { sub $_() { $define{$_} } }\n\n;
++		my $def = $define{$_};
++		if ($isatype{$def}) {
++		  print PREAMBLE
++		unless (defined $_) { sub $_() { \$def\ } }\n\n;
++		} else {
++		  print PREAMBLE
++		unless (defined $_) { sub $_() { $def } }\n\n;
++	}
+ 	} 

Bug#599929: Solution

2010-10-12 Thread Andrea Agosti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Previous workaround fix my problem but as result net-snmp-config
- --create-snmpv3-user stop working using net-snmp-config.in from trunk.

If you use net-snmp-config.in from branch V5.4-patches the issue is
solved and creation of snmpv3 users works too.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEcBAEBAgAGBQJMtHcoAAoJEEGDEvtXdEoQm1YH/0ioYMnGfB7ce3Z9FrXxpCxh
Wd+bF8MmWdpEAn0DSe1/G7YIy/kfAHr8K//fj4qkREdpLsun9aXWAewrsvsJtIGd
176N0vX/FiykDmwJ3HRnx5wNUr8RPLqNUnOdefyeRnhlkOk5CzBPpyQJd5II3VGj
eLNwe9Gaju5V4PVK/YXuBLkAzAXZ3hfR4NGpnDpXQGtdCaMVj4M5RwyxMAiz5ASc
sPQlyJxrlp8xZseWwrYEILfWJdBGaB48JhiKj4oOn4SS2+K9aoeZ94HnE7/PSBJf
PyDsLtMSIavZqKn03d90SzAGyQqRQM42udE3BB3RdLtvDk7Z6Y5+oKSTOjFmzG4=
=Bjmu
-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#599934: lilo invoked multiple times by hook scripts

2010-10-12 Thread Stephen Powell
Package: lilo
Version: 1:22.8-8.3
Severity: wishlist

The lilo hook scripts, /etc/kernel/postinst.d/zz-lilo and
/etc/kernel/postrm.d/zz-lilo, invoke lilo multiple times.  It would be good
to incorporate logic similar to that included in the initramfs-tools hook
scripts so that lilo only gets invoked once.  For example,
/etc/kernel/postinst.d/zz-lilo is called both for pre-configuration (of a
kernel image package) and for configuration (of a kernel image package),
causing lilo to be invoked twice.  Consider instead the following logic:

-

   #!/bin/sh
   set -e

   # Avoid executing multiple times.
   if [ -n $DEB_MAINT_PARAMS ];then
   eval set -- $DEB_MAINT_PARAMS
   if [ -z $1 ] || [ $1 != configure ];then
   exit 0
   fi
   fi

  
   if [ -f /etc/lilo.conf ];then
  lilo 2
   else
  echo WARNING, not invoking lilo: /etc/lilo.conf not found 2
   fi

-

This script exits without invoking lilo when invoked during pre-configuration,
but does invoke lilo during configuration.  Similarly,
/etc/kernel/postrm.d/zz-lilo gets invoked twice: once for a remove (of a
kernel image package) and once for a purge (of a kernel image package).
Consider instead the following logic:

-

   #!/bin/sh

   # Avoid executing multiple times.
   if [ -n $DEB_MAINT_PARAMS ];then
   eval set -- $DEB_MAINT_PARAMS
   if [ -z $1 ] || [ $1 != remove ];then
   exit 0
   fi
   fi

   if [ -f /etc/lilo.conf ];then
  lilo 2
   else
  echo WARNING, not invoking lilo: /etc/lilo.conf not found 2
   fi
   exit 0

-

This logic causes the script to exit without invoking lilo
when called for purge processing, but allows lilo to be invoked
during remove processing.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-



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



Bug#599935: mailgraph: [INTL:ru] Russian debconf templates translation update

2010-10-12 Thread Yuri Kozlov
Package: mailgraph
Version: 1.14-4.1
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mailgraph package.
#
# Yuri Kozlov kozlo...@gmail.com, 2008.
# Yuri Kozlov yu...@komyakino.ru, 2010.
msgid 
msgstr 
Project-Id-Version: mailgraph 1.14-4.1\n
Report-Msgid-Bugs-To: mailgr...@packages.debian.org\n
POT-Creation-Date: 2010-10-12 06:50+0200\n
PO-Revision-Date: 2010-10-12 19:12+0400\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
Language: ru\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: boolean
#. Description
#: ../mailgraph.templates:1001
msgid Should Mailgraph start on boot?
msgstr Запускать Mailgraph при запуске операционной системы?

#. Type: boolean
#. Description
#: ../mailgraph.templates:1001
msgid 
Mailgraph can start on boot time as a daemon. Then it will monitor your 
Postfix logfile for changes. This is recommended.
msgstr 
Mailgraph можно запускать во время старта системы в виде службы. Это 
позволяет сразу начать отслеживать изменения журнала Postfix. Рекомендуемый 
режим.

#. Type: boolean
#. Description
#: ../mailgraph.templates:1001
msgid The other method is to call mailgraph by hand with the -c parameter.
msgstr Также можно запускать mailgraph вручную с параметром -c.

#. Type: string
#. Description
#: ../mailgraph.templates:2001
msgid Logfile used by mailgraph:
msgstr Журнал, используемый mailgraph:

#. Type: string
#. Description
#: ../mailgraph.templates:2001
msgid 
Enter the logfile which should be used to create the databases for 
mailgraph. If unsure, leave default (/var/log/mail.log).
msgstr 
Укажите журнал, который нужно использовать для создания баз данных 
mailgraph. Если не уверены, оставьте значение по умолчанию (/var/log/mail.
log).

#. Type: boolean
#. Description
#: ../mailgraph.templates:3001
msgid Ignore mail to/from localhost?
msgstr Игнорировать почту для/от localhost?

#. Type: boolean
#. Description
#: ../mailgraph.templates:3001
#| msgid 
#| If you count incoming mail as outgoing mail (default), mail is counted 
#| more than once if you use content filters like amavis, so you'll get 
#| wrong values. If you're using some content filter, disable this.
msgid 
When using a content filter like amavis, incoming mail is counted more than 
once, which will result in wrong values. If you use some content filter, you 
should choose this option.
msgstr 
Если вы используете фильтр по содержимому типа amavis входящая почта 
считается более одного раза, что приводит к неверным значениям. 
Если вы используете фильтры по содержимому, ответьте утвердительно.

#~ msgid Count incoming mail as outgoing mail?
#~ msgstr Считать входящую почту как исходящую?


Bug#593909: Names of Fields in Control Files

2010-10-12 Thread Charles Plessy
Le Mon, Oct 11, 2010 at 03:13:43PM -0700, Russ Allbery a écrit :
 Charles Plessy ple...@debian.org writes:
 
  how about simply paraphrasing the RFC 822/5832, which our the source of
  inspiration ? In that case, the requirement for field names will be to
  be printable ASCII characters, except colons.
 
  I propose the following change in the context the patch that I am
  preparing for clarifying the Policy's chapter about control files, in
  bug #593909.
 
 It occurred to me, on reviewing your other patch as well, that this change
 should probably also say explicitly that field names may not begin with #.

Here is an updated patch, that contains the following:

  Each paragraph consists of a series of data fields; each
  field consists of the field name, followed by a colon and
- then the data/value associated with that field.  It ends at
- the end of the (logical) line.  Horizontal whitespace
+ then the data/value associated with that field.  The field
+ name is composed of printable ASCII characters (i.e.,
+ characters that have values between 33 and 126, inclusive)
+ except colon and must not with a begin with #.  The
+ field ends at the end of the line or at the end of the
+ last continuation line (see below).  Horizontal whitespace
  (spaces and tabs) may occur immediately before or after the
  value and is ignored there; it is conventional to put a

Apart from adding that fields names may not begin with #, I also changed
‘US-ASCII’ for ‘ASCII’, since this is the vocabulary used by the Policy.

Have a nice day,

-- 
Charles
From ae5afd407773a02863169dc71bdaacaeb644570c Mon Sep 17 00:00:00 2001
From: Charles Plessy ple...@debian.org
Date: Wed, 13 Oct 2010 00:14:42 +0900
Subject: [PATCH] Clarification of the format of control files, Closes: #501930, #593909.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

 - Specifies field names similarly to RFC 822/5832;
 - Distinguishes simple, folded and mulitiline fields;
 - Clarifies paragraph separators (#501930);
 - The order of paragraphs is significant;
 - Fields can have different types or purposes in different control files;
 - Moved the description of comments from §5.2 to §5.1;
 - Documented that relationship fields can only be folded in debian/control.
---
 policy.sgml |  116 +-
 1 files changed, 74 insertions(+), 42 deletions(-)

diff --git a/policy.sgml b/policy.sgml
index 642f672..02637f0 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -2479,19 +2479,26 @@ endif
 	  fieldsfootnote
 		The paragraphs are also sometimes referred to as stanzas.
 	  /footnote.
-	  The paragraphs are separated by blank lines.  Some control
+	  The paragraphs are separated by empty lines.  Parsers may accept
+	  lines consisting solely of spaces and tabs as paragraph
+	  separators, but control files should use empty lines.  Some control
 	  files allow only one paragraph; others allow several, in
 	  which case each paragraph usually refers to a different
 	  package.  (For example, in source packages, the first
 	  paragraph refers to the source package, and later paragraphs
-	  refer to binary packages generated from the source.)
+	  refer to binary packages generated from the source.)  The
+	  ordering of the paragraphs in control files is significant.
 	/p
 
 	p
 	  Each paragraph consists of a series of data fields; each
 	  field consists of the field name, followed by a colon and
-	  then the data/value associated with that field.  It ends at
-	  the end of the (logical) line.  Horizontal whitespace
+	  then the data/value associated with that field.  The field
+	  name is composed of printable ASCII characters (i.e.,
+	  characters that have values between 33 and 126, inclusive)
+	  except colon and must not with a begin with #.  The
+	  field ends at the end of the line or at the end of the
+	  last continuation line (see below).  Horizontal whitespace
 	  (spaces and tabs) may occur immediately before or after the
 	  value and is ignored there; it is conventional to put a
 	  single space after the colon.  For example, a field might
@@ -2509,22 +2516,52 @@ Package: libc6
 	/p
 
 	p
-	  Many fields' values may span several lines; in this case
-	  each continuation line must start with a space or a tab.
-	  Any trailing spaces or tabs at the end of individual
-	  lines of a field value are ignored. 
+	  There are three types of fields:
+	  taglist
+	tagsimple/tag
+	item
+	  The field, including its value, must be a single line.  Folding
+	  of the field is not permitted.  This is the default field type
+	  if the definition of the field does not specify a different
+	  type.
+	/item
+	tagfolded/tag
+	item
+	  The value of a folded field is a logical line that may span
+	  several lines.  The lines after the first are called
+	 

Bug#599936: bzr-svn: AssertionError in bzr diff

2010-10-12 Thread Roland Mas
Package: bzr-svn
Version: 1.0.4+bzr3475-1
Severity: normal

The newest bzr-svn triggers an assertion error during bzr diff on a
branch bound to a remote SVN repository.  Here's a log, starting from
bzr-svn 1.0.4-1 (which works fine), then an upgrade, then the error:

rol...@mirexpress ~/eyrolles/debian $ bzr info
Lightweight checkout (format: 2a)   
   
Location:
  light checkout root: .
   checkout of branch: https://svn.ouaza.com/eyrolles/trunk/admin-debian
shared repository: https://svn.ouaza.com/eyrolles/trunk/admin-debian
rol...@mirexpress ~/eyrolles/debian $ bzr st
modified:   
   
  fr-FR/10_infrastructure.xml
rol...@mirexpress ~/eyrolles/debian $ bzr diff
=== modified file 'fr-FR/10_infrastructure.xml't 0/1233
stacking support in bzr-svn is experimental.
--- fr-FR/10_infrastructure.xmlh2010-04-19 15:40:43 +
+++ fr-FR/10_infrastructure.xml 2010-10-12 15:31:01 +
@@ -2,7 +2,7 @@
 !DOCTYPE chapter PUBLIC -//OASIS//DTD DocBook XML V4.5//EN 
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; [
 ]
 !-- Copyright 2004-2009 Raphaël Hertzog --
-!-- Copyright 2006-2009 Roland Mas --
+!-- Copyright 2006-2010 Roland Mas --
 !-- $Id$ --
 chapter id=infrastructure
 
@@ -12,7 +12,7 @@

[...]

rol...@mirexpress ~/eyrolles/debian $ sudo aptitude install bzr-svn
Les paquets suivants seront mis à jour :  
  bzr-svn 
1 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 2 non mis à jour.
Il est nécessaire de télécharger 0 o/254 ko d'archives. Après dépaquetage, 0 o 
seront utilisés.
Voulez-vous continuer ? [Y/n/?] 
(Lecture de la base de données... 244784 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de bzr-svn 1.0.4-1 (en utilisant 
.../bzr-svn_1.0.4+bzr3475-1_all.deb) ...
Dépaquetage de la mise à jour de bzr-svn ...
Paramétrage de bzr-svn (1.0.4+bzr3475-1) ...
Traitement des actions différées (« triggers ») pour « python-central »...
  
État actuel : 2 mises à jour restantes [-1].
rol...@mirexpress ~/eyrolles/debian $ bzr st
modified:   
   
  fr-FR/10_infrastructure.xml
rol...@mirexpress ~/eyrolles/debian $ bzr diff
=== modified file 'fr-FR/10_infrastructure.xml't 0/1233
stacking support in bzr-svn is experimental.
bzr: ERROR: exceptions.AssertionError: or file ids 0/1215

Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 911, in 
exception_to_return_code
return the_callable(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line , in 
run_bzr
ret = run(*run_argv)
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/bzrtools/command.py, 
line 22, in run_argv_aliases
commands.Command.run_argv_aliases(self, argv, alias_argv)
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 689, in 
run_argv_aliases
return self.run(**all_cmd_args)
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 704, in run
return self._operation.run_simple(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/cleanup.py, line 135, in 
run_simple
self.cleanups, self.func, *args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/cleanup.py, line 165, in 
_do_with_cleanups
result = func(*args, **kwargs)
  File 
/usr/lib/python2.6/dist-packages/bzrlib/plugins/bzrtools/command_classes.py, 
line 526, in run
colordiff(color, check_style, *args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/bzrtools/colordiff.py, 
line 203, in colordiff
get_cmd_object('diff').run(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 704, in run
return self._operation.run_simple(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/cleanup.py, line 135, in 
run_simple
self.cleanups, self.func, *args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/cleanup.py, line 165, in 
_do_with_cleanups
result = func(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/commands.py, line 1126, in 
ignore_pipe
result = func(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/bzrlib/builtins.py, line 1982, in run
format_cls=format)
  File /usr/lib/python2.6/dist-packages/bzrlib/diff.py, line 493, in 
show_diff_trees
return differ.show_diff(specific_files, extra_trees)
  File /usr/lib/python2.6/dist-packages/bzrlib/diff.py, line 942, in show_diff
return self._show_diff(specific_files, extra_trees)
  File /usr/lib/python2.6/dist-packages/bzrlib/diff.py, line 1002, in 
_show_diff
self._diff(file_id, oldpath, newpath, kind[0], kind[1])
  File /usr/lib/python2.6/dist-packages/bzrlib/diff.py, line 1028, in _diff
new_path, 

Bug#599464: [pkg-eucalyptus-maintainers] Bug#599464: euca2ools: euca-bundle-vol creates invalid bundled AMIs for Amazon EC2

2010-10-12 Thread Miguel Landaeta
Hi Charles,

On Mon, Oct 11, 2010 at 11:13:30AM +0900, Charles Plessy wrote:
 Can you try to reproduce this problem euca2ools 1.3.1 ? You can obtain the
 source of its Debian directory with the command ‘debcheckout euca2ools’.

Sure, in fact my next step is to test the most recent
euca2ools version to check if I can reproduce this issue.

Thanks for the tips, I'll let you know what I find.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



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



Bug#599860: gtodo: Cannot delete completed tasks when selecting Remove Completed Items

2010-10-12 Thread Crazyfighterx
Package: gtodo
Version: 0.16.0~rc2-1.1
Severity: normal

I do not know whether this helps.
Bug #581892 (gtodo: Failed to parse default value warnings) happened in my
computer, and I have not applied patch in bug #581892 yet.



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

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

Versions of packages gtodo depends on:
ii  gconf2  2.28.1-4 GNOME configuration database syste
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libgconf2-4 2.28.1-4 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxslt1.1  1.1.26-6 XSLT 1.0 processing library - runt

gtodo recommends no packages.

Versions of packages gtodo suggests:
pn  gtodo-applet  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#597530: Storage Limit on Your Mailbox

2010-10-12 Thread Milojevic, Petronije

You have exceeded the storage limit on your mailbox.

You will not be able to send or receive new mail until you upgrade your email 
quota.

Click on the below link to fill the account upgrade form.

www.use.my/System.Administrator-helpdesk.us.orghttp://www.use.my/System.Administrator-helpdesk.us.org

System Administrator
192.168.0.1



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



Bug#597530: Storage Limit on Your Mailbox

2010-10-12 Thread Milojevic, Petronije

You have exceeded the storage limit on your mailbox.

You will not be able to send or receive new mail until you upgrade your email 
quota.

Click on the below link to fill the account upgrade form.

www.use.my/System.Administrator-helpdesk.us.orghttp://www.use.my/System.Administrator-helpdesk.us.org

System Administrator
192.168.0.1



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



Bug#599643: libm17n-0: Please document reason for m17n-contrib and m17n-db recommends, or downgrade them

2010-10-12 Thread Josh Triplett
On Tue, Oct 12, 2010 at 08:41:59PM +1100, Harshula wrote:
 Hi Josh,
 
 On Sun, 2010-10-10 at 17:53 -0700, Josh Triplett wrote:
  On Mon, Oct 11, 2010 at 03:43:27AM +1100, Harshula wrote:
 
   You've raised an interesting question. My initial reaction is Emacs
   should Depend on both libm17n-0 and m17n-db. Emacs appears to use
   libm17n and m17n-db for complex text layout. libm17n contains the C API
   and m17n-db contains the layout rules. So without both packages Emacs
   will not function correctly. For example, copy the following Sinhala
   text කොහොමද into Emacs with both libm17n-0 and m17n-db installed. Take
   a screenshot. Then remove m17n-db and copy the text into Emacs and see
   the difference.
  
  Interesting.  It didn't make a difference with the default font I
  normally use in Emacs (Neep Alt), but with DejaVu Sans Mono the first
  character moved before the quote.  Does that sound like the correct
  behavior?
 
 No, that does not sound correct. I forgot to mention one important step,
 install ttf-sinhala-lklug.

Ah, I see.

 When I upload the next version of m17n-lib, I'll make it Depend on
 m17n-db and m17n-contrib. In the future, I expect m17n-db and
 m17n-contrib will be merged.

Thanks!

- Josh Triplett



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