Bug#295332: m17n-env: more on user xsession

2005-02-15 Thread browaeys . alban
Package: m17n-env
Version: 0.0.3-4
Followup-For: Bug #295332

Sorry i should have read your comments slower:
# This uses the function run_parts defined in /etc/X11/Xsession.
# Not
# to be confused with the Debian utility run-parts, which can
# only
# run files, not list them

/etc/X11/Xsession does not define run_parts any more. It now uses
run-parts --file directory directly.
From the manual, run-parts --file list all files, not only
executables, so that seems ok.

I have attached my version of the xsession script. It change to
run-parts --list and add a safety when executing
$HOME/.xsession.d/ executable. This is mostly for those that
don't like coffee and thus make a lot of dumb mistakes (as
forgetting to set the shebang in my bash script) ...
It find it great as it tells which is the broken script.
NB: i made this a fatal error, errormsg instead of message, as
without the || it would kill the server anyway. But it may be a
better idea to log the error state and message, process all the
scripts , show all the errors and ask if we should stop the
server. I can make it if you think it is not overkill.

Maybe a similar safety could be added to sourcing , but i really
do not see in which case this could fails (nfs home dir which loose
connection between run-parts and sourcing ... or a solar magnetic
storm of a microsecond who knows )


Regards
Alban


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages m17n-env depends on:
ii  aterm [x-terminal- 0.4.2-10  Afterstep XVT - a VT102 emulator f
ii  ed 0.2-20The classic unix line editor
ii  eterm [x-terminal- 0.9.2-8   Enlightened Terminal Emulator
ii  gdm2.6.0.6-1 GNOME Display Manager
ii  gnome-terminal [x- 2.8.2-1   The GNOME 2 terminal emulator appl
ii  kdm4:3.3.2-1 KDE Display Manager
ii  konsole [x-termina 4:3.3.2-1 KDE X terminal emulator
ii  kterm [x-terminal- 6.2.0-43  Multi-lingual terminal emulator fo
ii  locales2.3.2.ds1-20  GNU C Library: National Language (
ii  menu   2.1.21provides update-menus functions fo
ii  mlterm [x-terminal 2.8.0.cvs20040403-2   MultiLingual TERMinal
ii  multi-gnome-termin 1.6.2-10  Enhanced the GNOME Terminal
ii  rxvt [x-terminal-e 1:2.6.4-6.2   VT102 terminal emulator for the X 
ii  rxvt-unicode [x-te 4.9-1 RXVT-like terminal emulator with U
ii  terminal [x-termin 0.9.4+cvs20041218-0.1 a Terminal Emulator for GNUstep
ii  xterm [x-terminal- 4.3.0.dfsg.1-10   X terminal emulator

-- no debconf information
# /etc/X11/Xsession.d/80xfree86-common_user-xsession
#
# source ~/.xsession.d/* to set up key user customized X startup
#
# This uses the function run_parts defined in /etc/X11/Xsession. Not
# to be confused with the Debian utility run-parts, which can only
# run files, not list them.
#
# GPL 2.0 (c) 2004 Osamu Aoki per suggestion of Jan Willem Stumpel


if [ -d $HOME/.xsession.d ]; then
  UXSESSIONS=$(run-parts --list $HOME/.xsession.d)
  if [ -n $UXSESSIONS ]; then
for UX in $UXSESSIONS; do
  if [ -x $UX ]; then
$UX || errormsg Sorry, execution of $UX failed. Please check it to 
be a valide executable. 
  else
. $UX
  fi
done
  fi
fi



Bug#295337: Getting gnomad2 to run as non-root

2005-02-15 Thread Chris Searle
Package: gnomad2
Version: 2.5.0-2
Severity: normal

gnomad2 runs fine as root - running as user gives:

usb_set_configuration: Operation not permitted

Following the comment listed here:

http://www.linuxquestions.org/questions/showthread.php?postid=1097795

then it runs fine as user - so - it appears you need two files:

/etc/hotplug/usb/nomad.usermap
/etc/hotplug/usb/nomadjukebox

and the second needs to be executable (I needed 755 permissions).

Taken from the post above here are the contents (from what I recall last time I 
compiled gnomad 2.4 and njb there somewhere in the source too):

nomad.usermap
--
# Creative Nomad Jukebox
nomadjukebox0x  0x0471  0x0222  0x  0x  0x000x000x00
0x000x000x00 0x
# Creative Nomad Jukebox 2
nomadjukebox0x  0x041e  0x4100  0x  0x  0x000x000x00
0x000x000x00 0x
# Creative Nomad Jukebox 3
nomadjukebox0x  0x041e  0x4101  0x  0x  0x000x000x00
0x000x000x00 0x
# Creative Nomad Jukebox Zen
nomadjukebox0x  0x041e  0x4108  0x  0x  0x000x000x00
0x000x000x00 0x
# Creative Nomad Jukebox Zen USB 2.0
nomadjukebox0x  0x041e  0x410b  0x  0x  0x000x000x00
0x000x000x00 0x
# Creative Nomad Jukebox Zen NX
nomadjukebox0x  0x041e  0x4109  0x  0x  0x000x000x00
0x000x000x00 0x
# Creative Nomad Jukebox Zen Xtra
nomadjukebox0x  0x041e  0x4110  0x  0x  0x000x000x00
0x000x000x00 0x
# Dell Digital Jukebox
nomadjukebox0x  0x041e  0x4111  0x  0x  0x000x000x00
0x000x000x00 0x
--

nomadjukebox
--
#!/bin/sh
# Lifts a plugged in nomad jukebox to user space and
# optionally runs a client program.
# Written by Linus Walleij 2004, based on the usbcam
# script by Nalin Dahyabhai.
DEVICEOWNER=root
DEVICEPERMS=0666
PROGRAM=cd ~; gnomad2 --display=localhost:0

if [ ${ACTION} = add ]  [ -f ${DEVICE} ]
then
# New code, using lock files instead of copying /dev/console permissions
# This also works with non-gdm logins (e.g. on a virtual terminal)
# Idea and code from Nalin Dahyabhai [EMAIL PROTECTED]
if [ x$DEVICEOWNER = xCONSOLE ]
then
if [ -f /var/run/console.lock ]
then
DEVICEOWNER=`cat /var/run/console.lock`
elif [ -f /var/lock/console.lock ]
then
DEVICEOWNER=`cat /var/lock/console.lock`
else
DEVICEOWNER=
fi
fi
if [ -n $DEVICEOWNER ]
then
chmod  ${DEVICE}
chown ${DEVICEOWNER} ${DEVICE}
chmod ${DEVICEPERMS} ${DEVICE}
# Then run an optional program - this does not work yet.
# su ${CONSOLEOWNER} -c ${PROGRAM}
fi
fi
--

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=C, LC_CTYPE=en_GB.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages gnomad2 depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libbonobo2-0 2.8.1-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-1 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglib2.0-0 2.6.2-1 The GLib library of C routines
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-11The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.2-2 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libid3tag0   0.15.1b-3   ID3 tag reading library from the M
ii  libnjb0  1.2-2   Creative Labs Nomad Jukebox librar
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libusb-0.1-4 1:0.1.9-2   userspace USB programming library
ii  libxml2  2.6.16-2GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf 

Bug#295336: firestarter: [GUI] System tray w/non-transparent background

2005-02-15 Thread Michal J. Gajda
Package: firestarter
Version: 1.0.3-1
Severity: minor

Background of Firestarter's systray icon seems to be non-transparent.
Way to reproduce:
1. Start KDE's kicker.
2. Change toolbar color.
3. Start Firestarter.
4. You'll see nasty square of different colour around Firestarter disc icon.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)

Versions of packages firestarter depends on:
ii  gksu 1.2.2-1 graphical frontend to su
ii  iptables 1.2.11-8Linux kernel 2.4+ iptables adminis
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-11The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libhowl0 0.9.8-2 Library for Zeroconf service disco
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtasn1-2   0.2.10-3Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.11-5GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#295335: Manpage improvements for lastb

2005-02-15 Thread Javier Fernández-Sanguino Peña

Package: sysvinit 
Version: 2.86.ds1-1
Priority: wishlist
Tags: patch

The lastb(1) manpage (well, actually last(1)) fails to mention
that, in order to get any login programs to write into btmp,
the file should not be world readable.

The attached patch introduces an ammendment to the manpage
to reflect this, feel free to modify it as needed.

Regards

Javier
diff -Nru sysvinit-2.86.ds1/man/last.1 sysvinit-2.86.ds1.new/man/last.1
--- sysvinit-2.86.ds1/man/last.12004-07-30 13:39:18.0 +0200
+++ sysvinit-2.86.ds1.new/man/last.12005-02-15 08:58:19.0 +0100
@@ -83,6 +83,11 @@
 configuration issue. If you want the files to be used, they can be
 created with a simple \fBtouch\fP(1) command (for example, 
 \fItouch /var/log/wtmp\fP).
+.PP
+Moreover, since the \fIbtmp\fP file might contain sensitive information
+that might be useful for a local attacker, this file is only logged
+to if it is not world readable. In order to get login programs to
+write there you need to \fIchmod 640 /var/log/btmp\fP).
 .\{{{  Files
 .SH FILES
 /var/log/wtmp


signature.asc
Description: Digital signature


Bug#295334: firestarter: No way to see destination port of incoming traffic

2005-02-15 Thread Michal J. Gajda
Package: firestarter
Version: 1.0.3-1
Severity: normal

Destination port seems to be shown in Service column,
but it is too often marked as unknown. This makes impossible
to see what really this port is.

I think that apart of service shown as grep $DESTPORT /etc/services,
there should be dport column. It would also be helpful if unknown
would be marked with port number (say unknown 2089).

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)

Versions of packages firestarter depends on:
ii  gksu 1.2.2-1 graphical frontend to su
ii  iptables 1.2.11-8Linux kernel 2.4+ iptables adminis
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-11The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libhowl0 0.9.8-2 Library for Zeroconf service disco
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtasn1-2   0.2.10-3Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.11-5GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#295327: swig: lib symlink broken , missing dependency ?

2005-02-15 Thread Torsten Landschoff
severity 295327 minor
tag 295327 pending
retitle 295327 [fixed in 1.3.24] swig package has symlinks into nowhere
thanks

On Tue, Feb 15, 2005 at 04:55:57AM +0100, [EMAIL PROTECTED] wrote:
 
 ldconfig -v gives me a few errors:
 ldconfig: Cannot stat /usr/lib/libswigguile.so: No such file or directory
... 
 swig provides:
  /usr/lib/libswigguile.so
  /usr/lib/libswigguilescm.so
 which are symlinks to 
 lrwxrwxrwx  1 root root25 2005-02-09 02:15 /usr/lib/libswigguilescm.so - 
 libswigguilescm-1.3.22.so
 lrwxrwxrwx  1 root root22 2005-02-09 02:15 /usr/lib/libswigguile.so - 
 libswigguile-1.3.22.so

You've got a point here. The -dev package for swig is the main swig
package but it might be a good idea to pull in the runtime packages as
well so the symlink is always satisfied.

1.3.24 removed the runtime thought so this problem with just disappear
with it.

 I don't know the severity of this problem (maybe no program use
 those librairies, there seems to have been no other report about
 that). Anyway i would prefer the new version being upload before
 this i refrain from being pedantic (this new fix real bugs, maybe
 even this one).

The .so files are needed during building programs depending on those
libraries. So basically if you install swig and build guile plugins
building will fail because of this bug.

Thanks for reporting

Torsten


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



Bug#295149: kernel-package: it fails to build my kernel with strange error message

2005-02-15 Thread Sven Luther
Hello,

After a bit more investigation, i think i managed to isolate what causes the
problem : 

  1) building a plain kernel-tree with http://people.debian.org/~srivasta/rules
  with or without LANG=C works.

  2) building the powerpc kernel-patch-2.6.(8|10) with
  http://people.debian.org/~srivasta/rules and LANG=C breaks.

  3) building the powerpc kernel-patch-2.6.(8|10) with
  http://people.debian.org/~srivasta/rules but without LANG=C works.

(So much for using LANG=C to make the error message non-french speaker
friendly :).

I don't know what the difference between the 8.121 rules and the above one is
though, will test it once my build completes, which should be another 9-12
hours.

Manoj, does this help ? Any info on what changes are in
http://people.debian.org/~srivasta/rules ? 

It definitively seems like the problem is some interaction between LANG=C,
make-kpkg and the way it is called. 

A bit more tests ...

  4) calling on a plain kernel-tree the following line, as called by the
  powerpc kernel package, fails :
  
LANG=C MFLAGS= -w MAKEFLAGS=w -- flavour=powerpc make-kpkg build

  5) calling on a plain kernel-tree the following line, as called by the
  powerpc kernel package, works :
  
MFLAGS= -w MAKEFLAGS=w -- flavour=powerpc make-kpkg build

  6) calling on a plain kernel-tree the following line, as called by the
  powerpc kernel package, works :
  
LANG=C MFLAGS= -w make-kpkg build

I am a bit in the vague about the significance of exactly what those options
mean, especially the MAKEFLAGS though. And it seems obvious that something
with them breaks kernel-package.

In retrospect, i think it makes sense, since rules complain about some
misformed version string, and the flavour=powerpc is the one which is included
in the version, but maybe the way i use it is just broken ? Inherited from
Jens Schmalzing though, i used to do it differently.

Friendly,

Sven Luther



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



Bug#295338: kazehakase: Insert Firefox Bookmark happens nothing.

2005-02-15 Thread Hiroyuki Ikezoe
Package: kazehakase
Version: 0.2.5-1
Severity: minor

Insert Firefox Bookmark does not work.

When I choose Insert Firefox Bookmark on the bookmark editor, I don't
see my firefox browser.
But oddly, Insert Mozilla Bookmark can handle my firefox bookmark, so
when I choose Insert Mozilla Bookmark, I see two bookmarks (the one is
Mozilla, the other is firefox).

my firefox vesion is 1.0.

Thanks.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP)

Versions of packages kazehakase depends on:
ii  libatk1.0-0 1.8.0-4  The ATK accessibility 
toolkit ii  libc6   2.3.2.ds1-20 GNU C Library: 
Shared libraries an ii  libgcc1 1:3.4.3-9GCC 
support library ii  libglib2.0-02.6.2-1  The GLib 
library of C routines ii  libgtk2.0-0 2.6.2-2  The 
GTK+ graphical user interface  ii  libpango1.0-0   1.8.0-3  
   Layout and rendering of internatio ii  libstdc++5  
1:3.3.5-8The GNU Standard C++ Library v3 ii  mozilla-browser
2:1.7.5-1The Mozilla Internet application s

-- no debconf information


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



Bug#274752: [Apcupsd-users] Re: apcupsd debian bugs and feature requested

2005-02-15 Thread Samuele Giovanni Tonon
Kern Sibbald wrote:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285316
Docbook is no longer used for apcupsd. The directory will remain for a
few releases for historical reference.
Ok, i'll keep it only in the source package
The manual has now been converted
to texinfo format, so it is found in apcupsd/doc/texi. To build it
simply cd to that directory and type make. If you have the texinfo
tools loaded (including TeX), you will get the manual -- see the
Makefile for details. Note, TeX generates a good number of warning
messages, which you can ignore.
yes, but it builded without problem.
Please note that I am very unsatisfied with the texinfo manual, so will
be converting it to LaTeX in the next several months.
Perfect .
Regards
Samuele
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#294992: ejabberd: #282836 is still present in sarge

2005-02-15 Thread Torsten Werner
Adrian Bunk [EMAIL PROTECTED] schrieb: 
Package: ejabberd
Version: 0.7.5-5
Severity: grave
Tags: sarge


This is a reminder that the archived bug #282836 (ejabberd: Fails
with erlang in testing) is still present in sarge.


Hello Adrian,

unfortunately I have currently no real net access. If the Bug is still valid
it must probably reassigned to erlang.

Regards,
Torsten





Bug#295340: [INTL:ca] Catalan update for changed strings

2005-02-15 Thread Jordi Mallach
Package: adduser
Severity: wishlist
Tags: l10n

The forwarded mail includes a patch from Orestes Mas.

-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/
---BeginMessage---
poso aquí la traducció d'aquestes dues cadenes per si algú sap com 
fer-lo arribar al seu destí. És un diff amb el fitxer ca.po original, 
on he substituït tant les cadenes angleses com les catalanes.

Salut.
Orestes.
---
257,260c257,259
 To avoid problems, the username should consist of a letter or\n
 underscore followed by letters, digits, underscores, and dashes. For\n
 compatibility with Samba machine accounts also $ is supported at the\n
 end of the username\n
---
 To avoid problems, the username should consist of\n
 letters, digits, underscores, periods and dashes. For compatibility with\n
 Samba machine accounts \$ is also supported at the end of the username\n
262,265c261,264
 Per a evitar problemes, el nom d'usuari hauria de consistir d'una lletra\n
 o subratllat seguit de lletres, dígits, subratllats i guions. Per\n
 compatibilitat amb comptes de Samba, també es permet «$» al final del nom\n
 de l'usuari.\n
---
 Per evitar problemes, el nom d'usuari hauria de constar de\n
 lletres, dígits, subratllats, punts i guionets. Per compatibilitat\n
 amb els comptes de Samba, també es permet el signe «\$» al final del nom\n
 de l'usuari\n
269,271c268,270
 Please enter a username consisting of a lower case letter\n
 followed by lower case letters and numbers.  Use the `--force-badname'\n
 option to allow underscores, and uppercase.\n
---
 Please enter a username matching the regular expression configured\n
 via the name_regex configuration variable.  Use the --force-badname'\n
 option to relax this check or reconfigure name_regex.\n
273,275c272,274
 Si us plau, introduïu un nom d'usuari que consisteixi d'una lletra 
minúscula\n
 seguida de lletres minúscules i números. Utilitzeu l'opció 
«--force-badname»\n
 per a permetre subratllats i majúscules.\n
---
 Si us plau, entreu un nom d'usuari que concordi amb l'expressió\n
 regular especificada a la variable «name_regex». Useu l'opció 
 «--force-badname»\n
 per relaxar aquesta comprovació, o redefiniu «name_regex».\n
---End Message---


Bug#294508: forgets package to install when asked to mark all upgrades

2005-02-15 Thread Michael Vogt
On Wed, Feb 09, 2005 at 01:37:17PM -0800, Matt Kraai wrote:
 Package: synaptic
 Version: 0.53.4-6

Thanks for your bugreport.
 
 I used the context menu to mark totem-gstreamer for installation.  I
 then pressed C-g to mark all upgrades.  Doing so unmarked
 totem-gstreamer.  It would be better to keep it marked.

Did you do a smart-upgrade (dist-upgrade)?

thanks,
 Michael


-- 
Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo


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



Bug#295191: Does widelands fit to the upcoming stable release?

2005-02-15 Thread Gerfried Fuchs
* Martin Quinson [EMAIL PROTECTED] [2005-02-14 10:50]:
 I received 2 mails in less than 4 hours asking whether build9 fits for a
 stable release. Instead of answering again and again, here is my point:

 Thanks.

 It's hard to say. 

 Yes, definitely.

 It's already playable as is. Solo games do work but are maybe a bit
 boring since the AI doesn't.

 Correct (the boring part). Also tansportation isn't tweakable at all
yet and partly quite stupid too, alternative paths aren't really used
and you can get into deadlocks with transportations quite easily, if you
have a nice production of goods. The missing enemy AI in single player
mode is something that I'd personally consider not suitable for a
release. Keep in mind that you'd have to support it for the whole
release time.

 There is 2 tutorial scenario. The multi-player games between human on
 LAN are supposed to work (I never tried it myself), and WAN doesn't
 work yet (we're waiting for ggz to stabilize).

 Missing multiplayer WAN is the other thing that I'd consider not
suitable for the release.

 So, yeah, I'd say that it fits for a stable release since some parts
 are.

 They are quite minor parts, IMHO. Yes, it is useable, and it doesn't
have major bugs in it, but its use is quite limited still.

 Some more things that I've noticed which might be relevant: People will
still get stuff into buildings that have been disabled, which is a
problem when you want to disable buildings to get the ressources to
other buildings; the pictures of all the mines carry the name coal which
is at least quite confusing. I wonder what hindered them from producing
the same images with just the other writings in them.

 I may ask upstream, if you feel it necessary.

 Their opinion might be taken into account if they are told about the
rules how our stable releases work and that once it got released they
can't add features to it until etch gets released.

 In the meanwhile, please comment here in the BR so that the discussion
 keeps open and logged.

 Wish fulfilled.  :)


-- 
Immerhin meint die Filmförderungsanstalt, im Jahr 2002 seien 59 Millionen
CD-Rohlinge von 5,9 Millionen Nutzern mit Filmen bespielt worden, im
Durchschnitt also zwölf Rohlinge pro Anwender.
-- http://www.heise.de/newsticker/data/see-08.04.03-000/


signature.asc
Description: Digital signature


Bug#295344: segfaults on startup

2005-02-15 Thread Stefan Strasser
this does not happen in locale CC.
it crashes in [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#274509: Better patch

2005-02-15 Thread Krzysztof Krzyzaniak
http://www.math.washington.edu/~chappa/pine/info/maildir.html is better
patch - first of all it has documentation :-

-- 
* Allegro.pl / Aukro.cz / Au-Au.ru
* Krzysztof 'eloy' Krzyaniak
* [EMAIL PROTECTED]




Bug#295350: kompose crashes with undefined symbol: imlib_context_set_display on sid-amd64

2005-02-15 Thread Jan Kreuzer
Package: kompose
Version: 0.5.1-2
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

Hi
when starting kompose from the console i get the following
error-message:
 kompose
 KomposeSettings::instance() - Creating Singleton instance
 KomposeGlobal::enablePixmapExports()
 KomposeGlobal::initSharedPixmaps()
 KomposeViewManager::instance() - Creating Singleton instance
 KomposeSettings::readConfig()
 KomposeSettings::readConfig()
 kompose: relocation error: kompose: undefined symbol:
 imlib_context_set_display
 kompose: ERROR: Communication problem with kompose, it probably
 crashed.

 I downloaded the build-deps and tried building it from the
 source-package, this fails with the following:
 komposeglobal.o(.text+0x12c4): In function
 `KomposeGlobal::initImlib()':
 : undefined reference to `imlib_context_set_display'
 komposeglobal.o(.text+0x12cc): In function
 `KomposeGlobal::initImlib()':
 : undefined reference to `imlib_context_set_visual'
 komposeglobal.o(.text+0x12d4): In function
 `KomposeGlobal::initImlib()':
 : undefined reference to `imlib_context_set_colormap'
 komposetaskvisualizer.o(.text+0x55a): In function
 `KomposeTaskVisualizer::renderScaledScreenshot(QSize)':
 : undefined reference to `imlib_context_set_drawable'
 komposetaskvisualizer.o(.text+0x576): In function
 `KomposeTaskVisualizer::renderScaledScreenshot(QSize)':
 : undefined reference to `imlib_create_image_from_drawable'
 komposetaskvisualizer.o(.text+0x5c2): In function
 `KomposeTaskVisualizer::renderScaledScreenshot(QSize)':
 : undefined reference to `imlib_context_set_drawable'
 komposetaskvisualizer.o(.text+0x5d3): In function
 `KomposeTaskVisualizer::renderScaledScreenshot(QSize)':
 : undefined reference to `imlib_render_image_on_drawable_at_size'
 collect2: ld returned 1 exit status

 My installed libimlib2 is:
 Package: libimlib2
 Status: install ok installed
 Priority: optional
 Section: libs
 Installed-Size: 476
 Maintainer: Laurence J. Lane [EMAIL PROTECTED]
 Architecture: amd64
 Source: imlib2
 Version: 1.2.0-1.1
 Depends: libbz2-1.0, libc6 (= 2.3.2.ds1-4), libfreetype6 (= 2.1.5-1),
 libjpeg62, libpng12-0 (= 1.2.8rel), libtiff4, libungif4g (= 4.1.3),
 zlib1g (= 1:1.2.1)
 Description: powerful image loading and rendering library
  Imlib2 is an advanced replacement library for libraries like
   libXpm that provides many more features with much greater
flexibility and speed than standard libraries, including font
 rasterization, rotation, RGBA space rendering and blending,
  dynamic binary filters, scripting, and more.
   .
Imlib2 is not a drop-in replacement for Imlib 1.x.

Same for the imlib2-dev package. Unfortunately this is all info i can
provide (i am not a programmer), but if you need more info feel free to
ask. Thanks for your time

Cheers Jan


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.11-rc4-ck1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kompose depends on:
ii  kdelibs4   4:3.3.2-2 KDE core libraries
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D
graphi
ii  libc6  2.3.2.ds1-20.0.0.1.pure64 GNU C Library: Shared
libraries an
ii  libfreetype6   2.1.7-2.3 FreeType 2 font engine,
shared lib
ii  libgcc11:3.4.3-9 GCC support library
ii  libice66.8.1-1ubuntu16   Inter-Client Exchange
library
ii  libidn11   0.5.2-3   GNU libidn library,
implementation
ii  libimlib2  1.2.0-1.1 powerful image loading and
renderi
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libqt3c102-mt  3:3.3.3-8 Qt GUI Library (Threaded
runtime v
ii  libsm6 6.8.1-1ubuntu16   X Window System Session
Management
ii  libstdc++5 1:3.3.5-8 The GNU Standard C++
Library v3
ii  libx11-6   6.8.1-1ubuntu16   X Window System protocol
client li
ii  libxext6   6.8.1-1ubuntu16   X Window System
miscellaneous exte
ii  libxrender10.9.0-0ubuntu4X Rendering Extension
client libra
ii  xlibs  6.8.1-1ubuntu16   X Window System client
libraries m
ii  zlib1g 1:1.2.2-4 compression library -
runtime

-- no debconf information




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



Bug#295328: general: Help messages to stderr should be banned

2005-02-15 Thread Ricardo Mones
On Tue, 15 Feb 2005 10:19:12 +0100
[EMAIL PROTECTED] (Marco d'Itri) wrote:

 On Feb 15, Justin Pryzby [EMAIL PROTECTED] wrote:
 
  I suppose I will start filing minor bugs against packages that do
  this.  I'd like to hear other people's opinions, though.  (It occurs
  to me that help output to stderr is arguably appropriate if an
  invalid option is given).  Part of the problem is that its fairly
  depressing
 WTF? This is a long-time UNIX tradition, I'd summarily close such a
 bug opened on one of my packages.

  Indeed, that's the only way people bothers to learn the 21|pager
mantra ;-)
-- 
  Ricardo Mones Lastra - [EMAIL PROTECTED]
  Centro de Inteligencia Artificial, Universidad de Oviedo en Gijon
  33271 Asturias, SPAIN. - http://www.aic.uniovi.es/mones


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



Bug#295331: O: fetchmail

2005-02-15 Thread Goswin von Brederlow
Graham Wilson [EMAIL PROTECTED] writes:

 I haven't been able to take good care of the fetchmail package, and
 therefore I'm orphaning it.

Hi,

as a constant fetchmail user I would be very disapointed if it
disapears but being a non DD I'm not willing to add another sponsoring
hunt to my list.

I would be willing to do comaintainership with a DD though so that
there is a fixed person to do uploads, esspecialy since fetchmail
might need someone that can upload a security fix emidiatly (lets hope
this never happens :).

So if anyone is up for half the job contact me.

MfG
Goswin


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



Bug#295347: pure-ftpd: new upstream 1.0.20

2005-02-15 Thread Stefan Hornburg
On Tue, 15 Feb 2005 11:08:15 +0100
Martin Zdrahal [EMAIL PROTECTED] wrote:

 Package: pure-ftpd
 Version: 1.0.19-4
 Severity: wishlist
 
 Since 18 Jul 2004, version 1.0.20 is out (please don't forget to enable
 large files - as promised in
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=227466).

[18 Jul 2004] : Version 1.0.20 has been released. It fixes portability issues 
with FreeBSD, Solaris and MacOS X that were introduced in version 1.0.19. 
There's no upgrade on other operating systems. 

There appears to be no need to package this version for Debian. However, you
are right about the bug you mention above. I'll care for that after coming
home from Vienna.

Thanks
Racke


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



Bug#295350: Acknowledgement (kompose crashes with undefined symbol: imlib_context_set_display on sid-amd64)

2005-02-15 Thread Jan Kreuzer
I downloaded the build-deps and sources of libimlib2, built it from
source, installed it and now kompose works.

Sorry for the noise

cheers Jan



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



Bug#295349: Acknowledgement (crashes immediately after start)

2005-02-15 Thread Matteo O. Bovero
I've resolved the problem.
Sorry, after some day of test, I've discover some library corrupted on my hdd.


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#294696: Excessively strict dependancy for libjpeg62-dev

2005-02-15 Thread Bill Allombert
On Thu, Feb 10, 2005 at 11:29:43PM -0700, Joel Aelwyn wrote:
 Package: libjpeg6b
 Version: 6b-9
 Severity: minor
 
 The libjpeg62-dev package currently Depends on 'libc6-dev'. In most cases
 (including, as far as I can tell, this one), this is an excessively strict
 Dependancy; the value 'libc6-dev | libc-dev' should suffice (note that you
 can't simply do 'libc-dev', due to limitations of the packaging system,
 currently).

Hello Joel,

libc6-dev is the only package that provide libc-dev, so it is not 
strict, let alone excessively strict. I suspect you are referring to 
non-glibc ports. In that case, 'libc6-dev | libc-dev' is not correct
because on a non glibc port, libc6-dev will not exist and libc-dev
might be a purely virtual dependency.

I propose you restate the problem you really have, and we try to address
it correctly.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#295353: Special handling for whois.denic.de breaks option passing mechanism

2005-02-15 Thread Thomas Jacob
Package: whois
Version: 4.7.0

Upgrading from a woody to a sarge system, some of my software that makes
use of the output of DENIC's whois service stopped working, as someone
has hacked the sarge version of whois (currently 4.7.0), to
automatically pass special options whenever there is
a query to whois.denic.de, like so:


whois.c: Line 449ff

/* why, oh why DENIC had to make whois user friendly?
 * I hope that adding -T dn,ace will not break some queries.
 */
if (isripe  strcmp(server, whois.denic.de) == 0  domcmp(query,
.de)
·!strchr(query, ' '))
·   sprintf(buf, -T dn,ace -C US-ASCII %s, query);


This somehow also breaks manual option passing using -T,
i.e. I only seem to be able to influence the options passed
to the server when I use the IP-address of whois.denic.de
directly:

whois --verbose -h whois.denic.de -T st,dn fritz.de | head -n 2

--

Using server whois.denic.de.
Query string: -T dn,ace -C US-ASCII fritz.de


whois --verbose -h `dig +short whois.denic.de` -T st,dn fritz.de | head
-n 3

--

Warning: RIPE flags used with a traditional server.
Using server 81.91.162.7.
Query string: -T st,dn fritz.de


   Regards,
  Thomas


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


Bug#291853: xlibs: BUG Confirmed

2005-02-15 Thread Maggioni Marcello
Package: xlibs
Version: 4.3.0.dfsg.1-11
Followup-For: Bug #291853


I've got this bug too. This message is visible only when X is started
with STARTX and not with KDM or others , because this message isn't
logged in X log files or printed in console when started with
KDM/GDM/XDM...

Bye

Marcello

-- Package-specific info:
Keyboard-related contents of XFree86 X server log file
/var/log/XFree86.0.log:
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Monitor Generico
(**) |   |--Device Scheda video generica
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout it
(**) XKB: layout: it
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Configured Mouse
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/CID does not exist.
Entry deleted from font path.
--
(II) RADEON(0): Direct rendering disabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Keyboard Generic Keyboard handled by legacy driver
(**) Option Protocol ImPS/2
(**) Configured Mouse: Protocol: ImPS/2
(**) Option CorePointer
(**) Configured Mouse: Core Pointer
(**) Option Device /dev/input/mice

XFree86 X server log files on system:
-rw-r--r--  1 root root 41607 2005-02-15 11:54 /var/log/XFree86.0.log



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ck1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xlibs depends on:
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft1  4.3.0.dfsg.1-10 FreeType-based font drawing librar
ii  libxi6   4.3.0.dfsg.1-10 X Window System Input extension li
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxmuu1 4.3.0.dfsg.1-10 lightweight X Window System miscel
ii  libxp6   4.3.0.dfsg.1-10 X Window System printing extension
ii  libxpm4  4.3.0.dfsg.1-10 X pixmap library
ii  libxrandr2   4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  libxtrap64.3.0.dfsg.1-10 X Window System protocol-trapping 
ii  libxtst6 4.3.0.dfsg.1-10 X Window System event recording an
ii  xlibs-data   4.3.0.dfsg.1-11 X Window System client data

-- no debconf information


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



Bug#253984: List creation?

2005-02-15 Thread Christian Perrier
The need for a list dedicated to BiDi-specific problems still
exists. The list could also federate translators for the Bidi
languages. There is a quite strong interest in the Arabeyes project
for this, for instance.

So, is this list likely to be created or is something missing
(including active support) for this to happen ?

PS : there's an error in the original bug submission. The list name
really shoul dbe debian-l10n-bidi and *NOT* debian-i18n-bidi.

The list short description should be:
Debian localization in right-to-left languages

The long description:
Discussion forum for internationalising Debian in right-to-left
languages (Arabic, Hebrew, Persian,...).


-- 






Bug#295358: emacs21-nox: purge all X support succeeded in 100%

2005-02-15 Thread Marius Mikucionis
Package: emacs21-nox
Version: 21.3+1-9
Severity: grave
Justification: renders package unusable

congratulations. you did it. now I go to my X window manager menu, 
select emacs and get nothing.
I lost one day of work fidling, trying to find out what's wrong
and that good old emacs21 with GUI is gone.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages emacs21-nox depends on:
ii  emacs21-bin-common  21.3+1-9 The GNU Emacs editor's shared, arc
hi  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- no debconf information


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



Bug#240883: [exim] exiwhat should display Exim version number

2005-02-15 Thread Philip Hazel
On Sun, 6 Feb 2005, Marc Haber wrote:

 this is Debian bug #240883, http://bugs.debian.org/240883.

Why is this considered a bug?

  THe exiwhat displays status of exim. It would be good if the
  display included also the Exim version number to check if
  correct exim is running.


-- 
Philip HazelUniversity of Cambridge Computing Service,
[EMAIL PROTECTED]  Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book:http://www.uit.co.uk/exim-book


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



Bug#134571: Industry News

2005-02-15 Thread Lori A. Stephan, VI
You have been Pre-APPR0VED for a  L-0-A-N  at 1.00% !
We are ready to give you a L-0-A-N. APPR0VAL process will take 1 minute.

http://newquotes.net/1/

Complete the easy form - it only takes a minute of your time

Get the car/house you always wanted - credit is N0T a FACT0R!

EDWARDS: But what have we seen? Relentless negative attacks against John. So in the weeks ahead, we know what's coming, don't we?


Bug#134919: Industry News

2005-02-15 Thread Candace
You have been Pre-APPR0VED for a  L-0-A-N  at 1.80% !
We are ready to give you a L-0-A-N. APPR0VAL process will take 1 minute.

http://newquotes.net/1/

Complete the easy form - it only takes a minute of your time

Get the car/house you always wanted - credit is N0T a FACT0R!

Cathy hasn't practiced reading yet.


Bug#154910: Urgent News

2005-02-15 Thread Tessa K. Mayer, VI
You have been Pre-APPR0VED for a  L-0-A-N  at 1.36% !
We are ready to give you a L-0-A-N. APPR0VAL process will take 1 minute.

http://newquotes.net/1/

Complete the easy form - it only takes a minute of your time

Get the car/house you always wanted - credit is N0T a FACT0R!

Brian was a boy with Down's Syndrome. He was taking several medications. Brian came from a nurturing family and extended family who provided him with every opportunity. His mother was a teacher and wanted what was best for him. He exhibited no language and was considerably behind his other friends with Down?s Syndrome. We set up a noun program at school. At first he seemed disinterested. He looked at the pictures and sucked his thumb. The more we encouraged him to engage the keyboard, the more he sucked his thumb. We then paired him with a child who was very interested in the noun program. Suddenly the two were fighting over who was next to pick a picture. He worked several times a week at the computer. At his 3-year IEP, the team shook their heads. They didn't understand. Despite the track record of many students with Down?s Syndrome, Brian's language was his best skill. I smiled and his mother winked at me.


Bug#239097: HTTP Post method for popcon

2005-02-15 Thread Thom May
* Bill Allombert ([EMAIL PROTECTED]) wrote :
 On Tue, Feb 08, 2005 at 12:46:14PM +, Thom May wrote:
  Hi,
  popcon in Ubuntu uses HTTP POST to upload popcon results; 
  the script and the cgi to handle it are at:
  http://people.ubuntu.com/patches/popcon-post.tgz
 
 %tar ztf popcon-post.tgz
 popcon-submit.cgi
 popcon-upload.py
 
 Hello Thom,
 Thanks for your patch, but it is incomplete:
 It does not include the change to the cron job and the configuration
 file. How does the cron job  choose between email and HTTP POST ?
 Are you always using HTTP POST ?
 
Ubuntu uses POST by default, yes (we don't setup an mta by default). 
There's no config file; popcon-upload just takes data on stdin.
the relevant bit of the crontab is simply:

run_popcon \
| tee /var/log/popularity-contest \
| /usr/sbin/popcon-upload /dev/null 21


 Also, popcon-upload.py is a python script. This will force user to
 install python to use HTTP POST, and such users will always report
 python as 'used in the last month' so this will artificially inflate the
 usage of python in popcon stats. So I would prefer to stick with perl.

*shrug*; your choice. Given the number of other utilities in python, such as
reportbug, I don't see this as a big deal.
Cheers,
-Thom


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



Bug#295257: logcheck: ignore.d.server pure-ftpd 'Logout' without user name not matched

2005-02-15 Thread Jamie L. Penman-Smithson
tag 295257 pending
thanks

On Mon, 2005-02-14 at 19:48 +0100, Ingo Theiss wrote: 
 the 'Logout' pattern does not match a message without a ftp user name
 given. here is the message from syslog:
 
 Feb 14 16:31:51 web1 pure-ftpd: ([EMAIL PROTECTED]) [INFO] Logout.

I'm a bit confused as to how someone can 'logout' when they haven't
logged in yet? However that's not really relevant..

 although the missing user name from pure-ftpd is not correct the message
 is not 'critical', or?

I've never used pure-ftpd so I don't really know. Since this is being
logged as INFO it's /probably/ not anything significant.

Added the following (updated) rule to CVS:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pure-ftpd:
\([\?.[:alnum:[EMAIL PROTECTED]:alnum:]-]+\) \[INFO\] Logout.$

Thanks,

-- 
-jamie [EMAIL PROTECTED] | spamtrap: [EMAIL PROTECTED]
 w: http://www.silverdream.org | p: [EMAIL PROTECTED]
 pgp key @ http://silverdream.org/~jps/pub.key
 21:30:02 up 17 min,  2 users,  load average: 2.65, 2.52, 1.58



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


Bug#295320: mozilla-thunderbird: Crash at startup.

2005-02-15 Thread Alexander Sack
William Brown wrote:
Let me know if you need me to provide more information to help troubleshoot. 

 

Please provide and strace -f of the thunderbird process. Thanks
--
PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
messages preferred.   | : :' :  The  universal
A. Sack - [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#240883: [exim] exiwhat should display Exim version number

2005-02-15 Thread Tony Finch
On Tue, 15 Feb 2005, Philip Hazel wrote:

 On Sun, 6 Feb 2005, Marc Haber wrote:

  this is Debian bug #240883, http://bugs.debian.org/240883.

 Why is this considered a bug?

Debian use their bug tracking system for wishlist items too.
I wouldn't be surprised if they have a bug concerning the
lack of peace in the world package.

Tony.
-- 
[EMAIL PROTECTED]   [EMAIL PROTECTED]   http://dotat.at/   ${sg{\N${sg{\
N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\
\N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}


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



Bug#290843: dvd+rw-tools: Solution for Kernel 2.6.10

2005-02-15 Thread Ben Stewart
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The patch at the following URL fixes this problem in kernel 2.6.10. It
is not a problem with dvd+rw-tools or k3b.
http://marc.theaimsgroup.com/?l=linux-kernelm=110599420505734w=2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCEdx0UXHDLmlSHegRAtoqAJ9uaA47BpBd/QLu8YqhZ+hrt1TOhACeKYIp
H1RIg/AVRo+1+bY/Zt6OI5A=
=6yLC
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#270072: asterisk: README.Debian

2005-02-15 Thread Tzafrir Cohen
163 days ago someone bitched about the package lacking a README.Debian.

I attach a slightly modified version of a README. I left some
rapid-specific parts but left some that I consider useful ;-)

-- 
Tzafrir Cohen icq#16849755  +972-50-7952406
[EMAIL PROTECTED]  http://www.xorcom.com
This file describes the changes in the Debian package from the original
asterisk package. 

File Locations

See /etc/asterisk/asterisk.conf .

Sounds reside at /usr/share/asterisk/sounds . Voicemail mailboxes, though
are under /var/spool/asterisk/voicemail using symlinks.

User, Groups, Permissions

By default the package will create user and group 'asterisk' and will 
run as them. It will also run with real-time priority (-p) . It will 
also add itself to the group audio to enable the daemon to access sound
cards.

To change those you can edit /etc/default/asterisk with defaults in
/etc/init.d/asterisk. If 'USER' is set to an empty value, asterisk will 
run as user root.

init.d Script Commands

In addition to reload, that runs the asterisk CLI command 'reload' there
are also extesions-reload ('extensions reload') and logger-reload 
('logger-reload') to load only parts of the configuration file. Let us
know if you find other partial reloads useful.

(currently Rapid-specific. Shouldn't be)
Asterisk needs gets a number of non-default paramters at startup with 
the init.d script. For debugging it is often useful to run 'asterisk -c'
or similar. However strange things may happen if you leave out the
options -U. Asterisk may write files with root ownership .

Thus we added the init.d script command 'debug' to start asterisk with
all the default options but also with '-cvvv' . If asterisk fails to
load for a reason you don't understand, try running:

  /etc/init.d/asterisk reload

to get a better clue


External Libraries

The package includes support for h323 . 

Include Globs and .d Directories

(Rapid-specific)
Xorcom Rapid is patched to allow globbing with the '#include' directive
of the Asterisk configuration files. For instance, sip.conf has in its
end:

  #include sip-phones.d/*.conf

which includes all the .conf files in /etc/asterisk/sip-phones.d
Sip peers can thus be easily defined in a separate file without touching
any existing file. See the current configuration of Xorcom Rapid
for useful usage of this.



Bug#295361: firestarter: Broken SSH connection tracking?

2005-02-15 Thread Michal J. Gajda
Package: firestarter
Version: 1.0.3-1
Severity: normal

There is no ACCEPT RELATED and ESTABLISHED entry in iptables INPUT
chain. It causes problem with SSH connection to outbound hosts.
SSH seems to try to connect back from ports above 32000,
which is of course blocked by Firewall.
It seems this policy shouldn't apply to connections RELATED to existing ones?

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)

Versions of packages firestarter depends on:
ii  gksu 1.2.2-1 graphical frontend to su
ii  iptables 1.2.11-8Linux kernel 2.4+ iptables adminis
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-11The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libhowl0 0.9.8-2 Library for Zeroconf service disco
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtasn1-2   0.2.10-3Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.11-5GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#295360: bscan utility missing

2005-02-15 Thread Holger Schurig
Package: Bacula
Severity: Normal

When Bacula forgot it's list of backed up files (e.g. because of a too 
short File Retention period) one can use bscan to re-read those info 
from the tapes.

Unfortunately, 'bscan' is not in the Debian Package of Bacula.



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



Bug#295359: courier-imap-ssl: fails to use changes to /etc/courier/imapd-ssl

2005-02-15 Thread Kristian Frde
Package: courier-imap-ssl
Version: 3.0.8-3
Severity: important

Changing MAXDAEMONS does  not work for courier-imap-ssl (works for
courier-imap).


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages courier-imap-ssl depends on:
ii  courier-imap  3.0.8-3Courier Mail Server - IMAP server
ii  courier-ssl   0.47-3 Courier Mail Server - SSL/TLS Supp
ii  openssl   0.9.7e-2   Secure Socket Layer (SSL) binary a

-- no debconf information


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



Bug#295362: dia: Property changes do not apply to multiply selected objects

2005-02-15 Thread Michal J. Gajda
Package: dia
Severity: minor

When a lot of objects is selected with CTRL+click,
it seems natural that context menu Properties 
should change properties for all of them.
It doesn't.

And I still don't know how to quickly change color of zillions
of selected objects?

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)


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



Bug#240883: [exim] exiwhat should display Exim version number

2005-02-15 Thread Nigel Metheringham
On Tue, 2005-02-15 at 11:53 +, Tony Finch wrote:
 On Tue, 15 Feb 2005, Philip Hazel wrote:
 
  On Sun, 6 Feb 2005, Marc Haber wrote:
 
   this is Debian bug #240883, http://bugs.debian.org/240883.
 
  Why is this considered a bug?
 
 Debian use their bug tracking system for wishlist items too.
 I wouldn't be surprised if they have a bug concerning the
 lack of peace in the world package.

This is a way of thinking we are going to have to get used to - in the
brave new world of Exim Bugzilla the wishlist will be assimilated.

Have debian sorted out the license issues with world peace yet?  I'm
pretty sure the religious answers fall foul of the DFSG - specifically
items #3 and #5.  See http://www.debian.org/social_contract#guidelines
Not to mention that they have a hugely outdated version of the package.


Nigel.
-- 
[ Nigel Metheringham   [EMAIL PROTECTED] ]
[ - Comments in this message are my own and not ITO opinion/policy - ]




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



Bug#295180: Update

2005-02-15 Thread Matthias Runge
OK, I should update my report: initial boot worked, but no selection was 
possible.
After appending at SILO boot after linux:

languagechooser/language-name=English countrychooser/Shortlist=US 
console-keymaps-sun=sunkeymap

installation goes further, but the keyboard remains unusable (no reaction on 
any key).
Does anybody know which line to append to boot string to force a usb keyboard?
Thanks, Matthias
__
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201



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



Bug#295135: gedit: crash with libgnome-vfs

2005-02-15 Thread Loïc Minier
Hi,

[EMAIL PROTECTED] - Sun, Feb 13, 2005:

 Gedit crashes (won't start at all) with the latest gnome-vfs.
 strace:
 If I remove /usr/lib/gnome-vfs-2.0/modules/libhttp.so it runs fine.
 The bug is probably not in gedit, because gnome-panel also crashes.

 Did you install any non-Debian packages on your system?  Did you
 install third party or upstream libraries from GNOME yourself?

 Please try to get a backtrace of the problem, this can be done with
 bug-buddy or gdb.  Some explanations are at:
http://bugzilla.gnome.org/getting-traces.cgi

   Regards,

-- 
Loïc Minier [EMAIL PROTECTED]
Neutral President: I have no strong feelings one way or the other.



Bug#291399: patch appears to have been lost

2005-02-15 Thread David Pashley
Here is the patch. It seems to have been lost before.

--- /usr/bin/cvsu   2002-03-11 17:24:18.0 +
+++ /mnt/usr/bin/cvsu   2005-01-20 15:33:11.0 +
@@ -138,7 +138,7 @@
 my $pathfile;

 return
-   if $ignore_rx ne ''  $type eq ?  $file =~ /$ignore_rx/;
+   if $ignore_rx ne ''  ( $type eq ? || $type eq D )  $file =~ 
/$ignore_rx/;

 return
if (index($list_types, $type)  0);



-- 
David Pashley
[EMAIL PROTECTED]
Runtime Collective


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



Bug#295365: /etc/X11/ion3/draw.lua - bad symlink

2005-02-15 Thread Arne Wichmann
Package: ion3
Version: 20050116-1
Severity: normal


/etc/X11/ion3/draw.lua - look-clean.lua

this seen right for ion2, but with ion3 it should be:

/etc/X11/ion3/draw.lua - look_clean.lua

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-ppc-sleep7
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages ion3 depends on:
ii  libc62.3.2.ds1-18GNU C Library: Shared libraries an
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  liblua50 5.0.2-5 Main interpreter library for the L
ii  liblualib50  5.0.2-5 Extension library for the Lua 5.0 
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-8  X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-8  X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-8  X Window System client libraries m

-- no debconf information


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



Bug#295364: shfs-utils: shfsmount -o persistent doesn't seem to cooperate with autofs

2005-02-15 Thread Tim Connors
Package: shfs-utils
Version: 0.35-1
Severity: normal

My ssh connection is reasonably unreliable, to I want to use
persistent to keep the connection going, else I end up with stale
mounts all over the place when ssh falls over.

I also want to use autofs, since I don't want the mount sitting around
all the time, and it is not going to necessarily be available all the
time.

In /etc/auto.misc, specifying:

hexane   -fstype=shfs,rmode=755,uid=738,gid=273,persistent [EMAIL 
PROTECTED]:/

just seems to not perform the mount. A process trying to do the ssh is
spawned by autofs, but it just gets nowhere. Simply removing the
persistent option is enough to make it work again.

Any ideas?


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i586)
Kernel: Linux 2.4.26
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages shfs-utils depends on:
ii  debconf [debconf-2.0 1.4.45  Debian configuration management sy
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  shfs-module-2.4.26 [ 0.35-1+10.00.Custom (secure) SHell File System mount p
ii  shfs-module-2.4.28 [ 0.35-1+10.00.Custom (secure) SHell File System mount p
ii  shfs-module-2.6.4 [s 0.34-1+10.00.Custom (secure) SHell File System mount p
ii  shfs-module-2.6.7-rc 0.34-1+10.00.Custom (secure) SHell File System mount p
ii  shfs-source  0.35-1  (secure) SHell File System module 

-- debconf information:
* shfs/suid: true


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



Bug#295365: /etc/X11/ion3/draw.lua - bad symlink

2005-02-15 Thread Norbert Tretkowski
* Arne Wichmann wrote:
 /etc/X11/ion3/draw.lua - look-clean.lua
 
 this seen right for ion2, but with ion3 it should be:
 
 /etc/X11/ion3/draw.lua - look_clean.lua

Ups... indeed. I'll fix this in the next upload, thanks.

Norbert


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



Bug#295168: /usr/bin/stat: does not know about XFS fs type

2005-02-15 Thread Jim Meyering
Andreas Schwab [EMAIL PROTECTED] wrote:
 Jim Meyering [EMAIL PROTECTED] writes:

  * src/stat.c (human_fstype): Add case/definition for S_MAGIC_XFS
  so that file systems of type `xfs' are recognized as such.
  * src/fs.h: Regenerate.
  Reported by Bernd Eckenfels.

 While we are at it, jfs' magic (which is 0x3153464a) is also missing.

Thanks.  I've added that, too.


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



Bug#295367: munin-node: The default_plugin_user options is ignored because of a small

2005-02-15 Thread Csaba MAJOR
Package: munin-node
Version: 1.0.5-1
Severity: normal


The default_plugin_user options is ignored. It think the following patch
should correct this problem:

--- /usr/sbin/munin-node~   2005-02-15 13:27:09.0 +0100
+++ /usr/sbin/munin-node2005-02-15 13:27:09.0 +0100
@@ -174,7 +174,7 @@
   elsif (($1 eq default_plugin_user or $1 eq default_client_user) and $2)
   {
   my $tmpid = $2;
-  my $defuser = get_uid ($tmpid);
+  $defuser = get_uid ($tmpid);
   if (! defined ($defuser))
   {
  die Default user defined in \$conffile\ does not exist ($tmpid);


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=C, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages munin-node depends on:
ii  libnet-server-perl0.87-2 An extensible, general perl server
ii  perl  5.8.4-5Larry Wall's Practical Extraction 
ii  procps1:3.2.1-2  The /proc file system utilities

-- no debconf information


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



Bug#295366: munin-node: The default_plugin_user options is ignored because of a small bug.

2005-02-15 Thread Csaba MAJOR
Package: munin-node
Version: 1.0.5-1
Severity: normal


The default_plugin_user options is ignored. It think the following patch
should correct this problem:

--- /usr/sbin/munin-node~   2005-02-15 13:27:09.0 +0100
+++ /usr/sbin/munin-node2005-02-15 13:27:09.0 +0100
@@ -174,7 +174,7 @@
   elsif (($1 eq default_plugin_user or $1 eq default_client_user) and $2)
   {
   my $tmpid = $2;
-  my $defuser = get_uid ($tmpid);
+  $defuser = get_uid ($tmpid);
   if (! defined ($defuser))
   {
  die Default user defined in \$conffile\ does not exist ($tmpid);


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=C, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages munin-node depends on:
ii  libnet-server-perl0.87-2 An extensible, general perl server
ii  perl  5.8.4-5Larry Wall's Practical Extraction 
ii  procps1:3.2.1-2  The /proc file system utilities

-- no debconf information


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



Bug#295358: emacs21-nox: purge all X support succeeded in 100%

2005-02-15 Thread Jérôme Marant
Quoting Marius Mikucionis [EMAIL PROTECTED]:

 Package: emacs21-nox
 Version: 21.3+1-9
 Severity: grave
 Justification: renders package unusable

 congratulations. you did it. now I go to my X window manager menu,
 select emacs and get nothing.
 I lost one day of work fidling, trying to find out what's wrong
 and that good old emacs21 with GUI is gone.

How about being polite with people and stop whining?

Nothing has changed regarding window manager entries. Did you check
that the problem doesn't come from your window manager?

--
Jérôme Marant



Bug#270072: asterisk: README.Debian

2005-02-15 Thread Kilian Krause
Hi Tzafrir,

Am Dienstag, den 15.02.2005, 14:00 +0200 schrieb Tzafrir Cohen:
 163 days ago someone bitched about the package lacking a README.Debian.
 
 I attach a slightly modified version of a README. I left some
 rapid-specific parts but left some that I consider useful ;-)

thanks! I've edited that version slightly and commited it to SVN.

-- 
Best regards,
 Kilian


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#295369: udev changes group of partition on Zip drive to 'disk'

2005-02-15 Thread Andree Leidenfrost
Package: udev
Version: 0.053-1
Severity: normal

Hi Marco

I have a problem with Nautilus not ejecting my Zip drive. I've tracked 
the problem down to udev setting the group of /dev/hdb4 to 'disk' 
rather than 'floppy' (which would be correct and I am a member of). 

This happens despite the presence of rules in the original versions of 
/etc/udev/udev.rules and /etc/rules.d/udev.rules which say to use 
'floppy' as the group.

The only workaround I've been able to come up with is to add the 
following to /etc/udev/hal.rules:

BUS=ide, KERNEL=hd[a-z]*, 
PROGRAM=/etc/udev/scripts/device-removable.sh %k, RESULT=1, 
NAME=%k, MODE=0660, GROUP=floppy

I realise that rules.hal is provided by the hal package, not udev. 
However, rules.hal does not provide any instructions for ide in the 
rules.hal file it comes with. So, I assume there is some default either 
in hal or udev that causes the problem. I you believe that hal should be 
doing things differently, please feel of course free to reassign.

Please let me know if there is any other information you need. Also, 
if there is anything you would like me to test I'd be more than happy to 
do this.

Best regards
Andree

PS: I've upgraded the udev package on my Sarge system to the latest 
package in Sid just to ensure that the issue persists. (The package 
versions of hal are identical in Sarge and Sid at the moment.)

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx  1 root root 19 2005-02-08 22:30 cd-aliases.rules - 
../cd-aliases.rules
lrwxrwxrwx  1 root root 13 2005-02-08 22:30 udev.rules - ../udev.rules
lrwxrwxrwx  1 root root 12 2005-02-09 00:07 z_hal-plugdev.rules - ../hal.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda4/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hda/hda7/dev
/sys/block/hdb/dev
/sys/block/hdb/hdb4/dev
/sys/block/hdc/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/class/graphics/fb0/dev
/sys/class/i2c-dev/i2c-0/dev
/sys/class/i2c-dev/i2c-1/dev
/sys/class/i2c-dev/i2c-2/dev
/sys/class/i2c-dev/i2c-3/dev
/sys/class/i2c-dev/i2c-4/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/event2/dev
/sys/class/input/event3/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/input/ts0/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/hpet/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC0D1p/dev
/sys/class/sound/timer/dev
/sys/class/usb/hiddev0/dev

-- Kernel configuration:
 isapnp_init not present.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages udev depends on:
ii  hotplug  0.0.20040329-16 Linux Hotplug Scripts
ii  initscripts  2.86.ds1-1  Standard scripts needed for bootin
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  makedev  2.3.1-75Creates device files in /dev
ii  sed  4.1.2-8 The GNU sed stream editor

-- no debconf information


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



Bug#294163: error while sourcing test.tcl on hppa [#11954]

2005-02-15 Thread Daniel van Eeden
The source ../test/test.tcl now works. :)
It's now runinng the standard tests.

Daniel van Eeden [EMAIL PROTECTED]

On Fri, 2005-02-11 at 17:23 +1100, Michael Cahill wrote:
 Hi Daniel,
 
 My name is Michael Cahill and I am with Sleepycat Software.
 Carol Sandstrom asked me to reply to your support request:
 
  result is 0db0: __db_tas_mutex_init: mutex not appropriately aligned
  db0: PANIC: Invalid argument
  db0: PANIC: DB_RUNRECOVERY: Fatal error, run database recovery
  db0: Database handles remain at environment close
  db0: Database handles remain at environment close
  DB_RUNRECOVERY: Fatal error, run database recovery
 
 Can you please try the attached patch to address the mutex alignment
 issue on PA-RISC in addition to the ones Carol sent you?
 
 Let us know if you have any more trouble with this.
 
 Regards,
 Michael.
 
 
 --
 Michael Cahill  Sleepycat Software
 mailto:[EMAIL PROTECTED]http://www.sleepycat.com
-- 
Daniel van Eeden [EMAIL PROTECTED]


smime.p7s
Description: S/MIME cryptographic signature


Bug#294961: dictionaries-common: Problem when there are aspell and ispell dictionary in different language

2005-02-15 Thread Remi Vanicat
On Mon, 14 Feb 2005 18:24:20 +0100, Agustin Martin
[EMAIL PROTECTED] wrote:
 On Sat, Feb 12, 2005 at 06:58:13PM +0100, Remi Vanicat wrote:
  Package: dictionaries-common
  Version: 0.24.7
  Severity: normal
 
  Hello,
 
  I'm the maintainer of the aspell-fr package, and so I'm testing the
  dictionaries-common registration feature. And I've found what I believe
  is a bug: If I install the iamerican debian package, I lose the
  aspell-fr binding. And if I install for example ifrench-gut package,
  I've the french binding back, but not all the one I've put in the
  aspell-fr package (their are several dictionary, for several variant
  of the french language, and several size for the dictionary).
 
 
 Hello,
 
 ispell.el checks only for ispell dicts at /usr/lib/ispell, not for aspell
 dicts, so it returns as valid-dictionary-list only those that have an ispell
 equivalent hash installed. However, if you set ispell-program-name to aspell
 and use something like
 
 ; Local Variables:
 ; mode: text
 ; ispell-local-dictionary: galego-minimos
 ; End:
 
 (Put your aspell dict there) without having the associated ispell dict
 installed it will work, and using the casechars... good values, not those
 taken from the default, and after this the entry will be available for
 ispell-change-dictionary. If an ispell dict having the same hash name is
 installed you will see all the values sharing that hash name (or the value
 given with --master) when calling to ispell-change-dictionary, as well as
 when using the pop-up menus.

Yes, it work as you said. My problem is that I use aspell spell
cheeking mostly for gnus, and their I would like to choose my language
before posting the message, So I'have to find a way for ispell.el to
load the dictionary list for aspell before loading a file containing
the magic configuartion. May be by calling the correct function ?
Well, after testing it seem that I spell check in french by default,
even if ispell.el don't seem to know yet that there is a french
dictionary. And after this first spell checking, the list is correct.
Seem weird.

Well, it would be realy neat if there would be a way to load the
aspell list before anything else.


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



Bug#294075: Please update debconf PO translation for the package apt

2005-02-15 Thread Christian Perrier
Quoting Tapio Lehtonen ([EMAIL PROTECTED]):
 On Tue, Feb 15, 2005 at 07:43:15AM +0100, [EMAIL PROTECTED] wrote:
  Hi,
  
  One week ago, I sent a forst call for updates for the APT packages
  translations.
 
 Should I translate in
 
  Install·these·packages·without·verification?·[y/N]·
 
 also the yes/No alternatives?

I have a doubt about this. We translated it to o/N in French but
indeed, I'm not sure that the code really handles this. I've asked
Matt about it.





Bug#290770: workaround

2005-02-15 Thread Jérémy Lebourdais
Hello
I had the same problem and a apt-get install foomatic-bin fixed it.
I got a Samsung 1510 USB too.

Running a Debian/testing up to date when replying.
Can you confirm it fix it with you too ? If then, the bug may be fixed.


Tux:/home/user# dpkg -l cups*
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé
|/ Err?=(aucune)/H=à garder/besoin Réinstallation/X=les deux (État,Err: 
majuscule=mauvais)
||/ Nom  Version  
Description
+++---
un  cups-pdf néant  
(aucune description n'est disponible)
pn  cupsomatic-ppd   néant  
(aucune description n'est disponible)
ii  cupsys   1.1.23-3 
Common UNIX Printing System(tm) - server
ii  cupsys-bsd   1.1.23-3 
Common UNIX Printing System(tm) - BSD commands
ii  cupsys-client1.1.23-3 
Common UNIX Printing System(tm) - client programs (SysV)
un  cupsys-driver-gimpprint  néant  
(aucune description n'est disponible)
un  cupsys-pstorasternéant  
(aucune description n'est disponible)
un  cupsys-ptnéant  
(aucune description n'est disponible)
You have new mail in /var/mail/user
Tux:/home/user# dpkg -l foomatic*
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé
|/ Err?=(aucune)/H=à garder/besoin Réinstallation/X=les deux (État,Err: 
majuscule=mauvais)
||/ Nom  Version  
Description
+++---
ii  foomatic-bin 3.0.2-20050114-1 
linuxprinting.org printer support - transition package
ii  foomatic-db  20050118-1   
linuxprinting.org printer support - database
ii  foomatic-db-engine   3.0.2-20050114-1 
linuxprinting.org printer support - programs
un  foomatic-db-gimp-print   néant  
(aucune description n'est disponible)
ii  foomatic-db-hpijs1.5-20050118-1   
linuxprinting.org printer support - database for HPIJS driver
ii  foomatic-filters 3.0.2-20050114-1 
linuxprinting.org printer support - filters
ii  foomatic-filters-ppds20050121-1   
linuxprinting.org printer support - prebuilt PPD files
un  foomatic-gui néant  
(aucune description n'est disponible)


Have a god day



Bug#295370: mozilla-calendar: Recurring events not in sort order

2005-02-15 Thread Wouter Michiel Koolen-Wijkstra
Package: mozilla-calendar
Version: 2:1.7.5-1
Severity: normal


Dear maintainer,

In the mozilla-calendar event list (top right of display), the recurring
events are shown only once. This is already strange. Even stranger is
the fact that when the events are sorted on start time, the recurring
events are sorted on their first occurrence, while the start time
displayed is their next occurrence (At least when in Events next ...
display mode, which is selectable from the top of the event list view).
This is totally unexpected, and incorrect due to my opinion. There are
two possibile solutions
- show repeating events as many times as necessary, each in the right
  place in sort order
- show the repeating events only once, but when in Events next ...
  mode, sort them on their next occurrence, not on their first
  occurrence.
I personally prefer the first solution, as it is much more transparent
and clean.

Thanks,

Wouter


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

Versions of packages mozilla-calendar depends on:
ii  mozilla-browser   2:1.7.5-1  The Mozilla Internet application s

-- no debconf information


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



Bug#240883: [exim] exiwhat should display Exim version number

2005-02-15 Thread Marc Sherman
Philip Hazel wrote:
On Sun, 6 Feb 2005, Marc Haber wrote:

this is Debian bug #240883, http://bugs.debian.org/240883.

Why is this considered a bug?
Because Debian uses the Bug Tracking System to track wishlist requests, 
by setting the bug's severity to wishlist.  You can run a mental 
s/bug/ticket/ if you like. :)

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


Bug#284467: htdig: Too bad this one wasn't integrated in recent updates

2005-02-15 Thread Olivier Berger
Package: htdig
Version: 1:3.1.6-11
Followup-For: Bug #284467

Hi.

I have this very same bug happening here also.

Too bad it was not included in recent updates since it is so easily
corrected.

Would you be so kind to add it to the next revision of the package ?

Many thanks in advance.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages htdig depends on:
ii  debconf [debconf-2.0]   1.4.30.11Debian configuration management sy
ii  gawk1:3.1.4-2GNU awk, a pattern scanning and pr
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb2  2:2.7.7.0-9  The Berkeley database routines (ru
ii  libgcc1 1:3.4.3-6GCC support library
ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3
ii  lockfile-progs  0.1.10   Programs for locking and unlocking
ii  perl5.8.4-6  Larry Wall's Practical Extraction 
ii  sed 4.1.2-8  The GNU sed stream editor
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information:
* htdig/run-htnotify: true
* htdig/keep-databases:
* htdig/generate-databases: true
  htdig/dblocation-changed:
* htdig/announce_package_split:


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



Bug#289889: kbabel: Fails to open PO file

2005-02-15 Thread Nelson A. de Oliveira
Hi

On Thu, 10 Feb 2005, Ben Burton wrote:

  I am not able to open a PO file using Kbabel.
  It gives this error:

 It looks like your KDE system cache might be out of whack.

 Can you please try running kbuildsycoca (as the usual ordinary user)
 and let me know if the problem goes away?

Yes! Kbabel is working OK now!
Its working fine, opening all .po files normally.

Thank you very much
Nelson


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



Bug#295149: kernel-package: it fails to build my kernel

2005-02-15 Thread Bastian Kleineidam
Hi,

I have put together a patch for /usr/share/kernel-package/rules.
It reverts (and thus probably reopens) the changes of bug #285688.
With the patch make-kpkg works for me again.


Regards,
  Bastian
-- 
  ,''`.  Bastian Kleineidam
 : :' :GnuPG Schlüssel
 `. `'gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

--- rules.safe  2005-02-15 13:54:46.155449754 +0100
+++ rules   2005-02-15 13:55:12.124509582 +0100
@@ -143,27 +143,17 @@
 deb_rule = $(MAKE) -f $(DEBDIR)/rules
 
 
-# localversion_files := $(wildcard localversion*)
-# VERSION =$(shell grep -E '^VERSION +=' Makefile 2/dev/null | \
-#  sed -e 's/[^0-9]*\([0-9]*\)/\1/')
-# PATCHLEVEL =$(shell grep -E '^PATCHLEVEL +=' Makefile 2/dev/null | \
-#  sed -e 's/[^0-9]*\([0-9]*\)/\1/')
-# SUBLEVEL =$(shell grep -E '^SUBLEVEL +=' Makefile 2/dev/null | \
-#  sed -e 's/[^0-9]*\([0-9]*\)/\1/')
-# EXTRA_VERSION =$(shell grep -E '^EXTRAVERSION +=' Makefile 2/dev/null | \
-#  sed -e 's/EXTRAVERSION *= *\([^ \t]*\)/\1/')
-# LOCALVERSION = $(subst $(space),, $(shell cat /dev/null 
$(localversion_files)) \
-#  $(CONFIG_LOCALVERSION))
-
-# Could have used :=, but some patches do seem to patch the
-# Makefile. perhaps deferring the rule makes that better
-VERSION  =$(shell $(MAKE) -sf $(DEBDIR)/kernel_version.mk debian_VERSION)
-PATCHLEVEL   =$(shell $(MAKE) -sf $(DEBDIR)/kernel_version.mk 
debian_PATCHLEVEL)
-SUBLEVEL =$(shell $(MAKE) -sf $(DEBDIR)/kernel_version.mk debian_SUBLEVEL)
-EXTRA_VERSION=$(shell $(MAKE) -sf $(DEBDIR)/kernel_version.mk 
debian_EXTRAVERSION)
-LOCALVERSION =$(shell $(MAKE) -sf $(DEBDIR)/kernel_version.mk 
debian_LOCALVERSION)
-
-
+localversion_files := $(wildcard localversion*)
+VERSION =$(shell grep -E '^VERSION +=' Makefile 2/dev/null | \
+ sed -e 's/[^0-9]*\([0-9]*\)/\1/')
+PATCHLEVEL =$(shell grep -E '^PATCHLEVEL +=' Makefile 2/dev/null | \
+ sed -e 's/[^0-9]*\([0-9]*\)/\1/')
+SUBLEVEL =$(shell grep -E '^SUBLEVEL +=' Makefile 2/dev/null | \
+ sed -e 's/[^0-9]*\([0-9]*\)/\1/')
+EXTRA_VERSION =$(shell grep -E '^EXTRAVERSION +=' Makefile 2/dev/null | \
+ sed -e 's/EXTRAVERSION *= *\([^ \t]*\)/\1/')
+LOCALVERSION = $(subst $(space),, $(shell cat /dev/null $(localversion_files)) 
\
+ $(CONFIG_LOCALVERSION))
 
 HAVE_NEW_MODLIB =$(shell grep -E '\(INSTALL_MOD_PATH\)' Makefile 2/dev/null )
 


signature.asc
Description: Digital signature


Bug#294075: Status of l10n updates for apt

2005-02-15 Thread Christian Perrier
A few translations had been sent and I missed them (or forgot to
commit them in my copy). A few others came in this morning.

The status is now:

19 complete in 0.6:
cs
da
de
es
eu
fi
fr
it
ja
nb
nl
nn
pl
pt_BR
ru
sk
sv
tl
zh_CN

8 yet to complete:
ca
el
hu
ko
pt
ro
sl
zh_TW




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



Bug#290770: Make printing working with Debian/CUPS/Samsung ML-1510 USB

2005-02-15 Thread Jérémy Lebourdais
Re
More precisely, installing just gs-gpl makes printing working.
Does installing gs-gpl solves your problem ?
If then, maybe a depends to gs must be added to cupsys ?

Tux:/home/user# dpkg -l gs* | grep ii
ii  gs-common  0.3.6-0.1  Common files for different Ghostscript relea
ii  gs-gpl 8.01-5 The GPL Ghostscript PostScript interpreter
ii  gsfonts8.14+v8.11-0.1 Fonts for the Ghostscript interpreter(s)

Have a good day

Jérémy



Bug#236561: htdig database format..

2005-02-15 Thread Robert Ribnitz
Hello,
yes, the db format changed..
htdig 3.1.6 up to version 3.1.6-7, and from version 1:3.1.6-8 are in 
fact based on the htdig 3.1.6 branch (available on the htdig website). 
The library used in those packages is libdb2 (Berkeley DB, V2).

The other versions of htdig (htdig 3.2.0b5, and b6) are based on the 
respective 3.2.0 (beta) downloads from the website. These versions offer 
quite a leap in functionality, but are not as fast. A tribute to that 
functionality is also a change in the (internal) database format.

Since there are many people out there who require htdig (3.1.6) to be at 
the speed it is now, the decison was taken to roll back from the 3.2.0 
to the 3.1.6, htdig 3.2.0 will become available as a separate db.

I am in the process of building a package htdig3.2 (not to be in sarge), 
which will basically take up the (beta) 3.2 branch.

All I have to offer are the packages at 
http://users.linuxbourg.ch/ribnitz/debian , which are my tries at 
building packages.

I am really sorry.
Robert
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#295371: zsync: new upstream version available

2005-02-15 Thread Filippo Giunchedi
Package: zsync
Version: 0.1.6-1
Severity: wishlist

okay, 0.2.2 released after only 7 days and I'm sure you are aware of that.
(I suspect PTS watch check isn't running)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages zsync depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information



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



Bug#295372: smokeping: missing packages from Suggests:

2005-02-15 Thread Niko Tyni
Package: smokeping
Version: 1.38-2
Severity: minor

For consistency, the smokeping package should suggest
at least

libnet-dns-perl   (AnotherDNS probe)
ssh   (SSH probe)

Additionally, there's

libio-socket-ssl-perl (LDAP probe)

The libnet-ldap-perl package, which is already suggested,
suggests in turn libio-socket-ssl-perl, so the last one
could be considered redundant. However, the LDAP probe
has an explicit 'use IO::Socket::SSL' (and it does so
for a reason), so it's not going to work without 
libio-socket-ssl-perl.

libnet-telnet-perl(telnetIOSPing probe)

The libnet-perl package, which smokeping depends on, recommends
libnet-telnet-perl, which might be enough. It seems on explicit
suggestion would be helpful, though.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Bug#284579: openoffice.org: THis bug seems to be fixed upstream

2005-02-15 Thread Norbert Preining
Package: openoffice.org
Version: 1.1.3-4
Followup-For: Bug #284579


This bug is present in other builds, too, and seems to be fixed
upstream. In RedHat there is the fix in version 1.1.3-5.5.0.fc3.
An discussion of the problem can be found in
http://www.oooforum.org/forum/viewtopic.phtml?t=16502
and
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=146328

Hope the next build fixes this problem. Thanks a lot and all the best!

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc3-mm2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openoffice.org depends on:
ii  dictionaries-common [openoffi 0.24.9 Common utilities for spelling dict
ii  openoffice.org-bin1.1.3-4OpenOffice.org office suite binary
ii  openoffice.org-debian-files   1.1.3-3+1  Debian specific parts of OpenOffic
ii  openoffice.org-l10n-de [openo 1.1.3-4German language package for OpenOf
ii  openoffice.org-l10n-en [openo 1.1.3-4English (US) language package for 
ii  ttf-opensymbol1.1.3-4The OpenSymbol TrueType font

-- no debconf information


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



Bug#293223: [netinst] Failed to detect IDE cdrom with SATA chipset

2005-02-15 Thread Daniel 'NebuchadnezzaR' Dehennin
Le 4183 Septembre 1993, Joey Hess a tapoté:
 So then if the installer loaded piix and then ata_piix, it would see
 both your CD and hard drives?

Yes sir, it's the workaround I use.
-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69



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



Bug#295342: ppp: IPv6 support disabled in debian PPP

2005-02-15 Thread Marco d'Itri
On Feb 15, Wesley W. Terpstra [EMAIL PROTECTED] wrote:

 The debian pppd was not compiled with IPv6 support.
What are you talking about?
IPv6 support is enabled in debian/rules and I remember using it in the
past.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#294508: forgets package to install when asked to mark all upgrades

2005-02-15 Thread Matt Kraai
On Tue, Feb 15, 2005 at 10:33:57AM +0100, Michael Vogt wrote:
 On Wed, Feb 09, 2005 at 01:37:17PM -0800, Matt Kraai wrote:
  Package: synaptic
  Version: 0.53.4-6
 
 Thanks for your bugreport.
  
  I used the context menu to mark totem-gstreamer for installation.  I
  then pressed C-g to mark all upgrades.  Doing so unmarked
  totem-gstreamer.  It would be better to keep it marked.
 
 Did you do a smart-upgrade (dist-upgrade)?

Yes.

-- 
Matt


signature.asc
Description: Digital signature


Bug#294075: Please update debconf PO translation for the package apt

2005-02-15 Thread Michael Piefel
Am Dienstag, den 15.02.2005, 14:08 +0100 schrieb Christian Perrier:
  Should I translate in
  also the yes/No alternatives?
 I have a doubt about this. We translated it to o/N in French but
 indeed, I'm not sure that the code really handles this. I've asked
 Matt about it.

If the code doesnt handle it, its buggy.

Indeed, apt-get contains a YnPrompt function taking take of this. So
please translate the letters as well.

Bye,
   Mike

-- 
|=| Michael Piefel
|=| Member of the Debian project



Bug#295375: gpsd: Please split libgps into separate packages

2005-02-15 Thread Martijn van de Streek
Package: gpsd
Severity: wishlist

Currently I have to install a gpsd locally to compile programs that can
contact a remote GPSd server. It would also allow linking to libgps
without depending on an installed gpsd (i.e. offer gps-functions as an
/option/ in programs).

Having libgps as separate packages would be very nice for all this. This
is also true for the python library that's included (it would also make
'apt-cache search python gps' work -- I re-did most of the work because
I thought it didn't exist yet)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (750, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)


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



Bug#284579: openoffice.org: THis bug seems to be fixed upstream

2005-02-15 Thread Chris Halls
On Tuesday 15 Feb 2005 13:29, Norbert Preining wrote:
 This bug is present in other builds, too, and seems to be fixed
 upstream. In RedHat there is the fix in version 1.1.3-5.5.0.fc3.
 An discussion of the problem can be found in
 http://www.oooforum.org/forum/viewtopic.phtml?t=16502
 and
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=146328

 Hope the next build fixes this problem. Thanks a lot and all the best!

Thanks a lot for the Red Hat bugzilla reference.  If the problem described is 
your problem too, you should find the next package version fixes this.

Chris


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



Bug#295374: packages.qa.debian.org: watch/uscan is not running and/or doesn't show results

2005-02-15 Thread Jeroen van Wolffelaar
On Tue, Feb 15, 2005 at 01:40:59PM +0100, Filippo Giunchedi wrote:
 is PTS watch/uscan running? take file/gpm/gedit for example, a new upstream
 version is available but the relevant column in TODO is not shown.

I know it doesn't work, didn't look into it yet why it doesn't work
though. As there is already a project running all the watch files
every two days[1], I plan to use that, it's not useful to have two
different projects do the same.

 btw, how often is update_watch.py ran?

http://cvs.debian.org/pts/crontab?cvsroot=qa

As I see now, any output, also error output, is /dev/nulled, I guess the
clue why it doesn't work might be hidden in there :)

--Jeroen

[1] http://dehs.alioth.debian.org

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#295381: man page for romcmp

2005-02-15 Thread Ashley T. Howes, Ph.D.
Package: xmame-tools
Tags: patch

I noticed that there is a missing man page for romcmp in xmame-tools.
Please find attached one I have created for inclusion.

I was unsure whether the tools for xmame would be in man section 1 (for 
executables) or section 6 (for games).  As this tool is not a game, but
game related, I have placed it in section 1 for now.  Feel free to amend
if required.

--

Ashley T. Howes, Ph.D.
http://www.ashleyhowes.com

If you always put limits on yourself and what you can do, physical or
anything, you might as well be dead.  It will spread into your work, your
morality, your entire being.  There are not limits, only plateaux.  But you
must not stay there, you must go beyond them.  If it kills you, it kills
you. - Bruce Lee
.\  -*- nroff -*-
.\
.\ romcmp.1
.\
.\ Man page created from FAQs, source and usage information by 
.\ Ashley T. Howes [EMAIL PROTECTED], February 2005
.\ 
.\ References
.\ http://www.mame.net/mamefaq.html
.\
.TH ROMCMP 1 2005-02-15 0.90 romcmp
.\ NAME chapter
.SH NAME
romcmp \- MAME rom and romsets check and comparison tool
.\ SYNOPSIS chapter
.SH SYNOPSIS
\fBromcmp\fP
.RI \|[ \-option \|]
.RI \|[ dir1 | zip1] \|
.RI \|[ dir2 | zip2] \|
.\ DESCRIPTION chapter
.SH DESCRIPTION
An eternal nuisance in arcade emulation are incomplete or corrupt dumps of the 
ROM chips.
\fBromcmp\fP is a tool developed to detect the most common errors that can 
occur when dumping ROMS,
for example stuck bits and address line errors.
.PP
It can check the ROMs in ZIP files or subdirectories.
.PP
\fBromcmp\fP can also be used to compare two ROM sets, by giving it two files 
or subdirectories
as parameters.  It will determine which ROMS are identical and which are the 
closest matches.
This is useful when figuring out if a newly dumped ROM set is a clone of 
another ROM set.
.\ OPTIONS chapter
.SH OPTIONS
.TP
.B \-d
Enables a slower, more comprehensive comparison.
.\ EXAMPLES chapter
.SH EXAMPLES
.B romcmp \fIjumpkids.zip\fP
will output the following:

  11 files
  23.3c FIXED BITS (xx1x)
  23.3c FIRST AND SECOND HALF IDENTICAL
  
This tells us that the 23.3C ROM in Jump Kids is bad, and incidentally, it 
causes the missing sound in that game.


signature.asc
Description: Digital signature


Bug#295378: debconf: update for Polish debconf translation [INTL:pl]

2005-02-15 Thread Emilian Nowak
Package: debconf
Severity: wishlist
Tags: patch l10n

Please udpate file :debconf/po/pl.po

pl.po
Description: Binary data


Bug#295380: should be named python-pyweblib

2005-02-15 Thread Gustavo Noronha Silva
Package: python-weblib
Version: 1.3.3-1
Severity: normal

Hey,

According to the python sub-policy draft:

A package with a name python-foo will always provide the module foo
for the default Debian Python version of the distribution. I.e. the
package will extend the function of /usr/bin/python (which is
installed by the package python).

http://www.nl.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html

I understand this as saying that I should assume I can import
'foo' after installing python-foo, which is not the case for
python-weblib:

 import weblib
Traceback (most recent call last):
  File stdin, line 1, in ?
ImportError: No module named weblib
 import pyweblib


I report it as a normal bug, as the python policy is still a draft.

Thanks,

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)

Versions of packages python-weblib depends on:
ii  python2.3.4-6An interactive high-level object-o
ii  python2.3-weblib  1.3.3-1Yet another web programming framew

-- no debconf information


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



Bug#295379: man page for chdman

2005-02-15 Thread Ashley T. Howes, Ph.D.
Package: xmame-tools
Tags: patch

I noticed that there is a missing man page for chdman in xmame-tools.
Please find attached one I have created for inclusion.

I was unsure whether the tools for xmame would be in man section 1 (for
executables) or section 6 (for games).  As this tool is not a game, and
only game related, I have placed it in section 1 for now.  Feel free to
amend if required.

--

Ashley T. Howes, Ph.D.
http://www.ashleyhowes.com

We must not cease from exploration and the end of all our exploring
will be to arrive where we began and to know the place for the first
time. - T.S. Eliot

.\  -*- nroff -*-
.\
.\ chdman.1
.\
.\ Man page created from source and usage information by 
.\ Ashley T. Howes [EMAIL PROTECTED], February 2005
.\
.TH CHDMAN 1 2005-02-15 0.90 chdman
.\ NAME chapter
.SH NAME
chdman \- MAME Compressed Hunks of Data (CHD) manager
.\ SYNOPSIS chapter
.SH SYNOPSIS
\fBchdman\fP
.RI \| \-option \| 
.RI \| chd \|
.\ DESCRIPTION chapter
.SH DESCRIPTION
\fBchdman\fP is the (C)ompressed (H)unks of (D)ata (CHD) manager for MAME.
It is a tool to manage CHD images.
.\ OPTIONS chapter
.SH OPTIONS
.TP
.B \-info \fIinput.chd\fP
Dump the header information from a drive image.
.TP
.B \-createhd \fIinputhd.raw output.chd [inputoffs [cylinders heads sectors 
[sectorsize [hunksize\fP
Create a new compressed hard disk image from a raw file.
.TP
.B \-createblankhd \fIoutput.chd cylinders heads sectors [sectorsize 
[hunksize]]\fP
Create a new non-compressed hard disk image, with all hunks filled with 0s.
.TP
.B \-createcd \fIinput.toc output.chd\fP
Create a new compressed CD image from a raw file.
.TP
.B \-copydata \fIinput.chd output.chd\fP
Copy all hunks of data from one CHD file to another.  The hunk sizes do not 
need to match.
If the source is shorter than the destination, the source data will be padded 
with 0s.
.TP
.B \-extract \fIinput.chd output.raw\fP
Extract a raw file from a CHD image.
.TP
.B \-verify \fIinput.chd\fP
Validate the MD5/SHA1 on a drive image.
.TP
.B \-verifyfix \fIinput.chd\fP
Validate and fix the MD5/SHA1 on a drive image.
.TP
.B \-update \fIinput.chd output.chd\fP
Update CHD image using metadata from input file.
.TP
.B \-chomp \fIinput.chd output.chd maxhunk\fP
Chomp hunk from CHD image.
.TP
.B \-merge \fIparent.chd diff.chd output.chd\fP
Merge a parent and its child together.
.TP
.B \-diff \fIparent.chd compare.chd diff.chd\fP
Generate a difference between two CHD files.
.TP
.B \-setchs \fIinout.chd cylinders heads sections\fP
Change the CHS values on a hard disk image.


signature.asc
Description: Digital signature


Bug#295382: man page for xml2info

2005-02-15 Thread Ashley T. Howes, Ph.D.
Package: xmame-tools
Tags: patch

I noticed that there is a missing man page for xml2info in xmame-tools.
Please find attached one I have created for inclusion.

I was unsure whether the tools for xmame would be in man section 1 (for 
executables) or section 6 (for games).  As this tool is not a game, but
game related, I have placed it in section 1 for now.  Feel free to amend
if required.

--

Ashley T. Howes, Ph.D.
http://www.ashleyhowes.com

Every man has his own destiny:  The only imperative is to follow it, to
accept it, no matter where it leads him. - Henry Miller
.\  -*- nroff -*-
.\
.\ xml2info.1
.\
.\ Man page created from source and usage information by 
.\ Ashley T. Howes [EMAIL PROTECTED], February 2005
.\
.TH XML2INFO 1 2005-02-15 0.90 xml2info
.\ NAME chapter
.SH NAME
xml2info \- MAME XML to INFO converter
.\ SYNOPSIS chapter
.SH SYNOPSIS
\fBxml2info\fP
.RI \|[ \-option \|] \ \fB\fP\ ./input.xml \ \fB\fP\ \fI./output.lst\fP
.\ DESCRIPTION chapter
.SH DESCRIPTION
\fBxml2info\fP is the MAME XML to INFO converter.  It is a stream filter able 
to translate the MAME XML output of the -listxml to the old INFO format.
.PP
The program does the following extra checks on the XML input: any game has a
name attribute, any game name is unique and any cloneof/romof/sampleof
attribute references an existing game.
.PP
Please note the program doesn't validate the XML input.  It only checks if it's 
well-formed.
.\ OPTIONS chapter
.SH OPTIONS
.TP
.B \-version
Outputs version information of XML processing engine.
.\ EXAMPLES chapter
.SH EXAMPLES
A typical use in combination with MAME is :

mame -listxml | xml2info  mame.lst
.\ LICENSE chapter
.SH LICENSE
The xml2info.c file is public domain.

The included libexpat sources are released with the following license:

Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
and Clark Cooper
Copyright (c) 2001, 2002 Expat maintainers.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Software), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


signature.asc
Description: Digital signature


Bug#295289: billard-gl: impossible to hit ball at full strength

2005-02-15 Thread Thierry Reding
* Jacek Politowski wrote:
[...]
 On my current hardware I can't hit ball at full strength.
 (not exactly true, but you'll find out later)
 
 It always gets hit at about 8-10% of full strength, always the same
 value, after the same time.
 
 After some testing I managed to find out it's the matter of autorepeat
 times of keyboard.
 When I turn off autorepeat ('xset r off') BillardGL works fine (but the
 rest of my system doesn't - autorepeat is quite useful and nice feature)
 So, this bug renders BillardGL practically useless to me.

Hi Jacek!

Thanks for the bug report. What you are describing in indeed a known problem.
The problem is not with billard-gl however, but due to glutIgnoreKeyRepeat()
being broken in freeglut3 2.2.0. You can find further information in the bug
reports for #248201[1] and #293687[2] (with a couple of workarounds).

 This bug is reported to upstream author,
 http://www.ameds.de/billardgl/read.php?f=4i=1t=1
 but BillardGL seems practically dead upstream, so forwarding bug
 to Tobias Nopper probably won't solve the problem.

Upstream was practically inactive until fairly recently. They are currently
planning a complete rewrite of billard-gl and are considering using SDL.

 I tried to sort things out myself, but plenty of BillardGL code is
 written/documented in German (eg. variable names).
 So, unfortunately, I had to give up trying to analyze program to make
 useful patch.

I recommend you try the workarounds that I have proposed in [2].

 Anyway. It seems that BillardGL tries to read key events at level way
 too low, which leads to trouble on certain, specific hardware.

billard-gl's handling of key events is not at fault here. It is freeglut3
that is broken in this regard.

Hope this helps.

Cheers,
Thierry

[1]: http://bugs.debian.org/248201
[2]: http://bugs.debian.org/293687


signature.asc
Description: Digital signature


Bug#290111: digikamplugins: FTBFS: Cannot find headers

2005-02-15 Thread Achim Bohnet
Update:
I've ask the ftp master for removal of digikamplugins. See #295363.

Achim
-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]


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



Bug#295385: php4-cli: mysql.so should be enable in /etc/php4/cli/php.ini

2005-02-15 Thread Jari Aalto
Package: php4-cli
Version: 4:4.3.10-2
Severity: minor


It is confusing that the Web based PHP work ok, just to find out that
CLI version uses different defaults. I propose that this feature is
enabled in default configuration. 

/etc/php4/cli/php.ini
...

; Example lines:

;extension=mysql.so
;extension=gd.so


PHP/MySQL is usually the de facto combination, although there are
other DBMS interfaces, so shipping with reasonable defaults would be
good.

Comment:

If this is chicken and egg situation, that php-cli in purest form
can be installed without MySQL support, then perhaps it is the mysql
package maintainers responsibility to enable this feature upon mysql
install. I'm not familiar enough with Debian packaging, so pelase
forward this bug report to mysql maintainer if needed.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages php4-cli depends on:
ii  libbz2-1.01.0.2-5high-quality block-sorting file co
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-18  Berkeley v4.2 Database Libraries [
ii  libedit2  2.9.cvs.20040827-1 BSD editline and history libraries
ii  libexpat1 1.95.8-1   XML parsing C library - runtime li
ii  libmagic1 4.12-1 File type determination library us
ii  libncurses5   5.4-4  Shared libraries for terminal hand
ii  libpcre3  4.5-1.1Perl 5 Compatible Regular Expressi
ii  libssl0.9.7   0.9.7e-3   SSL shared libraries
ii  mime-support  3.29-1 MIME files 'mime.types'  'mailcap
ii  php4-common   4:4.3.10-2 Common files for packages built fr
ii  zlib1g1:1.2.2-4  compression library - runtime

-- no debconf information


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



Bug#295383: Dh_Lib.pm: export the information of the architecture of an package

2005-02-15 Thread Matthias Klose
Package: debhelper
Severity: wishlist
Tags: patch

Please make the information hold in package_arches available.


--- /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm~2004-11-30 
19:22:03.0 +0100
+++ /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm 2005-02-15 12:33:16.160595944 
+0100
@@ -13,8 +13,8 @@
 @EXPORT=qw(init doit complex_doit verbose_print error warning tmpdir
pkgfile pkgext pkgfilename isnative autoscript filearray
filedoublearray getpackages basename dirname xargs %dh
-   compat addsubstvar delsubstvar excludefile is_udeb
-   udeb_filename);
+   compat addsubstvar delsubstvar excludefile package_arch
+   is_udeb udeb_filename);
 
 my $max_compat=4;
 
@@ -612,6 +612,12 @@
return @list;
 }
 
+sub package_arch {
+   my $package=shift;
+   
+   return $package_arches{$package} eq 'all' ? all : buildarch();
+}
+
 sub is_udeb {
my $package=shift;

@@ -621,7 +627,7 @@
 sub udeb_filename {
my $package=shift;

-   my $filearch=$package_arches{$package} eq 'all' ? all : buildarch();
+   my $filearch=package_arch($package);
isnative($package); # side effect
my $version=$dh{VERSION};
$version=~s/^[0-9]+://; # strip any epoch


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



Bug#295384: gnoise-gnome: cutting samples leads to display problems

2005-02-15 Thread Alexandre Fayolle
Package: gnoise-gnome
Version: 0.1.15-4
Severity: normal

When samples are cut in gnoise, the display and the cache used to
display the waveforms are not updated. This means that the cursor is out
of sync during playback and that closing the file and reopening it won't
fix the problem. You need to manually delete the hidden dcache file. 

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gnoise-gnome depends on:
ii  gdk-imlib1   1.9.14-16.2 imaging library for use with gtk (
ii  libart2  1.4.2-19The GNOME canvas widget - runtime 
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libdb3   3.2.9-22Berkeley v3 Database Libraries [ru
ii  libesd-alsa0 [libesd0]   0.2.35-2Enlightened Sound Daemon (ALSA) - 
ii  libglib1.2   1.2.10-9The GLib library of C routines
ii  libgnome32   1.4.2-19The GNOME libraries
ii  libgnomesupport0 1.4.2-19The GNOME libraries (Support libra
ii  libgnomeui32 1.4.2-19The GNOME libraries (User Interfac
ii  libgtk1.21.2.10-17   The GIMP Toolkit set of widgets fo
ii  xlibs4.3.0.dfsg.1-11 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#295386: reportbug should not ask novice users to pick RC severities by name

2005-02-15 Thread Steve Langasek
Package: reportbug
Version: 3.2
Severity: critical
Justification: breaks unrelated software

The reportbug package asks users to pick from a list of severities by name,
giving lengthy text explanations of the severities.  Experience shows that
novice users tend to overestimate the severity of their bugs, apparently
often without reading the descriptions at all; and once they've selected a
severity, the justification is just another hoop to jump through that's
satisfiable by picking something at random as in this bug report here.

I think it would be better to either not offer users the choice of RC
severities in novice mode, or to only allow users to choose bug severities
by *description* rather than by name.

Please downgrade this bug, I just couldn't resist the temptation. ;)

-- Package-specific info:
** Environment settings:
DEBEMAIL=[EMAIL PROTECTED]

** /home/vorlon/.reportbugrc:
reportbug_version 3.2
mode novice
ui text
realname Steve Langasek
email [EMAIL PROTECTED]

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages reportbug depends on:
ii  python2.3 2.3.4-19   An interactive high-level object-o

-- no debconf information


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



Bug#286219: mkfs.vfat doesn't work on dm-crypt devices

2005-02-15 Thread Michelle Konzack
Am 2005-02-14 10:04:31, schrieb [EMAIL PROTECTED]:
 Hi!

 Whiche then works OK (except that mkdosfs can not create larger than 2GB
 files, see bug #295181).

It can... see option -F 32

 Regards,
 David Balazic

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#295181: dosfstools: Fails to create filesystems larger than 2GB

2005-02-15 Thread Michelle Konzack
Am 2005-02-14 09:10:20, schrieb [EMAIL PROTECTED]:
 
 
 Package: dosfstools
 Version: 2.10-1
 Severity: normal

 # mkdosfs -C testimage2.1GB 210
 mkdosfs 2.10 (22 Sep 2003)
 mkdosfs: seek failed

This is normaly because it TRY to create a FAT16 filesystem.  If you
need a biger one, USE the option -F 32 to create a FAT32 filesystem.

See 'man mkdosfs'.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#295390: php4-cli: [Packaging] Add Recommends: php4-mysql

2005-02-15 Thread Jari Aalto
Package: php4-cli
Version: 4:4.3.10-2
Severity: minor


Current package headers read:

Package: php4-cli
Priority: optional
Section: web
Installed-Size: 2954
Maintainer: Adam Conrad [EMAIL PROTECTED]
Architecture: i386
Source: php4
Version: 4:4.3.10-2
Replaces: php4-cgi ( 4:4.3.8-6)
Provides: phpapi-20020918
Depends: libbz2-1.0, libc6 (= 2.3.2.ds1-4), libdb4.2, libedit2 (= 
2.5.cvs.20010821-1), libexpat1 (= 1.95.8), libncurses5 (= 5.4-1), libpcre3 
(= 4.5), libssl0.9.7, zlib1g (= 1:1.2.1), mime-support (= 2.03-1), 
php4-common (= 4:4.3.10-2), libmagic1
Recommends: php4-pear
Suggests: phpdoc
...

Please add to either Suggests/Recommends:

php4-mysql

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages php4-cli depends on:
ii  libbz2-1.01.0.2-5high-quality block-sorting file co
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-18  Berkeley v4.2 Database Libraries [
ii  libedit2  2.9.cvs.20040827-1 BSD editline and history libraries
ii  libexpat1 1.95.8-1   XML parsing C library - runtime li
ii  libmagic1 4.12-1 File type determination library us
ii  libncurses5   5.4-4  Shared libraries for terminal hand
ii  libpcre3  4.5-1.1Perl 5 Compatible Regular Expressi
ii  libssl0.9.7   0.9.7e-3   SSL shared libraries
ii  mime-support  3.29-1 MIME files 'mime.types'  'mailcap
ii  php4-common   4:4.3.10-2 Common files for packages built fr
ii  zlib1g1:1.2.2-4  compression library - runtime

-- no debconf information


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



Bug#295389: kwrite, kate: does not open UTF-8 file as UTF-8 (need to manually remove config file)

2005-02-15 Thread Ricky Ng-Adam

Package: kate
Version: 4:3.3.2-1
Severity: important
Tags: l10n


0) changed system locale with `dpkg-reconfigure locales` from
en_US.ISO8859-1 to ca_EN.UTF-8

1) created a text file with accented characters:



2) verified that this is an UTF-8 using `file`

[EMAIL PROTECTED]:~$ file eacute-utf8.txt
eacute-utf8.txt: UTF-8 Unicode text

3) notice that the output is incorrect when opening UTF-8 file with
kwrite and kate:

ééééééééé

4) With the File  Open dialog, I can see at the top right that the
editor currently expects iso8859-1 files

5) if I just start the kwrite, File  Open also expects iso8859-1
instead of utf-8

6) The config file for kwrite contains the line `Encoding=ISO 8859-1`.
Deleting the file ~/.kde/share/config/kwriterc corrects the problem.

7) more:

share/apps/kate/metainfos:Encoding=ISO 8859-1
share/apps/kate/metainfos:Encoding=ISO 8859-1
share/config/katerc:Encoding=ISO 8859-1
share/config/kilerc:Encoding=ISO 8859-1
share/config/quantarc:Default encoding=ISO 8859-1

Should it be necessary to manually delete the file? Why does it keep an
Encoding directive?

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10.mt-m8305-42u
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages kate depends on:
ii  kdelibs4 4:3.3.2-1   KDE core libraries
ii  libart-2.0-2 2.3.17-1Library of functions for
2D graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared
libraries an
ii  libfam0c102  2.7.0-6 client library to control
the FAM
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange
library
ii  libidn11 0.5.2-3 GNU libidn library,
implementation
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded
runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session
Management
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++
Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol
client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System
miscellaneous exte
ii  libxrender1  0.8.3-7 X Rendering Extension
client libra
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB)
configu
ii  zlib1g   1:1.2.2-3   compression library -
runtime

-- no debconf information




__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 



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



Bug#295387: make-kpkg breaks make help

2005-02-15 Thread Uwe Zeisberger
Package: kernel-package
Version: 8.119
Severity: minor
File: /usr/bin/make-kpkg

Hello,

in prestine kernel sources (using version 2.6.10), I can issue `make help' to
see an overview of the supported targets and options.

As make-pkg substitutes scripts/package/Makefile and the new one has no
target `help', calling make help results in:

  Static analysers
buildcheck  - List dangling references to vmlinux discarded sections
  and init sections from non-init sections
checkstack  - Generate a list of stack hogs
namespacecheck  - Name space analysis on compiled kernel

  Kernel packaging:
  make[1]: *** No rule to make target `help'.  Stop.
  make: *** [help] Error 2

To work around this issue, you can use

  (echo # Dummy file ; echo help:)   scripts/package/Makefile

in /usr/share/kernel-package/rules instead of

  echo # Dummy file   scripts/package/Makefile

Regards
Uwe

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

Versions of packages kernel-package depends on:
ii  dpkg 1.10.26 Package maintenance system for Deb
ii  dpkg-dev 1.10.26 Package building tools for Debian
ii  gcc [c-compiler] 4:3.3.5-1   The GNU C compiler
ii  gcc-2.95 [c-compiler]1:2.95.4-22 The GNU C compiler
ii  gcc-3.3 [c-compiler] 1:3.3.5-8   The GNU C compiler
ii  gcc-3.4 [c-compiler] 3.4.3-6 The GNU C compiler
ii  make 3.80-9  The GNU version of the make util
ii  perl 5.8.4-6 Larry Wall's Practical Extraction 

-- no debconf information



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



Bug#295388: php4-cli: Overly long lines in /etc/php4/cli/php.ini (over 80 chars)

2005-02-15 Thread Jari Aalto
Package: php4-cli
Version: 4:4.3.10-2
Severity: minor


PLease format the comments in /etc/php4/cli/php.ini to fit in 80 wide
console terminal. The lines would be easier to read if they were
shorter.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages php4-cli depends on:
ii  libbz2-1.01.0.2-5high-quality block-sorting file co
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-18  Berkeley v4.2 Database Libraries [
ii  libedit2  2.9.cvs.20040827-1 BSD editline and history libraries
ii  libexpat1 1.95.8-1   XML parsing C library - runtime li
ii  libmagic1 4.12-1 File type determination library us
ii  libncurses5   5.4-4  Shared libraries for terminal hand
ii  libpcre3  4.5-1.1Perl 5 Compatible Regular Expressi
ii  libssl0.9.7   0.9.7e-3   SSL shared libraries
ii  mime-support  3.29-1 MIME files 'mime.types'  'mailcap
ii  php4-common   4:4.3.10-2 Common files for packages built fr
ii  zlib1g1:1.2.2-4  compression library - runtime

-- no debconf information


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



Bug#295373: debian-el: debian-bug: should display list of existing bugs

2005-02-15 Thread Peter S Galbraith
severity 295373 wishlist
thanks

Frank Küster [EMAIL PROTECTED] wrote:

 Package: debian-el
 Version: 24.9-2
 Severity: normal
 
 I think when one uses M-x debian-bug, it should display the list of
 existing bugs as reportbug does, and offer to send a followup if one
 chooses an existing number
 
 TIA, Frank

Thanks really a design choice on my part.  I dislike that feature when
packages has lots of bugs.  Also, many have titles that don't reflect
the real problem.  The user is free to see the list of bugs from the
menubar and even visit them via browse-url or import them as email.

What I could do is add a followup on entry in the Bugs menubar.  I
guess that would send a message to the bug number but not to the bug
submitter?

Peter



Bug#295262: fontconfig didn't disable anti aliased fonts

2005-02-15 Thread Arvind Autar
Hello,

I'm using a non gnome environment. None of the gnome applications are
invoked such as gnome-settings-daemons or gnome-font-properties. Are you
able to get your fonts match the one on the screenshot?


Arvind



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



Bug#295395: octave-forge: Replacing a submatrix of a sparse matrix results in a full matrix

2005-02-15 Thread Dennis Jrgensen
Package: octave-forge
Version: 2004.11.16-3
Severity: normal


With the following commands, I would have expected matrix A to
stay sparse:

octave:1 A = sparse(4,4);
octave:2 A([1 2 4],[1 2 4]) = sprand(3,3,0.2);
octave:3 issparse(A)
ans = 0


Same commands in Matlab:


 A = sparse(4,4); 
 A([1 2 4],[1 2 4]) = sprand(3,3,0.2);
 issparse(A)

ans =

 1


Replacing sprand() with something returning a full matrix yields
the same results: sparse 'A' in Matlab, full in Octave.



Regards,


  Dennis Jørgensen


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages octave-forge depends on:
ii  atlas3-base [liblapack.s 3.6.0-19Automatically Tuned Linear Algebra
ii  atlas3-sse [liblapack.so 3.6.0-19Automatically Tuned Linear Algebra
ii  fftw33.0.1-11Library for computing Fast Fourier
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libcln3  1.1.9-1 Class Library for Numbers (C++)
ii  libg2c0  1:3.3.5-8   Runtime library for GNU Fortran 77
ii  libgcc1  1:3.4.3-9   GCC support library
ii  libginac1.3  1.3.0-2 The GiNaC framework (runtime libra
ii  libgmp3  4.1.4-5 Multiprecision arithmetic library
ii  libgsl0  1.6-1   The GNU Scientific Library (GSL) -
ii  libhdf5-serial-1.6.2-0 [ 1.6.2-3 Hierarchical Data Format 5 (HDF5) 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libncurses5  5.4-4   Shared libraries for terminal hand
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqhull52003.1-1Calculate convex hulls and related
ii  libreadline4 4.3-15  GNU readline and history libraries
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  octave2.12.1.64-3GNU Octave language for numerical 
ii  xlibs4.3.0.dfsg.1-11 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information



Bug#295391: exim4 configuration generator is on drugs

2005-02-15 Thread Ian Jackson
Package: exim4
Version: 4.34-10

I tried to use the configuration generator and:

 * I answered `no' to `Split configuration into small files?' but:
balvenie:~# find /etc/exim4 -type f | wc -l
39
balvenie:~#

 * I answered
  mail sent by smarthost; no local mail
  system mail name: ncipher.com
  IP-addresses to listen on: 127.0.0.1
  Other destinations for which mail is accepted: [single space]
  Hide local mail name in outgoing mail?  no
  Machine handling [...] (smarthost):  mail.ncipher.com
  Keep number of DNS-queries minimal (Dial-on-Demand)?  No
   and when I say
  echo | exim iwj
   it does this

2005-02-15 15:11:31 1D14MM-0007S9-DJ = [EMAIL PROTECTED] U=iwj P=local S=261
2005-02-15 15:11:31 1D14MM-0007S9-DJ == [EMAIL PROTECTED] R=hub_user defer 
(-17): error in redirect data: domain missing or malformed in iwj@

Tony Finch, one of Philip Hazel's colleagues, said this to me in IRC:
 Diziet The exim4 configuration generator is COMPLETELY BARKING.
 fanf2 diziet: yes. shun.

This abomination should be thrown away and rewritten to do as it
promises, and not to generate broken configurations.

Ian.


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



Bug#295392: gtranslator: chosing Help-gtranslator website doesn't work

2005-02-15 Thread Emilian Nowak
Package: gtranslator
Version: 1.1.6-1
Severity: normal

choosing Help-gtranslator website from menu does nothing. No error message
to stdout/stderr, no message box, no browser. Just nothing


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



Bug#295393: tpb doesn't display on screen unless locale is C

2005-02-15 Thread Ernesto Hernández-Novich
Package: tpb
Version: 0.6.3-1

After changing de system's locale to anything other than C (tested with
en_US.*, es_ES.* and es_VE.*), tpb will not show anything on screen.
Same thing happens if the system's locale is C but the user's locale is
anything other than C.

If the system's/user's locale is anything other than C, doing

$ LANG=C tpb -d

show proper behavior.

I have all the xfonts-*-transcoded packages installed. I also tried with
a TrueType font having an UTF-8 encoding.

Seems tpb doesn't handle locales very well. As a workaround, I hardcoded
the LANG=C in /etc/X11/Xsession.d/90tpb.
-- 
Ernesto Hernández-Novich - On Linux 2.6.10 i686 - Unix: Live free or die!
Geek by nature, Linux by choice, Debian of course.
If you can't apt-get it, it isn't useful or doesn't exist.
GPG Key Fingerprint = 438C 49A2 A8C7 E7D7 1500 C507 96D6 A3D6 2F4C 85E3




Bug#295394: RFP: hula -- calendar and mail server

2005-02-15 Thread Moray Allan
Package: wnpp
Severity: wishlist

* Package name: hula
  Upstream Author : Novell
* URL : http://hula.cam.novell.com/index.php/Hula_Server
* License : LGPL/MPL
  Description : calendar and mail server

Hula features:

* SMTP server 
* IMAP server 
* POP server 
* Server-side rules 
* Calendar 
* AntiVirus scanner 
* List server 
* Free-busy scheduling 
* Web interface to mail and calendar. 

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#295339: pcproxy: Dependency on socket

2005-02-15 Thread Kees Leune
Hello Tobias,

On Tue, Feb 15, 2005 at 10:02:10AM +0100, Tobias Lorenz wrote:

 pcproxy seems to call socket and should have a dependency on it. I'm
 not a tcl programmer, so I cannot say, if there are more external calls with
 unsatisfied dependencies.

PCProxy does not, to the best of my knowledge, depend on socket. However, it 
does use
the socket call which is built in tcl extentensively. Can you indicate why you
suspect the dependecy on socket? There might be another problem that I am not
aware of.

Thank you very much,

-Kees
-- 
Kees Leune [EMAIL PROTECTED]


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



  1   2   3   4   >