Bug#332232: RFA: phalanx -- Chess playing program

2005-11-12 Thread Florian Ernst
On Wed, 05 Oct 2005 11:12:20 +0200, Milan Zamazal wrote:
 I use this package only rarely and lack time to maintain it carefully,
 so I'm offering it for adoption.

As the new maintainer of xboard I'd love to also take phalanx.

If you don't mind I'll start working on an update this Sunday. Were
there any specific plans you had in mind for this package?

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#313371: ssh: should not print Killed by signal messages at all

2005-11-12 Thread Peter Samuelson

I'll go one farther than the submitter of #313371 and claim that *all*
the Killed by signal N messages are unneeded.  Most Unix programs
don't print such messages; that's the shell's job.

The reason I care is that subversion can use a ssh pipe, and needs to
be able to kill the pipeline when it is done.  The comment in the
subversion source is illuminating:

  /* Arrange for the tunnel agent to get a SIGKILL on pool
   * cleanup.  This is a little extreme, but the alternatives
   * weren't working out:
   ...
   *   - Killing the tunnel agent with SIGTERM leads to unsightly
   * stderr output from ssh.
   */

SIGKILL is, as the comment notes, a little extreme.  For one thing,
if ControlMaster auto is in effect, ssh can't remove its socket file.

In my opinion, at least SIGTERM and SIGINT should not print a warning
to stderr.  SIGTERM is long-accepted way to kill something just
because it's time for it to die now, and SIGINT is usually a keyboard
command, so in both cases the user should already know why subversion
is dying.  If she wants to hear more about it, she'll be running a
shell that will tell her about signal exit statuses.

It's more useful to warn on death-by-SIGFPE or death-by-SIGABRT or some
of those others, but I'd still argue that it isn't *necessary*.

--- clientloop.c~
+++ clientloop.c
@@ -1505,8 +1505,16 @@
exit_status = 0;
}
 
-   if (received_signal)
-   fatal(Killed by signal %d., (int) received_signal);
+   /*
+* SIGTERM and SIGINT are usually done on purpose by the user; no
+* need to be noisy about getting them.  The extra noise is, for
+* one thing, annoying when ssh is run and killed noninteractively.
+*/
+   if (received_signal) {
+   if (received_signal != SIGTERM  received_signal != SIGINT)
+   fatal(Killed by signal %d., (int) received_signal);
+   cleanup_exit(received_signal + 128);
+   }
 
/*
 * In interactive mode (with pseudo tty) display a message indicating


signature.asc
Description: Digital signature


Bug#324179: Q3A packages

2005-11-12 Thread Marc Leeman
The provisional packages can be downloaded from:

http://scorpius.homelinux.org/~marc/debian/

I am waiting for a sponsor and feedback to improve the packages.

-- 
  greetz, marc
I may be small but allow me to remind you that only serves to put me
at castration level.
Rygel - Relativity
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#338686: xfree86-driver-synaptics: makes touchpad unuseable on hp compaq nc8000

2005-11-12 Thread Mattia Dongili
On Sat, Nov 12, 2005 at 03:41:26AM +0100, Marc Haber wrote:
 Package: xfree86-driver-synaptics
 Version: 0.14.4-1
 Severity: important
 
 With the new version of xfree86-driver-synaptics, my touchpad doesn't
 work at all. The mouse pointer doesn't move. If lucky, it moves for
 like half a second after touching the pad and freezes there.
 
 The affected notebook is a hp compaq nc8000. Going back to 0.14.3-1
 solved the issue.
 
 I'll happily deliver data that might help in debugging if asked.

Hello,
could you include your /var/log/Xorg.0.log after a session with the
faulty driver?
Also, there's not been many changes in the driver from .3 to .4, on of
the things that changed is some coasting handling, do you have it
enabled? (Ah, also your xorg.conf might be interesting)

thanks
-- 
mattia
:wq!


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



Bug#338700: libcpre3: grep fails on boot when /usr/lib on different partition from /lib

2005-11-12 Thread Martin Michlmayr
reassign 338700 grep
tags 338700 + fixed
thanks

* David Morris [EMAIL PROTECTED] [2005-11-12 01:02]:
 My /usr treeis on a different disc partition than the boot partition
 / So when grep is trying to run to start and set up the system it
 cannot find libpcre.so.3 so most of the system fails. I was able to
 log on via the console, manually mount the file systems, then copy
 the file to /lib. That enabled me to normally reboot the system with

This is a bug in grep which has been fixed in version 2.5.1.ds2-4.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#338704: use libcdk5

2005-11-12 Thread Peter Eisentraut
Package: gphoto2
Severity: wishlist
Tags: patch

Please change your build dependency from libcdk-dev to libcdk5-dev.  We
are trying to remove the old libcdk4 once there are no depending
packages left (and this would appear to be the last one).  Thanks.


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



Bug#338705: jumpnbump: does not restore X resolution when done

2005-11-12 Thread Gabor Nagy
Package: jumpnbump
Version: 1.50-2
Severity: important


After playing with jumpnbump when I quit the program, X is still in the
resolution where jumpnbump ran.

I cannot restore it other that exit X and restart it.

Cheers, Gabor

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (100, 'testing'), (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.12.1
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages jumpnbump depends on:
ii  imagemagick   6:6.0.6.2-2.4  Image manipulation programs
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libsdl-mixer1 1.2.6-1mixer library for Simple DirectMed
ii  libsdl-net1.2 1.2.5-3network library for Simple DirectM
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer
ii  python2.3.5-2An interactive high-level object-o
ii  python-glade2 2.6.1-2GTK+ bindings: Glade support
ii  python-gtk2   2.6.1-2Python bindings for the GTK+ widge

-- no debconf information


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



Bug#338706: udev breaks network devices -- unable to send packets out

2005-11-12 Thread Arne Goetje
Package: udev
Version: 0.074-2
Severity: important

After upgrading from hotplug to udev, all network devices are unusable.
The drivers are loaded, but sending packets out (dhcp if the IP is not
static, or normal traffic if the IP is static) fails. Renders network
usage unusable.
This happens on 2 of my machines, one being a laptop and the other one a
stationary machine.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)

Versions of packages udev depends on:
ii  initscripts   2.86.ds1-4 Standard scripts needed for bootin
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libselinux1   1.26-1 SELinux shared libraries
ii  libsepol1 1.8-1  Security Enhanced Linux policy lib
ii  lsb-base  3.0-11 Linux Standard Base 3.0 init scrip
ii  makedev   2.3.1-78   creates device files in /dev
ii  sed   4.1.2-8The GNU sed stream editor

udev recommends no packages.


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



Bug#338707: gs-gpl - .getdeviceparams gets called with broken types

2005-11-12 Thread Bastian Blank
Package: gs-gpl
Version: 8.15-4
Severity: grave

On Fri, Oct 28, 2005 at 03:44:38PM +0200, Gerhard Tonn wrote:
 I have again a misterious build problem on s390:
  
 http://buildd.debian.org/fetch.php?pkg=quaggaver=0.99.1-7arch=s390stamp=1130456712file=logas=raw
 
   epstopdf --outfile=fig-normal-processing.pdf fig-normal-processing.eps
   Unrecoverable error: typecheck in .getdeviceparams
   Operand stack:
   false  --nostringval--  InputAttributes  --nostringval--  0
   --nostringval--  PageSize  --nostringval--  -2048  --nostringval--
   --nostringval--
   make[1]: *** [fig-normal-processing.pdf] Broken pipe
   make[1]: *** Deleting file `fig-normal-processing.pdf'
 
 As I had similar things before that were solved by new tetex-bin and
 libpng12-0 packages and a recompile and did not change any code between
 -6 and -7, I think it might be the same problem.
 
 See bug #322821 and the following mailing list entry for reference:
   http://lists.debian.org/debian-tetex-maint/2005/09/msg00161.html

Okay, the failing part is gs coming from gs-gpl.

.getdeviceparams gets called 8 times, 7 times with correct types, one
time with wrong.

I did some checks with recompiles of libpng and gs-gpl, nothing changed.
Now I decided to try again with gcc-3.4. Rebuild of libpng does not
change anything, rebuild of gs-gpl fixed the problem. Also it is
fixed by a rebuild with -O0 of gs-gpl.

Because of this, I think it is some sort of undefined behaviour in the
gs-gpl code or misscompilation.

The same problem applies to gs-esp.

Bastian

-- 
Intuition, however illogical, is recognized as a command prerogative.
-- Kirk, Obsession, stardate 3620.7


signature.asc
Description: Digital signature


Bug#291516: mailgraph: duplicate of #288482

2005-11-12 Thread Ralf Hildebrandt
Package: mailgraph
Version: 1.11-1
Followup-For: Bug #291516


There's no clamsmtp, it's called clamsmtpd, so it's a dupe of #288482
AND it's fixed already :|

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mailgraph depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  libfile-tail-perl 0.98-5 File::Tail perl module
ii  librrds-perl  1.2.11-0.4 Time-series data storage and displ

Versions of packages mailgraph recommends:
hi  fnord [httpd] 1.9-2  yet another small httpd

-- debconf information excluded


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



Bug#323136: linux-2.6: patch from 2.6.13

2005-11-12 Thread Lior Kaplan
I don't have the hardware any more, but I'll try to figure out how to
test this.

Thanks.

Jurij Smakov wrote:
 Hi Lior,
 
 Could you give 2.6.14-2 (currently in unstable) a try? All the fixes
 mentioned in the bug trail should be included in it.
 
 Thanks,
 
 Jurij Smakov[EMAIL PROTECTED]
 Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC
 
 
 

-- 

Lior Kaplan
[EMAIL PROTECTED]
http://www.Guides.co.il

Debian GNU/Linux unstable (SID)


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



Bug#288482: mailgraph: This is fixed in version 1.11

2005-11-12 Thread Ralf Hildebrandt
Package: mailgraph
Version: 1.11-1
Followup-For: Bug #288482


From the CHANGES:
2005-06-05
--
* released version 1.11
* add support for clamsmtpd (Aaron Wolfe)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mailgraph depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  libfile-tail-perl 0.98-5 File::Tail perl module
ii  librrds-perl  1.2.11-0.4 Time-series data storage and displ

Versions of packages mailgraph recommends:
hi  fnord [httpd] 1.9-2  yet another small httpd

-- debconf information excluded


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



Bug#326014: reassign to fnord

2005-11-12 Thread Ralf Hildebrandt
* Gerrit Pape [EMAIL PROTECTED]:

  I think that you can reassign this bug to fnord. Ralf tested with the
  attached patch to fnord and now mailgraph works for him without
  problems. Note that the second chunk of the patch is probably not
  needed but I did leave it, since that's what Ralf tested...
  
  The author of fnord is informed and I am discussing with him about this
  problem.
 
 Hi, are there any news on this?  I can neither find a comment from
 upstream, nor any changes in the upstream CVS repository.

I changed from fnord to gatling on the machine in question. And,
alas, the bug doesn't manifest itself. So I guess Gerrit's comment on
gatling vs. fnord is probably right. 

Gerrit, how about packaging gatling :) ?

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to [EMAIL PROTECTED]



Bug#333239: This is fixed in mailgraph-1.12.tar.gz

2005-11-12 Thread Ralf Hildebrandt
Package: mailgraph
Version: 1.11-1
Followup-For: Bug #333239


This is fixed in mailgraph-1.12.tar.gz, which is the new upstream
version

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mailgraph depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  libfile-tail-perl 0.98-5 File::Tail perl module
ii  librrds-perl  1.2.11-0.4 Time-series data storage and displ

Versions of packages mailgraph recommends:
hi  fnord [httpd] 1.9-2  yet another small httpd

-- debconf information excluded


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



Bug#337573: ITP: preload -- an adaptive readahead daemon

2005-11-12 Thread Petter Reinholdtsen

This ITP is similar to my readahead ITP #325885.  I suspect only one
of these packages is needed in Debian.  Do you recommend preload over
the ubuntu readahead package?

URL: http://bugs.debian.org/325885 

This issue has been discussed a bit on the initscripts-ng mailing
list.  Are you on this list?


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



Bug#337776: bazaar: botched invariant with baz log

2005-11-12 Thread Matthieu Moy
Anand Kumria [EMAIL PROTECTED] writes:

 Package: bazaar
 Version: 1.4.2-1
 Severity: normal

 Hi,

 Create an empty directory (mkdir ~/bar; cd ~/bar) and do 'baz log'.

 Bazaar reports that it hit an internal bug.

Thanks for the report, but this is fixed in 1.4.3 and in 1.5.

$ baz log   

log: not in project tree (.)

(but the Debian package should be updated. 1.4.3 hasn't been released
officially by lack of time, but it's it
[EMAIL PROTECTED]/bazaar--devo--1.4 )

-- 
Matthieu


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



Bug#337937: Q3A packages

2005-11-12 Thread Marc Leeman
The provisional packages can be downloaded from:

http://scorpius.homelinux.org/~marc/debian/

I am waiting for a sponsor and feedback to improve the packages.

-- 
  greetz, marc
It's not Kansas, and you're way too homely to be Auntie Em, but... Come
here, Toto.
Crichton - That Old Black Magic
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#337938: Q3A data package

2005-11-12 Thread Marc Leeman
The provisional packages can be downloaded from:

http://scorpius.homelinux.org/~marc/debian/

I am waiting for a sponsor and feedback to improve the packages.

-- 
  greetz, marc
One thing, just to be absolutely certain, you are the female of your
species, right? I'll take that as a yes.
Crichton - The Flax
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#338709: asterisk-oh323: Please package version 0.7.3 for 1.2 branch of asterisk

2005-11-12 Thread Alessandro Polverini
Package: asterisk-oh323
Version: 0.6.7-2
Severity: wishlist

Hello,
most recent version of asterisk-oh323 in debian archive is not compatible with 
1.2 branch of asterisk (currently in experimental).
Since asterisk 1.2 is at Release Candidate 2 and it's already more than
useable, it would be nice to have oh323 support.

Thanks

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (90, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-k7-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages asterisk-oh323 depends on:
ii  asterisk  1:1.0.9.dfsg-5 open source Private Branch Exchang
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libldap2  2.1.30-8   OpenLDAP libraries
ii  libopenh323-1 1.15.3-3.backports.org.1   H.323 aka VoIP library
ii  libpt-1.8.3c2 1.8.4-1.backports.org.1Portable Windows Library
ii  libsasl2  2.1.19-1.5 Authentication abstraction library
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer
ii  libssl0.9.7   0.9.7e-3   SSL shared libraries
ii  libstdc++51:3.3.5-13 The GNU Standard C++ Library v3

-- no debconf information


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



Bug#338710: Can not find gauche-gtk module

2005-11-12 Thread hhz
Package: gauche-gtk
Version: 0.4.1-3

When I execte example scripts with gauche 0.8.4-1.1, 
Gauche can't find module.

Here is a transcript:

$ cd /usr/share/doc/gauche-gtk/examples/gtk-tutorial
$ gosh arrow.scm
*** ERROR: Compile Error: can't find dlopen-able module gauche-gtk
./arrow.scm:6:(use gtk)

Stack Trace:
___



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



Bug#338711: Not installable in sid

2005-11-12 Thread J.H.M. Dassen (Ray)
Package: pxlib1
Version: 0.5.1-1
Severity: grave
Tags: patch

pxlib1 is not installable in a pure sid environment anymore as it depends on
libgsf-1 which is no longer in sid as a result of a library versioning
changed announced previously
(http://lists.debian.org/debian-release/2005/10/msg00020.html). To address
this issue, please update your package to have a build dependency on
libgsf-1-dev (= 1.13.2) and rebuild it.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable'), (750, 'experimental'), (500, 
'testing-proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.6
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages pxlib1 depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libgsf-1  1.12.3-4   Structured File Library - runtime 

pxlib1 recommends no packages.

-- no debconf information
-- 
Obsig: developing a new sig


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



Bug#338712: Not installable in sid

2005-11-12 Thread J.H.M. Dassen (Ray)
Package: libwv2-1c2
Version: 0.2.2-3
Severity: grave
Tags: patch

libwv2-1c2 is not installable in a pure sid environment anymore as it
depends on libgsf-1 which is no longer in sid as a result of a library
versioning changed announced previously
(http://lists.debian.org/debian-release/2005/10/msg00020.html). To address
this issue, please update your package to have a build dependency on
libgsf-1-dev (= 1.13.2) and rebuild it.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable'), (750, 'experimental'), (500, 
'testing-proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.6
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
-- 
Obsig: developing a new sig


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



Bug#338669: gnumeric: FTBFS on powerpc

2005-11-12 Thread J.H.M. Dassen (Ray)
retitle 338669 gnumeric 1.6.0 FTBFS against goffice 0.1.1
tags 338669 + confirmed upstream pending
thanks

On Fri, Nov 11, 2005 at 18:09:32 -0500, Branden Robinson wrote:
 gnumeric still has a problem building from source.

In goffice, gog_object_write_xml and gog_persist_dom_save have been removed;
gnumeric's source has been updated accordingly. Gnumeric 1.6.1 (with those
changes) was supposed to be released shortly after goffice 0.1.1, but
unfortunately that hasn't happened yet.

This problem will be fixed in gnumeric 1.6.1 which will hopefully be
released in the next few days.

Ray
-- 
I'm having trouble keeping my clever schemes separate from my sarcasm.
Wally


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



Bug#338699: udev: fails to run appropriate hotplug scripts for openct devices after upgrade to 0.70-1

2005-11-12 Thread Marco d'Itri
reassign 338699 openct
thanks

On Nov 12, Daniel Kahn Gillmor [EMAIL PROTECTED] wrote:

 I'm not sure whether this should be a bug for udev or for openct, but
openct. End of support for /etc/hotplug/usb/ maps was announced on
debian-devel@ some time ago and is documented in NEWS.Debian.

 # ccid  (this doesn't look right at all!)
 #SYSFS{idVendor}==, SYSFS{idProduct}==, 
 RUN+=/etc/hotplug/usb/openct
Indeed, it's not. The rule should match on other attributes (class?).

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#338714: PPI system setting alternative in gnome-font-properties

2005-11-12 Thread Vincent Lönngren
Package: gnome
Version: 1:2.10.2.4
Severity: wishlist

In gnome-font-properties, there is an option to set the PPI value. It
would be nice if it were possible to set it to the system default, or
some similar name, to get the value from the X window system. That way
the value would change with changing resolution.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)

Versions of packages gnome depends on:
ii  gdm-themes0.4.1  Themes for the GNOME Display Manag
ii  gnome-apt 0.4.8-1graphical package manager
ii  gnome-cups-manager0.31-1 CUPS printer admin tool for GNOME
ii  gnome-desktop-environment 1:2.10.2.4 The GNOME Desktop Environment
ii  gnome-office  1:2.10.2.4 The GNOME Office suite
ii  gnome-themes-extras   0.8.1-2various themes for the GNOME 2 des
ii  rhythmbox 0.8.8-13   music player and organizer for GNO
ii  xscreensaver  4.23-2 Automatic screensaver for X

gnome recommends no packages.

-- no debconf information


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



Bug#338715: xserver-xorg: file conflict with nvidia-glx

2005-11-12 Thread Steve Langasek
Package: xserver-xorg
Version: 6.8.99.901.dfsg.1-2
Severity: serious

The xserver-xorg package in experimental can't be installed on a system
where nvidia-glx is also installed:

# dpkg -i ../xserver-xorg_6.8.99.901.dfsg.1-2.1_i386.deb
(Reading database ... 126792 files and directories currently installed.)
Preparing to replace xserver-xorg 6.8.2.dfsg.1-10 (using 
.../xserver-xorg_6.8.99.901.dfsg.1-2.1_i386.deb) ...
Unpacking replacement xserver-xorg ...
dpkg: error processing ../xserver-xorg_6.8.99.901.dfsg.1-2.1_i386.deb 
(--install):
 trying to overwrite /usr/X11R6/lib/modules/extensions/libglx.so', which is 
also in package nvidia-glx
dpkg-deb: subprocess paste killed by signal (Broken pipe)

Please add the necessary conflicts or replaces or whatever happens to be
appropriate in this case.

While you're at it, this:

 Package: xdmx
 Version: 6.8.99.901.dfsg.1-2.1
 Section: x11
 Priority: optional
 Architecture: i386
 Depends: libc6 (= 2.3.5-1), libfreetype6 (= 2.1.5-1), libice6, libsm6, 
libxau6, libxaw8, libxdmcp6, libxext6, libxi6, libxmu6, libxp6, libxpm4, 
libxrender1 ( 1:0.9.0-1), libxt6, zlib1g (= 1:1.2.1)
 Conflicts: xserver-xorg (= 6.8.1-0.2)
 Replaces: xserver-xorg (= 6.8.1-0.2)

should almost certainly be a Replaces *without* a Conflicts.  The Conflicts
is only warranted if replacing the corresponding files from xserver-xorg
causes xserver-xorg to not work correctly in some way.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#338703: PLEASE CLOSE THIS THREAD - THANKS!

2005-11-12 Thread Alexander Schories
Hello Jonas,


the issue regarding:

EROR yp/send_to_yp YP add on
http://dir.xiph.org/cgi-bin/yp-cgi failed: Server already exists

seems NOT to be related to this package. The listing suddenly worked after
some hours. So i think, that possibly the xiph.org server had or has
problems?!


I am honestly sorry for disturbing you and wish you a happy weekend!

Once again thank you VERY much for this great package! 


Kind Regards

Alexander Schories
Tuebingen, Germany


If privacy or security of communication is on your mind, feel free to
establish a secure transmission using the PGP public key obtainable from
http://www.schories.com/alexander/pubkey/alexander_schories.asc



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



Bug#338632: isdnvboxserver: postinst-script fails

2005-11-12 Thread geronet
Package: isdnvboxserver
Version: 1:3.6.2005-01-03-5
Followup-For: Bug #338632

Problem solved: There was a mistake in /etc/inittab.


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



Bug#338716: mozilla-firefox: Fonts too big in 1.5rc2

2005-11-12 Thread Alexander Toresson
Package: mozilla-firefox
Version: 1.4.99+1.5rc2.dfsg-1
Severity: normal

Firefox 1.5rc2, as did 1.5rc1, has a problem with the fonts of the gtk2
interface, when running in xfce. They are simply much bigger than they should.
No other gtk2 app has that big fonts. Here's a comparison between 1.0.7 and
1.5rc2:

http://eulex.0nyx.com/firefox107.png
vs
http://eulex.0nyx.com/firefox15rc2.png

This happens in xfce, but not in gnome.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'),
(1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.1.custom.1.1
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)

Versions of packages mozilla-firefox depends on:
ii  debianutils   2.15   Miscellaneous utilities specific t
ii  fontconfig2.3.2-1generic font configuration library
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-1The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-3  GCC support library
ii  libglib2.0-0  2.8.3-1The GLib library of C routines
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface
ii  libidl0   0.8.5-1library for parsing CORBA IDL file
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.0.2-3The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxp66.8.2.dfsg.1-7 X Window System printing extension
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  psmisc21.6-1 Utilities that use the proc filesy
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

mozilla-firefox recommends no packages.

-- no debconf information



Bug#337573: ITP: preload -- an adaptive readahead daemon

2005-11-12 Thread Kari Pahula
On Sat, Nov 12, 2005 at 10:29:11AM +0100, Petter Reinholdtsen wrote:
 
 This ITP is similar to my readahead ITP #325885.  I suspect only one
 of these packages is needed in Debian.  Do you recommend preload over
 the ubuntu readahead package?

I don't know.  But the point is a bit moot now...  preload is already
uploaded to the archive.  It'll take a week or so to arrive to
unstable now.

 URL: http://bugs.debian.org/325885 
 
 This issue has been discussed a bit on the initscripts-ng mailing
 list.  Are you on this list?

No.  First time I've heard of that list.

Besides, upstream's documentation mentioned that using preload during
boot actually slowed down the boot.  I've put preload start relatively
late during the boot.

From the NEWS file:
This is the first public release of preload.  It runs as a daemon and
monitors processes through /proc and predicts applications that may
run and prefetches binaries and shared object.  In my experience, it
reduced the startup time of OpenOffice.org writer right after a reboot
from 13 seconds to 7 seconds, and Firefox from 9 to 7.  It also decreased
the time from entering login/password information in gdm to a usable
dekstop is loaded from 37s to 32s.  On the other hand though, the time
from power button is pressed to gdm login screen is functional, was
increased from 65s to 85s, due to excessive harddisk activitiy caused
by preload.

I haven't performed any benchmarks myself.


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



Bug#338717: apt-listchanges: signals should be handled properly

2005-11-12 Thread Wolfgang Karall
Package: apt-listchanges
Version: 2.59-0.2
Severity: normal


Hello!

Today while upgrading some packages I was browsing the changes (using
the pager) my ssh connection to a server (sarge) vanished, and once I
was able to reconnect I killed the apt-listchanges process and thought
I'd just restart the whole upgrade process. But, instead the upgrade was
finished as if I had said Yes to the confirmation question, which is not
the right thing to do IMO. Besides, the pager process is still running
and the temporary file with the partial changelog is left in /tmp.

TERM and probably a couple of other signals should be caught and then
some cleanup routine should be caught. No idea how to do that in python,
otherwise I'd tried to come up with a patch.

Regards,
WK

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apt-listchanges depends on:
ii  apt   0.6.42.2   Advanced front-end for dpkg
ii  debconf   1.4.59 Debian configuration management sy
ii  debianutils   2.15.1 Miscellaneous utilities specific t
ii  python2.3.5-3An interactive high-level object-o
ii  python-apt0.6.14 Python interface to libapt-pkg
ii  ucf   2.003  Update Configuration File: preserv

apt-listchanges recommends no packages.

-- debconf information:
* apt-listchanges/confirm: true
* apt-listchanges/which: both
* apt-listchanges/frontend: pager
* apt-listchanges/email-address:
* apt-listchanges/save-seen: true


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



Bug#338046: Bug#338608: Debian Bug#338046: whizzytex: einitex unavailable from tetex and no longer functions.

2005-11-12 Thread Atsuhito Kohda
From: Junichi Uekawa [EMAIL PROTECTED]
Subject: Bug#338608: Debian Bug#338046: whizzytex: einitex unavailable from 
tetex and no longer functions.
Date: Sat, 12 Nov 2005 10:44:30 +0900

 1. I don't understand why it has to be removed; it's an 
  interface that has been used, and not documented as 
  deprecated anywhere.

I'm not usre that one can say initex _has to_ be removed
but at least it is reasonable to remove it in teTeX3.0
as I already explained.  Further, it's your too personal
impression to say it's an interface that has been used.
At most one should say there was a time in the past when 
it was an interface commonly used.

 2. If it's really a problem that such symlink exists, 
  please do document it in the manual page, changelog,
  NEWS.Debian, and release-notes of debian-installer,
  and then remove after etch.

It's too late.  This is already not even a news.

  Please provide a 'initex' that prints out a warning that
  it is being deprecated for etch.

This would break the fundamental initex feature as documented
in its manual.

I can understand that you've been considerinig initex as a 
fundamental executable to dump fmt file and are surprised
to see it removed but it's not general issue but, sorry to say,
only your personal issue.

I believe it is reasonable to tag this wontfix or something.

Regards,  2005-11-12(Sat)

-- 
 Debian Developer  Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda [EMAIL PROTECTED]
 Department of Math., Univ. of Tokushima


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



Bug#338718: sylpheed-claws-gtk2: customizable pop3 timeout

2005-11-12 Thread fellow
Package: sylpheed-claws-gtk2
Version: 1.9.14-1
Severity: normal


Hi!
One of my pop3 accounts is a very busy (or missconfigurated) mail server 
and sometimes sylpheed can't recieve the emails for 5-10 minutes. The 
problem is, that during the receiving period sylpheed is mostly unusable 
(lots of menu options don't work, like exit).
The receiving window have a Cancel option, but I prefer the Pop-up only 
on manual receiving mode.
So all I need is a customizable pop3 session timeout, like Idle time
for pop3 receiving.
cu: fellow

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)

Versions of packages sylpheed-claws-gtk2 depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaspell150.60.4-1  GNU Aspell spell-checker runtime l
ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
ii  libc6  2.3.5-7   GNU C Library: Shared libraries an
ii  libcompfaceg1  1989.11.11-24 Compress/decompress images for mai
ii  libdb4.2   4.2.52-20 Berkeley v4.2 Database Libraries [
ii  libetpan3  0.39.1-1  mail handling library
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libfreetype6   2.1.10-1  FreeType 2 font engine, shared lib
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.8.3-1   The GLib library of C routines
ii  libgnomecanvas2-0  2.10.2-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.10.3-3  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.10.2-2  GNOME 2.2 print architecture User 
ii  libgnutls121.2.8-1   the GNU TLS library - runtime libr
ii  libgpg-error0  1.1-4 library for common error values an
ii  libgpgme11 1.1.0-1   GPGME - GnuPG Made Easy
ii  libgtk2.0-02.6.10-1  The GTK+ graphical user interface 
ii  libldap2   2.1.30-12 OpenLDAP libraries
ii  liblockfile1   1.06  NFS-safe locking library, includes
ii  libpango1.0-0  1.8.2-3   Layout and rendering of internatio
ii  libpisock8 0.11.8-15 Library for communicating with a P
ii  libsasl2   2.1.19-1.7Authentication abstraction library
ii  libssl0.9.70.9.7g-5  SSL shared libraries
ii  libtasn1-2 0.2.13-1  Manage ASN.1 structures (runtime)
ii  libxml22.6.22-2  GNOME XML library
ii  zlib1g 1:1.2.3-6 compression library - runtime

Versions of packages sylpheed-claws-gtk2 recommends:
ii  sylpheed-claws-gtk2-i18n  1.9.14-1   Locale data for Sylpheed Claws (i1

-- no debconf information


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



Bug#338719: Please add dmraid support to hw-detect

2005-11-12 Thread Marco Amadori
Package: hw-detect
Version: any
Severity: wishlist

As discussed in debian-boot, hw-detect should check for dmraid arrays.

After having found the disks and loaded pertinent kernel modules, dmraid -c 
-s should be launched to check a BIOS configured software raid.

At medium priority a debconf question about activating it should be asked and 
at higher pri should be activated by default.

Tag experimental this feature.

-- 
ESC:wq


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



Bug#153036: [EMAIL PROTECTED]: Re: Bug#153036: reintroduced by last security update]

2005-11-12 Thread Thomas Zeitlhofer
On Thu, Nov 10, 2005 at 09:19:55PM +0100, Martin Schulze wrote:

  At least with cpio 2.5-1.2 it definitely works on i386. I just
  verified it:
 
 Since the differences between these versions affect other parts of the
 program, I'd say that it's a sideeffect of something.  I don't know
 of what, though.
 
 Could you recompile both versions?

Yes, I build the binary packages for 2.5-1.2 and 2.5-1.3 from source and
the problem is gone - _both_ version work via ssh. So perhaps
something is related to the build process of the binary package. 
The compiler here is gcc version 3.3.5 (Debian 1:3.3.5-13).

 I'm attaching the security patches so you could glance over them as
 well.

You are right, they are unrelated to the problem.

Regards,

Thomas


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



Bug#336012: eclipse - FTBFS: error spawning gij

2005-11-12 Thread Michael Koch
Hello Bastian,


I think I found the root of the problem. Its probably a bug in
java-gcj-compat on some archs. To verify this please do the following:

apt-get install java-gcj-compat
strings /usr/lib/jvm/java-gcj/bin/java | grep error

On my x86 and powerpc systems this returns:

error spawning gij-4.0

I guess on your system it returns

error spawning gij

But it doesnt support on gij, but on gij-4.0.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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



Bug#338720: ydpdict: Passing user input directly to the printf-like function causes SEGFAULT

2005-11-12 Thread Jakub Wilk

Package: ydpdict
Version: 0.63-1
Severity: normal
Tags: patch

Calling
 ydpdict -w %s
causes SEGFAULT.

The patch below fixes this bug.

diff -ur ydpdict-0.63-org/src/ydpdict.c ydpdict-0.63-new/src/ydpdict.c
--- ydpdict-0.63-org/src/ydpdict.c  2004-05-31 11:44:37.0 +0200
+++ ydpdict-0.63-new/src/ydpdict.c  2005-11-12 11:16:50.0 +0100
@@ -822,12 +822,12 @@
for (y = 0; y  (ysize - 4); y++) {
wattrset(wordwin, y == menu ? A_REVERSE : A_NORMAL);
mvwprintw(wordwin, y + 1, 0, );
-   mvwprintw(wordwin, y + 1, 1, convert_plain(strncpy(buf, 
words[pos + y], sizeof(buf) - 1), charset, 0));
+   mvwprintw(wordwin, y + 1, 1, %s, convert_plain(strncpy(buf, 
words[pos + y], sizeof(buf) - 1), charset, 0));
}

wattrset(wordwin, exact ? A_BOLD : A_NORMAL);
mvwprintw(wordwin, 0, 0, [__]);
-   mvwprintw(wordwin, 0, 1, convert_plain(strncpy(buf, input, sizeof(buf) 
- 1), charset, 0));
+   mvwprintw(wordwin, 0, 1, %s, convert_plain(strncpy(buf, input, 
sizeof(buf) - 1), charset, 0));
wattrset(wordwin, A_NORMAL);

wmove(wordwin, 0, menux + 1);

-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (900, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages ydpdict depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand

ydpdict recommends no packages.

-- no debconf information

--
Jakub Wilk


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



Bug#338721: sylpheed-claws-gtk2: multiple ssl cert. per server

2005-11-12 Thread fellow
Package: sylpheed-claws-gtk2
Version: 1.9.14-1
Severity: normal


Hi!
One of my addresses is on a public server, what changes the ssl
certification freqvently.
There are two self-signed certs:
pop3.citromail.hu / CitroMail Server / ...
localhost / Courier Mail Server / ...

Both certs work, so I need a way to store more then one cert per server.
cu: fellow

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)

Versions of packages sylpheed-claws-gtk2 depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaspell150.60.4-1  GNU Aspell spell-checker runtime l
ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
ii  libc6  2.3.5-7   GNU C Library: Shared libraries an
ii  libcompfaceg1  1989.11.11-24 Compress/decompress images for mai
ii  libdb4.2   4.2.52-20 Berkeley v4.2 Database Libraries [
ii  libetpan3  0.39.1-1  mail handling library
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libfreetype6   2.1.10-1  FreeType 2 font engine, shared lib
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.8.3-1   The GLib library of C routines
ii  libgnomecanvas2-0  2.10.2-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.10.3-3  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.10.2-2  GNOME 2.2 print architecture User 
ii  libgnutls121.2.8-1   the GNU TLS library - runtime libr
ii  libgpg-error0  1.1-4 library for common error values an
ii  libgpgme11 1.1.0-1   GPGME - GnuPG Made Easy
ii  libgtk2.0-02.6.10-1  The GTK+ graphical user interface 
ii  libldap2   2.1.30-12 OpenLDAP libraries
ii  liblockfile1   1.06  NFS-safe locking library, includes
ii  libpango1.0-0  1.8.2-3   Layout and rendering of internatio
ii  libpisock8 0.11.8-15 Library for communicating with a P
ii  libsasl2   2.1.19-1.7Authentication abstraction library
ii  libssl0.9.70.9.7g-5  SSL shared libraries
ii  libtasn1-2 0.2.13-1  Manage ASN.1 structures (runtime)
ii  libxml22.6.22-2  GNOME XML library
ii  zlib1g 1:1.2.3-6 compression library - runtime

Versions of packages sylpheed-claws-gtk2 recommends:
ii  sylpheed-claws-gtk2-i18n  1.9.14-1   Locale data for Sylpheed Claws (i1

-- no debconf information


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



Bug#338722: xcdroast: cannot detect uppercased .ISO format

2005-11-12 Thread Jung-hoon Han
Package: xcdroast
Version: 0.98+0alpha15-3
Severity: normal

until renaming .ISO formatted file to .iso, it couldn't read
my downloaded iso image.

To revoke this event do as following:

1. create or get iso image file
 - rename its postfix(extention? for dos,windows) name to .ISO
 
2. run xcdroast

 [Create CD] - [CD/Image Info]
 - confirm if your ISO files get detected
 - when impossible, just rename to .iso
 - then re-run or click on [Update] button
 
3. you can discover that it cannot detect uppercased .ISO file

it seems like flaw of the program, not this package.
so that's good to tell the upstream developer of xcdroast.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4-oc15
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8)

Versions of packages xcdroast depends on:
ii  cdda2wav  4:2.01+01a03-2 Creates WAV files from audio CDs
ii  cdrecord  4:2.01+01a03-2 command line CD writing tool
ii  debconf [debconf-2.0] 1.4.59 Debian configuration management sy
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libglib2.0-0  2.8.3-1The GLib library of C routines
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libpcre3  6.4-1  Perl 5 Compatible Regular Expressi
ii  makedev   2.3.1-79   creates device files in /dev
ii  mkisofs   4:2.01+01a03-2 Creates ISO-9660 CD-ROM filesystem

xcdroast recommends no packages.

-- debconf information:
  xcdroast/missing_cd_devices: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
  xcdroast/missing_generic_devices: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
  xcdroast/can_use_normal_user: false
* xcdroast/create_scsi_generic_devices: true
* xcdroast/create_scsi_cd_devices: true


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



Bug#338723: Map files in obsolete place

2005-11-12 Thread Juhapekka Tolvanen

Package: scalable-cyrfonts-tex
Version: 4.8
Severity: normal


When I run updmap or updmap-sys, I get error like this:

updmap-sys: using map file
`/usr/share/texmf/fonts/map/dvips/scalable-cyrfonts-tex.map'

!!! WARNING: Identical copy of used file for `scalable-cyrfonts-tex.map'
exists in obsolete location
  /usr/share/texmf/dvips/scalable-cyrfonts-tex.map
Please, consider removing this file.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (500, 
'proposed-updates'), (101, 'unstable'), (99, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages scalable-cyrfonts-tex depends on:
ii  tetex-base3.0-10 Basic library files of teTeX
ii  tetex-bin 3.0-10.1   The teTeX binary files

scalable-cyrfonts-tex recommends no packages.

-- no debconf information

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Pahat enteet hiljaisuuden kaiken täyttää. Niin tuskaisen läsnä joka hetki,
vaikka pään pois kääntää. Vaikka sulkisi silmät kuva säilyy, eikä mee
minnekään, muttei silti tule luo, vaan tuijottaa tuijottamistaan.  Apulanta



Bug#338724: squidguard [INTL:pt] Portuguese translation for squidguard's debconf messages

2005-11-12 Thread Miguel Figueiredo
Package: eagle
Version: 4.15-1
Tags: l10n, patch
Severity: wishlist

Portuguese translation for eagle's debconf messages by Luís Ferreira.
Feel free to use it.

For translation updates please contact Last Translator or CC the
Portuguese translation team traduz _at_ debianpt.org.

--
---
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org


# Luís Ferreira [EMAIL PROTECTED], 2005.
#
# 2005-11-07 - Luís Ferreira [EMAIL PROTECTED] - Initial translation
#
msgid 
msgstr 
Project-Id-Version: eagle 4.15-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-03-29 09:46-0800\n
PO-Revision-Date: 2005-11-07 00:25+0100\n
Last-Translator: Luís Ferreira [EMAIL PROTECTED]\n
Language-Team: Portuguese [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.10.2\n
Plural-Forms:  nplurals=2; plural=(n != 1);\n

#. Type: boolean
#. Description
#: ../templates:4
msgid Run eagle now to install the license key file?
msgstr Correr o eagle agora para instalar o ficheiro licença chave?

#. Type: boolean
#. Description
#: ../templates:4
msgid Eagle must be run once as root to install the license key file.
msgstr 
O Eagle necessita de correr uma vez como root para instalar o ficheiro 
licença chave.


Bug#295662: confirming / fixed-upstream

2005-11-12 Thread Alexander Sack
tags 295662 + confirmed
tags 295662 + fixed-upstream
thanks

I guess this is closed in tbird 1.5. Will ask you for confirmation as soon
as I have a test package up.


-- 
 GPG messages preferred. |  .''`.  ** Debian GNU/Linux **
 Alexander Sack  | : :' :  The  universal
 [EMAIL PROTECTED] | `. `'  Operating System
 http://www.jwsdot.com/  |   `-http://www.debian.org/


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



Bug#337756: dependency problem

2005-11-12 Thread Ross Johnson
This might not be a kig problem, but it's a problem for kig to be in 
testing when its dependencies can't be met.  Can we assign this bug 
somewhere else or merge this with an existing bug report?  I can't 
install kde in testing because it depends the problem originally 
posted.  How did kig get into testing if it can't be installed in a 
testing environment?



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



Bug#336012: eclipse - FTBFS: error spawning gij

2005-11-12 Thread Bastian Blank
On Sat, Nov 12, 2005 at 12:38:16PM +0100, Michael Koch wrote:
 I think I found the root of the problem. Its probably a bug in
 java-gcj-compat on some archs.

This bug (#335570) was fixed in 1.0.41-2. This version failed to build
on 4 arches.

I just checked the problem. It fails with gcj-4.0 4.0.2-2 and succeds
with 4.0.2-3.

Bastian

-- 
But Captain -- the engines can't take this much longer!


signature.asc
Description: Digital signature


Bug#338678: ITP: italc -- teaching tool

2005-11-12 Thread Florian Ragwitz
On Sat, Nov 12, 2005 at 01:30:38AM +0100, Steffen Joeris wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Steffen Joeris [EMAIL PROTECTED]
 
 * Package name: italc
   Version : 0.9.6.2
   Upstream Author : Tobias Doerffel [EMAIL PROTECTED]
 * URL : http://italc.sourceforge.net/download.php
 * License : GPL
   Description : teaching tool

Please take a look at #327276.


-Flo

-- 
BOFH excuse #285:
Telecommunications is upgrading. 


signature.asc
Description: Digital signature


Bug#338725: dpkg-shlibdeps: recursion is not always the answer

2005-11-12 Thread Steve Langasek
Package: dpkg-dev
Version: 1.13.11
Severity: minor

So I was trying, in my madness, to build xorg packages over NFS recently,
and I noticed that the build was spending a ridiculously long time running
dh_shlibdeps (as opposed to the ridiculously long time it was spending
doing... anything else), and I decided to poke and see why this was.

I found an entertaining answer.

# Now: See if it is in this package.  See if it is in any other package.
sub searchdir {
my $dir = shift;
if(opendir(DIR, $dir)) {
my @dirents = readdir(DIR);
closedir(DIR);
for (@dirents) {
if ( -f $dir/$_/DEBIAN/shlibs ) {
push(@curshlibs, $dir/$_/DEBIAN/shlibs);
next;
} elsif ( $_ !~ /^\./  -d $dir/$_  ! -l $dir/$_ ) {
searchdir($dir/$_);
}
}
}
}

This function apparently isn't content to look for
debian/$pkg/DEBIAN/shlibs; it feels a need to look for things like
debian/xfonts-75dpi-transcoded/usr/X11R6/lib/X11/fonts/75dpi/helvB24-ISO8859-9.pcf.gz/DEBIAN/shlibs
as well.

Based on how this function is invoked, a more appropriate implementation may
be:

sub searchdir {
my $dir = shift;
if (opendir(DIR, $dir)) {
my @dirents = readdir(DIR);
closedir(DIR);
for (@dirents) {
if ( -f $dir/$_/DEBIAN/shlibs ) {
push(@curshlibs, $dir/$_/DEBIAN/shlibs);
}
}
}
}

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#338726: Duplicate fonts

2005-11-12 Thread Juhapekka Tolvanen
Package: t1-cyrillic
Version: 4.8
Severity: normal


Accroding to a file called copyright:

 Clip here 
Upstream packages:

1) urw-fonts-1.0.7pre40-src.tar.bz2 from
   ftp://ftp.gnome.ru/fonts/
   Maintainer: Valek Filippov [EMAIL PROTECTED]
 Clip here 

That is useless, because:

http://www.ghostscript.com/article/44.html


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (500, 
'proposed-updates'), (101, 'unstable'), (99, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages t1-cyrillic depends on:
ii  defoma   0.11.8-0.1  Debian Font Manager -- automatic f
ii  xutils   6.8.2.dfsg.1-10 X Window System utility programs

Versions of packages t1-cyrillic recommends:
pn  xfs | xserver-xfree86 none (no description available)

-- no debconf information

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Pahat enteet hiljaisuuden kaiken täyttää. Niin tuskaisen läsnä joka hetki,
vaikka pään pois kääntää. Vaikka sulkisi silmät kuva säilyy, eikä mee
minnekään, muttei silti tule luo, vaan tuijottaa tuijottamistaan.  Apulanta



Bug#338727: Desktop file

2005-11-12 Thread Christian Bjälevik
Package: valknut
Version: 0.3.7-2

 Hi!

I'm currently merging valknut with the Ubuntu version. Only change
remaining is that we have a .desktop, something I suppose Debian would
want aswell. I'll attach the debdiff I have right now.
-- 
Christian Bjälevik [EMAIL PROTECTED]
diff -u valknut-0.3.7/debian/changelog valknut-0.3.7/debian/changelog
--- valknut-0.3.7/debian/changelog
+++ valknut-0.3.7/debian/changelog
@@ -1,3 +1,11 @@
+valknut (0.3.7-2ubuntu1) dapper; urgency=low
+
+  * Merged with Debian.
+- Added .desktop file. Thanks Christophe Dumez for reporting and
+  providing the desktop file (Closes: #2483) (Sebastian Dröge)
+
+ -- Christian Bjälevik [EMAIL PROTECTED]  Sat, 12 Nov 2005 11:55:54 +0100
+
 valknut (0.3.7-2) unstable; urgency=low
 
   * Build for gcc and qt/kde transition (Closes: #328007, #326035)
@@ -9,6 +17,25 @@
   * fixed typo in long description (Closes: #310846)
  -- Pasi Savilaakso [EMAIL PROTECTED]  Sun,  2 Oct 2005 09:43:22 +0300
 
+valknut (0.3.7-1ubuntu1) breezy; urgency=low
+
+  * Added .desktop file. Thanks Christophe Dumez for reporting and providing
+the desktop file (Closes: #2483)
+
+ -- Sebastian Dröge [EMAIL PROTECTED]  Thu, 22 Sep 2005 18:16:17 +0200
+
+valknut (0.3.7-1build2) breezy; urgency=low
+
+  * Rebuild with the right build-deps: libdc0 has fixed shlibs now.
+
+ -- Christian Bjälevik [EMAIL PROTECTED]  Tue,  9 Aug 2005 15:36:00 +0200
+
+valknut (0.3.7-1build1) breezy; urgency=low
+
+  * Rebuild for new C++ ABI
+
+ -- Matthias Klose [EMAIL PROTECTED]  Tue, 28 Jun 2005 09:09:32 +
+
 valknut (0.3.7-1) unstable; urgency=high
 
   * New upstream release (Closes: #289643, #269952, #265284, #270096, #286234) 
diff -u valknut-0.3.7/debian/rules valknut-0.3.7/debian/rules
--- valknut-0.3.7/debian/rules
+++ valknut-0.3.7/debian/rules
@@ -72,7 +72,8 @@
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/valknut
 	rm -f $(CURDIR)/debian/valknut/usr/share/valknut/COPYING
 	cp debian/valknut.xpm $(CURDIR)/debian/valknut/usr/share/pixmaps/
-	
+	dh_install -pvalknut debian/valknut.desktop usr/share/applications
+	dh_desktop -pvalknut	
 
 # Build architecture-independent files here.
 binary-indep: build install
only in patch2:
unchanged:
--- valknut-0.3.7.orig/debian/valknut.desktop
+++ valknut-0.3.7/debian/valknut.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=valknut
+GenericName=
+Comment=
+Icon=/usr/share/pixmaps/valknut.xpm
+Exec=/usr/bin/valknut
+Terminal=false
+Categories=Application;Network;


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


Bug#338728: squidguard [INTL:pt] Portuguese translation for fbset's debconf messages

2005-11-12 Thread Miguel Figueiredo
Package: fbset
Version: 2.1-17
Tags: l10n, patch
Severity: wishlist

Portuguese translation for fbset's debconf messages by Luís Ferreira.
Feel free to use it.

For translation updates please contact Last Translator or CC the
Portuguese translation team traduz _at_ debianpt.org.

--
---
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org



# Luís Ferreira [EMAIL PROTECTED], 2005.
#
# 2005-11-07 - Luís Ferreira [EMAIL PROTECTED] - Initial translation
#
msgid 
msgstr 
Project-Id-Version: fbset 2.1-17\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-06-18 04:24+0300\n
PO-Revision-Date: 2005-11-07 00:30+0100\n
Last-Translator: Luís Ferreira [EMAIL PROTECTED]\n
Language-Team: Portuguese [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.10.2\n
Plural-Forms:  nplurals=2; plural=(n != 1);\n

#. Type: note
#. Description
#: ../fbset.templates:3
msgid Created framebuffer devices
msgstr Dispositivos framebuffer criados

#. Type: note
#. Description
#: ../fbset.templates:3
msgid 
fbset needs framebuffer devices in order to function correctly. These have 
been created as /dev/fb[0-7], with the appropriate permissions.
msgstr 
o fbset necessita de dispositivos framebuffer para poder funcionar 
correctamente. Estes foram criados como /dev/fb[0-7], com as permissões 
apropriadas.


Bug#338729: squidguard [INTL:pt] Portuguese translation for gnump3d's debconf messages

2005-11-12 Thread Miguel Figueiredo
Package: gnump3d
Version: 2.9.7-2
Tags: l10n, patch
Severity: wishlist

Portuguese translation for gnump3d's debconf messages by Luís Ferreira.
Feel free to use it.

For translation updates please contact Last Translator or CC the
Portuguese translation team traduz _at_ debianpt.org.

--
---
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org




# Luís Ferreira [EMAIL PROTECTED], 2005.
#
# 2005-11-11 - Luís Ferreira [EMAIL PROTECTED] - Initial translation
#
msgid 
msgstr 
Project-Id-Version: gnump3d 2.9.7-2\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-03-04 08:46-0800\n
PO-Revision-Date: 2005-11-07 00:36+0100\n
Last-Translator: Luís Ferreira [EMAIL PROTECTED]\n
Language-Team: Portuguese [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.10.2\n
Plural-Forms:  nplurals=2; plural=(n != 1);\n

#. Type: string
#. Description
#: ../templates:4
msgid Which portnumber should gnump3d use:
msgstr Que numero de porto deve o gnump3d usar:

#. Type: string
#. Description
#: ../templates:9
msgid Root directory for gnump3d:
msgstr Directório raiz para o gnump3d:

#. Type: string
#. Description
#: ../templates:14
msgid User to run as:
msgstr Correr como o utilizador:


Bug#338731: ydpdict: Scrolling the list of words can cause SEGFAULT

2005-11-12 Thread Jakub Wilk

Package: ydpdict
Version: 0.63-1
Severity: normal
Tags: patch

$ echo `tput cols`x`tput lines`
132x40
$ ydpdict -w yul

Then, pressing PageDown twice causes SEGFAULT.

The patch below fixes this bug.

diff -ur ydpdict-0.63-org/src/ydpdict.c ydpdict-0.63-new/src/ydpdict.c
--- ydpdict-0.63-org/src/ydpdict.c  2004-05-31 11:44:37.0 +0200
+++ ydpdict-0.63-new/src/ydpdict.c  2005-11-12 12:03:03.0 +0100
@@ -373,7 +373,7 @@
} else {
if (menu  ysize - 5)
menu = ysize - 5;
-   else if (pos  wordcount - 39)
+   else if (pos  wordcount - (ysize - 4) 
* 2 - 1)
pos += ysize - 4;
else
pos = wordcount - (ysize - 4);
@@ -534,10 +534,7 @@
keypad(wordwin, TRUE);
halfdelay(100);

-   werase(wordwin);
-   werase(defwin);
-   werase(headwin);
-   werase(splitwin);
+   erase();

/* narysuj cudowną pionową linię */
for (x = 0; x  ysize; x++) {
@@ -592,7 +589,7 @@

void checksize()
{
-   int newx, newy, fake = 0;
+   int diff, newx, newy, fake = 0;

newx = stdscr-_maxx + 1;
newy = stdscr-_maxy + 1;
@@ -608,6 +605,17 @@

xsize = newx;
ysize = newy;
+
+   diff = pos + (ysize - 4) - wordcount;
+   if (diff  0) {
+   pos -= diff;
+   menu += diff;
+   }
+   diff = menu - (ysize - 5);
+   if (diff  0) {
+   pos += diff;
+   menu -= diff;
+   }
}

/* czy podany znaczek da się wyświetlić i wprowadzić z klawiatury? */


-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (900, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages ydpdict depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand

ydpdict recommends no packages.

-- no debconf information

--
Jakub Wilk



Bug#338730: squidguard [INTL:pt] Portuguese translation for colormake's debconf messages

2005-11-12 Thread Miguel Figueiredo
Package: colormake
Version: 0.2-4
Tags: l10n, patch
Severity: wishlist

Portuguese translation for colormake's debconf messages by Luís Ferreira.
Feel free to use it.

For translation updates please contact Last Translator or CC the
Portuguese translation team traduz _at_ debianpt.org.

--
---
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org





# Luís Ferreira [EMAIL PROTECTED], 2005.
#
# 2005-11-07 - Luís Ferreira [EMAIL PROTECTED] - Initial translation
#
msgid 
msgstr 
Project-Id-Version: colormake 0.2-4\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2003-08-13 08:08+0200\n
PO-Revision-Date: 2005-11-07 00:46+0100\n
Last-Translator: Luís Ferreira [EMAIL PROTECTED]\n
Language-Team: Portuguese [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.10.2\n
Plural-Forms:  nplurals=2; plural=(n != 1);\n

#. Description
#: ../templates:3
msgid /usr/bin/cmake was renamed to /usr/bin/colormake
msgstr /usr/bin/cmake foi renomeado para /usr/bin/colormake

#. Description
#: ../templates:3
msgid 
Due to a name clash with the cmake package renaming /usr/bin/cmake was 
necessary.
msgstr 
Devido a um choque de nomes com o pacote cmake foi necessário renomear 
o /usr/bin/cmake.


Bug#338732: logcheck-database: ignore rule for package cvs

2005-11-12 Thread Martin Lohmeier
Package: logcheck-database
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

here is a rule for the cvs package. The line that should be ignored looks like 
this:

Nov 12 12:02:22 djinn01 cvs-pserver[15917]: connect from 212.202.200.77 
(212.202.200.77)
Nov 12 12:31:00 djinn01 cvs-pserver[18386]: connect from 80.190.250.190 
(80.190.250.190)

I'll send the maintainer of cvs a note.

bye, Martin

- -- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

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

iD8DBQFDddQxOvJj+wS6JuIRAp25AJ9R+CQnX+xRPClqv2EdKeSMS0bnxQCgz2So
X2JUAvqEdIjJVY8BeIdW3eE=
=QSed
-END PGP SIGNATURE-
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cvs-pserver\[[0-9]+\]: connect from 
[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3} 
\([0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}\)$

Bug#338734: fstab doesn't mount NTFS partitions on Serial ATA drives.

2005-11-12 Thread Matteo Frare Barutti

Package: linux-2.6
Version: all
Severity: normal

Hi all,

I found that Serial ATA drives with NTFS partitions present in /etc/fstab 
doesn't get mounted in bootstrap.
drives are correctly detected; if you manually mount partitions via 
terminal/console instead, they correctly get mounted;

Example:
# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/hda2   /   ext3defaults,errors=remount-ro 0   1
/dev/hda5   noneswapsw  0   0
/dev/hdb/media/cdrom0   iso9660 ro,user,noauto  0   0
/dev/sda1   /mnt/storagentfsumask=0222,ro   0   0

/dev/sda1 doesn't get mounted.

then, if i write in a console:
mount /dev/sda1 /mnt/storage/ -t ntfs -r -o umask=0222
everything is ok.

Normal ATA drives with ntfs are correctly mounted on same system.

Tried with all stable kernel, same problem.
Tried with another system, same problem.


see for reference:
http://lists.debian.org/debian-user/2005/09/msg01346.html;
http://lists.debian.org/debian-kernel/2005/01/msg00138.html; 


kernels = 2.6 are affected with this issue, both stable and testing;

Regards, Matt.



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



Bug#338733: Please add an eclipse metapackage

2005-11-12 Thread Adrian Bunk
Package: eclipse
Version: 3.1.1-5
Severity: wishlist


It would be good if there was an eclipse metapackage that would depend
on the complete eclipse.


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



Bug#304517: ITP: cacao -- Java virtual machine

2005-11-12 Thread Stephan Michels
Hi,

I want ask about the status of the package. Cacao released 0.92 since the intial
ITP and will release a new version in the next weeks. Is there inital
work on the package I can look into? Do you have remaining interest to
package cacao?

Stephan Michels



Bug#338735: partimage -h, manpage and source differ in list of supported file systems

2005-11-12 Thread Adrian Knoth
Package: partimage
Version: 0.6.4-14
Severity: minor
Tags: 

Hi,

when trying to get a list of supported file systems, partimage
shows inconsistencies:

[EMAIL PROTECTED]:~$ partimage -h
===
Partition Image (http://www.partimage.org/) version 0.6.4 [stable]
 distributed under the GPL 2 license (GNU General Public License) 

Supported file systems:ext2fs, reiserfs, fat16, fat32, ntfs(exp), hpfs


[EMAIL PROTECTED]:~$ partimage -i
 Partition Image: compilation options used 

* Version is 0.6.4 [4.0.2 (Debian 4.0.1-9)].

* Supported file systems:
  - 
ext2fs,ext3fs,reiserfs-3.5,reiserfs-3.6,reiserfs,fat,fat16,fat32,ntfs,hpfs,xfs,jfs,hfs,ufs


and the manpage:

CAVEATS
   For  now, only ext2fs, ext3fs, FAT16, FAT32, JFS, NTFS, HPFS, reiserfs,
   XFS are supported.

   UFS is recognized but not yet supported.

   FAT12 will never be supported.


These differences should be removed, every list of supported file systems
should contain the same items.

I think this error should be reported to upstream (if alive).

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages partimage depends on:
ii  libbz2-1.01.0.2-10   high-quality block-sorting file co
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libnewt0.51   0.51.6-31  Not Erik's Windowing Toolkit - tex
ii  libslang2 2.0.4-7The S-Lang programming library - r
ii  libssl0.9.7   0.9.7g-5   SSL shared libraries
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  zlib1g1:1.2.3-4  compression library - runtime

partimage recommends no packages.

-- no debconf information


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



Bug#338736: mountvirtfs: Succeeds in various cases it should fail

2005-11-12 Thread Enrico Zini
Package: initscripts
Version: 2.86.ds1-4
Severity: normal
Tags: patch

Hello,

thanks for packaging initscripts.

With the recent grep problem I had to perform some stages of boot by
hand, and I've noticed that mountvirtfs is very silent about its
problems:

 - It would succeed if called with no parameters:

 $ /etc/init.d/mountvirtfs  echo yes
 yes

 - It would succeed if called with wrong parameters:

 $ /etc/init.d/mountvirtfs garble  echo yes
 yes

 - It would even succeed if called with the correct parameters, but by
   non-root:

 $ /etc/init.d/mountvirtfs start  echo yes
 yes

A patch follows that improves reporting on bad commandline options:


--- mountvirtfs 2005-11-12 12:28:48.351425320 +0100
+++ mountvirtfs.enrico  2005-11-12 12:30:47.041381704 +0100
@@ -240,9 +240,13 @@
 }
 
 case $1 in
-start)
+start|restart|reload|force-reload)
do_start
;;
+stop)
+   ;;
 *)
+   echo Usage: $0 start|stop|restart|reload|force-reload
+   exit 0
 ;;
 esac


The following patch instead prints some notice on stderr when
mountvirtfs in not in the condition of doing what one would expect:


--- mountvirtfs.enrico  2005-11-12 12:30:47.041381704 +0100
+++ mountvirtfs.enrico.errors   2005-11-12 12:43:22.308563640 +0100
@@ -56,6 +56,7 @@
# Directory present ?
if [ ! -d $3 ]
then
+   echo Mount point $3 is not present: skipping it. 2
return
fi
 
@@ -83,6 +84,12 @@
fi
if [ $TYPE =  ]
then
+   if [ $2 -ne  ]
+   then
+   echo Filesystem type $1 is not supported: skipping 
mounting of $3. 2
+   else
+   echo Neither filesystem type $1 nor $2 are supported: 
skipping mounting of $3. 2
+   fi
return
fi
 
@@ -121,7 +128,10 @@
if ! mountpoint -q $3
then
# No, do it now
-   mount $MOUNT_N -t $TYPE $OPTS $4 $TYPE $3
+   if [ ! mount $MOUNT_N -t $TYPE $OPTS $4 $TYPE $3 ]
+   then
+   echo Mount failed for $3: skipping it. 2
+   fi
else
# Need to update mtab only ?
if [ -n $DO_MTAB ] 


Bye,

Enrico

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages initscripts depends on:
ii  coreutils5.2.1-2.1   The GNU core utilities
ii  dpkg 1.13.11.0.1 package maintenance system for Deb
ii  e2fsprogs1.38-2  ext2 file system utilities and lib
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  lsb-base 3.0-11  Linux Standard Base 3.0 init scrip
ii  util-linux   2.12p-8 Miscellaneous system utilities

initscripts recommends no packages.

-- no debconf information


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



Bug#297743: Issue confirmed. Some remarks.

2005-11-12 Thread Philipp Spitzer
Hi!

I think I suffer from the same bug and want to add some remarks.

First the system information:
- Architecture: i386 (i686)
- Intel Pentium III 450 MHz
- 256 MHz RAM
- Debian Release: testing/unstable (etch)
- APT prefers testing
- APT policy: (500, 'testing')
- KDE (kde-core 5:45)
- xserver-xorg 6.8.2.dfsg6.8.2.dfsg
- openoffice.org 1.1.4-7
- Graphic card: nvidia riva TNT (Driver nv in /etc/X11/xorg.conf)
- Shell:  /bin/sh linked to /bin/bash
- Kernel: Linux 2.6.12-1-686
- Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

After updating quite a lot thinks via aptitude (including the kernel
(2.6.8 to 2.6.12), KDE, and Openoffice (1.1.3 to 1.1.4)), the problem
appeared. After launching openoffice it behaves as usual (expect that
loading a document lasts may last longer as before) and after about 3
minutes working it disappears, writing the following text in the
console:

[begin]
sh: crash_report: command not found
Xlib: unexpected async reply (sequence 0x2caa4)!
Xlib: sequence lost (0x3d0b9  0x2d0c3) in reply type 0x3!


Fatal exception: Signal 11
Stack:
/usr/lib/openoffice/program/libsal.so.3[0x411b73c6]
/usr/lib/openoffice/program/libsal.so.3[0x411b7553]
/usr/lib/openoffice/program/libsal.so.3[0x411b761e]
[0xe420]
/usr/lib/openoffice/program/libsal.so.3[0x411ac5d4]
/lib/tls/libpthread.so.0[0x41180ccd]
/lib/tls/libc.so.6(__clone+0x5e)[0x410eab0e]
[end]

Each time, the message slightly differs:

[begin]
Xlib: unexpected async reply (sequence 0x6751)!


Fatal exception: Signal 11
Stack:
/usr/lib/openoffice/program/libsal.so.3[0x411b73c6]
/usr/lib/openoffice/program/libsal.so.3[0x411b7553]
/usr/lib/openoffice/program/libsal.so.3[0x411b761e]
[0xe420]
/usr/lib/openoffice/program/libsal.so.3[0x411ac5d4]
/lib/tls/libpthread.so.0[0x41180ccd]
/lib/tls/libc.so.6(__clone+0x5e)[0x410eab0e]
[end]


I have made some tests to gain more information and found the
following:
- It happens (at least) in oowriter and oocalc (I have not used the
  other programs for my tests)
- It happens independently of being started as user or root.
- It doesn't seem to be related to locale-settings. Starting it with the
  default C locale instead of the de_AT locale results in the same async
  reply.
- The problem does not depend on whether openoffice finds a .lock file
  remaining from a previos crash or not (as claimed in
  http://clug.ca/pipermail/clug-talk_clug.ca/2005-July/003499.html).
- There are no new entries in /var/log/syslog or /var/log/messages
  between openoffice start and crash.
- If I start openoffice writer but do not actually work with it (keeping
  it in the background), it doesn't crash (at least the time I waited).
  When I open a document and keep it in the background, it crashes, too.
- Maybe it's just a feeling, but I think when it crashes its about to
  do something screen-drawing-related. Typically, it crashes when I (but
  not always):
  - switch between openoffice windows.
  - save a document (all the icons get grayed out for a short time)
  - mark text (strg-a)
- Some times I noticed that a - maybe - dialogbox is about to appear
  quite before openoffice crashes: The frame is drawn by the
  windowmanager but not the content.


But here the maybe most interesting observation:
- Booting the old kernel 2.6.8 with the same system and configuration,
  openoffice did _not_ crash, even working a whole hour very intensively
  with it.

The differences between the kernels are:
- kernel, openoffice works with:
  2.6.8 (compiled by me, omitting the modules, where I have no hardware)
- kernel, openoffice crashes with:
  2.6.12-1-686 (standard debian kernel)

The /var/log/Xorg.0.log files of the x server starts with the different
kernels are identical (exect the creation time line and the kernel
line).

I would have compiled the 2.6.12 kernel by myself with the same .config
options as 2.6.8 but 2.6.12 does not compile with gcc 4.0.2.

Thank you and greetings,
Philipp Spitzer


signature.asc
Description: Digital signature


Bug#328582: /etc/init.d/umountfs: swapoff should be called before unmounting localfs and not after?

2005-11-12 Thread Petter Reinholdtsen

I believe the swapoff/umount order was changed to solve bug #84782,
making sure tmpfs file systems are umounted before swap is turned off
and thus improving the chance of not running out of memory for
low-memory machines.

I'm not sure how to modify umountfs to solve both problems.

I agree that it should be possible to use swap files without having to
run fsck at every boot, and that it should be possible to use tmpfs on
some filesystems with fairly large data sets without having problems
shutting down.


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



Bug#338510: French translation update

2005-11-12 Thread Valéry Perrin
Hello,

Ola Lundqvist a écrit :
 In this case it is trivial. Just type make.

Yes, for your package this is very easy. But many translators dont work
with the source package (they never download them). They take a .pot
file in a web storage (like
http://www.fr.debian.org/international/l10n/po-debconf/pot ), translate
the .pot file and send the po to maintener.
Often, when a translator begin a work, he search the .pot file. If
there's not .pot file, he translate  an other thing.  A translator is
not a developper, he translate and that's all.
I'm not a good example : I'm more a developper than a translator.

 Isn't it better to search for .po files ?
No, because maintener may prepare his package for l10n and have no
translation. A package with a .po file has been translated at least one
time, a package with .pot file is for translation with or without
others translations.

 Or even search for packages that depend on po4a ?
No. po4a is used for other uses, programs package messages translation,
debconf translation, etc. It's not used only for manpages translation.

 I do not really understand this. The pot file will be recreated so patching
 that file do not help in this case.
Yes. pot file is never patched. but when a translator begin translation
he take the xx.pot file, just rename it language.po, translate this
.po file and send this to maintener (only po file). If two translators
(or more) work (on differents languages) they need to do this with the
same .pot (maintener's .pot file). If they create their own pot file
with different options their translations will be not merged correctly.

Worse, if the maintener's options are not the same to the translator's
options, translation could be not correctly merged. (in the case of a
complex .pot build, not with this package of course)

To conclude this discussion, it's true than, for this package, to hold
or not to hold :-) the .pot file is not very critical because build the
.pot file is trivial and there's not many translations.

Best regards

Valéry Perrin



signature.asc
Description: OpenPGP digital signature


Bug#338734: fstab doesn't mount NTFS partitions on Serial ATA drives.

2005-11-12 Thread Sven Luther
On Sat, Nov 12, 2005 at 12:42:37PM +0100, Matteo Frare Barutti wrote:
 Package: linux-2.6
 Version: all
 Severity: normal
 
 Hi all,
 
 I found that Serial ATA drives with NTFS partitions present in /etc/fstab 
 doesn't get mounted in bootstrap.
 drives are correctly detected; if you manually mount partitions via 
 terminal/console instead, they correctly get mounted;
 
 Example:
 # /etc/fstab: static file system information.
 #
 # file system mount point   type  options   dump  pass
 proc/proc   procdefaults0   0
 /dev/hda2   /   ext3defaults,errors=remount-ro 0   1
 /dev/hda5   noneswapsw  0   0
 /dev/hdb/media/cdrom0   iso9660 ro,user,noauto  0   0
 /dev/sda1 /mnt/storagentfsumask=0222,ro   0   0
 
 /dev/sda1 doesn't get mounted.
 
 then, if i write in a console:
 mount /dev/sda1 /mnt/storage/ -t ntfs -r -o umask=0222
 everything is ok.
 
 Normal ATA drives with ntfs are correctly mounted on same system.
 
 Tried with all stable kernel, same problem.
 Tried with another system, same problem.
 
 
 see for reference:
 http://lists.debian.org/debian-user/2005/09/msg01346.html;
 http://lists.debian.org/debian-kernel/2005/01/msg00138.html; 
 
 kernels = 2.6 are affected with this issue, both stable and testing;

Can you try adding ntfs to /etc/modules, and reboot and see if this still
happens ? 

Anyway, i seriously doubt that this is a kernel bug, most probably either a
mount bug or one in the boot scripts or whatever they are called, in charge of
mounting the disks.

Friendly,

Sven Luther



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



Bug#338737: cpu: [INTL:sv] Swedish debconf templates translation

2005-11-12 Thread Daniel Nylander
Package: cpu
Severity: wishlist
Tags: patch l10n


Here is the swedish translation of the debconf template for cpu.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: cpu 1.4.3-8\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-05-31 13:12-0300\n
PO-Revision-Date: 2005-11-12 13:23+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: swe\n
X-Poedit-Country: swe\n

#. Type: boolean
#. Description
#: ../templates:4
msgid Do you want to manage cpu's configuration through debconf?
msgstr Vill du hantera cpu-konfigurationen genom debconf?

#. Type: boolean
#. Description
#: ../templates:4
msgid Please confirm if you want to allow debconf to manage some parts of your 
cpu.conf. Please note that any further manual changes to cpu.conf will never be 
overwritten by debconf.
msgstr Vänligen bekräfta om du vill tillåta debconf att hantera några delar av 
din cpu.conf. Notera att manuella ändringar i cpu.conf kommer aldrig att 
skrivas över av debconf.

#. Type: string
#. Description
#: ../templates:12
msgid LDAP server:
msgstr LDAP-server:

#. Type: string
#. Description
#: ../templates:12
msgid Please insert the URI of the LDAP server you plan to use with CPU. Use 
the standard form of \ldap[s]://host[:port]\. The default port value is 389. 
Use ldaps if you intend to use a TLS encrypted connection.
msgstr Lägg till URI för LDAP-servern du planerar att använda med CPU. Använd 
standardformen \ldap[s]://värd[:port]\. Standardporten är 389. Använd ldaps 
om du tänker använda en TLS-krypterad anslutning.

#. Type: string
#. Description
#: ../templates:19
msgid Base DN of your user subtree:
msgstr Bas-DN för ditt användargruppträd:

#. Type: string
#. Description
#: ../templates:19
msgid Please enter the DN of the part of your directory that contains the 
users you wish to manage with CPU.
msgstr Ange DN för den del av din katalog som innehåller användare du önskar 
att hantera med CPU.

#. Type: string
#. Description
#: ../templates:25
msgid Base DN of your group subtree:
msgstr Bas-DN för ditt gruppunderträd:

#. Type: string
#. Description
#: ../templates:25
msgid Please enter the DN of the part of your directory that contains the 
groups you wish to manage with CPU.
msgstr Ange DN för den del av din katalog som innehåller grupper du vill 
hantera med CPU.

#. Type: string
#. Description
#: ../templates:31
msgid LDAP user DN:
msgstr LDAP användare DN:

#. Type: string
#. Description
#: ../templates:31
msgid Please insert the DN of the user CPU will bind to the LDAP server with. 
Usually this will be your LDAP admin DN, but can be any other DN, as long as it 
is configured to have full control over at least the subtree under the base you 
selected before.
msgstr Lägg till DN för den användare som CPU kommer att koppla upp med mot 
LDAP-servern. Normalt är detta din LDAP admin DN men kan vara vilken annan DN 
så länge som den är konfigurerad att ha full kontroll över åtminstone 
underträdet under basen du valde tidigare.

#. Type: string
#. Description
#: ../templates:31
msgid Example: \cn=admin,dc=domain,dc=tld\
msgstr Exempel: \cn=admin,dc=domain,dc=tld\

#. Type: password
#. Description
#: ../templates:41
msgid LDAP password:
msgstr LDAP-lösenord:

#. Type: password
#. Description
#: ../templates:41
msgid Please enter the password to use when binding to the LDAP directory. 
Note that this password will be stored in cleartext in your /etc/cpu/cpu.conf 
file, so don't let that file became readable to anyone you don't want to give 
the same power of the user cpu will bind with.
msgstr Ange lösenordet som ska användas för att koppla till LDAP-katalogen. 
Notera att detta lösenord kommer att sparas i klartext i din fil 
/etc/cpu/cpu.conf så låt inte den filen vara läsbar för alla som du inte vill 
ge samma kraft som den användare som cpu kopplar sig med.



Bug#338738: requires the obsolete /etc/hotplug/usb/ interface

2005-11-12 Thread Marco d'Itri
Package: nut-usb
Version: 2.0.2-2
Severity: important

Your package installs files in the /etc/hotplug/usb/ directory, but
does not provide an udev rules file. The /etc/hotplug/usb/ interface has
been obsolete for a long time and is not supported by udev.
Packages which just need to change the permissions of /proc/bus/usb/
files can easily provide rules for the usb_device subsystem, which is
supported since kernel 2.6.14.

For more information about this you can look at the debian-devel@
threads of last october.
The libgphoto2 package is a good example of how to provide udev support,
please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338739: must not use mknod in postinst

2005-11-12 Thread Marco d'Itri
Package: sl-modem-source
Version: 2.9.9d-7
Severity: serious

See policy 10.6: packages must use MAKEDEV instead of calling mknod.

(Please remember that there is no need to check for udev or devfs in the
script, because MAKEDEV does it internally.)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#338740: requires the obsolete /etc/hotplug/usb/ interface

2005-11-12 Thread Marco d'Itri
Package: sl-modem-source
Version: 2.9.9d-7
Severity: important

Your package installs files in the /etc/hotplug/usb/ directory, but
does not provide an udev rules file. The /etc/hotplug/usb/ interface has
been obsolete for a long time and is not supported by udev.

For more information about this you can look at the debian-devel@
threads of last october.
The libgphoto2 package is a good example of how to provide udev support,
please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338741: requires the obsolete /etc/hotplug/usb/ interface

2005-11-12 Thread Marco d'Itri
Package: libnjb-hotplug
Version: 2.2.3-1
Severity: important

Your package installs files in the /etc/hotplug/usb/ directory, but
does not provide an udev rules file. The /etc/hotplug/usb/ interface has
been obsolete for a long time and is not supported by udev.
Packages which just need to change the permissions of /proc/bus/usb/
files can easily provide rules for the usb_device subsystem, which is
supported since kernel 2.6.14.

For more information about this you can look at the debian-devel@
threads of last october.
The libgphoto2 package is a good example of how to provide udev support,
please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338742: requires the obsolete /etc/hotplug/*.agent interface

2005-11-12 Thread Marco d'Itri
Package: linux-wlan-ng
Version: 0.2.2+dfsg-3
Severity: important

Your package installs a /etc/hotplug/*.agent script, but
does not provide an udev rules file.
These scripts are only supported by the old hotplug package.
I have never used this package and I do not know how it works, but after
a quick check it looks like you need a rule like:

SUBSYSTEM==wlan, RUN+=/bin/sh -c '/etc/hotplug/wlan.agent '


For more information about this you can look at the debian-devel@
threads of last october.
The libgphoto2 package is a good example of how to provide udev support,
please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338743: must not use mknod in postinst

2005-11-12 Thread Marco d'Itri
Package: bluez-utils
Version: 2.19-1
Severity: serious

See policy 10.6: packages must use MAKEDEV instead of calling mknod.

Please remember that there is no need to check for udev or devfs in the
script, because MAKEDEV does it internally.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#338744: requires the obsolete /etc/hotplug/usb/ interface

2005-11-12 Thread Marco d'Itri
Package: hpoj
Version: 0.91-9
Severity: important

Your package installs files in the /etc/hotplug/usb/ directory, but
does not provide an udev rules file. The /etc/hotplug/usb/ interface has
been obsolete for a long time and is not supported by udev.
Packages which just need to change the permissions of /proc/bus/usb/
files can easily provide rules for the usb_device subsystem, which is
supported since kernel 2.6.14.

For more information about this you can look at the debian-devel@
threads of last october.
The libgphoto2 package is a good example of how to provide udev support,
please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338745: requires the obsolete /etc/hotplug/usb/ interface

2005-11-12 Thread Marco d'Itri
Package: gpsd
Version: 2.28-2
Severity: important

Your package installs files in the /etc/hotplug/usb/ directory, but
does not provide an udev rules file. The /etc/hotplug/usb/ interface has
been obsolete for a long time and is not supported by udev.

For more information about this you can look at the debian-devel@
threads of last october.
The libgphoto2 package is a good example of how to provide udev support,
please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if 
you want.

I also noticed that the script installed by your package uses python.
Please remember that udev RUN rules are run at the very beginning of the
boot process, where /usr may not be available.
You probably need to use a wrapper shell script which waits for /usr to
appear, /lib/udev/hotplug.functions provides a wait_for_file function
you could use for this.

-- 
ciao,
Marco


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



Bug#338746: requires the obsolete /etc/hotplug.d/ interface

2005-11-12 Thread Marco d'Itri
Package: ifplugd
Version: 0.26-2
Severity: important

Your package installs files in the /etc/hotplug.d/ directory, but
does not provide an udev rules file. The /etc/hotplug.d/ interface has
been obsolete for a long time and I want to remove compatibility support
from udev as soon as possible.

I have never used this package and I do not know how it works, but after
a quick check it looks like you need a rule like:

SUBSYSTEM==net, RUN+=/bin/sh -c '/lib/udev/ifplugd.agent '


For more information about this you can look at the debian-devel@
threads of last october.
The libgphoto2 package is a good example of how to provide udev support,
please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338747: requires the obsolete /etc/hotplug/usb/ interface

2005-11-12 Thread Marco d'Itri
Package: kino
Version: 0.76-5
Severity: important

Your package installs files in the /etc/hotplug/usb/ directory, but
does not provide an udev rules file. The /etc/hotplug/usb/ interface has
been obsolete for a long time and is not supported by udev.
These are the rules used in the SuSE package:

ACTION==add, SUBSYSTEM==usb, ENV{PRODUCT}==b33/10/*, \
RUN+=/usr/bin/killall --quiet -USR2 kino
ACTION==add, SUBSYSTEM==usb, ENV{PRODUCT}==5f3/240/*, \
RUN+=/usr/bin/killall --quiet -USR2 kino

For more information about this you can look at the debian-devel@
threads of last october.
The libgphoto2 package is a good example of how to provide udev support,
please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338748: requires the obsolete /etc/hotplug.d/ interface

2005-11-12 Thread Marco d'Itri
Package: cpad-common
Version: 0.9-10
Severity: important

Your package installs files in the /etc/hotplug.d/ directory, but
does not provide an udev rules file. The /etc/hotplug.d/ interface has
been obsolete for a long time and I want to remove compatibility support
from udev as soon as possible.

For more information about this you can look at the debian-devel@
threads of last october, please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338749: requires the obsolete /etc/hotplug.d/ interface

2005-11-12 Thread Marco d'Itri
Package: waproamd
Version: 0.6-7
Severity: important

Your package installs files in the /etc/hotplug.d/ directory, but
does not provide an udev rules file. The /etc/hotplug.d/ interface has
been obsolete for a long time and I want to remove compatibility support
from udev as soon as possible.

I have never used this package and I do not know how it works, but after
a quick check it looks like you need a rule like:

SUBSYSTEM==net, RUN+=/bin/sh -c '/lib/udev/waproamd.agent '


For more information about this you can look at the debian-devel@
threads of last october.
The libgphoto2 package is a good example of how to provide udev support,
please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338750: requires the obsolete /etc/hotplug.d/ interface

2005-11-12 Thread Marco d'Itri
Package: libphidgets0
Version: 0.3.8-1
Severity: important

Your package installs files in the /etc/hotplug.d/ directory, but
does not provide an udev rules file. The /etc/hotplug.d/ interface has
been obsolete for a long time and I want to remove compatibility support
from udev as soon as possible.
Packages which just need to change the permissions of /proc/bus/usb/
files can easily provide rules for the usb_device subsystem, which is
supported since kernel 2.6.14.

For more information about this you can look at the debian-devel@
threads of last october, please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#338751: requires the obsolete /etc/hotplug.d/ interface

2005-11-12 Thread Marco d'Itri
Package: usrp
Version: 0.8-3
Severity: important

Your package installs files in the /etc/hotplug.d/ directory, but
does not provide an udev rules file. The /etc/hotplug.d/ interface has
been obsolete for a long time and I want to remove compatibility support
from udev as soon as possible.
Packages which just need to change the permissions of /proc/bus/usb/
files can easily provide rules for the usb_device subsystem, which is
supported since kernel 2.6.14.

For more information about this you can look at the debian-devel@
threads of last october, please let me know if you have any doubts.
I will also be happy to review your changes before they are uploaded, if
you want.

-- 
ciao,
Marco


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



Bug#333831: #333831 Debian BTS

2005-11-12 Thread Sven Luther
On Sat, Nov 12, 2005 at 11:39:01AM +, Simon Waters wrote:
  We would like to know if your bug (Hangs on boot loading ide-cd) is
 still present with the 2.6.14-2 packages currently in unstable ?
 
 Hi Sven,
 
 thanks for the response.
 
 2.6.14-2?
 
 2.6.14-1 doesn't work same error... I see no 2.6.14-2 yet.
 
 The BTS didn't email your question to me for some reason.
 
 I'm keen to fix this as 2.6.10 apparently has a fix for my webcam, and I
 don't want a bespoke kernel for my laptop, although 2.6.8 is working as
 normal for everything else. But it isn't urgent, so I'm happy to do
 anything I can to sort the problem, building kernels is no problem,
 debugging them might be a tad beyond my current hacking skills.
 
 Should I start producing more detailed bug report, or should I try
 buildig the later kernels from source to see if it is fixed 2.6.15-rc1?

I think it would be nice to have more details, and in particular, not forget
to CC the bug report when you reply to my question.

Could you tell us what ramdisk generation tool you used (yaird or
initramfs-tools, probably yaird), and if you could try to blacklist the ide-cd
module while booting (at worse just move it somewhere else), and once booted
try to load it by hand, and send us whatever showed up in dmesg.

Complete /proc/cpuinfo content as well as output from lspci, lspci -n and
dmesg would be helpful.

Friendly,

Sven Luther



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



Bug#334843: back to the subject

2005-11-12 Thread Mathieu Roy
Horms and Maximilian Attems, how does your discussion relate to the
bugs reports you are including in CC?
I thought that Considering my previous comment, this does not seems
to be really relevant. was a polite, but clear enough, way to ask
you to stop cross-posting your apparently off-topic discussion (if it
is not off-topic, make it clear). 

To get back to the subject, apparently a bugfix in hddtemp should
avoid this bug to occur
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335571

It is still unclear to me if it is acceptable or not that a simple bug
in a software like hddtemp can cause the kernel to segfault,
especially not while it occurs since a video card change.

-- 
Mathieu Roy


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



Bug#338572: FHS: Python distutils should be configured to install under /usr/local by default

2005-11-12 Thread Matthias Klose
Martin v. =?UTF-8?Q?L=C3=B6wis?= writes:
 Seo Sanghyeon wrote:
  Instead of referring confused users to the distutils manual all the time,
  Debian's Python should be configured to install under /usr/local when
  using distutils to do local install by default.
 
 This will break the build process of many Python-based packages, right?
 They don't give an explicit prefix when running setup.py, so they
 would install into /usr/local, which in turn would violate Debian
 policy.

but the general idea sounds fine (to destinguish between packages
provided by the distro and local stuff). One way would be to first
make this a required policy, and after all/most of the packages are
converted, change the prefix.

  Matthias


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



Bug#338670: postgrey: [INTL:sv] Swedish debconf templates translation

2005-11-12 Thread Adrian von Bidder
tags 338670 +pending
thanks

On Saturday 12 November 2005 00.17, Daniel Nylander wrote:
 Here is the swedish translation for the debconf template for postgrey.

Thanks a lot, will be included with the next upload.

-- vbi

-- 
Es gibt drei fortschreitende Stufen der Erkenntnis: Aberglauben,
Wissenschaft und erleuchtete Inspiration.
-- H. Bauer


pgplZ2pidmQJM.pgp
Description: PGP signature


Bug#338697: jack: Fails to rip cdrdao files

2005-11-12 Thread Martin Michlmayr
* Kristine Daniels [EMAIL PROTECTED] [2005-11-12 00:48]:
 As per the /usr/share/doc/examples I am attempting
 $ cdrdao read-cd --datafile foo.cdr foo.toc
 $ jack -f $PWD/data.toc
 (The full path to the .toc file is required for jack to find the
 data file)

The full path shouldn't be required, but I see what's going on here.
jack will parse this data.toc file, then create a ~/tmp/jack/jack-id
directory, and change into that directory; then it tries to read the
.toc file again and fails.  A patch for this is below.  I'll look into
the main problem raised in this bug report a little bit later.

Arne, please apply.



% jack -f data.toc
Traceback (most recent call last):
  File /usr/bin/jack, line 108, in ?
is_submittable, track1_offset = jack_prepare.read_toc_file()
  File /usr/lib/python2.3/site-packages/jack_prepare.py, line 192, in 
read_toc_file
jack_ripstuff.all_tracks, new_image_file, track1_offset = 
jack_functions.cdrdao_gettoc(cf['_toc_file'])
  File /usr/lib/python2.3/site-packages/jack_functions.py, line 340, in 
cdrdao_gettoc
toc = real_cdrdao_gettoc(tocfile)
  File /usr/lib/python2.3/site-packages/jack_functions.py, line 239, in 
real_cdrdao_gettoc
f = open(tocfile, r)
IOError: [Errno 2] No such file or directory: 'data.toc'


diff -urN jack-3.1.1~/jack_functions.py jack-3.1.1/jack_functions.py
--- jack-3.1.1~/jack_functions.py   2005-11-12 12:16:08.0 +
+++ jack-3.1.1/jack_functions.py2005-11-12 12:16:20.0 +
@@ -236,7 +236,12 @@
 returns TOC object, needs name of toc-file to read
 toc = jack_TOC.TOC()
 
-f = open(tocfile, r)
+if not os.path.exists(tocfile):
+error(Can't open TOC file '%s': file does not exist. % 
os.path.abspath(tocfile))
+try:
+f = open(tocfile, r)
+except (IOError, OSError), e:
+error(Can't open TOC file '%s': %s % (os.path.abspath(tocfile), e))
 
 tocpath, tocfiledummy = os.path.split(tocfile)
 
diff -urN jack-3.1.1~/jack_prepare.py jack-3.1.1/jack_prepare.py
--- jack-3.1.1~/jack_prepare.py 2005-11-12 12:16:08.0 +
+++ jack-3.1.1/jack_prepare.py  2005-11-12 12:16:18.0 +
@@ -152,6 +152,8 @@
 if not cf['_multi_mode']:
 if not os.path.exists(cf['_toc_file']):
 jack_functions.cdrdao_puttoc(cf['_toc_file'], 
jack_ripstuff.all_tracks, jack_freedb.freedb_id(jack_ripstuff.all_tracks))
+# from now on, we no longer care about the original image toc 
file
+cf['_image_toc_file'] = cf['_toc_file']
 jack_freedb.freedb_template(jack_ripstuff.all_tracks) # 
generate freedb form if tocfile is created
 if not os.path.exists(cf['_freedb_form_file']):
 jack_freedb.freedb_template(jack_ripstuff.all_tracks)

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


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



Bug#338752: lintian errors.

2005-11-12 Thread Christian Bjälevik
Package: tora
Version: 1.3.18-2

E: tora: menu-icon-too-big /usr/share/icons/hicolor/16x16/apps/tora.xpm:
32x32  16x16

Sincerely, /C
-- 
Christian Bjälevik [EMAIL PROTECTED]


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


Bug#288601: merging bugs

2005-11-12 Thread Alexander Sack
merge 288601 295662
thanks

Looks like those are the same ... both should be fixed upstream.

-- 
 GPG messages preferred. |  .''`.  ** Debian GNU/Linux **
 Alexander Sack  | : :' :  The  universal
 [EMAIL PROTECTED] | `. `'  Operating System
 http://www.jwsdot.com/  |   `-http://www.debian.org/


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



Bug#338753: asterisk_1:1.2.0-rc1.dfsg-1(sparc/experimental): FTBFS: invalid option 'arch=sparc'

2005-11-12 Thread Frank Lichtenheld
Package: asterisk
Version: 1:1.2.0-rc1.dfsg-1
Severity: serious

Hi,

your package failed to build from source since gcc on sparc doesn't know
the -march option.

| Automatic build of asterisk_1:1.2.0-rc1.dfsg-1 on odin by sbuild/sparc 69
| Build started at 20051112-1118
| **
| Checking available source versions...
| Fetching source files...
| Reading Package Lists...
| Building Dependency Tree...
| Need to get 3836kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main asterisk 
1:1.2.0-rc1.dfsg-1 (dsc) [1326B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main asterisk 
1:1.2.0-rc1.dfsg-1 (tar) [3798kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main asterisk 
1:1.2.0-rc1.dfsg-1 (diff) [36.6kB]
| Fetched 3836kB in 0s (7706kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 4.0.4), sed (= 3.95), zlib1g-dev, libgtk1.2-dev 
| libgtk-dev, libreadline4-dev | libreadline-dev, libgsm1-dev, libssl-dev, 
libzap-dev, libtonezone-dev (= 1:1.0.6-1), bison, libasound2-dev, 
postgresql-dev, unixodbc-dev, libpri-dev (= 1.2.0-beta2), dpatch (= 2.0.10), 
zaptel-source (= 1:1.0.6-1), autotools-dev, libnewt-dev, libsqlite-dev, 
libspeex-dev, graphviz
[...]
| Toolchain package versions: libc6-dev_2.3.5-6 
linux-kernel-headers_2.6.13+0rc3-2 gcc-4.0_4.0.2-3 g++-4.0_4.0.2-3 
binutils_2.16.1cvs20050902-1 libstdc++6-4.0-dev_4.0.2-3 libstdc++6_4.0.2-3
| --
[...]
| /usr/bin/make -C gsm lib/libgsm.a
| make[3]: Entering directory `/build/buildd/asterisk-1.2.0-rc1.dfsg/codecs/gsm'
| if [ ! -d ./lib ] ; then mkdir ./lib ; fi
| gcc  -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE  
-O6  -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer  -fPIC 
-I/usr/include/speex  -c -DNeedFunctionPrototypes=1 -funroll-loops -O6 
-march=sparc -fPIC -DSASR -DNDEBUG-DWAV49   -I./inc src/add.c
| cc1: error: invalid option 'arch=sparc'
| make[3]: *** [src/add.o] Error 1
| make[3]: Leaving directory `/build/buildd/asterisk-1.2.0-rc1.dfsg/codecs/gsm'
| make[2]: *** [gsm/lib/libgsm.a] Error 2
| make[2]: Leaving directory `/build/buildd/asterisk-1.2.0-rc1.dfsg/codecs'
| make[1]: *** [subdirs] Error 1
| make[1]: Leaving directory `/build/buildd/asterisk-1.2.0-rc1.dfsg'
| make: *** [build-arch-stamp] Error 2
| **
| Build finished at 20051112-1132
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1:1.2.0-rc1.dfsg-1pkg=asteriskarch=sparc

-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#304363: Needs slight ajustment

2005-11-12 Thread Johan Thelmén
I get this.. in 3.1.0a-2 

Nov 12 02:23:24 ta2 spamd[28371]: spamd: got connection over 
/var/run/spamassassin/spamassassin.socket
Nov 12 02:23:24 ta1 spamd[29074]: spamd: got connection over 
/var/run/spamassassin/spamassassin.socket

Should probably add ( spamd:)?
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ spamd\[[0-9]+\]:( spamd:)? got connection 
over

-- 
TIA Johan Thelmén
Sweden Falun



Bug#325262: 0.8 is not available from http://people.debian.org/~msp :-(

2005-11-12 Thread Henk Loke
Hello Mark,

Could you give an estimate on the arrival of 0.8 in unstable?

And 0.8 is not available from http://people.debian.org/~msp.

Met vriendelijke groet
Henk Löke



Bug#338754: bugzilla: [INTL:sv] Swedish debconf templates translation

2005-11-12 Thread Daniel Nylander
Package: bugzilla
Version: 2.18.3-2
Severity: wishlist
Tags: patch l10n


Here is the swedish translation of the debconf template for bugzilla.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
#
#
msgid 
msgstr 
Project-Id-Version: bugzilla 2.18.3-2\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-09-13 00:34+0200\n
PO-Revision-Date: 2005-11-12 13:50+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../bugzilla.templates:3
msgid New location for Bugzilla CGI scripts
msgstr Ny plats för Bugzillas CGI-skript

#. Type: note
#. Description
#: ../bugzilla.templates:3
msgid All CGI scripts have been moved to /usr/lib/cgi-bin/bugzilla and the 
script \bgz_query.cgi\ has been renamed as \query.cgi\.
msgstr Alla CGI-skript har flyttats till /usr/lib/cgi-bin/bugzilla och 
skriptet \bgz_query.cgi\ har byt namn till \query.cgi\.

#. Type: note
#. Description
#: ../bugzilla.templates:3
msgid If you have made changes to /var/lib/bugzilla/web/index.html, the 
install process will not overwrite this file. You may thus need to update all 
links to the CGI scripts.
msgstr Om du har gjort ändringar i /var/lib/bugzilla/web/index.html kommer 
installationsprocessen inte att skriva över denna fil. Du kommer då att behöva 
uppdatera alla länkar till CGI-skripten.

#. Type: note
#. Description
#: ../bugzilla.templates:13
msgid Template now used for the Bugzilla index
msgstr Mall används nu för Bugzillas index

#. Type: note
#. Description
#: ../bugzilla.templates:13
msgid If you have made changes to /var/lib/bugzilla/web/index.html, you should 
report them in a copy of 
/usr/share/bugzilla/template/en/default/index.html.tmpl and put it in 
/var/lib/bugzilla/template/en/custom/.
msgstr Om du har gjort ändringar i /var/lib/bugzilla/web/index.html bör du 
rapportera dom i en kopia av 
/usr/share/bugzilla/template/en/default/index.html.tmpl och placera dom i 
/var/lib/bugzilla/template/en/custom/.

#. Type: note
#. Description
#: ../bugzilla.templates:13
msgid The /var/lib/bugzilla/web/index.html file will be saved as 
/var/lib/bugzilla/web/index.html.dpkg-bak.
msgstr Filen /var/lib/bugzilla/web/index.html kommer att sparas som 
/var/lib/bugzilla/web/index.html.dpkg-bak.

#. Type: boolean
#. Description
#: ../bugzilla.templates:25
msgid No MySQL server found. Do you want to continue?
msgstr Ingen MySQL-server hittades. Vill du fortsätta?

#. Type: boolean
#. Description
#: ../bugzilla.templates:25
msgid A local or remote MySQL server is mandatory for using Bugzilla.
msgstr En lokal eller fjärr MySQL-server är obligatorisk för att använda 
Bugzilla.

#. Type: boolean
#. Description
#: ../bugzilla.templates:25
msgid The Bugzilla package does not depend on the MySQL server package, since 
Bugzilla can use a remote MySQL database.  To complete Bugzilla configuration, 
access to a MySQL server is required.
msgstr Bugzilla-paketet är inte beroende av MySQL-serverpaketet eftersom 
Bugzilla kan använda en fjärr-MySQL-databas. För att färdigställa 
Bugzilla-konfigurationen krävs tillgång till en MySQL-server.

#. Type: boolean
#. Description
#: ../bugzilla.templates:25
msgid If you do not continue, the Bugzilla package will not be configured.
msgstr Om du inte fortsätter kommer inte Bugzilla-paketet att vara 
konfigurerat.

#. Type: boolean
#. Description
#: ../bugzilla.templates:37
msgid Do you need to create a new database or a new user?
msgstr Vill du skapa en ny databas eller en ny användare?

#. Type: boolean
#. Description
#: ../bugzilla.templates:37
msgid If no MySQL database or no MySQL database user exist, they should be 
created.
msgstr Om ingen MySQL-databas eller ingen MySQL-databasanvändare existerar bör 
de skapas.

#. Type: boolean
#. Description
#: ../bugzilla.templates:37
msgid Both may however be created manually later.
msgstr Båda kan annars skapas manuellt senare.

#. Type: string
#. Description
#: ../bugzilla.templates:46
msgid Database server administrator username:
msgstr Databasserverns administratörsanvändare:

#. Type: string
#. Description
#: ../bugzilla.templates:46
msgid Please enter the username of a database user with database and users 
creation privileges 

Bug#334121: fixed in version 1:0.2.3dbs-58

2005-11-12 Thread Vedran Furač
It seems that this bug is linked to bug #334691 and it's fixed in version
1:0.2.3dbs-58. It can be closed now.



-- 
Vedran Furač




Bug#338715: xserver-xorg: file conflict with nvidia-glx

2005-11-12 Thread Daniel Stone
reassign 338715 nvidia-glx
kthxbye

On Sat, Nov 12, 2005 at 02:17:17AM -0800, Steve Langasek wrote:
 The xserver-xorg package in experimental can't be installed on a system
 where nvidia-glx is also installed:
 
 # dpkg -i ../xserver-xorg_6.8.99.901.dfsg.1-2.1_i386.deb
 (Reading database ... 126792 files and directories currently installed.)
 Preparing to replace xserver-xorg 6.8.2.dfsg.1-10 (using 
 .../xserver-xorg_6.8.99.901.dfsg.1-2.1_i386.deb) ...
 Unpacking replacement xserver-xorg ...
 dpkg: error processing ../xserver-xorg_6.8.99.901.dfsg.1-2.1_i386.deb 
 (--install):
  trying to overwrite /usr/X11R6/lib/modules/extensions/libglx.so', which is 
 also in package nvidia-glx
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 
 Please add the necessary conflicts or replaces or whatever happens to be
 appropriate in this case.

Obviously, this is nvidia-glx's problem, not xorg's.

 While you're at it, this:
 
  Package: xdmx
  Version: 6.8.99.901.dfsg.1-2.1
  Section: x11
  Priority: optional
  Architecture: i386
  Depends: libc6 (= 2.3.5-1), libfreetype6 (= 2.1.5-1), libice6, libsm6, 
 libxau6, libxaw8, libxdmcp6, libxext6, libxi6, libxmu6, libxp6, libxpm4, 
 libxrender1 ( 1:0.9.0-1), libxt6, zlib1g (= 1:1.2.1)
  Conflicts: xserver-xorg (= 6.8.1-0.2)
  Replaces: xserver-xorg (= 6.8.1-0.2)
 
 should almost certainly be a Replaces *without* a Conflicts.  The Conflicts
 is only warranted if replacing the corresponding files from xserver-xorg
 causes xserver-xorg to not work correctly in some way.

Both of these can be removed; 6.8.1-0.x was purely internal testing.


signature.asc
Description: Digital signature


Bug#338751: requires the obsolete /etc/hotplug.d/ interface

2005-11-12 Thread Steinar H. Gunderson
On Sat, Nov 12, 2005 at 01:20:39PM +0100, Marco d'Itri wrote:
 Your package installs files in the /etc/hotplug.d/ directory, but
 does not provide an udev rules file. The /etc/hotplug.d/ interface has
 been obsolete for a long time and I want to remove compatibility support
 from udev as soon as possible.

Well, for values of for a long time equal to a few months. When I packaged
usrp for the first time, I was told that /etc/hotplug.d/ was the new shiny
standard that was going to be around for a while ;-)

 Packages which just need to change the permissions of /proc/bus/usb/
 files can easily provide rules for the usb_device subsystem, which is

So people won't be able to get proper autoconfiguration unless they're
running 2.6.14? Isn't that a tad over-the-top for something that worked fine
earlier?

 For more information about this you can look at the debian-devel@
 threads of last october, please let me know if you have any doubts.

I expressed my doubts back then, and I'm still a bit skeptical -- I can't
really see what all these changes really do good except force people to
upgrade their systems all the time. Even the latest d-i alpha doesn't install
2.6.14...

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#338755: eclipse - FTBFS: symbol lookup error: /usr/lib/libgcj.so.6: undefined symbol: __data_start

2005-11-12 Thread Bastian Blank
Package: eclipse
Version: 3.1.1-5
Severity: important

There was an error while trying to autobuild your package:

 Automatic build of eclipse_3.1.1-5 on debian-31 by sbuild/s390 69
[...]
 cd /build/buildd/eclipse-3.1.1/source-tree  \
 LD_PRELOAD=/build/buildd/eclipse-3.1.1/build-tree/ecj.jar.so 
 /usr/lib/jvm/java-gcj/bin/java -cp 
 /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ecj.jar:$(for
  jar in /build/buildd/eclipse-3.1.1/source-tree/ecj.jar 
 /build/buildd/eclipse-3.1.1/source-tree/plugins/org.eclipse.tomcat/tomcat-coyote.jar;
  do echo -n $jar:; done) -DjavacFailOnError=true -DjavacVerbose=false 
 -DjavacSource=1.3 -DjavacTarget=1.3 -Dbootclasspath= 
 -Dbuild.compiler=org.eclipse.jdt.core.JDTCompilerAdapter 
 org.apache.tools.ant.Main \
   
 -Djava.endorsed.dirs=/build/buildd/eclipse-3.1.1/source-tree/plugins/org.eclipse.tomcat
  \
   -Dnobootstrap=true \
   -DinstallOs=linux \
   -DinstallWs=gtk \
   -DinstallArch=s390 \
   -Dlibsconfig=true \
   compilelibs
 /usr/lib/jvm/java-gcj/bin/java: symbol lookup error: /usr/lib/libgcj.so.6: 
 undefined symbol: __data_start
 make: *** [build-java-stamp] Error 127
 **
 Build finished at 20051112-0632
 FAILED [dpkg-buildpackage died]

Bastian


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



Bug#324680: broken image makes qiv segfault

2005-11-12 Thread Marco d'Itri
reassign 324680 gdk-imlib1
tag 324680 security
thanks

On Aug 23, Marco d'Itri [EMAIL PROTECTED] wrote:

 This image, found in a spam, makes qiv segfault. Other viewers I tried
 just report it as invalid.
A stack trace shows that actually the bug may be in imlib:

GIF-LIB error: Failed to Read from given file.

Program received signal SIGSEGV, Segmentation fault.
---Type return to continue, or q return to quit---
0xb7c02f5a in free () from /lib/tls/libc.so.6
(gdb) where
#0  0xb7c02f5a in free () from /lib/tls/libc.so.6
#1  0xb7f52bc2 in loader_gif () from /usr/lib/gdk-imlib1/libimlib-gif.so
#2  0x45687421 in gdk_imlib_save_image () from /usr/lib/libgdk_imlib.so.1
#3  0x4568762e in gdk_imlib_save_image () from /usr/lib/libgdk_imlib.so.1
#4  0x4566c564 in gdk_imlib_load_image () from /usr/lib/libgdk_imlib.so.1
#5  0x0804c0fe in qiv_load_image ()
#6  0x0804bcdd in main ()
(gdb)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#338751: requires the obsolete /etc/hotplug.d/ interface

2005-11-12 Thread Marco d'Itri
On Nov 12, Steinar H. Gunderson [EMAIL PROTECTED] wrote:

 Well, for values of for a long time equal to a few months. When I packaged
 usrp for the first time, I was told that /etc/hotplug.d/ was the new shiny
 standard that was going to be around for a while ;-)
hotplug developement has been very active in the last year. :-)

  Packages which just need to change the permissions of /proc/bus/usb/
  files can easily provide rules for the usb_device subsystem, which is
 So people won't be able to get proper autoconfiguration unless they're
 running 2.6.14? Isn't that a tad over-the-top for something that worked fine
 earlier?
Try to think in the future... :-)
Kernels older than 2.6.14 are still supported by the /etc/hotplug.d/
script, which I will not remove as long as they will be in etch.

 I expressed my doubts back then, and I'm still a bit skeptical -- I can't
 really see what all these changes really do good except force people to
They provide sane and efficient interfaces.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#338716: mozilla-firefox: Fonts too big in 1.5rc2

2005-11-12 Thread Mike Hommey
On Sat, Nov 12, 2005 at 11:19:15AM +0100, Alexander Toresson [EMAIL 
PROTECTED] wrote:
 Package: mozilla-firefox
 Version: 1.4.99+1.5rc2.dfsg-1
 Severity: normal
 
 Firefox 1.5rc2, as did 1.5rc1, has a problem with the fonts of the gtk2
 interface, when running in xfce. They are simply much bigger than they should.
 No other gtk2 app has that big fonts. Here's a comparison between 1.0.7 and
 1.5rc2:
 
 http://eulex.0nyx.com/firefox107.png
   vs
 http://eulex.0nyx.com/firefox15rc2.png
 
 This happens in xfce, but not in gnome.

Did you enable pango with the MOZ_ENABLE_PANGO environment variable ?

Mike


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



Bug#338756: konqueror: reproducable crash on specific url

2005-11-12 Thread Markus Schulz
Package: konqueror
Version: 4:3.4.2-4
Severity: important

Konqueror crashs every time on following url:
http://www.maennerseiten.de/orgasmus.htm

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)

Versions of packages konqueror depends on:
ii  kcontrol 4:3.4.2-4   control center for KDE
ii  kdebase-kio-plugins  4:3.4.2-4   core I/O slaves for KDE
ii  kdelibs4c2   4:3.4.2-4   core libraries for all KDE applica
ii  kdesktop 4:3.4.2-4   miscellaneous binaries and files f
ii  kfind4:3.4.2-4   file-find utility for KDE
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-3   The Network Audio System (NAS). (s
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libfam0  2.7.0-8 client library to control the FAM 
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-3   GCC support library
ii  libice6  6.8.2.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libkonq4 4:3.4.2-4   core libraries for Konqueror
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libqt3-mt3:3.3.5-1   Qt GUI Library (Threaded runtime v
ii  libsm6   6.8.2.dfsg.1-10 X Window System Session Management
ii  libstdc++6   4.0.2-3 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-10 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-10 X Window System multi-head display
ii  libxrandr2   6.8.2.dfsg.1-10 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   6.8.2.dfsg.1-10 X Toolkit Intrinsics
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

konqueror recommends no packages.

-- no debconf information


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



Bug#338736: mountvirtfs: Succeeds in various cases it should fail

2005-11-12 Thread Petter Reinholdtsen

Thank you.  Can you modify the patch to use the log_* functions in
/lib/lsb/init-functions instead of echo, like the other scripts are
doing?


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



Bug#338757: console-data: [INTL:ja] updated Japanese debconf translation

2005-11-12 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: console-data
Severity: wishlist
Tags: l10n patch

Hi,

I updated Japanese translation of debconf messages (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkN18A4ACgkQQKW+7XLQPLEDKACfUjefc/4a0bEbaEaxNn8psi5S
iAAAn3p5x5HfqqPcVS8yEEPWyX2kw3V0
=aBHB
-END PGP SIGNATURE-


ja.po.gz
Description: Binary data


Bug#338716: mozilla-firefox: Fonts too big in 1.5rc2

2005-11-12 Thread Alexander Toresson
Sorry for sending my reply to your personal e-mail address. I didn't
check where gmail was going to send it and assumed it would send it to
the right bug in the bts. Anyway, here comes the message to the bts:

On 11/12/05, Mike Hommey [EMAIL PROTECTED] wrote:
 On Sat, Nov 12, 2005 at 11:19:15AM +0100, Alexander Toresson [EMAIL 
 PROTECTED] wrote:
  Package: mozilla-firefox
  Version: 1.4.99+1.5rc2.dfsg-1
  Severity: normal
 
  Firefox 1.5rc2, as did 1.5rc1, has a problem with the fonts of the gtk2
  interface, when running in xfce. They are simply much bigger than they 
  should.
  No other gtk2 app has that big fonts. Here's a comparison between 1.0.7 and
  1.5rc2:
 
  http://eulex.0nyx.com/firefox107.png
vs
  http://eulex.0nyx.com/firefox15rc2.png
 
  This happens in xfce, but not in gnome.

 Did you enable pango with the MOZ_ENABLE_PANGO environment variable ?

 Mike


No. That fixed it. However, shouldn't this be set by default?

Regards, Alexander Toresson



Bug#338758: phpmyadmin: can't navigage back to user after changing priviliges on one database

2005-11-12 Thread Charles Fry
Package: phpmyadmin
Version: 4:2.6.2-3sarge1
Severity: wishlist

Currently when priviliges are modified for a user and a databse, there
is no way to navigate back to the page displaying the database
privileges of that user. Instead one is forced to view the global
privileges table, and select that user again. It would be nice to have a
shortcut taking one straight back to that user's privilges.

Charles

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (90, 'testing'), (80, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages phpmyadmin depends on:
ii  apache2  2.0.54-5next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]  2.0.54-5traditional model for Apache2
ii  debconf  1.4.30.13   Debian configuration management sy
ii  php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-cgi 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-mysql   4:4.3.10-16 MySQL module for php4
ii  ucf  1.17Update Configuration File: preserv

-- debconf information:
* phpmyadmin/reconfigure-webserver:
  phpmyadmin/restart-webserver: false


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



  1   2   3   4   >