Bug#595111: bugs.debian.org: add signature with information to forwarded mails

2010-09-04 Thread Ansgar Burchardt
Don Armstrong d...@debian.org writes:

 On Wed, 01 Sep 2010, Ansgar Burchardt wrote:
 It would be nice if forwarded mails (that is all regular mails to
 submit@ or nn@) would include a signature with additional
 information.
 
 The signature should include
  · a link to the bug report,

 Any mail that is generated by the BTS includes this; we don't add it
 to existing messages currently. While I could certainly add it when
 sending it on, I'm not much a fan of altering e-mail messages as they
 are being sent through the bts.

  · indicate which (source) package the bug report belongs to as this
is not always included in the subject or may be outdated after
reassigning,

 This is present in the X-Debbugs-Source and X-Debbugs-Package headers;
 you can configure your MUA to show them.

Yes, that should be enough for my personal use.

There is however another reason that makes including this information in
existing messages as text useful: many mailing list archives do not
include headers, making it not possible to access further information
unless one recognizes this as a bug report for Debian and knows how to
access the bug tracker.  Including links might be helpful to people --
including non-Debian users -- who find these messages via a search
engine.

Regards,
Ansgar



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



Bug#131338: xdvi: please make a keystroke to toggle t1lib option

2010-09-04 Thread Hilmar Preusse
reassign 131338 texlive-binaries
tags 131338 + wontfix
stop

On 09.04.04 Stefan Ulrich (stefan.ulr...@zen.co.uk) wrote:
 Matt Swift sw...@alum.mit.edu writes:

Hi Matt,

http://bugs.debian.org/131338

  The same dvi file rendered by xdvi using the PostScript version of a font 
  and
  using a rasterized version of the font does not look exactly the same.  The
  difference seems to be greater for some font families than
  others.
 
 We've got a separate bug report for a few hinting bugs in t1lib
 (#131336) which I hope will get fixed eventually. But a few
 differences may always remain (see e.g.
 http://sourceforge.net/tracker/?group_id=23164atid=377580func=detailaid=568758
 ).
 
  I have been
  looking at raster fonts for more than a decade, and I find that looking at 
  the
  PostScript versions is disappointing and that my printed output matches the
  raster presentation better.  Perhaps not all would agree.  
 
  In any case, that is motivation for the request to be able to turn the use 
  of
  direct rendering of PostScript fonts on and off within an instance (a 
  keystroke
  that toggles the command line option -not1lib).
 
 I don't think that such a toggle is a really needed for the
 following reasons:
 
 (a) runtime toggles should be used for preferences that change
 frequently, but you just seem to want PK fonts instead of
 Type1 always
 
 (b) a runtime toggle that may send xdvi into several seconds (or
 longer) of generating PK fonts doesn't sound exactly user friendly
 
 (c) it's non-trivial to implement since the entire t1 machinery
 is usually initialized at startup.
 
Chances are low that your wish will be implemented. I checked the
manual page of xdvi and am pretty sure it is not implemented.

Reassigning to texlive-binaries, tagging wontfix. Feel free to close
the bug.

H.
-- 
sigmentation fault



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



Bug#586953: Is Open Firmware prompt slower than 9600? (Bug#586953)

2010-09-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07/27/2010 06:42 PM, Jörg Sommer wrote:
 Hi,

 Vladimir 'φ-coder/phcoder' Serbinenko hat am Tue 20. Jul, 14:56 (+0200) 
 geschrieben:
   
 On 07/11/2010 09:58 PM, Jörg Sommer wrote:
 
 grub2 (1.98+20100705-1) unstable; urgency=medium
   
  .
* New Bazaar snapshot.
  - Bidi and diacritics support.
+ Use terminfo for ieee1275 terminals (closes: #586953).
 
 
 I'm sorry, but this doesn't fix my problem. I've installed and run this
 new release, but I still have the problem that the commandline or editing
 mode is left, when I hold down an arrow key.

   
   
 I think that for some reason your ieee1275 is slower than the nominal
 9600.
 
 Does someone else experienced that the Open Firmware prompt is very
 slow? Is it possible to adjust this?

   
Have you tried the patch I supplied last time? Did it make any difference?
 From the bug report:
   
 when switch to the editing mode or the commandline mode from the menu and
 hold down an arrow key, e.g. right arrow to move to the end of line, the
 editing mode quits and I'm back to the menu.

 To me it looks like the arrow keys send multi‐character sequences
 starting with an escape character. The escape character is used to leave
 the editing mode, hence the escape is misinterpreted when the key is held
 down.
 

 Regads, Jörg.
   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko




signature.asc
Description: OpenPGP digital signature


Bug#594967: Confirmed for me as well

2010-09-04 Thread Nuutti Kotivuori
Grub hangs after the Welcome to GRUB! step.

My machine is a bit special - it's fit-PC2i. After upgrading grub to the
latest version, this thing started happening - grub worked fine before.



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



Bug#595496: FTBFS: operation on 'src32' may be undefined

2010-09-04 Thread Kurt Roeckx
severity 595496 important
thanks

On Sat, Sep 04, 2010 at 02:25:51PM +, Thorsten Glaser wrote:
 Source: elfutils
 Version: 0.148-1
 Severity: serious
 Tags: patch
 Justification: FTBFS
 
 I need elfutils to build the Linux kernel on m68k, which FTBFS.
 The attached patch fixes this issue for me, please apply and
 reupload.

Since m68k is not part of Debian anymore, it's not even in
unstable anymore, this obviously can't be a serious bug (for
Debian). As far as I know, it never even built properly on m68k.
I've added some minimal m68k support, but the last build on m68k
still failed to pass the regression tests.

I have to wonder why you get that error message in the first
place.  bswap_32 is normally implemented as a macro.  So I'd
have to guess that the macro you're using is not doing the right
thing and first copy it to a temp variable like other
implementations do.  It should be doing this, since from
a user point of view it should react like a normal function call.
I suggest you try and fix that instead.

I also wonder why you need elfutils to build a kernel.  As far
as I know all the tools in elfutils are also part of binutils,
and you probably want to use those instead.


Kurt




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



Bug#595346: libnusoap-php uses deprecated return value of new by reference

2010-09-04 Thread Olivier Berger
On Fri, Sep 03, 2010 at 05:26:32PM +0800, Thomas Goirand wrote:
 
 libnusoap-php produces the following warning under Squeeze, due
 to the changes in PHP 5.3.x:
 
 PHP Deprecated:  Assigning the return value of new by reference is
 deprecated in /usr/share/php/nusoap/nusoap.php on line 7384
 

I have tried and reproduce the problem, and can't seem to find a way to 
activate the warnings when run with default Debian php.ini settings.
It's apparently not a problem most users will be facing AFAICT. Maybe another 
app's particular environment sets more strict error reporting and is to be 
changed for stable deployment ?

Can you try and explain in which conditions the problem occurs ?

What's the content of ini_get('error_reporting'); in your script (well, in 
nusoap.php) and what's setting its values ? You may find in 
http://www.php.net/manual/en/errorfunc.constants.php the values of the boolean 
fields.

Thanks in advance.

Best regards,



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



Bug#595503: gnome-applets: fails to get the forecast info for Australian cities

2010-09-04 Thread david b
Package: gnome-applets
Severity: normal

As the   http://www.bom.gov.au/ website has under gone an update, forecast 
information in the gnome weather applet no longer works.
The temperature / condition base still works, so I assume that part used the 
bom ftp server...

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (900, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)

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



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



Bug#592721: unblock: embassy-* and emboss.

2010-09-04 Thread Charles Plessy
Julien,

Just remove the embassy packages. This is a perfectly acceptable solution that
I accepted in advance in the first email of this thread.

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



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



Bug#595479: Please unblock: openmotif/2.3.3-4

2010-09-04 Thread Adam D. Barratt
On Sat, 2010-09-04 at 12:08 +0200, Stefan Bauer wrote:
 Please add another freeze exception. The package would have been in
 testing already but the buldd's are too busy. I'm waiting since 19. of
 august for the appropriate builds.

out of date on hppa: libmotif-dev, libmotif3, motif-clients (from 2.2.3-4)
out of date on ia64: libmotif-dev, libmotif4, motif-clients (from 2.3.3-2)
out of date on mips: libmotif-dev, libmotif3, motif-clients (from 2.2.3-4)
out of date on mipsel: libmotif-dev, libmotif3, motif-clients (from 2.2.3-4)

Those missing builds all need resolving before the package will migrate.

hppa does not have non-free auto-builders right now; ia64 is now built
and mipsel has hit #519006 (I would be astonished if mips does not also
do so).

Regards,

Adam



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



Bug#594967: Workaround found

2010-09-04 Thread Nuutti Kotivuori
When commenting by hand the graphics setting entires from grub.cfg, the
machine starts booting again. I would expect saying
GRUB_TERMINAL=console in the configuration file would have the same
effect.

So, something has changed very recently in the grub graphical options
that atleast make the fit-pc2i hang at boot.



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



Bug#277863: tetex-bin: update-updmap should run updmap command in the end

2010-09-04 Thread Hilmar Preusse
reassign 277863 tex-common
stop

On 23.10.04 Matej Cepl (ma...@ceplovi.cz) wrote:

Hi,

 Package: tetex-bin
 Version: 2.0.2-22
 Severity: minor
 
 I do not know how many times I forgot to run updmap after
 update-updmap and then spent hours guessing why the new font is
 not installed.
 
A pre-implementation is available in update-updmap (symlink to
update-fontlang). We just have to activate it, i.e. set quiet=0 by
default. Unfortunately I don't know how many packets this will
affect.

Frank, this can be done in trunk now, right?

H.
-- 
sigmentation fault



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



Bug#488566: bug

2010-09-04 Thread Fito
sorry, I made a mistake on the last report, it was linux-image 2.6.32-20
that didn't work.

the problem remains on linux-image-2.6.32-5-686 version 2.6.32-21




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



Bug#590296: wget: CVE-2010-2252 use of server provided file name might lead to overwriting arbitrary files

2010-09-04 Thread Michael Gilbert
severity 590296 serious
tags 590296 patch
thanks

according to the upstream bug report, this is fixed in upstream commit
2409. also raising the severity since this should be fixed before
release; otherwise a DSA needs to be issued, and that's just more
work. thanks.

mike




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



Bug#595499: fails to install

2010-09-04 Thread Hector Romojaro
Hi Holger,

   Setting up dotlrn (2.5.0-4) ...
   psql: could not connect to server: No such file or directory
   Is the server running locally and accepting
   connections on Unix domain socket /var/run/postgresql/.s.PGSQL.5432?
   dpkg: error processing dotlrn (--configure):
subprocess installed post-installation script returned error exit status 2
   Errors were encountered while processing:
dotlrn
   E: Sub-process /usr/bin/dpkg returned an error code (1)

It looks like the problem is that there is no available postgresql
server. Postgresql package is suggested by dotlrn on the control file,
but it's not a dependency because it's possible to install dotlrn with
an external postgresql database. The installer asks about the database
location, and creates the database wherever it is.

So, is it really a bug? Should I add a postgresql strict dependency, and
forgot about installing with a remote database?

Cheers, Héctor




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



Bug#595504: krusader: Shift-PgUp/Dn in file selection

2010-09-04 Thread George Shuklin
Package: krusader
Version: 1:2.2.0~beta1-1
Severity: wishlist

Right now krusader support file selection by using shif-arrows. FAR Manager and 
Total Commander (windows) support file selection by using combination:

Shift-PgUp
Select (deselect, if current file selected) 'one screen' of files up 
from current file
Shift-PgDn
Select (deselect, if current file selected) 'one screen' of files down 
from current file


I belive, they be useful in Krusader too.

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

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

Versions of packages krusader depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-9GCC support library
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkfile4   4:4.4.5-1the File Selection Dialog Library 
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  libkparts4  4:4.4.5-1the Framework for the KDE Platform
ii  libqt4-dbus 4:4.6.3-1Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-1Qt 4 network module
ii  libqt4-svg  4:4.6.3-1Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-1Qt 4 XML module
ii  libqtcore4  4:4.6.3-1Qt 4 core module
ii  libqtgui4   4:4.6.3-1Qt 4 GUI module
ii  libsolid4   4:4.4.5-1Solid Library for KDE Platform
ii  libstdc++6  4.4.4-9  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

krusader recommends no packages.

Versions of packages krusader suggests:
pn  arjnone(no description available)
pn  arknone(no description available)
ii  bzip2  1.0.5-4   high-quality block-sorting file co
ii  cpio   2.11-4GNU cpio -- a program to manage ar
pn  kdiff3 | kompare | xxdiff  none(no description available)
pn  kedit  none(no description available)
pn  kmail  none(no description available)
pn  konsolenone(no description available)
pn  krenamenone(no description available)
pn  lhanone(no description available)
pn  md5deep | cfv  none(no description available)
pn  okteta none(no description available)
ii  p7zip  9.04~dfsg.1-1 7zr file archiver with high compre
pn  rpmnone(no description available)
ii  unace  1.2b-7extract, test and view .ace archiv
ii  unrar  1:3.9.10-1Unarchiver for .rar files (non-fre
ii  unzip  6.0-4 De-archiver for .zip files
ii  zip3.0-3 Archiver for .zip files

-- debconf-show failed



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



Bug#316214: /usr/bin/bibtex: bibtex reports an error where it should give a warning

2010-09-04 Thread Hilmar Preusse
reassign 316214 texlive-binaries
stop

On 29.06.05 Greg Kochanski (g...@kochanski.org) wrote:

 Package: tetex-bin
 Version: 2.0.2-30
 Severity: normal
 File: /usr/bin/bibtex
 
 
 If you have several .bib files with an entry that appears in more
 than one of the files, bibtex prints a warning message, but returns
 a final non-zero return code.
 
Still in TL 2009 - reassigning.

H.
-- 
sigmentation fault



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



Bug#592721: unblock: embassy-* and emboss.

2010-09-04 Thread Julien Cristau
On Sun, Sep  5, 2010 at 01:12:20 +0900, Charles Plessy wrote:

 Julien,
 
 Just remove the embassy packages. This is a perfectly acceptable solution that
 I accepted in advance in the first email of this thread.
 
That's not going to fix emboss.  Are you going to fix that one, or
should it get removed as well?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#521437: Is the bug you reported still affecting bootchart?

2010-09-04 Thread Luca Niccoli
tag 521437 + moreinfo unreproducible
thank you

Hi,
you submitted a bug against hal and bootchart a long time ago. [0]
We would need your help to see if the problem still exists.
If it does, are you by chance using splashy? Some of the error
messages you reported made me think so.
Cheers,

Luca

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521437



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



Bug#595505: dput checks for /usr/bin/gpg read bit instead of execute bit

2010-09-04 Thread Richard Laager
Package: dput
Version: 0.9.5.1ubuntu1
Severity: normal
Tags: patch

Steps to reproduce:
1) chmod o-r /usr/bin/gpg
2) dput xxx.changes

Expected result:
The package is uploaded successfully.

Actual result:
Can't verify signature on xxx.changes without GnuPG...

Patch:

diff --git a/dput b/dput
index 1916eca..4158ce9 100755
--- a/dput
+++ b/dput
@@ -189,7 +189,7 @@ def checksum_test(filename,hash):
 # Verify the GnuPG signature on a file.
 def check_signature(filename):
 if os.access(filename, os.R_OK):
-if os.access(/usr/bin/gpg, os.R_OK):
+if os.access(/usr/bin/gpg, os.X_OK):
 stream = os.popen(/usr/bin/gpg --status-fd 1 --verify --batch %s 
 if stream.count('[GNUPG:] GOODSIG'):
 print Good signature on %s. % filename

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

Kernel: Linux 2.6.32-24-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 dput depends on:
ii  gnupg1.4.10-2ubuntu1 GNU privacy guard - a free PGP rep
ii  python   2.6.5-0ubuntu1  An interactive high-level object-o

dput recommends no packages.

Versions of packages dput suggests:
ii  bzr 2.1.1-1  easy to use distributed version co
ii  lintian 2.3.4ubuntu2 Debian package checker
pn  mini-dinstall   none   (no description available)
ii  openssh-client  1:5.3p1-3ubuntu4 secure shell (SSH) client, for sec
ii  rsync   3.0.7-1ubuntu1   fast remote file copy program (lik
pn  yaclc   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#595416: unblock: ecryptfs-utils/83-2

2010-09-04 Thread Daniel Baumann
On 09/04/2010 05:01 PM, Adam D. Barratt wrote:
 How did it take over a year before anyone noticed that the first attempt
 at fixing this was broken?

i don't know, i'm not using it that way.

-- 
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#595424: unblock: live-manual/2.0~a4-1

2010-09-04 Thread Daniel Baumann
On 09/04/2010 05:19 PM, Adam D. Barratt wrote:
 Was the dropping of the leading space removal intentional?

yes.

 Does this imply that there are still further changes to be made to the
 package?

yes.

 Finally, the version of the package in testing ships a German
 translation and
 includes /usr/share/doc/live-manual/live-manual.{html,{txt,pdf}.gz}
 and /usr/share/doc/live-manual/html as symlinks in to the English
 documentation; there doesn't seem to be a record of any of that being
 dropped from the package in the changelog.

the german translation is still as empty as it was before, hence not
enabled for squeeze.

-- 
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#595417: unblock: mknbi/1.4.4-7

2010-09-04 Thread Daniel Baumann
On 09/04/2010 04:56 PM, Adam D. Barratt wrote:
 So far as I can see, this would resolve build issues for the package on
 amd64; this isn't a regression for the archive, however, as there are no
 amd64 mknbi packages in Debian.  In fact, despite the changes in mknbi
 1.4.4-2 last year, the buildds have never attempted to build it on
 anything other than i386, as the package is in Packages-arch-specific.

when amd64 was introduced, nobody though of updating the p-a-s entry for
mknbi, filled bug for that.

-- 
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#595506: [p-a-s]: please build mknbi on amd64 too

2010-09-04 Thread Daniel Baumann
Package: buildd.debian.org

Please update p-a-s so that mknbi gets build on amd64 too.

-- 
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#595481: [Pkg-sysvinit-devel] Bug#595481: on shutdown, the initscripts don't print newlines

2010-09-04 Thread Petter Reinholdtsen
[Christoph Anton Mitterer]
 Wouldn't it the also happen on startup?

Yes, it is also seen on startup.  I am sure you find that BTS report
if you look for it. :)

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#595148: xserver-xorg: xorg freeze with 100% CPU, possibly VT switch or resume related.

2010-09-04 Thread Cyril Brulebois
Hi Boris,

Boris Barbour boris.barb...@ens.fr (01/09/2010):
 ii  xserver-xorg-video-int 2:2.9.1-4 X.Org X server -- Intel i8xx, 
 i9xx

you may want to give a try to 2:2.12.0+legacy1-1.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#595248: Unescaped PHP_SELF XSS vulnerabilities in NuSOAP 0.9.5

2010-09-04 Thread Olivier Berger
Le samedi 04 septembre 2010 à 16:56 +0200, Olivier Berger a écrit :

 I've asked the security team to upload an updated 0.7.3 package for
 squeeze/testing-security, and I'll prepare a version for 0.9.5 for
 unstable.
 

FYI, the 0.9.5-2 package including the same fix is ready in :
- URL: http://mentors.debian.net/debian/pool/main/n/nusoap
- Source repository: deb-src http://mentors.debian.net/debian unstable 
main contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/n/nusoap/nusoap_0.9.5-2.dsc

waiting for someone to sponsor it.

Best regards,
-- 
Olivier BERGER olivier.ber...@it-sudparis.eu
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)




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



Bug#595460: tomcat6: [INTL:ja] please add Japanese po-debconf template translation (ja.po)

2010-09-04 Thread tony mancill
On 09/03/2010 10:53 PM, Hideki Yamane wrote:
 Package: tomcat6

  Here's Japanese po-debconf template translation (ja.po) file that 
  reviewed by several Japanese Debian developers and users.

Applied to the packaging repository.  I suppose I should have waited before
uploading -5 with just the fr.po translation.  I'm marking the bug pending to
see if we can accumulate the other release goal translations.

Thank you,
tony



signature.asc
Description: OpenPGP digital signature


Bug#593663: maint-guide: Chinese version of maint-guide is out of date

2010-09-04 Thread Aron Xu
tag 593663 - pending

There are some problems regarding the original text and content after
doing some check, remove pending tag. Will file new bugs to original
content.

-- 
Regards,
Aron Xu



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



Bug#595507: maint-guide: Debian is not only a Linux distribution

2010-09-04 Thread Aron Xu
Package: maint-guide
Severity: important
Version: 1.2.22

In version 1.2.22, Chapter 1 of maint-guide says: 
One of the things that makes Debian such a top-notch Linux distribution
is its package system.

Since Debian is not only a GNU/Linux distribution, this should be
changed to avoid misleading people who read this document.

-- 
Regards,
Aron Xu


signature.asc
Description: Digital signature


Bug#361207: Not observed since upgrade to 0.7.

2010-09-04 Thread Josh Triplett
close 361207
thanks

I haven't observed this problem in a long time, not since upgrading to
0.7 I think, and certainly not in 0.8.  Closing this bug.

- Josh Triplett



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



Bug#514443: upgrade-reports: etch-lenny upgrade: problems with dhcp, user-mode-linux, apcupsd, atftpd, x11-apps, cpufreq-info, nfs-common

2010-09-04 Thread Simon Paillard
clone 514443 -1 -2
reassign -1 x11-apps
found -1 7.3+4
retitle -1 xconsole uses a very weird, ugly, large font after upgrade to lenny
reassign -2 user-mode-linux 
found -2 2.6.26-1um-2
retitle -2 uml hostfs mounts and console stop working after upgrade to lenny
thanks

On Sat, Feb 07, 2009 at 05:22:13PM +0100, reportbug wrote:
 Package: upgrade-reports
 Severity: normal
 
 My previous release is: 
 Etch (including all updates as of today) + volatile + debian-multimedia.org
 
 I am upgrading to: 
 Lenny (as of today) + volatile + debian-multimedia.org
 

Thanks for your report.

 - Were there any problems with the system after upgrading?
 
 Yes, several:

Processing some of them below.
As you seem to be experienced enough to find out which packages are
involved, be aware that you can assign bugs directly to packages on
upgrade issues.

 * DHCP server (dhcp3-server):
   The system being upgraded acted as a DHCP server for the windows laptop 
   client used to connect via ssh for the upgrade. The DHCP server was shut 
   down for an extended period of time during the upgrade (as aptitude 
   worked its way through the packages).
[..]
   Following this, the putty session was immediately disconnected and any 
   attempt to reconnect resulted in no route to host. This happened in
   the middle of aptitude running Setting up package
 
   To continue, I had to hook up a monitor and keyboard to the server,
   and log in as root on the console. ps ax showed aptitude stuck in
   dpkg --configure -a (iirc), so I killed the aptitude and dpkg process,
   and had to restart aptitude / dpkg configure. Fortunately this seemed
   to work out well; I completed the upgrade via the console.
 
   Suggestion: Try to minimize the downtime for dhcpd during a dist upgrade.
   (restart it sooner instead of waiting until all other unrelated packages 
   have been upgraded, if possible?)

Warning about network/SSH and suggestion of screen at:
http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.fr.html#upgrade-preparations

 * UML guests (user-mode-linux):
   The system hosts a user-mode-linux guest (running debian etch).
   (Before starting the upgrade on the host system, the guest was shut down
gracefully manually).
   After upgrading to lenny's user-mode-linux package, the guest failed to
   boot properly. This seems to be caused by a change in how hostfs mounts
   are handled: Inside the guest, /lib/modules is configured to be mounted
   via hosts from the host's /usr/lib/uml/modules. The old fstab entry 
   on the guest, which was
   hostfs /lib/modules  hostfs  defaults,ro,/usr/lib/uml/modules 0 0
   failed to run, yielding an error mount: special device hostfs does not 
   exist.  Correcting the fstab entry in the guest to:
  none /lib/modules  hostfs defaults 0 0
   fixed the issue. (On the host, the uml process is started with:
  screen -d -m linux.uml ubd0=/path/to/guest/root.img 
 ubd1=/path/to/guest/swap.img mem=256M umid=guestname 
 eth0=tuntap,tap0,,redacted hostfs=/usr/lib/uml/modules con=pty con0=fd:0,fd:1
   )
 
   Also, for some reason, I can no longer connect to the console of the uml 
   guest.  Previously, I could use both screen /dev/ttyp0 or screen -r 
   to connect. Now, using screen /dev/ttyp0 gives a blank terminal, and 
   screen -r (as the user running linux.uml process) gives: Cannot open 
   your terminal '/dev/pts/6' - please check.
   Apparently there's been a change in how pseudo-terminals work? /dev/pts/6 
   appears to be owned by the uid owning the 'xterm'? 

Cloned to user-mode-linux version 2.6.26-1um-2.

 * cpufrequtils: 
   /usr/bin/cpufreq-info no longer prints a linebreak at the end of the 
   last line of each CPU's statistics, causing the text analyzing CPU 1 
   to appear at the same line as the last statusline for CPU 0. This broke 
   a simple script that used to parse the output via cpufreq-info | grep 'CPU 
 '

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513715
Found in version cpufrequtils/004-2
Fixed in version 006-1 (testing, unstable)

 * x11-apps:
   xconsole uses a very weird, ugly, large font after upgrading (running 
   inside 'vncserver' / 'Xrealvnc'). I had to add this to ~/.Xdefaults to 
   get back the usual font:
   XConsole*text*font: -*-fixed-bold-*-*-*-*-*-*-*-*-*-*-*
   and add this to the middle of ~/.Xsession: 
   xrdb -merge $HOME/.Xdefaults. 

Cloned to x11-apps package, version 7.3+4.

 * atftpd:
   During upgrade, this package threw a weird warning about an unrecognized
   entry in /etc/inetd.conf:
   tftpdgram   udpwaitnobody /usr/sbin/tcpd 
 /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 
 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 
  /tftpboot
   while trying to add:
   tftpdgram   udp4waitnobody /usr/sbin/tcpd 
 /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 
 1758 --mcast-addr 

Bug#595494: mdadm: metadata version change and grub2 support

2010-09-04 Thread Simon Paillard
On Sat, Sep 04, 2010 at 04:06:46PM +0200, martin f krafft wrote:
 Package: release-notes
 Severity: normal
 Tags: patch
 
 Please include in the squeeze release notes a warning to users of
 grub-pc (grub2) and mdadm. Patch attached.
[..]
 --- issues.dbk.orig   2010-09-04 15:28:33.099962649 +0200
 +++ issues.dbk2010-09-04 15:50:14.693204533 +0200
 @@ -57,6 +57,32 @@
  /para
  /section
  
 +section id=mdadm-metadata
 +titlemdadm metadata format change requires recent Grub/title
[..]

Thanks.

You probably want to document this in mdadm NEWS.Debian as well.


-- 
Simon Paillard



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



Bug#595507: maint-guide: Debian is not only a Linux distribution

2010-09-04 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 04/09/2010 13:22, Aron Xu a écrit :
 Package: maint-guide
 Severity: important
 Version: 1.2.22
 
 In version 1.2.22, Chapter 1 of maint-guide says: 
 One of the things that makes Debian such a top-notch Linux distribution
 is its package system.
 
 Since Debian is not only a GNU/Linux distribution, this should be
 changed to avoid misleading people who read this document.

Would simply dropping ?Linux? there be sufficient?

BTW, I'm not sure that this sort of issue deserve an important severity.
Furthermore, Debian *is* a Linux distribution (and much more), so the
initial sentence is still right.

Cheers

David

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

iEYEARECAAYFAkyCgiAACgkQ18/WetbTC/obkgCgkd+kDNNvfV8wNIbEHEdhs4fv
30QAoJwflksBwVuP0aJN4OfEn0uMoiUm
=MwNg
-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#595510: mantis: CVE-2010-2574 xss vulnerability

2010-09-04 Thread Michael Gilbert
Package: mantis
Version: 1.1.8+dfsg-5
Severity: serious
Tags: security

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for mantis.  After a quick search, I couldn't find enough info
to be able to check whether this affects older versions.  Please check.

CVE-2010-2574[0]:
| Cross-site scripting (XSS) vulnerability in manage_proj_cat_add.php in
| MantisBT 1.2.2 allows remote authenticated administrators to inject
| arbitrary web script or HTML via the name parameter in an Add Category
| action.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

For further information see:

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



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



Bug#594904: [dget] downloading binary packages is broken

2010-09-04 Thread Goswin von Brederlow
Hi,

please make sure this works with the following entries in sources.list:

deb http://host/path suite component
deb http://host/path dir/
deb [ arch=amd64 ] http://host/path suite component
deb [ arch=amd64 ] http://host/path dir/
deb [ arch=armel ] http://host/path suite component
deb [ arch=armel ] http://host/path dir/
deb [foo=bar;arch=amd64,armel;key=0x2763452] http://host/path suite component
deb [foo=bar;arch=amd64,armel;key=0x2763452] http://host/path dir/

Assuming it runs on amd64 it shouldn't download from the arch=armel entries.


Further in Line 277 I would suggest:

-$apt = new IO::File(LC_ALL=C apt-cache --all-versions show $package |)
+$apt = new IO::File(LC_ALL=C apt-cache --all-versions show 
$package=$version |)

Line 293 should match for ^$ or end of input. Description might not always be
the last entry.

I can also think of two ways to make this function more robust:

1) Parse apt-get install [--reinstall] --print-uris $package
2) aptitude download $package

Last please Recommend or Suggest apt (and aptitude if you use that).

MfG
Goswin



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



Bug#595507: maint-guide: Debian is not only a Linux distribution

2010-09-04 Thread Aron Xu

On Sat, Sep 04, 2010 at 01:30:10PM -0400, David Prévot wrote:
 Le 04/09/2010 13:22, Aron Xu a écrit :
  Package: maint-guide
  Severity: important
  Version: 1.2.22
  
  In version 1.2.22, Chapter 1 of maint-guide says: 
  One of the things that makes Debian such a top-notch Linux
  distribution
  is its package system.
  
  Since Debian is not only a GNU/Linux distribution, this should be
  changed to avoid misleading people who read this document.
 
 Would simply dropping ?Linux? there be sufficient?

I don't have a good idea till now.

 
 BTW, I'm not sure that this sort of issue deserve an important
 severity.
 Furthermore, Debian *is* a Linux distribution (and much more), so the
 initial sentence is still right.
 
 Cheers
 
 David
 

The problem is whether Debian should be described as a GNU/Linux
distribution in its official documents, if yes then the severity should
be changed to something lower, if not it deserves such an important
severity.

I think Debian *was* a GNU/Linux distribution and even till now its
major users audience still use Linux kernel. But when the GNU/kFreeBSD
is officially in Squeeze, it is far beyond a Linux distribution now. And
what's more, GNU/NetBSD and GNU/Hurd ports are also in Debian project.
So maybe we shouldn't define Debian on a Linux distribution, but
generally a free operating system now.

-- 
Regards,
Aron Xu



signature.asc
Description: Digital signature


Bug#540250: bugs 582653 540250 546473 543280

2010-09-04 Thread Steven Chamberlain

Hi,

I think bugs 582653 540250 546473 543280 all refer to the same
issue in bootchart that caused post-installation to fail:


insserv: Starting bootchart depends on rmnologin and therefore on
system facility `$all' which can not be true!


It seems the initscript cannot depend on rmnologin, but should depend on 
$all in order to be run last.  (This initscript tells bootchart that the 
boot sequence has finished, and to stop recording data.)


I believe version 0.10~svn407-3.3 fixed this issue so I believe these 
bugs can be marked 'done'.


I've tested it on my system, with insserv 1.14.0-2.  This places 
bootchart last in the boot sequence, except for:



/etc/rc2.d/S25bootchart
/etc/rc2.d/S25rc.local
/etc/rc2.d/S25rmnologin
/etc/rc2.d/S25stop-bootlogd


My understanding is that bootchart cannot be forced to run after these 
scripts, because they all wish to be executed last, and could 
potentially all be executed at the same time anyway, e.g. on a 
multiprocessor machine.


Regards,
--
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#594815: xserver-xorg-video-intel: crash (100% reproducible) on X startup or immediately (within seconds)

2010-09-04 Thread Cyril Brulebois
Celejar cele...@gmail.com (29/08/2010):
 https://bugs.freedesktop.org/show_bug.cgi?id=29872

Executive summary: on the upstream bug, it appears the submitter was
running UMS, switching to KMS leads to other bugs.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#594992: keyboard-configuration: add brazilian abnt2 model to the list of keyboards

2010-09-04 Thread Gunther Furtado
2010/9/2 Samuel Thibault sthiba...@debian.org:
 Gunther Furtado, le Thu 02 Sep 2010 10:29:03 -0300, a écrit :
 2010/9/2 Gunther Furtado gunfurt...@gmail.com
 
  Em Thu, 2 Sep 2010 01:48:40 +0200
  Samuel Thibault sthiba...@debian.org escreveu:
 
   Gunther Furtado, le Tue 31 Aug 2010 06:10:21 -0300, a écrit :
Please add brazilian abnt2 model to the options list.
  
   Mmm, IAUI, Just selecting Brazil will bring the Xorg br layout,
   which will properly enable the abnt2 model.
  
 
 
  well,
 
  I've just installed on ppc and it didn't, it select the pt layout.

 Just to clarify: I did a netboot fresh install on an old iMac and
 selected Brazil but /etc/default/keyboard ended up with thos lines:

 Could you also give precise details about how installation went on, i.e.

 - which installation image you used (ideally the URL where you
  downloaded it from).
 - what the wording of the question was when the installer asked for the
  keymap, and which precise choice you made.


Hi,

Sorry for the delay I was waiting for the weekend to redo the hole process.

All the files I've used to netboot were downloaded from:

http://http.us.debian.org/debian/dists/lenny/main/installer-powerpc/current/images/powerpc/netboot/

The questions appears in this order.

1. Please choose the language used for the instalation process...
Portuguese (Brazil)

2. Location

3. Keymap to use for a USB keyboard
  there is no Brazilian otpion here!!! There is a Portuguese option
that generates the /etc/default/keyboard i've mention before.

---
XKBMODEL=pc104
XKBLAYOUT=pt
XKBVARIANT=
XKBOPTIONS=
---

cheers,

-- 

...agora, só nos sobrou o futuro..., visto em www.manuchao.net

Gunther Furtado
Curitiba - Paraná - Brasil
gunfurt...@gmail.com



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



Bug#595511: linux-image-2.6.32-5-686: Blacklisting KMS for i8xx makes xorg intel driver unusable on these chipsets

2010-09-04 Thread Soenke
Package: linux-2.6
Version: 2.6.32-21
Severity: important


Hello everyone,

the recent update of linux-image-2.6.32 to 2.6.32-21 disables KMS for i8xx
chipsets. This causes the xorg-video-intel driver to hang on X startup on my
system. While X works with the vesa driver, it does not seem to have any 
support for an external monitor, 
xv or hardware acceleration, which I consider a serious drawback. The 
functionality of my laptop (ThinkPad X40)
is greatly reduced, hence the important tag. 
It would be helpful to have a way to switch KMS back on for these chips for 
configurations or systems where it works fine.

Regards,

soenke


-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-21) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Wed Aug 25 14:28:12 UTC 2010

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-5-686 root=UUID=7d1dda14-2a82-4a6e-8456-684843390f30 
ro quiet

** Not tainted

** Kernel log:
[  186.960072] uhci_hcd :00:1d.0: power state changed by ACPI to D3
[  187.65] ACPI: Preparing to enter system sleep state S3
[  187.180190] Disabling non-boot CPUs ...
[  187.180289] Extended CMOS year: 2000
[  187.180289] Back to C!
[  187.180289] CPU0: Thermal monitoring enabled (TM2)
[  187.180289] Extended CMOS year: 2000
[  187.180335] ACPI: Waking up from system sleep state S3
[  187.712190] pci :00:02.1: restoring config space at offset 0x5 (was 0x0, 
writing 0xd008)
[  187.712196] pci :00:02.1: restoring config space at offset 0x4 (was 0x8, 
writing 0xe808)
[  187.712203] pci :00:02.1: restoring config space at offset 0x1 (was 
0x90, writing 0x93)
[  187.756061] uhci_hcd :00:1d.0: power state changed by ACPI to D0
[  187.764071] uhci_hcd :00:1d.0: power state changed by ACPI to D0
[  187.764078] uhci_hcd :00:1d.0: restoring config space at offset 0xf (was 
0x100, writing 0x10b)
[  187.764090] uhci_hcd :00:1d.0: restoring config space at offset 0x8 (was 
0x1, writing 0x1821)
[  187.764102] uhci_hcd :00:1d.0: restoring config space at offset 0x1 (was 
0x280, writing 0x281)
[  187.772072] uhci_hcd :00:1d.0: power state changed by ACPI to D0
[  187.780071] uhci_hcd :00:1d.0: power state changed by ACPI to D0
[  187.788071] uhci_hcd :00:1d.1: power state changed by ACPI to D0
[  187.796071] uhci_hcd :00:1d.1: power state changed by ACPI to D0
[  187.796077] uhci_hcd :00:1d.1: restoring config space at offset 0xf (was 
0x200, writing 0x20b)
[  187.796089] uhci_hcd :00:1d.1: restoring config space at offset 0x8 (was 
0x1, writing 0x1841)
[  187.796102] uhci_hcd :00:1d.1: restoring config space at offset 0x1 (was 
0x280, writing 0x281)
[  187.804071] uhci_hcd :00:1d.1: power state changed by ACPI to D0
[  187.812071] uhci_hcd :00:1d.1: power state changed by ACPI to D0
[  187.812078] uhci_hcd :00:1d.2: restoring config space at offset 0xf (was 
0x300, writing 0x30b)
[  187.812091] uhci_hcd :00:1d.2: restoring config space at offset 0x8 (was 
0x1, writing 0x1861)
[  187.812103] uhci_hcd :00:1d.2: restoring config space at offset 0x1 (was 
0x280, writing 0x281)
[  187.812121] ehci_hcd :00:1d.7: restoring config space at offset 0xf (was 
0x400, writing 0x40b)
[  187.812139] ehci_hcd :00:1d.7: restoring config space at offset 0x4 (was 
0x0, writing 0xd010)
[  187.812148] ehci_hcd :00:1d.7: restoring config space at offset 0x1 (was 
0x290, writing 0x2900102)
[  187.820074] ehci_hcd :00:1d.7: power state changed by ACPI to D0
[  187.828071] ehci_hcd :00:1d.7: power state changed by ACPI to D0
[  187.828125] ata_piix :00:1f.1: restoring config space at offset 0x9 (was 
0x0, writing 0x5000)
[  187.828138] ata_piix :00:1f.1: restoring config space at offset 0x1 (was 
0x285, writing 0x287)
[  187.828183] Intel ICH :00:1f.5: restoring config space at offset 0x1 
(was 0x297, writing 0x293)
[  187.828211] Intel ICH Modem :00:1f.6: restoring config space at offset 
0x1 (was 0x295, writing 0x291)
[  187.844043] sdhci-pci :02:00.1: restoring config space at offset 0x3 
(was 0x80, writing 0x804000)
[  187.844050] sdhci-pci :02:00.1: restoring config space at offset 0x1 
(was 0x210, writing 0x2100106)
[  187.844069] e1000 :02:01.0: restoring config space at offset 0xf (was 
0xff0100, writing 0xff010b)
[  187.844083] e1000 :02:01.0: restoring config space at offset 0x6 (was 
0x1, writing 0x7001)
[  187.844089] e1000 :02:01.0: restoring config space at offset 0x4 (was 
0x0, writing 0xd020)
[  187.844095] e1000 :02:01.0: restoring config space at offset 0x3 (was 
0x0, writing 0x4008)
[  187.844102] e1000 :02:01.0: restoring config space at offset 0x1 (was 
0x230, writing 0x2300117)
[  187.891603] uhci_hcd :00:1d.0: power state changed by ACPI to D0
[  187.891796] uhci_hcd :00:1d.0: power state changed by ACPI to D0
[  187.891808] 

Bug#595512: [l10n] Updated Czech translation of ampache debconf messages

2010-09-04 Thread Miroslav Kure
Package: ampache
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is updated Czech (cs.po) translation of
ampache debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
# Czech translation of Ampache debconf templates.
# Copyright (C) 2007 Ampache.org
# This file is distributed under the same license as the Ampache package.
# 2007, 2010 Miroslav Kure ku...@debian.cz.
#
msgid 
msgstr 
Project-Id-Version: ampache\n
Report-Msgid-Bugs-To: ampa...@packages.debian.org\n
POT-Creation-Date: 2010-05-30 15:04-0500\n
PO-Revision-Date: 2010-09-04 19:55+0200\n
Last-Translator: Miroslav Kure ku...@debian.cz\n
Language-Team: Czech debian-l10n-cz...@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
#: ../ampache.templates:2001
msgid apache2
msgstr apache2

#. Type: multiselect
#. Choices
#: ../ampache.templates:2001
msgid lighttpd
msgstr lighttpd

#. Type: multiselect
#. Description
#: ../ampache.templates:2002
msgid Web server to configure automatically:
msgstr Webové servery, které se mají nastavit automaticky:

#. Type: multiselect
#. Description
#: ../ampache.templates:2002
msgid 
Please select the web server to be configured automatically for Ampache.
msgstr 
Vyberte webové servery, které se mají automaticky nastavit pro Ampache.

#. Type: multiselect
#. Description
#: ../ampache.templates:2002
msgid 
Apache2 and Lighttpd are the only supported web servers for automatic 
configuration.
msgstr 
Apache2 a Lighttpd jsou jediné podporované webové servery, které lze 
nastavit automaticky.

#. Type: boolean
#. Description
#: ../ampache.templates:3001
#| msgid Restart Apache 2 web server?
msgid Configure and restart the web server?
msgstr Nastavit a restartovat webový server?

#. Type: boolean
#. Description
#: ../ampache.templates:3001
#| msgid 
#| The Apache 2 web server needs to be restarted to enable Ampache. Please 
#| choose whether you want to restart it automatically now or do it yourself 
#| later.
msgid 
The web server needs to be reconfigured and restarted to enable Ampache. 
Please choose whether you want to restart it automatically now or do it 
yourself later.
msgstr 
Aby se Ampache aktivoval, musíte restartovat webový server. Rozhodněte se, 
zda se má restartovat automaticky, nebo zda to provedete později sami.

#. Type: boolean
#. Description
#: ../ampache.templates:3001
msgid 
To manually restart the web server, use one of the following commands: \/
etc/init.d/apache2 restart\ or \/etc/init.d/lighttpd restart\
msgstr 
Pro ruční restart webového serveru použijte dle situace „/etc/init.d/apache2 
restart“ nebo „/etc/init.d/lighttpd restart“.

#~ msgid Configure Apache 2 web server for use with Ampache?
#~ msgstr Nastavit webový server Apache 2 tak, aby pracoval s Ampache?


Bug#595513: [l10n] Updated Czech translation of dctrl-tools

2010-09-04 Thread Miroslav Kure
Package: dctrl-tools
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is updated Czech (cs.po) translation of
dctrl-tools. Please include it with the package.

Thanks
-- 
Miroslav Kure
# Czech translation of dctrl-tools.
# Copyright (C) YEAR Antti-Juhani Kaijanaho
# This file is distributed under the same license as the dctrl-tools package.
# Miroslav Kure ku...@debian.cz, 2006, 2008, 2010.
#
msgid 
msgstr 
Project-Id-Version: dctrl-tools\n
Report-Msgid-Bugs-To: a...@debian.org\n
POT-Creation-Date: 2010-08-08 12:45+0300\n
PO-Revision-Date: 2010-08-25 18:25+0200\n
Last-Translator: Miroslav Kure ku...@debian.cz\n
Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
Language: cs\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: lib/ifile.c:54
#, c-format
msgid %s (child): failed to exec /bin/sh: %s\n
msgstr %s (potomek): selhalo spuštění /bin/sh: %s\n

#: lib/ifile.c:100
#, c-format
msgid %s: command (%s) failed (exit status %d)\n
msgstr %s: příkaz (%s) selhal (návratový kód %d)\n

#: lib/ifile.c:109
#, c-format
msgid %s: command (%s) was killed by signal %d\n
msgstr %s: příkaz (%s) byl zabit signálem %d\n

#: lib/ifile.c:127
#, c-format
msgid %s: %s: cannot stat: %s\n
msgstr %s: %s: nelze zavolat stat: %s\n

#: lib/ifile.c:138
msgid is a directory, skipping
msgstr je adresář, přeskakuji

#: lib/ifile.c:139
msgid is a block device, skipping
msgstr je blokové zařízení, přeskakuji

#: lib/ifile.c:140
msgid internal error
msgstr vnitřní chyba

#: lib/ifile.c:141
msgid is a socket, skipping
msgstr je socket, přeskakuji

#: lib/ifile.c:142
msgid unknown file type, skipping
msgstr neznámý typ souboru, přeskakuji

#: lib/misc.c:37
#, c-format
msgid %s: using `%s' as pager\n
msgstr %s: používám „%s“ jako pager\n

#: lib/misc.c:47
#, c-format
msgid %s: popen failed for %s: %s\n
msgstr %s: volání popen selhalo pro %s: %s\n

#: lib/paragraph.c:140
msgid warning: expected a colon
msgstr varování: očekávána dvojtečka

#: lib/paragraph.c:145
msgid expected a colon
msgstr očekávána dvojtečka

#: lib/predicate.c:43 grep-dctrl/grep-dctrl.c:228 grep-dctrl/grep-dctrl.c:343
msgid predicate is too complex
msgstr predikát je příliš složitý

#: lib/sorter.c:49
msgid Parse error in field.
msgstr Chyba analýzy pole.

#: grep-dctrl/grep-dctrl.c:47
msgid grep-dctrl -- grep Debian control files
msgstr grep-dctrl -- vyhledává v debianích souborech control

#: grep-dctrl/grep-dctrl.c:110
msgid Show the testing banner.
msgstr Zobrazí testovací nápis.

#: grep-dctrl/grep-dctrl.c:112 sort-dctrl/sort-dctrl.c:39
#: tbl-dctrl/tbl-dctrl.c:42 join-dctrl/join-dctrl.c:45
msgid LEVEL
msgstr ÚROVEŇ

#: grep-dctrl/grep-dctrl.c:112 sort-dctrl/sort-dctrl.c:39
#: tbl-dctrl/tbl-dctrl.c:42 join-dctrl/join-dctrl.c:45
msgid Set debugging level to LEVEL.
msgstr Nastaví ladicí úroveň na ÚROVEŇ.

#: grep-dctrl/grep-dctrl.c:113 grep-dctrl/grep-dctrl.c:116
msgid FIELD,FIELD,...
msgstr POLE,POLE,...

#: grep-dctrl/grep-dctrl.c:113
msgid Restrict pattern matching to the FIELDs given.
msgstr Omezí porovnávání vzorů na zadaná POLE.

#: grep-dctrl/grep-dctrl.c:114
msgid This is a shorthand for -FPackage.
msgstr Toto je zkratka za -FPackage.

#: grep-dctrl/grep-dctrl.c:115
msgid This is a shorthand for -FSource:Package.
msgstr Toto je zkratka za -FSource:Package.

#: grep-dctrl/grep-dctrl.c:116
msgid Show only the body of these fields from the matching paragraphs.
msgstr Z nalezených odstavců zobrazí pouze obsah těchto polí.

#: grep-dctrl/grep-dctrl.c:117
msgid 
Show only the first line of the \Description\ field from the matching 
paragraphs.
msgstr Z nalezených odstavců zobrazí pouze první řádek pole „Description“.

#: grep-dctrl/grep-dctrl.c:118
msgid Suppress field names when showing specified fields.
msgstr Při zobrazování zadaných polí potlačí názvy těchto polí.

#: grep-dctrl/grep-dctrl.c:119
msgid Regard the pattern as an extended POSIX regular expression.
msgstr 
Bude se vzorem pracovat jako s rozšířeným POSIXovým regulárním výrazem.

#: grep-dctrl/grep-dctrl.c:120
msgid The pattern is a standard POSIX regular expression.
msgstr Vzor je standardní POSIXový regulární výraz.

#: grep-dctrl/grep-dctrl.c:121
msgid Ignore case when looking for a match.
msgstr Při hledání shody ignoruje velikost písmen.

#: grep-dctrl/grep-dctrl.c:122
msgid Show only paragraphs that do not match.
msgstr Zobrazí pouze odstavce, které se neshodují.

#: grep-dctrl/grep-dctrl.c:123
msgid Show those fields that have NOT been selected with -s
msgstr Zobrazí pole, která NEBYLA vybrána pomocí -s

#: grep-dctrl/grep-dctrl.c:124
msgid Show only the count of matching paragraphs.
msgstr Zobrazí pouze počet shodujících se odstavců.

#: grep-dctrl/grep-dctrl.c:125
msgid FNAME
msgstr JMSOUB

#: grep-dctrl/grep-dctrl.c:125
msgid Use FNAME as the config file.
msgstr Jako konfigurační soubor použije JMSOUB.

#: grep-dctrl/grep-dctrl.c:126
msgid Do an exact match.
msgstr Provede přesnou shodu.

#: grep-dctrl/grep-dctrl.c:127 

Bug#593648: I'm out

2010-09-04 Thread Benjamin Scherrer
Hi,

after losing half of a sunny saturday getting my system and files back,
I threw the raid system in a garbage can and everything works with the
newest testing migration. I accidently installed this today and got
virtually no help from the irc channel and nothing worked, it kept
getting worse. Not sure why not many others have this problem, too, but
I will not use a raid on the booting partition again (and therefore
cannot help to resolve this issue) as long as nothing better as linux
sees the light of day.

Benjamin



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



Bug#595514: compizconfig-settings-manager: «Edit match» dialog does not copy value to the plugin properties fields

2010-09-04 Thread Evgeny Pisemskiy
Package: compizconfig-settings-manager
Version: 0.8.4-2
Severity: normal

When matching windows for such plugins as Window Rules and other, «Edit
match» dialog does not copy the class, name or any other parameter of selected
window to the plugin properties fields when I click Add.

To make it more understandable, I made a screenshot illustrating this issue:

http://img217.imageshack.us/img217/5775/screenshot11k.png

Sorry for my bad English.



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

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

Versions of packages compizconfig-settings-manager depends on:
ii  librsvg2-common   2.26.3-1   SAX-based renderer library for SVG
ii  python2.6.5-13   interactive high-level object-orie
ii  python-compizconfig   0.8.4-2Compizconfig bindings for python
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-support1.0.9  automated rebuilding support for P

compizconfig-settings-manager recommends no packages.

compizconfig-settings-manager 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#595063: read() builtin doesn't read integer value /proc files (but bash's does)

2010-09-04 Thread Steve Schnepp
2010/9/3 Jilles Tjoelker jil...@stack.nl:
 This patch assumes that the file descriptor is discarded afterwards (its
 position does not matter). Therefore the very common construct
  while read x; do
    ...
  done
 stops working.

Ohh.. thanks for that, I didn't see it.

Actually while read x continues to work.
But reopening the file doesn't as in :

read a b  datafile
echo ${a} ${b}
read a b  datafile
echo ${a} ${b}

I attached an updated patch that corrects this pb by discarding the
buffer when opening a new file.
I also put everything in new files (bufreadcmd.c  .h), in order to
ease its understanding.

--
Steve Schnepp
http://blog.pwkf.org/



 A possible fix is to check first if the input supports seeking. If it
 does, use the buffering and at the end of the line seek backwards for
 the number of bytes remaining in the buffer. If it does not, read one
 byte at a time.

 --
 Jilles Tjoelker



--
Steve Schnepp
http://blog.pwkf.org/
Common subdirectories: dash-0.5.4/src/bltin and dash-0.5.4-patched/src/bltin
diff -puN dash-0.5.4/src/bufreadcmd.c dash-0.5.4-patched/src/bufreadcmd.c
--- dash-0.5.4/src/bufreadcmd.c	1970-01-01 01:00:00.0 +0100
+++ dash-0.5.4-patched/src/bufreadcmd.c	2010-09-04 12:31:46.0 +0200
@@ -0,0 +1,59 @@
+/*
+ * Offers a buffered read builtin
+ */
+
+#include unistd.h
+#include stdlib.h
+
+#include bufreadcmd.h
+
+#ifdef BUF_READ_BUILTIN_DISABLED
+int dup2_wrapper(int old, int new) {
+	return dup2(old, new);
+}
+int read_stdin_bufferred(char *c) {
+	return read(0, buffer, 1);
+}
+#else // BUF_READ_BUILTIN_DISABLED
+
+/*
+ * Reads from fd 0, with a CHUNK_READ_SIZE,
+ * but emitting one char at a time
+ */
+#define CHUNK_READ_SIZE 32
+static char buffer[CHUNK_READ_SIZE];
+static int buffer_offset = 0;
+static int buffer_len = 0;
+
+int read_stdin_bufferred(char* c) {
+   if (buffer_len == 0) {
+   // No caracter left, resetting buffer  read some more
+   buffer_offset = 0;
+   buffer_len = read(0, buffer, CHUNK_READ_SIZE);
+
+   if (buffer_len == 0) {
+   // Nothing to read anymore
+   return 0;
+   }
+   }
+
+   // Still some character left
+   *c = buffer[buffer_offset++];
+   buffer_len--;
+
+   return 1;
+}
+
+static void _flush_readcmd(int fd) {
+	if (fd == 0) { 
+		// Flush the buffer, discarding its content
+		buffer_len = 0;
+	}
+}
+
+/* Intercept dup2() calls */
+int dup2_wrapper(int old, int new) {
+	_flush_readcmd(new);
+	return dup2(old, new);
+}
+#endif // BUF_READ_BUILTIN_DISABLED
diff -puN dash-0.5.4/src/bufreadcmd.h dash-0.5.4-patched/src/bufreadcmd.h
--- dash-0.5.4/src/bufreadcmd.h	1970-01-01 01:00:00.0 +0100
+++ dash-0.5.4-patched/src/bufreadcmd.h	2010-09-04 12:23:53.0 +0200
@@ -0,0 +1,3 @@
+/* Used for flushing the readcmd read() buffer */
+int dup2_wrapper(int to, int from);
+int read_stdin_bufferred(char *c);
Common subdirectories: dash-0.5.4/src/.deps and dash-0.5.4-patched/src/.deps
diff -puN dash-0.5.4/src/eval.c dash-0.5.4-patched/src/eval.c
--- dash-0.5.4/src/eval.c	2007-07-13 10:26:42.0 +0200
+++ dash-0.5.4-patched/src/eval.c	2010-09-04 12:24:55.0 +0200
@@ -64,6 +64,8 @@
 #include myhistedit.h
 #endif
 
+#include bufreadcmd.h
+
 
 /* flags in argument to evaltree */
 #define EV_EXIT 01		/* exit after evaluating tree */
@@ -543,11 +545,12 @@ evalpipe(union node *n, int flags)
 close(pip[0]);
 			}
 			if (prevfd  0) {
-dup2(prevfd, 0);
+dup2_wrapper(prevfd, 0);
+
 close(prevfd);
 			}
 			if (pip[1]  1) {
-dup2(pip[1], 1);
+dup2_wrapper(pip[1], 1);
 close(pip[1]);
 			}
 			evaltreenr(lp-n, flags);
@@ -625,7 +628,7 @@ evalbackcmd(union node *n, struct backcm
 			FORCEINTON;
 			close(pip[0]);
 			if (pip[1] != 1) {
-dup2(pip[1], 1);
+dup2_wrapper(pip[1], 1);
 close(pip[1]);
 			}
 			eflag = 0;
diff -puN dash-0.5.4/src/Makefile dash-0.5.4-patched/src/Makefile
--- dash-0.5.4/src/Makefile	2010-09-04 13:06:05.0 +0200
+++ dash-0.5.4-patched/src/Makefile	2010-09-04 13:08:26.0 +0200
@@ -57,7 +57,7 @@ am__objects_1 = alias.$(OBJEXT) arith_yy
 	miscbltin.$(OBJEXT) mystring.$(OBJEXT) options.$(OBJEXT) \
 	parser.$(OBJEXT) redir.$(OBJEXT) show.$(OBJEXT) trap.$(OBJEXT) \
 	output.$(OBJEXT) printf.$(OBJEXT) system.$(OBJEXT) \
-	test.$(OBJEXT) times.$(OBJEXT) var.$(OBJEXT)
+	test.$(OBJEXT) times.$(OBJEXT) var.$(OBJEXT) bufreadcmd.$(OBJEXT)
 am_dash_OBJECTS = $(am__objects_1) arith.$(OBJEXT)
 dash_OBJECTS = $(am_dash_OBJECTS)
 dash_DEPENDENCIES = builtins.o init.o nodes.o signames.o syntax.o
@@ -169,14 +169,14 @@ dash_CFILES = \
 	alias.c arith_yylex.c cd.c error.c eval.c exec.c expand.c \
 	histedit.c input.c jobs.c mail.c main.c memalloc.c miscbltin.c \
 	mystring.c options.c parser.c redir.c show.c trap.c output.c \
-	bltin/printf.c system.c bltin/test.c bltin/times.c var.c
+	bltin/printf.c system.c bltin/test.c bltin/times.c var.c bufreadcmd.c
 
 

Bug#595496: FTBFS: operation on 'src32' may be undefined

2010-09-04 Thread Thorsten Glaser
Kurt Roeckx dixit:

Debian). As far as I know, it never even built properly on m68k.
I've added some minimal m68k support, but the last build on m68k
still failed to pass the regression tests.

Works for me now.

I have to wonder why you get that error message in the first
place.  bswap_32 is normally implemented as a macro.  So I'd

Yes, I even fail to find the non-extension macro definition…
nevertheless, with this small patch it works for me.

I also wonder why you need elfutils to build a kernel.  As far

apt-get build-dep linux-2.6 #requires it.

bye,
//mirabilos
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.  -- Coywolf Qi Hunt



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



Bug#595515: lists.debian.org: Please add backports specific lists

2010-09-04 Thread Alexander Wirt
Package: lists.debian.org
Severity: wishlist

Hi, 

please add the following lists for the backports move to debian.org:

- debian-backports
- debian-backports-changes
- debian-backports-announce

Thanks 
Alex

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=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#595428: apt again lost support for Apt::GPGV::TrustedKeyring

2010-09-04 Thread Joey Hess
David Kalnischkies wrote:
 You can fix this easily by setting Dir::Etc::Trusted to the same
 value as APT::GPGV::TrustedKeyring - the code in libapt which
 should have done this does it unfortunately too early…

Yes, I've done so in d-i svn. 

I assume getting apt 0.8.0 into testing is not currently in the cards.
It should at least not get in before the next d-i upload. Up to you
whether you leave this bug RC or not.

(/etc/apt/trusted.gpg)
 I honestly don't know why 600 - APT doesn't seem to set a mod on it
 so it should be gpg at the time the first keyring is inserted…

gpg does make keyrings 600 by default. On older systems, the file was
created by something else, so its mode can vary. I think that is a bug
by itself -- it should be possible for regular users to verify things
against the system's apt's trust keyring. The only reason d-i's build
overrides the keyring in the first place, really, is because the
build process does not run as root.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#571035: [squeeze alpha1] installationsreport: grub2: machine doesn't boot

2010-09-04 Thread Holger Wansing
Hello,

Ben Hutchings b...@decadent.org.uk wrote:
 On Wed, 2010-08-25 at 21:39 +0200, Holger Wansing wrote:
  Hi,
  
  Otavio Salvador ota...@ossystems.com.br wrote:
   I am reassigning this issue to the kernel package but I do believe a
   new test on this should be done since many issues has been fixed on
   2.6.32 after last try.
  
  I did a test installation with a daily built netinst image cd from
  23. August 2010.
  The result in short words:
  The machine is unable to boot, while the installation process is performed
  without any errors or problems. GRUB2 was chosen as bootloader.
  
  The output on screen is the same as in my initial report:
  
  Decompressing Linux... Parsing ELF... done.
  Booting the kernel.
  
  and then the system stopps.
 
 Can you confirm whether the GRUB menu entry you used is named
 Linux 2.6.32-trunk-486 or Linux 2.6.32-5-486?
 
 Ben.

The grub menu entry is titled
Debian GNU/Linux, with Linux 2.6.32-5-486


If that's relevant, this is the complete menu config for that
boot entry:

  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos1)'
  search --no-floppy --fs-uuid --set 9e863f51-5067-470a-d85345d98db6
  echo 'Loading Linux 2.6.32-5-486 ...'
  linux /boot/vmlinuz-2.6.32-486 root=/dev/hda1 ro all_generic_ide quiet
  echo 'Loading initial ramdisk  ...'
  initrd /boot/initrd.img-2.6.32-5-486



Holger


-- 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 2.5.0
under DEBIAN GNU/LINUX 5.0.0 - L e n n y
Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =



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



Bug#592659: freeze exception for deborphan

2010-09-04 Thread Julien Cristau
On Thu, Aug 12, 2010 at 18:34:45 +0200, Carsten Hey wrote:

 * Neil McGovern [2010-08-11 22:21 +0100]:
  May I suggest that the work-in-progress is immediately uploaded to
  experimental too?
 
 I'll to this this weekend.
 
  Please re-ping when you've uploaded.
 
 Will do so, for the experimental and for the unstable upload.
 
Looks like this never happened?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#595428: Acknowledgement (apt again lost support for Apt::GPGV::TrustedKeyring)

2010-09-04 Thread Joey Hess
David Kalnischkies wrote:
  it was removed in 0.8.0. I guess we're supposed to use Dir::Etc::trusted
  now, although oddly I have to set that to a keyring file, not a directory.
 
 I don't understand what you mean, TrustedKeyring wanted also a file…?

It did. I was misled by the Dir in Dir::Etc to assume it was
meant to configure a directory.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#588888: boot=d does not boot from CD

2010-09-04 Thread Mike Viau

I have followed this bug report only to wind up in a similar predicament.

The Error: 'NoneType' object has no attribute 'rfind' was fixed by installing 
xen-qemu-dm-4.0.
 
However the same configuration issue (trying to boot the guest from a CD) with 
the 'boot' option exists for me too.

Your configuration looks good unless I've missed something.

Shall we file a new bug for the boot option behavior in the domU configuration 
file?


  

Bug#571035: [squeeze alpha1] installationsreport: grub2: machine doesn't boot

2010-09-04 Thread Holger Wansing
Hello,

Otavio Salvador ota...@ossystems.com.br wrote:
 Hello,
 
 On Sun, Aug 29, 2010 at 5:24 PM, Holger Wansing li...@wansing-online.de 
 wrote:
  http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso
 
 We need to know the date of it ;-)

In my mail from 25 Aug 2010 21:39:48 +0200, I already wrote,
that it was an daily built netinst image cd from 23. August 2010.


Holger

-- 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 2.5.0
under DEBIAN GNU/LINUX 5.0.0 - L e n n y
Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =



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



Bug#593211: [plasma-widget-cwp] too many kio-http processes

2010-09-04 Thread Boris Pek
Unfortunately, upgrading package in Squeeze is impossible. Latest builds are 
now available in experimental branch.



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



Bug#570318: grub: -trunk kernel obsolete

2010-09-04 Thread Ben Hutchings
On Sat, 2010-09-04 at 16:44 +0200, Andreas Beckmann wrote:
 On 2010-09-04 03:16, Ben Hutchings wrote:
  Yes, this is a serious issue - we are still seeing new bug reports on
  the obsolete 2.6.32-trunk kernel packages, and this seems to be the
  reason.
 
 But knowing these issues, was it really neccessary to reintroduce
 packages with a trunk abiversion? (*-2.6.35-trunk-* in experimental?)
 Wouldn't something like 0trunk trivially sort before (i.e. older than)
 1?

We never set a stable ABI number in uploads to experimental, so this
isn't a problem.  (The first 2.6.32-trunk upload was intended to go to
experimental too.)

Ben.

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


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


Bug#595510: mantis: CVE-2010-2574 xss vulnerability

2010-09-04 Thread sils
version 595510 1.2.x
forwarded 595510 http://www.mantisbt.org/bugs/view.php?id=12312
thanks


Hi,

I tested this issue under version 1.1.6+dfsg-2lenny1 (lenny),
1.1.8+dfsg-5 (sid) and 1.2.1-1 (being packaged, soon in experimental),
so I am reassigning this issue to version 1.2.x

This bug does not affect current distributed packages under Debian.

Please let me know if further steps should be taken.

(Not sure if it's admitted to assign this bug to a version that's is not
already in the repository, but anyway it will exists soon. I don't want
this issue to prevent mantis to be candidate for squeeze.)

Thanks to all,

Ps: Michael, thanks to be aware.


Michael Gilbert wrote:
 Package: mantis
 Version: 1.1.8+dfsg-5
 Severity: serious
 Tags: security
 
 Hi,
 the following CVE (Common Vulnerabilities  Exposures) id was
 published for mantis.  After a quick search, I couldn't find enough info
 to be able to check whether this affects older versions.  Please check.
 
 CVE-2010-2574[0]:
 | Cross-site scripting (XSS) vulnerability in manage_proj_cat_add.php in
 | MantisBT 1.2.2 allows remote authenticated administrators to inject
 | arbitrary web script or HTML via the name parameter in an Add Category
 | action.
 
 If you fix the vulnerability please also make sure to include the
 CVE id in your changelog entry.
 
 For further information see:
 
 [0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2574
 http://security-tracker.debian.org/tracker/CVE-2010-2574
 
 
 



signature.asc
Description: OpenPGP digital signature


Bug#595496: FTBFS: operation on 'src32' may be undefined

2010-09-04 Thread Kurt Roeckx
On Sat, Sep 04, 2010 at 06:17:53PM +, Thorsten Glaser wrote:
 Kurt Roeckx dixit:
 
 Debian). As far as I know, it never even built properly on m68k.
 I've added some minimal m68k support, but the last build on m68k
 still failed to pass the regression tests.
 
 Works for me now.

The libelf part probably shouldn't be a problem since that's
mostly generic code as far as I know.  But I guess the testsuite
shows alot of warnings.

 I have to wonder why you get that error message in the first
 place.  bswap_32 is normally implemented as a macro.  So I'd
 
 Yes, I even fail to find the non-extension macro definition...
 nevertheless, with this small patch it works for me.

It normally lives somewhere in /usr/include/bits/byteswap.h,
atleast on my system.  But I suggest you get that fixed
because other callers of that function might expect the
same behaviour and get broken by it.

Using gcc -E might help you find the location of the macro.

 I also wonder why you need elfutils to build a kernel.  As far
 
 apt-get build-dep linux-2.6 #requires it.

Didn't know that yet.


Kurt




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



Bug#587090: tags 587090 patch

2010-09-04 Thread Mike Viau



tags 587090 patch

Still working on getting a working DomU in squeeze by following the Debian Wiki 
@ http://wiki.debian.org/Xen#DomU.28guest.29
  

Bug#595494: mdadm: metadata version change and grub2 support

2010-09-04 Thread martin f krafft
clone 595494 -1
retitle -1 document metadata default change in NEWS.Debian
severity -1 wishlist
reassign -1 mdadm
tags -1 confirmed
thanks

also sprach Simon Paillard spaill...@debian.org [2010.09.04.1930 +0200]:
 You probably want to document this in mdadm NEWS.Debian as well.

Good idea. Stupid that I forgot that. ;)

Now I wonder if I can add it with the old version number and still
have it show up properly.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
in just seven days, i can make you a man!
  -- the rocky horror picture show


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#595494: mdadm: metadata version change and grub2 support

2010-09-04 Thread Steve Langasek
On Sat, Sep 04, 2010 at 09:15:19PM +0200, martin f krafft wrote:
 also sprach Simon Paillard spaill...@debian.org [2010.09.04.1930 +0200]:
  You probably want to document this in mdadm NEWS.Debian as well.

 Good idea. Stupid that I forgot that. ;)

 Now I wonder if I can add it with the old version number and still
 have it show up properly.

Only for users that have not yet upgraded to a later version of mdadm.  So
perhaps it's better to postdate the entry to the current package version.

-- 
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#595517: [INTL:ko] Korean debconf template translation

2010-09-04 Thread Changwoo Ryu
Package: debconf
Version: N/A
Severity: wishlist
Tags: l10n patch

Here is the updated debconf template translation (debian/po/ko.po).
Please include it in the next release.

-- 
Changwoo Ryu cw...@debian.org
# debconf debconf template Korean translation.
#
# Sunjae Park dareh...@gmail.com, 2006.
# Changwoo Ryu cw...@debian.org, 2008, 2010.
#
msgid 
msgstr 
Project-Id-Version: debian-installer\n
Report-Msgid-Bugs-To: debc...@packages.debian.org\n
POT-Creation-Date: 2009-08-24 19:24+0200\n
PO-Revision-Date: 2010-09-05 04:25+0900\n
Last-Translator:  Changwoo Ryu cw...@debian.org\n
Language-Team:  Korean debian-l10n-kor...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:1001
msgid Dialog
msgstr 다이얼로그 방식

#. Type: select
#. Choices
#: ../templates:1001
msgid Readline
msgstr 리드라인 방식

#. Type: select
#. Choices
#: ../templates:1001
msgid Editor
msgstr 편집기 방식

#. Type: select
#. Choices
#: ../templates:1001
msgid Noninteractive
msgstr 물어보지 않음 방식

#. Type: select
#. Description
#: ../templates:1002
msgid Interface to use:
msgstr 사용할 인터페이스:

#. Type: select
#. Description
#: ../templates:1002
msgid 
Packages that use debconf for configuration share a common look and feel. 
You can select the type of user interface they use.
msgstr 
설정할 때 debconf를 사용하는 패키지는 비슷한 모양의 인터페이스를 사용합니다. 
여기서 어떤 종류의 인터페이스를 사용할 지 선택할 수 있습니다.

#. Type: select
#. Description
#: ../templates:1002
msgid 
The dialog frontend is a full-screen, character based interface, while the 
readline frontend uses a more traditional plain text interface, and both the 
gnome and kde frontends are modern X interfaces, fitting the respective 
desktops (but may be used in any X environment). The editor frontend lets 
you configure things using your favorite text editor. The noninteractive 
frontend never asks you any questions.
msgstr 다이얼로그 프론트엔드는 문자 기반의 전체 화면 인터페이스이고, 리드라인 프론트엔드는 더 전통적인 일반 텍스트 인터페이스를 사용하고, 그놈과 KDE는 현대적인 X 인터페이스로 해당 데스크톱에 적합합니다 (하지만 X 환경에서만 사용할 수 있습니다). 편집기 프론트엔드는 본인이 자주 사용하는 텍스트 편집기를 이용해서 설정합니다. 물어보지 않음 프론트엔드의 경우 어떤 설정도 물어보지 않습니다.

#. Type: select
#. Choices
#: ../templates:2001
msgid critical
msgstr 중요

#. Type: select
#. Choices
#: ../templates:2001
msgid high
msgstr 높음

#. Type: select
#. Choices
#: ../templates:2001
msgid medium
msgstr 중간

#. Type: select
#. Choices
#: ../templates:2001
msgid low
msgstr 낮음

#. Type: select
#. Description
#: ../templates:2002
msgid Ignore questions with a priority less than:
msgstr 이보다 우선 순위가 낮은 질문은 무시:

#. Type: select
#. Description
#: ../templates:2002
msgid 
Debconf prioritizes the questions it asks you. Pick the lowest priority of 
question you want to see:\n
  - 'critical' only prompts you if the system might break.\n
Pick it if you are a newbie, or in a hurry.\n
  - 'high' is for rather important questions\n
  - 'medium' is for normal questions\n
  - 'low' is for control freaks who want to see everything
msgstr 
debconf의 질문은 우선 순위가 있습니다. 질문을 보고 싶은 최저 우선 순위를 고르
십시오:\n
 - '중요'는 설정하지 않으면 시스템이 제대로 동작하지 않는 경우입니다.\n
  초보자이거나, 긴급한 경우에 사용하십시오.\n
 - '높음'은 상당히 중요한 질문인 경우\n
 - '중간'은 일반적인 질문의 경우\n
 - '낮음'은 모든 설정 사항을 보고 조정하려는 괴짜들이 사용합니다

#. Type: select
#. Description
#: ../templates:2002
msgid 
Note that no matter what level you pick here, you will be able to see every 
question if you reconfigure a package with dpkg-reconfigure.
msgstr 
기억해 두십시오. 여기에서 어떤 우선 순위를 선택하든지 간에, dpkg-reconfigure
로 패키지를 설정하면 모든 질문을 볼 수 있습니다.

#. Type: text
#. Description
#: ../templates:3001
msgid Installing packages
msgstr 패키지를 설치하는 중입니다

#. Type: text
#. Description
#: ../templates:4001
msgid Please wait...
msgstr 잠시 기다리십시오...

#. Type: text
#. Description
#. This string is the 'title' of dialog boxes that prompt users
#. when they need to insert a new medium (most often a CD or DVD)
#. to install a package or a collection of packages
#: ../templates:6001
msgid Media change
msgstr 미디어 교체


Bug#595375: xul-ext-torbutton: Leaks fingerprintable User-Agent when extensions.torbutton.spoof_english = false

2010-09-04 Thread Jérémy Bobbio
tags 595375 + upstream
thanks

On Fri, Sep 03, 2010 at 12:51:38AM +0200, intrigeri+deb...@boum.org wrote:
 What does not work
 ==
 
 When extensions.torbutton.spoof_english is set to true the reported
 User-Agent is:
 
 Mozilla/5.0 (Windows; U; Windows NT 6.1; 
 chrome://global/locale/intl.properties; rv:1.9.2.3) Gecko/20100401 
 Firefox/3.6.3
 
 One can see the LANG placeholder is wrongly replaced with
 chrome://global/locale/intl.properties instead of what is expected
 i.e. the value of the general.useragent.locale preference setting.

I have been able to reproduce this behaviour by installing Torbutton
on a dedicated profile by using the upstream XPI.

I will spend some time to investigate a little bit more before opening a
ticket on upstream bugtracker.

Cheers,
-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#588636: apt-listbugs: communication problem between the two co-maintainers

2010-09-04 Thread Francesco Poli
On Sun, 8 Aug 2010 11:19:32 +0200 Francesco Poli wrote:

 On Sun, 25 Jul 2010 19:30:36 +0200 Francesco Poli wrote:
 
 [...]
  Hello?!?
  
  Ryan, this is getting really frustrating... :-(
[...]

 Ryan,
 I have been struggling for months to get some collaboration from you
 and finalize apt-listbugs/0.1.4 in time for Debian squeeze.
 
 Did you read the news?
 The announce I was fearing to see has finally come:
 http://lists.debian.org/debian-announce/2010/msg9.html
 Squeeze has now been frozen.
[...]

Ryan,
let's forget about the freeze: now the rules are even stricter
http://lists.debian.org/debian-devel-announce/2010/09/msg0.html,
and I really doubt we will qualify for a freeze exception.

Let's concentrate on the future of apt-listbugs development.
Let's change strategy!

I've recently registered on alioth as frx-guest and I've just
requested to join the apt-listbugs project by using the link at
https://alioth.debian.org/projects/apt-listbugs/

If I understand correctly, this is the step required in order to obtain
direct push access to the public git repository
git://git.debian.org/git/apt-listbugs/apt-listbugs.git

Please approve my request, so that I can push my commits
directly to the public git repository!


Finally, please review the work-flow I intend to adopt for pushing my
commits to the public repository: I am a bit new to pushing to remote
git repositories hosted on alioth, and I would rather avoid messing
things up!

I would think I can do as follows.

After configuring my alioth username in ~/.ssh/config (as suggested at
http://wiki.debian.org/Alioth/SSH), I will prepare my local clone of
the public repository:

  $ git clone git://git.debian.org/git/apt-listbugs/apt-listbugs.git
  $ git remote add alioth ssh://git.debian.org/git/apt-listbugs/apt-listbugs.git

Inside the repository directory, I will create a topic branch for some
new feature and/or fix:

  $ git checkout -b $MY_COOL_BRANCH_NAME origin

and then, after hacking, committing, testing, hacking, testing,
committing, ..., I will get ready to push my newly created commits to
the public repository master branch:

  $ git checkout master  git pull   # this should result in a fast-forward

If some changes have been made to the master branch, while I was
committing to $MY_COOL_BRANCH_NAME , then my commits may be rebased
on the new tip of the master branch:

  $ git checkout $MY_COOL_BRANCH_NAME  git rebase origin

After rebasing, I will try again:

  $ git checkout master  git pull   # this should result in a fast-forward

If there are other changes on the master branch, I will rebase again.
Otherwise I will push my branch to the remote master branch:

  $ git push alioth ${MY_COOL_BRANCH_NAME}:master
  $ git push alioth --tags
  $ git checkout master  git pull   # this should result in a fast-forward

At this point, master should be identical to $MY_COOL_BRANCH_NAME ,
that is to say, no output from:

  $ git log master..$MY_COOL_BRANCH_NAME

If this is the case, then the topic branch may be discarded:

  $ git branch -d $MY_COOL_BRANCH_NAME


Is everything correct?
Please let me know.

-- 
 http://www.inventati.org/frx/progs/scripts/pdebuild-hooks.html
 Need some pdebuild hook scripts?
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpiULTntlX7t.pgp
Description: PGP signature


Bug#595063: read() builtin doesn't read integer value /proc files (but bash's does)

2010-09-04 Thread Jilles Tjoelker
On Sat, Sep 04, 2010 at 08:20:33PM +0200, Steve Schnepp wrote:
 2010/9/3 Jilles Tjoelker jil...@stack.nl:
  This patch assumes that the file descriptor is discarded afterwards (its
  position does not matter). Therefore the very common construct
   while read x; do
     ...
   done
  stops working.

 Ohh.. thanks for that, I didn't see it.

 Actually while read x continues to work.
 But reopening the file doesn't as in :

 read a b  datafile
 echo ${a} ${b}
 read a b  datafile
 echo ${a} ${b}

You're right, it's even stranger than I expected.

 I attached an updated patch that corrects this pb by discarding the
 buffer when opening a new file.

This discarding is still bad as it throws away valid data if the open
file description is shared. This happens if stdin is redirected inside a
while read... loop.

Furthermore, I think constructions like
  read x; cat
and
  read x; (read y); read z
should keep working. This requires that the input's file position be
synced whenever another process may see it (fork/exit). Due to the
highly dynamic character of the shell and the common use of fd 0, this
probably means that you can't do better than syncing after each read
builtin. (For example, 'read' could be overridden with a function after
the third line.)

Another thought:
  exec 30; read x; read y 3
or even
  sh -c 'read x; read y 3' 30
Different file descriptors may refer to the same open file description
and the shell may not know this.

-- 
Jilles Tjoelker



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



Bug#595496: FTBFS: operation on 'src32' may be undefined

2010-09-04 Thread Thorsten Glaser
Kurt Roeckx dixit:

The libelf part probably shouldn't be a problem since that's
mostly generic code as far as I know.  But I guess the testsuite
shows alot of warnings.

Ouch, I just see I have DEB_BUILD_OPTIONS=nocheck in the environment.
So, no comment on that.

It normally lives somewhere in /usr/include/bits/byteswap.h,

Yeah, that one used the ({ extension though. I still suggest you
apply that patch because using ++ inside of arguments of things
that *might* be macros is generally frowned upon…

bye,
//mirabilos
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.  -- Coywolf Qi Hunt



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



Bug#595510: Processed (with 1 errors): Re: Bug#595510: mantis: CVE-2010-2574 xss vulnerability

2010-09-04 Thread Olivier Berger
notforwarded 595510
thanks

I'm afraid there's a misunderstanding here :
http://www.mantisbt.org/bugs/view.php?id=12312 refers to a problem on
the copy of nusoap shipped with Mantis upstream, and which doesn't
affect the mantis package, IMHO.

For the Debian package of nusoap, it's handled in #595248.

I haven't found a corresponding ticket in mantisbt's tracker for #595510
when I checked, but it may not be public, so far.

Hope this helps.

Best regards,

Le samedi 04 septembre 2010 à 19:03 +, Debian Bug Tracking System a
écrit :

  forwarded 595510 http://www.mantisbt.org/bugs/view.php?id=12312
 Bug #595510 [mantis] mantis: CVE-2010-2574 xss vulnerability
 Set Bug forwarded-to-address to 
 'http://www.mantisbt.org/bugs/view.php?id=12312'.
  thanks
 Stopping processing here.
 
 Please contact me if you need assistance.

-- 
Olivier BERGER olivier.ber...@it-sudparis.eu
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)




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



Bug#595444: release.debian.org: unblock shorewall{,6,-lite,6-lite,-init}/4.4.11.4-1

2010-09-04 Thread Roberto C . Sánchez
reopen 594144
thanks

On Sat, Sep 04, 2010 at 05:04:52PM +0200, Julien Cristau wrote:
 On Fri, Sep  3, 2010 at 20:13:07 -0400, Roberto C. Sanchez wrote:
 
  This new upstream release is specifically targeted for Squeeze.  The
  relevant changelog entry is:
  
   shorewall (4.4.11.4-1) unstable; urgency=low
   .
 * New Upstream Version (Closes: #594144)
  
 That's not a relevant changelog entry.  It would be if 594144 was a
 request for packaging the new upstream release, and testing wasn't
 frozen.
 

Well, the relevant entry from the upstream changelog is:

Fix REQUIRE_INTERFACE=Yes

Hopefully that is more relevant.

 shorewall unblocked, the rest of them left alone.
 
I'm not sure I understand the reasoning behind this.  The only changes
in the rest of the packages are the changes resulting from the change in
version number.  That is, it is about as invasive as an updated
translation or updated documentation.

While technically it is possible to have shorewall6 4.4.11.3-1 installed
alongside shorewall 4.4.11.4-1, it will likely result in confusion for
users.  Upstream always releases all the packages as a group, and anyone
who uses Shorewall outside of Debian will always get them together as a
group with the same version number.  And it is has also been that way
with the official Debian packages for quite some time.

I encourage you to reconsider and permit the rest of the packages into
testing.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#537185: closed by Benjamin Drung bdr...@ubuntu.com (audtool2: still refers to audtool)

2010-09-04 Thread Sandro Tosi
why it was not closed in the changelog with that upload?

On Sat, Sep 4, 2010 at 21:48, Debian Bug Tracking System
ow...@bugs.debian.org wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the audacious package:

 #537185: audtool2: still refers to audtool

 It has been closed by Benjamin Drung bdr...@ubuntu.com.

 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Benjamin Drung 
 bdr...@ubuntu.com by
 replying to this email.


 --
 537185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537185
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems


 -- Forwarded message --
 From: Benjamin Drung bdr...@ubuntu.com
 To: 537185-d...@bugs.debian.org
 Date: Sat, 04 Sep 2010 21:46:55 +0200
 Subject: audtool2: still refers to audtool
 Version: 2.3-1

 This bug was fixed upstream.

 --
 Benjamin Drung
 Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org)


 -- Forwarded message --
 From: Sandro Tosi mo...@debian.org
 To: Debian Bug Tracking System sub...@bugs.debian.org
 Date: Wed, 15 Jul 2009 22:13:13 +0200
 Subject: audtool2: still refers to audtool
 Package: audacious
 Version: 2.1-1
 Severity: minor
 File: /usr/bin/audtool2

 Hello,
 there are still some refs to audtool in audtool2:

 $ audtool2
 In program audtool2:
  * While processing the commandline
 Error: not enough parameters, use 'audtool help' for more information.

 $ man audtool2 | grep -w audtool
       audtool is designed to send commands to a running audacious.
       There are no known bugs in audtool at this time; if you find any please 
 report  them  on  www.atheme.org  in  the
       audtool was written by George Averill n...@nhjm.net and William 
 Pitcock neno...@atheme.org.

 I'd suggest fix them, to avoid confusion in the migration audtool - audtool2.

 Cheers,
 Sandro

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

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

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

 Versions of packages audacious recommends:
 pn  audacious-plugins-extra       none     (no description available)
 ii  unzip                         5.52-12    De-archiver for .zip files

 audacious suggests no packages.

 -- no debconf information







-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#592659: freeze exception for deborphan

2010-09-04 Thread Carsten Hey
* Julien Cristau [2010-09-04 20:34 +0200]:
 On Thu, Aug 12, 2010 at 18:34:45 +0200, Carsten Hey wrote:

  * Neil McGovern [2010-08-11 22:21 +0100]:
   May I suggest that the work-in-progress is immediately uploaded to
   experimental too?
 
  I'll to this this weekend.

The shell scripts orphaner and editkeep had known quoting issues, in the
meantime they have been solved using \0 separated strings.  I did not
want to upload a package without proper quoting, even to experimental,
but I did not think about this when I wrote this mail.

   Please re-ping when you've uploaded.
 
  Will do so, for the experimental and for the unstable upload.
 
 Looks like this never happened?

I planned (and still do) to upload the version I want to see in Squeeze
to experimental and unstable/delayed-3 tomorrow.

Regards
Carsten



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



Bug#595518: jack-tools: refuses to install with jackd2

2010-09-04 Thread Michal Suchanek
Package: jack-tools
Version: 0.0.2-7+b1
Severity: normal


jack-tools can use libjack-jackd2-0 but depend uncnditionally on jackd.


-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing'), (300, 'unstable'), (295, 
'experimental'), (290, 'stable-i386'), (280, 'testing-i386'), (270, 
'unstable-i386'), (150, 'experimental-i386')
Architecture: amd64 (x86_64)

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



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



Bug#537185: closed by Benjamin Drung bdr...@ubuntu.com (audtool2: still refers to audtool)

2010-09-04 Thread Benjamin Drung
Am Samstag, den 04.09.2010, 21:52 +0200 schrieb Sandro Tosi:
 why it was not closed in the changelog with that upload?

Because I forgot to do that.

-- 
Benjamin Drung
Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org)


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#537185: closed by Benjamin Drung bdr...@ubuntu.com (audtool2: still refers to audtool)

2010-09-04 Thread Sandro Tosi
On Sat, Sep 4, 2010 at 22:00, Benjamin Drung bdr...@ubuntu.com wrote:
 Am Samstag, den 04.09.2010, 21:52 +0200 schrieb Sandro Tosi:
 why it was not closed in the changelog with that upload?

 Because I forgot to do that.

with tens of bugs, I'd say, given how many you're closing

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#595519: jack-rack: refuses to install with jackd2

2010-09-04 Thread Michal Suchanek
Package: jack-rack
Version: 1.4.7-2+b1
Severity: normal


jack-rack can use libjack-jackd2-0 but depends unconditionally on jackd.


-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing'), (300, 'unstable'), (295, 
'experimental'), (290, 'stable-i386'), (280, 'testing-i386'), (270, 
'unstable-i386'), (150, 'experimental-i386')
Architecture: amd64 (x86_64)

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



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



Bug#537185: closed by Benjamin Drung bdr...@ubuntu.com (audtool2: still refers to audtool)

2010-09-04 Thread Benjamin Drung
Am Samstag, den 04.09.2010, 22:01 +0200 schrieb Sandro Tosi:
 On Sat, Sep 4, 2010 at 22:00, Benjamin Drung bdr...@ubuntu.com wrote:
  Am Samstag, den 04.09.2010, 21:52 +0200 schrieb Sandro Tosi:
  why it was not closed in the changelog with that upload?
 
  Because I forgot to do that.
 
 with tens of bugs, I'd say, given how many you're closing

Only a few ones forgotten by me. Most of them were fixed before my
involvement in this package. The bugs that are fixed in 2.4-1 will be
closed via the changelog.

-- 
Benjamin Drung
Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org)


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#595520: jackd2: requires python-dbus

2010-09-04 Thread Michal Suchanek
Package: jackd2
Version: 1.9.5~dfsg-19
Severity: normal


The jack_control which is part of jackd2 requires python-dbus to run.

jackd2 does not depend on python-dbus.


-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing'), (300, 'unstable'), (295, 
'experimental'), (290, 'stable-i386'), (280, 'testing-i386'), (270, 
'unstable-i386'), (150, 'experimental-i386')
Architecture: amd64 (x86_64)

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

Versions of packages jackd2 depends on:
ii  coreutils 8.5-1  GNU core utilities
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libasound21.0.23-1   shared library for ALSA applicatio
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libcelt0-00.7.1-1The CELT codec runtime library
ii  libdbus-1-3   1.2.1-5+lenny1 simple interprocess messaging syst
ii  libexpat1 2.0.1-4+lenny3 XML parsing C library - runtime li
ii  libgcc1   1:4.4.4-8  GCC support library
ii  libjack-jackd2-0  1.9.5~dfsg-19  JACK Audio Connection Kit (librari
ii  libncurses5   5.7+20100313-2 shared libraries for terminal hand
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libsamplerate00.1.4-1audio rate conversion library
ii  libsndfile1   1.0.21-3   Library for reading/writing audio 
ii  libstdc++64.4.4-8The GNU Standard C++ Library v3
ii  python2.6.5-13   interactive high-level object-orie

Versions of packages jackd2 recommends:
pn  jackd2-firewire   none (no description available)
ii  libpam-modules1.1.1-4Pluggable Authentication Modules f
ii  qjackctl  0.3.6-1+b1 User interface for controlling the

Versions of packages jackd2 suggests:
pn  jack-toolsnone (no description available)
pn  libjackasyn0  none (no description available)
pn  meterbridge   none (no description available)

-- debconf-show failed



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



Bug#595519: jack-rack: refuses to install with jackd2

2010-09-04 Thread Felipe Sateler
On 04/09/10 16:04, Michal Suchanek wrote:
 Package: jack-rack
 Version: 1.4.7-2+b1
 Severity: normal
 
 
 jack-rack can use libjack-jackd2-0 but depends unconditionally on jackd.

And jackd depends on jackd2 | jackd1.

Or are you having trouble installing jackd2? If so, what trouble?

-- 
Saludos,
Felipe Sateler



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



Bug#595521: i915: system locks up when starting X

2010-09-04 Thread Edward Allcutt
Package: linux-2.6
Version: 2.6.32-21
Severity: critical
Justification: breaks the whole system

By locks up I mean:
 * Screen blanks
 * Unresponsive to network
 * Unresponsive to sysrq
 * No disk activity
 * No logs written to disk after that point in time

I have xserver-xorg-video-intel 2:2.12.0+legacy1-1 installed. Before rebooting
today I was previously running with this version of the X driver and the
previous version (2.6.32-20) of the kernel.

I had noted with some trepidation the changelog entry about disabling KMS for
i855 as I've been using that with great success for months. I have noted that
the current X package still ships /etc/modprobe.d/i915-kms.conf which forces
modeset=1. I have attempted loading the driver with modeset=0 instead but it
yields the same result.

Looking at the closed bugs in the changelog, only #582105 seems to bear on
i855 directly and the information there seems insufficient to warrant disabling
KMS support entirely.

lspci -nn
=
00:00.0 Host bridge [0600]: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller [8086:3580] (rev 02)
00:00.1 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller [8086:3584] (rev 02)
00:00.3 System peripheral [0880]: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller [8086:3585] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM 
Integrated Graphics Device [8086:3582] (rev 02)
00:02.1 Display controller [0380]: Intel Corporation 82852/855GM Integrated 
Graphics Device [8086:3582] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 
EHCI Controller [8086:24cd] (rev 01)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge 
[8086:2448] (rev 81)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface 
Bridge [8086:24cc] (rev 01)
00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE 
Controller [8086:24ca] (rev 01)
00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
SMBus Controller [8086:24c3] (rev 01)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
AC'97 Modem Controller [8086:24c6] (rev 01)
02:00.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev 8d)
02:00.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro 
Host Adapter [1180:0822] (rev 13)
02:01.0 Ethernet controller [0200]: Intel Corporation 82541GI Gigabit Ethernet 
Controller [8086:1077]
02:02.0 Network controller [0280]: Intel Corporation PRO/Wireless 2200BG 
[Calexico2] Network Connection [8086:4220] (rev 05)
=

-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-21) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-2) ) #1 SMP Wed Aug 25 14:28:12 UTC 2010

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=43c39ab8-a297-45d5-a2f6-4fd419c58689 ro quiet

** Not tainted

** Kernel log:
[1.401739] uhci_hcd :00:1d.2: setting latency timer to 64
[1.401744] uhci_hcd :00:1d.2: UHCI Host Controller
[1.401758] uhci_hcd :00:1d.2: new USB bus registered, assigned bus 
number 4
[1.401787] uhci_hcd :00:1d.2: irq 18, io base 0x1860
[1.401827] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[1.401831] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[1.401834] usb usb4: Product: UHCI Host Controller
[1.401838] usb usb4: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[1.401841] usb usb4: SerialNumber: :00:1d.2
[1.401962] usb usb4: configuration #1 chosen from 1 choice
[1.402040] hub 4-0:1.0: USB hub found
[1.402049] hub 4-0:1.0: 2 ports detected
[1.402277] ata_piix :00:1f.1: version 2.13
[1.402288] ata_piix :00:1f.1: enabling device (0005 - 0007)
[1.402294] ata_piix :00:1f.1: PCI INT A - GSI 18 (level, low) - IRQ 18
[1.402337] ata_piix :00:1f.1: setting latency timer to 64
[1.402855] sdhci: Secure Digital Host Controller Interface driver
[1.402858] sdhci: Copyright(c) Pierre Ossman
[1.405856] scsi0 : ata_piix
[1.406467] scsi1 : ata_piix
[1.407657] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[1.407661] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[1.637426] e1000: :02:01.0: e1000_probe: (PCI:33MHz:32-bit) 

Bug#595522: xmms2-plugin-jack: when jackd exits xmms2d aborts

2010-09-04 Thread Michal Suchanek
Package: xmms2-plugin-jack
Version: 0.7DrNo+dfsg-2
Severity: normal


xmms2 should handle jack disconnection more gracefully.

It is a *deamon*, it should keep running despite minor issues.

I guess it should just stop and try to reconnect when playback is
requested.


-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing'), (300, 'unstable'), (295, 
'experimental'), (290, 'stable-i386'), (280, 'testing-i386'), (270, 
'unstable-i386'), (150, 'experimental-i386')
Architecture: amd64 (x86_64)

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

Versions of packages xmms2-plugin-jack depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libjack-jackd2-0 [libjack 1.9.5~dfsg-19  JACK Audio Connection Kit (librari
ii  xmms2-core0.7DrNo+dfsg-2 XMMS2 - core package

xmms2-plugin-jack recommends no packages.

xmms2-plugin-jack suggests no packages.

-- debconf-show failed



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



Bug#529976: texlive-base-bin: texdoc fails to find pgfmanual as it is zipped

2010-09-04 Thread Julian Gilbey
On Sat, Sep 04, 2010 at 01:48:55PM +0200, Hilmar Preusse wrote:
 On 22.05.09 Julian Gilbey (j...@debian.org) wrote:
 
 Hi,
 
  Package: texlive-base-bin
  Version: 2007.dfsg.2-6
  
  texdoc pgf doesn't work as pgfmanual.pdf has been gzipped.  Is
  there any reason why texdoc can't be asked to search for gzipped
  files in Debian (even though texlive doesn't do zipped docs)?
  
 That bug seems to be fixed in recent luatex. Could you check that and
 close it? I'll fix the changelog then.

It's still a problem in texdoc in texlive-base 2009-10, but for a
different reason, as reported in bug#591781.  So this bug itself can
be closed, but the related bug needs to remain open (annoyingly).

   Julian



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




Bug#595510: mantis: CVE-2010-2574 xss vulnerability

2010-09-04 Thread Michael Gilbert
On Sat, 04 Sep 2010 20:53:33 +0200 sils wrote:

 version 595510 1.2.x
 forwarded 595510 http://www.mantisbt.org/bugs/view.php?id=12312
 thanks

according to that bug report the issue is actually in nusoap.  i see
that mantis already depends on that.  if you are completely sure that
mantis doesn't use its embedded version, we should reassign the bug.

mike



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



Bug#595523: foomatic-db-engine: Provides foomatic-filters-ppds package with retrograde version

2010-09-04 Thread Adam D. Barratt
Package: foomatic-db-engine
Version: 4.0.4-2
Severity: serious

Hi,

When foomatic-filters-ppds was moved into foomatic-db-engine rather than
being its own source, the version became lower:

$ dak ls foomatic-filters-ppds
foomatic-filters-ppds |4.0.4-2 |   testing | all
foomatic-filters-ppds |4.0.4-2 |  unstable | all
foomatic-filters-ppds | 20080528-2.1 |stable | source, all

This means that lenny to squeeze upgrades of the package will fail, as
the squeeze version of the package will not be considered newer.

Regards,

Adam



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



Bug#584380: python-gevent: FTBFS: AssertionError: u'ct.select'

2010-09-04 Thread Jakub Wilk
reopen 584380 
found 584380 0.12.2-6

thanks


I'm closing this bug since I can't reproduce this and the build system
manages to build version 0.12.2-5 which was uploaded a few days ago.


I can reproduce the bug in a clean, up-to-date i386 sid chroot.

The full traceback is:
# Sphinx version: 0.6.6
# Docutils version: 0.7 release
Traceback (most recent call last):
   File /usr/lib/pymodules/python2.6/sphinx/cmdline.py, line 170, in main
 app.build(all_files, filenames)
   File /usr/lib/pymodules/python2.6/sphinx/application.py, line 136, in build
 self.builder.build_update()
   File /usr/lib/pymodules/python2.6/sphinx/builders/__init__.py, line 265, 
in build_update
 'out of date' % len(to_build))
   File /usr/lib/pymodules/python2.6/sphinx/builders/__init__.py, line 320, 
in build
 self.write(docnames, list(updated_docnames), method)
   File /usr/lib/pymodules/python2.6/sphinx/builders/__init__.py, line 358, 
in write
 doctree = self.env.get_and_resolve_doctree(docname, self)
   File /usr/lib/pymodules/python2.6/sphinx/environment.py, line 1008, in 
get_and_resolve_doctree
 self.resolve_references(doctree, docname, builder)
   File /usr/lib/pymodules/python2.6/sphinx/environment.py, line 1318, in 
resolve_references
 'missing-reference', self, node, contnode)
   File /usr/lib/pymodules/python2.6/sphinx/application.py, line 232, in 
emit_firstresult
 for result in self.emit(event, *args):
   File /usr/lib/pymodules/python2.6/sphinx/application.py, line 228, in emit
 result.append(callback(self, *args))
   File ./mysphinxext.py, line 52, in missing_reference
 assert stripped_aliasname[0] == '.', repr(stripped_aliasname)
AssertionError: u'ct.select'


Please re-open this bug if you manage to reproduce this.


Doing so.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#595452: mplayer: Fails to play recent Matroska (MKV) files: Track 1 has been compressed with an unknown/unsupported compression algorithm (3)

2010-09-04 Thread Reinhard Tartler
retitle 595452 1.0rc3 native mkv demuxer fails to decode some files
reopen 595452
found 595452 2:1.0~rc4~try1.dsfg1-1
thanks

 I can confirm that mplayer 2:1.0~rc4~try1.dsfg1-1 from experimental
 fixes this bug.

excellent.

BTW, I can reproduce this error with rc4 by forcing the native mkv muxer
with the opten '-demuxer mkv'.

This means that this bug is not fixed in rc4 at all, but just masked
by using lavf by default!

 ffplay from unstable, with ffmpeg from unstable, seems to play the file
 just fine.

this just confirms that libavformat is able to decode this properly

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#587722: Additional problems

2010-09-04 Thread Cyril Brulebois
forwarded 587722 http://bugs.freedesktop.org/show_bug.cgi?id=30010
thanks

Thanks Pietro, marking as such.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#595375: xul-ext-torbutton: Leaks fingerprintable User-Agent when extensions.torbutton.spoof_english = false

2010-09-04 Thread Jérémy Bobbio
Hello mighty maintainers of Iceweasel,

Bellow lies a little question for you about the following bug:

On Sat, Sep 04, 2010 at 09:16:53PM +0200, Jérémy Bobbio wrote:
 On Fri, Sep 03, 2010 at 12:51:38AM +0200, intrigeri+deb...@boum.org wrote:
  When extensions.torbutton.spoof_english is set to true the reported
  User-Agent is:
  
  Mozilla/5.0 (Windows; U; Windows NT 6.1; 
  chrome://global/locale/intl.properties; rv:1.9.2.3) Gecko/20100401 
  Firefox/3.6.3
  
  One can see the LANG placeholder is wrongly replaced with
  chrome://global/locale/intl.properties instead of what is expected
  i.e. the value of the general.useragent.locale preference setting.
 
 I have been able to reproduce this behaviour by installing Torbutton
 on a dedicated profile by using the upstream XPI.
 
 I will spend some time to investigate a little bit more before opening a
 ticket on upstream bugtracker.

I have read the following in #495381:

  Note: chrome://global/locale/intl.properties is a special value, the
  value will be pulled from the language pack.

Is this something Debian specific or does it apply to all Firefox
flavours?

Thanks,
-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#595375: xul-ext-torbutton: Leaks fingerprintable User-Agent when extensions.torbutton.spoof_english = false

2010-09-04 Thread Jérémy Bobbio
tags 595375 + patch
thanks

On Sat, Sep 04, 2010 at 09:16:53PM +0200, Jérémy Bobbio wrote:
 On Fri, Sep 03, 2010 at 12:51:38AM +0200, intrigeri+deb...@boum.org wrote:
  What does not work
  ==
  
  When extensions.torbutton.spoof_english is set to true the reported
  User-Agent is:
  
  Mozilla/5.0 (Windows; U; Windows NT 6.1; 
  chrome://global/locale/intl.properties; rv:1.9.2.3) Gecko/20100401 
  Firefox/3.6.3
  
  One can see the LANG placeholder is wrongly replaced with
  chrome://global/locale/intl.properties instead of what is expected
  i.e. the value of the general.useragent.locale preference setting.
 
 I will spend some time to investigate a little bit more before opening a
 ticket on upstream bugtracker.

The attached patch fixed the issue during my tests.  It would be great
if you could try it to see if it's better for you as well.

Cheers,
-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index 7b80da8..bc754db 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -926,22 +926,38 @@ function torbutton_set_timezone(mode, startup) {
 }
 }
 
+function torbutton_get_general_useragent_locale() {
+   try {
+var locale = m_tb_prefs.getCharPref(general.useragent.locale);
+if (locale != chrome://global/locale/intl.properties) {
+return locale;
+}
+
+var bundle = Components.classes[@mozilla.org/intl/stringbundle;1]
+.getService(Components.interfaces.nsIStringBundleService);
+var stringbundle = bundle.createBundle(locale);
+return stringbundle.GetStringFromName(general.useragent.locale);
+} catch(err) {
+torbutton_log(2, error while getting general.useragent.locale: + err);
+return 'en-US';
+}
+}
+
 function torbutton_set_uagent() {
 try {
 var torprefs = torbutton_get_prefbranch('extensions.torbutton.');
 var lang = new RegExp(LANG, gm);
 var appname = torprefs.getCharPref(appname_override);
 var appvers = torprefs.getCharPref(appversion_override);
+var generalLocale = torbutton_get_general_useragent_locale();
 if(torprefs.getBoolPref(spoof_english)) {
 appname = appname.replace(lang, 
 torprefs.getCharPref(spoof_locale));
 appvers = appvers.replace(lang, 
 torprefs.getCharPref(spoof_locale));
 } else {
-appname = appname.replace(lang, 
-m_tb_prefs.getCharPref(general.useragent.locale));
-appvers = appvers.replace(lang, 
-m_tb_prefs.getCharPref(general.useragent.locale));
+appname = appname.replace(lang, generalLocale);
+appvers = appvers.replace(lang, generalLocale);
 }
 m_tb_prefs.setCharPref(general.appname.override, appname);
 
@@ -955,8 +971,7 @@ function torbutton_set_uagent() {
 agent = agent.replace(lang,
 torprefs.getCharPref(spoof_locale));
 } else {
-agent = agent.replace(lang,
-m_tb_prefs.getCharPref(general.useragent.locale));
+agent = agent.replace(lang, generalLocale);
 }
 m_tb_prefs.setCharPref(general.useragent.override, agent);
 


signature.asc
Description: Digital signature


Bug#595510: mantis: CVE-2010-2574 xss vulnerability

2010-09-04 Thread sils
found 595510 1.1.8+dfsg-5
found 595510 1.1.6+dfsg-2lenny1
forwarded 595510 http://www.mantisbt.org/bugs/view.php?id=12230
tag 595510 +patch
thanks

Hi all,

Sorry, it was a misunderstanding.

As referenced in [0], reported by Secunia, SA40832 [1] (which refers to
(CVE-2010-2574 [2]), there is an XSS vulnerability when deleting (not
when adding) categories that have been maliciously named.

The bug seems to be fixed on upstream's git repository [3], I am working
to solve it ASAP.

The bug report is applicable to all distributed versions of mantis in
Debian, sorry for the confusion.

Thanks all for your time.

PS: thanks Oliver for your 2 cents.

[0] http://www.mantisbt.org/bugs/view.php?id=12230
[1] http://secunia.com/advisories/40832/
[2] http://secunia.com/advisories/cve_reference/CVE-2010-2574/
[3]
http://git.mantisbt.org/?p=mantisbt.git;a=commitdiff;h=083c34f06ca927b16e781bae3ae324f450c35ea4





signature.asc
Description: OpenPGP digital signature


Bug#592750: linux-2.6: fan not active after sleep/hibernate

2010-09-04 Thread Philip Ashmore
 Perhaps you should test linux-image-2.6.32-5-amd64 rather than running
 that old kernel version.

Indeed.
I thought that trunk meant latest.
I switched to it to get my Atheros wireless working.

Anyway I can confirm that the problems don't occur with 2.6.32-5-amd64.
I'm triple-booting (Debian-Lenny,Debian-Squeeze,Ubuntu-Lucid) so I tried Ubuntu 
and the
problem's there too - with 2.6.32-5-amd64 - see

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/629953

which I can only conclude is a regression.
Please close this bug.

Thanks,
Philip



Bug#595510: mantis: CVE-2010-2574 xss vulnerability

2010-09-04 Thread Olivier Berger
Hi.

Le samedi 04 septembre 2010 à 16:31 -0400, Michael Gilbert a écrit :
 On Sat, 04 Sep 2010 20:53:33 +0200 sils wrote:
 
  version 595510 1.2.x
  forwarded 595510 http://www.mantisbt.org/bugs/view.php?id=12312
  thanks
 
 according to that bug report the issue is actually in nusoap.  i see
 that mantis already depends on that.  if you are completely sure that
 mantis doesn't use its embedded version, we should reassign the bug.
 

Repeating myself from :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595510#26 in case you'd
have missed it :

The description of CVE-2010-2574 : 
Cross-site scripting (XSS) vulnerability in
manage_proj_cat_add.php in MantisBT 1.2.2 allows remote
authenticated administrators to inject arbitrary web script or
HTML via the name parameter in an Add Category action. 
mentions things I doubt are related to nusoap and mantis SOAP interface.

I've already removed the forwarded property for #595510, as a
consequence. Other links may need to be adjusted in case (security
tracker ?).

I think that's here a completely distinct XSS issue relating to pure
Mantis code, but couldn't find more details so far in upstream tracker
(at mantisbt.org).

Hope this helps.

Best regards,
-- 
Olivier BERGER olivier.ber...@it-sudparis.eu
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)




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



Bug#595524: RM: mgltools-bhtree [hppa] -- RoQA; cannot be autobuilt

2010-09-04 Thread Jakub Wilk

Package: ftp.debian.org
Severity: normal

mgltools-bhtree is currently out-of-date on hppa, because there are no 
non-free autobuilders available for this architecture. Therefore, the 
package cannot migrate to testing.


Please remove hppa binaries.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#595420: unblock: live-boot/2.0.3-1

2010-09-04 Thread Julien Cristau
On Fri, Sep  3, 2010 at 21:39:01 +0200, Daniel Baumann wrote:

 live-boot (2.0.3-1) unstable; urgency=low
 
This doesn't look like it matches the freeze criteria.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#595525: libhamlib2: hamlib requires sudo for USB kit radios

2010-09-04 Thread Kamal Mostafa
Package: libhamlib2
Version: 1.2.11-1
Severity: normal
Tags: patch


Hamlib-based apps require the use of sudo for the USB kit radios
(elektor507, si570avrusb, dwt) which have an embedded generic
USB serial converter (FTDI, AVR USBasp):

  $ rigctl -m 2507
  rig_open: error = IO error 
  $ sudo rigctl -m 2507
  Rig command: 

Specifically, hamlib's attempt to usb_detach_kernel_driver_np()
fails because of root-ownership of the USB device node (e.g.
/dev/bus/usb/005/004).

Attached udev rules file enables ACL for the node when the device
is attached so that sudo is no longer required.
#
# Enable ACL_MANAGE for common embedded USB-serial converters so that
# applications which call usb_detach_kernel_driver_np() won't need sudo.
#
# This file was installed by the package 'libhamlib2'

# FTDI USB Serial Device converter
ACTION==add, SUBSYSTEM==usb, ATTR{idVendor}==0403, 
ATTR{idProduct}==6001, ENV{ACL_MANAGE}=1

# VOTI USBasp AVR Programmer
ACTION==add, SUBSYSTEM==usb, ATTR{idVendor}==16c0, 
ATTR{idProduct}==05dc, ENV{ACL_MANAGE}=1



Bug#595422: unblock: live-config/2.0.4-1

2010-09-04 Thread Julien Cristau
On Fri, Sep  3, 2010 at 21:40:12 +0200, Daniel Baumann wrote:

 live-config (2.0.4-1) unstable; urgency=low
 
   * Using config.d instead of config.conf.d as directory name for custom
 configuration files.
   * Updating live-installer-launcher script for debian-installer-
 launcher rename.
 
  -- Daniel Baumann dan...@debian.org  Thu, 02 Sep 2010 22:33:04 +0200
 
 live-config (2.0.3-1) unstable; urgency=low
 
   * Updating live-build reference in live-config manpage.
   * Renumbering config scripts.
   * Rewriting TODO file.
 
  -- Daniel Baumann dan...@debian.org  Thu, 02 Sep 2010 18:35:50 +0200
 
The renumbering of files looks gratuitous and makes review impossible.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#595428: apt again lost support for Apt::GPGV::TrustedKeyring

2010-09-04 Thread David Kalnischkies
2010/9/4 Joey Hess jo...@debian.org:
 David Kalnischkies wrote:
 I assume getting apt 0.8.0 into testing is not currently in the cards.
 It should at least not get in before the next d-i upload. Up to you
 whether you leave this bug RC or not.

0.8.0 is already in testing since yesterday after 9 days of transition…
Michael prepared also a 0.8.1 bugfix release yesterday, maybe we should
get a fixed 0.8.2 armed and ready for testing a bit faster than usual,
lets see what we can do on Monday…


 (/etc/apt/trusted.gpg)
 I honestly don't know why 600 - APT doesn't seem to set a mod on it
 so it should be gpg at the time the first keyring is inserted…

 gpg does make keyrings 600 by default. On older systems, the file was
 created by something else, so its mode can vary. I think that is a bug
 by itself -- it should be possible for regular users to verify things
 against the system's apt's trust keyring. The only reason d-i's build
 overrides the keyring in the first place, really, is because the
 build process does not run as root.

So, do you would recommend that APT ensures that the file has 644
instead as it does for other files it works with?


Best regards

David Kalnischkies
=== modified file 'apt-pkg/indexcopy.cc'
--- apt-pkg/indexcopy.cc	2010-08-18 22:04:05 +
+++ apt-pkg/indexcopy.cc	2010-09-04 08:06:14 +
@@ -661,7 +661,7 @@
 {
string const gpgvpath = _config-Find(Dir::Bin::gpg, /usr/bin/gpgv);
// FIXME: remove support for deprecated APT::GPGV setting
-   string const trustedFile = _config-FindFile(Dir::Etc::Trusted);
+   string const trustedFile = _config-Find(APT::GPGV::TrustedKeyring, _config-FindFile(Dir::Etc::Trusted));
string const trustedPath = _config-FindDir(Dir::Etc::TrustedParts);
 
bool const Debug = _config-FindB(Debug::Acquire::gpgv, false);

=== modified file 'apt-pkg/init.cc'
--- apt-pkg/init.cc	2010-08-18 22:04:05 +
+++ apt-pkg/init.cc	2010-09-04 08:04:37 +
@@ -70,8 +70,7 @@
Cnf.Set(Dir::Etc::parts,apt.conf.d);
Cnf.Set(Dir::Etc::preferences,preferences);
Cnf.Set(Dir::Etc::preferencesparts,preferences.d);
-   string const deprecated = _config-Find(APT::GPGV::TrustedKeyring);
-   Cnf.Set(Dir::Etc::trusted, deprecated.empty() ? trusted.gpg : deprecated);
+   Cnf.Set(Dir::Etc::trusted, trusted.gpg);
Cnf.Set(Dir::Etc::trustedparts,trusted.gpg.d);
Cnf.Set(Dir::Bin::methods,/usr/lib/apt/methods);
Cnf.Set(Dir::Media::MountPath,/media/apt);

=== modified file 'cmdline/apt-key'
--- cmdline/apt-key	2010-06-09 09:51:21 +
+++ cmdline/apt-key	2010-09-04 13:22:01 +
@@ -147,11 +147,13 @@
 	#echo generate list
 	TRUSTEDFILE=/etc/apt/trusted.gpg
 	eval $(apt-config shell TRUSTEDFILE Apt::GPGV::TrustedKeyring)
+	eval $(apt-config shell TRUSTEDFILE Dir::Etc::Trusted/f)
 	if [ -r $TRUSTEDFILE ]; then
 		GPG=$GPG --keyring $TRUSTEDFILE
 	fi
 	GPG=$GPG --primary-keyring $TRUSTEDFILE
 	TRUSTEDPARTS=/etc/apt/trusted.gpg.d
+	eval $(apt-config shell TRUSTEDPARTS Dir::Etc::TrustedParts/d)
 	if [ -d $TRUSTEDPARTS ]; then
 		#echo parts active
 		for trusted in $(run-parts --list $TRUSTEDPARTS --regex '^.*\.gpg$'); do

=== modified file 'debian/changelog'
--- debian/changelog	2010-09-03 17:34:36 +
+++ debian/changelog	2010-09-04 13:28:39 +
@@ -7,8 +7,14 @@
   * apt-pkg/deb/dpkgpm.cc:
 - create Dir::Log if needed to support /var/log as tmpfs or similar,
   inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)
+  * apt-pkg/indexcopy.cc:
+- support really still the APT::GPGV::TrustedKeyring setting,
+  as it breaks d-i badly otherwise (Closes: #595428)
+  * cmdline/apt-key:
+- support also Dir::Etc::Trusted so that apt-key works in the same
+  way as the library part which works with the trusted files
 
- -- David Kalnischkies kalnischk...@gmail.com  Fri, 03 Sep 2010 19:29:01 +0200
+ -- David Kalnischkies kalnischk...@gmail.com  Sat, 04 Sep 2010 15:25:10 +0200
 
 apt (0.8.1) unstable; urgency=low
 


Bug#595495:

2010-09-04 Thread Matthias Klose

severity 595495 serious
thanks

On 04.09.2010 17:33, Luca Niccoli wrote:

severity 595495 critical
thank you


no, it doesn't make the system unusable.

I don't see yet why -8 doesn't have the preinst, and why -11 does have it.



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



Bug#595422: unblock: live-config/2.0.4-1

2010-09-04 Thread Daniel Baumann
On 09/04/2010 11:36 PM, Julien Cristau wrote:
 The renumbering of files looks gratuitous and makes review impossible.

you can look at the git repository for a more convenient overview.

http://live.debian.net/gitweb/?p=live-config.git

-- 
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#588888: boot=d does not boot from CD

2010-09-04 Thread Marvin Renich
* Mike Viau vi...@sheridanc.on.ca [100904 14:39]:
 
 I have followed this bug report only to wind up in a similar
 predicament.
 
 The Error: 'NoneType' object has no attribute 'rfind' was fixed by
 installing xen-qemu-dm-4.0.
  
 However the same configuration issue (trying to boot the guest from a
 CD) with the 'boot' option exists for me too.
 
 Your configuration looks good unless I've missed something.
 
 Shall we file a new bug for the boot option behavior in the domU
 configuration file?

I now believe this is just missing (hidden?) documentation.  I will file
a new bug with details (and CC you).

...Marvin




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



Bug#595420: unblock: live-boot/2.0.3-1

2010-09-04 Thread Daniel Baumann
On 09/04/2010 11:33 PM, Julien Cristau wrote:
 This doesn't look like it matches the freeze criteria.

debian-live stuff needs to be updated until quite late in order to fix
the last bugs and adapt to the last changes during the freeze.

this has been how it worked with lenny. is this now different for squeeze?

-- 
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#591610: [Pkg-ace-devel] Bug#591610: Bug#591610: Bug#591610: pkg-config support was silently dropped

2010-09-04 Thread Marek Brudka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

  Revision 707
(http://svn.debian.org/viewsvn/pkg-ace?view=revrevision=707) should fix
this bug. I followed Michael findings and restored the old
generate_pkgconfig.sh.

Thanks
Marek

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

iQEcBAEBAgAGBQJMgr9dAAoJED+r15Q8F6CGKUwH/i3/9uAXf1oGLJDT0iGB0/aM
wcYUn0n9xqCQuOzTYnVJZU7xm2Amn8FYZcwJcapH94cZdMGxy0aQRVyrkN8gDlUB
YhGKUTEhdepWz2DmbP3JqmDkN0shMnQu9x/vpHoZvozuGJ5zGrSIwWtYWrzghlNH
H3wsL+eKBNYwAJRVA6eEA9VjFoHs0sBXNayqGSIPS+fHFhcFEQ6XV0r8bPP/Ucqt
dayFu9aKwNufJRd+n9vX9VQGuA97gqkb3hScXsKes0xVYsAkonJuOPGePnbBEJYS
A1U+doAiVAl5dOZkACatEdr3IBZ+5QK4FHlQWckd6hQVh/T/B7Drv0P8/A/x0uk=
=JiqM
-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#595423: unblock: live-build/2.0~a25-1

2010-09-04 Thread Julien Cristau
On Fri, Sep  3, 2010 at 21:41:51 +0200, Daniel Baumann wrote:

 Package: release.debian.org
 
 live-build (2.0~a25-1) unstable; urgency=low
 
   * Updating internal calls to use live-build instead of live-helper.
   * Updating lenny point release number.
 
  -- Daniel Baumann dan...@debian.org  Thu, 02 Sep 2010 15:15:31 +0200
 
 live-build (2.0~a24-1) unstable; urgency=low
 
   [ Richard Nelson ]
   * Add param to cgi for --tasks.
   * Add param to the build.html templates for --tasks.
   * Add param to the form.html templates for --tasks.
 
   [ Daniel Baumann ]
   * Correcting typo in emdebian keyring packages variable (Closes:
 #593346).
   * Updating copyright headers for live-build.
   * Replacing some references to live-helper with live-build.
   * Adding legacy symlinks for lh in live-helper transitional package.
   * Renaming manpages for live-build.
   * Replacing some references to live-helper with live-build in
 manpages.
   * Replacing some references to live-helper with live-build in
 templates.
   * Replacing some more references to live-helper with live-build in
 scripts.
   * Replacing some references to live-helper with live-build in the cgi.
   * Replacing some references to live-helper with live-build in
 examples.
   * Replacing some references to live-helper with live-build in lists.
   * Replacing some references to live-helper with live-build in
 debhelper bug files.
 
That's a lot of churn, I'm not sure it's worth it...

  -- Daniel Baumann dan...@debian.org  Thu, 02 Sep 2010 15:06:23 +0200
 
 live-build (2.0~a23-1) unstable; urgency=low
 
   * Adding slightly modified patch from Cody A.W. Somerville
 cody.somervi...@canonical.com to extract casper uuid file from
 casper initrds.
   * Setting default distribution to squeeze.
   * Moving /usr/share/live-helper to /usr/share/live/build.
   * Removing old and unmaintained po files.
 
  -- Daniel Baumann dan...@debian.org  Sat, 14 Aug 2010 20:53:08 +0200
 
 live-build (2.0~a22-1) unstable; urgency=low
 
   [ Daniel Baumann ]
   * Making cp calls for syslinux templates recursive, thanks to Tiago
 Bortoletto Vaz ti...@debian.org.
 
   [ Chris Lamb ]
   * Fixing spelling typo.
   * Run chroot stage with /var/lib/dpkg mounted as a tmpfs
 
   [ Richard Nelson ]
   * Correct typo on build.html.
   * Update to change in location and name of /live-helper.sh to
 /scripts/build.sh.
 
   [ Daniel Baumann ]
   * Marking ndiff as lenny only in rescue list (Closes: #591469).
 
   [ Tiago Bortoletto Vaz ]
   * Adding curly braces to LH_MEDIA in syslinux template.
   * Fixing all LH_MEDIA related stuff in syslinux templates.
   * Adding Brazilian Portuguese templates for syslinux.
 
   [ Daniel Baumann ]
   * Updating debian-cd data.
 
   [ Chris Lamb ]
   * Fix LH_INTERACTIVE switch statement.
 
   [ Daniel Baumann ]
   * Setting default desktop for tasksel when installing package tasks to
 avoid ending up with a pulled in gnome in all cases, thanks a lot to
 Ben Armstrong sy...@debian.org for finding this solution.
 
  -- Daniel Baumann dan...@debian.org  Tue, 10 Aug 2010 04:21:01 +0200
 

+trap test -f /var/lock/live-build.cgi.lock  rm -f 
/var/lock/live-build.cgi.lock; exit 0 0 1 2 3 9 15

I'm not sure how you're expecting to trap SIGKILL.

/usr/bin/lb seems fairly harsh on the namespace (then again, /usr/bin/lh
was, too).

Cheers,
Julien


signature.asc
Description: Digital signature


  1   2   3   4   >