Bug#340959: Ktools buffer overflow

2005-11-30 Thread Julien Lemoine

Hello,

   I decided to apply the following patch (attached) to ktools in order 
to avoid security
problem in centericq. I am waiting for better patch from upstream and 
will include it

as soon as it will be available.

Best Regards.
Julien Lemoine.
#! /bin/sh -e
## vgetstring.dpatch by Julien LEMOINE [EMAIL PROTECTED]
##
## DP: fix buffer overflow in VGETSTRING macro by replacing vsprintf by 
vsnprintf

[ -f debian/patches/00patch-opts ]  . debian/patches/00patch-opts
patch_opts=${patch_opts:--f --no-backup-if-mismatch}

if [ $# -ne 1 ]; then
echo 2 `basename $0`: script expects -patch|-unpatch as argument
exit 1
fi
case $1 in
   -patch) patch $patch_opts -p1  $0;;
   -unpatch) patch $patch_opts -p1 -R  $0;;
*)
echo 2 `basename $0`: script expects -patch|-unpatch as argum
ent
exit 1;;
esac

exit 0
diff -bBdNrw -U5 centericq-4.21.0/kkstrtext-0.1/kkstrtext.h 
centericq-4.21.0.modif/kkstrtext-0.1/kkstrtext.h
--- centericq-4.21.0/kkstrtext-0.1/kkstrtext.h  2004-11-18 00:00:38.0 
+0100
+++ centericq-4.21.0.modif/kkstrtext-0.1/kkstrtext.h2005-11-30 
08:41:58.0 +0100
@@ -85,11 +85,11 @@
 
 #define VGETSTRING(c, fmt) \
 { \
va_list vgs__ap; char vgs__buf[1024]; \
va_start(vgs__ap, fmt); \
-   vsprintf(vgs__buf, fmt, vgs__ap); c = vgs__buf; \
+   vsnprintf(vgs__buf, 1024, fmt, vgs__ap); c = vgs__buf; \
va_end(vgs__ap); \
 }
 
 string justfname(const string fname);
 string justpathname(const string fname);


Bug#341308: awstats: please make static stats the default

2005-11-30 Thread Rick Moen
I wrote:

 Ironically, KDS Sahambi cross-references in that latter piece an article
 on his own site that details static-pages setup quite well:
 http://ghaint.no-ip.org/~k2/debian/awstats-debian.html

Eh, please disregard that last bit:  I should have actually _read_ that
page properly before recommending it.  Sorry.


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



Bug#260789: cron: very similar phenomena

2005-11-30 Thread Friedrich Delgado Friedrichs
Package: cron
Version: 3.0pl1-93
Followup-For: Bug #260789

Hi!

I see very similar phenomena to what the OP reported. Cronjobs from
personal crontabs are not executed.

On my machine it started after an aptitude system upgrade in the
vicinity of a daylight saving time switch (well, maybe two weeks
after, I don't remember exactly, I just mention it in case it's
relevant.)

Cronjobs do not run, although cron reports that they have been run.

/var/log/messages e.g. contains the following entry:

Nov 30 07:30:01 abrasax /USR/SBIN/CRON[22574]: (friedel) CMD (/bin/bash 
/home/friedel/bin/fetchstuff)

However the job in question did not run (it fetches some news and
cartoons for later perusal on the commuter train), no mail is sent and
the files on my harddisk did not change.

The crontab in question looks like this:
===
[EMAIL PROTECTED]:~$ crontab -l
# Rather start reauth.pl and kill it if no longer needed
#0 */4 * * * export KRB5CCNAME=`cat /var/secrets/friedel/refresh`;klist -s  
kinit -R  aklog

# Fetch news and comics at 7:30 and 9:30 on weekdays, so that I can later call 
unison on the laptop
# and take them on my trip
30 6 * * Mon-Fri  rm -rf /home/friedel/fetched
30 7,9,11 * * * /bin/bash /home/friedel/bin/fetchstuff
# Every 3 days, at 11 o' clock create the xmltv listing for tvtime
9 11 */3 * * /home/friedel/bin/nxtvepg2tvtime.sh

# Check for loaned books
0 5 * * * /home/friedel/bin/bib.sh
#
===

It appears I can fix this situation briefly by issuing
dpkg-reconfigure cron, at least if I include a test cronjob
afterwards, cron executes it. But a while afterwards (after the next
package installation?) cronjobs stop running again.

Cronjobs in the personal crontab of the root user don't run as well,
however the system cronjobs (/etc/cron.daily and company) are being
run (my logs are rotated etc.).

Kind regards
 Friedel

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

Versions of packages cron depends on:
ii  adduser   3.80   Add and remove users and groups
ii  debianutils   2.15.1 Miscellaneous utilities specific t
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libpam0g  0.79-3 Pluggable Authentication Modules l
ii  libselinux1   1.26-1 SELinux shared libraries

Versions of packages cron recommends:
ii  postfix [mail-transport-agen 2.2.4-1.0.1 A high-performance mail transport 

-- debconf information excluded


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



Bug#341355: cannot start udevd

2005-11-30 Thread Marco d'Itri
severity 341355 normal
thanks

On Nov 30, Joshua Kwan [EMAIL PROTECTED] wrote:

 Cannot start udevd. (rc=1)
This means that another udevd process is running. Why?
How is this possible, when the first thing postinst does is killing it?

start-stop-daemon --stop --name udevd --oknodo --quiet

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#254520: NMU

2005-11-30 Thread Mario Lang
Samuel Mimram [EMAIL PROTECTED] writes:

 Hi,

 I intent to NMU this package soon to integrate these patches in order to 
 have the image in testing one day. Please tell me if you wish me not to 
 do so.

No problem with me, if you really think working on speakup 2.4
is worth it...

-- 
CYa,
  Mario


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



Bug#278729: kernel-image-2.6-k7: kernel-image-2.6*-k7* and 2.6*-686* should

2005-11-30 Thread Horms
In article [EMAIL PROTECTED] you wrote:
 On Tue, 8 Nov 2005 15:34:48 +0100, Sven Luther wrote [typo corrected]:
You can now, just need to add
Recommends: blah to the arch/arch/defines entry.
 
 Now the capability has been added, any chance you could pop this extra line 
 in? I'd be happy to do it myself, but of course I can't.
 
 Richard.

I will put the follwing into svn which should effect the change.

-- 
Horms


Index: debian/arch/i386/defines
===
--- debian/arch/i386/defines(revision 4929)
+++ debian/arch/i386/defines(working copy)
@@ -12,16 +12,20 @@
 [686]
 class: PPro/Celeron/PII/PIII/P4
 longclass: Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4
+recommends: libc6-i686
 
 [686-smp]
 class: PPro/Celeron/PII/PIII/P4 SMP
 longclass: multi-processor Pentium Pro/Celeron/Pentium II/Pentium III/Pentium 4
+recommends: libc6-i686
 
 [k7]
 class: AMD K7
 longclass: 32bit AMD Duron/Athlon/AthlonXP
+recommends: libc6-i686
 
 [k7-smp]
 class: AMD K7 SMP
 longclass: 32-bit multi-processor AMD Duron/Athlon/AthlonXP
+recommends: libc6-i686
 


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



Bug#340774: udev: unable to register OSS PCM device 0:0 for snd-intel8x0 with dxr3 card installed

2005-11-30 Thread Horms
In article [EMAIL PROTECTED] you wrote:
 reassign 340774 linux-2.6
 
thanks

On Nov 25, AdamW [EMAIL PROTECTED] wrote:

  

I've got a problem with oss emulation from alsa with dxr3 card installed in 
my system.
Udev loads drivers for dxr3 first and then is unable to register OSS PCM 
device 0:0
When I remove dxr3 drivers (em8300, bt865) everything is ok.
It would be grateful if you could fix this problem.
I think that it would be enough if udev could load sound drivers first, 
however, I do not know how t do it.


udev does not and will not enforce this kind of drivers ordering.
This looks like a kernel bug.

  

 I understand, but with hotplug there is no problem with alsa oss 
 emulation even if drivers for sound card are loaded first.
 It happens only when I use udev istead of hotplug

I believe that what Marco is saying is that, while the ordering
of loading the modules may be important, as does indeed
seem to be the case here, its not up to udev to set that ordering,
it is handled entirely by the kernel. So it seems that Alsa needs
to be enhanced so either the ordering isn't required, or it has
some way to load oss pcm first.

With this in mind, could you please log a bug against ALSA and
report any bugs back here (unfortunately bugzilla doesn't play well
with the debian BTS). James Courtier-Dutton recently posted 
(to another bug) about how he would like ALSA bugs handled.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338606;msg=15

Thanks

-- 
Horms


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



Bug#336169: krusader: CVE-2005-3856 is created

2005-11-30 Thread Frank Schoolmeesters
Hi,

For this bug, CVE-2005-3856 is created at http://cve.mitre.org/

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3856

kind regards,
Frank Schoolmeesters
Krusader Krew
http://www.krusader.org



Bug#340836: linux-image-2.6.14-2-686: module ieee80211_crypt_tkip and ieee80211_crypt_ccmp are broken

2005-11-30 Thread Horms
In article [EMAIL PROTECTED] you wrote:
 Package: linux-image-2.6.14-2-686
 Version: 2.6.14-3
 Severity: important
 
 
 Hi,
 When ieee80211_crypt_tkip is loaded I have this in kern.log and TKIP
 auth doesn't work:
 Nov 26 10:41:36 localhost vmunix: ieee80211_crypt: registered algorithm 'NULL'
 
 Latest ieee80211-source give the same result.

There is a known problem with the ieee80211 in Linus' tree being
out of date. Its slowly being discussed on debian-kernel.

http://lists.debian.org/debian-kernel/2005/11/msg01215.html



-- 
Horms


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



Bug#341355: cannot start udevd

2005-11-30 Thread Joshua Kwan
Marco d'Itri wrote:
Cannot start udevd. (rc=1)
 
 This means that another udevd process is running. Why?
 How is this possible, when the first thing postinst does is killing it?
 
 start-stop-daemon --stop --name udevd --oknodo --quiet

I don't know. I guess it failed to kill it.

Nov 29 22:40:47 tristan udevd[18074]: init_udevd_socket: bind failed:
Address already in use
Nov 29 22:40:47 tristan udevd[18074]: main: another udevd running, exit

I haven't done anything weird with configuration or custom packages that
might cause this to be my problem.

Immediately after it failed I tried /etc/init.d/udev start and it worked.

Is it possible that udevd was still terminating when the rc-script was
invoked?

-- 
Joshua Kwan


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



Bug#341329: kernel-image-2.6.8-2-386: usb 2.0 pci card with ali 5273 chip not working

2005-11-30 Thread Horms
In article [EMAIL PROTECTED] you wrote:
 Package: kernel-image-2.6.8-2-386
 Version: 2.6.8-16
 Severity: important
 
 I recently bouch a compusa brand usb 2.0 2 port card
 (model pci-usbali5273-2p-2).  It doesn't work, the ehci module
 reports:
 
 ehci_hcd :02:0d.3: ALi Corporation USB 2.0 Controller
 ehci_hcd :02:0d.3: BIOS handoff failed (112, 1010001)
 ehci_hcd :02:0d.3: can't reset
 ehci_hcd :02:0d.3: init :02:0d.3 fail, -95
 ehci_hcd: probe of :02:0d.3 failed with error -95

I think I need to write a canned response for 2.6.8 bugs:

As upstream kernel development moves at a rapid pace its virtually
impossible to backport other than trivial fixes. Without spending
a lot of time investingating your problem, would it be possible
to see if the 2.6.12 backport to sarge, a significantly newer kernel,
helps your immediate problem.

http://packages.vergenet.net/sarge-backports/

-- 
Horms


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



Bug#340927: manpages-dev: udp(7): example variable name contains tcp not udp

2005-11-30 Thread Michael Kerrisk
tags 340927 fixed-upstream
thanks.

 udp(7) contains the following example code (under the heading IOCTLS):
 
error = ioctl(tcp_socket, ioctl_type, value);

 This should say udp_socket (consistent with the synopsis) rather than
 tcp_socket.

Thanks Malcolm.  Fixed for man-pages-2.15.

Cheers,

Michael

-- 
Michael Kerrisk
maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 

Want to help with man page maintenance?  Grab the latest
tarball at ftp://ftp.win.tue.nl/pub/linux-local/manpages/
and grep the source files for 'FIXME'.


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



Bug#341360: sudo kwifimanager creates a root owned .ICEauthority which stops Gnome from logging in

2005-11-30 Thread Ashley Jennings
Package: kwifimanager
Version: 4:3.3.2-5
Severity: critical
Justification: breaks unrelated software

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

Hi DDs,  I've found a bug where the command
sudo kwifimanager leaves a root owned .ICEauthority in the calling
user's home dir. This was stopping Gnome from logging in until
the .ICEauthority is deleted.

A similar bug about Gnome being unable to login is in bug #325701
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325701

I have been able to reproduce this behaviour on more than one Sarge
install.

bye

Ashley


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

Versions of packages kwifimanager depends on:
ii  kdelibs4   4:3.3.2-6.3   KDE core libraries
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libarts1   1.3.2-3   aRts Sound system
ii  libasound2 1.0.8-3   ALSA library
ii  libaudio2  1.7-2 The Network Audio System (NAS). (s
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libesd00.2.35-2  Enlightened Sound Daemon - Shared
ii  libfam0c1022.7.0-6   client library to control the FAM
ii  libgcc11:3.4.3-13GCC support library
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libidn11   0.5.13-1.0GNU libidn library, implementation
ii  libiw2727-2  Wireless tools - library
ii  libjack0.80.0-00.99.0-6  JACK Audio Connection Kit (librari
ii  libmad00.15.1b-1.1   MPEG audio decoder library
ii  libogg01.1.2-1   Ogg Bitstream Library
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libqt3c102-mt  3:3.3.4-3 Qt GUI Library (Threaded runtime v
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libvorbis0a1.1.0-1   The Vorbis General Audio Compressi
ii  libvorbisenc2  1.1.0-1   The Vorbis General Audio Compressi
ii  libvorbisfile3 1.1.0-1   The Vorbis General Audio Compressi
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii  libxrender10.8.3-7   X Rendering Extension client libra
ii  libxt6 4.3.0.dfsg.1-14sarge1 X Toolkit Intrinsics
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information



Bug#341361: siptoolbox: libanimal-0.14.0.so.0 no longer availible

2005-11-30 Thread Hakan Ardo
Package: siptoolbox
Version: 0.3.99rc2alpha3-2
Severity: grave
Justification: renders package unusable

Hi,
it is compiled agains libanimal-0.14.0.so.0, which is no longer availkible
as animal0 is updated. Pleas recompile.

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

Versions of packages siptoolbox depends on:
ii  animal00.14.3-1.1AN IMAging Library written in C
ii  libbz2-1.0 1.0.2-7   high-quality block-sorting file co
ii  libc6  2.3.5-8.1 GNU C Library: Shared libraries an
ii  libdps16.8.2.dfsg.1-5Display PostScript (DPS) client li
ii  libfreetype6   2.1.10-1  FreeType 2 font engine, shared lib
ii  libice66.8.2.dfsg.1-5Inter-Client Exchange library
ii  libjasper-1.701-1  1.701.0-2 The JasPer JPEG-2000 runtime libra
ii  libjpeg62  6b-10 The Independent JPEG Group's JPEG 
ii  liblcms1   1.13-1Color management library
ii  libmagick6 6:6.2.3.6-3   Image manipulation library
ii  libpng12-0 1.2.8rel-5PNG library - runtime
ii  libsm6 6.8.2.dfsg.1-5X Window System Session Management
ii  libtiff4   3.7.3-1   Tag Image File Format (TIFF) libra
ii  libx11-6   6.8.2.dfsg.1-5X Window System protocol client li
ii  libxext6   6.8.2.dfsg.1-5X Window System miscellaneous exte
ii  libxml22.6.22-2  GNOME XML library
ii  libxt6 6.8.2.dfsg.1-5X Toolkit Intrinsics
ii  scilab 3.0-14Matrix-based scientific software p
ii  xlibs  6.8.2.dfsg.1-5X Window System client libraries m
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

siptoolbox recommends no packages.

-- no debconf information


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



Bug#326916: ctn: CTN seems to be incompatible with MySQL Versions 4.0

2005-11-30 Thread Thijs Kinkhorst
tags 326916 upstream
thanks

On Wed, 2005-09-07 at 16:00 +0200, Thijs Kinkhorst wrote:
  I experienced a problem using CTN with MySQL Version 5.0 (but because of
  the nature of the problem I assume it also affects using CTN with MySQL
  Version 4.1)
 
 I've noticed the problem aswell and forwarded it upstream. I will look
 into patching it for Debian in the meantime.

The right patch would probably involve changing the database structure,
and I will not mess with that on my own; this needs to come from
upstream. I've asked them for a patch (or a new release).


Thijs


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


Bug#341217: fetchmail gets corrupted attachment from courier-pop

2005-11-30 Thread Matthias Andree
Christian Michallek schrieb am 2005-11-30:

 poll data-consult.de proto pop3 user 
 [EMAIL PROTECTED], with password ***, is 
 [EMAIL PROTECTED] here keep;

I cannot reproduce this with fetchmail 6.2.5.4, so I'd say this is not a
fetchmail bug.

I have used Dovecot 0.99.14 as POP3/SSL server, Postfix 2.2.5 as SMTP
server and maildrop 1.7.0 called from Postfix.

As you say it's ok with Mozilla, the problem is either with your SMTP
server or your local delivery agent (procmail, maildrop, whatever else)
or the local POP3 or IMAP server your local SMTP forwards to.

Please find out which part is the broken one and reassign this bug
there. When reassigning, please remove the tags I have set on this bug.

-- 
Matthias Andree


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



Bug#341347: aptitude: fails to start: symbol lookup error _Z14ReadConfigFileR13ConfigurationSsbj

2005-11-30 Thread Marc Haber
On Wed, Nov 30, 2005 at 02:27:27PM +0900, Miles Bader wrote:
 When trying to run aptitude:
 
$ sudo aptitude
aptitude: symbol lookup error: aptitude: undefined symbol: 
 _Z14ReadConfigFileR13ConfigurationSsbj

I can confirm this bug.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#341362: asterisk: Missing build-dependency on doxygen

2005-11-30 Thread Jerome Warnier
Package: asterisk
Version: 1:1.2.0.dfsg-4
Severity: important
Justification: fails to build from source

doxygen is needed to generate the documentation.

Regards


-- 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.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#341363: asterisk: Should build-depend on libcurl3-dev

2005-11-30 Thread Jerome Warnier
Package: asterisk
Version: 1:1.2.0.dfsg-4
Severity: important
Justification: fails to build from source

apps/Makefile uses curl-config, which is part of package libcurl3-dev.

Regards


-- 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.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#341364: hal: missing build-dep on libpopt-dev

2005-11-30 Thread Jerome Warnier
Package: hal
Version: 0.2.95-1
Severity: important
Justification: fails to build from source

Building hal requires libpopt-dev otherwise building fails to find
popt.h.

Hope it helps.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages hal depends on:
ii  adduser   3.57   Add and remove users and groups
ii  dbus-10.21-7 simple interprocess messaging syst
ii  dbus-glib-1   0.21-7 simple interprocess messaging syst
ii  libc6 2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  libexpat1 1.95.6-8   XML parsing C library - runtime li
ii  libglib2.0-0  2.4.4-1The GLib library of C routines
ii  libhal0   0.2.95-1   Hardware Abstraction Layer - share
ii  libpopt0  1.7-4  lib for parsing cmdline parameters
ii  pciutils  1:2.1.11-15Linux PCI Utilities
ii  python2.3.4-1An interactive high-level object-o
ii  python2.3-dbus0.21-7 simple interprocess messaging syst
ii  python2.3-glade2  2.2.0-2GTK+ bindings: Glade support
ii  python2.3-gnome2  2.0.2-2Python bindings for the GNOME desk
ii  usbutils  0.11+cvs20040318-3 USB console utilities

-- no debconf information


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



Bug#341365: freeradius: Please package the Dialup Admin Web Administration Interface

2005-11-30 Thread Jerome Warnier
Package: freeradius
Severity: wishlist

I just noticed FreeRADIUS provides a web interface written in PHP,
available together whith some Perl scripts. All this is shipped in
upstream's tarball.
Could you package it as a different package?

I'm willing to help.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-686
Locale: LANG=C, LC_CTYPE=C


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



Bug#341366: xchat: irc:// handler not set in GNOME

2005-11-30 Thread Jerome Warnier
Package: xchat
Severity: wishlist

irc:// handler is not set in GNOME automatically.
Please set it.

Thanks

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=C, LC_CTYPE=C


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



Bug#341367: lm-sensors: Minor typo in Suggests:

2005-11-30 Thread Jerome Warnier
Package: lm-sensors
Version: 1:2.9.2-5
Severity: minor

There is a inux-image-2.6, which should obviously be
linux-image-2.6 in the Suggests: line of the package.

Regards

-- 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.14-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages lm-sensors depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libsensors3   1:2.9.2-5  library to read temperature/voltag
ii  makedev   2.3.1-79   creates device files in /dev
ii  perl  5.8.7-7Larry Wall's Practical Extraction 
ii  sed   4.1.4-4The GNU sed stream editor
ii  sysvinit  2.86.ds1-4 System-V like init
ii  ucf   2.003  Update Configuration File: preserv

Versions of packages lm-sensors recommends:
ii  linux-image-2.6.14-1-686 [lin 2.6.14-2   Linux kernel 2.6.14 image on PPro/

-- no debconf information


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



Bug#341368: CVE-2005-3883: Injection of arbitrary values into the To:-header of the md_send_mail() function

2005-11-30 Thread Moritz Muehlenhoff
Package: php5
Severity: important
Tags: security

Quoting from http://bugs.php.net/bug.php?id=35307:

 Description:
 
 The unexpected header can be injected at the mb_send_mail function.
 The mail function is doing the check of the unexpected  control code to
 To and Subject.
 However, the mb_send_mail function isn't doing a check.

 By the feature of the function overload, mail function is exchanged for
 the mb_send_mail function.
 Therefore, it thinks that the check like the mail function is necessary
 about the mb_send_mail function, too.

This has been assigned CVE-2005-3883 and it's fixed upstream in 5.1.0.

Cheers,
Moritz

-- 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.14-2-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#341369: mutt-ng: leaves new flag on mailbox when new messages get deleted

2005-11-30 Thread Jörg Sommer
Package: mutt-ng
Version: 0.0+20050814-1
Severity: normal

Hi,

when I delete a new message (flag N), but don't open the message or
remove the new flag anyhow and than switch to another mailbox, the new
flag of the old mailbox stays even through no new message is in the
mailbox.

The same I observe when I view a new message, mark it as deleted and jump
immediately to another mailbox, without going back to the index. The new
flag is held on the mailbox even through no new message is there.

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13.1
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages mutt-ng depends on:
ii  exim4-daemon-light [mail-tran 4.54-2 lightweight exim MTA (v4) daemon
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libgnutls11   1.0.16-14  GNU TLS library - runtime library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libqdbm11 1.8.33-1.1 QDBM Database Libraries [runtime]
ii  libsasl2  2.1.19-1.7 Authentication abstraction library

mutt-ng recommends no packages.

-- no debconf information


pgp3lH4Chmvw5.pgp
Description: PGP signature


Bug#333684: gparted does it right

2005-11-30 Thread Jerome Warnier
Package: parted
Version: 1.6.25.1-1
Followup-For: Bug #333684

Something even more weird: gparted is doing the same thing without any problem.
And it is also using the same libparted1.6-13 (1.6.25.1-1)...

Hope it helps

-- 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.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages parted depends on:
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libparted1.6-13   1.6.25.1-1 The GNU Parted disk partitioning s
ii  libreadline5  5.0-11 GNU readline and history libraries

parted recommends no packages.

-- no debconf information


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



Bug#341160: tecnoballz: Several packaging issues

2005-11-30 Thread Alexis Sukrieh
tags 341160 + confirmed
thanks

I made a new package of tecnoballz and uploaded it to dak.ganneff.de,
it's waiting for approval in the NEW queue.

Le lundi 28 novembre 2005 à 21:09 +0100, [EMAIL PROTECTED] a écrit :

  * Does tecnoballz not compile with g++  4? If it does, please remove
the build-dependency. Sources changed to compile with g++ 4.0 should
also work with earlier versions. You should only target sid which has
g++ 4.0 on all architectures now, an explicit dependency is not
required.
Indeed, tecnoballz compiles nicely with older g++ versions. I changed
the dependency to g++.

  * You should include the copyright notice taken verbatim from the
source code.

It's already included, verbatim from upstream in debian/copyright.

  * There is `technoballz.substvars' in the diff, because the package name
was once spelled wrong. Please remove it.

Removed.

  * Shouldn't you ensure permissions with statoverride as specified above
instead of overwriting them in any case in `postinst'?

Done, I changed tecnoballz.postinst in order to use dpkg-stateoverride
for chmoding the score file.

  * The following part is wrong [cf. Policy 10.1]:
| ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|CXXFLAGS += -g
| else
|CXXFLAGS += -s
| endif

Ah, I forgot this one, will do a new upload soon.

Regards.

-- 
Alexis Sukrieh [EMAIL PROTECTED]



Bug#341345: gcc-4.0: Please warn on impossible conditionals

2005-11-30 Thread Falk Hueffner
Justin Pryzby [EMAIL PROTECTED] writes:

 Please consider also warning on things like:

   if (0==c  1==c)

How would this be different from -Wunreachable-code?

-- 
Falk


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



Bug#341347: aptitude: fails to start: symbol lookup error _Z14ReadConfigFileR13ConfigurationSsbj

2005-11-30 Thread Marc Haber
On Wed, Nov 30, 2005 at 09:53:29AM +0100, Marc Haber wrote:
 On Wed, Nov 30, 2005 at 02:27:27PM +0900, Miles Bader wrote:
  When trying to run aptitude:
  
 $ sudo aptitude
 aptitude: symbol lookup error: aptitude: undefined symbol: 
  _Z14ReadConfigFileR13ConfigurationSsbj
 
 I can confirm this bug.

downgrading apt to 0.6.42.3exp1 helped. Versioned depends or conflicts
needed.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#341370: dcraw: New upstream available

2005-11-30 Thread Paul Martin
Package: dcraw
Version: 7.17-1
Severity: wishlist

Upstream is at version 7.86 which can handle Fujifilm S9000/S9500.


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



Bug#341371: openssh-server: Typo in spanish translation

2005-11-30 Thread Javier Fernández-Sanguino Peña
Package: openssh-server
Version: 1:4.2p1-5
Severity: minor
Tags: l10n patch

(Note: Last-Translator on CC:)

The spanish translation of OpenSSH has a typo a patch is attached please
apply. 

Regards

Javier

PS: I'm wondering how Santiago got to update this translation without having
it peer reviewed in debian-l10n-spanish. I've also not seen translation
heads up notices sent to Last-Translator:. I have been updating when
required and I'm surprised to see somebody else (who did not contact me) as
Last-Translator for it. ?

--- es.po.orig  2005-11-30 10:20:27.0 +0100
+++ es.po   2005-11-30 10:20:56.0 +0100
@@ -200,7 +200,7 @@
 Parece que la configuración actual de su servidor de OpenSSH tiene 
 deshabilitada la autenticación mediante contraseñas. En las versiones 
 recientes de OpenSSH para impedir que los usuarios se puedan conectar con 
-contraseñas (y obligar la utilización de sistemas de autenticació con clave 
+contraseñas (y obligar la utilización de sistemas de autenticación con clave 
 pública) debe deshabilitar la autenticación basada en desafío-respuesta o 
 asegurarse de que su configuración PAM no permite autenticación basada en el 
 fichero de contraseñas Unix.


signature.asc
Description: Digital signature


Bug#341372: 3dchess menu file syntax error

2005-11-30 Thread Jon Dowland
Package: 3dchess
Severity: minor

The 3dchess menu file has a small syntax issue. According to
/usr/share/doc/menu/menu.txt.gz, section 3.2 Syntax, 

 Values must be quoted with , and meta-character (, \, newline)
 must be escaped with a \.

The 3dchess menu entry does not quote the section value. I don't know if
this breaks the menu program itself but it did break my own parser.
Please find attached a fixed menu-entry.

-- 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.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
?package(3dchess):needs=X11 section=Games/Board\
  title=3D Chess command=/usr/games/3Dc


Bug#341373: fetchmail gets corrupted attachment from courier-pop

2005-11-30 Thread Christian Michallek
Package: courier-pop
Version: 0.47-2.backports.org.1
Severity: important


when i get a mail via pop from an courier-pop 0.47-2.backports.org.1
with fetchmail, the file content gets changed.
this is how the file wfx.sta should look:

-
.routine WFX
.rem das ist ein Continer File für Workfow Executoren

.start
-

but thats what i get from it:



..routine WFX
..rem das ist ein Continer File für Workfow Executoren

..start
---

notice the double . at the beginning?

I tried with thunderbird,
outlook and the bat and there everything is alright.

only old vivanmail and fetchmail shows the same behavior.

i already reported this for the fetchmail package, but they cant
reproduce it with another popserver.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=341217


-- 
Mit freundlichen Grüßen / Best regards

Christian Michallek
IT Management und Integration

DATA CONSULT SYSTEMHAUS GMBH
Bahnhofstraße 26
36037 Fulda

Tel.: 0661- 9339-481
Fax: 0661- 9337-567
eMail: [EMAIL PROTECTED]

http://www.data-consult.com





Bug#283231: why bother with sudo-ldap package

2005-11-30 Thread Turbo Fredriksson
Quoting Geoff Crompton [EMAIL PROTECTED]:

 Why not just turn on ldap support in the plain sudo package?

I think that will install the openldap libraries. Not everyone might want/need
that..

But I modified the patch provided by Paul Evans to create the sudo-ldap
package AS WELL as the standard sudo package... Included.



sudo-1.6.8p9_with-ldap-support.patch.gz
Description: Create sudo AND sudo-ldap package
-- 
SDI 767 Rule Psix North Korea PLO security Saddam Hussein Mossad
arrangements smuggle Kennedy KGB Honduras terrorist Delta Force
[See http://www.aclu.org/echelonwatch/index.html for more about this]
[Or http://www.europarl.eu.int/tempcom/echelon/pdf/rapport_echelon_en.pdf]
If neither of these works, try http://www.aclu.org and search for echelon.


Bug#340066: xserver-xorg: Server does not start since using xorg instead of xfree86

2005-11-30 Thread Andreas Tille

On Tue, 22 Nov 2005, Debian Bug Tracking System wrote:


This really appears to be a bug in the nvidia source package. Since the nv
driver works for you, it's not a problem with the X server. On a further
note, we can't support the proprietary drivers from either nvidia nor ati,
so you're on your own for this one.


Well, to be honest, the nv driver only works with 2D applications
but every 3D application crashes.  I do not really need 3D acceleration
but at applications like xmms or glxgears should at least work and
not crash.  I think I should prepare a new bug report with the Debian
driver in the xorg.conf file to reflect this, right?

Kind regards

  Andreas.

--
http://fam-tille.de


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



Bug#340842: CVE assignment for unalz

2005-11-30 Thread Moritz Muehlenhoff
Hi,
this has been assigned CVE-2005-3862, please mention it in the changelog
when fixing it.

Cheers,
Moritz


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



Bug#340959: Ktools buffer overflow

2005-11-30 Thread Moritz Muehlenhoff
Julien Lemoine wrote:
I decided to apply the following patch (attached) to ktools in order 
 to avoid security
 problem in centericq. I am waiting for better patch from upstream and 
 will include it
 as soon as it will be available.

This vulnerability has been assigned CVE-2005-3863 by MITRE, please mention
it in the changelog.

Cheers,
Moritz


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



Bug#341231: lsb-release: Cannot tell etch apart from sid

2005-11-30 Thread Javier Fernández-Sanguino Peña
On Tue, Nov 29, 2005 at 10:54:41PM -0500, Chris Lawrence wrote:
 I am confused as to why you have rated this bug as important.  As
 you point out, there is no real way to make this determination in
 software without breaking the automated sid-etch migration process;
 the best that can be hoped for is an educated guess based on
 apt-policy, but even that could be wrong (for example, someone who
 prefers testing to unstable but has a crapload of unstable installed
 anyway).

Well, the lsb-release script is supposed to give you a proper relase codename
and it fails to do that at all for etch. I believe that is an important bug,
since the script is useless in etch. People (or scripts) might want to depend
on its functionality to do stuff and might (wrongly) believe that
'lsb_release -c' would return 'etch' when it does not.

 It's something of a known deficiency, and I have no easy solution...
 nor do I think it's all that important to fix.  YMMV, of course.

It's important since for all the testing release process 'lsb_release -c' is
useless and nobody can depend on it. There is no easy solution, but providing
a script that fails to do what it's supposed to do is not the best course of
action. IMHO this unexpected behaviour should be documented properly,
worked around (a different lsb-release package in etch than in sid could be
possible), or try to bug others to find a different solution to this problem.
Shrugging it off helps nobody and I know people that expect this to work for
some things (like checking security bugs and available packages based on
release and package versions)

Regards

Javier


signature.asc
Description: Digital signature


Bug#340900: Missing README.Debian file

2005-11-30 Thread Graham Seaman
Apologies for this. I fired off that email too quickly. The file does 
exist, it's just gzipped.

Please cancel the other bugreport you made for this.

Sorry...
Graham




Ola Lundqvist wrote:


Package: horde3
Version: 3.0.4-4sarge2
Severity: normal

Hi

On Mon, Nov 28, 2005 at 09:51:05PM +, Graham Seaman wrote:
 


Martin Lohmeier wrote

   


Graham, there need to be something wrong with your setup. I updated from
kronolith1 a few month ago and never had problems with it. And since
kronolith1 has beed released a few years ago, it is very unlikely that
it is broken ;-)

If you use something like eaccelerator, try to clear it's cache. So do
with your browsers cache. Might be the problem...

When looking for upstream support, have a look at the FAQ [1], Horde BTS
[2] and the mailing list [3].

Or try to update to horde3 / kronolith2 that might be the best choice...



 

OK, that seems to be the consensus. But I'm starting to wonder whether I 
should move to a different package altogether...


   


apt-get install horde3
 


less /etc/horde/horde3/conf.php:
 

echo Horde3 configuration disabled by default because the 
administration/install wizard give you too much access to the system. 
Read /usr/share/doc/horde3/README.Debian on how to allow access.;


   


less  /usr/share/doc/horde3/README.Debian
 


/usr/share/doc/horde3/README.Debian: No such file or directory
 


not a good start... :-(
   



Ehm... This is really wierd. I'll check that out and I'll also
file this as a bugreport.

Regards,

// Ola

 


Graham



   


bye, Martin

[1] http://wiki.horde.org/FAQ
[2] http://bugs.horde.org
[3] http://lists.horde.org/mailman/listinfo/kronolith


 



   



 





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



Bug#341374: dbus-1: User running dbus-daemon-1 shown as 106 in ps

2005-11-30 Thread Jerome Warnier
Package: dbus-1
Version: 0.23.4-8
Severity: minor

I have absolutely no idea why, but the user running dbus-daemon-1 is
shown as 106 by ps while all other processes are shown with a
alphanumerical user.

Example:
106   8872  0.0  0.4   2184   808 ?Ss   10:10   0:00
/usr/bin/dbus-daemon-1 --system


User 106 is messagebus in /etc/passwd (and I'm not using any
other NSS source.

Regards


-- 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.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dbus-1 depends on:
ii  adduser   3.80   Add and remove users and groups
ii  debianutils   2.15.1 Miscellaneous utilities specific t
ii  libc6 2.3.5-8.1  GNU 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#270396: [Bins] Re: Bug#270396: bins_edit generates wrong encoding in .xml

2005-11-30 Thread Alexander Kogan
Hi!

 The patch breaks bins_edit : strings given to bins_edit are correctly
 encoded in UTF-8, but strings already present in the XML file are now
 encoded in local encoding (latin1 for me).
 
 Alexander, what do you get in the XML when you try the
 bins_edit -t 'тест' qqq
 with the current upstream version of bins_edit ?

I've got wrong encoding in xml. My KOI8-R symbols encoded to UTF8 as  Latin1 
symbols.
See attachment.

-- 
Alexander Kogan
Institute of Applied Physics
Russian Academy of Sciences
?xml version=1.0 encoding=UTF-8?image
   description
   
  field name=title
 ÔÅÓÔ
  /field
   /description
   bins
   /bins
   exif
   /exif
/image


Bug#341121: python2.4-pylint: reports a false negative

2005-11-30 Thread Alexandre Fayolle
On Mon, Nov 28, 2005 at 04:10:05PM +0100, Nicolas Ã?vrard wrote:
 Package: python2.4-pylint
 Version: 0.8.1-1
 Severity: normal
 
 
 Hello,
 
 While trying pylint on a metaclass I run on the statement metaclass
 method frist argument should be mcs. But the method decorated with
 the staticmethod builtin function, so I don't thing the statement is
 right.
 
 As the decorated syntax is now added to the interpreter I suppose it
 would be easier to add a check on this for the python2.4 version of
 pylint.

Hi,

Upstream tells me that this bug is fixed in the version which is
currently under development, so the next upstream release will close
this bug. 

Thanks for your bug report.  

-- 
Alexandre Fayolle  LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org


signature.asc
Description: Digital signature


Bug#323746: ssh-krb5: connection aborts with protocol error: didn't expect packet type 34

2005-11-30 Thread Dr A V Le Blanc
On the advice of Dave Love from Daresbury, and with some extra help,
we have been able to use ssh-4.2 from testing, backported to sarge,
without any difficulties, and so we are replacing ssh-krb5 on all
machines.  Since I presume this will be the action most people will
want to take, I'm willing to see this bug closed as no longer relevant.

 -- Owen
 [EMAIL PROTECTED]


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



Bug#340900: Missing README.Debian file

2005-11-30 Thread Martin Lohmeier
Graham Seaman wrote:
 Apologies for this. I fired off that email too quickly. The file does
 exist, it's just gzipped.
 Please cancel the other bugreport you made for this.
 
 Sorry...
 Graham

Let the report open and just change the comment in
/etc/horde/horde3/conf.php to /usr/share/doc/horde3/README.Debian.gz

bye, Martin

-- 

Powered by Debian GNU / Linux


signature.asc
Description: OpenPGP digital signature


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

2005-11-30 Thread Daniel Kobras
On Wed, Nov 30, 2005 at 02:07:27AM +, Paul Brossier wrote:
 i don't think there is a need for the custom postinst/postrm for kino,
 but i found this in libgphoto2 rules:
 
 ifeq (linux,$(DEB_HOST_ARCH_OS))
 dh_gencontrol -plibgphoto2-$(major) -- -Vudev-hotplug=udev | hotplug
 else
   dh_gencontrol -plibgphoto2-$(major)
 endif
 
 do i need to add such a thing too? 

libgphoto2-2 has it in Recommends, therefore policy requires to pull
such a stunt for the non-linux archs where there is no hotplug or udev
package. kino only Suggests it, so you should be fine policy-wise, but a 
similar construct is still preferable.

Regards,

Daniel.



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



Bug#341375: commit-tool: git-diff-cache -z -M --cached HEAD: /bin/sh: git-diff-cache: command not found

2005-11-30 Thread Frederic-Emmanuel PICCA
Package: commit-tool
Version: 0.3-1
Severity: grave
Justification: renders package unusable


Hello

It seems that the new git-core do not include a git-diff-cache command.

Have a nice day.

Frédéric

-- 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-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages commit-tool depends on:
ii  mercurial 0.7-6  Scalable distributed version contr
ii  python2.3.5-3An interactive high-level object-o
ii  python-qt33.15-3 Qt3 bindings for Python (default v

commit-tool recommends no packages.

-- no debconf information



Bug#341376: Xorg doesn't scan PCI buses above 0000

2005-11-30 Thread Giulio Sichel

Package: xserver-xorg
Version: 6.8.2.dfsg.1-10

Xorg doesn't scan all PCI dbuses, but just , avoiding the detection 
of my PCI graphic card (Voodoo Banshee), located on 0001.

I'm running kernel version 2.6.14.3 sparc64:

Mater:~# uname -a
Linux Mater 2.6.14.3 #1 Sat Nov 26 11:14:34 CET 2005 sparc64 GNU/Linux

and all PCI devices are detected:

Mater:~#  lspci -vvx
:80:00.0 Host bridge: Sun Microsystems Computer Corp. Psycho PCI Bus 
Module
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
ParErr+ Stepping- SERR+ FastB2B-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium 
TAbort- TAbort- MAbort+ SERR- PERR-

Latency: 64
00: 8e 10 00 80 46 01 a0 22 00 00 00 06 00 40 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

0001:00:00.0 Host bridge: Sun Microsystems Computer Corp. Psycho PCI Bus 
Module
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
ParErr+ Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium 
TAbort- TAbort- MAbort+ SERR- PERR-

Latency: 64
00: 8e 10 00 80 46 01 80 22 00 00 00 06 00 40 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

0001:00:01.0 Bridge: Sun Microsystems Computer Corp. EBUS (rev 01)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
ParErr+ Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium 
TAbort- TAbort- MAbort- SERR- PERR-
Latency: 80 (2500ns min, 6250ns max), Cache Line Size: 0x10 (64 
bytes)
Region 0: Memory at 01fff000 (32-bit, non-prefetchable) 
[size=16M]
Region 1: Memory at 01fff100 (32-bit, non-prefetchable) 
[size=8M]

Expansion ROM at 8300 [disabled] [size=16M]
00: 8e 10 00 10 46 01 80 02 01 00 80 06 10 50 80 00
10: 00 00 00 70 00 00 00 71 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 03 00 00 00 00 00 00 00 00 00 00 0a 19

0001:00:01.1 Ethernet controller: Sun Microsystems Computer Corp. Happy 
Meal (rev 01)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium 
TAbort- TAbort- MAbort- SERR- PERR-
Latency: 80 (2500ns min, 1250ns max), Cache Line Size: 0x10 (64 
bytes)

Interrupt: pin ? routed to IRQ 00673120
Region 0: Memory at 01ff80008000 (32-bit, non-prefetchable) 
[size=32K]

Expansion ROM at 8800 [disabled] [size=16M]
00: 8e 10 01 10 06 00 80 02 01 00 00 02 10 50 80 00
10: 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 08 00 00 00 00 00 00 00 00 20 00 0a 05

0001:00:02.0 Bridge: Sun Microsystems Computer Corp. EBUS (rev 01)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium 
TAbort- TAbort- MAbort- SERR- PERR-
Latency: 80 (2500ns min, 6250ns max), Cache Line Size: 0x10 (64 
bytes)

Interrupt: pin A routed to IRQ 
Region 0: Memory at 01ff8100 (32-bit, non-prefetchable) 
[size=16M]
Region 1: Memory at 01ff8200 (32-bit, non-prefetchable) 
[size=8M]

Expansion ROM at 8900 [disabled] [size=16M]
00: 8e 10 00 10 06 00 80 02 01 00 80 06 10 50 80 00
10: 00 00 00 01 00 00 00 02 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 09 00 00 00 00 00 00 00 00 00 01 0a 19

0001:00:02.1 Ethernet controller: Sun Microsystems Computer Corp. Happy 
Meal (rev 01)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- 
ParErr- Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium 
TAbort- TAbort- MAbort- SERR- PERR-
Latency: 80 (2500ns min, 1250ns max), Cache Line Size: 0x10 (64 
bytes)

Interrupt: pin B routed to IRQ 00672f20
Region 0: Memory at 01ff8280 (32-bit, non-prefetchable) 
[size=32K]

Expansion ROM at 8a00 [disabled] [size=16M]
00: 8e 10 01 10 06 00 80 02 01 00 00 02 10 50 80 00
10: 00 00 80 02 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 0a 00 00 00 00 00 00 00 00 20 02 0a 05

0001:00:03.0 SCSI storage controller: LSI Logic / Symbios Logic 53c875 
(rev 03)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- 
ParErr+ Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium 
TAbort- TAbort- MAbort- SERR- PERR-
Latency: 136 (4250ns min, 16000ns max), Cache Line Size: 0x10 
(64 bytes)

Interrupt: pin A routed to IRQ 

Bug#270374: status of this bug

2005-11-30 Thread Jon Dowland
Hi - the tag jiggery-pokery and the merge have confused me as to the
actual status of this bug. Please clarify, which of the following is
accurate?

1) gdm should depend on xterm, not x-terminal-emulator as it uses xterm
   explicitly in the `failsafe' choice and this isn't going to be
   changed.

2) gdm should depend on x-terminal-emulator, the failsafe option should
   be fixed to execute that (which is guaranteed to be available,
   whereas xterm is not)

3) something else [please clarify]

In the case of 1) and 2) I don't think `wontfix' is appropriate.

-- 
Jon Dowland
http://jon.dowland.name/


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



Bug#300267: nload: Patch for #300267 (64-bit kernel problems)

2005-11-30 Thread Roland Riegel
Am Dienstag, 29. November 2005 22:15 schrieb Jeroen van Wolffelaar:
 On Thu, Sep 22, 2005 at 11:56:11PM +0100, Paul Brook wrote:
  The attached patch should fix this bug.  It makes nload use 64-bit
  counters for total traffic, even on 32-bit hosts.
 
  Per-interval measurememnts will probably still wrap at 2^32 but that's
  harmless, and a much more invasive fix.
 
  Tested on i386 userland/amd64 kernel.

 Thanks, I've just uploaded 0.6.0-3 with this patch included.

 Ronald, please find below a quite minimal-changes patch to help nload into
 the 64-bit world. I auditted it, and it's sane, safe and to the best of my
 knowledge, correct.

 Also, there are a number of wishlists on nload, I do not know whether
 you're still interested in them and/or are planning to implement further
 features to nload, but if you do, you can find the requests at
 http://bugs.debian.org/nload .


Hi Jeroen,

thanks for the patch and for the link to the wishlist items.

I am still interested in nload and am currently rewriting it to support things 
like remote monitoring, logging and replay.

The problem is, I am currently quite busy with studying, so I have no schedule 
when I might have completed a new nload release. Maybe I will release a 
development version in the meantime.

Greetings,
Roland


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



Bug#295537: ipvsadm: ActiveConn reports silly numbers

2005-11-30 Thread Dr A V Le Blanc
I can confirm that the problem still exists with 2.6.14.2.  I did not
get a reply the last time I reported the configurations, so I'm resending.
Our system uses keepalived to manage web, ssh, ftp, telnet, and rsync
connections.  The web connection is by far the heaviest, with about
300 active connections at the quietest period, going up to well over
a thousand at peak times.  We use direct routing, using private IP
addresses (xxx.local, 10.2.xxx).  First, here is the result of
ipvsadm on a 2.4 system at the moment:

IP Virtual Server version 1.0.12 (size=4096)
Prot LocalAddress:Port Scheduler Flags
  - RemoteAddress:Port   Forward Weight ActiveConn InActConn
TCP  publ.mcc.ac.uk:ssh wlc
  - pascal.local:ssh Route   8  1  0
  - euclid.local:ssh Route   8  1  1
TCP  publ.mcc.ac.uk:telnet wlc
  - pascal.local:telnet  Route   8  0  0
  - euclid.local:telnet  Route   8  0  0
TCP  publ.mcc.ac.uk:ftp wlc persistent 50
  - boole.local:ftp  Route   8  2  51
TCP  farm.mcc.ac.uk:www wlc
  - zethos.local:www Route   16 79 199
  - cauchy.local:www Route   8  41 112
  - pliny.local:www  Route   8  40 116
  - thales.local:www Route   8  40 119
  - kepler.local:www Route   8  41 109
  - euler.local:www  Route   8  42 96
  - brahe.local:www  Route   8  40 116
TCP  jfarm.mc.man.ac.uk:www wlc
TCP  farm.mcc.ac.uk:rsync wlc
  - briseis.local:rsync  Route   8  0  0

Then, here is ipvsadm-save:

-A -t publ.mcc.ac.uk:ssh -s wlc
-a -t publ.mcc.ac.uk:ssh -r pascal.local:ssh -g -w 8
-a -t publ.mcc.ac.uk:ssh -r euclid.local:ssh -g -w 8
-A -t publ.mcc.ac.uk:telnet -s wlc
-a -t publ.mcc.ac.uk:telnet -r pascal.local:telnet -g -w 8
-a -t publ.mcc.ac.uk:telnet -r euclid.local:telnet -g -w 8
-A -t publ.mcc.ac.uk:ftp -s wlc -p 50
-a -t publ.mcc.ac.uk:ftp -r boole.local:ftp -g -w 8
-A -t farm.mcc.ac.uk:www -s wlc
-a -t farm.mcc.ac.uk:www -r zethos.local:www -g -w 16
-a -t farm.mcc.ac.uk:www -r cauchy.local:www -g -w 8
-a -t farm.mcc.ac.uk:www -r pliny.local:www -g -w 8
-a -t farm.mcc.ac.uk:www -r thales.local:www -g -w 8
-a -t farm.mcc.ac.uk:www -r kepler.local:www -g -w 8
-a -t farm.mcc.ac.uk:www -r euler.local:www -g -w 8
-a -t farm.mcc.ac.uk:www -r brahe.local:www -g -w 8
-A -t jfarm.mc.man.ac.uk:www -s wlc
-A -t farm.mcc.ac.uk:rsync -s wlc
-a -t farm.mcc.ac.uk:rsync -r briseis.local:rsync -g -w 8

Finally, here is the keepalived.conf file:

! Configuration File for keepalived

global_defs {
   notification_email {
 [EMAIL PROTECTED]
   }
   notification_email_from [EMAIL PROTECTED]
   smtp_server mailrouter.mcc.ac.uk
   smtp_connect_timeout 30
   lvs_id abel
}

vrrp_sync_group VG1 {
  group {
VI_1
  }
}

vrrp_instance VI_1 {
state MASTER
interface eth0
virtual_router_id 51
priority 100
advert_int 1
authentication {
auth_type PASS
auth_pass 
}
virtual_ipaddress {
130.88.203.156
130.88.203.157
}
}

virtual_server 130.88.203.155 80 {
delay_loop 6
lb_algo wlc
lb_kind DR
protocol TCP

real_server 10.2.32.13 80 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
real_server 10.2.32.14 80 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
}

virtual_server 130.88.203.157 80 {
delay_loop 6
lb_algo wlc
lb_kind DR
protocol TCP

real_server 10.2.32.3 80 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
real_server 10.2.32.6 80 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
real_server 10.2.32.9 80 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
real_server 10.2.32.12 80 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
real_server 10.2.32.15 80 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
real_server 10.2.32.4 80 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
real_server 10.2.32.29 80 {
weight 16
TCP_CHECK {
connect_timeout 6
}
}
}

virtual_server 130.88.203.156 22 {
delay_loop 6
lb_algo wlc
lb_kind DR
protocol TCP

real_server 10.2.32.5 22 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
real_server 10.2.32.11 22 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}
}

virtual_server 130.88.203.156 23 {
delay_loop 6
lb_algo wlc
lb_kind DR
protocol TCP

real_server 10.2.32.5 23 {
weight 8
TCP_CHECK {
connect_timeout 6
}
}

Bug#340619: mozilla-mplayer: Closing tab with mplayerplug-in in crashes firefox and mozilla

2005-11-30 Thread Niklas Jakobsson
It tried uninstalling all plugins but mplayerplug-in, still no luck...

 /Nico

On tor, 2005-11-24 at 11:26 -0500, Ari Pollak wrote:
 Do you have any other plugins installed as well?
 
 Niklas Jakobsson wrote:
  Package: mozilla-mplayer
  Version: 3.15-1
  Severity: grave
  Justification: renders package unusable
  
  Closing a tab with mplayerplug-in in crashes mozilla and firefox with
  Segmentation fault, before i upgraded to 3.15 this used to happen
  every now and then but now it happens every time i load a page which has
  a movie which uses mplayerplug-in. I have also tried with a clean
  install and it still happens.
  
  I have tried:
  Firefox 1.0.7
  Firefox 1.5rc3
  Mozilla 1.7.12
  
  All the same...
  
   /Nico
  
  -- 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.14
  Locale: LANG=C, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
  
  Versions of packages mozilla-mplayer depends on:
  ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
  ii  libc6  2.3.5-8   GNU C Library: Shared 
  libraries an
  ii  libgcc11:4.0.2-4 GCC support library
  ii  libglib2.0-0   2.8.4-2   The GLib library of C routines
  ii  libgtk2.0-02.6.10-2  The GTK+ graphical user 
  interface 
  ii  libice66.8.2.dfsg.1-10   Inter-Client Exchange library
  ii  libpango1.0-0  1.8.2-3   Layout and rendering of 
  internatio
  ii  libsm6 6.8.2.dfsg.1-10   X Window System Session 
  Management
  ii  libstdc++6 4.0.2-4   The GNU Standard C++ Library v3
  ii  libx11-6   6.8.2.dfsg.1-10   X Window System protocol 
  client li
  ii  libxext6   6.8.2.dfsg.1-10   X Window System miscellaneous 
  exte
  ii  libxpm46.8.2.dfsg.1-10   X pixmap library
  ii  libxt6 6.8.2.dfsg.1-10   X Toolkit Intrinsics
  ii  mozilla-browse 2:1.7.12-1The Mozilla Internet 
  application s
  ii  mozilla-firefo 1.4.99+1.5rc3.dfsg-1  lightweight web browser based 
  on M
  ii  mplayer-586 [m 1:1.0-pre7cvs20051102-0.0 The Ultimate Movie Player For 
  Linu
  ii  xlibs  6.8.2.dfsg.1-10   X Window System client 
  libraries m
  
  mozilla-mplayer recommends no packages.
  
  -- no debconf information
  
 




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



Bug#341332: libiiimp1: fails to install

2005-11-30 Thread Roger So
On 11/30/05, Miles Bader [EMAIL PROTECTED] wrote:
  The iiimf-server bug looks more serious, though.

 Maybe reassign this bug to iiimf-server?  The upshot is that it won't
 install.

Eck, libiiimutils0 only existed in older iiimf packages in unstable...
I thought nobody was using them, guess I was wrong ;)

Expect a newer iiimf-server that Conflicts/Replaces libiiimutils0 soon.

Thank you for reporting,
Roger



Bug#341377: lsb-core depends on (lpr) AND (lprng | cupsys-client)

2005-11-30 Thread giuseppe bonacci
Package: lsb-core
Version: 3.0-11
Severity: important


- lsb-core depends on (lpr) AND (lprng | cupsys-client)
- lprng and cupsys-client conflict with lpr
- lprng and cupsys-bsd provide lpr

as a result, installing lsb-core (or any of the lsb-* packages that depend
on lsb-core) forces removing lpr in favour of lprng or (cupsys-client +
cupsys-bsd), which is both useless and annoying.

why doesn't lsb-core depend simply on (lpr | cupsys-client)?

best regards
-- gb

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
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 lsb-core depends on:
ii  alien8.59install non-native packages with d
ii  at   3.1.9   Delayed job execution and batch pr
ii  bc   1.06-19 The GNU bc arbitrary precision cal
ii  binutils 2.16.1-2The GNU assembler, linker and bina
ii  bsdmainutils 6.1.2   collection of more utilities from 
ii  bsdutils 1:2.12p-8   Basic utilities from 4.4BSD-Lite
ii  cpio 2.6-9   GNU cpio -- a program to manage ar
ii  cron 3.0pl1-92   management of regular background p
ii  debconf [debconf 1.4.59  Debian configuration management sy
ii  ed   0.2-20  The classic unix line editor
ii  exim4-daemon-lig 4.54-2  lightweight exim MTA (v4) daemon
ii  file 4.15-2  Determines file type using magic
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libc6-dev [libc- 2.3.5-8 GNU C Library: Development Librari
ii  locales  2.3.5-8 GNU C Library: National Language (
ii  lprng [lpr]  3.8.28-3.0.1lpr/lpd printer spooling system
ii  lsb-base 3.0-11  Linux Standard Base 3.0 init scrip
ii  lsb-release  3.0-11  Linux Standard Base version report
ii  m4   1.4.4-1 a macro processing language
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  make 3.80-11 The GNU version of the make util
ii  man-db   2.4.3-3 The on-line manual pager
ii  mawk 1.3.3-11a pattern scanning and text proces
ii  ncurses-term 5.5-1   Additional terminal type definitio
ii  passwd   1:4.0.13-7  change and administer password and
ii  patch2.5.9-2 Apply a diff file to an original
ii  pax  1:1.5-15Portable Archive Interchange
ii  procps   1:3.2.5-1   /proc file system utilities
ii  psmisc   21.8-1  Utilities that use the proc filesy
ii  python   2.3.5-3 An interactive high-level object-o
ii  rsync2.6.6-1 fast remote file copy program (lik
ii  zlib1g [libz1]   1:1.2.3-8   compression library - runtime

lsb-core recommends no packages.

-- debconf information excluded


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



Bug#341378: kernel 2.6.12 and 2.6.14 crash on boot loading usb drivers on a sis chipset

2005-11-30 Thread giorgiove
Package: kernel
Severity: critical
Justification: breaks the whole system



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 With new udev (I reported to udev maintainer but it says it's a kernel 
problem) the kernel doesn't' boot anymore making a mess of usb tree as 
described in the log file I attached below. the only way is to deinnstall udev 
and use old hotplug


Nov 30 10:51:26 localhost kernel: VFS: Mounted root (cramfs filesystem) 
readonly.
Nov 30 10:51:26 localhost kernel: Freeing unused kernel memory: 180k freed
Nov 30 10:51:26 localhost kernel: input: AT Translated Set 2 keyboard on 
isa0060/serio0
Nov 30 10:51:26 localhost kernel: Capability LSM initialized
Nov 30 10:51:26 localhost kernel: NET: Registered protocol family 1
Nov 30 10:51:26 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 
7.00alpha2
Nov 30 10:51:26 localhost kernel: ide: Assuming 33MHz system bus speed for PIO 
modes; override with idebus=xx
Nov 30 10:51:26 localhost kernel: SIS5513: IDE controller at PCI slot 
:00:02.5
Nov 30 10:51:26 localhost kernel: PCI: Found IRQ 11 for device :00:02.5
Nov 30 10:51:26 localhost kernel: SIS5513: chipset revision 0
Nov 30 10:51:26 localhost kernel: SIS5513: not 100%% native mode: will probe 
irqs later
Nov 30 10:51:26 localhost kernel: SIS5513: SiS 962/963 MuTIOL IDE UDMA133 
controller
Nov 30 10:51:26 localhost kernel: ide0: BM-DMA at 0x9400-0x9407, BIOS 
settings: hda:DMA, hdb:pio
Nov 30 10:51:26 localhost kernel: ide1: BM-DMA at 0x9408-0x940f, BIOS 
settings: hdc:DMA, hdd:pio
Nov 30 10:51:26 localhost kernel: Probing IDE interface ide0...
Nov 30 10:51:26 localhost kernel: hda: Maxtor 6Y080L0, ATA DISK drive
Nov 30 10:51:26 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Nov 30 10:51:26 localhost kernel: Probing IDE interface ide1...
Nov 30 10:51:26 localhost kernel: hdc: CD-224E, ATAPI CD/DVD-ROM drive
Nov 30 10:51:26 localhost kernel: ide1 at 0x170-0x177,0x376 on irq 15
Nov 30 10:51:26 localhost kernel: Probing IDE interface ide2...
Nov 30 10:51:26 localhost kernel: Probing IDE interface ide3...
Nov 30 10:51:26 localhost kernel: Probing IDE interface ide4...
Nov 30 10:51:26 localhost kernel: Probing IDE interface ide5...
Nov 30 10:51:26 localhost kernel: hda: max request size: 128KiB
Nov 30 10:51:26 localhost kernel: hda: 160086528 sectors (81964 MB) w/2048KiB 
Cache, CHS=65535/16/63, UDMA(100)
Nov 30 10:51:26 localhost kernel: hda: cache flushes supported
Nov 30 10:51:26 localhost kernel:  /dev/ide/host0/bus0/target0/lun0: p1 p2 p3  
p5 p6  p4
Nov 30 10:51:26 localhost kernel: EXT3-fs: INFO: recovery required on readonly 
filesystem.
Nov 30 10:51:26 localhost kernel: EXT3-fs: write access will be enabled during 
recovery.
Nov 30 10:51:26 localhost kernel: kjournald starting.  Commit interval 5 seconds
Nov 30 10:51:26 localhost kernel: EXT3-fs: recovery complete.
Nov 30 10:51:26 localhost kernel: EXT3-fs: mounted filesystem with ordered data 
mode.
Nov 30 10:51:26 localhost kernel: hdc: ATAPI 24X CD-ROM drive, 128kB Cache, 
UDMA(33)
Nov 30 10:51:26 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Nov 30 10:51:26 localhost kernel: input: PC Speaker
Nov 30 10:51:26 localhost kernel: Real Time Clock Driver v1.12
Nov 30 10:51:26 localhost kernel: parport: PnPBIOS parport detected.
Nov 30 10:51:26 localhost kernel: parport0: PC-style at 0x378, irq 7 
[PCSPP,TRISTATE,EPP]
Nov 30 10:51:26 localhost kernel: Floppy drive(s): fd0 is 1.44M
Nov 30 10:51:26 localhost kernel: mice: PS/2 mouse device common for all mice
Nov 30 10:51:26 localhost kernel: FDC 0 is a post-1991 82077
Nov 30 10:51:26 localhost kernel: Linux agpgart interface v0.101 (c) Dave Jones
Nov 30 10:51:26 localhost kernel: agpgart: Detected SiS 650 chipset
Nov 30 10:51:26 localhost kernel: agpgart: AGP aperture is 64M @ 0xe800
Nov 30 10:51:26 localhost kernel: usbcore: registered new driver usbfs
Nov 30 10:51:26 localhost kernel: usbcore: registered new driver hub
Nov 30 10:51:26 localhost kernel: i2c-sis96x version 1.0.0
Nov 30 10:51:26 localhost kernel: sis96x_smbus :00:02.1: SiS96x SMBus base 
address: 0x8100
Nov 30 10:51:26 localhost kernel: PCI: setting IRQ 11 as level-triggered
Nov 30 10:51:26 localhost kernel: PCI: Assigned IRQ 11 for device :00:03.3
Nov 30 10:51:26 localhost kernel: ehci_hcd :00:03.3: Silicon Integrated 
Systems [SiS] USB 2.0 Controller
Nov 30 10:51:26 localhost kernel: ehci_hcd :00:03.3: new USB bus 
registered, assigned bus number 1
Nov 30 10:51:26 localhost kernel: ehci_hcd :00:03.3: irq 11, io mem 
0xec004000
Nov 30 10:51:26 localhost kernel: PCI: cache line size of 128 is not supported 
by device :00:03.3
Nov 30 10:51:27 localhost kernel: ehci_hcd :00:03.3: USB 2.0 initialized, 
EHCI 1.00, 

Bug#308111: [Bins] Re: outputs Copyright information as Latin-1 even on UTF-8 terminals

2005-11-30 Thread Martin Michlmayr
* Jérôme Sautret [EMAIL PROTECTED] [2005-11-29 23:47]:
 The use open ':locale'; breaks lots of stuffs in HTML generation. I
 guess the open pragma conflicts with the explicit encoding handling
 done with Iconv. I've corrected the copyright problem with Iconv and
 I've tested it succefully with [EMAIL PROTECTED] and fr_FR.UTF-8 so it should
 be OK now.

Thanks a lot!
-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#341255: wmfire: Similar problem here...

2005-11-30 Thread Ken Chavanu
Followup-For: Bug #341255
Package: wmfire
Version: 1.2.2-1

When launching from the dock, a small, extra window appears. If lauched 
without -b, the extra window is solid blue-gray and the fire is 
displayed in the dock. If lauched with -b, the dockapp is blue-gray and 
the fire is displayed in the extra window.

For me, the last version I remember working correctly was 1.2.1-4. The 
window issue didn't exist, but IIRC, I was using a custom-build deb as 
the smp support didn't work on my system when using the supplied binary 
package.

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

Versions of packages wmfire depends on:
ii  libc6   2.3.5-8  GNU C Library: Shared libraries an
ii  libglib2.0-02.8.4-1  The GLib library of C routines  
ii  libgtk2.0-0 2.6.10-2 The GTK+ graphical user interface 
ii  libgtop2-5  2.10.2-1 Libraries for gtop system monitori
ii  libpango1.0-0   1.8.2-3  Layout and rendering of internatio
ii  libx11-66.8.2.dfsg.1-10 X Window System protocol
ii  libxext66.8.2.dfsg.1-10 X Window System misc
ii  xlibs   6.8.2.dfsg.1-10 X Window System client

wmfire recommends no packages.

-- debconf-show failed


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



Bug#341255: wmfire: does not start correctly

2005-11-30 Thread David Vernazobres
Well the -b flag, cross the behaviour. The fire are in the place of the
blue square, the blue square in the place of the fire.
I'm downgrading the wmfire to find the last working version.

David Vernazobres

On Tue, Nov 29, 2005 at 11:38:13AM -0500, Charles Fry wrote :
  When I launch wmfire from my dock, the wmfire launch itself but not like 
  before in the dock, but now in the running part of the screen (bottom for 
  me), and the dock icon is clicked in grey. The annoying thing is a blue 
  square of the same size in blue on my screen. The blue square is only 
  visible on the Workspace where I start-it. 
  When it's not clear I can send a screen shot of this region of my screen.
 
 What happens when you launch wmfire with the -b flag?
 
 Can you verify which previous version of wmfire worked for you?
 
 thanks,
 Charles
 
 -- 
 Shaving brushes
 Soon will
 Be trimmin'
 Those screwy hats
 We see on wimmin
 Burma-Shave
 http://burma-shave.org/jingles/1939/shaving_brushes



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



Bug#341379: gnome-apt: please rebuild against libapt-pkg-libc6.3-6.3.11

2005-11-30 Thread Steve Langasek
Package: gnome-apt
Version: 0.4.8-1
Severity: grave

Hi Filip,

Since gnome-apt has previously been binNMUed (on powerpc) using the old
binNMU version scheme, it is not possible to binNMU it under the new
versioning scheme.  Since apt has just bumped its library version to
libapt-pkg-libc6.3-6-3.11, a sourceful upload of gnome-apt is needed.
Please upload at your earliest convenience.

Thanks,
-- 
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#341380: lilo-installer cannot handle image in /boot

2005-11-30 Thread MeDon
Package: lilo-installer
Version: 1.14
Severity: important


(Architecture i386)

Hi,

I've set 

d-i debian-installer/kernel/linux/link_in_boot boolen true 

in my preseeds. however, lilo-installer creates a lilo.conf with
image=/vmlinuz hardcoded. Hence, lilo-installer fails.

I've created my own script to install lilo. It searchs kernel:

unset IMAGE IMAGE_OLD INITRD INITRD_OLD
# Find vmlinuz and initrd.img
if [ -f /target/boot/vmlinuz ]; then
  IMAGE=/boot/vmlinuz
  IMAGE_OLD=${IMAGE}.old
  if [ -f /target/boot/initrd.img ]; then
INITRD=initrd=/boot/initrd.img
INITRD_OLD=${INITRD}.old
  fi
elif [ -f /target/vmlinuz ]; then
  IMAGE=/vmlinuz
  IMAGE_OLD=${IMAGE}.old
  if [ -f /target/initrd.img ]; then
INITRD=initrd=/initrd.img
INITRD_OLD=${INITRD}.old
  fi
fi
[ -n ${IMAGE} ] || Some error  !!!

and then a pies of cat  /target/etc/lilo.conf EOF looks like:

image=${IMAGE}
label=Linux
read-only
#   restricted
#   alias=1
${APPEND}
${INITRD}


image=${IMAGE_OLD}
label=LinuxOLD
read-only
optional
#   restricted
#   alias=2
${APPEND}
${INITRD_OLD}



Cheers
 Ondra Medek


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)


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



Bug#337759: xsmbrowser [INTL:l10n] Portuguese translation for xsmbrowser's debconf messages

2005-11-30 Thread Emmanuel 'mms' le Chevoir
Hi, 

(I'm sorry, I'm lagging a bit)

You sent me the wrong file, this is vtun's template translation.
Can you send me the right file for xsmbrowser please ?

Thanks a lot,

-- 
Emmanuel le Chevoir


pgpWF45t95chc.pgp
Description: PGP signature


Bug#341322: laptop-mode-tools thinks my / is not ext3 or not mountet as ext3

2005-11-30 Thread Bart Samwel

Andreas Pakulat wrote:

since the last upgrade of laptop-mode-tools (to version 1.11-1)
laptop-mode-tools always issues a BIG FAT WARNING during boot and when
I restart it manually.

The problem seems to be that it cannot remount / setting another
commit-timeout. Now my Kernel has ext3 support built into it, it mounts
/ as ext3 and I do not see any option indicating a specific kernel
option to disable the commit Option.

I have other ext3 partitions that don't seem to issue any warning.


Hmmm, if it issues this warning then your root filesystem probably 
*isn't* mounted as ext3 for some reason. Otherwise laptop-mode-tools 
would be able to remount with a different commit interval.


You say that your kernel has ext3 support built-in, but are you sure 
ext3 is not built as a module?


Could you do the following:
1. Show me the entries for your root fs in /proc/mounts, /etc/mtab and 
/etc/fstab?

2. Do a mount / -o remount,commit=600 and show me the output.

--Bart


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



Bug#341381: grub: Grub shell cannot find hard disk

2005-11-30 Thread Sven Joachim

Package: grub
Version: 0.97-1
Severity: important

After updating Grub to version 0.97-1, grub-install /dev/hda failed
with the error message

The file /boot/grub/stage1 not read correctly.

The following log is left in /tmp:


GNU GRUB  version 0.97  (640K lower / 3072K upper memory)

   [ Minimal BASH-like line editing is supported.   For
 the   first   word,  TAB  lists  possible  command
 completions.  Anywhere else TAB lists the possible
 completions of a device/filename. ]
grub dump (hd0,2)/grub/stage1 /tmp/grublr2v3E

Error 21: Selected disk does not exist
grub quit


Running grub manually gives the same Error 21 when typing root (hd0,2),
for instance.  I am not certain how severe this problem is; since I had
used Grub before and the stage* files have been correctly copied to the
directory /boot/grub by grub-install, it did not break anything for me.
But it could be a _big_ problem if Grub is not yet installed on the hard
disk. :-(

The file /boot/grub/device.map looks as follows:

(fd0)   /dev/fd0
(hd0)   /dev/hda


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

Versions of packages grub depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

grub recommends no packages.

-- no debconf information




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



Bug#341382: Sarge: directory cdebconf with 0777 permissions

2005-11-30 Thread Martynas Domarkas
Package: debian-installer
Version: ???

After installation of Sarge, directory
/var/log/debian-installer/cdebconf/ is left
with 0777 permissions.

cat /etc/debian_version
3.1

Sorry if it is a feature.

M.




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



Bug#341383: lilo-installer fails to find LVM group

2005-11-30 Thread MeDon
Package: lilo-installer
Version: 1.14
Severity: normal


(Architecture i386)

Hi,

I have my own script to partition disc. It create a root LVM volume
/dev/lvmsys/root and mout it as

mount /dev/lvmsys/root /target

However, lilo-installer assumes that an LVM volume is mounted as

mount /dev/mapper/

So, the function lvm_vg () in postinst does not recognise that root is
mounted on LVM (in my case). I've chenged lvm_vg() to

lvm_vg () {
  # Map from /dev/mapper/vg-lv to /dev/vg/lv for
  # Dup of code in partman.
  vglv=${1#/dev/mapper/}
  if [ $vglv != $1 ]; then
vglv=$(echo $vglv | sed -e 's/\([^-]\)-\([^-]\)/\1 \2/' | sed -e 
's/--/-/g')
vg=$(echo $vglv | cut -d  -f1)
lv=$(echo $vglv | cut -d  -f2)
lvdisplay -c /dev/$vg/$lv 2/dev/null | cut -d: -f2
  else
lvdisplay -c $1 2/dev/null | cut -d: -f2
  fi
}

and now it works OK for both cases.


Cheers
Ondra Medek

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)


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



Bug#338643: 338643: fix for yaboot

2005-11-30 Thread Colin Watson
On Tue, Nov 29, 2005 at 10:17:46PM +, Ken Moffat wrote:
  The yaboot problem on my G5 is actually in the ofpath script - BenH's 
 tidying-up of the /proc/device-tree symlinks triggers an old error trap. 
 Attached patch from fedora fixes it for me on my (non-debian) build from 
 source.

This patch has already been applied to Debian yaboot, although it might
make sense to remove this check from the chrp() function as well.

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#341125: sysutils: bogomips exits with value 17

2005-11-30 Thread Sven Joachim

Florian Ernst wrote:


Nonetheless this patch could be forwarded upstream. I could do this
for you, but if you want to get full credit from upstream you should
rather do so yourself.


I have done that now, hoping that the author's e-mail address is still
valid (the last update of bogomips was four years ago, after all).






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



Bug#341176: Fw: Bug#341176: LIBXV1

2005-11-30 Thread David Martínez Moreno
El martes, 29 de noviembre de 2005 18:45, Pedro escribió:

Please, Pedro. Do *not* write to [EMAIL PROTECTED] if you do not have 
to.

 When I try apt-get install libxv1 I see :

 Unpacking libvx1 (from ---/libxv1-6.8.2.dfsg.1-7_i386.deb)
 dpkg error processing
 /var/cache/apt/archives/libvx1-6.8.2.dfsg.1-7_i386.deb (---unpack)
 trying  to overwrite '/usr/x11r6/lib/libxv.so.1.0'  which is also in
 package xlibs

This has no sense, could you please run

dpkg -l xlibs xlibs-data libxv1 xserver-xfree86 xserver-xorg

and send to [EMAIL PROTECTED] (only) the output?

Best regards,


Ender.
-- 
- ¿Cuál es el futuro perfecto de AMAR?
- ¡Hijitos!
-- Susanita (Mafalda).
--
Desarrollador de Debian
Debian developer


pgpCRhq1G1qDN.pgp
Description: PGP signature


Bug#341264: adduser: French debconf templates translation

2005-11-30 Thread Thomas Huriaux
Hi,

Aurelien Ricard [EMAIL PROTECTED] (29/11/2005):
 
 Please find attached the French debconf templates translation,
 proofread by the debian-l10n-french mailing list contributors.
 
 This file should be put as debian/po/fr.po in your package build tree.
 

This file is of course not the debconf templates, but the program
translation, which should be put in the po directory and not in the
debian/po directory.

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#341380: lilo-installer cannot handle image in /boot

2005-11-30 Thread Frans Pop
On Wednesday 30 November 2005 11:31, MeDon wrote:
 I've created my own script to install lilo. It searchs kernel:

Thanks very much for your contribution.

One question: will your proposed code also work if /boot is on a separate 
partition?

Cheers,
FJP


pgp9uoXYgyjsB.pgp
Description: PGP signature


Bug#339030: svlogd appends extra newline to lines logged to file if also logging to udp

2005-11-30 Thread Gerrit Pape
tags 339030 + patch pending
quit

On Mon, Nov 14, 2005 at 04:57:12PM +0100, Andras Korn wrote:
 I recently started seeing extra newlines between the messages in my system
 logs (logged via socklog and svlogd). stracing svlogd I see this (sorry
[...]

 As you can see, the line as read from stdin only had one \n at the end; it
 was then transmitted via udp to a log server, still with only one \n at the
 end; and then, it was logged to a file with an extra \n.
 
 The config file for the relevant log directory reads:
 
 --- cut here ---
 s50
 n25
 -*
 +*:*:*:* amavis*
 +*: amavis*
 !/usr/local/sbin/multilogcheck amavis
 uIP.OF.LOG.SERVER
 --- cut here ---
 
 If I remove the last line (uIP.OF.LOG.SERVER), the extra newline is no
 longer appended.

Yes, I can reproduce this, thanks for the good report.  Here's a patch
that should fix it; I'll include it into the next package upload.

Thanks, Gerrit.
Index: src/svlogd.c
===
RCS file: /cvs/runit/src/svlogd.c,v
retrieving revision 1.16
diff -u -r1.16 svlogd.c
--- src/svlogd.c11 Jul 2005 11:53:46 -  1.16
+++ src/svlogd.c30 Nov 2005 10:49:09 -
@@ -784,9 +784,9 @@
sizeof(dir[i].udpaddr)) != linelen) {
   buffer_puts(dir[i].b, warning: failure sending through udp: );
   buffer_put(dir[i].b, line, linelen);
-  buffer_put(dir[i].b, \n, 1);
   buffer_flush(dir[i].b);
 }
+   if (line[linelen -1] == '\n') --linelen;
   }
 }
 if (! dir[i].udponly) {


Bug#336582: Upgrade

2005-11-30 Thread Thijs Kinkhorst
Hello Laurent,

 Could you upgrade quickly? This bug is open for 29 days and involve
 security problems...

Coincidentally we were already working on it, and the fix has been
uploaded to Debian last night.


bye,
Thijs


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


Bug#341384: [INTL:gl] Galician translation of discover1

2005-11-30 Thread Jacobo Tarrio
Package: discover1
Severity: wishlist
Tags: l10n patch

Find it attached to this bug report.
# Galician translation of HardDrake.
# Copyright (C) 2000 Jesús Bravo Álvarez.
# Copyright (C) 2000 MandrakeSoft
# Jesús Bravo Álvarez [EMAIL PROTECTED], 2000
# Jacobo Tarrío Barreiro [EMAIL PROTECTED], 2005
#
msgid 
msgstr 
Project-Id-Version: detect 0.9.70\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-06-28 09:54-0700\n
PO-Revision-Date: 2005-11-30 12:02+0100\n
Last-Translator: Jacobo Tarrio [EMAIL PROTECTED]\n
Language-Team: Galician [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: lib/calls.c:92
msgid Can't run following command: 
msgstr Non se pode executar a seguinte orde: 

#: lib/calls.c:99
#, c-format
msgid Something is wrong\n
msgstr Hai algo mal\n

#: lib/cdrom.c:37
#, c-format
msgid 
\n
Probing CDROM drive...\n
msgstr 
\n
A sondear a unidade de CD-ROM...\n

#: lib/cdrom.c:44
#, c-format
msgid \tProbing ATAPI/IDE cdrom drive...\n
msgstr \tA sondear a unidade de cdrom ATAPI/IDE...\n

#: lib/cdrom.c:73
#, c-format
msgid \tProbing SCSI cdrom drive...\n
msgstr \tA sondear a unidade de cdrom SCSI...\n

#. Note to translators: This are the device types, as they will be
#. shown e.g. in HardDrake's device list
#: lib/conv.c:225
msgid CPU
msgstr CPU

#: lib/conv.c:226
msgid Memory
msgstr Memoria

#: lib/conv.c:227
msgid Floppy Drives
msgstr Unidades de Disquete

#: lib/conv.c:228
msgid Disks
msgstr Discos

#: lib/conv.c:229
msgid CD-ROMs
msgstr CD-ROMs

#: lib/conv.c:230
msgid Tapes
msgstr Fitas

#: lib/conv.c:231
msgid Network Device Cards
msgstr Tarxetas de Rede

#: lib/conv.c:232
msgid Modem
msgstr Módem

#: lib/conv.c:233
msgid Videocards
msgstr Tarxetas de Vídeo

#: lib/conv.c:234
msgid TV Cards
msgstr Tarxetas de TV

#: lib/conv.c:235
msgid Soundcards
msgstr Tarxetas de Son

#: lib/conv.c:236
msgid Mouse
msgstr Rato

#: lib/conv.c:237
msgid Printer
msgstr Impresora

#: lib/conv.c:238
msgid Scanner
msgstr Escáner

#: lib/conv.c:239
msgid Other Devices
msgstr Outros Dispositivos

#: lib/conv.c:240
msgid IDE Interfaces
msgstr Interfaces IDE

#: lib/conv.c:241
msgid SCSI Interfaces
msgstr Interfaces SCSI

#: lib/conv.c:242
msgid USB Interfaces
msgstr Interfaces USB

#: lib/conv.c:243
msgid Joystick
msgstr Joystick

#: lib/conv.c:244
msgid ISDN Adapters
msgstr Adaptadores RDSI

#: lib/conv.c:245
msgid WebCams
msgstr Webcams

#: lib/conv.c:246
msgid Bridge
msgstr Ponte

#: lib/conv.c:247
msgid Unknown Devices
msgstr Dispositivos Descoñecidos

#: lib/cpu.c:44
#, c-format
msgid 
\n
Probing CPU...\n
msgstr 
\n
A sondear a CPU...\n

#: lib/cpu.c:55 lib/cpu.c:134
#, c-format
msgid \tFound %s %s\n
msgstr \tAtopouse %s %s\n

#: lib/disk.c:88
#, c-format
msgid \t\tFound %s %s on %s\n
msgstr \t\tAtopouse %s %s en %s\n

#: lib/ethernet.c:58
#, c-format
msgid 
\n
Probing ethernet card...\n
msgstr 
\n
A sondear a tarxeta ethernet...\n

#: lib/ethernet.c:65
#, c-format
msgid \tProbing PCI ethernet card...\n
msgstr \tA sondear a tarxeta ethernet PCI...\n

#: lib/ethernet.c:85 lib/ethernet.c:181 lib/ethernet.c:248 lib/floppy.c:267
#, c-format
msgid \t\tFound %s %s\n
msgstr \t\tAtopouse %s %s\n

#: lib/ethernet.c:94
#, c-format
msgid \tProbing ISA ethernet card...\n
msgstr \tA sondear a tarxeta ethernet ISA...\n

#: lib/ethernet.c:130
#, c-format
msgid \tProbing SBUS ethernet card...\n
msgstr \tA sondear a tarxeta ethernet SBUS...\n

#: lib/ethernet.c:161
#, c-format
msgid \tProbing PCMCIA ethernet card...\n
msgstr \tA sondear a tarxeta ethernet PCMCIA...\n

#: lib/ethernet.c:192 lib/floppy.c:211
#, c-format
msgid \tProbing PowerPC interface...\n
msgstr \tA sondear a interface PowerPC...\n

#: lib/floppy.c:67
#, c-format
msgid 
\n
Probing floppy drive...\n
msgstr 
\n
A sondear a unidade de disquete...\n

#: lib/floppy.c:74
#, c-format
msgid \tProbing FDC floppy drive...\n
msgstr \tA sondear a unidade de disquete FDC...\n

#: lib/floppy.c:105 lib/floppy.c:173 lib/floppy.c:200
#, c-format
msgid \t\tFound %s on %s\n
msgstr \t\tAtopouse %s en %s\n

#: lib/floppy.c:139
#, c-format
msgid \t\tFound %s
msgstr \t\tAtopouse %s

#: lib/floppy.c:149
#, c-format
msgid \tProbing IDE floppy drive...\n
msgstr \tA sondear a unidade de disquete IDE...\n

#: lib/floppy.c:182
#, c-format
msgid \tProbing SCSI floppy drive...\n
msgstr \tA sondear a unidade de disquete SCSI...\n

#: lib/isa.c:58 lib/isa.c:217
#, c-format
msgid !!! Error while trying to interrogate the ISA PnP cards !!!\n
msgstr ¡¡¡ Erro ao tentar preguntar ás tarxetas ISA PnP !!!\n

#: lib/isa.c:64
#, c-format
msgid !!! Error while trying to get IRQ/DMA information !!!\n
msgstr ¡¡¡ Erro ao tentar obter a información de IRQ/DMA !!!\n

#. Note to translators: `%s %s' = `PACKAGE VERSION'
#: lib/report.c:82
#, c-format
msgid This report has been generated by %s %s\n
msgstr Este informe xerouno %s %s\n

#: lib/report.c:100 lib/report.c:152 lib/report.c:175 lib/report.c:196
#: lib/report.c:217 lib/report.c:237 

Bug#341378: kernel 2.6.12 and 2.6.14 crash on boot loading usb drivers on a sis chipset

2005-11-30 Thread Maximilian Attems
On Wed, Nov 30, 2005 at 11:05:26AM +0100, giorgiove wrote:
 Package: kernel
 Severity: critical
 Justification: breaks the whole system
 

hmm as it works for others that severity seems midly exagerated,
leave it to other d-kernel maintainer.
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.14-2-686
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
  With new udev (I reported to udev maintainer but it says it's a
  kernel problem) the kernel doesn't' boot anymore making a mess of usb
  tree as described in the log file I attached below. the only way is
  to deinnstall udev and use old hotplug

please send in:
working dmesg after boot, lspci output.


--
maks


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



Bug#340314: [Pkg-cups-devel] Bug#340314: Cups starts and thenstops after 15 seconds

2005-11-30 Thread Richard Ibbotson

 It looks IPP port 631 for CUPS is bound by other application or 
cupsd couldn't be stopped correctly. Please check who binds a port by 
using lsof, such as 'lsof -i TCP:631'.  


# /etc/init.d/cups restart
cupsd: Child exited with status 98!
cups: unable to restart scheduler.
# lsof -i TCP:631
#  

nothing happens !


Nothing happens.  I have also tried to compile and install cups 1.2.2 
from source and the same error message comes up on the screen.   

# /etc/init.d/cupsys restart
Restarting Common Unix Printing System: cupsdcupsd: Child exited with 
status 98!
#   


Richard


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



Bug#341385: wip: Wip crashed on amd64 while generating a ps-file from FITS input

2005-11-30 Thread Oliver Cordes
Package: wip
Version: 2p3-7
Severity: important


wip crashed with while writing a ps-file on amd64 systems. Tracing the
coredump it seems that there is a bug in psdriv_ of the pgplot-library.
I can't check if there is a problem with wip or a general problem with
the pgplot-library. PNG output of wip is functioning!

Oliver


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.12.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages wip depends on:
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libedit2   2.9.cvs.20040827-1BSD editline and history libraries
ii  libg2c01:3.3.5-13Runtime library for GNU Fortran 77
ii  libgcc11:3.4.3-13GCC support library
ii  libncurses55.4-4 Shared libraries for terminal hand
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  pgplot55.2.2-6   large subroutine library for plott
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
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#341361: siptoolbox: libanimal-0.14.0.so.0 no longer availible

2005-11-30 Thread Steve Langasek
clone 341361 -1
reassign -1 animal0 0.14.3-1.1
severity -1 serious
retitle -1 animal0: ABI change without library package name change
thanks

On Wed, Nov 30, 2005 at 09:54:11AM +0100, Hakan Ardo wrote:
 Package: siptoolbox
 Version: 0.3.99rc2alpha3-2
 Severity: grave
 Justification: renders package unusable

 Hi,
 it is compiled agains libanimal-0.14.0.so.0, which is no longer availkible
 as animal0 is updated. Pleas recompile.

Then animal0 is the wrong name for this package.  You're not supposed to
just stick an arbitrary number on the end of your library package name, the
package name is supposed to *change* when the library's ABI/soname changes.
Please rename animal0 to libanimal-0.14.3-0, as suggested by lintian, and
*then* rebuild siptoolbox against the new version.

Thanks,
-- 
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#341387: beagle: option for index files to be stored elsewhere

2005-11-30 Thread joshua
Package: beagle
Version: 0.0.12-2
Severity: wishlist

/home is on a RAID1 logical volume with 30 days worth of daily backups
also on RAID1.  Since I don't mind loosing beagle's index files, they
are easy to regenerate, it would be better to store them on a simple
non-raid logical volume.  A debconf option would be great to specify the
beagle prefix to use by default.

-- System Information:
Debian Release: 3.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.14-b1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages beagle depends on:
ii  dbus-1-utils  0.23.4-3   simple interprocess messaging syst
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libevolution-cil  0.8-2  CLI bindings for Evolution
ii  libexif12 0.6.12-2   library to parse EXIF files
ii  libgcc1   1:4.0.2-4  GCC support library
ii  libgconf-cil  1.0.10-2   CLI binding for GConf
ii  libgecko-cil  0.6-3  CLI binding for the GtkMozEmbed li
ii  libglade-cil  1.0.10-2   CLI binding for the Glade librarie
ii  libglib-cil   1.0.10-2   CLI binding for the GLib utility l
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgmime2.1-cil   2.1.15-5   CLI binding for the MIME library, 
ii  libgnome-cil  1.0.10-2   CLI binding for GNOME
ii  libgnomeui-0  2.8.0-3The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgtk-cil1.0.10-2   CLI binding for the Gtk+ toolkit
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   4.3.0.dfsg.1-6 Inter-Client Exchange library
ii  libmono0  1.1.8.2-1  libraries for the Mono JIT
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libsm64.3.0.dfsg.1-6 X Window System Session Management
ii  libsqlite02.8.16-1   SQLite shared library
ii  libstdc++64.0.2-4The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-6 X Window System protocol client li
ii  libxss1   6.8.2.dfsg.1-3 X Screen Saver client-side library
ii  mono-classlib-1.0 1.1.8.2-1  Mono class library (1.0)
ii  mono-jit  1.1.8.2-1  fast CLI (.NET) JIT compiler for M
ii  xlibs 6.8.2.dfsg.1-3 X Window System client libraries m

-- no debconf information


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



Bug#341353: uniq: -t option stopped working

2005-11-30 Thread Michael Stone

On Wed, Nov 30, 2005 at 08:42:28AM +0200, era eriksson wrote:

There is no mention of this change in /usr/share/doc/coreutils/NEWS.gz
so I assume (and hope) that this was a mistake and not a conscious
decision. There's a cryptic mention of --separator in README.Debian
and a corresponding (but misspelled) note for version 5.93-1 in the
changelog.Debian.gz though.


That's the note you're looking for. It's gone.

Mike Stone


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



Bug#341362: asterisk: Missing build-dependency on doxygen

2005-11-30 Thread Caio Begotti
On Tuesday 29 November 2005 17:43, Jerome Warnier wrote:
 Justification: fails to build from source
 doxygen is needed to generate the documentation.

Here is my big patch for it. It also splits the package to -doc containing the 
Asterisk's API in HTML and decrease the adduser dependency version to 3.63, 
insteado of 3.64 (almost impossible to build cleanly on Sarge - backported):

http://caio.ueberalles.net/asterisk/1.2.0/asterisk_1.2.0.dfsg-4.diff.gz

-- 
Caio Begotti (caio1982)
http://caio.ueberalles.net


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



Bug#341388: ITP: libvmime -- a C++ mail library

2005-11-30 Thread Mattias Nordstrom
Package: wnpp
Severity: wishlist
Owner: Mattias Nordstrom [EMAIL PROTECTED]


* Package name: libvmime
  Version : 0.8.0
  Upstream Author : Vincent Richard [EMAIL PROTECTED]
* URL : http://www.vmime.org/
* License : GPL
  Description : a C++ mail library

 VMime is a powerful C++ class library for parsing, generating, or editing
 Internet RFC-[2]822 and MIME messages. VMime is designed to provide a fast
 and an easy way to manipulate Internet mail messages.
 .
 The recent releases of VMime also include support for using messaging
 protocols (POP3, IMAP, SMTP and maildir) with a lot of features supported:
 listing folders, downloading and adding messages to folders, extracting parts
 from message, getting and setting message flags, and a lot more.

-- 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-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#341389: uniq no longer accepts separator specification

2005-11-30 Thread Carlos Carvalho
Package: coreutils
Version: 5.93-5

uniq no longer has the option -t to specify the field separator. This
breaks compatibility with previous versions and is inconsistent with
other programs in the same package, like sort.


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



Bug#341390: ITP: ladder.app -- GNU Go frontend for GNUstep

2005-11-30 Thread Gürkan Sengün

Package: wnpp
Severity: wishlist

* Package name: ladder.app
 Version : 1.0
 Upstream Author : Banlu Kemiyatorn [EMAIL PROTECTED]
* URL : http://www.nongnu.org/gap/ladder/index.html
* License : GNU GPL
 Description : GNU Go frontend for GNUstep
 This is a graphically pleasing implementation of Go. It uses gnugo as its
engine and you must have a recent version of gnugo installed in order to 
run it.

.

Homepage: http://www.nongnu.org/gap/ladder/index.html


-- System Information:
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux ibook 2.4.23-ben1 #7 Sat Dec 27 11:20:38 CET 2003 ppc
Locale: LANG=POSIX, LC_CTYPE=POSIX



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



Bug#333653: Fixed upstream in CVS

2005-11-30 Thread Amaya
tags 333653 fixed-upstream
thanks

Upstream says this is fixed in CVS.

-- 
 .''`.   Follow the white Rabbit - Ranty (and Lewis Carroll)
: :' :   
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com


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



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

2005-11-30 Thread Marco d'Itri
On Nov 30, Paul Brossier [EMAIL PROTECTED] wrote:

 ok. i have 0.80 installing a /etc/udev/kino.rules as above, and linking
 to it from /etc/udev/rules.d/035_kino.rules.
 
 i don't think there is a need for the custom postinst/postrm for kino,
It's always needed.
Please DO NOT ship the rules.d/ symlink as a package file, this is wrong
because it does not allow the local administrator to delete or rename it
(maybe I should write a debhelper command...).
The link must be created by postinst:

[ $1 = configure -a -z $2 ]

and deleted by postrm:

[ $1 = purge ]

 ifeq (linux,$(DEB_HOST_ARCH_OS))
 dh_gencontrol -plibgphoto2-$(major) -- -Vudev-hotplug=udev | hotplug
 else
   dh_gencontrol -plibgphoto2-$(major)
 endif
 
 do i need to add such a thing too? 
Only if you care about non-linux architectures.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#341331: FTBFS for cross compilation

2005-11-30 Thread Nikita V. Youshchenko


 
 Package: gcc-3.4
 Version: 3.4.4-9
 
 When trying to build an IA64 cross-compiler from the gcc-3.4 source
 package on AMD64, I get, during the packaging stage...

There are also other problems related cross-compiler building from 
post-sarge packages.
I'm working on updates, please be patient.


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



Bug#341391: pike7.4: FTBFS on GNU/kFreeBSD

2005-11-30 Thread Petr Salinger
Package: pike7.4
Severity: important
Version: 7.4.341-2 
Tags: patch

Hi,

the current version fails to build on GNU/kFreeBSD.

Please find a small attached patch to fix that.

It would also be nice if you can ask upstream 
to include this changes into pike7.4 branch.

Thanks in advance

Petr
only in patch2:
unchanged:
--- pike7.4-7.4.341.orig/src/configure.in
+++ pike7.4-7.4.341/src/configure.in
@@ -655,7 +655,7 @@
 pike_cv_run_path_method=r
   fi
 ;;
-Linux\ 2.*)
+Linux\ 2.* | *kFreeBSD*)
   pike_cv_run_path_method=wl
 ;;
 UnixWare\ 7.*|OpenUNIX\ 8.*)
@@ -5939,6 +5939,7 @@
 DYNIX/ptx*) LDSHARED=ld -G;;
 next*) LDSHARED=$REALCC $CFLAGS -nostdlib -r;;
 Linux*) LDSHARED=$REALCC -shared;;
+GNU/kFreeBSD*) LDSHARED=$REALCC -shared;;
 GNU*) LDSHARED=ld -Bshareable;;
 FreeBSD*) LDSHARED=$REALCC -Wl,-Bshareable;;
 NetBSD*) LDSHARED=ld -Bshareable;;
@@ -6242,7 +6244,7 @@
 signal_handler=custom NT
   ;;
 
-  xLinux)
+  xLinux|*kFreeBSD*)
 # Linux's stupid thread implementation doesn't survive USE_WAIT_THREAD.
 signal_handler=SIGCHILD
 AC_DEFINE(USE_SIGCHILD)
only in patch2:
unchanged:
--- pike7.4-7.4.341.orig/src/configure
+++ pike7.4-7.4.341/src/configure
@@ -4774,7 +4774,7 @@
 pike_cv_run_path_method=r
   fi
 ;;
-Linux\ 2.*)
+Linux\ 2.* | *kFreeBSD*)
   pike_cv_run_path_method=wl
 ;;
 UnixWare\ 7.*|OpenUNIX\ 8.*)
@@ -43335,6 +43335,7 @@
 DYNIX/ptx*) LDSHARED=ld -G;;
 next*) LDSHARED=$REALCC $CFLAGS -nostdlib -r;;
 Linux*) LDSHARED=$REALCC -shared;;
+GNU/kFreeBSD*) LDSHARED=$REALCC -shared;;
 GNU*) LDSHARED=ld -Bshareable;;
 FreeBSD*) LDSHARED=$REALCC -Wl,-Bshareable;;
 NetBSD*) LDSHARED=ld -Bshareable;;
@@ -44400,7 +44402,7 @@
 signal_handler=custom NT
   ;;
 
-  xLinux)
+  xLinux|*kFreeBSD*)
 # Linux's stupid thread implementation doesn't survive USE_WAIT_THREAD.
 signal_handler=SIGCHILD
 cat confdefs.h \_ACEOF


Bug#341392: linux-2.6: kernel BUG at mm/slab.c:1807!

2005-11-30 Thread Frans Pop
Package: linux-2.6
Version: 2.6.14-4
Severity: serious

The following error happens on Debian Installer boot in vmware (386 kernel).
This problem was not present in -3.

The system does come up after the error, but it looks so basic (memory
management AFAICT) that I've set RC severity anyway.
Feel free to adjust if you disagree.

Cheers,
FJP

ACPI: Processor [CPU0] (supports 8 throttling states)
kmem_cache_create: duplicate cache UNIX
[ cut here ]
kernel BUG at mm/slab.c:1807!
invalid operand:  [#1]
Modules linked in: unix thermal processor fan pcnet32 mii uhci_hcd usbcore
CPU:0
EIP:0060:[c013c552]Not tainted VLI
EFLAGS: 00010202   (2.6.14-2-386)
EIP is at kmem_cache_create+0x4ea/0x64c
eax: 002b   ebx: c9c26b4c   ecx: c02f8080   edx: 206b
esi: c0303829   edi: ca86fde9   ebp: c9c26980   esp: c988ff38
ds: 007b   es: 007b   ss: 0068
Process modprobe (pid: 1605, threadinfo=c988e000 task=c98c8a70)
Stack: c02ba8f8 ca86fde4 000a c9a957a0 c9c2699c ff80 0080 c000
   0080 ca870080 ca86fd60 0804e154 ca86fde4 c02410d2 ca86fde4 015c
    2000   ca804000 ca870080 0804e190 0804e154
Call Trace:
 [c02410d2] proto_register+0x56/0x1b4
 [ca804000] af_unix_init+0x0/0x5f [unix]
 [ca80400d] af_unix_init+0xd/0x5f [unix]
 [c012e8a1] sys_init_module+0x99/0x16c
 [c01030dd] syscall_call+0x7/0xb
Code: c9 fc ff ff 55 e8 0f 0e 00 00 59 e9 a9 fd ff ff 90 ff 74 24 30 68 f8 a8 
2b c0 e8 6e b3
 fd ff ff 05 4c 16 39 c0 0f 8e cb 15 00 00 0f 0b 0f 07 0d a0 2b c0 58 5a e9 
d7 fd ff ff b8
 00 e0 ff ff 21
 6usbcore: registered new driver usbkbd
drivers/usb/input/usbkbd.c: :USB HID Boot Protocol keyboard driver
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid


pgpryDkL9Za2M.pgp
Description: PGP signature


Bug#329025: Please consider implementing SuSv3 compliant $(()) arithmetics

2005-11-30 Thread Gerrit Pape
forwarded 329025 upstream
quit

Hi Herbert, please see http://bugs.debian.org/329025 and comments below.
I personally think there's one example dash should support.

On Sat, Nov 05, 2005 at 09:52:17PM +0100, David Weinehall wrote:
 On Sun, Sep 25, 2005 at 07:56:47PM +, Gerrit Pape wrote:
  On Mon, Sep 19, 2005 at 12:06:46AM +0200, David Weinehall wrote:
   Please consider implementing full SuSv3 support for arithmetic expansion.
   
   http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_06_04
   
   ``If the shell variable x contains a value that forms a valid integer
 constant, then the arithmetic expansions $((x)) and $(($x)) shall
 return the same value.''
  
  hmm, can you give an example where this actually is used?
 
 I use $(()) constructs very frequently to do shell script arithmetics.
 I usually use the form $((x+val)), but I've seen others use the
 $(($x+val)) form too.

I'm still not sure about this, how to interpret the specification.  It
only talks about $((x)), not $((x+something)).

   Also:
   
   ``All changes to variables in an arithmetic expression shall be in effect
 after the arithmetic expansion, as in the parameter expansion
 ${x=value}.''

 [EMAIL PROTECTED]:~# dash -c 'unset x; echo $(($x=14)); echo $x'
 dash: arith: syntax error: =14

This sould be 
 $ dash -c 'unset x; echo $((x=14)); echo $x'
 
Ok, this one should work,
 
http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_06_04
specifies the rules arithmetic expansion should follow, including '='.

 $ pdksh -c 'unset x; echo $((x=14+7)) $x'
 21 21
 $ posh -c 'unset x; echo $((x=14+7)) $x'
 21 21
 $ dash -c 'unset x; echo $((x=14+7)) $x'
 dash: arith: syntax error: x=14+7
 $ 

 [EMAIL PROTECTED]:~# dash -c 'unset x; unset y; echo $((${x=3},${y=4})); echo
 $x $y'
 dash: arith: syntax error: 3,4

This construct I don't know, a ',' operator isn't mentioned in the
standards, so I don't think dash should be changes for this.

 [EMAIL PROTECTED]:~# posh -c 'unset x; unset y; echo $((${x=3},${y=4})); echo 
 $x
 $y'
 4
 3 4

Hmm, strange that posh does this.

Thanks, Gerrit.


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



Bug#340851: 5.7.3 fixed two license test bugs

2005-11-30 Thread Bruce Korb
On Tuesday 29 November 2005 07:33 pm, Matt Kraai wrote:
   I wasn't able to reproduce this problem with autogen 1:5.7.3-1 in the
   unstable chroot on escher.debian.org.  Falk, would you try to
   reproduce the problem and let me know whether or not you are able to?
  
  I was able to reproduce it within pbuilder's chroot, but not outside
  (both sid). Weird. If anybody wants to debug this, I can try to set up
  an environment where it can be reproduced and provide an account.
 
 If you can give me access to an environment where I can reproduce it,
 I'll investigate further.

Me, too!!  :)  It would be nice to nail it before I make 5.8 official.
(It still needs work, though.  I am upgrading the Guile interface to
the new, improved 1.7 flavor.  Not easy.  :-(  )

Cheers - Bruce


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



Bug#341322: laptop-mode-tools thinks my / is not ext3 or not mountet as ext3

2005-11-30 Thread Andreas Pakulat
On 30.11.05 11:15:12, Bart Samwel wrote:
 Andreas Pakulat wrote:
 since the last upgrade of laptop-mode-tools (to version 1.11-1)
 laptop-mode-tools always issues a BIG FAT WARNING during boot and when
 I restart it manually.
 The problem seems to be that it cannot remount / setting another
 commit-timeout. Now my Kernel has ext3 support built into it, it mounts
 / as ext3 and I do not see any option indicating a specific kernel
 option to disable the commit Option.
 I have other ext3 partitions that don't seem to issue any warning.
 
 Hmmm, if it issues this warning then your root filesystem probably *isn't* 
 mounted as ext3 for some reason.

I guess I should have put some evidence into the report, now here it
comes:

[EMAIL PROTECTED]:~mount | grep hda2
/dev/hda2 on / type ext3 (rw,errors=remount-ro)
[EMAIL PROTECTED]:/bootuname -r
2.6.14-cherry+radeon+ipw2100+ieee80211
[EMAIL PROTECTED]:/bootgrep EXT3 config-2.6.14-cherry+radeon+ipw2100+ieee80211
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set

 You say that your kernel has ext3 support built-in, but are you sure ext3 is 
 not built as a module?

see above.

 Could you do the following:
 1. Show me the entries for your root fs in /proc/mounts, /etc/mtab and 
 /etc/fstab?

[EMAIL PROTECTED]:~cat /etc/mtab
/dev/hda2 / ext3 rw,errors=remount-ro 0 0
[EMAIL PROTECTED]:~cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext2 rw,nogrpid 0 0

Is this right? The output of proc mounts seems a bit strange to me...

 2. Do a mount / -o remount,commit=600 and show me the output.
 
[EMAIL PROTECTED]:~mount / -o remount,commit=600
mount: / not mounted already, or bad option

Hmm, now it gets interesting...  Aaah, Ok found this in the kern.log:
Nov 29 23:11:51 morpheus kernel: fill_kobj_path: path = '/block/hda/hda2'
Nov 29 23:11:51 morpheus last message repeated 2 times
Nov 29 23:11:51 morpheus kernel: VFS: Mounted root (ext2 filesystem) readonly.

Why the hell is it mounted as ext2, when it really is ext3? I recently
removed the journal via tune2fs -O ^has_journal /dev/hda2 and later I
added it again using tune2fs -O has_journal /dev/hda2. Maybe that got
something to do with it... Do you have any idea? If not please close
this bug report as invalid and I'll try to find some help und
debian-user-german.

Andreas

-- 
Keep emotionally active.  Cater to your favorite neurosis.


pgpRJJ5Cmh7RR.pgp
Description: PGP signature


Bug#341393: linux-image-2.6.14-2-686 does not boot on HP Compaq nx8220 Laptop

2005-11-30 Thread stefan . sonnenberg-carstens




Package: linux-image-2.6.14-2-686

The mentioned kernel does not boot.
It says, that IRQ routing is not possible.
acpi=off and pci=routeirq have no effect.

MfG,
Stefan Sonnenberg-Carstens
NRW.BANK
IT-Handel
Department: 101-79310
Herzogstraße 15
D - 40217 Düsseldorf
Tel.: +49211 826  3211
EMail: [EMAIL PROTECTED]
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.


This message is confidential and may be privileged. If you are not the intended 
recipient, we kindly ask you to  please inform the sender. Any unauthorised 
dissemination or copying hereof is prohibited. This message serves for 
information purposes only and shall not have any legally binding effect. Given 
that e-mails can easily be subject to manipulation, we can not accept any 
liability for the content provided.




Bug#341322: laptop-mode-tools thinks my / is not ext3 or not mountet as ext3

2005-11-30 Thread Bart Samwel

Hi Andreas,

Andreas Pakulat wrote:

I guess I should have put some evidence into the report, now here it
comes:

[EMAIL PROTECTED]:~mount | grep hda2
/dev/hda2 on / type ext3 (rw,errors=remount-ro)


Ah, mount thinks it's ext3. :) Unfortunately, mount simply copies this 
from fstab at bootup, as it can't determine it from the kernel.



[EMAIL PROTECTED]:/bootuname -r
2.6.14-cherry+radeon+ipw2100+ieee80211
[EMAIL PROTECTED]:/bootgrep EXT3 config-2.6.14-cherry+radeon+ipw2100+ieee80211
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set

You say that your kernel has ext3 support built-in, but are you sure ext3 is 
not built as a module?


see above.


OK, it sure looks right. (BTW, a more direct way of checking this is by 
looking in /proc/config.gz.)



Could you do the following:
1. Show me the entries for your root fs in /proc/mounts, /etc/mtab and 
/etc/fstab?


[EMAIL PROTECTED]:~cat /etc/mtab
/dev/hda2 / ext3 rw,errors=remount-ro 0 0
[EMAIL PROTECTED]:~cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext2 rw,nogrpid 0 0

Is this right? The output of proc mounts seems a bit strange to me...


It does. The kernel doesn't lie, and I know /etc/mtab does lie about the 
root fs -- it simply mimics fstab, regardless of the actual mounted fstype.



2. Do a mount / -o remount,commit=600 and show me the output.
 
[EMAIL PROTECTED]:~mount / -o remount,commit=600

mount: / not mounted already, or bad option


That's ext2, definitely.


Hmm, now it gets interesting...  Aaah, Ok found this in the kern.log:
Nov 29 23:11:51 morpheus kernel: fill_kobj_path: path = '/block/hda/hda2'
Nov 29 23:11:51 morpheus last message repeated 2 times
Nov 29 23:11:51 morpheus kernel: VFS: Mounted root (ext2 filesystem) readonly.

Why the hell is it mounted as ext2, when it really is ext3? I recently
removed the journal via tune2fs -O ^has_journal /dev/hda2 and later I
added it again using tune2fs -O has_journal /dev/hda2. Maybe that got
something to do with it... Do you have any idea? If not please close
this bug report as invalid and I'll try to find some help und
debian-user-german.


You added the option but probably didn't recreate the journal file 
itself. Try tune2fs -J /dev/hda2.


--Bart


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



Bug#341394: Webmin miniserv.pl perl format string vulnerability - Perl syslog bug attack

2005-11-30 Thread Andreas Hallermann
Package: Webmin
Version: 1.180-3
Severity: grave
Tags: security

The webmin `miniserv.pl' web server component is vulnerable to a new class of
exploitable (remote code) perl format string vulnerabilities. During the login
process it is possible to trigger this vulnerability via a crafted username
parameter containing format string data. In the observed configuration the
process was running as the user root, so if remote code execution is
successful, it would lead to a full remote root compromise in a standard
configuration. A valid login is not required to trigger this vulnerability,
only access to the miniserv.pl port (default 1).

Date Found: September 23, 2005.
Public Release: November 29, 2005.
Application:webmin miniserv.pl, *all versions below 1.250*
Credit: Jack Louis of Dyad Security

More information available at:
http://www.dyadsecurity.com/webmin-0001.html


There are new fixed versions available at http://www.webmin.com/

http://www.webmin.com/security.html says:
Perl syslog bug attack
Effects Webmin versions below 1.250 and Usermin versions below 1.180, with
syslog logging enabled.
When logging of failing login attempts via syslog is enabled, an attacker can
crash and possibly take over the Webmin webserver, due to a bug in Perl's
syslog function. Upgrading to the latest release of Webmin is recommended.
Thanks to Jack at Dyad Security for reporting this problem to me.


Since this is my first bug report to Debian I hope everything is correct..
I don't know if it is necessary to post this bug for other versions and
usermin as well. Thanks in advance!
Andreas


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



Bug#341391: pike7.4: FTBFS on GNU/kFreeBSD

2005-11-30 Thread Marek Habersack
On Wed, Nov 30, 2005 at 01:09:17PM +0100, Petr Salinger scribbled:
 Package: pike7.4
 Severity: important
 Version: 7.4.341-2 
 Tags: patch
 
 Hi,
Hello,
 
 the current version fails to build on GNU/kFreeBSD.
 
 Please find a small attached patch to fix that.
 
 It would also be nice if you can ask upstream 
 to include this changes into pike7.4 branch.
Thanks, I've already committed it to the upstream cvs and will be compiling
and uploading the new version soon.

thanks again,

marek


signature.asc
Description: Digital signature


Bug#341396: iptables: error while saving state

2005-11-30 Thread Mark Nipper
Package: iptables
Version: 1.3.3-2
Severity: important

I've had iptables installed for a long time, but I've never had
netfilter compiled into my kernel.  Well, recent activity caused me to
finally do so, and the first time I went to do '/etc/init.d/iptables
save active', I got:
---
Saving iptables ruleset: save active with counters/etc/init.d/iptables: line 
66: /var/lib/iptables/active: No such file or directory

Creating the directory fixed the problem.  But I thought you might want
to add a check to the preinst scripts making sure the directory is in
fact there as it looks like at some point, it either didn't get created
by a newly installed iptables or was somehow removed.

-- 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.14.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

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

iptables recommends no packages.

-- no debconf information


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



Bug#341395: seperate api docs and configuration samples

2005-11-30 Thread Tzafrir Cohen
Package: asterisk
Version: 1.2.0-1

Thanks to Caio Begotti for pointing this out. Submitting this in a
separate bug report.

Asterisk's main configuration reference is the configs/ directory. While
officially labeled confiugration examples, it basically contains
a rather well-anotated and rather well set of configuration files.
Those files are around 

So this is rather essential documentation ot every admin trying to
configure an Asterisk system.

OTOH, the API documentation are a huge pile of html files and graphs.
They may be of some use for developers, but not for most sysadmins. The
dedicated work of the asterisk documentation team has inflated the size
of the API directory to ~75MB . The deb itself is 13MB. 

$ du /usr/share/doc/asterisk-doc/
74911   /usr/share/doc/asterisk-doc/api/html
74911   /usr/share/doc/asterisk-doc/api
8   /usr/share/doc/asterisk-doc/contrib/utils
93  /usr/share/doc/asterisk-doc/contrib/scripts
40  /usr/share/doc/asterisk-doc/contrib/firmware/iax
40  /usr/share/doc/asterisk-doc/contrib/firmware
8   /usr/share/doc/asterisk-doc/contrib/thirdparty
24  /usr/share/doc/asterisk-doc/contrib/init.d
221 /usr/share/doc/asterisk-doc/contrib
210 /usr/share/doc/asterisk-doc/examples
75675   /usr/share/doc/asterisk-doc/

I believe that the stuff in the contrib directory is of rather limited
use. I haven't examined yet the files in root of /usr/share/asterisk/

-- 
Tzafrir Cohen icq#16849755  +972-50-7952406
[EMAIL PROTECTED]  http://www.xorcom.com


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



Bug#341397: broken diversion: cursor.pcf.gz-artwiz vs. artwiz-cursor.pcf.gz

2005-11-30 Thread Michael Prokop
Package: artwiz-cursor
Severity: important


# dpkg -L artwiz-cursor | grep cursor.pcf
/usr/X11R6/lib/X11/fonts/misc/artwiz-cursor.pcf.gz

# dpkg-divert --list | grep artwiz
diversion of /usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz to
/usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz-artwiz by artwiz-cursor

AFAICS the diversion (generated in preinst) affects a file which is not
present:

# ls -l /usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz-artwiz
ls: /usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz-artwiz: No such file or 
directory

But because of the filename cursor.pcf.gz-artwiz the generated fonts.dir
entry in directory /usr/X11R6/lib/X11/fonts/misc seems to cause problems
with the font directory (see #326253 for example):

| Could not init font path element /usr/X11R6/lib/X11/fonts/misc/,
| removing from list!

, [ local workaround for the problem ]
| [EMAIL PROTECTED] /usr/X11R6/lib/X11/fonts/misc # grep artwiz fonts.dir | 
grep cursor
| artwiz-cursor.pcf.gz cursor
| cursor.pcf.gz-artwiz cursor
| [EMAIL PROTECTED] /usr/X11R6/lib/X11/fonts/misc # dpkg-divert --remove 
/usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz
| Removing `diversion of /usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz to 
/usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz-artwiz by artwiz-cursor'
| [EMAIL PROTECTED] /usr/X11R6/lib/X11/fonts/misc # mkfontdir
| [EMAIL PROTECTED] /usr/X11R6/lib/X11/fonts/misc # grep artwiz fonts.dir | 
grep cursor
| artwiz-cursor.pcf.gz cursor
| [EMAIL PROTECTED] /usr/X11R6/lib/X11/fonts/misc #
`

I'm not sure about the severity of this problem, but as it seems to
break other software (e.g. vnc4server) I'm using 'important'.

regards,
-mika-


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



Bug#341398: racoon stopped working when upgrading from 0.6.2-2 to 0.6.3-1

2005-11-30 Thread Vincent Bernat
Package: racoon
Version: 1:0.6.3-1
Severity: important

Here is what I get on version 0.6.3-1 :

Nov 30 13:40:02 zoro racoon: INFO: unsupported PF_KEY message REGISTER 
Nov 30 13:40:02 zoro racoon: INFO: unsupported PF_KEY message 0 
Nov 30 13:40:02 zoro racoon: ERROR: libipsec failed pfkey check (Invalid SA 
type) 
Nov 30 13:40:03 zoro racoon: ERROR: failed to get sainfo. 
Nov 30 13:40:07 zoro racoon: ERROR: libipsec failed pfkey check (Invalid 
message type) 

With version 0.6.2-2, I get the same logs but racoon continues :

Nov 30 13:52:10 zoro racoon: INFO: IPsec-SA request for 138.231.148.1 queued 
due to no phase1 found. 
Nov 30 13:52:10 zoro racoon: INFO: initiate new phase 1 negotiation: 
138.231.149.116[500]=138.231.148.1[500] 
Nov 30 13:52:10 zoro racoon: INFO: begin Identity Protection mode. 
[...]

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

Versions of packages racoon depends on:
ii  debconf [debconf-2.0] 1.4.59 Debian configuration management sy
ii  ipsec-tools   1:0.6.3-1  IPsec tools for Linux
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libssl0.9.8   0.9.8a-4   SSL shared libraries
ii  perl  5.8.7-8Larry Wall's Practical Extraction 

racoon recommends no packages.

-- debconf information:
* racoon/config_mode: direct


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



Bug#341399: python-matplotlib-doc: Documentation should include tutorial and user's guide.

2005-11-30 Thread Roman Bertle
Package: python-matplotlib-doc
Version: 0.82-5
Severity: wishlist

Hello,

it would be nice if the documentation included the Tutorial and the
User's Guide as present on
http://matplotlib.sourceforge.net/tutorial.html.

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)

-- no debconf information


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



Bug#341400: aptitude: Allow manual setting of dependancies

2005-11-30 Thread Bas Wijnen
Package: aptitude
Version: 0.4.0-3
Severity: wishlist

Compared to plain apt, I think the nicest feature of aptitude is the
handling of automatically installed packages.  I think it could be
even improved a bit.

My idea is to determine automatically (from Depends: and Recommends:,
and possibly Suggests:) if a package is automatically installed, just
like it is now.  However, I would like to have an option to manually add
a dependency, which keeps a package automatically installed.  For
example, I don't want suggested packages to always be installed with a
package, but in many cases I want some of them.  What I currently have
to do is to manually install them, which means they will not be
deinstalled when I remove the package which suggests them.  In some
other cases there may not even be a suggests relation, and I might still
consider it automatically installed because of this package.

So in short: I'd like each package to have the option of getting extra
dependancies, manually specified by the user, which keep automatically
installed packages from being removed.

-- 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.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.42.3   Advanced front-end for dpkg
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-4  GCC support library
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2 2.0.16-1   type-safe Signal Framework for C++
ii  libstdc++64.0.2-4The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.0-3English manual for aptitude, a ter

-- no debconf information


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



  1   2   3   4   5   >