Bug#315538: dput doesn't refuse to operate on doubly-signed .changes

2008-05-13 Thread Y Giridhar Appaji Nag
# Bcc: control
reassign 315538 lintian
thanks

On 06/07/21 14:43 +0200, Jeroen van Wolffelaar said ...
> On Sun, Jul 16, 2006 at 04:09:25PM +0200, Thijs Kinkhorst wrote:
> > Jeroen van Wolffelaar wrote:
> > 
> > > dput doesn't refuse to operate on doubly-signed .changes. But katie
> > > will choke on those, and is not able to extract the Uploader, so the
> > > uploader won't get any feedback.
> > [...]
> > > It's not large, but when it happens, there is no feedback on what
> > > happened, as the upload queue processor does *not* fail on it but
> > > reports success back, and then you get silence.
> > 
> > What I'm missing here is why not fix the tools that don't give the right
> > feedback rather than trying to patch every possible method of uploading
> > new packages? I'd attack the problem at the source.
> 
> This would mean that the queue processer would need to gain a fuzzy
> parser: need to cope with random data prepended, and still find
> out/guess what's the problem.
> 
> It's much easier for dput (and co) to gain some check whether the signed
> content actually looks like a .changes file, that is, consists of "Key:
> value" pairs and has at least the mandatory fields (and maybe also check
> whether the email address listed looks like a valid address and not
> something @local or so). This would also catch other potential mistakes.
> The queue processing software uses a standard 'mail header' parser,
> which breaks parsing on the first newline, which happens to be before
> the intended content.

This certainly looks like what lintian [wsc]ould be doing.  I tried a bad
changes file (double signed) and this is what lintian says right now.

$ lintian -I axel_1.1-3_i386.changes 
Use of uninitialized value in string ne at /usr/bin/lintian line 647.
E: axel_1.1-3_i386.changes: no-description-in-changes-file
W: axel_1.1-3_i386.changes: no-urgency-in-changes-file

While this is not really an identification of the problem (I poked at lintian
and noticed that it tries to look for key:value pairs after the signature), I
suppose it is a good check to indicate that something is seriously wrong.

Essentially, I am suggesting running dput with lintian checking as a solid
workaround for the feature requested.

I will leave it to the lintian maintainers to comment on the double-sign
detection.

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/


signature.asc
Description: Digital signature


Bug#481153: epiphany-browser: epiphany with xulrunner 1.9b5 fails to load https website with incorrect certificate.

2008-05-13 Thread Mike Hommey
On Wed, May 14, 2008 at 08:17:58AM +0200, Yves-Alexis Perez wrote:
> Package: epiphany-browser
> Version: 2.22.1.1-2
> Severity: normal
> 
> Hi,
> 
> trying to look at the alioth website before having installed the new CA from
> SPI, I got a problem. The browser displays an XML error. I installed the new
> SPI certificate, and it worked fine. In another website, which use a
> bad certificate (or so), I got the same error:
> 
> XML Parsing Error: undefined entity
> Location:
> jar:file:///usr/lib/xulrunner-1.9/chrome/toolkit.jar!/content/global/netError.xhtml?e=nssBadCert&u=https://www.scout-fee.org/administrator/&c=UTF-8&d=www.scout-fee.org%20uses%20an%20invalid%20security%20certificate.The%20certificate%20is%20not%20valid%20for%20any%20server%20names.(Error%20code:%20ssl_error_bad_cert_domain)
> Line Number 201, Column 3:  
> --^

> ii  epiphany-browser-data  2.22.1.1-1Data files for the GNOME web 
> brows

Upgrade this package, this will be better... 

There will still be an issue with the dialog not being prefilled, but
that's another problem...

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481058: r-base-core: Please add a Homepage field to control information

2008-05-13 Thread Andreas Tille

On Wed, 14 May 2008, Dirk Eddelbuettel wrote:


That's not a patch.


True.  Sorry for beeing to short (I wrongly assumed that this knowledge
is widely spread).


*Which* file needs to be altered *how*?


debian/control

The Homepage field can be added anywhere in the source section.  Perhaps
you prefer a different position according your personal taste, but the
attachment contains a valid patch.


We had
several competing proposals for encoding this in the past.  Which won?


Developers reference section 6.2.4.
BTW, you might find Section 6.2.5 interesting as well in case the packaging
is maintained in a version control system.  In the end is a complete example
also for Homepage.


Kind regards and thanks for maintaining R


My pleasure.


:)

Andreas.

--
http://fam-tille.de--- debian/control.orig	2008-05-14 08:23:36.0 +0200
+++ debian/control	2008-05-14 08:24:30.0 +0200
@@ -5,6 +5,7 @@
 Uploaders: Douglas Bates <[EMAIL PROTECTED]>
 Standards-Version: 3.7.3
 Build-Depends: gcc (>= 4:4.1.0), g++ (>= 4:4.1.0), gfortran (>= 4:4.1.0), libblas-dev, liblapack-dev (>= 3.1.1), tcl8.4-dev, tk8.4-dev, bison, groff-base, libncurses5-dev, libreadline5-dev, debhelper (>= 5.0.0), texi2html, texinfo (>= 4.1-2), libbz2-dev, libpcre3-dev, xpdf-reader, zlib1g-dev, libpng12-dev, libjpeg62-dev, libx11-dev, libxt-dev, x-dev, libpango1.0-dev, libcairo2-dev, libtiff4-dev, xvfb, xbase-clients, xfonts-base, texlive-base, texlive-latex-base, texlive-generic-recommended, texlive-fonts-recommended, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, texinfo, texi2html
+Homepage: http://www.r-project.org/
 
 Package: r-base
 Architecture: all


Bug#481154: mysql-server-5.0: script for checking crashed tables fail, if special characters are in table/column name

2008-05-13 Thread Felix Rublack
Package: mysql-server-5.0
Version: 5.0.51a-6
Severity: normal
Tags: patch

The script doing some checks after the startup of the MySQL server, generates
invalid SQL queries, if table or column names contain special characters. I
created a patch, which quotes the names and the script run without any 
problems.

diff -ur mysql-dfsg-5.0-5.0.51a.orig/debian/additions/debian-start.inc.sh 
mysql-dfsg-5.0-5.0.51a/debian/additions/debian-start.inc.sh
--- mysql-dfsg-5.0-5.0.51a.orig/debian/additions/debian-start.inc.sh
2008-05-14 08:13:14.774336649 +0200
+++ mysql-dfsg-5.0-5.0.51a/debian/additions/debian-start.inc.sh 2008-05-14 
08:16:08.746343377 +0200
@@ -19,8 +19,8 @@
   # We have to use xargs in this case, because a for loop barfs on the 
   # spaces in the thing to be looped over. 
   LC_ALL=C $MYSQL --skip-column-names --batch -e  '
-  select concat("select count(*) into @discard from ",
-TABLE_SCHEMA, ".", TABLE_NAME) 
+  select concat("select count(*) into @discard from `",
+TABLE_SCHEMA, "`.`", TABLE_NAME, "`") 
   from information_schema.TABLES where ENGINE="MyISAM"' | \
 xargs -i $MYSQL --skip-column-names --silent --batch \
 --force -e "{}" >$tempfile 

 
Greetings

Felix Rublack

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-1-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mysql-server-5.0 depends on:
ii  adduser3.107 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.21Debian configuration management 
sy
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libdbi-perl1.604-1+b1Perl5 database interface by Tim 
Bu
ii  libgcc11:4.3.0-4 GCC support library
ii  libmysqlclient15off5.0.51a-6 MySQL database client library
ii  libncurses55.6+20080503-1Shared libraries for terminal 
hand
ii  libreadline5   5.2-3 GNU readline and history 
libraries
ii  libstdc++6 4.3.0-4   The GNU Standard C++ Library v3
ii  libwrap0   7.6.q-15  Wietse Venema's TCP wrappers 
libra
ii  lsb-base   3.2-12Linux Standard Base 3.2 init 
scrip
ii  mysql-client-5.0   5.0.51a-6 MySQL database client binaries
ii  mysql-common   5.0.51a-6 MySQL database common files
ii  passwd 1:4.1.1-1 change and administer password 
and
ii  perl   5.10.0-10 Larry Wall's Practical Extraction 
ii  psmisc 22.6-1Utilities that use the proc 
filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
ii  libhtml-template-p 2.9-1 HTML::Template : A module for 
usin
ii  mailx  1:20071201-3  Transitional package for mailx 
ren

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481153: epiphany-browser: epiphany with xulrunner 1.9b5 fails to load https website with incorrect certificate.

2008-05-13 Thread Yves-Alexis Perez
Package: epiphany-browser
Version: 2.22.1.1-2
Severity: normal

Hi,

trying to look at the alioth website before having installed the new CA from
SPI, I got a problem. The browser displays an XML error. I installed the new
SPI certificate, and it worked fine. In another website, which use a
bad certificate (or so), I got the same error:

XML Parsing Error: undefined entity
Location:
jar:file:///usr/lib/xulrunner-1.9/chrome/toolkit.jar!/content/global/netError.xhtml?e=nssBadCert&u=https://www.scout-fee.org/administrator/&c=UTF-8&d=www.scout-fee.org%20uses%20an%20invalid%20security%20certificate.The%20certificate%20is%20not%20valid%20for%20any%20server%20names.(Error%20code:%20ssl_error_bad_cert_domain)
Line Number 201, Column 3:  
--^

Iirc, firefox3b5 is really enforcing security on SSL stuff, so it may be
related, but anyway there's no way to workaround this and still use openSSL.


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

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

Versions of packages epiphany-browser depends on:
ii  epiphany-gecko2.22.1.1-2 Intuitive GNOME web browser - Geck
ii  epiphany-webkit   2.22.1.1-2 Intuitive GNOME web browser - webk

epiphany-browser recommends no packages.

Versions of packages epiphany-gecko depends on:
ii  dbus   1.2.1-2   simple interprocess messaging syst
ii  epiphany-browser-data  2.22.1.1-1Data files for the GNOME web brows
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  iso-codes  2.1-1 ISO language, territory, currency,
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.22-3  Avahi client library
ii  libavahi-common3   0.6.22-3  Avahi common library
ii  libavahi-glib1 0.6.22-3  Avahi glib integration library
ii  libavahi-gobject0  0.6.22-3  Avahi GObject library
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libcairo2  1.6.4-2   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-4simple interprocess messaging syst
ii  libenchant1c2a 1.3.0-5+b1a wrapper library for various spel
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-4 GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgnome-desktop-2 2.22.1-1  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.9-4  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.1-1   NetScape Portable Runtime Library
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstartup-notificatio 0.9-1 library for program launch feedbac
ii  libstdc++6 4.3.0-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.

Bug#481020: Bug#481021: iceweasel: cannot home page by drag and dropping

2008-05-13 Thread Mike Hommey
On Wed, May 14, 2008 at 12:33:20AM +0200, arno wrote:
> Le mardi 13 mai 2008, à 21:20:08 +0200, Mike a écrit : 
> > On Tue, May 13, 2008 at 06:52:43PM +0200, arno wrote:
> > > Le mardi 13 mai 2008, à 17:46:34 +0200, Mike a écrit : 
> > > > > problem is still present after removing ~/.mozilla
> > > > 
> > > > What about safe mode ?
> > > 
> > > safe mode does not fix the problem either.
> > 
> > Can you try the following:
> > 
> > Install mozilla-venkman
> > Restart iceweasel
> > Open Tools -> Javascript Debugger
> > Uncheck Debug -> Exclude Browser Files
> > Look for nsTransferable.js in the loaded Scripts pane, and go to line 260
> > in the file, and click on the dash before the line number, it should
> > turn into a "B" on red background.
> > Then try again to do your drag&drop, you will be brought to the
> > javascript debugger again, on the breakpoint. Then please send here what
> > the "Interactive Session" displays.
> > You can then click on the Continue button and close the javascript
> > debugger.
> > 
> > Thanks
> > 
> > Mike
> 
> It did not work:
> after drag and drop, nothing had changed in venkman: breakpoint seemed to not 
> have been triggered. So, I have put some debug stuff in
> /usr/lib/iceweasel/xulrunner/chrome/toolkit.jar::content/global/nsDragAndDrop.js
> on line 260, I added:

Mmm looks like I had an extension that redirected that to
nsTransferable... after disabling all extensions i go through
nsDragAndDrop too. And I can see your bug... I'll try to track it down.

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#66096: Are you searching for a new work?

2008-05-13 Thread Melania ellermann
The perspective financial company searches for new workers

If you possess 5 free hours every week, a little experience in internet and 
free phone to which we can call you, you have chance to start work with us and 
earn more than 2000 dollars 

If you are interested in our job offer, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you needed information.

Respectfully yours

RINKAJA LTD



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#475303: rsyslog: Enable support for high precision timestamps

2008-05-13 Thread Patrick Schoenfeld
Hi Michael,

On Wed, May 14, 2008 at 12:03:59AM +0200, Michael Biebl wrote:
> I'm not sure if you noticed, but I changed the default timestamp format  
> back to the traditional format with 3.14.2-2 (and it will stay so for 
> lenny)

yes, I did see that and I appreciate that. I was just giving my response
to Pauls mail.

> If (at all) and when high precision timestamp will be the default  
> format, is undecided. Certainly not for lenny and only if all Debian  
> packages support it.

My opinion is still, that the high precision timestamps should be and stay
optional. JFR.

Regards
Patrick



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#413089: Announce of the upcoming NMU for the ipmasq package

2008-05-13 Thread Christian Perrier
Quoting Daniel Baumann ([EMAIL PROTECTED]):
> Assuming that there will be other updates and no just the one sitting in
> the bts, please just send the files or the diff to the bug, i'll commit
> it to git and upload, thanks.


OK. As usual, I'll collect the updates as they're coming and will
notify when the l10n update period is over (should be May 22nd).



signature.asc
Description: Digital signature


Bug#481144: open-vm-source does not compile: linux/autoconf.h not found

2008-05-13 Thread Daniel Baumann
tags 481144 +pending
thanks

Lea Wiemann wrote:
> open-vm-source 2008.05.02-90473-1 fails to compile on my system with
> kernel 2.6.24.

this version is supposed to work with .25; however, due to the abi bump,
.25 is not installable on sid yet, so you need to wait a bit.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480203: In the end

2008-05-13 Thread Jan Trofimov
In the end it wasn't hardware problem.

It was debian mirror problem. I have changed it and reinstalled gcc and 
libc6-dev, and it started working normally.

mirror was 

deb http://http.us.debian.org/debian/ unstable main

now it is

deb http://nl.arm.mirror.debian.net/debian unstable main



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481152: lintian: Promote the use of "__Choices" in debconf templates files

2008-05-13 Thread Christian Perrier
Package: lintian
Version: 1.23.48
Severity: normal

First of all, sorry for no coming up with a patch. This is something I'm not
skilled for...as of now;.:-)

I think it would be good for lintian to promote the use of "__Choices" over
"_Choices" in debconf templates. This feature is present since po-debconf
exists so, indeed, no compatibility problems.

The feature is well documented in po-debconf(7).

I send this bug report evn if I know it might be incomplete to be processed
as of now. Anyway, I recommend *not* activating this before lenny is released.

Detection:

This can be detected by looking for "^_Choices" in debconf templates files.
There are no known exceptions where using "_Choices" is to be preferred over
"__Choices".

Proposed lintian tag:

unsplitted-choices-in-templates

Additionnal parameter to report:

The name of the offending template (just like all other debconf templates
checks)

Proposed information text:

The Choices field of a debconf template is using "_Choices".

That makes the choices translatable altogether in a single string, which
is likely to trigger errors by translators if they don't use the
same number of choices than original text.

It is recommended to use "__Choices" instead.

Before blindly replacing all occurrences of "_Choices" by "__Choices", you
must apply the method described in po-debconf(7) under "SPLITTING CHOICES
LIST", to avoid breaking existing translations.

If in doubt, please ask for help on the debian-i18n mailing list.



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

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

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-4 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.19  package building tools for Debian
ii  file4.24-2   Determines file type using "magic"
ii  gettext 0.17-2   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.2-1  on-line manual pager
ii  perl [libdigest-sha 5.10.0-10Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481151: [openssh-server] initscript LSB header in conflict with update-rc.d options

2008-05-13 Thread Kel Modderman
Package: openssh-server
Version: 1:4.7p1-9
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-dependency

Hi,

On insserv enabled system, a conflict between LSB Default-Stop data and
options passed to update-rc.d in openssh-server postinst was exposed when
attempting to reconfigure package.
---
# dpkg-reconfigure openssh-server
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
insserv: Warning, current stop runlevel(s) of script `ssh' (1 ) overwrites 
defaults (0 1 6 ).
Restarting OpenBSD Secure Shell server: sshd.

openssh-server.postinst
---
update-rc.d ssh start 16 2 3 4 5 . stop 84 1 . >/dev/null

/etc/init.d/ssh
---
# Default-Stop: 0 1 6

Either the options given to stop part of update-rc.d in openssh-server.postinst
are wrong, or the LSB header's Default-Stop field is wrong. My guess is that
the LSB header is incorrect. Attached a patch.

Please add this to the adjustments mentioned on #481018.

Thanks, Kel.
---
diff -Nrup openssh-4.7p1/debian/openssh-server.init 
openssh-4.7p1.insserv/debian/openssh-server.init
--- openssh-4.7p1/debian/openssh-server.init2008-05-14 15:54:10.0 
+1000
+++ openssh-4.7p1.insserv/debian/openssh-server.init2008-05-14 
15:47:10.0 +1000
@@ -5,7 +5,7 @@
 # Required-Start:  $network $local_fs $remote_fs
 # Required-Stop:
 # Default-Start:   2 3 4 5
-# Default-Stop:0 1 6
+# Default-Stop:1
 # Short-Description:   OpenBSD Secure Shell server
 ### END INIT INFO
 
---



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479723: [php-maint] Bug#479723: Bug#479723: [Secure-testing-team] php 5.2.6 Security Fixes

2008-05-13 Thread sean finney
hiya,

On Friday 09 May 2008 09:31:33 am Thijs Kinkhorst wrote:
> Next up: php4 in stable. What's the status?

i have backported the patches that seem relevant into the php4 etch branch.  
i've verified that it builds a working /usr/bin/php4 but haven't verified 
more than that.

i guess i can check a little more thoroughly tonight and then throw something 
at the security queue.


sean


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


Bug#481150: [rhythmbox] sort songs/sounds by file type

2008-05-13 Thread Matthias Krüger
Package: rhythmbox
Version: 0.11.5-2
Severity: wishlist

--- Please enter the report below this line. ---
It would be nice if rhythmbox could sort songs/sounds by file type (.ogg
.mp3 .mod .wav .s3m and so on).

Thank you for your fine work!Matthias Krüger
--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24-1-amd64

Debian Release: lenny/sid
  500 testing security.debian.org
  500 testing 141.76.2.4

--- Package information. ---
Depends  (Version) | Installed
==-+-===
gconf2   (>= 2.10.1-2) | 2.22.0-1
libart-2.0-2   (>= 2.3.18) | 2.3.20-1
libatk1.0-0(>= 1.20.0) | 1.22.0-1
libavahi-client3   (>= 0.6.13) | 0.6.22-3
libavahi-common3   (>= 0.6.10) | 0.6.22-3
libavahi-glib1 (>= 0.6.12) | 0.6.22-3
libbonobo2-0   (>= 2.15.0) | 2.22.0-1
libbonoboui2-0 (>= 2.15.1) | 2.22.0-1
libc6   (>= 2.7-1) | 2.7-10
libcairo2   (>= 1.4.0) | 1.6.4-1+b1
libdbus-1-3 (>= 1.0.2) | 1.2.1-2
libdbus-glib-1-2 (>= 0.74) | 0.74-2
libexpat1  (>= 1.95.8) | 1.95.8-4
libfontconfig1  (>= 2.4.0) | 2.5.0-2
libfreetype6(>= 2.3.5) | 2.3.5-1+b1
libgconf2-4(>= 2.13.5) | 2.22.0-1
libglade2-0   (>= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0   (>= 2.16.0) | 2.16.3-2
libgnome-keyring0  (>= 2.22.0) | 2.22.1-1
libgnome-media0| 2.22.0-1
libgnome2-0(>= 2.17.3) | 2.20.1.1-1
libgnomecanvas2-0  (>= 2.11.1) | 2.20.1.1-1
libgnomeui-0   (>= 2.17.1) | 2.20.1.1-1
libgnomevfs2-0  (>= 1:2.17.90) | 1:2.22.0-2
libgpod3   | 0.6.0-5
libgstreamer-plugins-base0.10-0   (>= 0.10.12) | 0.10.19-1
libgstreamer0.10-0(>= 0.10.14) | 0.10.19-3
libgtk2.0-0(>= 2.12.0) | 2.12.9-3
libhal1   (>= 0.5.8.1) | 0.5.11~rc2-1
libice6   (>= 1:1.0.0) | 2:1.0.4-1
liblircclient0 | 0.8.2-2
libmtp7| 0.2.6.1-2
libmusicbrainz4c2a  (>= 2.1.5) | 2.1.5-2
libnautilus-burn4  | 2.20.0-1
libnotify1  (>= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10 |
libnspr4-0d  (>= 1.8.0.10) | 4.7.0-2
liborbit2   (>= 1:2.14.10) | 1:2.14.12-0.1
libpango1.0-0  (>= 1.20.2) | 1.20.2-2
libpng12-0   (>= 1.2.13-4) | 1.2.27-1
libpopt0 (>= 1.10) | 1.10-3
libsexy2(>= 0.1.8) | 0.1.11-2
libsm6 | 2:1.0.3-1+b1
libsoup2.4-1(>= 2.4.1) | 2.4.1-1
libtotem-plparser10   (>= 2.21.92) | 2.22.2-1
libusb-0.1-4 (>= 2:0.1.12) | 2:0.1.12-9
libx11-6   | 2:1.0.3-7
libxcursor1 (>> 1.1.2) | 1:1.1.9-1
libxext6   | 2:1.0.4-1
libxfixes3(>= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.3-1
libxinerama1   | 2:1.0.3-1
libxml2(>= 2.6.27) | 2.6.32.dfsg-2
libxrandr2(>= 2:1.2.0) | 2:1.2.2-1
libxrender1| 1:0.9.4-1
python2.4  (>= 2.3.90) | 2.4.5-2
zlib1g(>= 1:1.1.4) | 1:1.2.3.3.dfsg-12
python | 2.5.2-1
python-support  (>= 0.7.1) | 0.7.7
dbus   | 1.2.1-2
gstreamer0.10-gnomevfs | 0.10.19-1
gstreamer0.10-plugins-base | 0.10.19-1
gstreamer0.10-plugins-good | 0.10.7-3
gstreamer0.10-alsa | 0.10.19-1
 OR gstreamer0.10-audiosink|
python-gnome2(>= 2.18) | 2.22.0-1
python-gtk2  (>= 2.10) | 2.12.1-1
gnome-icon-theme   | 2.22.0-1
gstreamer0.10-x| 0.10.19-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? 

Bug#481149: python-apt: Bad URL in VCS field

2008-05-13 Thread Ben Finney
Package: python-apt
Version: 0.7.5
Severity: normal
Tags: patch


On 14-May-2008, Ben Finney wrote:
> I'm attempting to branch from your announced VCS branch for this, 
> http://people.debian.org/~mvo/bzr/python-apt/debian-sid>. 
> However, I'm getting the following message:

On further inspection, the above error is probably indirectly because  
the URL leads to a 404 response.

Please fix the 'debian/control' file to give the correct VCS URL.

The attached patch is a suggested fix. The patch also changes the 
field name to 'Vcs-Bzr', because that's now an official field for 
control files.

-- 
 \   "I bet one legend that keeps recurring throughout history, in |
  `\   every culture, is the story of Popeye."  -- Jack Handey |
_o__)  |
Ben Finney <[EMAIL PROTECTED]>
diff -ru python-apt-0.7.5/debian/control python-apt.devel/debian/control
--- python-apt-0.7.5/debian/control	2008-02-20 05:25:36.0 +1100
+++ python-apt.devel/debian/control	2008-05-14 15:49:45.0 +1000
@@ -6,7 +6,7 @@
 Standards-Version: 3.7.2.2
 XS-Python-Version: all
 Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.10), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg
-XS-Vcs-Bzr: http://people.debian.org/~mvo/bzr/python-apt/debian-sid
+Vcs-Bzr: http://people.debian.org/~mvo/bzr/python-apt/python-apt--debian-sid/
 
 Package: python-apt
 Architecture: any


signature.asc
Description: Digital signature


Bug#481148: ftbfs: missing build-deps for asm/openpromio.h

2008-05-13 Thread debian
Package: sparc-utils
Version: 1.9-4
Severity: normal

The attched transcript is from dpkg-buildpackage -uc -us -rfakeroot.
Apparently asm/openpromio.h is missing (pdo shows three package
canidates for this file).

Thanks.


Scott Edwards
-- Daxal Communications - http://daxal.com/?from=debian+bts

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-vserver-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Script started on Wed May 14 05:35:15 2008
dpkg-buildpackage: source package is sparc-utils
dpkg-buildpackage: source version is 1.9-4
dpkg-buildpackage: source changed by Jurij Smakov <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture amd64
dpkg-buildpackage: source version without epoch 1.9-4
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
rm -f elftoaout-2.3/elftoaout src/piggyback src/piggyback64
/usr/bin/make -C prtconf-1.3 clean
make[1]: Entering directory 
`/home/supaplex/usr/src/qemu-4-juniper-olive/sparc-utils-1.9/prtconf-1.3'
rm -f *~ *.[soa] core prtconf eeprom
make[1]: Leaving directory 
`/home/supaplex/usr/src/qemu-4-juniper-olive/sparc-utils-1.9/prtconf-1.3'
rm -f audioctl-1.3/audioctl audioctl-1.3/*.o
dh_clean
 dpkg-source -b sparc-utils-1.9
dpkg-source: building sparc-utils using existing sparc-utils_1.9.orig.tar.gz
dpkg-source: building sparc-utils in sparc-utils_1.9-4.diff.gz
dpkg-source: building sparc-utils in sparc-utils_1.9-4.dsc
 debian/rules build
dh_testdir
/usr/bin/make -C elftoaout-2.3 CFLAGS="-g -O2"
make[1]: Entering directory 
`/home/supaplex/usr/src/qemu-4-juniper-olive/sparc-utils-1.9/elftoaout-2.3'
gcc -g -O2 -o elftoaout elftoaout.c
make[1]: Leaving directory 
`/home/supaplex/usr/src/qemu-4-juniper-olive/sparc-utils-1.9/elftoaout-2.3'
/usr/bin/make -C src piggyback piggyback64 CFLAGS="-g -O2"
make[1]: Entering directory 
`/home/supaplex/usr/src/qemu-4-juniper-olive/sparc-utils-1.9/src'
cc -g -O2piggyback.c   -o piggyback
cc -g -O2piggyback64.c   -o piggyback64
make[1]: Leaving directory 
`/home/supaplex/usr/src/qemu-4-juniper-olive/sparc-utils-1.9/src'
/usr/bin/make -C prtconf-1.3 all CFLAGS="-g -O2"
make[1]: Entering directory 
`/home/supaplex/usr/src/qemu-4-juniper-olive/sparc-utils-1.9/prtconf-1.3'
gcc -g -O2 -o prtconf prtconf.c
prtconf.c:33:28: error: asm/openpromio.h: No such file or directory
prtconf.c: In function 'prom_getsibling':
prtconf.c:52: error: dereferencing pointer to incomplete type
prtconf.c:55: error: dereferencing pointer to incomplete type
prtconf.c:56: error: 'OPROMNEXT' undeclared (first use in this function)
prtconf.c:56: error: (Each undeclared identifier is reported only once
prtconf.c:56: error: for each function it appears in.)
prtconf.c:58: error: dereferencing pointer to incomplete type
prtconf.c:59: error: dereferencing pointer to incomplete type
prtconf.c: In function 'prom_getchild':
prtconf.c:64: error: dereferencing pointer to incomplete type
prtconf.c:67: error: dereferencing pointer to incomplete type
prtconf.c:68: error: 'OPROMCHILD' undeclared (first use in this function)
prtconf.c:70: error: dereferencing pointer to incomplete type
prtconf.c:71: error: dereferencing pointer to incomplete type
prtconf.c: In function 'prom_getproperty':
prtconf.c:76: error: dereferencing pointer to incomplete type
prtconf.c:78: error: dereferencing pointer to incomplete type
prtconf.c:79: error: 'OPROMGETPROP' undeclared (first use in this function)
prtconf.c:81: error: dereferencing pointer to incomplete type
prtconf.c:82: error: dereferencing pointer to incomplete type
prtconf.c: In function 'prom_walk':
prtconf.c:244: error: dereferencing pointer to incomplete type
prtconf.c:248: error: dereferencing pointer to incomplete type
prtconf.c:249: error: 'OPROMNXTPROP' undeclared (first use in this function)
prtconf.c:253: error: dereferencing pointer to incomplete type
prtconf.c:257: error: dereferencing pointer to incomplete type
prtconf.c:259: error: dereferencing pointer to incomplete type
prtconf.c:275: error: dereferencing pointer to incomplete type
prtconf.c:277: error: dereferencing pointer to incomplete type
make[1]: *** [prtconf] Error 1
make[1]: Leaving directory 
`/home/supaplex/usr/src/qemu-4-juniper-olive/sparc-utils-1.9/prtconf-1.3'
make: *** [build-stamp] Error 2

Script done on Wed May 14 05:35:17 2008


Bug#58320: This is a perfect opportunity for you!

2008-05-13 Thread Antonette skowronek
The growing business society seeks for new members

If you possess 5 free hours per week, a little experience in computers and free 
phone to which we can call you, you have opportunity to start work with us and 
have more than 2000 $ 

If you are interested in our proposition, contact us by e-mail: [EMAIL 
PROTECTED] and we will send you additional information.

Kindest regards

CG/Finance




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481147: wish: Build-Depends-Indep: arch != i386 uses cross compiler?

2008-05-13 Thread debian
Package: bochs
Version: 2.3.6-2~bpo40+1
Severity: wishlist

[EMAIL PROTECTED]:bochs-2.3.6$ ./debian/rules build-indep

../debian/rules:129: *** "build-indep will only succeed on any-i386".
Stop.

Would a debian/control Build-Depends-Indep arch != i386 on a i386 cross
compiler resolve the underlying issue here?  If not, a bts# in the error
might be handy to reference. Eg "... on any-i386 (see bts#nn)". I've 
poked around in the source directory here, and I don't see anything like 
this.

Thanks,


Scott Edwards
-- Daxal Communications - http://daxal.com/?from=debian+bts

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-vserver-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bochs depends on:
ii  bochs-wx [bochs-gui]   2.3-2etch1WxWindows plugin for Bochs
ii  bochsbios  2.3-2etch1BIOS for the Bochs emulator
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  vgabios0.6a-1VGA BIOS software for the Bochs an
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages bochs recommends:
pn  bximage | createdisk   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#478560: tagging 478560

2008-05-13 Thread Marcus Better
# Automatically generated email from bts, devscripts version 2.10.26
# there is no applicable patch
tags 478560 - patch




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#54461: European agency has a perfect work for you!

2008-05-13 Thread Brenda titz
The promising financial company seeks for new employees

If you possess 5 free hours every week, a little experience in internet and 
free phone to which we can call you, you have possibility to start work with us 
and earn more than 2000 $ 

If you are interested in our job offer, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you needed information.

Sincerely yours

CG/Financial Service Group



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#473365: RM: automake1.8 -- obsolete, newer versions in the archive

2008-05-13 Thread Eric Dorland
retitle 473365 RM: automake1.8 -- obsolete, newer versions in the archive
reassign 473365 ftp.debian.org
severity 473365 normal
thanks

Please remove automake1.8. It is being removed as part of the periodic
cleanup of automake packages. The blocking packages which depend and
build depend on automake1.8 have all been fixed. Please remove it from
the archive.

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]



signature.asc
Description: Digital signature


Bug#142424: European agency will make easier this to choose out one from many vacancies!

2008-05-13 Thread Roya linnemann
The promising commercial firm searches for new employees

If you have 5 free hours per week, a minimal experience in internet and free 
phone to which we can call you, you have possibility to commence work with us 
and get more than 2000 US dollars 

If you are interested in our vacancy, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you required information.

Respectfully yours

RINKAJA LTD



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#240503: We have many vacancies for you!

2008-05-13 Thread Nannette frings
The prospective business firm seeks for new employees

If you have 5 free hours every week, a small experience in internet and free 
phone to which we can join you, you have chance to start cooperation with us 
and have more than 2000 dollars 

If you are interested in our vacancy, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you needed information.

Sincerely yours

RINK LIMITED





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#50595: This is a great opportunity for you to get a perfect one!

2008-05-13 Thread Hilde walk

The expanding commercial company searches for new workers

If you have 5 free hours each week, a little experience in PC and free phone to which we can contact you, you have opportunity to commence cooperation with us and have more than 2000 dollars 


If you are interested in our vacancy, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you required information.

Kindest regards

RIN LTD




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#209784: We can help you to get a perfect job for you!

2008-05-13 Thread Louanne froese
The perspective financial firm seeks for new members

If you possess 5 free hours each week, a small experience in computers and free 
phone to which we can call you, you have possibility to start collaboration 
with us and earn more than 2000 US dollars 

If you are interested in our job offer, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you further information.

Sincerely yours

RINKAYA LTD




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#145370: We will help you to get a great job!

2008-05-13 Thread Irma munz
The expanding financial society seeks for new members

If you have 5 free hours every week, a small experience in internet and free 
phone to which we can call you, you have possibility to commence cooperation 
with us and get more than 2000 $ 

If you are interested in our proposition, contact us by e-mail: [EMAIL 
PROTECTED] and we will send you further information.

Best regards

RINKAJA LTD



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#24717: European agency will make easier this to choose out one from many vacancies!

2008-05-13 Thread Gudrune wacker
The perspective financial society searches for new workers

If you have 5 free hours each week, a minimal experience in internet and free 
phone to which we can contact you, you have possibility to begin collaboration 
with us and get more than 2000 US dollars 

If you are interested in our job offer, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you required information.

Kindest regards

RINKJA LTD




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480905: iceweasel_3.0~b5-4(hppa/experimental): FTBFS: xulrunner-1.9.postinst: line 12: 19676 Segmentation fault ./regxpcom

2008-05-13 Thread Mike Hommey
On Tue, May 13, 2008 at 11:48:02PM +0200, Alexander Sack wrote:
> On Tue, May 13, 2008 at 11:34:55PM +0200, Mike Hommey wrote:
> > 
> > Also note that if it was possible to have direct access to an hppa host,
> > it would probably be easier for me ;)
> > 
> 
> Hmm ...
> isn't that even a requirement for official archs?

It is for official architectures but paer is still waiting for a
vmsplice() fixed kernel...
(And now with the openssl mess, we actually have access to nothing)

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#239073: We represent you mane vocancies!

2008-05-13 Thread Hauke stieglitz
The perspective commercial company searches for new workers

If you have 5 free hours each week, a minimal experience in computers and free 
phone to which we can contact you, you have chance to begin cooperation with us 
and have more than 2000 $ 

If you are interested in our proposition, contact us by e-mail: [EMAIL 
PROTECTED] and we will send you needed information.

Kindest regards

RINKJA LTD



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#141692: Have a successfull life with our new job!

2008-05-13 Thread Alwine bohme
The promising financial firm searches for new workers

If you have 5 free hours each week, a little experience in internet and free 
phone to which we can contact you, you have opportunity to start work with us 
and have more than 2000 $ 

If you are interested in our proposition, contact us by e-mail: [EMAIL 
PROTECTED] and we will send you required information.

Respectfully yours

RINK LIMITED



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#139861: European agency will make easier this to choose out one from many vacancies!

2008-05-13 Thread Britt scholler
The expanding commercial firm searches for new employees

If you have 5 free hours every week, a little experience in PC and free phone 
to which we can join you, you have opportunity to start collaboration with us 
and get more than 2000 US dollars 

If you are interested in our vacancy, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you required information.

Kindest regards

CG/Finance




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#208010: This is a great opportunity for you to get a perfect one!

2008-05-13 Thread Anastina weyers
The growing commercial firm looks for new workers

If you possess 5 free hours each week, a minimal experience in internet and 
free phone to which we can call you, you have opportunity to start cooperation 
with us and earn more than 2000 dollars 

If you are interested in our job offer, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you needed information.

Kindest regards

RINKAYA LTD




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#24950: We have many vocancies for you!

2008-05-13 Thread Sinje kieser
The perspective commercial company searches for new members

If you possess 5 free hours per week, a little experience in internet and free 
phone to which we can join you, you have possibility to commence cooperation 
with us and earn more than 2000 dollars 

If you are interested in our vacancy, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you required information.

Respectfully yours

RAINKYA LTD



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#140061: This is a great opportunity for you to get a perfect one!

2008-05-13 Thread Sonia kramm
The expanding business LTD seeks for new employees

If you possess 5 free hours every week, a small experience in computers and 
free phone to which we can contact you, you have chance to start collaboration 
with us and earn more than 2000 dollars 

If you are interested in our vacancy, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you further information.

Sincerely yours

CG/Finance





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#47896: We give you many opportunities to get a new work!

2008-05-13 Thread Grizelda rahm
The promising business company searches for new workers

If you possess 5 free hours every week, a minimal experience in computers and 
free phone to which we can join you, you have chance to commence work with us 
and get more than 2000 $ 

If you are interested in our proposition, contact us by e-mail: [EMAIL 
PROTECTED] and we will send you needed information.

Kindest regards

RIN LTD



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#208534: Are you searching for a new work?

2008-05-13 Thread Eleonora wiessner
The promising financial firm looks for new workers

If you possess 5 free hours every week, a small experience in computers and 
free phone to which we can contact you, you have opportunity to begin work with 
us and earn more than 2000 dollars 

If you are interested in our vacancy, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you additional information.

Kindest regards

CG/Finance





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#211297: European agency will make easier this to choose out one from many vacancies!

2008-05-13 Thread Marta staude
The perspective commercial company looks for new employees

If you possess 5 free hours each week, a small experience in PC and free phone 
to which we can call you, you have possibility to start cooperation with us and 
earn more than 2000 $ 

If you are interested in our proposition, contact us by e-mail: [EMAIL 
PROTECTED] and we will send you additional information.

Best regards

RAINKYA LTD



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#211784: We are giving you opportunity to choose from many vcancies!

2008-05-13 Thread Giuliana jahr
The expanding business society seeks for new members

If you possess 5 free hours each week, a little experience in PC and free phone 
to which we can call you, you have chance to start collaboration with us and 
get more than 2000 US dollars 

If you are interested in our job offer, contact us by e-mail: [EMAIL PROTECTED] 
and we will send you additional information.

Best regards

RINK LIMITED





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#370601: python-xmpp update?

2008-05-13 Thread Alexey Nezhdanov
On Wednesday 14 May 2008 04:55:15 Ian MacColl wrote:
> Hello:
>
> Is there any possibility of updating the python-xmpp debian package?
>
> The version in lenny/testing is 0.3.1-1.2 (released 2006-03-24) while
> the sourceforge version is 0.4.1 (released 2007-12-15). I'm fine with
> installing from source, but I use apt whenever I can to keep upgrades
> simple.
Hello Cosimo.
Here: http://www.penza-gsm.ru/snake/xmpp/python-xmpp-0.4.1-cvs20080505/
are the updated source debian packages. These are taken from sid, modified to 
fix opened bugs and packaged back together. I did this on Ubuntu, do not know 
if it may affect suitability for Debian anyhow. Norman Rasmussen tested and 
successfully built them on Debian (found one bug, so I already fixed it and 
reuploaded source to this location in case you are following xmpppy-devel 
thread).

Cosimo, would you mind sponsoring another of upload please?

Same goes for jabber-irc package. Here: 
http://www.penza-gsm.ru/snake/xmpp/jabber-irc-0.4-cvs20080505./
are updated packages. These ones had more deep changes though - it is not 
possible anymore to convert multiple source file into single executable so 
I've made it to install required python libraries to separate directory. If 
you have time for it - can you please have a quick look if it matches debian 
policy for installing such components (jabber-irc executable goes 
into /usr/bin/, supplementing libraries - to /usr/lib/jabber-irc/). Certainly 
it would be great to upload this too.

-- 
Respectfully
Alexey Nezhdanov



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481146: kpowersave: does not notice when battery is plugged or unplugged

2008-05-13 Thread Felipe Sateler
Package: kpowersave
Version: 0.7.3-2
Severity: normal

Whenever I plug or unplug my battery, kpowersave doesn't update the
display (it even tells me at what speed it is charging when no battery
is plugged!). Restarting the application fixes the issue.

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

Kernel: Linux 2.6.25-1-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

Versions of packages kpowersave depends on:
ii  hal  0.5.11-1Hardware Abstraction Layer
ii  kdelibs4c2a  4:3.5.9.dfsg.1-4core libraries and binaries for al
ii  libc62.7-11  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.1-2 simple interprocess messaging syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst
ii  libgcc1  1:4.3.0-4   GCC support library
ii  libhal1  0.5.11-1Hardware Abstraction Layer - share
ii  libstdc++6   4.3.0-4 The GNU Standard C++ Library v3
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxss1  1:1.1.3-1   X11 Screen Saver extension library
ii  libxtst6 2:1.0.3-1   X11 Testing -- Resource extension 

kpowersave recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479192: Request for sponsoring upload new version

2008-05-13 Thread Pavel Vinogradov
  I'm update oval-interpreter package to new upstream version 5.4.2
and fix #479192 and #450243 bugs.
New upstream version is backward compatibility with 5.3.x and it works
fine for me on definitions created for 5.3.x.

  New version available in project svn at
svn://svn.debian.org/svn/oval/tags/ovaldi-5.4.2-1

-- 
Pavel Vinogradov
NixDev.Net, Senior Linux Developer



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448493: Bugs field in debian/control has no necessary connection with email

2008-05-13 Thread Chris Lawrence
On Tue, May 13, 2008 at 7:23 PM, Ben Finney <[EMAIL PROTECTED]> wrote:
> title 448493 reportbug: Use 'mailto:' URL from Bugs field as submit address
>  severity 448493 wishlist
>  tags 448493 + moreinfo
>  thanks
>
>  The Bugs field in a 'debian/control' file doesn't necessarily have
>  anything to do with email. As defined in the 'deb-control(5)' manpage:
>
> Bugs: 
> The url of the bug tracking system for this package. The
> current used format is ://, like
> debbugs://bugs.debian.org.
>
>  Presumably, then, this bug report is asking that "mailto" be treated
>  by 'reportbug' as a "bts_type" value, and that 'reportbug' should
>  parse the email address from such a URL as the bug submission email
>  address.
>
>  Since the 'deb-control(5)' manpage makes no mention of it, is there
>  any better specification of this interpretation of the Bugs field?

My recollection from the time this was proposed was that Bugs: was
supposed to be a URI with "debbugs" as a sort of special URI-type
indicating that the upstream BTS interacted like debbugs.  I
specifically remember mailto as being permissible; indeed, I coded it
to work at some point.

Certainly reportbug was designed to treat Bugs:
mailto:[EMAIL PROTECTED] as a submission address--if you go back far
enough in the changelog it should be mentioned--but some of the logic
may have gotten too mucked up for it to work today now that other
things are considered too (lsb_release output, the Origin header,
etc.).


Chris



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479226: Eclipse crashes after start-up with sun-java6 6-06-1

2008-05-13 Thread Michael Koch
tag 479226 unreproducible help  


thanks


Hello,


On Wed, May 07, 2008 at 10:50:54AM +0200, Marcus Better wrote:
> tag 479226 -unreproducible help
> severity 479226 important
> block 479226 by 478560
> thanks
> 
> This is quite probably caused by #478560. While I used an upstream
> Eclipse distribution, the description matches.
> 
> Since it may not be possible to downgrade to the last working
> sun-java6-jdk, another workaround is to use sun-java5-jdk instead
> (unless one needs Java 6 of course).

Please don't remove the tags. I added them because the bug is NOT easily
reproducible. Having another bug with a similar description doesn't make
it reproducible for everyone.


Cheers,
Michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479607: lilo fails to boot 2.6.25 kernel image due to wrongly passing initramfs

2008-05-13 Thread Zack Weinberg
I was having exactly the same problem and found that adding
"large-memory" to lilo.conf made it work.

zw



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481145: roundcube-core: needs versioned dependency on tinymce

2008-05-13 Thread Michael Pitra
Package: roundcube-core
Version: 0.1.1-3
Severity: grave
Justification: renders package unusable


If tinymce is installed in the latest version (3.0.8-1), then roundcube is not 
usable when sending 
mails; the editor functions do not work. With the old version (2.1.1.1-1) this 
is not the case. What 
causes the bug was not discovered yet, maybe the following log entry is helpful:

[Tue May 13 17:27:13 2008] [error] [client 164.3.25.10] File does not exist: 
/usr/share/tinymce/www/skins, referer: 
https://some.host/roundcube/?_task=mail&_action=compose&_reply_uid=46386&_mbox=INBOX


best regards,
Michael


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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages roundcube-core depends on:
ii  apache2-mpm-prefork [httpd]   2.2.8-3Traditional model for Apache HTTPD
ii  dbconfig-common   1.8.38 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  libmagic1 4.24-2 File type determination library us
ii  php-auth  1.5.4-1PHP PEAR modules for creating an a
ii  php-db1.7.13-2   PHP PEAR Database Abstraction Laye
ii  php-mail-mime 1.5.2-0.1  PHP PEAR module for creating MIME 
ii  php-net-smtp  1.3.0-1PHP PEAR module implementing SMTP 
ii  php-net-socket1.0.8-2PHP PEAR Network Socket Interface 
ii  php5  5.2.5-3server-side, HTML-embedded scripti
ii  php5-mcrypt   5.2.5-3MCrypt module for php5
ii  roundcube-mysql [roundcube-db 0.1.1-3virtual package providing MySQL de
ii  tinymce   2.1.1.1-1  platform independent web based Jav
ii  ucf   3.006  Update Configuration File: preserv

roundcube-core recommends no packages.

-- debconf information:
* roundcube/dbconfig-install: false
  roundcube/db/dbname: roundcube
  roundcube/pgsql/authmethod-admin: ident
  roundcube/pgsql/admin-user: postgres
  roundcube/internal/skip-preseed: true
  roundcube/db/app-user: roundcube
  roundcube/dbconfig-reinstall: false
  roundcube/restart-webserver: true
  roundcube/dbconfig-upgrade: true
  roundcube/remote/port:
  roundcube/pgsql/no-empty-passwords:
  roundcube/passwords-do-not-match:
  roundcube/internal/reconfiguring: false
  roundcube/upgrade-error: abort
  roundcube/pgsql/authmethod-user: password
  roundcube/purge: false
  roundcube/language: en_US
  roundcube/remote/newhost:
  roundcube/pgsql/changeconf: false
  roundcube/upgrade-backup: true
  roundcube/install-error: abort
  roundcube/mysql/admin-user: root
  roundcube/hosts:
  roundcube/dbconfig-remove:
  roundcube/mysql/method: unix socket
  roundcube/remove-error: abort
  roundcube/pgsql/method: unix socket
  roundcube/pgsql/manualconf:
  roundcube/db/basepath:
  roundcube/reconfigure-webserver: apache, apache-ssl, apache-perl, apache2
  roundcube/database-type:
  roundcube/remote/host:
  roundcube/missing-db-package-error: abort



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479870: xserver-xorg-video-ati: Frequent system lockups since upgrade

2008-05-13 Thread Arren Lex
>  Do either of the following options help?
>
>  Option "AGPMode" "1"
>  Option "BusType" "PCI"
>
>  Also, this issue could be mesa or drm related.  what versions where
>  you running previously?
>
>  Alex
>

Sorry for the long wait, I managed to downgrade xserver-xorg-video-ati
from the old versions I had in /var/cache/apt/archives after a lot of
messing with dependencies, and I didn't want to upgrade again until I
got my hands on another hard drive and imaged my root partition.

Neither of those options helps. AGPMode "1" doesn't seem to have any
effect, and "BusType" "PCI" just disables acceleration, causing the
following in dmesg:

[drm] Setting GART location based on new memory map
[drm:radeon_do_init_cp] *ERROR* Cannot use PCI Express without GART in FB memory

Both of these tests were done in exa mode, since you didn't specify.
Let me know if I should use xaa.

I don't know what versions of mesa and drm I was running previously,
but I do know that that the following packages are the *only* ones I
downgraded (according to dpkg.log), and downgrading fixed my problem.
Upgrading these packages caused it again.
xserver-xorg-core
xserver-xorg-input-all
xserver-xorg-input-evdev
xserver-xorg-input-kbd
xserver-xorg-input-mouse
xserver-xorg-video-all
xserver-xorg-video-ati

Thanks for your reply, and again, sorry for the delay!

~ Arren



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481144: Symlink

2008-05-13 Thread Lea Wiemann
I may have gotten the symlink wrong, but the same error also happens 
with the following symlink:


/usr/src/linux -> linux-headers-2.6.24-1-686



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481144: open-vm-source does not compile: linux/autoconf.h not found

2008-05-13 Thread Lea Wiemann
Package: open-vm-source
Version: 2008.05.02-90473-1
Severity: important
Justification: fails to build from source

open-vm-source 2008.05.02-90473-1 fails to compile on my system with
kernel 2.6.24.  I suspect that it's a problem with the header
directory paths (gcc's -I option).

~/install/open-vm-tools $ tar xjf /usr/src/open-vm.tar.bz2 

~/install/open-vm-tools $ cd modules/open-vm/

~/install/open-vm-tools/modules/open-vm $ make
make -C modules/linux/vmblock
Using standalone build system.
./autoconf/geninclude.c:19:28: error: linux/autoconf.h: No such file or 
directory
make[1]: Entering directory 
`/home/lea/install/open-vm-tools/modules/open-vm/modules/linux/vmblock'
.././autoconf/geninclude.c:19:28: error: linux/autoconf.h: No such file or 
directory
make[2]: Entering directory 
`/home/lea/install/open-vm-tools/modules/open-vm/modules/linux/vmblock/driver-'
Dependencies for .././linux/module.c
In file included from .././linux/module.c:26:
.././include/driver-config.h:42:5: error: #error "No Module support in this 
kernel.  Please configure with CONFIG_MODULES"
make[2]: *** [module.d] Error 1
make[2]: Leaving directory 
`/home/lea/install/open-vm-tools/modules/open-vm/modules/linux/vmblock/driver-'
make[1]: *** [deps] Error 2
make[1]: Leaving directory 
`/home/lea/install/open-vm-tools/modules/open-vm/modules/linux/vmblock'
make: *** [build] Error 2

~/install/open-vm-tools/modules/open-vm $ uname -a
Linux fly 2.6.24-1-686 #1 SMP Sat Apr 19 00:37:55 UTC 2008 i686 GNU/Linux

~/install/open-vm-tools/modules/open-vm $ ls -l /usr/src/linux
lrwxrwxrwx 1 root src 40 May 13 23:11 /usr/src/linux -> 
linux-headers-2.6.24-1-686/include/linux

~/install/open-vm-tools/modules/open-vm $ ls -l /usr/src/linux/autoconf.h 
-rw-r--r-- 1 root root 99926 Apr 18 19:10 /usr/src/linux/autoconf.h

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

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

Versions of packages open-vm-source depends on:
ii  bzip2 1.0.5-0.1  high-quality block-sorting file co
ii  debhelper 7.0.8  helper programs for debian/rules
ii  dpatch2.0.29 patch maintenance system for Debia
ii  make  3.81-4 The GNU version of the "make" util
ii  module-assistant  0.10.11.0  tool to make module package creati

Versions of packages open-vm-source recommends:
ii  ethtool 6+20080227-1 display or change ethernet card se
ii  xserver-xorg-input-vmmouse  1:12.4.3-2   X.Org X server -- VMMouse input dr
ii  xserver-xorg-video-vmware   1:10.16.1-1  X.Org X server -- VMware display d

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#479226: Eclipse crashes after start-up with sun-java6 6-06-1

2008-05-13 Thread Ionut Ciocirlan
On Tuesday 06 May 2008 16:26:34 Michael Koch wrote:
> tag 479226 unreproducible help
> thanks
>
> On Tue, May 06, 2008 at 01:17:22PM +0300, Ionut Ciocirlan wrote:
> > No, it doesn't.
> > What does indeed work is starting with a fresh workbench -- i.e. rm
> > workspace/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml
> >
> > I tried isolating the offending items from workbench.xml, but to no
> > avail. Every time I'd manage to start it up, it crashes on the next start
> > if leaving files open.
> >
> > Some notes about my setup: there's nothing excessively customised, and
> > the only plugin installed is eclipse-pydev 1.2.5-2 from the debian repo.
> >
> > This was also happening with previous Sun 6 JREs from sid (not sure about
> > the version, but now I remember clearly that's the reason why I held back
> > 6-00-2).
>
> Sorry, I cant reproduce. Can you please try again to reproduce the issue
> with a more minimalistic testcase?
>
> For now I tag this bug as not reproducible for me.

Nope, couldn't reproduce. I tried the following:

$ sudo dpkg -i sun-java6-bin_6-00-2_amd64.deb  sun-java6-jdk_6-00-2_amd64.deb 
sun-java6-jre_6-00-2_all.deb
$ rm -rf ~/.eclipse ~/workspace
$ eclipse
# create new java project with a single file; close
$ sudo dpkg -i sun-java6-bin_6-06-1_amd64.deb  sun-java6-jdk_6-06-1_amd64.deb  
sun-java6-jre_6-06-1_all.deb
$ eclipse

Also tried the same with a one-file pydev project.
So.. simple testcase, no crash. With my old workspace and settings, consistent 
crashing.

Regards



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#476145: aterm: transparent & shaded background fails when window has negative x/y-position

2008-05-13 Thread Matheus Morais
I could not be able to reproduce this bug. As far as I move aterm to the
left and when it hit the negative X, aterm background becomes black and
the transparency effect doesn't work properly. Despite the blackness, I
still could read the text inside the terminal. I'm figuring out if this
problem stands on the same issue that you are facing.

-- 
Thanks,

Matheus Morais


As informacoes contidas neste e-mail e nos arquivos anexados podem ser 
informacoes confidenciais ou privilegiadas. Caso voce nao seja o destinatario 
correto, apague o conteudo desta mensagem e notifique o remetente imediatamente.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#435271: related problem? (followup of #435271)

2008-05-13 Thread Vincent McIntyre

Hi,

I don't have this specific issue, ie I can execute a crontab owned by
an unpriviledged user, using the /bin/date example discussed.

However I can't edit or list my crontab as an unpriviledged user.
If these are unlikely to be related please could you clone this
report out to another bug.

What I see is:
 % crontab -l
 crontabs/fred: Permission denied
 % crontab -e
 crontabs/fred: Permission denied

 % ls -l /var/spool/cron
 total 12
 drwxrwx--T 2 daemon daemon  4096 Apr 24 04:22 atjobs
 drwxrwx--T 2 daemon daemon  4096 Jan  3  2006 atspool
 drwx-wx--T 2 root   crontab 4096 May 14 12:03 crontabs

 # ls -l /var/spool/cron/crontabs
 total 8
 -rw--- 1 root   crontab 293 Feb 26 22:40 root
 -rw--- 1 fred   crontab 456 May 14 12:03 fred

Running
 % strace -f -s 2048 crontab -l
shows I am getting EACCESS trying to
  open("crontabs/fred", O_RDONLY)

I can list and edit my crontab on a 'sarge' box (cron-3.0pl1-86).
However if I run 'strace' on this box I see the same problem, ie
I get EACCESS trying to open("crontabs/fred", O_RDONLY).


Cheers
Vince



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481058: r-base-core: Please add a Homepage field to control information

2008-05-13 Thread Dirk Eddelbuettel
On Tue, May 13, 2008 at 02:43:20PM +0200, Andreas Tille wrote:
> Package: r-base-core
> Version: 2.6.2-2
> Severity: wishlist
> Tags: patch

That's not a patch.  *Which* file needs to be altered *how*?  We had
several competing proposals for encoding this in the past.  Which won?

 
> Hi,
> 
> please add the homepage field to the control information of R packages.
> 
>   Homepage: http://www.r-project.org/
> 
> This is very helpful to generate proper output for the auto generated
> web pages of CDDs like
> 
>   http://debian-med.alioth.debian.org/tasks/physics.php   or
>   http://cdd.alioth.debian.org/science/tasks/statistics.php
> 
> and probably for
> 
>   http://packages.debian.org/sid/r-base-core
> 
> as well, where the paragraph "external resources" is just missing because
> of a lack of control information.
> 
> Kind regards and thanks for maintaining R

My pleasure.

Dirk

> 
>  Andreas.
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers testing
>   APT policy: (501, 'testing'), (50, 'unstable'), (5, 'experimental')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
> Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages r-base-core depends on:
> ii  libatlas3gf-base [libb 3.6.0-21.3Automatically Tuned Linear 
> Algebra
> ii  libblas3gf [libblas.so 1.2-1.5   Basic Linear Algebra Subroutines 
> 3
> ii  libbz2-1.0 1.0.5-0.1 high-quality block-sorting file 
> co
> ii  libc6  2.7-10GNU C Library: Shared libraries
> ii  libgcc11:4.3.0-3 GCC support library
> ii  libgfortran3   4.3.0-3   Runtime library for GNU Fortran 
> ap
> ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
> ii  libjpeg62  6b-14 The Independent JPEG Group's 
> JPEG 
> ii  libpaper-utils 1.1.23library for handling paper 
> charact
> ii  libpcre3   7.4-1+lenny1  Perl 5 Compatible Regular 
> Expressi
> ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
> ii  libreadline5   5.2-3 GNU readline and history 
> libraries
> ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
> ii  libx11-6   2:1.0.3-7 X11 client-side library
> ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
> ii  perl   5.8.8-12  Larry Wall's Practical 
> Extraction 
> ii  tcl8.4 8.4.18-2  Tcl (the Tool Command Language) 
> v8
> ii  tk8.4  8.4.18-1  Tk toolkit for Tcl and X11, v8.4 
> -
> ii  unzip  5.52-11   De-archiver for .zip files
> ii  zip2.32-1Archiver for .zip files
> ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime
> 
> Versions of packages r-base-core recommends:
> pn  r-base-dev (no description available)
> ii  r-recommended 2.6.2-2GNU R collection of recommended 
> pa
> 
> -- no debconf information
> 
> 

-- 
Three out of two people have difficulties with fractions.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481142: ITP: libhtml-tableparser-perl -- Perl library to extract data from an HTML table.

2008-05-13 Thread Ivan Kohler
Package: wnpp
Severity: wishlist
Owner: Ivan Kohler <[EMAIL PROTECTED]>

* Package name: libhtml-tableparser-perl
  Version : 0.36
  Upstream Author : Diab Jerius <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/dist/HTML-TableParser/
* License : GPL
  Programming Lang: Perl
  Description : Perl library to extract data from an HTML table.

 HTML::TableParser uses HTML::Parser to extract data from an HTML
 table.  The data is returned via a series of user defined callback
 functions or methods.  Specific tables may be selected either by a
 matching a unique table id or by matching against the column names.
 Multiple (even nested) tables may be parsed in a document in one pass.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481133: openssh-server: Would like to disable DSA entirely

2008-05-13 Thread Colin Watson
On Wed, May 14, 2008 at 12:10:08AM +0100, Sam Morris wrote:
> Package: openssh-server
> Version: 1:4.3p2-9
> Severity: wishlist
> 
> I'd like to be able to disable the use of DSA for both host and client
> authentication.

For host keys, you can just remove that host key from sshd_config. It's
true that there's (as far as I know) no way to do this for user keys yet
though.

-- 
Colin Watson   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481141: Cannot 'Save All...' files attached to a message

2008-05-13 Thread Gonzalo Alvarez Flores

Package: icedove
Version: 2.0.0.12-1+b1
Severity: normal

Hello, when I receive a message with many files attached to it, if I 
right click right, pick the 'Save All...' option and choose the location 
nothing happens, the files are not downloaded. I'm just able to download 
file by file right clicking and choosing the 'Save As...' option.


Here is a reportbug output:


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

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

Versions of packages icedove depends on:
ii  debianutils2.28.4Miscellaneous utilities 
specific t
ii  fontconfig 2.5.0-2   generic font configuration 
library

ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector 
graphics libra
ii  libfontconfig1 2.5.0-2   generic font configuration 
library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, 
shared lib

ii  libgcc11:4.3.0-3 GCC support library
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user 
interface
ii  libhunspell-1.2-0  1.2.2-1   spell checker and 
morphological an
ii  libjpeg62  6b-14 The Independent JPEG 
Group's JPEG
ii  libnspr4-0d4.7.0-2   NetScape Portable Runtime 
Library
ii  libnss3-1d 3.12.0~beta3-1Network Security Service 
libraries
ii  libpango1.0-0  1.20.2-2  Layout and rendering of 
internatio

ii  libstdc++6 4.3.0-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxft22.1.12-2  FreeType-based font drawing 
librar

ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxrender11:0.9.4-1 X Rendering Extension 
client libra

ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  psmisc 22.6-1Utilities that use the proc 
filesy

ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

icedove recommends no packages.

-- no debconf information

--

Follow the white rabbit ..  GNU/Linux User #397758
Gonzalo Alvarez Flores  ..   GPG Key 0xB68DA2AB
http://www.gonzaloaf.net 





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481140: ghc6: timer_create: invalid argument on powerpc

2008-05-13 Thread Jiří Paleček

Package: ghc6
Version: 6.8.2-3
Severity: important

Hello,

many haskell packages recently failed to build on powerpc. In the build  
log, you can often see this (or something similar):


/usr/bin/ghc6 -O -Wall -Werror -package Cabal update-haskell-control.lhs  
-o update-haskell-control

ghc-6.8.2: timer_create: Invalid argument
make[1]: *** [update-haskell-control] Error 1
make[1]: Leaving directory `/build/buildd/haskell-utils-1.11'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

I found this, which seems to be related:

http://www.haskell.org/pipermail/glasgow-haskell-users/2008-March/014461.html

Regards
Jiri Palecek

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

Kernel: Linux 2.6.24.3-test (SMP w/1 CPU core; PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) (ignored: LC_ALL  
set to cs_CZ)

Shell: /bin/sh linked to /bin/dash

Versions of packages ghc6 depends on:
ii  gcc   4:4.2.2-2  The GNU C compiler
ii  haskell-utils 1.9Utilities used by the Debian  
Haske
ii  libc6 2.7-3  GNU C Library: Shared  
libraries
ii  libgmp3-dev   2:4.2.1+dfsg-4 Multiprecision arithmetic  
library
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic  
library
ii  libncurses5   5.6+20080308-1 Shared libraries for terminal  
hand
ii  libreadline5  5.2-3  GNU readline and history  
libraries
ii  libreadline5-dev  5.2-3  GNU readline and history  
libraries
ii  perl [perl5]  5.8.8-12   Larry Wall's Practical  
Extraction


ghc6 recommends no packages.

-- no debconf information


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481139: foo: Lorem ipsum dolor sit amet

2008-05-13 Thread Ben Finney
Package: foo
Severity: normal


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc64)

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#465084: FIX!

2008-05-13 Thread CK

Hi,

OK, this is a fix for this issue. KDE terminates X while ending session.

Step 1- Find "kdmrc" file. 

Step 2- Find [X-:*-Core] section in kdmrc. 

Step 3- Add "TerminateServer=true" line such that:


[X-:*-Core]
AllowNullPasswd=false
AllowShutdown=All
NoPassEnable=false
NoPassUsers=
ServerArgsLocal=-nolisten tcp vt05
ServerCmd=/**/X -br
TerminateServer=true


Inthe end, "end current session" works.

Enjoy!






-- 
___
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481138: fai disk-info tries to acces nonexisting /sys/block/rd/c0d0/removable and then fails

2008-05-13 Thread Henning Sprang

package: fai-client


When running fai softupdate on some system (sorry, I don't have details 
about the hardware, as I got it prepared from others), I get this 
message at the beginning:


cat: /sys/block/rd/c0d0/removable: No such file or directory
/usr/lib/fai/disk-info: line 17: [: -eq: unary operator expected

It seems, though, as everything runs through quite fine, but it does 
look really broken.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481137: FAI_CONFIG_SRC file:/// does not work, unless setting FAI to the same value

2008-05-13 Thread Henning Sprang

package: fai-client


Hi,
I'd like to use FAI softupdates on a system where I have the configspace 
only locally, for now. So, I set


FAI_CONFIG_SRC=file:///etc/fai/config

in fai.conf, and place a proper configspace in there.
But it doesn't run as it should, instead I get this:


--- start ---

test:/etc/fai# rm /var/run/fai/current_config
test:/etc/fai# fai -N softupdate
 -
   Fully Automatic Installation  -  FAI

   FAI 3.2.5, 5 May 2008  Copyright (c) 1999-2007
   Thomas Lange  <[EMAIL PROTECTED]>
 -

Using configuration files from /etc/fai
Calling task_confdir
FAI_FLAGS:
Using local path /etc/fai/config
WARNING: directory /var/lib/fai/config/class not found.
Problems accessing the config space.

--- end ---


When I run it again, I get this:

...
Using local path /etc/fai/config
ln: creating symbolic link `/var/run/fai/current_config' to 
`/var/lib/fai/config': File exists

WARNING: directory /var/lib/fai/config/class not found.
Problems accessing the config space.
...


So, in the first run, FAI somehow created a link to the internal store 
of the config file, but did not copy it to this location.



I got FAI to do it's work by also setting the variable FAI to 
/etc/fai/config, (after deleting the wrong symlink!) but in my opinion, 
that should not be necessary, but FAI should be ignored if the SRC is 
set with file:/// ,  or the FAI_CONFIG_SRC should be copied to FAI.


The first and easiest fix would be to hint the user to set FAI, too in a 
comment in the config file.








--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448493: Bugs field in debian/control has no necessary connection with email

2008-05-13 Thread Ben Finney
title 448493 reportbug: Use 'mailto:' URL from Bugs field as submit address
severity 448493 wishlist
tags 448493 + moreinfo
thanks

The Bugs field in a 'debian/control' file doesn't necessarily have 
anything to do with email. As defined in the 'deb-control(5)' manpage:

Bugs: 
The url of the bug tracking system for this package. The 
current used format is ://, like 
debbugs://bugs.debian.org.

Presumably, then, this bug report is asking that "mailto" be treated 
by 'reportbug' as a "bts_type" value, and that 'reportbug' should 
parse the email address from such a URL as the bug submission email 
address.

Since the 'deb-control(5)' manpage makes no mention of it, is there 
any better specification of this interpretation of the Bugs field?

-- 
 \ "Creativity can be a social contribution, but only in so far as |
  `\ society is free to use the results."  -- Richard Stallman |
_o__)  |
Ben Finney <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#481136: libgettext-ruby1.8: memory leak in Rails support

2008-05-13 Thread Antonio Terceiro
Package: libgettext-ruby1.8
Version: 1.90.0-2
Severity: important

As described in
http://rubyforge.org/tracker/index.php?func=detail&aid=18392&group_id=855&atid=3377

upstream version 1.91.0 fixes this.


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

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

Versions of packages libgettext-ruby1.8 depends on:
ii  irb1.8   1.8.6.114-2 Interactive Ruby (for Ruby 1.8)

libgettext-ruby1.8 recommends no packages.

-- no debconf information

-- 
Antonio Terceiro <[EMAIL PROTECTED]>
http://people.softwarelivre.org/~terceiro/
GnuPG ID: 0F9CB28F





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481135: r-cran-vgam: Unspecified dependency: libgfortran2

2008-05-13 Thread Sylvain FORET
Package: r-cran-vgam
Version: 0.7-4-1
Severity: important


When loading VGAM from R, I get the following error:
> library(VGAM)
Loading required package: splines
Loading required package: stats4
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared library '/usr/lib/R/site-library/VGAM/libs/VGAM.so':
  libgfortran.so.2: cannot open shared object file: No such file or directory
Error: package/namespace load failed for 'VGAM'

Installing the package libgfortran2 fixes the problem.

Solutions:
The package would either have to be compiled again libgfortran3, on
which r-base-core depends, or to specify libgfortran2 as a dependency.

Many thanks,
Sylvain


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

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

Versions of packages r-cran-vgam depends on:
ii  r-base-core   2.7.0-1GNU R core of statistical computin

r-cran-vgam recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481134: libpoppler does not use cmap files from xpdf-{japanese,...}, and fails to parse Japanese PDF files.

2008-05-13 Thread Junichi Uekawa

Package: libpoppler2
Severity: grave


xpdf-japanese installs CMAP files in
/usr/share/fonts/cmap/adobe-japan1 etc, but libpoppler looks at
/usr/share/poppler.

I need to install the following symlinks in order to use the adobe
CMAP files.

$ ls -l  /usr/share/poppler/cidToUnicode/Adobe-Japan1 
lrwxrwxrwx 1 root root 34 2008-01-18 19:53 Adobe-Japan1 -> 
/usr/share/fonts/cmap/adobe-japan1

$ ls -l  /usr/share/poppler/cMap/
lrwxrwxrwx 1 root root 50 2008-01-18 19:53 
/usr/share/poppler/cidToUnicode/Adobe-Japan1 -> 
/usr/share/xpdf/japanese/Adobe-Japan1.cidToUnicode



Please either make poppler look at the old location or install some
kind of symlinking.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340560: Steps to reproduce "reportbug: leaves /tmp file behind"

2008-05-13 Thread Ben Finney
On 13-May-2008, Ben Finney wrote:
> Ideally, I'd appreciate steps to simply and reliably go from "no 
> cruft in /tmp" to "reportbug finished normally but its cruft remains 
> in /tmp". e.g.:

The following steps reproduce the bug for me.

=
$ reportbug python-apt
Warning: no reportbug configuration found.  Proceeding in novice mode.
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Ben Finney <[EMAIL PROTECTED]>' as your from address.
Getting status for python-apt...
Verifying package integrity...
Checking for newer versions at packages.debian.org...
Will send report to Debian (per lsb_release).
Querying Debian BTS for reports on python-apt (source)...
33 bug reports found:

[...]
(1-33/33) Is the bug you found listed above [y|N|m|r|q|s|f|?]?
Maintainer for python-apt is 'APT Development Team <[EMAIL PROTECTED]>'.
Looking up dependencies of python-apt...

Please briefly describe your problem (you can elaborate in a moment; an empty 
response will stop reportbug). This should be a concise summary of what is
wrong with the package, for example, "fails to send email" or "does not start 
with -q option specified."
> Lorem ipsum dolor sit amet
Rewriting subject to 'python-apt: Lorem ipsum dolor sit amet'
How would you rate the severity of this problem or report?

[...]
Please select a severity level: [normal]
Spawning vim...

[...]
"/tmp/reportbug-python-apt-20080513-8276-x1xV5s" 26L, 854C written
Report will be sent to "Debian Bug Tracking System" <[EMAIL PROTECTED]>
Submit this report on python-apt (e to edit) [Y|n|a|c|e|i|l|m|p|q|?]?
Sending message via /usr/sbin/sendmail...

Bug report submitted to: "Debian Bug Tracking System" <[EMAIL PROTECTED]>
Copies sent to:
  "Ben Finney" <[EMAIL PROTECTED]>

If you want to provide additional information, please wait to receive the bug 
tracking number via email; you may then send any extra information to
[EMAIL PROTECTED] (e.g. [EMAIL PROTECTED]), where n is the bug number. Normally 
you will receive an acknowledgement via email including the bug report
number within an hour.

$ less /tmp/reportbug-python-apt-20080513-8276-x1xV5s
Subject: python-apt: Lorem ipsum dolor sit amet
Package: python-apt
Version: 0.7.5
Severity: normal

Morbi eu justo at turpis cursus pharetra. Curabitur ultricies. Aenean 
tincidunt tempus tellus. Nunc pulvinar magna tristique felis. 
Pellentesque odio. Proin placerat, lectus ut tincidunt tincidunt, 
velit metus sodales magna, at elementum purus purus in est.
=

-- 
 \“A hundred times every day I remind myself that [...] I must |
  `\   exert myself in order to give in the same measure as I have |
_o__)received and am still receiving” —Albert Einstein |
Ben Finney <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#481132: libgnutls26: flags key usage error where OpenSSL does not

2008-05-13 Thread brian m. carlson

Package: libgnutls26
Version: 2.2.3-1
Severity: important

I regenerated my SSL certificates today (due to the security advisory)
and mutt now refuses to connect to my SMTP server with STARTTLS.  This
is obviously unsuitable.

Using cyrus-clients-2.3's smtptest (which uses OpenSSL) does not object
to the certificate.  You can find the old certificate, which worked
fine, at
http://crustytoothpaste.ath.cx/cgi-bin/pyca/view-cert.py/ServerCerts/server?18
.  I generated them exactly the same way, and they appear to have
exactly the same extensions.  The MTA is sendmail, which uses OpenSSL.

Feel free to test against my machine if you want.

Transcript of session:

lakeview ok % gnutls-cli -p 587 -s crustytoothpaste.ath.cx
Resolving 'crustytoothpaste.ath.cx'...
Connecting to '172.16.0.1:587'...

- Simple Client Mode:

220 crustytoothpaste.ath.cx ESMTP spoken here
EHLO lakeview.crustytoothpaste.ath.cx
250-crustytoothpaste.ath.cx Hello [172.16.3.249], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE 1500
250-DSN
250-ETRN
250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5
250-STARTTLS
250-DELIVERBY
250 HELP
STARTTLS
220 2.0.0 Ready to start TLS
*** Starting TLS handshake
*** Fatal error: Key usage violation in certificate has been detected.
*** Handshake has failed


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

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

Versions of packages libgnutls26 depends on:
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libgcrypt111.4.1-1   LGPL Crypto library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  libopencdk10   0.6.6-1   Open Crypto Development Kit (OpenC
ii  libtasn1-3 1.4-1 Manage ASN.1 structures (runtime)
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libgnutls26 recommends no packages.

-- no debconf information

--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
troff on top of XML: http://crustytoothpaste.ath.cx/~bmc/code/thwack
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Bug#481133: openssh-server: Would like to disable DSA entirely

2008-05-13 Thread Sam Morris
Package: openssh-server
Version: 1:4.3p2-9
Severity: wishlist

I'd like to be able to disable the use of DSA for both host and client
authentication.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)

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

Versions of packages openssh-server depends on:
ii  adduser   3.107  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  dpkg  1.14.18package maintenance system for Deb
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcomerr21.40.8-2   common error description library
ii  libkrb53  1.6.dfsg.3~beta1-4 MIT Kerberos runtime libraries
ii  libpam-modules0.99.7.1-6 Pluggable Authentication Modules f
ii  libpam-runtime0.99.7.1-6 Runtime support for the PAM librar
ii  libpam0g  0.99.7.1-6 Pluggable Authentication Modules l
ii  libselinux1   2.0.59-1   SELinux shared libraries
ii  libssl0.9.8   0.9.8g-10  SSL shared libraries
ii  libwrap0  7.6.q-15   Wietse Venema's TCP wrappers libra
ii  lsb-base  3.2-11 Linux Standard Base 3.2 init scrip
ii  openssh-client1:4.7p1-8  secure shell client, an rlogin/rsh
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

Versions of packages openssh-server recommends:
ii  xauth 1:1.0.3-1  X authentication utility

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#476571: [libneon27] segmentation fault with WebDAV/HTTPS

2008-05-13 Thread Emmanuel Fleury
Hi,

It seems that the problem is located exactly at ne_session.c:217, it is
to say:


static void progress_notifier(void *userdata, ne_session_status status,
  const ne_session_status_info *info)
{
 ne_session *sess = userdata;

 if (status == ne_status_sending || status == ne_status_recving) {
  sess->progress_cb(sess->progress_ud,info->sr.progress,info->sr.total);
 }
}

When executing step by step and stopping just before the segfault,
printing the variable 'sess' seems to be impossible there although the
scope seems to allow it.

(gdb)
progress_notifier (userdata=0x8070ad8, status=ne_status_sending,
info=0x8070ba0)
at /neon27-0.28.2/src/ne_session.c:216
216 if (status == ne_status_sending || status == ne_status_recving) {
(gdb)
217 sess->progress_cb(sess->progress_ud, info->sr.progress,
info->sr.total);
(gdb) p sess
No symbol "sess" in current context.


Anyway, userdata can be used in place of sess:

(gdb) p userdata
$17 = (void *) 0x8070ad8
(gdb) disas 0x8070ad8
No function contains specified address.
(gdb) ptype userdata
type = void *
(gdb) p (ne_session*) userdata
$18 = (struct ne_session_s *) 0x8070ad8
(gdb) p ((ne_session*) userdata)->progress_cb
$19 = (ne_progress) 0x804b530 
(gdb) p ((ne_session*) userdata)->progress_ud
$20 = (void *) 0x0
(gdb) p ((ne_session*) userdata)
$21 = (struct ne_session_s *) 0x8070ad8

The progress function seems to be site_sock_progress_cb and the
progress_ud seems to be 0x0 (I don't know if it is meaningfull or not).

I checked also info and everything seemed ok.

I'll try to get further later. :)

Regards
-- 
Emmanuel Fleury

I liked things better when I didn't understand them.
  -- Calvin & Hobbes (Bill Waterson)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#431918: libssl0.9.8: Confirmed with slightly different message

2008-05-13 Thread Jason Cormie
Package: libssl0.9.8
Version: 0.9.8g-10
Followup-For: Bug #431918


In version 0.9.8g-10 and version 0.9.8c-4etch1
this bug is still present, with the difference that instead of

  invalid engine "ubsec"

I get

  can't use that engine



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

Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libssl0.9.8 depends on:
ii  debconf [debconf-2.0]  1.5.21Debian configuration management sy
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libssl0.9.8 recommends no packages.

-- debconf-show failed

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




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481131: netapplet: please integrate changes from Joachim Nilsson

2008-05-13 Thread Scott Barker
Package: netapplet
Version: 1.0.8-2local1
Severity: normal
Tags: patch


Joachim Nilsson has made some useful patches to netapplet available at
http://vmlinux.org/jocke/bzr/index.py/repositories

I have attached a diff including two of his patches; one fixes scanning
for access points, the other downs the interface before reassociating
with a new access point and upping the interface.

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

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

Versions of packages netapplet depends on:
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgnome-keyring0  2.22.1-1  GNOME keyring services library
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libiw2929-1  Wireless tools - library
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  lsb-base   3.2-11Linux Standard Base 3.2 init scrip

Versions of packages netapplet recommends:
ii  gnome-system-tools2.20.0-2   Cross-platform configuration utili

-- no debconf information
diff -urbBw netapplet-1.0.8/debian/changelog 
netapplet-1.0.8local/debian/changelog
--- netapplet-1.0.8/debian/changelog2008-05-13 10:28:13.0 -0600
+++ netapplet-1.0.8local/debian/changelog   2008-05-13 10:27:50.0 
-0600
@@ -1,3 +1,19 @@
+netapplet (1.0.8-2local1) unstable; urgency=low
+
+  * src/netdaemon.c: 
+- Scanning for access points (SIOCSIWSCAN) always failed so the scanning
+  function fell back to reporting the already associated access point.
+  Fixed by properly initializing the wrq struct, as is done by iwlist.c
+  in wireless-tools.
+- Fix netdaemon_do_change_essid_debian() so that it properly takes the
+  iface down before associating to a new access point and then also
+  brings the iface back up again.  This actually works well with the
+  Debian logical mapping stanzas and the netapplet can now be used
+  instead of running ifup manually with different mappings, e.g.
+  ifup eth2=ZyXEL or ifup eth2=WRT54GL. 
+
+ -- Joachim Nilsson <[EMAIL PROTECTED]> Wed, 11 Jul 2007 23:48:04 +0200
+
 netapplet (1.0.8-2) unstable; urgency=low
 
   * Added LSB formatted dependency on init script (Closes: #460911)
diff -urbBw netapplet-1.0.8/src/netdaemon.c netapplet-1.0.8local/src/netdaemon.c
--- netapplet-1.0.8/src/netdaemon.c 2008-05-13 10:28:13.0 -0600
+++ netapplet-1.0.8local/src/netdaemon.c2008-05-13 10:26:24.0 
-0600
@@ -1099,6 +1099,13 @@
if (fd < 0)
return;
 
+/*
+ * Here we should look at the command line args and set the IW_SCAN_ 
flags
+ * properly
+ */
+wrq.u.data.pointer = NULL; /* Later */
+wrq.u.data.flags = 0;
+wrq.u.data.length = 0;
strncpy (wrq.ifr_name, interface, IFNAMSIZ);
if (ioctl (fd, SIOCSIWSCAN, &wrq) >= 0) {
ScanningInfo *si;
@@ -1189,6 +1196,19 @@
}
 }
 
+/**
+ * debian can make use of network mapping stanzas, which we don't support
+ * here (yet).  Instead we follow the SuSE notion of distrust and make 
+ * sure to bring down the interface before picking it up with a new ESSID.
+ *
+ * With proper support for mapping we should instead do it like this;
+ *
+ * 1. Find logical interface, in /etc/network/interfa

Bug#481071: Python 2.5 specific bug

2008-05-13 Thread Sam Morris
block 481071 by 473672
thanks

On Wed, 2008-05-14 at 00:35 +0200, Josselin Mouette wrote:
> Le mercredi 14 mai 2008 à 00:32 +0200, Josselin Mouette a écrit :
> > Le mardi 13 mai 2008 à 16:35 +0100, Sam Morris a écrit :
> > > The bug can be reproduced with python 2.5 but only on Debian systems--on
> > > an Ubuntu 8.04 system the code does not throw an error. Please try the
> > > test case attached to the bug and let me know if you see it too.
> > 
> > The pygame code looks buggy to me. len should be a size_t, not an int.
> > Which is why it is failing on your amd64 system.
> 
> It will be no surprise to anyone that the patch in Ubuntu [0] that
> prevents this from happening was not forwarded to Debian.
> 
> [0] http://patches.ubuntu.com/p/pygame/extracted/01_stack_overwrite.dpatch

To be fair, this is already fixed upstream in pygame 1.8.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#481130: linux-image-2.6.24-1-686: hwclock fails to carry out select() calls on /dev/rtc after update from 2.6.22 to 2.6.24

2008-05-13 Thread Massimo Manghi
Package: linux-image-2.6.24-1-686
Version: 2.6.24-6
Severity: important



the system clock is no more set correctly at boot time after
I upgraded the kernel from 2.6.22 to 2.6.24. This might be due to the
hwclock commands which becomes unable to perform I/O operations on
/dev/rtc

# hwclock
select() to /dev/rtc to wait for clock tick timed out

the time lag between right and wrong times suggests that the
timezone is not being taken into account (the hardware clock
follows the local time, being the machine a dual Debian/Windows
Asus V6800V machine)

rebooting the machine with a 2.6.22 kernel restores the correct 
behavior

regards

 -- Massimo

-- Package-specific info:
** Version:
Linux version 2.6.24-1-686 (Debian 2.6.24-6) ([EMAIL PROTECTED]) (gcc version 
4.1.3 20080308 (prerelease) (Debian 4.1.2-21)) #1 SMP Sat Apr 19 00:37:55 UTC 
2008

** Command line:
root=/dev/hda3 ro vga=771 

** Not tainted

** Kernel log:
usb 4-1: configuration #1 chosen from 1 choice
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci: SDHCI controller found at :03:01.2 [1180:0822] (rev 17)
ACPI: PCI Interrupt :03:01.2[C] -> GSI 18 (level, low) -> IRQ 21
sdhci:slot0: Will use DMA mode even though HW doesn't fully claim to support it.
mmc0: SDHCI at 0xfbffb400 irq 21 DMA
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation <[EMAIL PROTECTED]>
ACPI: AC Adapter [AC0] (off-line)
ACPI: Battery Slot [BAT0] (battery present)
input: Video Bus as /class/input/input7
ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ACPI: PCI Interrupt :03:02.0[A] -> GSI 17 (level, low) -> IRQ 17
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
Bluetooth: Core ver 2.11
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ACPI: PCI interrupt for device :03:02.0 disabled
ipw2200: probe of :03:02.0 failed with error -5
ACPI: PCI Interrupt :00:1e.3[B] -> GSI 20 (level, low) -> IRQ 18
PCI: Setting latency timer of device :00:1e.3 to 64
Bluetooth: HCI USB driver ver 2.9
usbcore: registered new interface driver hci_usb
cs: IO port probe 0x100-0x4ff: clean.
cs: IO port probe 0x800-0x8ff: clean.
cs: IO port probe 0xc00-0xcff: clean.
cs: IO port probe 0xa00-0xaff: clean.
MC'97 1 converters and GPIO not ready (0xff00)
ACPI: PCI Interrupt :00:1e.2[A] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device :00:1e.2 to 64
intel8x0_measure_ac97_clock: measured 55502 usecs
intel8x0: clocking to 48000
Adding 1951856k swap on /dev/hda5.  Priority:-1 extents:1 across:1951856k
EXT3 FS on hda3, internal journal
Probing IDE interface ide1...
Driver 'sr' needs updating - please use bus_type methods
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: [EMAIL PROTECTED]
ReiserFS: hda9: found reiserfs format "3.6" with standard journal
ReiserFS: hda9: using ordered data mode
ReiserFS: hda9: journal params: device hda9, size 8192, journal first block 18, 
max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda9: checking transaction log (hda9)
ReiserFS: hda9: Using r5 hash to sort names
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda8, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
lp: driver loaded but no devices found
ppdev: user-space parallel port driver
Bluetooth: L2CAP ver 2.9
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
hdb: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hdb: drive_cmd: error=0x04 { AbortedCommand }
ide: failed opcode was: 0xef
[drm] Initialized drm 1.1.0 20060810
ACPI: PCI Interrupt :01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device :01:00.0 to 64
[drm] Initialized radeon 1.28.0 20060524 on minor 0
[drm] Setting GART location based on new memory map
[drm] Loading R300 Microcode
[drm] writeback test succeeded in 1 usecs
NET: Registered protocol family 4
NET: Registered protocol family 3
NET: Registered protocol family 5
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 In

Bug#481071: Python 2.5 specific bug

2008-05-13 Thread Josselin Mouette
Le mardi 13 mai 2008 à 16:35 +0100, Sam Morris a écrit :
> Python-knowledgeable people: I seem to have uncovered a bug specific to
> python 2.5. Could you please take a look at #481071 and advise how to go
> about tracking it down?
> 
> The bug can be reproduced with python 2.5 but only on Debian systems--on
> an Ubuntu 8.04 system the code does not throw an error. Please try the
> test case attached to the bug and let me know if you see it too.

The pygame code looks buggy to me. len should be a size_t, not an int.
Which is why it is failing on your amd64 system.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#481074: ITA: pycurl -- Python bindings to libcurl

2008-05-13 Thread Sandro Tosi
retitle 481074 ITA: pycurl -- Python bindings to libcurl
owner 481074 !
thanks

I'm going to adopt this package under the umbrella of DPMT[1].

Regards,
Sandro

[1] http://wiki.debian.org/Teams/PythonModulesTeam

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#476519: [Pkg-shadow-devel] Bug#476519: su - nobody sometimes logged back out instantly

2008-05-13 Thread Nicolas François
On Tue, May 13, 2008 at 04:26:52PM +0200, [EMAIL PROTECTED] wrote:
> On 2008-05-13 13:38 +0200, Nicolas François wrote:
> 
> > On Thu, Apr 17, 2008 at 05:23:48PM +0800, [EMAIL PROTECTED] wrote:
> >> 
> >> Sometimes just after I do "su - nobody", I get instantly logged back out.
> >> It's like I accidentally sent a ^D to the shell.
> >> 
> >> # su - nobody
> >> No directory, logging in with HOME=/
> >> [EMAIL PROTECTED]:/$ logout <--I did not type this.
> >
> > I received a similar bug report:
> >  
> > http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/2008-May/006585.html
> >  
> > http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/2008-May/006587.html
> >
> > It was reported to appear on kernel 2.6.24.5 and 2.6.25, on i386
> > single processor systems.
> >
> > It was reported to be OK with kernel 2.6.18, 2.6.23.16 or on x86_84 or on
> > multi-processor systems.
> >
> > Jidanni and Sven, do you see similarities in your configuration and the
> > ones used by Siim (mentioned in the above links)
> 
> Yes, I have kernel 2.6.24.6 and an i386 single processor system.

For the record, I'm running a Debian kernel 2.6.24-6, or 2.6.23-1~mtu1
on a Intel(R) Core(TM)2 Duo CPU E6550

(According to its changelog, 2.6.24-6 seems to be a 2.6.24.4)

So I might be using a too old kernel to reproduce the bug, or it does not
occur on dual cores.


Are you using a Debian kernel? Or an home-compiled kernel?

> Can
> try different kernels, but no SMP or 64 bit system -- unless you send me
> the money to buy one, that is. ;-)

If instead of receiving answers by email, I receive computer to reproduce
this bug, I will share with you ;)

-- 
Nekral



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481071: Python 2.5 specific bug

2008-05-13 Thread Josselin Mouette
Le mercredi 14 mai 2008 à 00:32 +0200, Josselin Mouette a écrit :
> Le mardi 13 mai 2008 à 16:35 +0100, Sam Morris a écrit :
> > The bug can be reproduced with python 2.5 but only on Debian systems--on
> > an Ubuntu 8.04 system the code does not throw an error. Please try the
> > test case attached to the bug and let me know if you see it too.
> 
> The pygame code looks buggy to me. len should be a size_t, not an int.
> Which is why it is failing on your amd64 system.

It will be no surprise to anyone that the patch in Ubuntu [0] that
prevents this from happening was not forwarded to Debian.

[0] http://patches.ubuntu.com/p/pygame/extracted/01_stack_overwrite.dpatch

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#481124: [pkg-cli-apps-team] Bug#481124: More info...

2008-05-13 Thread Tim Retout
forwarded 481124 http://bugzilla.gnome.org/show_bug.cgi?id=525919
tags 481124 confirmed
kthxbye

On Tue, 2008-05-13 at 23:24 +0200, Hannes Diethelm wrote:
> Hmmm... I tryed to import photos before with an '@' in the name, and it
> always worked. But now I discovered that if I restart f-spot, the foto
> is not found anymore.

This is known upstream at the above link. I don't know much more at the
moment.

-- 
Tim Retout <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481020: Bug#481021: iceweasel: cannot home page by drag and dropping

2008-05-13 Thread arno
Le mardi 13 mai 2008, à 21:20:08 +0200, Mike a écrit : 
> On Tue, May 13, 2008 at 06:52:43PM +0200, arno wrote:
> > Le mardi 13 mai 2008, à 17:46:34 +0200, Mike a écrit : 
> > > > problem is still present after removing ~/.mozilla
> > > 
> > > What about safe mode ?
> > 
> > safe mode does not fix the problem either.
> 
> Can you try the following:
> 
> Install mozilla-venkman
> Restart iceweasel
> Open Tools -> Javascript Debugger
> Uncheck Debug -> Exclude Browser Files
> Look for nsTransferable.js in the loaded Scripts pane, and go to line 260
> in the file, and click on the dash before the line number, it should
> turn into a "B" on red background.
> Then try again to do your drag&drop, you will be brought to the
> javascript debugger again, on the breakpoint. Then please send here what
> the "Interactive Session" displays.
> You can then click on the Continue button and close the javascript
> debugger.
> 
> Thanks
> 
> Mike

It did not work:
after drag and drop, nothing had changed in venkman: breakpoint seemed to not 
have been triggered. So, I have put some debug stuff in
/usr/lib/iceweasel/xulrunner/chrome/toolkit.jar::content/global/nsDragAndDrop.js
on line 260, I added:

dump(flavour + '\n');
dump(aData + '\n');
dump(aData.path + '\n');

result was:
application/x-moz-file
[xpconnect wrapped nsIFile]
/home/arno/data/homepage.html)

note the '(' or at the end of the filename.
I tried again, and when appended character is for example, a '%11', path name 
looks printed correctly, but aData.path.length shows me the extra char.
So, at that point, the extra char is already there.


signature.asc
Description: Digital signature


Bug#477367: avant-window-navigator: Invalid memory reference

2008-05-13 Thread Julien Lavergne
Hi,

Thanks for the bug report.
Could try with last version of awn (0.2.6-5) and awn-extras (0.2.6-2) and see 
if the crash still here ? If so, could you provide a backtrace with libawn0-dbg 
installed ?
Thanks for the help.

Regards,
Julien Lavergne <[EMAIL PROTECTED]>

On Tue, 22 Apr 2008 19:04:15 +0200
Björn Heide <[EMAIL PROTECTED]> wrote:

> Package: avant-window-navigator
> Version: 0.2.6-4
> Severity: important
> File: /usr/bin/awn-applet-activation
> 
> *** Please describe what you were doing when the application crashed ***
> 
> I activated the "shiny switcher" applet in awn-manager.
> 
> (no debugging symbols found)
> Using host libthread_db library "/lib/libthread_db.so.1".
> (no debugging symbols found)
> [Thread debugging using libthread_db enabled]
> [New Thread 0x2ad52f89a3c0 (LWP 3264)]
> 0x2ad526d31ea5 in waitpid () from /lib/libpthread.so.0
> #0  0x2ad526d31ea5 in waitpid () from /lib/libpthread.so.0
> #1  0x2ad525a27c49 in ?? () from /usr/lib/debreaper/libviaticum.so
> #2  
> #3  0x2ad526b112a8 in awn_cairo_string_to_color ()
>from /usr/lib/libawn.so.0
> #4  0x2ad5309c9cb0 in ?? ()
>from /usr/lib/awn/applets/shinyswitcher/shinyswitcher.so
> #5  0x2ad5309c9f4d in init_config ()
>from /usr/lib/awn/applets/shinyswitcher/shinyswitcher.so
> #6  0x2ad5309ca0a3 in applet_new ()
>from /usr/lib/awn/applets/shinyswitcher/shinyswitcher.so
> #7  0x2ad5309c6975 in awn_applet_factory_initp ()
>from /usr/lib/awn/applets/shinyswitcher/shinyswitcher.so
> #8  0x00401645 in ?? ()
> #9  0x0040197f in ?? ()
> #10 0x2ad526f5d1c4 in __libc_start_main () from /lib/libc.so.6
> #11 0x00401529 in ?? ()
> #12 0x7fff8529db98 in ?? ()
> #13 0x in ?? ()
> 
> Thread 1 (Thread 0x2ad52f89a3c0 (LWP 3264)):
> #0  0x2ad526d31ea5 in waitpid () from /lib/libpthread.so.0
> No symbol table info available.
> #1  0x2ad525a27c49 in ?? () from /usr/lib/debreaper/libviaticum.so
> No symbol table info available.
> #2  
> No symbol table info available.
> #3  0x2ad526b112a8 in awn_cairo_string_to_color ()
>from /usr/lib/libawn.so.0
> No symbol table info available.
> #4  0x2ad5309c9cb0 in ?? ()
>from /usr/lib/awn/applets/shinyswitcher/shinyswitcher.so
> No symbol table info available.
> #5  0x2ad5309c9f4d in init_config ()
>from /usr/lib/awn/applets/shinyswitcher/shinyswitcher.so
> No symbol table info available.
> #6  0x2ad5309ca0a3 in applet_new ()
>from /usr/lib/awn/applets/shinyswitcher/shinyswitcher.so
> No symbol table info available.
> #7  0x2ad5309c6975 in awn_applet_factory_initp ()
>from /usr/lib/awn/applets/shinyswitcher/shinyswitcher.so
> No symbol table info available.
> #8  0x00401645 in ?? ()
> No symbol table info available.
> #9  0x0040197f in ?? ()
> No symbol table info available.
> #10 0x2ad526f5d1c4 in __libc_start_main () from /lib/libc.so.6
> No symbol table info available.
> #11 0x00401529 in ?? ()
> No symbol table info available.
> #12 0x7fff8529db98 in ?? ()
> No symbol table info available.
> #13 0x in ?? ()
> No symbol table info available.
> #0  0x2ad526d31ea5 in waitpid () from /lib/libpthread.so.0
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers testing
>   APT policy: (500, 'testing'), (150, 'unstable')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 2.6.24.4 (SMP w/2 CPU cores; PREEMPT)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages avant-window-navigator depends on:
> ii  avant-window-navigator-data   0.2.6-4Common files for 
> avant-window-navi
> ii  gconf22.22.0-1   GNOME configuration database 
> syste
> ii  libawn0   0.2.6-4library for 
> avant-window-navigator
> ii  libc6 2.7-10 GNU C Library: Shared libraries
> ii  libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics 
> libra
> ii  libdbus-glib-1-2  0.74-2 simple interprocess messaging 
> syst
> ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
> ii  libgtk2.0-0   2.12.9-3   The GTK+ graphical user 
> interface 
> ii  libwnck22 2.22.1-1   Window Navigator Construction 
> Kit 
> ii  libx11-6  2:1.0.3-7  X11 client-side library
> 
> Versions of packages avant-window-navigator recommends:
> ii  awn-applets-c-core0.2.6-1A collection of applets for 
> avant-
> ii  awn-applets-python-core   0.2.6-1A collection of applets for 
> avant-
> ii  awn-manager   0.2.6-4A preferences manager for 
> avant-wi
> ii  dbus-x11  1.2.1-1simple interprocess messaging 
> syst
> 
> 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480878: tracker: Program committed suicide

2008-05-13 Thread Josselin Mouette
Le mardi 13 mai 2008 à 23:54 +0200, Michael Biebl a écrit :
> Matijs van Zuijlen wrote:
> > Michael Biebl wrote:
> >> Not a bug, a feature actually.
> > 
> >> If tracker-extract fails to index a file, it will self destruct after a
> >> given timeout to avoid zombies.
> > 
> > Then, is it possible to make debreaper not offer to send bug reports
> > when that happens?
> 
> I don't know, as I don't use debreaper myself.
> I CCed Joss, the debreaper maintainer. Maybe he can give advice on this.

Independently of debreaper (which sucks, I know and I lack the time to
fix it), why does it use abort() in such a case, instead of a simple
exit() ?

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#480672: Screenlets don't keep sticky on restart

2008-05-13 Thread Julien Lavergne
Thanks for the bug report and the patch ! :)
I'll commit it in the next revision.
It's a strange behavior, I don't have this problem with GNOME but I can confirm 
it on XFCE. 

Regards,
Julien Lavergne <[EMAIL PROTECTED]>

On Sun, 11 May 2008 15:55:15 +0200
"Luca Niccoli" <[EMAIL PROTECTED]> wrote:

> Package: screenlets
> Version: 0.1.1-1
> Severity: minor
> Tags: patch
> 
> I'm using screenlets in a XFCE environment. On restart screenlets
> don't keep the sticky attribute; if I right click on the screenlet and
> go on the "window" menu, it pretends to be sticky, but appears on just
> one desktop.
> Deselecting the attribute and then reselecting it fixes the problem
> until the next restart.
> In the shared function finish_loading in __init__.py there is already
> a workaround for the "keep above" and "keep below" attributes; this
> patch just
> does the same for sticky. It seems to be working for me.
> 
> 
> - -- System Information:
> Debian Release: lenny/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
> Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages screenlets depends on:
> ii  python2.5.2-1An interactive high-level 
> object-o
> ii  python-central0.6.6  register and build utility for 
> Pyt
> ii  python-dbus   0.82.4-2   simple interprocess messaging 
> syst
> ii  python-gnome2 2.22.0-1   Python bindings for the GNOME 
> desk
> ii  python-gnome2-desktop 2.22.0-1   Python bindings for the GNOME 
> desk
> ii  python-gtk2   2.12.1-1   Python bindings for the GTK+ 
> widge
> ii  python-xdg0.15-1.1   A python library to access 
> freedes
> 
> Versions of packages screenlets recommends:
> ii  gnome-keyring2.22.0-2GNOME keyring services (daemon 
> and
> ii  iceweasel2.0.0.13-1  lightweight web browser based on 
> M
> ii  python-feedparser4.1-10  Universal Feed Parser for Python
> ii  python-gmenu 2.22.1-1an implementation of the 
> freedeskt
> ii  python-gnome2-extras 2.14.3-1+b1 Python bindings for the GNOME 
> desk
> ii  python-numeric   24.2-8.2Numerical (matrix-oriented) 
> Mathem
> 
> - -- no debconf information
> 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#455311: Fixed in spew-1.0.7

2008-05-13 Thread Andrew Patterson
I have a fix for this in spew-1.0.7.  Which can be found at:

ftp://ftp.berlios.de/pub/spew/1.0.7/index.html

I had to add  includes to handle the normal strlen, memcpy,
stuff.

Tested with gcc-4.3.

-- 
Andrew Patterson




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#475303: rsyslog: Enable support for high precision timestamps

2008-05-13 Thread Michael Biebl

Patrick Schoenfeld wrote:

On Tue, May 13, 2008 at 02:43:04PM +0200, Paul Slootman wrote:

Suddenly changing an output format is very bad...
I urge you to make the high precision time stamps NOT the default
automatically! I'm sure that the lack of use was not primarily the lack
of knowledge of them, but the fact that people don't like them.


Well, I think there will be people who like them. But actually I think
for the vast majority they are not very good to read, neither are they
needed. You can say what you want. I'm pretty sure that more then enough
people are best served with normal-precision timestamps (e.g. seconds)
more then enough.



I'm not sure if you noticed, but I changed the default timestamp format 
back to the traditional format with 3.14.2-2 (and it will stay so for lenny)


Nonetheless I'll try to identify all affected Debian packages and make 
them ready for high precision timestamp.
If (at all) and when high precision timestamp will be the default 
format, is undecided. Certainly not for lenny and only if all Debian 
packages support it.


Michael


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



signature.asc
Description: OpenPGP digital signature


Bug#481129: Insufficient apt repository documentation

2008-05-13 Thread Michal Suchanek
Package: apt
Version: 0.7.11
Severity: important


The information about apt repositories is seriously lacking.

As far as I know there is no way how to verify that a repository layout
is correct other than trying to download an index file and a package
with apt. The apt documentation does not tell how to infer the files apt
tries to download from its configuration.

There is no documentation on creating Release files. There are some
outdated howtos around the net that suggest different fields than the
ones supported by apt-ftparchive.

However, Release files created with apt-ftparchive are ignored (Ign) by
apt without any explanation whatsoever.

The apt security feature requires working release files as only these
are signed.

Thanks

Michal



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

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

Versions of packages apt depends on:
ii  debian-archive-keyring   2008.04.16+nmu1 GnuPG archive keys of the Debian a
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.0-3   GCC support library
ii  libstdc++6   4.3.0-3 The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#340560: Steps to reproduce "reportbug: leaves /tmp file behind"

2008-05-13 Thread Josh Triplett
Ben Finney wrote:
> I'm investigating this bug "reportbug: leaves /tmp file behind"
> http://bugs.debian.org/340560>, thank you for the information in 
> the bug report.
> 
> I see a 'confirmed' tag, but no information on how to reproduce the 
> problem. Can you please reply to me and Cc the bug report, with 
> detailed steps to reproduce this problem?
> 
> Ideally, I'd appreciate steps to simply and reliably go from "no cruft 
> in /tmp" to "reportbug finished normally but its cruft remains in 
> /tmp". e.g.:
> 
>   - confirm no reportbug files in /tmp
>   - ... (fill in the missing steps here) ...

For me, "report any bug normally using reportbug" goes here:
* Run "reportbug packagename", or "reportbug filename", or just "reportbug".
* Let it retrieve the version information and bug list, and get past
  the various things checking if you really want to file a bug report.

* Provide the usual bug report information: severity, subject, tags,
  and CCs.  The specific values don't matter.
* Let reportbug spawn an editor; I've reproduced the problem with both
  emacs and vim.
* Write up the bug report, save, and quit the editor.
* Tell reportbug to go ahead and file the bug.

>   - reportbug exits successfully
>   - look in /tmp to see ... (fill in exactly what is seen here) ...

Right now, I have:

$ ls /tmp/reportbug-*
/tmp/reportbug-auctex-20080430-5568-TqN2yB
/tmp/reportbug-dosbox-20080509-5872-jmvs3s
/tmp/reportbug-gitweb-20080504-29305-oM85mw
/tmp/reportbug-latex-beamer-20080429-10431-PBLlin
/tmp/reportbug-qemubuilder-20080503-8311-VRhXP-

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#481128: [wine] ClientSideWithRender fixes Auran Trainz text, but breaks window elements in Steam

2008-05-13 Thread Paul Johnson
Package: wine
Version: 1.0-rc1-1
Severity: normal

--- Please enter the report below this line. ---
Setting the registry key 
HKEY_CURRENT_USER\Software\Wine\X11 Driver\ClientSideWithRender in Wine's 
regedit fixes the infamous disappearing text problem in some games (such as 
the Auran Trainz series), but causes some UI elements in Steam to become 
invisible.

http://bugs.winehq.org/show_bug.cgi?id=13202

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesnapshot.debian.net 
  500 unstablehttp.us.debian.org 
  500 unstableapt.byteme.org.uk 
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing http.us.debian.org 
  500 stable  www.debian-multimedia.org 
  500 stable  http.us.debian.org 
  500 stable  dl.google.com 
  500 experimentalwww.debian-multimedia.org 
  500 experimentalapt.byteme.org.uk 
1 sarge-backports www.backports.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
wine-bin (= 1.0-rc1-1) | 1.0-rc1-1
wine-utils   (= 1.0-rc1-1) | 1.0-rc1-1
libwine-alsa(= 1.0-rc1-1)  | 1.0-rc1-1
 OR libwine-oss (= 1.0-rc1-1)  | 
 OR libwine-esd (= 1.0-rc1-1)  | 
 OR libwine-jack(= 1.0-rc1-1)  | 
 OR libwine-nas  (= 1.0-rc1-1) | 
libwine-gl   (= 1.0-rc1-1) | 1.0-rc1-1
libwine-print(= 1.0-rc1-1) | 1.0-rc1-1
libwine-sane (= 1.0-rc1-1) | 1.0-rc1-1
libwine-cms  (= 1.0-rc1-1) | 1.0-rc1-1
libwine-gphoto2  (= 1.0-rc1-1) | 1.0-rc1-1
libwine-ldap (= 1.0-rc1-1) | 1.0-rc1-1


-- 
Paul Johnson
[EMAIL PROTECTED]

Explaination of .pgp part: http://linuxmafia.com/faq/Mail/rant-gpg.html


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


Bug#480878: tracker: Program committed suicide

2008-05-13 Thread Michael Biebl

Matijs van Zuijlen wrote:

Michael Biebl wrote:

Not a bug, a feature actually.



If tracker-extract fails to index a file, it will self destruct after a
given timeout to avoid zombies.


Then, is it possible to make debreaper not offer to send bug reports
when that happens?


I don't know, as I don't use debreaper myself.
I CCed Joss, the debreaper maintainer. Maybe he can give advice on this.

Cheers
Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#480905: iceweasel_3.0~b5-4(hppa/experimental): FTBFS: xulrunner-1.9.postinst: line 12: 19676 Segmentation fault ./regxpcom

2008-05-13 Thread Alexander Sack
On Tue, May 13, 2008 at 11:34:55PM +0200, Mike Hommey wrote:
> 
> Also note that if it was possible to have direct access to an hppa host,
> it would probably be easier for me ;)
> 

Hmm ...
isn't that even a requirement for official archs?

 - Alexander




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481125: [linux-image-2.6.24-1-amd64] May be related to bug #470163

2008-05-13 Thread Robert Chéramy

Package: linux-image-2.6.24-1-amd64
Version: 2.6.24-6

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

Hi,

after reading bug #470163, I tried the option "nohz=off".
the next 2 reboots worked without a problem.

Kernel 2.6.25 is currently not available for me in unstable (still 
beeing build for amd64 ?), so I can not try now if version 2.6.25 fix 
this bug.


Thanks,

Robert

--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.24-1-amd64

Debian Release: lenny/sid
500 testing www.debian-multimedia.org
500 testing ftp.fr.debian.org
500 testing ftp.de.debian.org
5 experimental ftp.uk.debian.org
100 unstable ftp.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
module-init-tools | 3.4-1
initramfs-tools (>= 0.55) | 0.92a
OR yaird (>= 0.0.12-8) |
OR linux-initramfs-tool |




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480905: iceweasel_3.0~b5-4(hppa/experimental): FTBFS: xulrunner-1.9.postinst: line 12: 19676 Segmentation fault ./regxpcom

2008-05-13 Thread Mike Hommey
On Tue, May 13, 2008 at 08:42:12PM +0200, Frank Lichtenheld wrote:
> On Tue, May 13, 2008 at 08:17:38AM +0200, Mike Hommey wrote:
> > Also, could you check if it doesn't crash when built with gcc 4.2 ?
> 
> I've rebuild xulrunner with the following patch (which seem to do the
> right thing AFAICS in the build log):
> 
> diff -u xulrunner-1.9~b5/debian/rules xulrunner-1.9~b5/debian/rules
> --- xulrunner-1.9~b5/debian/rules
> +++ xulrunner-1.9~b5/debian/rules
> @@ -59,6 +59,8 @@
>   # Add here commands to configure the package.
>   JAVA_HOME=/usr/lib/jvm/java-gcj \
>   MOZCONFIG=debian/mozconfig \
> + CC="gcc-4.2" \
> + CXX="g++-4.2" \
>   CFLAGS="$(CFLAGS)" \
>   CXXFLAGS="$(CFLAGS)" \
>   ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
> 
> But it still crashes:

Can you try rebuilding the contents from
xpcom/reflect/xptcall/src/md/unix replacing -Os with -O0 and -O2 in
config/autoconf.mk and see if it gets any better ?

Note: you don't need to build the packages, you can stop on the build
target, cd into dist/bin and run regxpcom from there.

Also note that if it was possible to have direct access to an hppa host,
it would probably be easier for me ;)

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481127: [INTL:eu] ddclient debconf templates Basque translation

2008-05-13 Thread Piarres Beobide
Package: ddclient
Severity: wishlist
Tags: l10n patch

Hi

Attached ddclient debconf templates Basque translation, please add it.

thx


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

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

Versions of packages ddclient depends on:
ii  debconf [debconf-2.0]1.5.21  Debian configuration management sy
ii  initscripts  2.86.ds1-56 Scripts for initializing and shutt
ii  lsb-base 3.2-12  Linux Standard Base 3.2 init scrip
ii  perl [perl5] 5.10.0-10   Larry Wall's Practical Extraction 

Versions of packages ddclient recommends:
ii  libio-socket-ssl-perl 1.02-1.1   Perl module implementing object or
# translation of ddclient-eu.po to Euskara
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Piarres Beobide <[EMAIL PROTECTED]>, 2008.
msgid ""
msgstr ""
"Project-Id-Version: ddclient-eu\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-08-17 01:08+0100\n"
"PO-Revision-Date: 2008-05-13 23:20+0200\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Euskara <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: select
#. Choices
#: ../ddclient.templates:1001
msgid "www.dyndns.com"
msgstr "www.dyndns.com"

#. Type: select
#. Choices
#: ../ddclient.templates:1001
msgid "www.easydns.com"
msgstr "www.easydns.com"

#. Type: select
#. Choices
#: ../ddclient.templates:1001
msgid "www.dslreports.com"
msgstr "www.dslreports.com"

#. Type: select
#. Choices
#: ../ddclient.templates:1001
msgid "www.zoneedit.com"
msgstr "www.zoneedit.com"

#. Type: select
#. Choices
#: ../ddclient.templates:1001
msgid "other"
msgstr "besteak"

#. Type: select
#. Description
#: ../ddclient.templates:1002
msgid "Dynamic DNS service provider:"
msgstr "DNS dinamiko zerbitzu hornitzailea:"

#. Type: select
#. Description
#: ../ddclient.templates:1002
msgid ""
"Please select the dynamic DNS service you are using. If the service you use "
"is not listed, choose \"other\" and you will be asked for the protocol and "
"the server name."
msgstr ""
"Mesedez hautatu erabiltzen duzun DNS dinamiko zerbitzua. Erabiltzen "
"duzun zerbitzua ez badago zerrendaturik, \"besteak\" hautau eta protokolo "
"eta zerbitzari izena galdetuko zaitu."

#. Type: string
#. Description
#: ../ddclient.templates:2001
msgid "Dynamic DNS server:"
msgstr "DNS dinamiko zerbitzaria:"

#. Type: string
#. Description
#: ../ddclient.templates:2001
msgid ""
"Enter the name of the server which is providing you with dynamic DNS service "
"(example: members.dyndns.org)."
msgstr ""
"Idatzi DNS dinamiko zerbitzuaz hornitzen dizun zerbitzariaren izena "
"(adibidez: members.dyndns.org)."

#. Type: select
#. Description
#: ../ddclient.templates:3001
msgid "Dynamic DNS update protocol:"
msgstr "DNS dinamiko eguneraketa protokoloa:"

#. Type: select
#. Description
#: ../ddclient.templates:3001
msgid ""
"Select the dynamic DNS update protocol used by your dynamic DNS service "
"provider."
msgstr ""
"Hautatu zure DNS zerbitzu hornitzaileak erabiltzen duen DNS dinamiko "
"eguneraketa protokoloa."

#. Type: string
#. Description
#: ../ddclient.templates:4001
msgid "DynDNS fully qualified domain names:"
msgstr "DynDNS guztiz kualifikaturiko domeinu izena:"

#. Type: string
#. Description
#: ../ddclient.templates:4001
msgid ""
"Enter the list of fully qualified domain names for your host (like \"myname."
"dyndns.org\" if you have only one host or \"myname1.dyndns.org,myname2."
"dyndns.org\" for two hosts)."
msgstr "Idatzi zure ostalarirako guztiz kualifikaturiko domeinu izenen zerrenda 
(\"nireizena. dyndns.org\" antzeko zerbait ostalari bakar bat baduzu edo 
\"nireizena1.dyndns.org,nireizena2.dyndns.org\" bi ostalarirentzat)."

#. Type: string
#. Description
#: ../ddclient.templates:5001
msgid "Username for dynamic DNS service:"
msgstr "DNS dinamiko zerbitzurako erabiltzailea:"

#. Type: string
#. Description
#: ../ddclient.templates:5001
msgid "Enter the username you use to log into the dynamic DNS service."
msgstr "Idatzi DNS dinamiko zerbitzuan saioa hasteko erabiltzen duzun 
erabiltzaile-izena."

#. Type: password
#. Description
#: ../ddclient.templates:6001
msgid "Password for dynamic DNS service:"
msgstr "DNS dinamiko zerbitzuaren pasahitza:"

#. Type: password
#. Description
#: ../ddclient.templates:6001
msgid "Enter the password you use to log into the dynamic DNS service."
msgstr "Idatzi DNS dinamiko zerbitzuan saioa hasteko erabiltzen duzun 
pasahitza."

#. Type: string
#. Description
#: ../ddclient.templates:7001
msgid "Interface used for

Bug#481124: More info...

2008-05-13 Thread Hannes Diethelm
Hmmm... I tryed to import photos before with an '@' in the name, and it
always worked. But now I discovered that if I restart f-spot, the foto
is not found anymore.

So a simple way to verify this bug: Import a photo with an '@' in the
name, it's imported corectly, but if you restart f-spot the foto is not
found anymore...




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#473010: Also happens with x-window-manage

2008-05-13 Thread Mike Castle
When looking for temporary ways around this bug, I tried
x-window-manage and got the same error:

fvwm2[29972]: segfault at 0004 eip 0808517e esp bf8a1800 error 4
x-window-manage[30152]: segfault at 0004 eip 0808517e esp bfaba1f0 error 4


So I suspect a shared library issue.

I've ended up using something like:

fvwm | twm

as a work around until this is fixed.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481126: openldap2.3: [INTL:pt] Updated Portuguese translation for debconf messages

2008-05-13 Thread Traduz - Portuguese Translation Team
Package: openldap2.3
Version: 2.4.7-6.4
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for openldap2.3's debconf messages.
Translator: Tiago Fernandes <[EMAIL PROTECTED]>
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


-- 
Best regards,

Miguel Figueiredo
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org


pt.po
Description: application/gettext


Bug#466141: lvm2: error message during shutdown (Can't deactivate volume group...)

2008-05-13 Thread Ferry Toth
Package: lvm2
Version: 2.02.35-1
Severity: normal

Same here (with newer version), but now with additional complaints at startup 
(... left open).

My linux partition and swap partition are on /dev/sda5 (lvm) which is on 
/dev/sda3 (extended).

It appears that lvm tries to deactivate them (S50lvm2) after unmounting all 
files systems 
(S40umountfs) but before making the rootfs read only (S60umountroot).

I am not sure this is the correct order. But hey, I'm new to linux and not 
quite sure how these startup sequences work.

Ferry






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#481124: Since an update, f-spot don't find fotos with an '@' charter in the name

2008-05-13 Thread Hannes Diethelm
Package: f-spot
Version: 0.4.2-1
Severity: important

Since an update from a previous version (sorry, i don't remember witch one), 
f-spot doesn't find the fotos witch where 
imported before this update witch has an '@' in the name. The real picture name 
is for example "[EMAIL PROTECTED] in school.jpg", 
but in f-spot, the name is shown like "work%20in%20school.jpg".

May be it's a problem because I use de_CH.UTF-8.

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

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

Versions of packages f-spot depends on:
ii  beagle  0.3.4-1  indexing and search tool for your 
ii  dbus1.2.1-2  simple interprocess messaging syst
ii  libart-2.0-22.3.20-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-1+b1   The Cairo 2D vector graphics libra
ii  libexif12   0.6.16-2.1   library to parse EXIF files
ii  libflickrnet2.1.5-cil   25277-6  Flickr.Net API Library
ii  libgconf2.0-cil 2.20.0-2 CLI binding for GConf 2.20
ii  libgl1-mesa-glx [libgl1]7.0.3-1  A free implementation of the OpenG
ii  libglade2.0-cil 2.12.1-1 CLI binding for the Glade librarie
ii  libglib2.0-02.16.3-2 The GLib library of C routines
ii  libglib2.0-cil  2.12.1-1 CLI binding for the GLib utility l
ii  libgnome-vfs2.0-cil 2.20.0-2 CLI binding for GnomeVFS 2.20
ii  libgnome2.0-cil 2.20.0-2 CLI binding for GNOME 2.20
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.22.0-2   GNOME Virtual File System (runtime
ii  libgphoto2-22.4.0-9  gphoto2 digital camera library
ii  libgphoto2-port02.4.0-9  gphoto2 digital camera port librar
ii  libgtk2.0-0 2.12.9-3 The GTK+ graphical user interface 
ii  libgtk2.0-cil   2.12.1-1 CLI binding for the GTK+ toolkit 2
ii  libgtkhtml3.16-cil  2.20.1-2 CLI binding for GtkHTML 3.16
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  liblcms11.16-10  Color management library
ii  libmono-addins-gui0.2-cil   0.3.1-5  GTK# frontend library for Mono.Add
ii  libmono-addins0.2-cil   0.3.1-5  addin framework for extensible CLI
ii  libmono-corlib2.0-cil   1.9.1+dfsg-1 Mono core library (2.0)
ii  libmono-sharpzip2.84-cil1.9.1+dfsg-1 Mono SharpZipLib library
ii  libmono-sqlite2.0-cil   1.9.1+dfsg-1 Mono Sqlite library
ii  libmono-system-data2.0-cil  1.9.1+dfsg-1 Mono System.Data Library
ii  libmono-system-web2.0-cil   1.9.1+dfsg-1 Mono System.Web Library
ii  libmono-system2.0-cil   1.9.1+dfsg-1 Mono System libraries (2.0)
ii  libmono2.0-cil  1.9.1+dfsg-1 Mono libraries (2.0)
ii  libndesk-dbus-glib1.0-cil   0.4.1-1  CLI implementation of D-Bus (GLib 
ii  libndesk-dbus1.0-cil0.6.0-1  CLI implementation of D-Bus
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcomposite1  1:0.4.0-1X11 Composite extension library
ii  mono-runtime1.9.1+dfsg-1 Mono runtime

Versions of packages f-spot recommends:
ii  dbus-x11  1.2.1-2simple interprocess messaging syst
ii  dcraw 8.80-1 decode raw digital camera images
ii  sqlite2.8.17-4   command line interface for SQLite
ii  sqlite3   3.5.8-4A command line interface for SQLit

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#419821: chntpw: 419821: ported to libgcrypt to avoid OpenSSL/GPL incompatibilities

2008-05-13 Thread Javier Fernández-Sanguino Peña
On Sun, May 11, 2008 at 08:04:34PM +0800, Paul Wise wrote:
> Javier: please add this patch to the Debian package and move chntpw to
> main so that Debian's users ???can benefit from chntpw. If you don't have
> time to do so, I'm happy to do an NMU.

Right now I don't have that much time so I would happily accept a NMU.
Actually, I wouldn't mind adding a co-maintainer :)

Regards

Javier


signature.asc
Description: Digital signature


Bug#481123: urxvtc: option to keep process running until window closes

2008-05-13 Thread martin f krafft
Package: rxvt-unicode
Version: 9.02-1+b1
Severity: wishlist
File: /usr/bin/urxvtc

It would be good for certain applications, such as tools that
update their internal status themselves when the terminal closes, if
urxvtc had an option which caused it to wait until the window it
created closes.

Thanks,

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

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

Versions of packages rxvt-unicode depends on:
ii  base-passwd3.5.17Debian base system master password
ii  libafterimage0 2.2.8-2   imaging library designed for After
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-4 GCC support library
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-4  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libperl5.105.10.0-10 Shared Perl library
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  librsvg2-2 2.22.2-2  SAX-based renderer library for SVG
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libtiff4   3.8.2-8   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  ncurses-base   5.6+20080503-1Descriptions of common terminal ty
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

rxvt-unicode recommends no packages.

-- no debconf information


-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


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


Bug#476474: [Pkg-fglrx-devel] Bug#476474: Backport of fglrx 8.47.3-3 from Lenny works nicely with etchnhalf

2008-05-13 Thread Romain Beauxis
Hi !

Thanks for testing and reporting !

A backport is currently being uploaded to backports.org :-)


Romain

Le Thursday 08 May 2008 22:15:26 Stuart Prescott, vous avez écrit :
> Hi all,
>
> I took a deep breath the other day and installed the etchnhalf packages
> from etch-proposed-updates on my laptop. (Dell Inspiron 6400 with ATI
> X1400).
>
> What I did is sketched out below [1]. I now have a nice etchnhalf kernel
> with fglrx working quite happily. 3D acceleration is working and it seems
> to be surviving suspend-to-disk cycles without any hassles either (which
> was one of the things I was seeking to improve with this exercise).
>
> I hope this is useful information for you. It at least tells you that it's
> all possible even if some of the details below are a little scant and you
> would obviously do things slightly differently for backports.org.
>
> Please let me know if I can provide further information.
>
> cheers
> Stuart
>
>  fglrx lenny->etchnhalf log 
>
> # Install etchnhalf kernel and kernel headers
> aptitude install linux-image-2.6.24-etchnhalf.1-686 \
>   linux-headers-2.6.24-etchnhalf.1-686
>
> # reboot into new kernel, cross fingers
> reboot
>
> # dance around the room when it all seems to come up working OK.
> laptop
>
> # install build-deps for Lenny's fglrx-driver [2]
> apt-get install x11proto-core-dev libx11-dev libxtst-dev \
>   libxxf86misc-dev libxxf86vm-dev libxinerama-dev \
>   docbook-xml docbook-xsl xsltproc rpl
>
> # build a backport of the fglrx-driver [3]
> apt-get -b source -t testing fglrx-driver
>
> # pull the kernel module from Lenny too and build it
> apt-get install -t testing fglrx-kernel-src
> m-a build fglrx-kernel-src
>
> # install the lot
> dpkg -i fglrx-driver_8.47.3-3_i386.deb \
>   fglrx-glx_8.47.3-3_i386.deb \
>   
> /usr/src/fglrx-kernel-2.6.24-etchnhalf.1-686_8.47.3-3+2.6.24-6~etchnhalf.
>1_i386.deb
>
> # load module, start x etc as per normal
>
>
>
> [1] Apologies... this is only an approximate log as it wasn't entirely as
> linear as this and I was also futzing with getting iwlwifi to work in place
> of ipw3945 which confuses things a little too. In any case, it shows that
> it is possible to get Lenny's fglrx working with etch's xorg which is the
> main issue here.
>
> [2] I can't recall why I didn't just apt-get build-dep here...
>
> [3] Yeah, OK... dch --bpo etc would be preferable.
>
> 
> Final state:
>
> $ dpkg -l fglrx* linux-image* xserver-xorg | grep ^ii
>
> ii  fglrx-driver8.47.3-3
> non-free AMD/ATI r5xx, r6xx display driver
> ii  fglrx-glx   8.47.3-3
> proprietary libGL for the non-free AMD/ATI r
> ii  fglrx-kernel-2.6.24-etchnhalf.1-686 8.47.3-3+2.6.24-6~etchnhalf.1  ATI
> binary kernel module for Linux 2.6.24-et
> ii  fglrx-kernel-src8.47.3-3  
> kernel module source for the non-free AMD/AT
> ii  linux-image-2.6.24-etchnhalf.1-686  2.6.24-6~etchnhalf.1  
> Linux 2.6.24 image on PPro/Celeron/PII/PIII/
> ii  xserver-xorg7.1.0-19   the
> X.Org X server



-- 
Ask no question, hear no lies !



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   5   >