Bug#221290: [Pkg-shadow-devel] Bug#221290: Bug #221290 still here: screen garbled after entering high-ascii characters at login prompt

2005-09-28 Thread Tomasz Kłoczko
On Tue, 27 Sep 2005, Eugeniy Meshcheryakov wrote:

 27 вересня 2005 о 18:36 +0200 Tomasz Kłoczko написав(-ла):
  Eugeniy this is incorrect way .. better will be use IUTF8 atribute 
 I know that it is incorrect, i sent this patch only as demonstration of
 the problem.
 
  from tty level description. Example from my system:
  
  $ stty -a | grep utf
  -iuclc ixany imaxbel -iutf8
  
 Not in Debian.
 
 $ stty -a | grep utf8
 $

So probably will be good add for Debian coreutils patch for allow 
display/set/unset IUTF8 bit.

  Why this is better ? Because termios is more generic and using 
  nl_langinfo() requires LOCALE database in system which does not exist 
  usualy in embeded systems (because it is very huge and full i18n support 
  isn't neccessary on this kind instalations).
  Also reading current LOCALE settings it not the same as reading terminal
  capabilities (IIRC setlocale() also changes tty atributes .. if not this 
  is next thing for fix :).
 no, setlocale do not change tty attributes and it must not.

If someone want use UFT-8 encoding and console works in diffrent way if 
UF-8 is used so probably will be good add enable IUTF8 bit in setlocale().

  By default linux console device have UTF-8 support enabled. Also current 
 Wrong, it does not.

Yes. You are right (incorrect interpretation stty output). Sorry.

  glibc provides IUTF8 bit mask for reading this atribute (look at 
  bits/termios.h) .. so all around is ready. Only IUTF8 atribute must be 
 Yes it provides it but it is not documented.
  correctly readed and used .. nothing more. Of cource also it will be good 
 As I wrote it does not set by default. Be it set we'll haven't this
 problem.
  if stty comand will correctly report IUTF8 :) (I don't know is attached 
  patch which bases on SuSE patch is used in Debian coreutils).
  
 
 Anyway this is more general problem but not shadow bug (it is about UTF8
 support, not about umlauts), so probably nothing should be done in
 shadow. But some program should set that flag *before* login run and
 *all* terminal emulators should set this flag when run in UTF-8 locale
 :( 

Probably good candidat will be getty for enable IUTF8 bit.

Also I'm check xterm. For me something is wrong because stty on xterm 
allways report IUTF8 is set (never mind is -u8 or +u8 options is used).

kloczek
-- 
---
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
---
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: [EMAIL PROTECTED]

Bug#328094: Udev 0.070-2 doesn't load the Firmware of the IPW2200

2005-09-28 Thread Marco d'Itri
On Sep 28, Michael Nitsche [EMAIL PROTECTED] wrote:

 I use UDEV 0.070-2 and it doesn't load the Firmware of the IPW2200 so I
Are you really really sure that you are using 0.070-2 and not 0.070-1?
Because 0.070-2 works for everybody else, unless you disabled
udev_run_hotplugd in z70_hotplugd.rules.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#330485: qgo: FTBFS: Missing Build-Depends on 'debhelper'

2005-09-28 Thread Andreas Jochens
Package: qgo
Version: 1.0.2-3
Severity: serious
Tags: patch

When building 'qgo' in a clean 'unstable' chroot,
I get the following error:

 debian/rules clean
perl -w admin/debianrules echodirs  debian/debiandirs
dh_testdir
make: dh_testdir: Command not found
make: *** [clean] Error 127

Please add the missing Build-Depends on 'debhelper'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/qgo-1.0.2/debian/control ./debian/control
--- ../tmp-orig/qgo-1.0.2/debian/control2005-09-28 07:29:48.0 
+
+++ ./debian/control2005-09-28 07:29:46.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Cyril Chaboisseau [EMAIL PROTECTED]
 Standards-Version: 3.6.2
-Build-Depends: autotools-dev, libqt3-mt-dev (= 3:3.3.4-3), 
libqt3-compat-headers
+Build-Depends: debhelper, autotools-dev, libqt3-mt-dev (= 3:3.3.4-3), 
libqt3-compat-headers
 
 Package: qgo
 Architecture: any


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



Bug#330486: lxr: README.gz is specific to linux

2005-09-28 Thread Jon Dowland
Package: lxr
Version: 0.3.1-2
Severity: minor

README.Debian.gz is very useful for setting up lxr, but is most specific
to linux. I wish to use lxr with a different code base. I have followed
the instructions and attempted to substitute my codebase for linux where
appropriate to no avail. In particular, I find the following paragraph
difficult to understand:

Generate the identifier database.  Go to the
/var/lib/lxr/source/, create a subdirectory (e.g. 2.4.6) and
put the linux source in this subdirectory (the subdirectory
should be named linux).

Which should it be, 2.4.6 or linux?

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

Versions of packages lxr depends on:
ii  apache [httpd]1.3.33-6sarge1 versatile, high-performance HTTP s
ii  perl [perl5]  5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#330487: apcupsd: apcaccess status reports line voltage 256-fold for APC Back-UPS BR 800

2005-09-28 Thread Antti Pyykko
Package: apcupsd
Version: 3.10.18-1
Severity: minor

apcaccess status reports wrong line voltage for my UPS. An endianness
issue perhaps? It says 'LINEV: 59210.4 Volts'. Note that 
59210.4 / 256 = 231.291 which is probably what it should report.


[63705] [14:06] [EMAIL PROTECTED] ~ % apcaccess status
APC  : 001,038,0937
DATE : Wed Sep 28 14:06:24 EEST 2005
HOSTNAME : apyykko.pp.oamk.fi
RELEASE  : 3.10.18
VERSION  : 3.10.18 (21 July 2005) debian
UPSNAME  : APC
CABLE: USB Cable
MODEL: Back-UPS BR  800
UPSMODE  : Stand Alone
STARTTIME: Sat Sep 17 16:40:11 EEST 2005
STATUS   : ONLINE
LINEV: 59210.4 Volts
LOADPCT  :  20.0 Percent Load Capacity
BCHARGE  : 100.0 Percent
TIMELEFT :  40.1 Minutes
MBATTCHG : 5 Percent
MINTIMEL : 3 Minutes
MAXTIME  : 0 Seconds
OUTPUTV  : 230.0 Volts
DWAKE: 000 Seconds
DSHUTD   : 000 Seconds
LOTRANS  : 194.0 Volts
HITRANS  : 264.0 Volts
ITEMP: 29.2 C Internal
ALARMDEL : Always
BATTV: 27.8 Volts
LINEFREQ : 50.0 Hz
NUMXFERS : 0
TONBATT  : 0 seconds
CUMONBATT: 0 seconds
XOFFBATT : N/A
SELFTEST : NO
STATFLAG : 0x0208 Status Flag
SERIALNO : QB0420246146
BATTDATE : 2001-09-25
NOMBATTV :  24.0
FIRMWARE : .o2 .I USB FW:o2
APCMODEL : Back-UPS BR  800
END APC  : Wed Sep 28 14:06:33 EEST 2005


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

Versions of packages apcupsd depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libsnmp4.24.2.5-5NET SNMP (Simple Network Managemen
ii  libssl0.9.7   0.9.7g-2   SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra

apcupsd recommends no packages.

-- no debconf information


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



Bug#124294: libpam-modules: Sensible defaults for /etc/security/group.conf

2005-09-28 Thread Steve Langasek
The problems with granting temporary device access to arbitrary users have
been discussed for years; there is simply no way to sanely revoke this
access at logout time.  Consequently, I believe an empty
/etc/security/group.conf *is* the sensible default, and I think this bug
should be closed.

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


signature.asc
Description: Digital signature


Bug#330488: dhelp: Version built with gcc-4.0 segfaults on installation

2005-09-28 Thread Daniel Schepler
Package: dhelp
Severity: serious
Version: 0.5.21

As the subject says, if I rebuild dhelp using an up-to-date sid
system, then try to install the resulting package (even in a clean
pbuilder chroot), I get a segmentation fault:

Unpacking dhelp (from .../d/dhelp/dhelp_0.5.21_i386.deb) ...
Setting up dhelp (0.5.21) ...
Building HTML tree .../var/lib/dpkg/info/dhelp.postinst: line 45: 15325 
Segmentation fault  /usr/sbin/dhelp_parse -r
dpkg: error processing dhelp (--configure):
 subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
 dhelp
E: Sub-process /usr/bin/dpkg returned an error code (1)

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


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



Bug#181378: grep hanging with -Fw and an empty pattern

2005-09-28 Thread Nicolas François
Hello,

Sorry for contacting you directly.

I'm trying to port you patch (grep-2.5.1-egf-speedup.patch) to Debian.
This patch triggered an issue when an empty pattern is used with the -Fw
options.
(see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329876)

I tried the Fedora grep-2.5.1-48.2 binary, which suffers from the same
issue (on a Debian system, with a Debian libc and libpcre):
   echo foobar | grep -Fw 
hangs (this could appear with the -Fwf options when the patterns file
contains an empty line).

Changing the 'while (1)' loop to a 'while (len)' loop in search.c fix this
issue.  However, I don't know if this is correct or optimal (I don't know
what should happen if we enter the loop with len0 and len is then
decreased to 0; Maybe this should also be catched earlier).

Does it seems correct to you ?

Sorry I could not check if a Redhat system suffers from this (that's the
reson why I do not use the BTS) and thanks a lot for the impressive
speed-up of grep on an UTF-8 environment,
-- 
Nekral


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



Bug#321232: qemu: New upstream version available

2005-09-28 Thread Stephen Kitt
Package: qemu
Version: 0.7.2-0.1
Tags: patch
Followup-For: Bug #321232


Hi,

QEMU 0.7.2 has been available for a while. I've rebased most of the
Debian package's patches against the new version; I'm attaching the
resulting .diff.gz. The only missing patch is 50_ppc_ldscript.patch;
the upstream ppc.ld has changed and I can't check the patch. I've
also included kqemu.h and enabled kqemu support (45_kqemu.patch),
but I haven't changed the debian/copyright file to include its
license.

Regards,

Stephen

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (200, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-6-sk2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages qemu depends on:
ii  bochsbios 2.1.1+20041109-3   BIOS for the Bochs emulator
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  openhackware  0.4.1-1OpenFirmware emulator for PowerPC
ii  proll 18-1   JavaStation PROM 2.x compatible re
ii  vgabios   0.5c-1 VGA BIOS software for the Bochs an
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap   0.3.1.7Bootstrap a basic Debian system
ii  sharutils 1:4.2.1-13 shar, unshar, uuencode, uudecode

-- no debconf information


qemu_0.7.2-0.1.diff.gz
Description: Binary data


Bug#324869: libct1: returns invalid date formats

2005-09-28 Thread Jonathan Oddy

Hi Adam,
I've finally had a chance to look further into this bug.

The original libct1 checks /etc/freetds/locales.conf for date formats, 
and if none is specified it resorts to its default.


The Debian libct1 uses locales to get the date format, then checks 
/etc/freetds/locales.conf, then falls back to the default.


Unfortunately the date format returned by locales is an inappropriate 
for applications that assume the default freetds date format, and 
because the check from locales is done first there's no way to override 
it. A compromise would be to check /etc/freetds/locales.conf first, then 
fall back to locales. This would allow people to force the date format 
in /etc/freetds/locales.conf.


--
Jonathan Oddy
Systems Administrator - ADVFN Plc
T: 02070700975
F: 02070700959
www.advfn.com




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



Bug#311617: snort: Coreutils needed

2005-09-28 Thread Chich Thierry
Package: snort
Version: 2.3.2-3
Followup-For: Bug #311617


I believe that this bug  (#311617: At install, wrong owner for /var/log/snort)
is due to the lack of coreutils package.

Indeed, the /etc/init.d/snort is using 'stat' which belong to coreutils.

However, I am seeing that snort (testing) depends of coreutils. But snort 
(stable) don't.
So, I undertstand why the apt-get install snort did not automatically install 
coreutils
on my server. 





-- System Information:
Debian Release: stable
  APT prefers stable
  APT policy: (500, 'testing'), (500, 'unstable'), (990, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.5-1-686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)


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



Bug#329848: stripclub: FTBFS on hppa

2005-09-28 Thread Steve Langasek
Ok, this is not a bug in the hppa toolchain, it's a bug in the screwy
hand-hacked configure script that stripclub uses:

  c++ -o /dev/null tests/fltktest.cpp `fltk-config --ldflags --use-images`

I suppose the compiler *ought* to be creating the binary as a temp file and
copying it to the final destination, but even so this seems like a goofy
thing to do.  And it probably affects all architectures when building with
the current binutils, not just hppa.

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


signature.asc
Description: Digital signature


Bug#330489: not able to install with KDE 3.4.2

2005-09-28 Thread Alexander Hofmann

Package: kwin-baghira
Severity: normal

Hi,
yesterday I tried to install kwin-baghira with apt. Therefore I got the 
following message:

The following packages have unmet dependencies:
  kwin-baghira: Depends: kdelibs4 (= 4:3.3.2-5) but it is not installable
Depends: libqt3c102-mt (= 3:3.3.4) but it is not installable

I don't know what to do to install this package, because

http://packages.debian.org/unstable/kde/kwin-baghira

says that the packages are not available.

Please tell me what to do to install 'kwin-baghira' or tell me if you know
the date of a knew release of 'kwin-baghira' that runs with KDE 3.4.2.

greetings from germany, Alex

-- System Information:
Debian Release: stable
  APT prefers unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8-2
Locale: LANG=POSIX, [EMAIL PROTECTED] (charmap=ISO-8859-15)
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



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



Bug#330490: Made a swat over ssl initscript

2005-09-28 Thread Elric Milon Beltran
Package: swat
Severity: wishlist


Hi, I made an initscript to start swat over ssl using stunnel (based on
skeleton), it would be good to add it to the debian package, dont you think?
It uses stunnel and you must create a certified with something like:



mkdir /etc/stunnel 

openssl req -new -x509 -days 365 -nodes -config
/usr/share/doc/stunnel/examples/stunnel.cnf -out
/etc/stunnel/stunnel.pem -keyout /etc/stunnel/stunnel.pem



Many thanks.



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

*** /etc/init.d/swap-ssl
#! /bin/sh
#
# skeleton  Example initscript
#   This file should be used to construct scripts to be
#   placed in /etc/init.d.
#
# Author:   Miquel van Smoorenburg [EMAIL PROTECTED].
#   Ian Murdock [EMAIL PROTECTED].
#
#   Please remove the Author lines above and replace them
#   with your own name if you copy and modify this script.
#
# Version:  @(#)skeleton  2.85-23  28-Jul-2004  [EMAIL PROTECTED]
#

set -e

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DESC=Swat over SSL
NAME=swat-ssl
DAEMON=/usr/sbin/stunnel
PIDFILE=/var/run/$NAME.pid
PARAM=-P /var/run/$NAME.pid -p /etc/stunnel/stunnel.pem -d 901 -l 
/usr/sbin/swat -- swat
SCRIPTNAME=/etc/init.d/$NAME

# Gracefully exit if the package has been removed.
test -x /usr/sbin/swat || exit 0
test -r /etc/stunnel/stunnel.pem || exit 1
test -x /usr/sbin/stunnel || exit 1

#
#   Function that starts the daemon/service.
#
d_start() {
start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec $DAEMON -- $PARAM  \
|| echo -n  already running
}

#
#   Function that stops the daemon/service.
#
d_stop() {
start-stop-daemon --stop --quiet --pidfile $PIDFILE \
--name `basename $DAEMON` \
|| echo -n  not running
}

#
#   Function that sends a SIGHUP to the daemon/service.
#
d_reload() {
start-stop-daemon --stop --quiet --pidfile $PIDFILE \
--name $NAME --signal 1
}

case $1 in
  start)
echo -n Starting $DESC: $NAME
d_start
echo .
;;
  stop)
echo -n Stopping $DESC: $NAME
d_stop
echo .
;;
  #reload)
#
#   If the daemon can reload its configuration without
#   restarting (for example, when it is sent a SIGHUP),
#   then implement that here.
#
#   If the daemon responds to changes in its config file
#   directly anyway, make this an exit 0.
#
# echo -n Reloading $DESC configuration...
# d_reload
# echo done.
  #;;
  restart|force-reload)
#
#   If the reload option is implemented, move the force-reload
#   option to the reload entry above. If not, force-reload is
#   just the same as restart.
#
echo -n Restarting $DESC: $NAME
d_stop
# One second might not be time enough for a daemon to stop, 
# if this happens, d_start will fail (and dpkg will break if 
# the package is being upgraded). Change the timeout if needed
# be, or change d_stop to have start-stop-daemon use --retry. 
# Notice that using --retry slows down the shutdown process somewhat.
sleep 1
d_start
echo .
;;
  *)
# echo Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload} 2
echo Usage: $SCRIPTNAME {start|stop|restart|force-reload} 2
exit 1
;;
esac

exit 0


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



Bug#330491: nullidentd: doesn't remove it's inetd.conf entry on removal

2005-09-28 Thread Jan De Luyck
Package: nullidentd
Version: 1.0-3
Severity: normal

I swapped nullidentd for slidentd just now, and nullidentd doesn't 
remove it's inetd.conf entry upon removal.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.6
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages nullidentd depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  netbase   4.22   Basic TCP/IP networking system

nullidentd recommends no packages.


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



Bug#330493: Call to soup_soap_message_new(..) causes segfault.

2005-09-28 Thread Leon Haverkotte

Package: libsoup
Version: 2.2-8

When trying to create a new SoupSoapMessage the program segfaults upon 
calling the

soup_soap_message_new(...) function, instead of returning NULL upon failure.


A small testing codesnippet:

#include libsoup/soup.h
#include libsoup/soup-soap-message.h
#include libsoup/soup-soap-response.h

SoupSession *session;
GMainLoop *loop;

int
main (int argc, char **argv)
{
   SoupSoapMessage *msg;

   g_type_init ();
   g_thread_init (NULL);

   session = soup_session_async_new();

   msg = soup_soap_message_new (POST,
http://utelscin.scintilla;,
FALSE, NULL, NULL, NULL);
   if (!msg) {
   fprintf (stderr, Could not create web service request\n);
   exit (1);
   }

   return 0;
}

Compiled with gcc `pkg-config --cflags --libs libsoup-2.2` -Wall -o 
libsoupbug libsoupbug.c


Running the program results in:
(process:14675): GLib-GObject-WARNING **: g_type_get_private() requires 
a prior call to g_type_add_private()

Segmentation fault

Versions of other related packages:
   libglib2.0 - Version 2.8.1-1
   glibc - Version 2.3.5-3
   kernel - Vanilla 2.6.9



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



Bug#330338: [Pkg-shadow-devel] Bug#330338: login: Same Problem with man-pages in german

2005-09-28 Thread Manolo Díaz


Fixed in 4.0.12-3


Fixed?

I've installed login 4.0.12-3 and I've found the same bug:
/usr/share/man/es/man1/login.1.gz
and
/usr/share/man/es/man1/su.1.gz
are provided by both, login (4.0.12-3) and manpages-es-extra (0.8a-13).
That is, I've got a package conflict not yet resolved.

Regards,
Manolo.


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



Bug#330365: libflac6 sarge package works

2005-09-28 Thread Nacho Barrientos

Hi.

Installing libflac6 sarge package scummwm runs perfectly, i didn't test
if changing dep to libflac7 in debian/control this lib works.

Regards,

-- 
Nacho Barrientos Arias (LRU: #273993)
[EMAIL PROTECTED] || [EMAIL PROTECTED]
GPG: 0xE103FC4D - http://criptonita.com/~nacho



pgpA1qXn2t0IZ.pgp
Description: PGP signature


Bug#330492: apt-proxy: malformed URI requests with http_proxy (extra /: http://fqdn:80//dir)

2005-09-28 Thread Philippe Teuwen
Subject: apt-proxy: malformed URI requests with http_proxy (extra /:
http://fqdn:80//dir)
Package: apt-proxy
Version: 1.9.32
Severity: normal

*** Please type your report below this line ***
When using apt-proxy behind a proxy, the external requests are
malformed.

Example config: client:(/etc/apt/source.list)
deb http://myprox:/marillat sid main
Server: (/etc/apt-proxy/apt-proxy-v2.conf)
[marillat]
backends = http://ftp.nerim.net/debian-marillat

The external requests done by apt-proxy look like
GET:http://ftp.nerim.net:80//debian-marillat/dists/sid/main/binary-i386/Packages.gz
Note the :80// part.
Regular debian servers are robust to this malformed URL as seen in logs:

2005/09/28 10:35 CEST [Uninitialized] [http_client]
GET:http://security.debian.org:80//debian-security/dists/stable/updates/main/binary-i386/Packages.gz
2005/09/28 10:35 CEST [Uninitialized] [http_client]
host:security.debian.org
2005/09/28 10:35 CEST [Uninitialized] [http_client]
if-modified-since:Mon, 22 Aug 2005 09:13:50 GMT
2005/09/28 10:35 CEST [FetcherHttp,client] [http_client] handleStatus
200 - OK

But other servers such the one of Marillat are not robust:

2005/09/28 12:47 CEST [Uninitialized] [http_client]
GET:http://ftp.nerim.net:80//debian-marillat/dists/sid/main/binary-i386/Packages.gz
2005/09/28 12:47 CEST [Uninitialized] [http_client] host:ftp.nerim.net
2005/09/28 12:47 CEST [FetcherHttp,client] [http_client] handleStatus
400 - Bad Request

I could solve the problem with the following patch:
/usr/lib/python2.3/site-packages/apt_proxy/apt_proxy.py:
--- apt_proxy.py.orig   2005-09-28 13:14:53.0 +0200
+++ apt_proxy.py2005-09-28 13:15:05.0 +0200
@@ -626,7 +626,7 @@
 else:
 self.sendCommand(self.request.method, http://;
  + self.request.backendServer.host + : +
str(self.request.backendServer.port)
- + / + self.request.backendServer.path
+ + self.request.backendServer.path
  + / + self.request.backend_uri)

 self.sendHeader('host', self.request.backendServer.host)

Note that this is just a fix, I don't know if the extra / must be
removed here or in self.request.backendServer.path

Phil

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.22-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apt-proxy depends on:
ii  adduser   3.64   Add and remove users and groups
ii  bzip2 1.0.2-7high-quality block-sorting
file co
ii  debconf [debconf-2.0] 1.4.52 Debian configuration
management sy
ii  logrotate 3.7-5  Log rotation utility
ii  python2.3.5-2An interactive high-level
object-o
ii  python-apt0.5.10 Python interface to libapt-pkg
ii  python-bsddb3 3.3.0-6Python interface to libdb3
ii  python-twisted1.3.0-8Event-based framework for
internet
ii  python2.3 2.3.5-4An interactive high-level
object-o

apt-proxy recommends no packages.

-- debconf information excluded




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



Bug#330487: apcupsd: apcaccess status reports line voltage 256-fold for APC Back-UPS BR 800

2005-09-28 Thread Samuele Giovanni Tonon
Antti Pyykko wrote:
 Package: apcupsd
 Version: 3.10.18-1
 Severity: minor
 
 apcaccess status reports wrong line voltage for my UPS. An endianness
 issue perhaps? It says 'LINEV: 59210.4 Volts'. Note that 
 59210.4 / 256 = 231.291 which is probably what it should report.
i have forwarded the bug to the apcupsd ml, hope to hear some major
info soon.

Regards
Samuele


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



Bug#322821: png problems on powerpc and s390 (was: Bug#322821: libpng12-0: new version breaks pdflatex)

2005-09-28 Thread Christoph Hellwig
On Tue, Sep 27, 2005 at 08:58:01AM -0400, Albert Cahalan wrote:
 Alignment seems to be the same between ppc and i386. (not that I would
 know or care about bitfields)

alignment for 64bit integer types is not the same for i386 vs everything
else.



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



Bug#330494: dbus-1: installation fails if shadowconfig is off

2005-09-28 Thread Mark Nipper
Package: dbus-1
Version: 0.23.4-1
Severity: important

Just noticed this on a server which is using LDAP primarily for
authentication and for whatever reason had 'shadowconfig off' set at the
time.  The error I received upon trying to install an updated version
of dbus-1 (may have been happening earlier and I just didn't notice)
was:
---
chage: can't open shadow password fileadduser: `/usr/bin/chage -M 9 
messagebus' returned error code 1.  Aborting.

Just thought the package maintainer should know so an
appropriate check can be made.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dbus-1 depends on:
ii  adduser   3.67   Add and remove users and groups
ii  debianutils   2.14.3 Miscellaneous utilities specific t
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li

dbus-1 recommends no packages.

-- no debconf information


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



Bug#330495: php3: FTBFS: Failed to satisfy Build-Depends: libsnmp5-dev

2005-09-28 Thread Andreas Jochens
Package: php3
Version: 3:3.0.18-31
Severity: serious
Tags: patch

When building 'php3' in a clean 'unstable' chroot,
I get the following error:

Reading package lists...
Building dependency tree...
E: Package libsnmp5-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for php3: libsnmp5-dev
Package libsnmp5-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Please add the missing Build-Depends on 'libsnmp9-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/php3-3.0.18/debian/control ./debian/control
--- ../tmp-orig/php3-3.0.18/debian/control  2005-09-28 11:21:07.0 
+
+++ ./debian/control2005-09-28 11:19:46.0 +
@@ -2,7 +2,7 @@
 Section: web
 Priority: extra
 Maintainer: Adam Conrad [EMAIL PROTECTED]
-Build-Depends: debhelper (= 2.0.40), perl, flex-old, bison, apache-dev (= 
1.3.27-1), zlib1g-dev, libgdbm-dev, libmysqlclient12-dev, libc-client-dev, 
libgd2-xpm-dev, libt1-dev, libxmltok1-dev, libldap2-dev, libsnmp5-dev, 
libmagick6-dev (= 5:6.0.0.2-1), libbz2-dev, libmhash-dev, libdb4.2-dev, 
xlibs-dev, libssl-dev, postgresql-dev (= 7.2-4)
+Build-Depends: debhelper (= 2.0.40), perl, flex-old, bison, apache-dev (= 
1.3.27-1), zlib1g-dev, libgdbm-dev, libmysqlclient12-dev, libc-client-dev, 
libgd2-xpm-dev, libt1-dev, libxmltok1-dev, libldap2-dev, libsnmp9-dev, 
libmagick6-dev (= 5:6.0.0.2-1), libbz2-dev, libmhash-dev, libdb4.2-dev, 
xlibs-dev, libssl-dev, postgresql-dev (= 7.2-4)
 Standards-Version: 3.6.1
 
 Package: php3


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



Bug#309823: Ok. Found.

2005-09-28 Thread Daniel Ruoso
Ok.

I now looked at examples, and the cvs package, which contains an epoch
number don't have the epoch number in it's name!

So, It's all my fault! ;)

I'll be fixing it today...

daniel



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



Bug#330291: Authentication problem with pbuilder

2005-09-28 Thread Junichi Uekawa
Hi,

 Extracting source
 Password: su: Authentication failure
 Sorry.
 pbuilder: Failed extracting the source
   - Aborting with an error
   - unmounting dev/pts filesystem
 ...
 
 
 I guess I have to set a further sudo permission here but for what program?
 It is 'sudo su' ?  I would not really like this even if it is convinient.
 

I've tracked the problem down to the fact that 
/etc/pam.d/su no longer exists with a clean install
since around yesterday.
Upgraded systems continue to work since /etc/pam.d/su 
already exists.

Without /etc/pam.d/su, root running su will be asked
for a password.


I'm suspecting either of

login 1:4.0.12-2 - 1:4.0.12-3
pam 0.76-23-0.79-1



regards,
junichi



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



Bug#330489: not able to install with KDE 3.4.2

2005-09-28 Thread José Luis Tallón
Alexander Hofmann wrote:

Package: kwin-baghira
Severity: normal

Hi,
yesterday I tried to install kwin-baghira with apt. Therefore I got the 
following message:

The following packages have unmet dependencies:
  kwin-baghira: Depends: kdelibs4 (= 4:3.3.2-5) but it is not installable
Depends: libqt3c102-mt (= 3:3.3.4) but it is not installable

I don't know what to do to install this package, because

http://packages.debian.org/unstable/kde/kwin-baghira

says that the packages are not available.
  

It has not been updated to the new C++ ABI yet.

Please tell me what to do to install 'kwin-baghira' or tell me if you know
the date of a knew release of 'kwin-baghira' that runs with KDE 3.4.2.
  

I'm working on it -- will upload it as soon as possible, most probably
version 0.7, in fact! :-)


J.L.



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



Bug#330496: bincimap: doesn't remove /etc/ssl/certs/imapd.pem on purge

2005-09-28 Thread Lars Wirzenius
Package: bincimap
Version: 1.2.12final-1

bincimap's postinst creates /etc/ssl/certs/imapd.pem, but there is no
prerm to remove it when the package is purged. This means some cruft is
left on the filesystem.



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



Bug#330497: myphpmoney : Error adding new operation

2005-09-28 Thread mathieu ruellan
Package: myphpmoney
Version: 1.3RC3-13

I'm getting this error when i try to insert a new op:

MySQL Error :
1062(Duplicate entry '103787471276000' for key 1)

The problem appears when you have 1 thousand operation!
The application doesn't add a digit to the key, so the key is already in
the database.


more details:
http://sourceforge.net/forum/forum.php?thread_id=932534forum_id=151323


-- 
Mathieu Ruellan
[EMAIL PROTECTED]



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



Bug#330498: netbase: Wrong RFC listed for IPSEC-ESP in /etc/protocols

2005-09-28 Thread Mathias Teikari
Package: netbase
Version: 4.21
Severity: minor
Tags: patch

The RFC listed as specifiying the IPSec ESP protocol is 2406, not 2046.

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

Versions of packages netbase depends on:
ii  debconf 1.4.30.13Debian configuration management sy
ii  ifupdown0.6.7high level tools to configure netw
ii  iputils-ping [ping] 3:20020927-2 Tools to test the reachability of 
ii  netkit-inetd0.10-10  The Internet Superserver
ii  tcpd7.6.dbs-8Wietse Venema's TCP wrapper utilit

-- debconf information excluded
--- /etc/protocols  2005-03-22 06:46:26.0 +1100
+++ protocols   2005-09-28 22:13:18.275553158 +1000
@@ -31,7 +31,7 @@
 idrp   45  IDRP# Inter-Domain Routing Protocol
 rsvp   46  RSVP# Reservation Protocol
 gre47  GRE # General Routing Encapsulation
-esp50  IPSEC-ESP   # Encap Security Payload [RFC2046]
+esp50  IPSEC-ESP   # Encap Security Payload [RFC2406]
 ah 51  IPSEC-AH# Authentication Header [RFC2402]
 skip   57  SKIP# SKIP
 ipv6-icmp 58   IPv6-ICMP   # ICMP for IPv6


Bug#298498: libglib2.0-0: libiconv instead of libc6's iconv()

2005-09-28 Thread J.H.M. Dassen (Ray)
On Mon, Mar 07, 2005 at 23:09:06 +0100, Oleg Verych wrote:
 I found that at least one usefull codepage isn't known by glibc. It is
 KOI8-RU.

Apparently that's the Ukrainian Net Character Set,
http://www.terena.nl/library/multiling/koi8-ru/
an extension of KOI8-R.

It is not listed in the /usr/lib/gconv/gconv-modules list of unstable's
current libc6 package (2.3.5-6).

 So, what about using libiconv ?

It needs to be packaged before we can consider using it; see
http://bugs.debian.org/148413

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


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



Bug#320257: Security related?

2005-09-28 Thread Moritz Muehlenhoff
Hi,
if this is unreproducible this can hardly be classified as a DoS
security issue, which would at least require some predictability
to start the attack. Please remove the security tag unless
you disagree.

Cheers,
Moritz


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



Bug#330499: Get missing documentation back in binary package

2005-09-28 Thread Andrey Mitrofanov
Package: ifhp
Version: 3.5.20-4
Tags: patch upstream

I think 3.5.20-2 fix for Bug#308982 mistakenly left .html and .pdf
docs out of binary package, though they are present in upstream
source tarball verbatim.

This happened due to overlooked upstream filename and directory
structure change after sarge release, going from 3.5.10 to 3.5.20.

IFHP-HOWTO is now called IFHP-Reference and moved from HOWTO/
directory to DOCS/ in the source.

Below are two patches to get documentation back in binary package
and fix some upstream references to HOWTO. I  don't touch po/
files to keep the changes to the minimum.

Thanks!
...Be happy, take it easy, sayonara.
---abme at rambler dot ru


ifhp_3.5.20-docs-debian.patch
Description: Binary data


ifhp_3.5.20-docs-upstream.patch
Description: Binary data


Bug#330500: default locale ignored, all locales are set to POSIX

2005-09-28 Thread Florent Bayle
Package: locales
Version: 2.3.5-6
Severity: important

After running dpkg-reconfigure locales and choosing [EMAIL PROTECTED] as 
default system environment locale, all locales remains set to POSIX :

jupiter:/home/florent# sudo dpkg-reconfigure locales
Generating locales (this might take a while)...
  [EMAIL PROTECTED] done
  Generation complete.
jupiter:/home/florent# locale
LANG=
LC_CTYPE=POSIX
LC_NUMERIC=POSIX
LC_TIME=POSIX
LC_COLLATE=POSIX
LC_MONETARY=POSIX
LC_MESSAGES=POSIX
LC_PAPER=POSIX
LC_NAME=POSIX
LC_ADDRESS=POSIX
LC_TELEPHONE=POSIX
LC_MEASUREMENT=POSIX
LC_IDENTIFICATION=POSIX
LC_ALL=
jupiter:/home/florent#

And even after after rebooting the system, all the locales of all the users 
remains set to POSIX.

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

Versions of packages locales depends on:
ii  debconf   1.4.58 Debian configuration management sy
ii  libc6 [glibc-2.3.5-3] 2.3.5-6GNU C Library: Shared libraries an

locales recommends no packages.

-- debconf information:
* locales/default_environment_locale: [EMAIL PROTECTED]
* locales/locales_to_be_generated: [EMAIL PROTECTED] ISO-8859-15


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



Bug#330501: New upstream version 2.4.5

2005-09-28 Thread Cai Qian
Package: stardict
Severity: wishlist 

Hello,

The 2.4.5 have been released, and would you like to pack it? If you don't have
time, I will NMU it, and fix some bugs as well.

Regards,
Cai Qian


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



Bug#299329: gnome-spell: Dictionary dont work with Ximian

2005-09-28 Thread Johannes Jördens
I'd like to report this behaviour, too. In my setup (Debian Unstable),
the Spell Checker window in the Evolution Preferences Dialogue does not
show other dictionaries either with the aspell-en package installed.

* If there are other dictionaries installed and one removes the
aspell-en package, the remaining dictionaries show up.

* If no dictionaries are installed and one installs aspell-en and
aspell-de, no dictionaries show up

* If no dictionaries are installed and one installs aspell-fr and
aspell-en, only aspell-fr shows up

* If no dictionaries are installed and one installs aspell-de-alt,
aspell-en and aspell-fr only aspell-de-alt and aspell-fr show up.

The respective versions are as follows:
gnome-spell 1.0.6-3
evolution   2.2.3-4
aspell  0.60.3-5
aspell-de-alt   2.1-1-3
aspell-de   0.60-20030222-1-5
aspell-en   6.0-0-5
aspell-fr   0.50-3-6


Furthermore, the aspell-fr setup prints the following: 
aspell-autobuildhash: processing: fr [fr-40-only]
aspell-autobuildhash: processing: fr [fr-60-only]
aspell-autobuildhash: processing: fr [fr-80-only]
Warning: The word Gram--Schmidt is invalid. The character '-' (U+2D)
must be followed by an alphabetic character. Skipping word.
Warning: The word Runge--Kutta is invalid. The character '-' (U+2D)
must be followed by an alphabetic character. Skipping word.
aspell-autobuildhash: processing: fr [fr_CH-only]

Perhaps this helps.
cheers
jj

---
I wonder if I should put myself in ESCROW!!


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


Bug#330291: Authentication problem with pbuilder

2005-09-28 Thread Andreas Tille

On Wed, 28 Sep 2005, Junichi Uekawa wrote:


I've tracked the problem down to the fact that
/etc/pam.d/su no longer exists with a clean install
since around yesterday.
Upgraded systems continue to work since /etc/pam.d/su
already exists.


Nice that you found an issue.  On the other hand my system was
installed about 10 months ago and I only upgraded.  I'm more or
less using an up to date testing system with the exception of some
packages from sid.


Without /etc/pam.d/su, root running su will be asked
for a password.


This is not the case.  I can su to any user (including root) without
password if I'm logged in as root.


I'm suspecting either of

login 1:4.0.12-2 - 1:4.0.12-3


   login4.0.3-35
(without any changes to /etc/pam.d/su)


pam 0.76-23-0.79-1


Not installed on the system in question.

Kind regards

 Andreas.

--
http://fam-tille.de


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



Bug#330502: xfig: Crashes while managing styles

2005-09-28 Thread hscarrer
Package: xfig
Version: 1:3.2.5-alpha5-4
Severity: normal

  
Open the manage styles dialog
click on a family (any family)
double-click on a style (any style)
xfig crashes saying


[corky]~$ xfig
xfig3.2.5-alpha5: SIGSEGV signal trapped
xfig: figure empty or not modified - exiting
Aborted

Hugo
  
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.10
  Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


Versions of packages xfig depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxmu6   6.8.2.dfsg.1-7 X Window System miscellaneous util
ii  libxp66.8.2.dfsg.1-7 X Window System printing extension
ii  libxpm4   6.8.2.dfsg.1-7 X pixmap library
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xaw3dg1.5+E-8Xaw3d widget set
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime
   
Versions of packages xfig recommends:
ii  transfig1:3.2.5-alpha5-3 Utilities for converting XFig figu
ii  xfig-libs   1:3.2.5-alpha5-4 XFig image libraries and examples
   
-- no debconf information   


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



Bug#330291: Authentication problem with pbuilder

2005-09-28 Thread Junichi Uekawa
tags 330291 +patch
reassign 330291 login
severity 330291 serious
thanks

Hi,

  Extracting source
  Password: su: Authentication failure
  Sorry.
  pbuilder: Failed extracting the source
- Aborting with an error
- unmounting dev/pts filesystem
  ...
  
  
  I guess I have to set a further sudo permission here but for what program?
  It is 'sudo su' ?  I would not really like this even if it is convinient.
  
 
 I've tracked the problem down to the fact that 
 /etc/pam.d/su no longer exists with a clean install
 since around yesterday.
 Upgraded systems continue to work since /etc/pam.d/su 
 already exists.
 
 Without /etc/pam.d/su, root running su will be asked
 for a password.
 
 I'm suspecting either of
 
 login 1:4.0.12-2 - 1:4.0.12-3
 pam 0.76-23-0.79-1

I've tracked it down to shadow; I think this is the required patch.



diff -urN shadow-4.0.12-orig/debian/login.su.pam 
shadow-4.0.12/debian/login.su.pam
--- shadow-4.0.12-orig/debian/login.su.pam  1970-01-01 09:00:00.0 
+0900
+++ shadow-4.0.12/debian/login.su.pam   2005-09-28 21:16:25.598938168 +0900
@@ -0,0 +1,45 @@
+#
+# The PAM configuration file for the Shadow `su' service
+#
+
+# Uncomment this to force users to be a member of group root
+# before they can use `su'. You can also add group=foo to
+# to the end of this line if you want to use a group other
+# than the default root.
+# (Replaces the `SU_WHEEL_ONLY' option from login.defs)
+# auth   required   pam_wheel.so
+
+# Uncomment this if you want wheel members to be able to
+# su without a password.
+# auth   sufficient pam_wheel.so trust
+
+# Uncomment this if you want members of a specific group to not
+# be allowed to use su at all.
+# auth   required   pam_wheel.so deny group=nosu
+
+# This allows root to su without passwords (normal operation)
+auth   sufficient pam_rootok.so
+
+# Uncomment and edit /etc/security/time.conf if you need to set
+# time restrainst on su usage.
+# (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs
+# as well as /etc/porttime)
+# accountrequisite  pam_time.so
+
+# This module parses /etc/environment (the standard for setting
+# environ vars) and also allows you to use an extended config
+# file /etc/security/pam_env.conf.
+# (Replaces the `ENVIRON_FILE' setting from login.defs)
+auth   required   pam_env.so
+
+# The standard Unix authentication modules, used with
+# NIS (man nsswitch) as well as normal /etc/passwd and
+# /etc/shadow entries.
[EMAIL PROTECTED] common-auth
[EMAIL PROTECTED] common-account
[EMAIL PROTECTED] common-session
+
+# Sets up user limits, please uncomment and read /etc/security/limits.conf
+# to enable this functionality.
+# (Replaces the use of /etc/limits in old login)
+# sessionrequired   pam_limits.so
diff -urN shadow-4.0.12-orig/debian/passwd.su.pam 
shadow-4.0.12/debian/passwd.su.pam
--- shadow-4.0.12-orig/debian/passwd.su.pam 2005-09-28 21:16:25.598938168 
+0900
+++ shadow-4.0.12/debian/passwd.su.pam  1970-01-01 09:00:00.0 +0900
@@ -1,45 +0,0 @@
-#
-# The PAM configuration file for the Shadow `su' service
-#
-
-# Uncomment this to force users to be a member of group root
-# before they can use `su'. You can also add group=foo to
-# to the end of this line if you want to use a group other
-# than the default root.
-# (Replaces the `SU_WHEEL_ONLY' option from login.defs)
-# auth   required   pam_wheel.so
-
-# Uncomment this if you want wheel members to be able to
-# su without a password.
-# auth   sufficient pam_wheel.so trust
-
-# Uncomment this if you want members of a specific group to not
-# be allowed to use su at all.
-# auth   required   pam_wheel.so deny group=nosu
-
-# This allows root to su without passwords (normal operation)
-auth   sufficient pam_rootok.so
-
-# Uncomment and edit /etc/security/time.conf if you need to set
-# time restrainst on su usage.
-# (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs
-# as well as /etc/porttime)
-# accountrequisite  pam_time.so
-
-# This module parses /etc/environment (the standard for setting
-# environ vars) and also allows you to use an extended config
-# file /etc/security/pam_env.conf.
-# (Replaces the `ENVIRON_FILE' setting from login.defs)
-auth   required   pam_env.so
-
-# The standard Unix authentication modules, used with
-# NIS (man nsswitch) as well as normal /etc/passwd and
-# /etc/shadow entries.
[EMAIL PROTECTED] common-auth
[EMAIL PROTECTED] common-account
[EMAIL PROTECTED] common-session
-
-# Sets up user limits, please uncomment and read /etc/security/limits.conf
-# to enable this functionality.
-# (Replaces the use of /etc/limits in old login)
-# sessionrequired   pam_limits.so
diff -urN shadow-4.0.12-orig/debian/rules shadow-4.0.12/debian/rules
--- shadow-4.0.12-orig/debian/rules 2005-09-28 21:16:25.599938016 +0900
+++ shadow-4.0.12/debian/rules  2005-09-28 21:33:47.577533344 +0900
@@ -115,6 +115,7 @@
dh_installpam -p passwd --name=groupmod
  

Bug#330503: aptitude: wrong dependency resolution, cannot update one package

2005-09-28 Thread Martin Koeppe
Package: aptitude
Version: 0.2.15.9-6
Severity: normal


Updating one package with complex dependencies fails:
I tried to update from slang1a-utf8 (1.4.9dbs-8) to
libslang1-utf8 (1.4.9dbs-10).

The following dependencies exist:

slang1a-utf8 (1.4.9dbs-8)
  Conflicts: slang1-utf8

libslang1-utf8 (1.4.9dbs-10)
  Conflicts: slang1-utf8, slang1a-utf8
  Replaces:  slang1a-utf8
  Provides:  slang1a-utf8

util-linux (2.12-7+kbsd.1)
  PreDepends: slang1a-utf8 (1.4.4-7.1)

Installing libslang1-utf8 is not possible, even though it should be possible
to replace slang1a-utf8 with libslang1-utf8 without any problems.
I know that kfreebsd-i386 is not an official architecture,
but I think the dependency resolution algorithm has not changed there.

I also tested with
# apt-get -s install libslang1-utf8
but this wanted to remove util-linux as well.

I report this issue here nevertheless to make you aware of it,
in case aptitude has its own dependency resolution.
If that's wrong then please reassign it.


Martin


-- System Information:
Debian Release: unstable
Architecture: kfreebsd/i386 (i686)

Versions of packages aptitude depends on:
apt 0.6.41+kbsd

-- no debconf information


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



Bug#330504: libgphoto2-2: should ignore file name duplicates

2005-09-28 Thread Martin Pitt
Package: libgphoto2-2
Version: 2.1.6-1
Tags: patch

Hi!

http://bugzilla.ubuntu.com/show_bug.cgi?id=12132 reports a problem
when trying to import files from slightly buggy cameras like the HP
photosmart 850. It seems to report duplicate file name entries.

The original reporter proposed a workaround (obsolete patch in the
bugzilla report), I generalized and cleaned up a little and attached
the current bug to the bugzilla report.

Please consider adopting this for Debian.

Thanks!

Martin
-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#306599: libusb correct?

2005-09-28 Thread Martin Samuelsson
Should libusb provide any file under /etc/hotplug/ somewhere? Maybe
instead of the file in /etc/hotplug.d/ ? What is the difference between
them?

Or what is the problem? Is it with hotplug or with libusb?

Tracking down the cause of this problem is not trivial to me. The man
page does not mention the hotplug.d/ directory at all and nothing
interesting is added to the files under /var/log.
--
/Martin


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



Bug#323220: darcs patch: Added option to use something else than debuild to build

2005-09-28 Thread John Goerzen
On Mon, Sep 26, 2005 at 03:03:01AM +0200, Marc 'HE' Brockschmidt wrote:
  [Added option to use something else than debuild to build
  Florian Ragwitz [EMAIL PROTECTED]**20050913045447] {
 
 It looks like I'm too stupid for this:

Florian contacted me later to say that there were some bugs with his
patch.  I'm removing it from my tree for now.

-- John


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



Bug#330247: [Pkg-shadow-devel] Bug#330247: Install failed. Trying to overwrite /usr/share/man/de/man1/login.1.gz which is also in manpages-de

2005-09-28 Thread Alexander Gattin
 clone 330247 -1
 reassign -1 manpages-ru
 retitle -1 Please stop providing outdated manpages
 thanks

Hi!

On Tue, Sep 27, 2005 at 06:13:58AM +0200, Christian Perrier wrote:
 Quoting Jan Brüninghaus ([EMAIL PROTECTED]):
  Package: login
  Version: 1:4.0.3-39
  Severity: grave
  Tags: l10n
  Justification: renders package unusable
  
  The package tries to overwrite /usr/share/man/de/man1/login.1.gz which
  is also in the package manpages-de.

BTW, you need to check other manpages -- I did this
e.g. with sort | uniq -d

 Which is fairly logical as login is a binary provided in login..:-)

oops, I saw the same for manpages-ru package ;) and
just purged it to be able to install new
login/passwd...

Thus just citing you for manpages-ru maintainers:
 So, sorry to say this, but manpages-de should stop providing login.1
 which is anyway certainly completely outdated.
 
 We will have to recompile a new version of shadow, conflicting with
 all versions of manpages-de (we already had a Replaces on
 manpages-de ((= 0.4-4)).
 
 Sigh...

Of course, WRT manpages-ru, the bug is for different
file, namely /usr/share/man/ru/man5/passwd.5.gz
(AFAIS there are no other intersections):
 penguin:~# apt-get install manpages-ru/unstable
 Reading Package Lists... Done
 Building Dependency Tree... Done
 Selected version 0.98-2 (Debian:testing) for manpages-ru
 The following NEW packages will be installed:
   manpages-ru
 0 upgraded, 1 newly installed, 0 to remove and 154 not upgraded.
 Need to get 0B/589kB of archives.
 After unpacking 1163kB of additional disk space will be used.
 Selecting previously deselected package manpages-ru.
 (Reading database ... 192132 files and directories currently installed.)
 Unpacking manpages-ru (from .../manpages-ru_0.98-2_all.deb) ...
 dpkg: error processing /var/cache/apt/archives/manpages-ru_0.98-2_all.deb 
 (--unpack):
  trying to overwrite `/usr/share/man/ru/man5/passwd.5.gz', which is also in 
 package passwd
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
  /var/cache/apt/archives/manpages-ru_0.98-2_all.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
WBR,
xrgtn



Bug#330291: Authentication problem with pbuilder

2005-09-28 Thread Junichi Uekawa
retitle 330291 missing /etc/pam.d/su from login package
thanks

Let us retitle this bugreport, so that is looks more correct.

amicablement,
junichi

-- 
Junichi Uekawa, Debian Developer   http://www.netfort.gr.jp/~dancer/
183A 70FC 4732 1B87 57A5  CE82 D837 7D4E E81E 55C1 


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



Bug#330474: mutt: opens of same mbox by multiple mutt processes erase message bodies

2005-09-28 Thread Adeodato Simó
* Branden Robinson [Wed, 28 Sep 2005 04:13:48 -0500]:

 For years I have performed multiple opens of mbox files, using multiple
 mutt processes.

 For years it worked.

 Now it doesn't.

  As mentioned on IRC:

(a) I can't reproduce this after a quick test, including the
procedure you mentioned there (open, reply to a message, open in
another terminal and view that message).

A description of how to reproduce would be good.

(b) If you can rebuild mutt, please try after removing cvs_2005-09-24 
in the upstream/patches/ directory.

  Cheers,

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
Hanlon's Razor: Never attribute to malice that which is adequately
explained by stupidity.



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



Bug#330505: OO doesn't open remote (smb) files

2005-09-28 Thread Stefan Pauwels

Package: openoffice.org-gnomevfs
Version: 1.1.4-7.0.1

I use OO without the option use OO dialogs. I can easily locate the 
file on the network place via the gtk open dialog. I double click it: 
Nothing happens. OO just stays there with the empty page like before.

Happens with native OO files as with MS Office files.

It also does not work when I locate the file in nautilus and choose 
Open with OpenOffice Calc or the like. With gnumeric it works just fine.


Openoffice.org: 1.1.4-7
Openoffice.org-gtk-gnome: 1.1.4-7.0.1

Stefan


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



Bug#330506: cdrecord: root vs. suid vs. cdrom group ... Contradiction (?)

2005-09-28 Thread Gilles
Package: cdrecord
Version: 4:2.01+01a03-2
Severity: important

Hi.

Each time I upgrade the system (and cdrecord is updated), I get into
problems writing CDs.  I use cdrecord through k3b; I've just tried
to blank a CD-RW and got the following error message (k3b log):

---BEGIN LOG---
System
---
K3b Version: 0.12

KDE Version: 3.4.2
QT Version:  3.3.5
Kernel:  2.6.13.2-vs2.0.1-pre2+g2
Devices
---
PLEXTOR CD-R   PX-W1210A 1.07 (/dev/hdc, ) at /media/cdrom0 [CD-R; CD-RW; 
CD-ROM] [Error] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; RAW/R96P; RAW/R96R]

Used versions
---
cdrecord: 2.1.1a03

cdrecord command:
---
/usr/bin/cdrecord.mmap -v gracetime=2 dev=/dev/hdc speed=1 -tao 
driveropts=burnfree -eject blank=fast -force 

cdrecord
---
/usr/bin/cdrecord: Warning: Running on Linux-2.6.13.2-vs2.0.1-pre2+g2

/usr/bin/cdrecord: There are unsettled issues with Linux-2.5 and newer.
/usr/bin/cdrecord: If you have unexpected problems, please try Linux-2.4 or 
Solaris.
/usr/bin/cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
/usr/bin/cdrecord: Permission denied. WARNING: Cannot set priority using 
setpriority().
/usr/bin/cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Error: Cannot gain SYS_RAWIO capability.Is cdrecord installed SUID root?
: Operation not permitted
/usr/bin/cdrecord: Warning: using inofficial version of libscg 
(ubuntu-0.8ubuntu1 '@(#)scsitransp.c 1.91 04/06/17 Copyright 
1988,1995,2000-2004 J. Schilling').
SCSI buffer size: 64512
/usr/bin/cdrecord: Operation not permitted. Cannot send SCSI cmd via ioctl
Cdrecord-Clone 2.01.01a03 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2005 
Joerg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
  and thus may have bugs that are not present in the original version.
  Please send bug reports and support requests to [EMAIL PROTECTED].
  The original author should not be bothered with problems of this version.
TOC Type: 1 = CD-ROM
Using libscg version 'ubuntu-0.8ubuntu1'.
Driveropts: 'burnfree'
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 1
Vendor_info: 'PLEXTOR '
Identifikation : 'CD-R   PX-W1210A'
Revision   : '1.07'
Device seems to be: Generic mmc CD-RW.
---END LOG---


From the above, cdrecord seems to complain that it is not suid-root.
[Or is the problem somewhere else?]

So I used 'dpkg-reconfigure cdrecord' to make it suid.  I restarted k3b
which itself then complained that cdrecord *is* suid root (stressing
that newer kernels won't accept to run it for security reasons).

Does that mean that cdrecord and hence k3b can only be run as root?

From explanations given by dpkg-reconfigure as well as by k3b, it
would seem that belonging to the cdrom group should be enough to be
able to burn CDs!

So, what is exactly the recommended setting?


Best regards,
Gilles


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2-vs2.0.1-pre2+g2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages cdrecord depends on:
ii  debconf   1.4.58 Debian configuration management sy
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  makedev   2.3.1-78   creates device files in /dev

Versions of packages cdrecord recommends:
ii  mkisofs   4:2.01+01a03-2 Creates ISO-9660 CD-ROM filesystem

-- debconf information:
* cdrecord/SUID_bit: false
  cdrecord/MAKEDEVNEW: true
  cdrecord/do_it_yourself:


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



Bug#330507: conquest-server: cruft left on filesystem after purge

2005-09-28 Thread Lars Wirzenius
Package: conquest-server
Version: 8.1.1-2

conquest-server seems to create two files in /var/games/conquest in the
postinst, but there is not prerm to remove them on purge, meaning that
the files and the directory remain as cruft. piuparts reports some other
problems as well, but I didn't look into the cause of those, sorry.

0m6.7s ERROR: Package purging left files on system:
  /etc/conquest
owned by: conquest-libs
  /etc/conquest/conquestrc
  /var/games
owned by: conquest-libs
  /var/games/conquest
owned by: conquest-libs
  /var/games/conquest/conquest.log
  /var/games/conquest/conquest_common.img



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



Bug#330508: mozilla-browser: can't deactivate popup blocking

2005-09-28 Thread Benjamin Habegger
Package: mozilla-browser
Version: 2:1.7.8-1
Severity: normal


Hello,

I'm having problems deactivating the popup blocker in mozilla. Even though
it is unchecked in the preferences dialog, it still keeps on blocking
popups.

This typically happens why a try to print a city map (not a route)
using www.mappy.fr. Furthermore, if I try authorizing mappy, the page still
gets blocked.

Benjamin 

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

Versions of packages mozilla-browser depends on:
ii  debconf   1.4.58 Debian configuration management sy
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libnspr4  2:1.7.8-1  Netscape Portable Runtime Library
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxp66.8.2.dfsg.1-7 X Window System printing extension
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  psmisc21.6-1 Utilities that use the proc filesy
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages mozilla-browser recommends:
ii  mozilla-psm   2:1.7.8-1  The Mozilla Internet application s
ii  myspell-en-us [myspell-dictio 20050823-1 English (US) dictionary for myspel
ii  myspell-fr-gut [myspell-dicti 1:1.0-18   The French dictionary for myspell 

-- debconf information:
* mozilla/dsp: auto
  mozilla/locale_auto: true
* mozilla/prefs_note:


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



Bug#306599: libusb correct?

2005-09-28 Thread Marco d'Itri
On Sep 28, Martin Samuelsson [EMAIL PROTECTED] wrote:

 Or what is the problem? Is it with hotplug or with libusb?
With hotplug. If will be solved by the next udev upload, which will
replace hotplug and correctly support this.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#330409: cpufreqd: restore full scaling range upon removal

2005-09-28 Thread Mattia Dongili
On Tue, September 27, 2005 9:15 pm, Dan Jacobson said:
 Package: cpufreqd
 Severity: normal
[...]
 do something like
   cat cpuinfo_min_freq  scaling_min_freq
   cat cpuinfo_max_freq  scaling_max_freq
 upon installation.  And cpufreqd should do the same upon removal.

actually a much better solution would be to restore the original setup
when stopping the service, not just on removal.

-- 
mattia
:wq!





Bug#330504: libgphoto2-2: should ignore file name duplicates

2005-09-28 Thread Frederic Peters
Martin Pitt wrote:

 Package: libgphoto2-2
 Version: 2.1.6-1
 Tags: patch
 
 Hi!
 
 http://bugzilla.ubuntu.com/show_bug.cgi?id=12132 reports a problem
 when trying to import files from slightly buggy cameras like the HP
 photosmart 850. It seems to report duplicate file name entries.
 
 The original reporter proposed a workaround (obsolete patch in the
 bugzilla report), I generalized and cleaned up a little and attached
 the current bug to the bugzilla report.
 
 Please consider adopting this for Debian.

Actually a user requested it and I added the ubuntu patch yesterday
(2.1.6-4).  I'll create a package with the updated version.

Thanks for the notice,


Frederic


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



Bug#330510: New Debian mirror submission

2005-09-28 Thread Dolphin
Package: mirrors
Severity: wishlist

Site: ww.taukita.com
Type: leaf
Archive-ftp: /[EMAIL PROTECTED]/
Archive-http: /online casino portal/
Archive-nfs: /[EMAIL PROTECTED]/
Archive-rsync: [EMAIL PROTECTED]/
CDImage-ftp: /[EMAIL PROTECTED]/
CDImage-http: //www.taukita.com/
CDImage-nfs: /[EMAIL PROTECTED]/
NonUS-ftp: /[EMAIL PROTECTED]/
NonUS-http: //www.taukita.com/
NonUS-nfs: /[EMAIL PROTECTED]/
NonUS-rsync: [EMAIL PROTECTED]/
WWW-http: //www.taukita.com/
WWW-nfs: //www.taukita.com/
WWW-rsync: /www.taukita.com/
Mirrors-from: united states
Maintainer: Dolphin [EMAIL PROTECTED]
Country: US United States

Location: New York
Sponsor: Dolphin http://www.taukita.com
Comment: Hello. Nice content. Very good.


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



Bug#330509: tetex-bin: updmapsys gives many warnings

2005-09-28 Thread Roman Bertle
Package: tetex-bin
Version: 3.0-7
Severity: minor
Tags: experimental

Hello,

updmap-sys gives many warnings like:

updmap-sys: using map file `/usr/share/texmf/fonts/map/dvips/tetex/dvips35.map'

!!! WARNING: While searching for the right map file for `dvips35.map', we have
found the file
  /usr/share/texmf/fonts/map/dvips/tetex/dvips35.map
in the right location and we are using this
file. However, a map file with different content has been found in
the obsolete location
  /usr/share/texmf/dvips/config/dvips35.map
Please, see which version you want to use and eventually update the
content of the used map file. Additionally, consider removing the
obsolete file.

I thinks they are due to the new location of .map files in tetex3. If
the old files cannot removed automatically during the upgrade to tetex3,
there should be some comment in README.Debian about these warnings, and
whether files can be removed manually.

Roman

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

Versions of packages tetex-bin depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  debianutils   2.14.3 Miscellaneous utilities specific t
ii  dpkg  1.13.11.0.1package maintenance system for Deb
ii  ed0.2-20 The classic unix line editor
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-9  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libkpathsea4  3.0-7  path search library for teTeX (run
ii  libpaper1 1.1.14-3   Library for handling paper charact
ii  libpng12-01.2.8rel-4 PNG library - runtime
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++64.0.1-9The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxaw8   6.8.2.dfsg.1-7 X Athena widget set library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxmu6   6.8.2.dfsg.1-7 X Window System miscellaneous util
ii  libxpm4   6.8.2.dfsg.1-7 X pixmap library
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  mime-support  3.35-1 MIME files 'mime.types'  'mailcap
ii  perl  5.8.7-5Larry Wall's Practical Extraction 
ii  sed   4.1.4-4The GNU sed stream editor
ii  tetex-base3.0-7  Basic library files of teTeX
ii  ucf   2.002  Update Configuration File: preserv
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages tetex-bin recommends:
ii  dialog1.0-20050911-1 Displays user-friendly dialog boxe
ii  libxml-parser-perl2.34-4 Perl module for parsing XML files
ii  perl-tk   1:800.025-2Perl module providing the Tk graph
ii  psutils   1.17-19A collection of PostScript documen

-- debconf information:
* tetex-bin/upd_map: true
* tetex-bin/cnf_name:
* tetex-bin/fmtutil: true
  tetex-bin/fmtutil-failed:
* tetex-bin/userperm: false
* tetex-bin/texmf: true
  tetex-bin/updmap-failed:
* tetex-bin/hyphen: german[=austrian-alte_Rechtschreibung], 
ngerman[=naustrian-neue_Rechtschreibung], french[=patois], latin
  tetex-bin/oldcfg: true
* tetex-bin/use_debconf: true
* tetex-bin/groupname: users
* tetex-bin/groupperm: true
* tetex-bin/lsr-perms: true


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



Bug#330511: Only root can print

2005-09-28 Thread Juhapekka Tolvanen
Package: cupsys-bsd
Version: 1.1.23-12
Severity: important

I am not very sure, if this is the actual package that has bug.

If normal luser tries to print with lpr-command, his/her print can be seen in
output of lpq-command only very shortly, but nothing happens. Printer
just stays in normal state. Also printing with xpp and gtklp goes to some kind
of bit heaven.

If I open page http://localhost:631/printers with WWW-browser, this can
be seen in that certain printer that were used for printing attempt:

Canon LBP-8A1 Foomatic/lbp8
Description: Canon LBP-8 Mark IV
Location:
Printer State: idle, accepting jobs.
Back-channel read error - Input/output error!
Device URI: canon:/dev/lp0

Permissions of /dev/lp0 are like this:

crw-rw  1 root lp 6, 0 Sep 28 13:52 /dev/lp0

If I add that normal luser to group called lp or give command chmod ugo+rw
/dev/lp0, it does not help, either.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cupsys-bsd depends on:
ii  cupsys-client 1.1.23-12  Common UNIX Printing System(tm) - 
ii  debconf   1.4.58 Debian configuration management sy
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcupsys21.1.23-12  Common UNIX Printing System(tm) - 
ii  netbase   4.22   Basic TCP/IP networking system

cupsys-bsd recommends no packages.

-- debconf information:
* cupsys-bsd/setuplpd: true


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



Bug#330512: libxml++2.6: xmlpp::DomParser seems completely broken

2005-09-28 Thread Sam Morris
Package: libxml++2.6-1c2
Version: 2.6.1-2.1
Severity: important
File: libxml++2.6

I can't even run the provided example program, examples/dom_parser/main.cc:

(gdb) set args /usr/share/doc/libxml++2.6-doc/examples/dom_parser/example.xml
(gdb) run
Starting program: /home/sam/src/solar/solar-xml/xml/libxml/main 
/usr/share/doc/libxml++2.6-doc/examples/dom_parser/example.xml

Node name = example
Node name = example
 line = 4

Program received signal SIGSEGV, Segmentation fault.
0xb7cbeb5e in __gnu_cxx::__pooltrue::_M_reclaim_block ()
   from /usr/lib/libstdc++.so.6
(gdb) bt full
#0  0xb7cbeb5e in __gnu_cxx::__pooltrue::_M_reclaim_block ()
   from /usr/lib/libstdc++.so.6
No symbol table info available.
#1  0x0804a5f5 in __gnu_cxx::__mt_allocstd::_List_nodexmlpp::Node*, 
__gnu_cxx::__common_pool_policy__gnu_cxx::__pool, true ::deallocate (
this=0xbfedf6b4, __p=0x80685a0, __n=1) at mt_allocator.h:714
__pool = (
__gnu_cxx::__pooltrue ) @0x804b300: {__gnu_cxx::__pool_base = {
_M_options = {_M_align = 8, _M_max_bytes = 128, _M_min_bin = 8,
  _M_chunk_size = 4080, _M_max_threads = 4096, _M_freelist_headroom = 10,
  _M_force_new = false}, _M_binmap = 0x0, _M_init = false}, _M_bin = 0x0,
  _M_bin_size = 1, _M_thread_freelist = 0x0, _M_thread_freelist_initial = 0x0}
__bytes = 12
#2  0x0804a611 in std::_List_basexmlpp::Node*, std::allocatorxmlpp::Node* 
::_M_put_node (this=0xbfedf6b4, __p=0x80685a0) at stl_list.h:317
No locals.
#3  0x0804a6ce in std::_List_basexmlpp::Node*, std::allocatorxmlpp::Node* 
::_M_clear (this=0xbfedf6b4) at list.tcc:78
__tmp = (class std::_List_nodexmlpp::Node* *) 0x80685a0
__cur = (class std::_List_nodexmlpp::Node* *) 0x80685b8
#4  0xb7fafd4c in xmlpp::Node::get_children () from /usr/lib/libxml++-2.6.so.1
No symbol table info available.
#5  0xb7fb0393 in xmlpp::Node::get_children () from /usr/lib/libxml++-2.6.so.1
No symbol table info available.
#6  0x08049d15 in print_node (node=0x80609f0, indentation=0) at main.cc:105
list = {std::_List_basexmlpp::Node*,std::allocatorxmlpp::Node*  = 
{
_M_impl = {std::allocatorstd::_List_nodexmlpp::Node*  = 
{__gnu_cxx::__mt_allocstd::_List_nodexmlpp::Node*,__gnu_cxx::__common_pool_policy__gnu_cxx::__pool,
 true  = {__gnu_cxx::__mt_alloc_basestd::_List_nodexmlpp::Node*  = 
{No data fields}, No data fields}, No data fields}, _M_node = {
_M_next = 0x8068618, _M_prev = 0x8068678}}}, No data fields}
nodeContent = (const struct xmlpp::ContentNode *) 0x0
nodeText = (const struct xmlpp::TextNode *) 0x0
nodeComment = (const struct xmlpp::CommentNode *) 0x0
nodename = {static npos = 4294967295, string_ = {
static npos = 4294967295,
_M_dataplus = {std::allocatorchar = 
{__gnu_cxx::__mt_allocchar,__gnu_cxx::__common_pool_policy__gnu_cxx::__pool, 
true  = {__gnu_cxx::__mt_alloc_basechar = {No data fields}, No data 
fields}, No data fields},
  _M_p = 0x806154c example}}}
#7  0x08049f2f in main (argc=2, argv=0xbfedf8a4) at main.cc:131
pNode = (const struct xmlpp::Node *) 0x80609f0
parser = incomplete type
filepath = {static npos = 4294967295, string_ = {
static npos = 4294967295,
_M_dataplus = {std::allocatorchar = 
{__gnu_cxx::__mt_allocchar,__gnu_cxx::__common_pool_policy__gnu_cxx::__pool, 
true  = {__gnu_cxx::__mt_alloc_basechar = {No data fields}, No data 
fields}, No data fields},
  _M_p = 0x804c434 
/usr/share/doc/libxml++2.6-doc/examples/dom_parser/example.xml}}}
(gdb) quit


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

Versions of packages libxml++2.6-1c2 depends on:
ii  libc6  2.3.5-6   GNU C Library: Shared libraries an
ii  libgcc11:4.0.1-9 GCC support library
ii  libglib2.0-0   2.8.0-1   The GLib library of C routines
ii  libglibmm-2.4-1c2  2.6.1-1.2 C++ wrapper for the GLib toolkit (
ii  libsigc++-2.0-0c2  2.0.10-3  type-safe Signal Framework for C++
ii  libstdc++6 4.0.1-9   The GNU Standard C++ Library v3
ii  libxml22.6.22-1  GNOME XML library
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#330513: ant-optional should depend on javacc

2005-09-28 Thread David Pashley
Package: ant-optional
Version: 1.6.5-2
Severity: wishlist


ant-optional should depend on the javacc package for the javacc task.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-k7-smp
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- 
David Pashley
[EMAIL PROTECTED]
Runtime Collective


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



Bug#270538: NetworkManager

2005-09-28 Thread Stefan Schmidt
Hello.

On Sat, 2005-08-20 at 10:18, Vincent Bernat wrote:
 
 Any news on this ITP ? HAL and DBUS are now in Debian.

I'm interesting in this to. Is there anybody out still working on
this?

regards
Stefan Schmidt


signature.asc
Description: Digital signature


Bug#286978: thanks

2005-09-28 Thread Bdale Garbee
tags 286978 +pending
thanks

Fixed in CVS for next upload.

Bdale


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



Bug#328528: can Celeron M scale frequency?

2005-09-28 Thread Dominik Brodowski
On Wed, Sep 28, 2005 at 05:13:03AM +0800, Dan Jacobson wrote:
 cpu-freq/user-guide.txt should mention Celeron! Otherwise Celeron
 users will have little hope of figuring out what to put in /etc/modules.
 
 After running http://www.plenz.com/linux/thinkpad_R50e thru a
 translator, it is clear user-guide.txt should mention that Celeron M
 users should put p4_clockmod, cpufreq_userspace, speedstep_lib into
 /etc/modules, one per line.

Well, p4_clockmod will not allow your notebook to run longer on battery
power. That's why Pentium M is so much more expensive than Celeron Ms:
only Pentiums can do CPU frequency and voltage scaling. Throttling can be
done by both, but that doesn't save you anything under normal circumstances.

Dominik


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



Bug#330402: mention cpu-freq and ACPI throttling are different

2005-09-28 Thread Dominik Brodowski
On Wed, Sep 28, 2005 at 05:43:45AM +0800, Dan Jacobson wrote:
 Package: linux-doc-2.6.12
 Version: 2.6.12-2
 Severity: wishlist
 Tags: upstream
 
 Gentlemen, Documentation/cpu-freq/user-guide.txt.gz,
 and the relevant Documentation/*/*/*ACPI*/ document (that I cannot
 find), should both emphasize that
 /proc/acpi/processor/CPU/throttling
 and
 /sys/devices/system/cpu/cpu0/cpufreq/stats/
 while appearing to describe the same thing, the e.g., same eight
 steps, etc., are apparently independent of each other.

No, they're not independent. You shouldn't do throttling at all, unless you
really know what you're doing.

Dominik


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



Bug#316639: libuim0 crashes bug-buddy, gedit, gaim, xchat, anjuta and many other programs

2005-09-28 Thread Nirgal Vourgère
I am using Debian sid i686 with xorg server 

libuim0 version 0.4.7-1
uim-m17nlib version 0.4.7-1
uim version 0.4.7-1
uim-common version 0.4.7-1
uim-utils version 0.4.7-1
uim-gtk2.0 version 0.4.7-1
uim-xim version 0.4.7-1

I have selected default input method m17n-zh-py for chinese piying input using 
uim-pref-gtk

I have system variable [EMAIL PROTECTED]

I can be contacted on http://nirgal.com/nkmail

Here's a backtrace:

gdb bug-buddy

Program received signal SIGSEGV, Segmentation fault.

[Switching to Thread -1223121216 (LWP 18119)]
0xb6efd466 in uim_quit () from /usr/lib/libuim.so.0
(gdb) backtrace
#0  0xb6efd466 in uim_quit () from /usr/lib/libuim.so.0
#1  0xb6efd487 in uim_quit () from /usr/lib/libuim.so.0
#2  0xb6efd487 in uim_quit () from /usr/lib/libuim.so.0
#3  0xb6efd7a5 in uim_quit () from /usr/lib/libuim.so.0
#4  0xb6efd959 in uim_quit () from /usr/lib/libuim.so.0
#5  0xb6efd9e2 in uim_quit () from /usr/lib/libuim.so.0
#6  0xb6efadb0 in uim_quit () from /usr/lib/libuim.so.0
#7  0xb6efde4b in uim_quit () from /usr/lib/libuim.so.0
#8  0xb6eff6ba in uim_quit () from /usr/lib/libuim.so.0
#9  0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#10 0xb6efdd27 in uim_quit () from /usr/lib/libuim.so.0
#11 0xb6eff6a5 in uim_quit () from /usr/lib/libuim.so.0
#12 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#13 0xb6efdd27 in uim_quit () from /usr/lib/libuim.so.0
#14 0xb6eff6a5 in uim_quit () from /usr/lib/libuim.so.0
#15 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#16 0xb6efeca6 in uim_quit () from /usr/lib/libuim.so.0
#17 0xb6f021c8 in uim_quit () from /usr/lib/libuim.so.0
#18 0xb6f01624 in uim_quit () from /usr/lib/libuim.so.0
#19 0xb6f0199a in uim_quit () from /usr/lib/libuim.so.0
#20 0xb6efec0a in uim_quit () from /usr/lib/libuim.so.0
#21 0xb6efe0e2 in uim_quit () from /usr/lib/libuim.so.0
#22 0xb6efdd27 in uim_quit () from /usr/lib/libuim.so.0
#23 0xb6eff6a5 in uim_quit () from /usr/lib/libuim.so.0
#24 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#25 0xb6eff0c3 in uim_quit () from /usr/lib/libuim.so.0
#26 0xb6efe495 in uim_quit () from /usr/lib/libuim.so.0
#27 0xb6efe0e2 in uim_quit () from /usr/lib/libuim.so.0
#28 0xb6f01fbe in uim_quit () from /usr/lib/libuim.so.0
#29 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#30 0xb6eff42f in uim_quit () from /usr/lib/libuim.so.0
#31 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#32 0xb6ef9530 in uim_quit () from /usr/lib/libuim.so.0
#33 0xb6f00b74 in uim_quit () from /usr/lib/libuim.so.0
#34 0xb6f00c33 in uim_quit () from /usr/lib/libuim.so.0
#35 0xb6efe066 in uim_quit () from /usr/lib/libuim.so.0
#36 0xb6eff2d5 in uim_quit () from /usr/lib/libuim.so.0
#37 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#38 0xb6ef9530 in uim_quit () from /usr/lib/libuim.so.0
#39 0xb6f00b74 in uim_quit () from /usr/lib/libuim.so.0
#40 0xb6f00c33 in uim_quit () from /usr/lib/libuim.so.0
#41 0xb6efe066 in uim_quit () from /usr/lib/libuim.so.0
#42 0xb6ef9530 in uim_quit () from /usr/lib/libuim.so.0
#43 0xb6f00b74 in uim_quit () from /usr/lib/libuim.so.0
#44 0xb6f00c33 in uim_quit () from /usr/lib/libuim.so.0
#45 0xb6efe066 in uim_quit () from /usr/lib/libuim.so.0
#46 0xb6eff4c2 in uim_quit () from /usr/lib/libuim.so.0
#47 0xb6eff5a9 in uim_quit () from /usr/lib/libuim.so.0
#48 0xb6efe495 in uim_quit () from /usr/lib/libuim.so.0
#49 0xb6efe0d0 in uim_quit () from /usr/lib/libuim.so.0
#50 0xb6efdd27 in uim_quit () from /usr/lib/libuim.so.0
#51 0xb6eff6a5 in uim_quit () from /usr/lib/libuim.so.0
#52 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#53 0xb6ef9530 in uim_quit () from /usr/lib/libuim.so.0
#54 0xb6f00b74 in uim_quit () from /usr/lib/libuim.so.0
#55 0xb6efe25f in uim_quit () from /usr/lib/libuim.so.0
#56 0xb6eff2d5 in uim_quit () from /usr/lib/libuim.so.0
#57 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#58 0xb6eff4c2 in uim_quit () from /usr/lib/libuim.so.0
#59 0xb6eff5a9 in uim_quit () from /usr/lib/libuim.so.0
#60 0xb6efe495 in uim_quit () from /usr/lib/libuim.so.0
#61 0xb6efe05b in uim_quit () from /usr/lib/libuim.so.0
#62 0xb6eff42f in uim_quit () from /usr/lib/libuim.so.0
#63 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#64 0xb6eff2d5 in uim_quit () from /usr/lib/libuim.so.0
#65 0xb6efe4b2 in uim_quit () from /usr/lib/libuim.so.0
#66 0xb6ef9530 in uim_quit () from /usr/lib/libuim.so.0
#67 0xb6f00b74 in uim_quit () from /usr/lib/libuim.so.0
#68 0xb6f00c33 in uim_quit () from /usr/lib/libuim.so.0
#69 0xb6efe066 in uim_quit () from /usr/lib/libuim.so.0
#70 0xb6eff4c2 in uim_quit () from /usr/lib/libuim.so.0
#71 0xb6eff5a9 in uim_quit () from /usr/lib/libuim.so.0
#72 0xb6efe495 in uim_quit () from /usr/lib/libuim.so.0
#73 0xb6efe0d0 in uim_quit () from /usr/lib/libuim.so.0
#74 0xb6ef8dfc in uim_quit () from /usr/lib/libuim.so.0
#75 0xb6ef962a in uim_quit () from /usr/lib/libuim.so.0
#76 0xb6efa96e in uim_quit () from /usr/lib/libuim.so.0
#77 0xb6f04c56 in uim_scm_eval_c_string () from /usr/lib/libuim.so.0
#78 

Bug#330445: do_initrd message fails in noninteractive install

2005-09-28 Thread Manoj Srivastava
On Wed, 28 Sep 2005 00:15:24 -0700, Ryan Murray [EMAIL PROTECTED] said: 

 On Wed, Sep 28, 2005 at 12:48:13AM -0500, Manoj Srivastava wrote:
 Sounds to me that the package in question is getting ahead of
 policy and deciding that the debconf transition is over.  Well, is
 it just powerpc debian installer that build depends on
 kernel-images?  Why? I am not sure that merely making this go over
 to debconf is going to change the behaviour -- if a human does not
 answer some install time questions, kernel-images may not install
 anyway.

 They'll _install_ (as far as dpkg is concerned) fine.  They may not
 be in a state to be booted, but you can access all of the modules
 and binaries, which I think is what the d-i package is trying to do.
 And this particular use case is during a build in a chroot, where
 you'll never want to boot the image anyhow.

 You don't need to switch to debconf to fix this -- you just need to
 check whether or not you have a tty to actually ask the question on,
 and default to the answer that allows the package to install, tho it
 may not be bootable.  You can still output warning messages to that
 effect.  If it's any easier, you can also check if
 DEBIAN_FRONTEND='noninteractive'.  Debconf will set this when
 questions are not to be asked, and the buildd sets it as well, so
 debconf using packages use their defaults.

Sorry. The primary use case for the kernel image is for users,
 perhaps novice users, who have installed the image, and whose
 machines I do not wish to render unbotable. If they use lilo, a
 mis-installed kernel image may well be disastrous.

So, very likely, DEBIAN_FRONTEND='noninteractive'. would
 result in a failed install --- though perhaps not for for the initrd
 question, I'll need to think through the various scenarios.


The point is that correct installation shall always trump
 non-interactive installs as far as kernel images are concerned; so it
 is not a good idea to install kenrel images in a lights out mode.

 As for the details of why d-i needs to do this, and whether or not
 it will do so on other archs in the future, you'll have to ask the
 d-i team, as I don't know.

Well, I think they should have actually tried a build and
 ensured that it actually worked; and had a dialogue earlier.  I would
 understand it if a change in kernel-package broke a build for some
 other package; then it would indeed be RC for kernel-package. But
 changing a build to something that does not work, has never worked,
 and requires changes in other packages to make it work, well, is a RC
 bug for the package that made the change in the build system, not in
 the packages that need to be changed in order for the new build to
 work.

manoj
-- 
You have a deep appreciation of the arts and music.
Manoj Srivastava   [EMAIL PROTECTED]  http://www.debian.org/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Bug#330445: do_initrd message fails in noninteractive install

2005-09-28 Thread Manoj Srivastava
On Wed, 28 Sep 2005 06:24:51 +0200, Sven Luther [EMAIL PROTECTED] said: 

 reassign 330445 kernel-package thanks

 On Tue, Sep 27, 2005 at 08:22:38PM -0700, Ryan Murray wrote:
 Package:
 linux-image-2.6.12-1-powerpc,linux-kernel-di-powerpc-2.6,kernel-package
 Severity: serious
 
 The problem:
 * linux-kernel-di-powerpc-2.6 build-depends on kernel images.
 * build daemons install packages in noninteractive mode
 * the kernel images do not install successfully in noninteractive
   mode:

 This is not a linux kernel package, but exclusively a kernel-package
 issue, which provides the postinst and co scripts, and needs to be
 made debconf aware.

 Manoj promised some rewrite, modularization and debconfification for
 post-sarge, but i don't know what the current planes are for this.

None of that promises to make kernel images install
 non-interactively, if installing kernel images may make the system
 unbootable. The primary concern remains end users who install kernel
 images. 

manoj
-- 
love, n.: When you don't want someone too close--because you're very
sensitive to pleasure.
Manoj Srivastava   [EMAIL PROTECTED]  http://www.debian.org/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Bug#330500: default locale ignored, all locales are set to POSIX

2005-09-28 Thread Lars Wirzenius
ke, 2005-09-28 kello 14:33 +0200, Florent Bayle kirjoitti:
 After running dpkg-reconfigure locales and choosing [EMAIL PROTECTED] as 
 default system environment locale, all locales remains set to POSIX :
 
 jupiter:/home/florent# sudo dpkg-reconfigure locales
 Generating locales (this might take a while)...
   [EMAIL PROTECTED] done
   Generation complete.
 jupiter:/home/florent# locale
 LANG=
 LC_CTYPE=POSIX
 LC_NUMERIC=POSIX
 LC_TIME=POSIX
 LC_COLLATE=POSIX
 LC_MONETARY=POSIX
 LC_MESSAGES=POSIX
 LC_PAPER=POSIX
 LC_NAME=POSIX
 LC_ADDRESS=POSIX
 LC_TELEPHONE=POSIX
 LC_MEASUREMENT=POSIX
 LC_IDENTIFICATION=POSIX
 LC_ALL=
 jupiter:/home/florent#
 
 And even after after rebooting the system, all the locales of all the users 
 remains set to POSIX.

Is any of the environment variables shown by locale above set when you
run it? Use the command env to see them. What does
your /etc/environment look like? Do any of your shell setup scripts (for
bash, /etc/bashrc, /etc/profile, ~/.bashrc, ~/.bash_profile, maybe
others) set any of the environment variables?



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



Bug#330514: postgresql: Unable to start due to postmaster being unable to create IPv6 socket

2005-09-28 Thread Jose Parrella
Package: postgresql
Severity: important


While trying to start PostgreSQL using the init.d scripts
(/etc/init.d/postgresql ..) it reports an error that shouldn't happen.
Reading logs (/var/log/postgresql/postgres.log) the following error
appears:

2005-09-28 09:11:12 [4192] LOG:  could not create IPv6 socket: Address
family not supported by protocol

postmaster isn't running (ps aux | grep postmaster) and, as of now, we
wouldn't be using IPv6 yet. This is a Debian 3.1 running on an
Alphaserver DS20, on kernel 2.2.20.

Running postmaster with the highest level of debugging information
returns:

../postmaster -d 5
2005-09-28 09:18:52 [4322] DEBUG:  ./postmaster: PostmasterMain: initial
environ dump:
2005-09-28 09:18:52 [4322] DEBUG:
-
2005-09-28 09:18:52 [4322] DEBUG:   HZ=100
2005-09-28 09:18:52 [4322] DEBUG:   SHELL=/bin/sh
2005-09-28 09:18:52 [4322] DEBUG:   TERM=xterm
2005-09-28 09:18:52 [4322] DEBUG:   USER=postgres
2005-09-28 09:18:52 [4322] DEBUG:   PGLIB=/usr/lib/postgresql/lib
2005-09-28 09:18:52 [4322] DEBUG:   MAIL=/var/mail/postgres
2005-09-28 09:18:52 [4322] DEBUG:
PATH=/bin:/usr/bin:/usr/lib/postgresql/bin
2005-09-28 09:18:52 [4322] DEBUG:   PWD=/usr/lib/postgresql/bin
2005-09-28 09:18:52 [4322] DEBUG:   [EMAIL PROTECTED]:\w\$
2005-09-28 09:18:52 [4322] DEBUG:   SHLVL=1
2005-09-28 09:18:52 [4322] DEBUG:   HOME=/var/lib/postgres
2005-09-28 09:18:52 [4322] DEBUG:   LOGNAME=postgres
2005-09-28 09:18:52 [4322] DEBUG:   PGDATA=/sapidata/data
2005-09-28 09:18:52 [4322] DEBUG:   _=./postmaster
2005-09-28 09:18:52 [4322] DEBUG:   OLDPWD=/var/lib/postgres
2005-09-28 09:18:52 [4322] DEBUG:
-
2005-09-28 09:18:52 [4322] DEBUG:  found
/usr/lib/postgresql/bin/./postgres using argv[0]
2005-09-28 09:18:53 [4322] LOG:  could not create IPv6 socket: Address
family not supported by protocol
2005-09-28 09:18:53 [4322] DEBUG:  invoking
IpcMemoryCreate(size=2260992)
2005-09-28 09:18:53 [4322] DEBUG:  max_safe_fds = 984, usable_fds =
1018, already_open = 6
2005-09-28 09:18:53 [4322] DEBUG:  found
/usr/lib/postgresql/bin/./postmaster using argv[0]

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


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



Bug#330515: dhcpcd: leaves /etc/dhcpc/resolv.conf on purge

2005-09-28 Thread Lars Wirzenius
Package: dhcpcd
Version: 1:2.0.0-1

dhcpcd's postinst creates /etc/dhcpc/resolv.conf, but when the package
is purged, that file (symlink) is left behind as cruft.



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



Bug#330516: New upstream release

2005-09-28 Thread Daniel Baumann
Package: freenet
Severity: wishlist

Hi,

what are your intentions about uploading a more recent version of
freenet (e.g. 5.2.1)?

Regards,
Daniel

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


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



Bug#330517: ntop: FTBFS: Failed to satisfy Build-Depends: librrd0-dev

2005-09-28 Thread Andreas Jochens
Package: ntop
Version: 2:3.2rc1-1
Severity: serious

When building 'ntop' in a clean 'unstable' chroot,
I get the following error:

Reading package lists...
Building dependency tree...
E: Package librrd0-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for ntop: librrd0-dev
Package librrd0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

This can probably be solved by Build-Depending on librrd2-dev instead
of librrd0-dev.

There is also another FTBFS problem on amd64 which seems to be caused
by a missing -fPIC in compilations for a shared library:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I../myrrd -DLINUX 
-I/usr/local/include -I/usr/include -I/usr/include -g 
-DMAKE_WITH_IGNORE_SIGPIPE -I/usr/local/include -g -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -DPIC -MT 
libxmldumpPlugin_la-xmldumpPlugin.lo -MD -MP -MF 
.deps/libxmldumpPlugin_la-xmldumpPlugin.Tpo -c xmldumpPlugin.c -o 
libxmldumpPlugin_la-xmldumpPlugin.o /dev/null 21
/bin/sh ../libtool --mode=link --tag=CC gcc  -g -DMAKE_WITH_IGNORE_SIGPIPE 
-I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes 
-Wmissing-declarations -Wnested-externs  -fPIC -DPIC  -L/usr/local/lib 
-L/usr/lib -L/usr/lib -o libxmldumpPlugin.la -rpath /usr/lib -shared -release 
3.2rc1  libxmldumpPlugin_la-xmldumpPlugin.lo  -lgdome -lxml2 -lglib -lpthread 
-lresolv -lnsl -lcrypt -lc -lssl -lcrypto -lpcap -lgdbm -lgd -lpng -lz
gcc -shared  .libs/libxmldumpPlugin_la-xmldumpPlugin.o  -Wl,--rpath 
-Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib -L/usr/local/lib -L/usr/lib 
/usr/lib/libgdome.so /usr/lib/libxml2.so /usr/lib/libglib.so -lpthread -lresolv 
-lnsl -lcrypt -lc -lssl -lcrypto -lpcap /usr/lib/libgdbm.so /usr/lib/libgd.so 
-lpng -lz  -Wl,-soname -Wl,libxmldumpPlugin-3.2rc1.so -o 
.libs/libxmldumpPlugin-3.2rc1.so
/usr/bin/ld: .libs/libxmldumpPlugin_la-xmldumpPlugin.o: relocation 
R_X86_64_PC32 against `dumpXML' can not be used when making a shared object; 
recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[4]: *** [libxmldumpPlugin.la] Error 1
make[4]: Leaving directory `/srv/dbuild/tmp/ntop-3.2rc1/plugins'

Regards
Andreas Jochens


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



Bug#330518: [INTL:nl] updated Dutch translation

2005-09-28 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: hylafax
Severity: wishlist
Tags: patch l10n

Hi

Attached the updated Dutch translation for hylafax. Thanks for asking an
update!

Cheers

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

iD8DBQFDOp/d5UTeB5t8Mo0RAvX1AJ0dz6pab0zB6cImd1xQOsiw7SIWWQCfTdXP
rjxxi+JdvWrPuTu4R6C24m8=
=T3nC
-END PGP SIGNATURE-


hylafax_nl.po
Description: application/gettext


Bug#330519: dovecot-common: doesn't remove certificates on purge

2005-09-28 Thread Lars Wirzenius
Package: dovecot-common
Version: 0.99.20050712-2

When dovecot-common is purged, it leaves the SSL certificates behind on
the system (see below for piuparts log snippet). I think they should be
removed, upon purge, like other configuration files.

0m8.3s ERROR: Package purging left files on system:
  /etc/ssl
owned by: openssl, dovecot-common
  /etc/ssl/certs
owned by: openssl, dovecot-common
  /etc/ssl/certs/dovecot.pem
  /etc/ssl/private
owned by: openssl, dovecot-common
  /etc/ssl/private/dovecot.pem



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



Bug#328607: [Pkg-zope-developers] Bug#328607: zope-cmfplone: zope can't find cmfplone product

2005-09-28 Thread Fabio Tranchitella
Il giorno dom, 25/09/2005 alle 23.04 +0300, Kornilios Kourtis ha
scritto:
 Unfortunately I wasn't able to migrate from my older site (2.0.4-3) which 
 used zope2.6:

Could you please migrate to zope2.8 or zope2.7 (= 2.7.7, which is in
experimental)?

zope-cmfplone misses a versione dependency on zope2.7, since it works
only with zope2.7 (= 2.7.7).

-- 
Fabio Tranchitella [EMAIL PROTECTED].''`.
Proud Debian GNU/Linux developer, admin and user.: :'  :
 `. `'`
   http://people.debian.org/~kobold/   `-
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


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


Bug#330291: Authentication problem with pbuilder

2005-09-28 Thread Nicolas François
tags 330291 pending
thanks

Committed.
Thanks for noticying and for the patch.

Kind Regards,
-- 
Nekral


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



Bug#330520: kernel-headers-2.6.8-2: include/asm-i386/processor.h has a problem

2005-09-28 Thread Rainer Birkenmaier
Package: kernel-headers-2.6.8-2
Version: 2.6.8-16
Severity: important

When compiling external modules that use include/asm-i386/processor.h
there is the following error
include/asm/processor.h:87: error: array type has incomplete element type

The patch to solve this is the following:
---
--- include/asm/processor.h.orig2005-09-28 15:50:14.0 +0200
+++ include/asm/processor.h 2005-09-28 15:51:25.0 +0200
@@ -79,6 +79,56 @@
 #define X86_VENDOR_UNKNOWN 0xff
 
 /*
+ * Size of io_bitmap.
+ */
+#define IO_BITMAP_BITS  65536
+#define IO_BITMAP_BYTES (IO_BITMAP_BITS/8)
+#define IO_BITMAP_LONGS (IO_BITMAP_BYTES/sizeof(long))
+#define IO_BITMAP_OFFSET offsetof(struct tss_struct,io_bitmap)
+#define INVALID_IO_BITMAP_OFFSET 0x8000
+
+struct tss_struct {
+   unsigned short  back_link,__blh;
+   unsigned long   esp0;
+   unsigned short  ss0,__ss0h;
+   unsigned long   esp1;
+   unsigned short  ss1,__ss1h; /* ss1 is used to cache 
MSR_IA32_SYSENTER_CS */
+   unsigned long   esp2;
+   unsigned short  ss2,__ss2h;
+   unsigned long   __cr3;
+   unsigned long   eip;
+   unsigned long   eflags;
+   unsigned long   eax,ecx,edx,ebx;
+   unsigned long   esp;
+   unsigned long   ebp;
+   unsigned long   esi;
+   unsigned long   edi;
+   unsigned short  es, __esh;
+   unsigned short  cs, __csh;
+   unsigned short  ss, __ssh;
+   unsigned short  ds, __dsh;
+   unsigned short  fs, __fsh;
+   unsigned short  gs, __gsh;
+   unsigned short  ldt, __ldth;
+   unsigned short  trace, io_bitmap_base;
+   /*
+* The extra 1 is there because the CPU will access an
+* additional byte beyond the end of the IO permission
+* bitmap. The extra byte must be all 1 bits, and must
+* be within the limit.
+*/
+   unsigned long   io_bitmap[IO_BITMAP_LONGS + 1];
+   /*
+* pads the TSS to be cacheline-aligned (size is 0x100)
+*/
+   unsigned long __cacheline_filler[37];
+   /*
+* .. and then another 0x100 bytes for emergency kernel stack
+*/
+   unsigned long stack[64];
+} __attribute__((packed));
+
+/*
  * capabilities of CPUs
  */
 
@@ -296,15 +346,6 @@
  */
 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
 
-/*
- * Size of io_bitmap.
- */
-#define IO_BITMAP_BITS  65536
-#define IO_BITMAP_BYTES (IO_BITMAP_BITS/8)
-#define IO_BITMAP_LONGS (IO_BITMAP_BYTES/sizeof(long))
-#define IO_BITMAP_OFFSET offsetof(struct tss_struct,io_bitmap)
-#define INVALID_IO_BITMAP_OFFSET 0x8000
-
 struct i387_fsave_struct {
longcwd;
longswd;
@@ -357,47 +398,6 @@
unsigned long seg;
 } mm_segment_t;
 
-struct tss_struct {
-   unsigned short  back_link,__blh;
-   unsigned long   esp0;
-   unsigned short  ss0,__ss0h;
-   unsigned long   esp1;
-   unsigned short  ss1,__ss1h; /* ss1 is used to cache 
MSR_IA32_SYSENTER_CS */
-   unsigned long   esp2;
-   unsigned short  ss2,__ss2h;
-   unsigned long   __cr3;
-   unsigned long   eip;
-   unsigned long   eflags;
-   unsigned long   eax,ecx,edx,ebx;
-   unsigned long   esp;
-   unsigned long   ebp;
-   unsigned long   esi;
-   unsigned long   edi;
-   unsigned short  es, __esh;
-   unsigned short  cs, __csh;
-   unsigned short  ss, __ssh;
-   unsigned short  ds, __dsh;
-   unsigned short  fs, __fsh;
-   unsigned short  gs, __gsh;
-   unsigned short  ldt, __ldth;
-   unsigned short  trace, io_bitmap_base;
-   /*
-* The extra 1 is there because the CPU will access an
-* additional byte beyond the end of the IO permission
-* bitmap. The extra byte must be all 1 bits, and must
-* be within the limit.
-*/
-   unsigned long   io_bitmap[IO_BITMAP_LONGS + 1];
-   /*
-* pads the TSS to be cacheline-aligned (size is 0x100)
-*/
-   unsigned long __cacheline_filler[37];
-   /*
-* .. and then another 0x100 bytes for emergency kernel stack
-*/
-   unsigned long stack[64];
-} __attribute__((packed));
-
 #define ARCH_MIN_TASKALIGN 16
 
 struct thread_struct {
---

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

Versions of packages kernel-headers-2.6.8-2 depends on:
ii  coreutils [fileutils] 5.2.1-2.1  The GNU core utilities
ii  kernel-kbuild-2.6-3   2.6.8-2Linux kernel 2.6 kbuild tools

kernel-headers-2.6.8-2 recommends no packages.

-- no debconf information


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

Bug#330521: different results for different parameters order

2005-09-28 Thread Michal Čihař
Package: gcc-4.0
Version: 4.0.1-9
Severity: normal

Hi

while compiling with different parameters order you get different
results:

$ gcc -g -L/usr/X11R6/lib/ -lGL -lglut -lGLU -pthread -Wall configure.c -o 
configure.bin 
configure.c: In function ‘main’:
configure.c:11: warning: assignment discards qualifiers from pointer target type
$ ./configure.bin 
$ gcc -g configure.c -L/usr/X11R6/lib/ -lGL -lglut -lGLU -pthread -Wall -o 
configure.bin 
configure.c: In function ‘main’:
configure.c:11: warning: assignment discards qualifiers from pointer target type
$ ./configure.bin 
Segmentation fault

Note that only source filename has moved from end to beginning and
program runs differently (segfault is a code problem). This is taken
from configure of Raydium engine [1], problematic file attached to bug
report.

1. http://raydium.cqfd-corp.org/

Preprocessed files (*.i) and assembly (*.s) are same in both cases, 
only difference is how collect2 is called, once (in failing case)
resulting object is before GL libs, second time after then. But order 
should not matter, or am I wrong?

I hope I provided enough information.

Michal

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

Versions of packages gcc-4.0 depends on:
ii  binutils 2.16.1cvs20050902-1 The GNU assembler, linker and bina
ii  cpp-4.0  4.0.1-9 The GNU C preprocessor
ii  gcc-4.0-base 4.0.1-9 The GNU Compiler Collection (base 
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.1-9   GCC support library

Versions of packages gcc-4.0 recommends:
ii  libc6-dev 2.3.5-6GNU C Library: Development Librari
ii  libmudflap0-dev   4.0.1-9GCC mudflap support libraries (dev

-- no debconf information

#include stdio.h
#include string.h
#include GL/glut.h
int main(int argc, char **argv) { 
char *r;
glutInit(argc,argv);
glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);
glutInitWindowSize(320,240);
glutCreateWindow(Test window);
r=glGetString(GL_RENDERER);
if(!strcmp(r,Mesa GLX Indirect))
{
fprintf(stderr,WARNING ! Mesa Software renderer detected !);
fprintf(stdout,WARNING ! Mesa Software renderer detected !);
}
return 0; }



Bug#330522: fetchmail: don't hide errors in postinst

2005-09-28 Thread Lars Wirzenius
Package: fetchmail
Version: 6.2.5-18

The fetchmail postinst script contains the following:

adduser --system --ingroup nogroup --home /var/run/fetchmail \
--shell /bin/sh --disabled-password fetchmail /dev/null 21 ||
true


If the adduser command fails, this manages to hide the fact from the
sysadmin. This is not good.



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



Bug#330523: neither installing nor remove of gpr are possible.

2005-09-28 Thread Arndt Heuvel
Package: gpr
Version: 0.9deb-6
Severity: important


What happens when I try to install ore remove:

brain:~# apt-get install gpr
Reading package lists... Done
Building dependency tree... Done
gpr is already the newest version.
The following extra packages will be installed:
  libppd0 ppdfilt
The following NEW packages will be installed:
  libppd0 ppdfilt
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
1 not fully installed or removed.
Need to get 33.5kB/102kB of archives.
After unpacking 156kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 ftp://ftp.de.debian.org sid/main libppd0 2:0.10-4 [19.7kB]
Get:2 ftp://ftp.de.debian.org sid/main ppdfilt 2:0.10-4 [13.8kB]
Fetched 33.5kB in 3s (10.2kB/s)
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Preconfiguring packages ...
Selecting previously deselected package libppd0.
(Reading database ... 554050 files and directories currently installed.)
Unpacking libppd0 (from .../libppd0_2%3a0.10-4_i386.deb) ...
Selecting previously deselected package ppdfilt.
Unpacking ppdfilt (from .../ppdfilt_2%3a0.10-4_i386.deb) ...
Selecting previously deselected package gpr.
Preparing to replace gpr 0.9deb-6 (using .../archives/gpr_0.9deb-6_i386.deb) ...
Unpacking replacement gpr ...
Setting up libppd0 (0.10-4) ...

Setting up ppdfilt (0.10-4) ...
Setting up gpr (0.9deb-6) ...
gpr problem: /usr/bin/lpr exists, cannot remove diversion
dpkg: error processing gpr (--configure):
 subprocess post-installation script returned error exit status 5
Errors were encountered while processing:
 gpr
E: Sub-process /usr/bin/dpkg returned an error code (1)
brain:~# dpkg --purge gpr
(Reading database ... 554073 files and directories currently installed.)
Removing gpr ...
gpr problem: /usr/bin/lpr exists, cannot remove diversion
dpkg: error processing gpr (--purge):
 subprocess post-removal script returned error exit status 5
Errors were encountered while processing:
 gpr
brain:~# 

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

Versions of packages gpr depends on:
ii  cupsys-bsd [lpr]  1.1.23-12  Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  gdk-imlib11.9.14-16.2imaging library for use with gtk (
ii  libart2   1.4.2-21   The GNOME canvas widget - runtime 
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libdb33.2.9-22   Berkeley v3 Database Libraries [ru
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libglib1.21.2.10-10  The GLib library of C routines
ii  libgnome321.4.2-21   The GNOME libraries
ii  libgnomesupport0  1.4.2-21   The GNOME libraries (Support libra
ii  libgnomeui32  1.4.2-21   The GNOME libraries (User Interfac
ii  libgtk1.2 1.2.10-17  The GIMP Toolkit set of widgets fo
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libppd0   2:0.10-4   postscript PPD file library
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxml1   1:1.8.17-10GNOME XML library
ii  ppdfilt   2:0.10-4   filter that inserts printer specif
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages gpr recommends:
ii  a2ps  1:4.13b-5  GNU a2ps - 'Anything to PostScript

-- debconf information:
* gpr/divert_lpr: false


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



Bug#330524: fireflier-server: doesn't clean out /var/lib/fireflier/usrules.dat

2005-09-28 Thread Lars Wirzenius
Package: fireflier-server
Version: 1.1.5-1

The postinst script creates usrules.dat in /var/lib/fireflier, but there
is no prerm script to remove it when the package is removed or purged.



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



Bug#330525: O: squashfs -- Tool to create and append to squashfs filesystems

2005-09-28 Thread Piotr Roszatycki
Package: wnpp
Severity: normal

I intend to orphan the squashfs package.

The package description is:
 Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
 compression to compress both files, inodes and directories. Inodes in the
 system are very small and all blocks are packed to minimise data overhead.
 Block sizes greater than 4K are supported up to a maximum of 64K.
 .
 Squashfs is intended for general read-only filesystem use, for archival
 use (i.e. in cases where a .tar.gz file may be used), and in constrained
 block device/memory systems (e.g. embedded systems) where low overhead is
 needed.


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



Bug#330526: Install failed. Trying to overwrite `/usr/share/man/de/man5/passwd.5.gz', which is also in package manpages-de

2005-09-28 Thread Mario 'BitKoenig' Holbe
Package: passwd
Version: 1:4.0.12-3
Severity: grave
Tags: l10n
Justification: renders package unusable

The package tries to overwrite /usr/share/man/de/man5/passwd.5.gz which
is also in the package manpages-de.

dpkg-output:
Unpacking replacement passwd ...
dpkg: error processing /var/cache/apt/archives/passwd_1%3a4.0.12-3_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/man/de/man5/passwd.5.gz', which is also in 
package manpages-de
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/passwd_1%3a4.0.12-3_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


Thanks for your work  regards
   Mario
-- 
who | grep -i blonde | talk; cd; wine; talk; touch; unzip; touch;
strip; gasp; finger; gasp; mount; fsck; more; true; gasp; umount;
make clean; sleep


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



Bug#330527: aolserver4: don't use ucf in postrm when purging (unless it's there)

2005-09-28 Thread Lars Wirzenius
Package: aolserver4
Version: 4.0.10-3

aolserver4's postrm script uses ucf when the package is purged.
Unfortunately, only essential packages may be relied on (see policy,
7.2), so you need to first check that ucf is installed before using it,
and if not, perhaps use plain rm instead (I'm not very familiar with
ucf). See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326085 .



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



Bug#330528: durep: error in postinst script

2005-09-28 Thread Mario 'BitKoenig' Holbe
Package: durep
Version: 0.8.1-5

Hi,

while upgrading durep, an error in the postinst script is reported:

Preparing to replace durep 0.8.1-4 (using .../archives/durep_0.8.1-5_all.deb) 
...
Unpacking replacement durep ...
Setting up durep (0.8.1-5) ...
/var/lib/dpkg/info/durep.postinst: line 8: [: missing `]'

The line
if [ $1 = configure  ! test -e $CONFFILE.no-debconf-changes ] ; then
is not a valid test statement. You probably mean
if [ $1 = configure ]  ! test -e $CONFFILE.no-debconf-changes; then
or
if [ $1 = configure -a ! -e $CONFFILE.no-debconf-changes ]; then


regards
   Mario
-- 
delta talk softly and carry a keen sword


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



Bug#232312: mpg123: dpkg --print-gnu-build-architecture fails

2005-09-28 Thread Marc Leeman
Package: mpg123
Followup-For: Bug #232312


[EMAIL PROTECTED] bug]$ apt-get source mpg123
Reading package lists... Done
Building dependency tree... Done
Need to get 201kB of source archives.
Get:1 http://ftp.kulnet.kuleuven.ac.be sid/non-free mpg123 0.59r-20 (dsc) [736B]
Get:2 http://ftp.kulnet.kuleuven.ac.be sid/non-free mpg123 0.59r-20 (tar) 
[159kB]
Get:3 http://ftp.kulnet.kuleuven.ac.be sid/non-free mpg123 0.59r-20 (diff) 
[41.3kB]
Fetched 3B in 0s (11B/s)
Skipping unpack of already unpacked source in mpg123-0.59r
dpkg-buildpackage: source package is mpg123
dpkg-buildpackage: source version is 0.59r-20
dpkg-buildpackage: source changed by Daniel Kobras [EMAIL PROTECTED]
dpkg-buildpackage: host architecture i386
 debian/rules clean
dpkg: unknown option --print-gnu-build-architecture

Type dpkg --help for help about installing and deinstalling packages
[*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --licence for copyright licence and lack of warranty (GNU GPL)
[*].

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
test -e debian/control
test `id -u` = 0
make: *** [clean] Error 1
Build command 'cd mpg123-0.59r  dpkg-buildpackage -b -uc' failed.
E: Child process failed

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   
Description
+++-=-=-==
ii  dpkg  1.13.11   package 
maintenance system for Debian


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (700, 'experimental'), (700, 'testing'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



Bug#255653: ssl_certificates_file

2005-09-28 Thread Russell Howe
Looking at the link you mention, ssl_certificates_file is where
certificates accepted by the user are saved, so pointing it at a file in
/etc isn't really a good idea.

Also, it isn't anything to do with CA certificates, which is what
/etc/ssl/certs/ca-certificates.crt should be (at least looking at the
file name, that's what I'd expect..).

If the user wants to add specific CAs to their configuration, then they
can always merge them with the system CA certificate repository
themselves, I guess...

I have this at the end of /etc/Muttrc and it works a treat:

# Include ca-certificates super-certificate
set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt

-- 
Russell Howe
[EMAIL PROTECTED]


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



Bug#255653: ssl_usesystemcerts

2005-09-28 Thread Russell Howe
Looking at the manual further, I see:

 ssl_usesystemcerts

 Type: boolean
 Default: yes

 If set to yes, mutt will use CA certificates in the system-wide
 certificate store when checking if server certificate is signed by a
 trusted CA.

Looks like this should Do The Right Thing(tm)

-- 
Russell Howe
[EMAIL PROTECTED]


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



Bug#322653: mass-bug-filing: wms should provide a session file for kdm and gdm

2005-09-28 Thread Christopher Martin
Hello,

The issue of how best to provide support for the freedesktop.org display 
managers (kdm and gdm at the moment) has been discussed on debian-devel [1] 
and in bug report #330064 [2]. Nothing approaching consensus was reached. I 
outlined a number of issues that would have to be resolved before a system 
of .desktop file auto-generation, as envisioned by Bernhard R. Link, would 
be satisfactory, and no one volunteered to implement such a system. 
Furthermore, it is my personal opinion (obviously not shared by everyone) 
that such a system would provide little benefit. Anyone who did wish to 
undertake such a task would be well advised to ask for help from the 
menu-xdg and menu maintainers, Chris Cheney and Bill Allombert, 
respectively.

This leaves maintainers with three choices:
1) Wait for someone to step forward and implement such a system, and solve 
the problems it would raise.
2) Step forward themselves to implement such a system.
3) Add support to their own package, by creating a .desktop file and 
shipping it in /usr/share/xsessions, as my original bug report suggested, 
if they feel that their users would benefit. Obviously, this is my personal 
recommendation.

I hope that this clarifies the situation, and will allow maintainers to make 
informed judgments on how to proceed.

Cheers,
Christopher Martin

[1] http://lists.debian.org/debian-devel/2005/09/msg01188.html and 
thereafter
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330064


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



Bug#327878: acknowledged by developer (Re: Bug#327878: sawfish: Does not honour xinerama under xserver-xorg)

2005-09-28 Thread Paul Evans
On Mon, 12 Sep 2005 11:48:16 -0700
[EMAIL PROTECTED] (Debian Bug Tracking System) wrote:

 Please read the BTS before filing a bug. Bug already filed :
 
 http://bugs.debian.org/321426

I think that looks like a different bug...

My bug is specific to X.org. I notice different behaviour running XFree
as I do X.org. 

Also, this isn't a dead zone problem - I have two monitors the same
size (1280x1024). On XFree, sawfish's internal windows, or popup
windows always go in the centre of one or other monitor. On X.org, they
always appear in the centre of the screen, right at the boundary
between the two monitors.

-- 
Paul Evans

Global Services, Zeus Technology
http://www.zeus.com
Switchboard: 01223 525000



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



Bug#330039: python-soappy: please support python2.3 and python2.4

2005-09-28 Thread Ed Boraas

Loic Dachary wrote:

Ed Boraas writes:
  Hi, Loic.
  
  I've been insanely busy lately, and I'm not sure how quickly I can get

  to this. Would you be willing to prepare an NMU? If you would, I'd be
  most grateful.

I uploaded a NMU based on cdbs.



Thank you.

-Ed


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



Bug#330419: [php-maint] Bug#330419: php4: Random open basedir restrictions as described in PHP bug #19292

2005-09-28 Thread Marek Drápal
Hi,

thanks for your reply/time. I'm sending my configuration files. You can see
the error live on https://www.evangnet.cz/ (you can see the randomnes there).
My www1 server is running as a 1.2.10 virtual server (http://linux-vserver.org)
with grsecurity patch, so I can send you whole system somewhere for testing 
purposes. You can run it in chroot/vserver. Or if you'll have some
suggestions what to change in my configs, it's no problem, since most of them
are generated from database.

Thanks a lot
  Marek
-- 
Marek Drápal - http://drapal.org/


Byl 28.září 2005 (Středa), když v 04:41:29 (CEST) , Adam Conrad napsal(a):
 severity 317577 important
 severity 330419 important
 tags 330419 moreinfo security unreproducible
 merge 317577 330419
 kthxbye
 
 Marek Drápal wrote:
  
  Actually this is not true, at least on Sarge. On a system with 
  more than 400 virtualhosts I get random (after restart of Apache
  very seldom, after a time more often) open basedir restrictions
  with random open basedir.
 
 This is yet another manifestation of #317577, which we've not been able
 to reproduce.  If someone can get me a reasonably concrete testcase to
 reproduce these, I can try to look at why they're happening, but until
 then, they're all getting tagged unreproducible and lowered to a
 less-than-RC severity.  (To be fair, yours was already less-than-RC, but
 the other wasn't)
 
 ... Adam


330419_apache_php_config.tar.bz2
Description: Binary data


Bug#330488: dhelp: Version built with gcc-4.0 segfaults on installation

2005-09-28 Thread Stefan Hornburg

Daniel Schepler wrote:


Package: dhelp
Severity: serious
Version: 0.5.21

As the subject says, if I rebuild dhelp using an up-to-date sid
system, then try to install the resulting package (even in a clean
pbuilder chroot), I get a segmentation fault:

Unpacking dhelp (from .../d/dhelp/dhelp_0.5.21_i386.deb) ...
Setting up dhelp (0.5.21) ...
Building HTML tree .../var/lib/dpkg/info/dhelp.postinst: line 45: 15325 
Segmentation fault  /usr/sbin/dhelp_parse -r
dpkg: error processing dhelp (--configure):
subprocess post-installation script returned error exit status 139
Errors were encountered while processing:
dhelp
E: Sub-process /usr/bin/dpkg returned an error code (1)
 


The attached patch fixes the problem for me. Please confirm that.

Bye
  Racke

Index: dhelp_parse.c
===
RCS file: /home/cvs/dhelp/dhelp_parse.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- dhelp_parse.c   31 Mar 2005 18:27:24 -  1.25
+++ dhelp_parse.c   19 Aug 2005 15:32:46 -  1.26
@@ -2,7 +2,7 @@
*** dhelp*** 
***Debian online help system ***

-   ***  Copyright (c) 2001-02 by Stefan Hornburg (Racke) [EMAIL PROTECTED]
+   ***  Copyright (c) 2001-02,2005 by Stefan Hornburg (Racke) [EMAIL 
PROTECTED]
***  Copyright (c) 1997-99 by Marco Budde ([EMAIL PROTECTED])  ***
*** GNU GPL license  ***
 */
@@ -327,7 +327,7 @@
   clearerr (out);
  
   path_index_cwd (cwd);
-  db_title_read (tdb, cwd, zw2, sizeof (zw));
+  db_title_read (tdb, cwd, zw2, sizeof (zw2));
 
   /* 
   if (strlen(zw2) == 0)


Bug#330500: default locale ignored, all locales are set to POSIX

2005-09-28 Thread Florent Bayle
Le Mercredi 28 Septembre 2005 15:19, vous avez écrit :
[...]
 Is any of the environment variables shown by locale above set when you
 run it? Use the command env to see them. 

[EMAIL PROTECTED]:~$ env
TERM=xterm
SHELL=/bin/bash
SSH_CLIENT=192.168.0.2 46415 22
SSH_TTY=/dev/pts/4
USER=florent
MAIL=/var/mail/florent
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
PWD=/home/florent
SHLVL=1
HOME=/home/florent
LOGNAME=florent
SSH_CONNECTION=192.168.0.2 46415 192.168.0.3 22
_=/usr/bin/env
[EMAIL PROTECTED]:~$

 What does 
 your /etc/environment look like?

[EMAIL PROTECTED]:~$ cat /etc/environment
LANGUAGE=fr_FR:fr:en_GB:en

[EMAIL PROTECTED]
[EMAIL PROTECTED]:~$

 Do any of your shell setup scripts (for 
 bash, /etc/bashrc, /etc/profile, ~/.bashrc, ~/.bash_profile, maybe
 others) set any of the environment variables?

[EMAIL PROTECTED]:~$ grep LANG /etc/bash.bashrc /etc/profile ~/.bashrc 
~/.bash_profile
[EMAIL PROTECTED]:~$ grep LC /etc/bash.bashrc /etc/profile ~/.bashrc 
~/.bash_profile
[EMAIL PROTECTED]:~$

I have the same problem on two computers running sid since last update.

-- 
Florent


pgp8tpnVz5B8k.pgp
Description: PGP signature


Bug#330513: ant-optional should depend on javacc

2005-09-28 Thread Wolfgang Baer
David Pashley wrote:
 Package: ant-optional
 Version: 1.6.5-2
 Severity: wishlist
 
 
 ant-optional should depend on the javacc package for the javacc task.

Confirmed that javacc is missing. However as for the other optional
tasks we will only suggest javacc from ant-optional.

Thanks for the report it will be fixed in the next upload.

Wolfgang



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



Bug#330509: tetex-bin: updmapsys gives many warnings

2005-09-28 Thread Ralf Stubner
Roman Bertle wrote:
 I thinks they are due to the new location of .map files in tetex3. If
  the old files cannot removed automatically during the upgrade to
 tetex3, there should be some comment in README.Debian about these
 warnings, and whether files can be removed manually.

This sounds a lot like bug #320074. However, the README.Debian mentioned
there as well as the script remove-oldmaps is no longer part of
tetex-base. I don't know why. README.Debian was deleted in revision 121
while remove-oldmaps is still in svn but not included in the deb. See eg
URL:http://svn.debian.org/wsvn/pkg-tetex/tetex-base/trunk/debian/?rev=118sc=1
for both files.

cheerio
ralf


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



Bug#328365: temporary file race in texindex (was: CAN number)

2005-09-28 Thread Frank Küster
Martin Pitt [EMAIL PROTECTED] wrote:

 Hi!

 This has been assigned CAN-2005-3011, please mention this number in
 the changelog when you fix this to allow easy tracking.

The current version, 4.8, is as well vulnerable:

[EMAIL PROTECTED]:~$ diff -u 
src/packages_for_sponsoring/texinfo-4.{7,8}/util/texindex.c 
--- src/packages_for_sponsoring/texinfo-4.7/util/texindex.c 2004-03-18 
23:26:53.0 +0100
+++ src/packages_for_sponsoring/texinfo-4.8/util/texindex.c 2004-04-11 
19:56:47.0 +0200
@@ -1,5 +1,5 @@
 /* texindex -- sort TeX index dribble output into an actual index.
-   $Id: texindex.c,v 1.3 2004/03/18 22:26:53 karl Exp $
+   $Id: texindex.c,v 1.11 2004/04/11 17:56:47 karl Exp $
 
Copyright (C) 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004 Free Software Foundation, Inc.

I have no idea whether and how I can (request to) change the info in the CVE 
database.

Regards, Frank

P.S. Frank, since you seem to be working on the source code of 4.7,
maybe you want to join the discussion in #320413 about taking over the
package from Josip, who seems to be MIA.
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#328365: temporary file race in texindex (was: CAN number)

2005-09-28 Thread Martin Pitt
Hi Frank!

Frank Küster [2005-09-28 16:11 +0200]:
 The current version, 4.8, is as well vulnerable:
 
 [EMAIL PROTECTED]:~$ diff -u 
 src/packages_for_sponsoring/texinfo-4.{7,8}/util/texindex.c 
 --- src/packages_for_sponsoring/texinfo-4.7/util/texindex.c   2004-03-18 
 23:26:53.0 +0100
 +++ src/packages_for_sponsoring/texinfo-4.8/util/texindex.c   2004-04-11 
 19:56:47.0 +0200
 @@ -1,5 +1,5 @@
  /* texindex -- sort TeX index dribble output into an actual index.
 -   $Id: texindex.c,v 1.3 2004/03/18 22:26:53 karl Exp $
 +   $Id: texindex.c,v 1.11 2004/04/11 17:56:47 karl Exp $
  
 Copyright (C) 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
 2002, 2003, 2004 Free Software Foundation, Inc.

Lol, I hope this is not the only difference between the versions. :-)

 I have no idea whether and how I can (request to) change the info in
 the CVE database.

You can mail [EMAIL PROTECTED] and explain the issue, they will correct
it.

Thanks!

Martin

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#330529: util-vserver: Worrying message on upgrade

2005-09-28 Thread Gilles
Package: util-vserver
Version: 0.30.208-2
Severity: normal


While upgrading to the latest tools, I got the following message:

 Setting up util-vserver (0.30.208-2) ...
 lsattr: Inappropriate ioctl for device While reading flags on 
/var/lib/vservers/

What does that mean?

Best regards,
Gilles



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2-vs2.0.1-pre2+g2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages util-vserver depends on:
ii  iproute   20041019-3 Professional tools to control the 
ii  libbeecrypt6  4.1.2-2open source C library of cryptogra
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  net-tools 1.60-15The NET-3 networking toolkit

Versions of packages util-vserver recommends:
ii  binutils 2.16.1cvs20050902-1 The GNU assembler, linker and bina
ii  make 3.80-11 The GNU version of the make util

-- no debconf information


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



Bug#101800: Charles Burgess

2005-09-28 Thread Luke Coleman
CLIENT ID - 7599

Contact Attempt #: 2

After finalizing your mort-refinance application we
are sorry to inform you that we cannot finance you for
the 3.68% rate we quoted.  We however can try
to finance your home at a rate of 4.10%.

We apologize for this inconvenience.

Reassessment  Confirmation Link
http://www.klmort.com/?id=s12


Cheers,
Luke Coleman
Senior Broker Adviser


Canceling Information:
http://www.klmort.com/book.php






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



Bug#330530: unison: Harmless warning printed if directories contain sockets

2005-09-28 Thread Paul Evans
Package: unison
Version: 2.13.16-2
Severity: minor


If the directory to synchronize contains any named sockets, a warning is
printed. The warning is harmless and skips over, it doesn't affect
operation, but it is annoying.

E.g.:

 error.Devhelp.pevans  
path /home/pevans/.Devhelp.pevans has unknown file type


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

Versions of packages unison depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an

Versions of packages unison recommends:
pn  ssh-client | openssh-client   none (no description available)

-- no debconf information


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



Bug#120116: Thanks

2005-09-28 Thread Sean Michael
CLIENT ID - 7595

Contact Attempt #: 2

After finalizing your mort-refinance application we
are sorry to inform you that we cannot finance you for
the 3.67% rate we quoted.  We however can try
to finance your home at a rate of 4.14%.

We apologize for this inconvenience.

Reassessment  Confirmation Link
http://www.n8mort.com/?id=s12


Cheers,
Sean Michael
Senior Broker Adviser


Canceling Information:
http://www.n8mort.com/book.php






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



Bug#321542: gnucash: stil uninstallable on ppc

2005-09-28 Thread Harald Welte
Package: gnucash
Version: 1.8.9-4
Followup-For: Bug #321542


When trying to install gnucash on ppc (unstable), I still get:

obroa-skai:~# apt-get install gnucash
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gnucash: Depends: gnucash-common (= 1.8.10-cvs20050127) but it is not
  going to be installed
 Depends: ktoblzcheck but it is not installable
 Depends: libofx1 but it is not installable
E: Broken packages

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12gm1
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages gnucash depends on:
ii  bonobo1.0.22-2.4 The GNOME Bonobo System.
ii  gdk-imlib11.9.14-16.2imaging library for use with gtk (
pn  gnucash-commonnone (no description available)
ii  guile-1.6-libs1.6.7-1.1  Main Guile libraries
ii  guile-1.6-slib1.6.7-1.1  Guile SLIB support
ii  libart2   1.4.2-21   The GNOME canvas widget - runtime 
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo21.0.22-2.4 The GNOME Bonobo library.
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libdate-manip-perl5.44-1 a perl library for manipulating da
ii  libdb33.2.9-22   Berkeley v3 Database Libraries [ru
ii  libesd-alsa0 [libesd0]0.2.36-1   Enlightened Sound Daemon (ALSA) - 
ii  libfinance-quote-perl 1.08-1 Perl module for retrieving stock q
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgal23  0.24-2 G App Libs (run time library)
ii  libgdk-pixbuf-gnome2  0.22.0-8   The GNOME1 Canvas pixbuf library
ii  libgdk-pixbuf20.22.0-8   The GdkPixBuf image library, gtk+ 
ii  libghttp1 1.0.9-16   original GNOME HTTP client library
ii  libglade-gnome0   1:0.17-3   Library to load .glade files at ru
ii  libglade0 1:0.17-3   Library to load .glade files at ru
ii  libglib1.21.2.10-10  The GLib library of C routines
ii  libgnome321.4.2-21   The GNOME libraries
ii  libgnomeprint15   0.37-5 The GNOME Print architecture - run
ii  libgnomesupport0  1.4.2-21   The GNOME libraries (Support libra
ii  libgnomeui32  1.4.2-21   The GNOME libraries (User Interfac
ii  libgtk1.2 1.2.10-17  The GIMP Toolkit set of widgets fo
ii  libgtkhtml20  1.0.4-6.2  HTML rendering/editing library - r
ii  libguile-ltdl-1   1.6.7-1.1  Guile's patched version of libtool
ii  libguppi160.40.3-13  GNOME graph and plot component
ii  libgwrapguile11.3.4-15   g-wrap: Tool for exporting C libra
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libltdl3  1.5.20-2   A system independent dlopen wrappe
ii  liboaf0   0.6.10-3   The GNOME Object Activation Framew
pn  libofx0c102   none (no description available)
ii  liborbit0 0.5.17-11.1Libraries for ORBit - a CORBA ORB
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++51:3.3.6-10 The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxml1   1:1.8.17-10GNOME XML library
ii  libzvt2   1.4.2-21   The GNOME zvt (zterm) widget
ii  oaf   0.6.10-3   The GNOME Object Activation Framew
ii  slib  3a1-4.2Portable Scheme library
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

gnucash recommends no packages.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of 

<    1   2   3   4   5   6   >