Bug#322519: typo error in 8.6.34 Dummy files

2005-08-11 Thread ФʢÎÄ Faris Xiao

Package: debian-reference-en
Version: 1.08-3
Severity: minor


 8.6.34 Dummy files

The following commands will create dummy or empty files:

$ dd if=/dev/zeroof=filename bs=1k count=5 # 5KB of zero content
$ dd if=/dev/urandom of=filename bs=1m count=7 # 7MB of random content

When I execute:
dd if=/dev/urandom of=filename bs=1m count=7

I get the error output:
dd: invalid number `1m'

It should be:
dd if=/dev/urandom of=filename bs=1M count=7

--

??(Faris Xiao)
Email:[EMAIL PROTECTED]



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



Bug#322518: portnumber-bug in tcpdump 3.8.3

2005-08-11 Thread Arie Kraai
Package: tcpdump
Version: 3.8.3-5

tcpdumps of NFS-over-TCP sessions gave funny portnumbers like this:

15:34:09.718521 IP 172.27.20.180.2049  145.7.10.224.2726518068

The very same tcpdump-logfile (attached to this bugreport) gave correct
output when read by ethereal:
Transmission Control Protocol, Src Port: 2049 (2049), Dst Port: 798 (798),
Seq: 116, Ack: 228, Len: 124

... and reveals the funny portnumber as the XID-value:
Remote Procedure Call, Type:Reply XID:0xa2835d34
Fragment header: Last fragment, 120 bytes
XID: 0xa2835d34 (2726518068)

The (correctly working) version of libpcap is 0.8.3
Tcpdump itself is 3.8.3-5 (currently *the* tcpdump in stable)
Kernelversion or other software-versions are not relevant in this case

Can you have this non-critical, but somewhat annoying tcpdump-bug fixed?

Thank you very much, Arie Kraai


tcpdumpp-bug
Description: Binary data


Bug#322517: menu don't show anymore in gnome/sawfish

2005-08-11 Thread Patricio Rojo
Package: menu
Version: 2.1.25
Severity: normal

  I used to have the debian menu items without problem after installing 
'menu' as the last item in the Applications' menu. However since a while 
(a couple of months perhaps) they stop showing up.
  I'm using Debian's Sid distribution, which I keep up to date with

  sawfish 1:1.3+cvs20050709-4
  gnome-core 2.10.1.11

Thanks!



-- System Information:
Debian Release: testing/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.12-1-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages menu depends on:
ii  dpkg  1.13.10Package maintenance system for Deb
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3

menu recommends no packages.

-- no debconf information


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



Bug#322516: file: Depends: package field lists 'libmagic1' twice

2005-08-11 Thread A Costa
Package: file
Version: 4.12-1
Severity: normal


Correct me if I'm wrong, but this doesn't look right:

% dlocate -s file | grep Depends
Depends: libmagic1 (= 4.12-1), libc6 (= 2.3.2.ds1-4), libmagic1, zlib1g 
(= 1:1.2.1)

...another way to look at it:

% dlocate -s file | grep Depends | sed -e 's/[,()=]//g' -e 's/  / /g' -e 
's/ /\n/g' | sort | uniq -cd
  2 libmagic1


Hope this 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/dash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages file depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libmagic1 4.12-1 File type determination library us
ii  zlib1g1:1.2.3-1  compression library - runtime

file recommends no packages.

-- no debconf information


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



Bug#322515: patch for NMU

2005-08-11 Thread Graham Wilson
Package: allegro4.1
Severity: normal
Tags: patch

Attached is the patch for the recent NMU.

-- 
gram
diff -Naur allegro4.1-4.1.15/debian/changelog 
allegro4.1-4.1.15.nmu/debian/changelog
--- allegro4.1-4.1.15/debian/changelog  2005-08-11 00:29:14.0 -0500
+++ allegro4.1-4.1.15.nmu/debian/changelog  2005-08-10 10:53:28.0 
-0500
@@ -1,3 +1,15 @@
+allegro4.1 (2:4.1.15-5.1) unstable; urgency=medium
+
+  * NMU with maintainer permission.
+
+  * Make the -dev package depend on libxxf86dga-dev. (closes: #320258)
+  * Build against libjack0.100.0-dev, instead of libjack0.80.0-dev.
+(closes: #317177)
+  * Fix source to compile with gcc 4.0. (closes: #285080)
+  * Apply patch to compile on freebsd-i386. (closes: #320485)
+
+ -- Graham Wilson [EMAIL PROTECTED]  Wed, 10 Aug 2005 04:45:27 +
+
 allegro4.1 (2:4.1.15-5) unstable; urgency=medium
 
   * This upload to fixes a problem in the ARM package due to a 2.6 kernel
diff -Naur allegro4.1-4.1.15/debian/control allegro4.1-4.1.15.nmu/debian/control
--- allegro4.1-4.1.15/debian/control2005-08-11 00:29:14.0 -0500
+++ allegro4.1-4.1.15.nmu/debian/control2005-08-10 10:53:11.0 
-0500
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0), texinfo, libesd0-dev, libxext-dev, 
libx11-dev, libxpm-dev, libxt-dev, xlibs-static-pic, xlibs-static-dev, 
svgalibg1-dev [i386], libasound2-dev (= 0.9), libartsc0-dev, libjack0.80.0-dev
+Build-Depends: debhelper (= 4.0), texinfo, libesd0-dev, libxext-dev, 
libx11-dev, libxpm-dev, libxt-dev, xlibs-static-pic, xlibs-static-dev, 
svgalibg1-dev [i386], libasound2-dev (= 0.9) [!kfreebsd-i386 !hurd-i386], 
libartsc0-dev, libjack0.100.0-dev
 Standards-Version: 3.6.1.1
 
 Package: liballegro4.1
@@ -27,7 +27,7 @@
 Package: liballegro-dev
 Section: libdevel
 Architecture: any
-Depends: liballegro4.1 (= ${Source-Version}), libxext-dev, libx11-dev, 
libxpm-dev, xlibs-static-pic, xlibs-static-dev
+Depends: liballegro4.1 (= ${Source-Version}), libxext-dev, libx11-dev, 
libxpm-dev, xlibs-static-pic, xlibs-static-dev, libxxf86dga-dev
 Provides: liballegro3.9.37-dev, liballegro-dev-common
 Conflicts: liballegro-dev-common, liballegro4a ( 2:4.0.3-5)
 Replaces: liballegro-dev-common, liballegro4a ( 2:4.0.3-5)
diff -Naur allegro4.1-4.1.15/src/gui.c allegro4.1-4.1.15.nmu/src/gui.c
--- allegro4.1-4.1.15/src/gui.c 2004-07-30 08:36:24.0 -0500
+++ allegro4.1-4.1.15.nmu/src/gui.c 2005-08-09 23:44:54.0 -0500
@@ -1771,6 +1771,7 @@
 }
 
 
+static int shutdown_single_menu(MENU_PLAYER *, int *);
 
 /* update_menu:
  *  Updates the status of a menu player object returned by init_menu(),
@@ -1784,7 +1785,6 @@
  */
 int update_menu(MENU_PLAYER *player)
 {
-   static int shutdown_single_menu(MENU_PLAYER *, int *);
 
MENU_PLAYER *i;
int c, c2;
diff -Naur allegro4.1-4.1.15/src/sound.c allegro4.1-4.1.15.nmu/src/sound.c
--- allegro4.1-4.1.15/src/sound.c   2004-07-30 08:36:24.0 -0500
+++ allegro4.1-4.1.15.nmu/src/sound.c   2005-08-09 23:44:54.0 -0500
@@ -25,7 +25,7 @@
 
 
 
-extern DIGI_DRIVER digi_none;
+static DIGI_DRIVER digi_none;
 
 
 


Bug#322512: libunderware: Please change dependency on libxml2-python2.3 to python2.3-libxml2

2005-08-11 Thread Mike Hommey
Package: libunderware
Severity: wishlist

The subject says it all. libxml2-python2.3 is a dummy package for smooth
upgrade path, it shouldn't be used for dependencies any more (and will
be removed shortly).

Cheers,

Mike


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


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



Bug#322510: watchdog: Modifies conffile in postinst

2005-08-11 Thread herbert
Package: watchdog
Version: 5.2.4-4
Severity: serious

The package's postinst may modify /etc/init.d/watchdog upon
installation.  This is forbidden by the Policy (section 10.7.3):

 The other way to do it is via the maintainer scripts.  In this case,
 the configuration file must not be listed as a `conffile' and must not
 be part of the package distribution.  If the existence of a file is

So please drop the conffile marking or introduce a new
/etc/default/watchdog that's not a conffile which can then
be managed by the scripts.

Thanks,

-- System Information
Debian Release: 3.1
Kernel Version: Linux gondolin 2.4.27-hx-1-686-smp #3 SMP Tue Oct 5 20:01:26 
EST 2004 i686 GNU/Linux



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



Bug#322509: complains about missing gksu.conf when installing from scratch

2005-08-11 Thread Patricio Rojo
Package: gksu
Version: 1.3.2-3
Severity: important

I recently did a Debian install from scratch and gksu complained that 
there was no /etc/gksu.conf and thus was aborting installation. I 
created an empty file to have a quick fix, but shouldn't the package 
provide a default configuration file?

 Thanks!


-- System Information:
Debian Release: testing/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.12-1-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gksu depends on:
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgconf2-4   2.10.1-1   GNOME configuration database syste
ii  libgksu1.2-0  1.3.3-1library providing su and sudo func
ii  libgksuui1.0-11.0.6-1a graphical fronted to su library
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-1GNOME keyring services library
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  sudo  1.6.8p9-2  Provide limited super user privile

gksu recommends no packages.

-- no debconf information


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



Bug#322508: tips.sgml 8.6.34 Dummy files dd error

2005-08-11 Thread ФʢÎÄ Faris Xiao

Package: debian-reference-en
Version: 1.08-3
Severity: minor

8.6.34 Dummy files

The following commands will create dummy or empty files:

$ dd if=/dev/zeroof=filename bs=1k count=5 # 5KB of zero
content
$ dd if=/dev/urandom of=filename bs=1m count=7 # 7MB of random
 content

When I execute:

dd if=/dev/urandom of=filename bs=1m count=7

I get the error output:
dd: invalid number `1m'

It should be:
dd if=/dev/urandom of=filename bs=1M count=7

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=zh_CN.GB2312, LC_CTYPE=zh_CN.GB2312 (charmap=GB2312)

Versions of packages debian-reference-en depends on:
ii  debian-reference-common   1.08-3 Debian system 
administration guide


-- no debconf information

--

??(Faris Xiao)
Email:[EMAIL PROTECTED]



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



Bug#322511: python2.3-poker-network: Please change dependency on libxml2-python2.3 to python2.3-libxml2

2005-08-11 Thread Mike Hommey
Package: python2.3-poker-network
Severity: wishlist

The subject says it all. libxml2-python2.3 is a dummy package for smooth
upgrade path, it shouldn't be used for dependencies any more (and will
be removed shortly).

Cheers,

Mike


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


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



Bug#322513: gnome-doc-utils: Please change dependency on libxml2-python2.3 to python2.3-libxml2

2005-08-11 Thread Mike Hommey
Package: gnome-doc-utils
Version: 0.2.0-2
Severity: wishlist

The subject says it all. libxml2-python2.3 is a dummy package for smooth
upgrade path, it shouldn't be used for dependencies any more (and will
be removed shortly).

Cheers,

Mike

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

Versions of packages gnome-doc-utils depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python2.3-libxml2 [libxml2-py 2.6.20-1   Python 2.3 bindings for the GNOME 

gnome-doc-utils recommends no packages.

-- no debconf information


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



Bug#322514: rubrica: Please change dependency on libxslt1-python2.3 to python2.3-libxslt1

2005-08-11 Thread Mike Hommey
Package: rubrica
Severity: wishlist

The subject says it all. libxslt1-python2.3 is a dummy package for smooth
upgrade path, it shouldn't be used for dependencies any more (and will
be removed shortly).

Cheers,

Mike


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


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



Bug#320347: ttmkfdir segfaults, leading xfs to not see the truetype font

2005-08-11 Thread Manoj Srivastava
reassign 320347 ttmkfdir
thanks

Hi,

ttmkfdir segfaults at line 112 of encoding.l, while trying to
 run yylex on
 /usr/X11R6/lib/X11/fonts/encodings/large/cns11643-3.enc.gz. 

It is failing while trying to read the line
 UNDEFINE 0x 0x

The value of (*cur_map) is platform = 3, encoding = 1. i2 =
 65535, while i is 58562, which leads to the segmentation fault.

Look at http://people.debian.org/~srivasta/ttmkfdir.strace.txt
 for the strace.

manoj

manoj
-- 
PEGGY FLEMMING is stealing BASKET BALLS to feed the babies in VERMONT.
Manoj Srivastava [EMAIL PROTECTED]http://www.golden-gryphon.com/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Bug#305002: gnubiff: unable to configure

2005-08-11 Thread Martin Samuelsson
Roland Stigge @ 2005-08-09 (Tuesday), 21:31 (+0200)
 Thanks for the details. I could reproduce it and found a fix. :) Would
 you please confirm that the original bug is gone with the temporary
 version (2.1.4-2a) at

First of all, the localized strings are ok now. I tried starting the
program using both ISO-8859-1 and UTF-8.

Second, the configuration is preserved between executions. Even when the
mailbox name contains a non-ascii character. (Which is the default for
at least the swedish locale)

Third, It's now possible to edit settings from the gnome applet.


I'd say the bug is gone.
--
/Martin


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



Bug#309308: kernel-image-2.6.8-2-686-smp: VLAN Oops fix for 2.6.8

2005-08-11 Thread Horms
tags +pending 309308
tags +patch 309308
thanks

On Thu, Aug 11, 2005 at 11:42:54AM +1000, Paul TBBle Hampson wrote:
 Package: kernel-image-2.6.8-2-686-smp
 Followup-For: Bug #309308
 
 Just noticed this bug in the testing-security list. I don't know if the
 below patch has been slurped into the Debian patches for 2.6.8, but the
 error posted looks like the same error I suffered when hitting this bug.
 
 Patch from http://lists.osdl.org/pipermail/bridge/2004-September/000638.html
 
 The patch was taken into 2.6.9-rc2, and the bug was in code introduced
 very late in the 2.6.8 cycle. (August 2004 I believe)
 
 diff -Nru a/net/8021q/vlan_dev.c b/net/8021q/vlan_dev.c
 --- a/net/8021q/vlan_dev.c  2004-09-10 06:12:16 -07:00
 +++ b/net/8021q/vlan_dev.c  2004-09-10 06:12:16 -07:00
 @@ -772,7 +772,7 @@   
   
  
 case SIOCGMIIREG:
 case SIOCSMIIREG:
 if (real_dev-do_ioctl  netif_device_present(real_dev))
 -   err = real_dev-do_ioctl(dev, ifrr, cmd);
 +   err = real_dev-do_ioctl(real_dev, ifrr, cmd);
 break;
 
 case SIOCETHTOOL:
 
 Cut and paste from the web archive, so spacing etc. may be boned.
 But it's a typo-only fix anyway, so easy enough to recreate.

Thanks I have added this to SVN. 

Is this considered a security bug and if so does it have a CAN number?

-- 
Horms


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



Bug#315708: Additional information

2005-08-11 Thread Manoj Srivastava

Hi,
postgresql packages installed are shown below. These work with
 libdbd-pg-perl_1.32-2_i386. Now, if version 1.42-2 can't work with
 postgresql 7.x, why does it not conflict with that version? Or depend
 on the newer version of postgres?

Lacking the conflict with the old, or dependency on the new,
 this upgrade breaks working installations.

manoj

,[ posgres version installed ]
| 
| 
| ii  postgresql 7.5.8  object-relational SQL database 
management system (transitional)
| ii  postgresql-7.4 7.4.8-14   object-relational SQL database, 
version 7.4 server
| ii  postgresql-autodoc 1.25-1 utility to create system tables 
overview in HTML, DOT and XML
| ii  postgresql-client  7.5.8  front-end programs for PostgreSQL 
(transitional package)
| ii  postgresql-client-7.4  7.4.8-14   front-end programs for PostgreSQL 
7.4
| ii  postgresql-common  23 manager for PostgreSQL database 
clusters
| ii  postgresql-contrib 7.5.8  additional facilities for 
PostgreSQL (transitional package)
| ii  postgresql-contrib-7.4 7.4.8-14   additional facilities for PostgreSQL
| ii  postgresql-doc 7.5.8  documentation for the PostgreSQL 
RDBMS (transitional package)
| ii  postgresql-doc-7.4 7.4.8-14   documentation for the PostgreSQL 
database management system
`


,[ Code that uses the DB ]
| 
| #our $greylist_dbname   = 'DBI:Pg:database=mimedefang';
| our $greylist_dbname   = 
'DBI:Pg:database=mimedefang;host=localhost;port=5432;';
| our $greylist_username = 'defang';
| our $greylist_password = 'PASSWD';
| 
| use DBI;
| use Date::Manip;
| 
| 
| # Initialize database used for greylisting
| sub init_db {
|   # code to bring up $dbh
|   # prep SQL handles, etc.
|   my $current_handle ;
|   eval {
| $current_handle =
|   DBI-connect_cached($greylist_dbname,
|   $greylist_username,
|   $greylist_password,
|   {
|PrintError = 0,
|RaiseError = 1,
|AutoCommit = 0
|   })
| or die $DBI::errstr;
|   };
|   if ($@) {
| md_syslog('warning', greylist: Could not connect to DB:$@);
| return undef;
|   }
|   $dbh = $current_handle;
|   return $dbh;
| }
| 
| 
| my %SQL_Commands =
|   (
|'Select' = qq{
| SELECT id, create_time,last_update,record_expires,block_expires,passed_count
| FROM triplets
| WHERE relay_ip=?
|   AND mail_from=?
|   AND rcpt_to=?;
| },
|'Insert' = qq{
| INSERT INTO triplets (relay_ip,mail_from,rcpt_to,block_expires,record_expires,
|   create_time,last_update)
| values (inet ?, ?, ?,
| timestamp ? + interval ?,
| timestamp ? + interval ?,
| timestamp ?, timestamp ?);
| },
|'Blocked' = qq {
| UPDATE triplets
| SET blocked_count=blocked_count+1, last_update=timestamp ?
| WHERE id=?;
| },
|'Success' = qq {
| UPDATE triplets
| SET passed_count=passed_count+1,
| record_expires=timestamp ? + interval ?,
| last_update=timestamp ?
| WHERE id=?;
| },
|'Old' = qq{
| UPDATE triplets
| SET blocked_count=blocked_count+1,
| block_expires=timestamp  ? + interval ?,
| record_expires=timestamp ? + interval ?,
| last_update=timestamp ?
| WHERE id=?;
| },
|'Reset' = qq{
| UPDATE triplets
| SET blocked_count=1,
| block_expires=timestamp  ? + interval ?,
| record_expires=timestamp ? + interval ?,
| last_update=timestamp ?
| WHERE id=?;
| },
|'Reset_IP' = qq{
| UPDATE triplets
| SET blocked_count=1,
| block_expires=timestamp  ? + interval ?,
| record_expires=timestamp ? + interval ?,
| last_update=timestamp ?
| WHERE relay_ip=inet ?;
| },
|'Whitelist' = qq {
| UPDATE triplets
| SET blocked_count=0, passed_count=1,
| block_expires=timestamp  ?,
| record_expires=timestamp ? + interval ?,
| last_update=timestamp ?
| WHERE id=?;
| },
|   );
| 
| my %Handles;
| 
| # Checks if a triplet is in the grey-list.
| # Returns seconds until the triplet will be accepted, or -1 for error.
| sub greylist_check($$$) {
|   my ($ip,$sender,$recipient) = greylist_strip_triplet(@_);
|   my $result = -1;
| 
|   my $now = scalar localtime();
| 
|   my $ret = init_db() unless $dbh and $dbh-ping;
|   if (! defined $dbh) {
| $result = 0;# accept if we can't connect to the DB
| $event = 'unknown';
|   }
|   elsif ($dbh) {
| my $event = ;
| my $safe_from = $dbh-quote($sender);
| my $safe_to   = $dbh-quote($recipient);
| 
| for my $sql (keys %SQL_Commands) {
|   $Handles{$sql} = $dbh-prepare($SQL_Commands{ $sql});
| }
| $Handles{Select}-execute($ip, $sender, $recipient);
| 
| my ($rid,$create_time,$last_update,$record_expires,$block_expires,
| $passed_count);
| $Handles{Select}-bind_columns( undef, \$rid, \$create_time,
|  

Bug#318292: fftw3 also ICE on m68k

2005-08-11 Thread Paul Brossier
Hi,

the build log failure for fftw3 is :

libs/fftw3_3.0.1-13: Failed by buildd_m68k-tanda [optional:out-of-date]
  Reasons for failing:
[Category: none]
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kernel -I../../../dft 
-I../../../dft/codelets -O3 -fomit-frame-pointer -fno-schedule-insns 
-fstrict-aliasing -pthread -O3 -MT n1_11.lo -MD -MP -MF .deps/n1_11.Tpo -c 
n1_11.c  -fPIC -DPIC -o .libs/n1_11.lo
 n1_11.c: In function 'n1_11':
 n1_11.c:173: internal compiler error: Segmentation fault
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 For Debian GNU/Linux specific bug reporting instructions,
 see URL:file:///usr/share/doc/gcc-4.0/README.Bugs.
 make[6]: *** [n1_11.lo] Error 1

cheers, piem


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



Bug#99438: been trying to contact you the past few days

2005-08-11 Thread Earline

Hello Claire ,

Would you like at least $1500.00 to $3500.00 per day just for returning phone 
calls?  
I do! If you have a telephone and can return calls you are fully qualified for 
this program.


Give Us A Call 800-671-9012



defrock mournful concourse novelty tetragonal humpback storage borealis doesn't 
ameslan shanghai appoint spiderwort footpad textural calumniate deepen beribbon 
sedate l'oeil dave 





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



Bug#322528: update-inetd without functionality

2005-08-11 Thread Uwe Dippel

Package: netbase
Version: 4.21

# update-inetd --enable time,daytime
# cat /etc/inetd.conf | grep tim
#daytimestream  tcp nowait  rootinternal
#daytimedgram   udp waitrootinternal
#time   stream  tcp nowait  rootinternal
#time   dgram   udp waitrootinternal

says it all. And so does it (not) work

Uwe

--
The man who does not read good books has no advantage over the man who 
cannot read them. - Mark Twain




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



Bug#322526: squid does not respect SQUID_MAXFD setting

2005-08-11 Thread Daniel C. Chao
Package: squid
Version: 2.5.10-2
Severity: important

squid is configured as reverse proxy.
With -V add to /etc/init.d/squid in SQUID_ARGS

SQUID_ARGS=-D -sYC -V



weird:~# cat /etc/default/squid 
#
# /etc/default/squidConfiguration settings for the Squid proxy
# server.
#

# Max. number of filedescriptors to use. You can increase this on a busy
# cache to a maximum of (currently) 4096 filedescriptors. Default is
# 1024.
SQUID_MAXFD=4096

weird:~# squidclient -p 80 cache_object://localhost/info
HTTP/1.0 200 OK
Server: squid/2.5.STABLE10
Mime-Version: 1.0
Date: Thu, 11 Aug 2005 07:47:21 GMT
Content-Type: text/plain
Expires: Thu, 11 Aug 2005 07:47:21 GMT
Last-Modified: Thu, 11 Aug 2005 07:47:21 GMT
...
File descriptor usage for squid:
Maximum number of file descriptors:   1024
  
Largest file desc currently in use:119
Number of file desc currently in use:   95
Files queued for open:   0
Available number of file descriptors:  929
Reserved number of file descriptors:   100
Store Disk files open:   0

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

Versions of packages squid depends on:
ii  adduser   3.66   Add and remove users and groups
ii  coreutils 5.2.1-2The GNU core utilities
ii  debconf   1.4.57 Debian configuration management sy
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libldap2  2.1.30-11  OpenLDAP libraries
ii  libpam0g  0.76-23Pluggable Authentication Modules l
ii  logrotate 3.7.1-1Log rotation utility
ii  netbase   4.21   Basic TCP/IP networking system
ii  squid-common  2.5.10-2   Internet Object Cache (WWW proxy c

squid recommends no packages.

-- debconf information:
  squid/fix_cachedir_perms: false
* squid/largefiles_warning:
  squid/anonymize_headers:
  squid/authenticate_program:
  squid-cgi/cachemgr:
  squid/fix_lines: true
  squid/old_version: false
  squid/http_anonymizer:


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



Bug#322525: umfpack depends on packages, beeing removed from unstable

2005-08-11 Thread Matthias Klose
Package: umfpack
Severity: serious

depends on blas atlas2-base, see #317245


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



Bug#322523: fails to use qmail stmp

2005-08-11 Thread ФʢÎÄ Faris Xiao

Subject: reportbug: fails to use qmail stmp
Package: reportbug
Version: 3.15
Severity: normal

*** Please type your report below this line ***
I can't use qmail's stmp to send email in reportbug


-- Package-specific info:
** /root/.reportbugrc:
submit
no-query-bts
cc
config-files
compress
email [EMAIL PROTECTED]
realname Faris Xiao
replyto Faris Xiao [EMAIL PROTECTED]
smtphost smtp.gmail.com:587
smtpuser atzlinux
smtppasswd
smtptls
verify

-- System Information:
Debian Release: 3.1
 APT prefers stable
 APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8
Locale: LANG=zh_CN.GB2312, LC_CTYPE=zh_CN.GB2312 (charmap=GB2312)

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


Versions of packages reportbug recommends:
ii  python2.3-cjkcodecs   1.1.1-1Python Unicode Codecs 
Collection f


-- no debconf information

--

??(Faris Xiao)
Email:[EMAIL PROTECTED]



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



Bug#322521: mozilla-firefox: please provide libgtkembedmoz.so etc.

2005-08-11 Thread Hidetaka Iwai
Package: mozilla-firefox
Severity: wishlist

I maintain the debian package of kazehakase(gecko based web browser)
and kazehakase can use lib libgtkembedmoz.so of mozilla-firefox since
version 0.2.6.  

I plan to use the firefox's gecko as the rendering engine of
kazehakase, so could you please provide libgtkembedmoz.so with
mozilla-firefox package, and a development package such as
mozilla-firefox-dev?

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.31
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)

regards,
--
 Hidetaka Iwai
 [EMAIL PROTECTED]


pgpbMSqrk1FCy.pgp
Description: PGP signature


Bug#322520: r-cran-rmysql is not compiled for mysql version in sarge

2005-08-11 Thread e . schneemann
Package: r-cran-rmysql
Version: 0.5.5-2.1

The package refuses to work in the R environment as it is compiled for an older 
mysql 4.0.* version, not the current 4.0.24-10. I assume there should similar 
problems using mysql version 4.1.*.

The problem can be solved rebuilding the source with current mysql version 
installed.

using Debian GNU/Linux  3.1 with kernel 2.6.8



1 Million Singles in Ihrer Nahe. Finden Sie Ihren Traumpartner
bei Deutschlands beliebtester Partnerboerse:
http://singles.freenet.de/index.html?pid=11512




Bug#322522: kphone seg. fault

2005-08-11 Thread Martin Samuelsson
Package: kphone
Version: 1:4.1.1-2

Everytime I try to call with kphone using STUN it chrases. I tried
debugging with gdb, but have no previous experience debugging C++. Even
if I have no clue what STUN is, and I probably do something wrong, a
segmentation fault is never correct behaviour.

Still when having an unstripped binary gdb tells me there are no
debugging symbols.

/usr/bin/kphone: ELF 32-bit LSB executable, Intel 80386, version 1
(SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), not
stripped

#0  0xb78b40cb in QObject::connect () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#1  0x0807a022 in KCallWidget::KCallWidget ()
No symbol table info available.
#2  0x08067e59 in KPhoneView::contactDoubleClicked ()
No symbol table info available.
#3  0x0806eb9b in KPhoneView::qt_invoke ()
No symbol table info available.
.
.
.
#21 0x0805933e in main ()
No symbol table info available.


Might the OOP fluffiness with inheritance and stuff require libqt to
have debugging symbols perhaps?
--
/Martin


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



Bug#322524: wmfire: could'nt not install wmfire with libgtop2-5

2005-08-11 Thread jerome Brongniart
Package: wmfire
Version: 1.2.1-4
Severity: normal
Tags: experimental

wmfire depend on libgtop2-2

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

Versions of packages wmfire depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libglib2.0-0  2.6.6-1The GLib library of C routines
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
pn  libgtop2-2none (no description available)
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libx11-6  6.8.2.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-4 X Window System miscellaneous exte
ii  xlibs 6.8.2.dfsg.1-4 X Window System client libraries m

wmfire recommends no packages.


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



Bug#322527: mozilla-firefox: Can't run as root

2005-08-11 Thread Anders Boström
Package: mozilla-firefox
Version: 1.0.4-2
Severity: normal

When I try to run firefox as root when logged in as a normal user, I
get this:

sid:~# firefox 
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object 
file: No such file or directory
cut: error while loading shared libraries: libc.so.6: cannot open shared object 
file: No such file or directory
Xlib: connection to :0.0 refused by server
Xlib: XDM authorization key matches an existing client!

(firefox-bin:20250): Gtk-WARNING **: cannot open display:  
sid:~# 

The first three errors is another problem (unrelated and reported). 

Other X-applications, including mozilla, works fine from the same
root-shell.

/ Anders

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.11
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to sv_SE)

Versions of packages mozilla-firefox depends on:
ii  debianutils  2.14.1  Miscellaneous utilities specific t
ii  fontconfig   2.3.2-1 generic font configuration library
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libglib2.0-0 2.6.5-1 The GLib library of C routines
hi  libgtk2.0-0  2.6.4-3 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-3 MIT Kerberos runtime libraries
ii  libpango1.0-01.8.2-1 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++6   4.0.1-2 The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-14 X Window System printing extension
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  psmisc   21.6-1  Utilities that use the proc filesy
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

mozilla-firefox recommends no packages.

-- no debconf information


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



Bug#322529: lvm10: vg_check_consistency_with_pv_and_lv not called correctly

2005-08-11 Thread Karl Chen
Package: lvm10
Severity: grave
Tags: patch
Justification: causes non-serious data loss


Function vg_create_dir_and_group_and_nodes() in
tools/lib/vg_create_dir_and_group_and_nodes.c has
vg_check_consistency_with_pv_and_lv  0, which compares
the address of the function instead of the return value of
invoking it.  Failing to properly invoke this check lead to
data loss.

This is invalid C, though gcc 3.x and 4.x accept it.  The
bug was detected using Elsa
http://www.cs.berkeley.edu/~smcpeak/elkhound/.


diff -ub 1.0.8/tools/lib/vg_create_dir_and_group_and_nodes.c.orig 
1.0.8/tools/lib/vg_create_dir_and_group_and_nodes.c
--- 1.0.8/tools/lib/vg_create_dir_and_group_and_nodes.c.orig2005-08-11 
01:35:30.0 -0700
+++ 1.0.8/tools/lib/vg_create_dir_and_group_and_nodes.c 2005-08-11 
01:35:42.0 -0700
@@ -46,7 +46,7 @@
 
debug_enter ( vg_create_dir_and_group_and_nodes -- CALLED\n);
 
-   if ( vg == NULL || vg_check_consistency_with_pv_and_lv  0 ||
+   if ( vg == NULL || vg_check_consistency_with_pv_and_lv()  0 ||
 opt_v  0) {
   ret = -LVM_EPARAM;
   goto vg_create_dir_and_group_and_nodes_end;


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



Bug#322499: postinst did not run properly

2005-08-11 Thread Rachel Rawlings
After reviewing the last apt-get update, I saw that the postinst script
had failed, and I failed to notice it had done so. After removing and
reinstalling at, it behaved as it should.

blockquote
$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 193 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up at (3.1.9) ...
Starting deferred execution scheduler: atdinvoke-rc.d: initscript atd,
action start failed.
dpkg: error processing at (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 at
E: Sub-process /usr/bin/dpkg returned an error code (1)
/blockquote


Gomen nasai.


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



Bug#322324: ifplugd: Fails to ifup eth0 at boot time

2005-08-11 Thread David Kågedal
Oliver Kurth [EMAIL PROTECTED] writes:

 It is as if ifplugd doesn't even notice eth0.

 Is there any information in the log files? Did ifplugd tell anything?

No.  Or actually, the only thing in /var/log/syslog is that it
discovers the interface sit0

  Aug 10 09:53:08 fidgit ifplugd.hotplug[6643]: Invoking ifplugd for sit0
  Aug 10 09:53:08 fidgit ifplugd(sit0)[6656]: ifplugd 0.26 initializing.
  Aug 10 09:53:08 fidgit ifplugd(sit0)[6656]: Using interface 
sit0/00:00:00:00:00:00
  Aug 10 09:53:08 fidgit ifplugd(sit0)[6656]: Using detection mode: IFF_RUNNING
  Aug 10 09:53:08 fidgit ifplugd(sit0)[6656]: Initialization complete, link 
beat detected.
  Aug 10 09:53:08 fidgit ifplugd(sit0)[6656]: Executing 
'/etc/ifplugd/ifplugd.action sit0 up'.
  Aug 10 09:53:08 fidgit ifplugd(sit0)[6656]: client: Ignoring unknown 
interface sit0=sit0.
  Aug 10 09:53:08 fidgit ifplugd(sit0)[6656]: Program executed successfully.

 Also, do you remember any change to your system that my have caused the
 problem? A kernel update, for example?

I do not remember exactly, but it could very well have been related to
a kernel update.  Or any other update, since there have been lots of
updates to sarge.

 What happens when you do
 ifup eth0
 after boot, when it did not work?

ifup eth0 always works when I run it manually.  I don't think
ifplugd tries to run it at boot.  If I unplug the cable and plug it
back in, ifplug will up the interface.

 Do you use dhcp?

Yes.  Below is my /etc/network/interfaces file.

  auto lo

  iface lo inet loopback

  iface eth0 inet dhcp

  mapping eth1
  script /sbin/ifscheme-mapping

  iface eth1-open inet dhcp

  iface eth1-home inet dhcp
  wireless-key something

lspci | grep Eth gives me this:

  :02:00.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] 
(rev 78)

-- 
David Kågedal



Bug#322454: python-scipy: several scipy.stats failures

2005-08-11 Thread Alexandre Fayolle
On Wed, Aug 10, 2005 at 02:39:54PM -0400, Perry, Alexander (GE Infrastructure) 
wrote:
 Package: python-scipy
 Version: 0.3.2-6
 Severity: normal
 Tags: patch
 
 
 There are typographic bugs in stats.py that make two functions fail.  In
 addition, the calculation for nanstd() provides obviously wrong answers.
 I have not done any formal checking for the correction attached below.
 
 In the distributions.py file, the calculation of est_loc_scale() uses
 a sibling method wrongly and references an import by the wrong name.
 In the same file, nnlf() method passes its own object twice to _nnlf()
 and its parameter parsing is incompatible with the fit() method's needs.
 
 The patch below is on directory /lib/python*/site-packages/scipy/stats

Thanks a lot for your bug report and patch. 

I shall prepare a new revision of the package and upload it before the
end of the week.  

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


signature.asc
Description: Digital signature


Bug#322220: Bug#322205: udev: vol_id crashes on usb storage device

2005-08-11 Thread Horms
On Tue, Aug 09, 2005 at 09:09:04PM +0200, Marco d'Itri wrote:
 close 322205 -1
 retitle -1 can't deal with a broken FAT file system
 reassign -1 linux-2.6
 thanks
 
 On Aug 09, Erhard Schultchen [EMAIL PROTECTED] wrote:
 
  I'm using usbmount in conjunction with udev to mount usb devices on plug
  in. However, my digital camera does not like /sbin/vol_id. vol_id
  segfaults and the kernel reports plenty i/o errors like these:
 OK, it should not segfault. Can you get a stack trace from the binary
 with debugging symbols?
 
   end_request: I/O error, dev sda, sector 250584
   Buffer I/O error on device sda, logical block 250584
  
  From this point on, the camera isn't readable any more no matter which
  sector (same error as above) until I plug it in again. My camera is a
 But this looks like the kernel reacting badly to a damaged file system,
 so I'm reassigning a copy of this bug to the kernel package.

Hi Marco,

I am unclear on what behaviour you expect from the kernel if
the file system or media is damaged.

Also, as an aside, the kernel appears to be reporting itself as
2.6.12.2, which is not a Debian kernel.

-- 
Horms


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



Bug#322189: gnus: Please include 'emacsen' in dependencies

2005-08-11 Thread Luca Capello
Hello!

I'm sorry, but I think this bug should be re-opened. Here why...

On Tue 09 Aug 2005 19:13 +0200, Romain Francoise wrote:
 gnus depends (among other unrelated packages) on 'emacs21 |
 xemacs21', please change this to 'emacs21 | xemacs21 | emacsen' in
 order to support standalone emacs-snapshot installations.

Why? I haven't upgraded to the official Debian emacs-snapshot package
yet (because of the emacsen dependencies problem for other packages
[1]), but manually unpacking the official Debian emacs-snapshot
package revealed me that gnus is included in it (which is the same for
url, previously externally provided by w3-url-e21).

So, the possible solutions could be the following: emacs-snapshot
provides gnus, so letting other packages depending on gnus (like
gnus-bonus-el) being installed. This is the situation  I adopted for
my unofficial emacs-snapshot packages [2] (which I stopped to provide
as emacs-snapshot entered Debian, thanks Romain).

In this case, emacs-snapshot can safely be installed together with
gnus (and emacs21, while in case of conflicts with gnus this won't
be the case).

Am I wrong?

Thx, bye,
Gismo / Luca

PS, I cced Romain and Manoj to be sure this mail reaches the
interested people. I'm sorry if you have double received this mail.

[1] emms flim gnus-bonus-el w3-el-e21 w3-url-e21 w3m-el
[2] http://luca.pca.it/debian/deb/cvs/


pgp1Y54ZGX6uw.pgp
Description: PGP signature


Bug#322085: header path /usr/include/postgresql/8.0/ gratuitously breaks compatibility with older sources

2005-08-11 Thread Martin Pitt
Hi!

Steve Langasek [2005-08-08 17:11 -0700]:
 Package: libpq-dev
 Version: 8.0.3-12
 Severity: normal
 
 Hi Martin, Oliver,
 
 I've been taking a closer look at the new postgresql -dev package layout
 now that FTBFS bugs are finding themselves filed against packages, and
 I'm concerned that the current layout seems to more or less gratuitously
 break compatibility with historical sources.

This was done with the possibility in mind to allow installation of
several versions of libpq-dev in mind. E. g. suppose postgresql-8.1
introduces a new client API libpq5, so we need libpq4-dev and
libpq5-dev. Since we also want to support older major releases of
postgresql, we can't just drop libpq4-dev. That, and the existence of
pg_config (which should be used by packages to solve this problem once
and for all) were the reasons why I did it that way.

 The package moves the headers from /usr/include/postgresql/ to
 /usr/include/postgresql/8.0/, which definitely breaks any sources that
 include the headers as postgresql/foo.h; and the recommended interface
 for detecting the include path is now pg_config --includedir.
 
 But there can only ever be one package installed at a time which
 provides pg_config...  So if all such -dev packages must conflict, why
 not use the /usr/include/postgresql/ path directly?

Right, this is not yet perfect yet. It is possible to change pg_config
to work for multiple libpqX-dev, it just didn't happen yet since it is
not necessary right now.

 I realize this may be the result of an upstream decision, but I think
 this is worth considering given the number of packages that are still 
 failing to build as a result of this change.

I see your point. I'm just afraid that this takes the pressure out of
maintainers to drop the postgresql-dev dependency out of their
packages and use pg_config to get the path information. I definitively
want to drop postgresql-dev after Etch, so at some point maintainers
just _have_ to fix their packages. But if it helps the release
process, I can certainly move the client-side include files back to
the old location.

Martin

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


signature.asc
Description: Digital signature


Bug#320187: latex2html and teTeX-3.0

2005-08-11 Thread Frank Küster
Roland Stigge [EMAIL PROTECTED] wrote:

 Hi Frank,

 Frank Küster wrote:
 we are planning to upload teTeX-3.0 (which is currently in experimental)
 to unstable at the end of this month.  After that, latex2html will have
 problems with parts of the tex file that it passes on to LaTeX itself.

 OK, I'm just now looking into that. :)

 I have not tested it, but it may cause packages that Build-Depend on
 latex2html to FTBFS.

 By the way, there's no package build-depending on latex2html in Debian,
 only one in non-free.

Good news then.

Have fun,
Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#320454: New upstream version

2005-08-11 Thread Roel Teuwen
A new upstream version has been released :

Version 2.01.14 - 4th August 2005
=
  Fix lvconvert PV parameter in help string.
  Prevent snapshots getting activated in a clustered VG.
  Separate out _build_dev_string.
  Move zero_lv to toollib.
  Fix pool format handler to work with pv segment code.



Bug#278845: Bug should be closed

2005-08-11 Thread Amaya
merge 278845 283379
thanks

Regis Boudin wrote:
 This bugs seems to be a duplicate of #283379, which was closed in december
 last year :
 278845 : plucker-desktop: i386 only
 283379 : plucker: Is (erroneously?) Arch: i386, not Arch: any
 
 I suppose it should be closed as well.

Yes, thanks for spotting this... I am closing it now.

-- 
 .''`.   Follow the white Rabbit - Ranty (and Lewis Carroll)
: :' :   
`. `'Proudly running Debian GNU/Linux (Sid 2.6.11 Ext3)  
  `- 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#239047: task juggler packages available

2005-08-11 Thread Isaac Clerencia
On Thursday, 11 August 2005 09:40, Igor Genibel wrote:
 Note that Isaac (in Cc:) contacted me and he has also prepared packages.
Yeah, we have already got in contact :)

Best regards
-- 
Isaac Clerencia at Warp Networks, http://www.warp.es
Work: [EMAIL PROTECTED]   | Debian: [EMAIL PROTECTED]


pgpz7gkLorMIY.pgp
Description: PGP signature


Bug#239047: task juggler packages available

2005-08-11 Thread Igor Genibel
* Mark Purcell [EMAIL PROTECTED] [2005-08-10 21:28:01 +0100]:

Hi Mark,

you can go on while I don't have time for packaging taskjuggler.

Note that Isaac (in Cc:) contacted me and he has also prepared packages.

-- 
Igor Genibel
«Non bene pro toto libertas venditur auro»
Freedom is not sold for all the gold in the world.
Dubrovnik motto


pgpAvuHKgAf63.pgp
Description: PGP signature


Bug#195360: 2-year-old unreproducible bug, can this be closed?

2005-08-11 Thread Nathanael Nerode
It doesn't seem to serve a useful purpose to leave it hanging around.  
Unless it's reproducible in which case it should lose the tag.




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



Bug#239047: TaskJuggler packages

2005-08-11 Thread Mark Purcell
On Thursday 11 August 2005 00:13, you wrote:
 It looks like it doesn't like libdate-pcalc-perl, so I guess you should use
 libdate-calc-perl.

Thanks I have updated to the Build-Depends you suggested and looks like 
erveything is working better now.

config was looking for openjade, so I provided it as a build-dep. Doesn't look 
like it is used though.

The new packages are available at http://people.debian.org/~msp

 I'm also getting an error in the TestSuite:
[...]
 May be you're not getting it because tjxx2gant is not being built. ???

I'm building tjxx2gant now as well without errors, so I'm not sure what the 
problem is.  Btw, given the mixed state with the c++ transition I am using a 
few packages from testing/ unstable and experimental to provide the KDE 3.4 
build enviroment, which should sort itself out over time.

The menu entries need a better locations, they are appearing under 
'Lost+Found' at the moment and a couple of out issues, such as man pages, 
shlib-symlink's, need to be fixed up as well.  But otherwise it is looking 
pretty stable.

Handbooks and documentation also appear to be in the wrong locations :-)

Do you have an account on alioth? If so then I would be happy to upload to svn 
and that would make co-working a lot easier.

Mark


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



Bug#246689: Surely this is fixed now?

2005-08-11 Thread Nathanael Nerode

PPC libc6 should be built with TLS and NPTL
We have new enough GCC now, and new glibc.  Is this fixed in the current 
glibc version in unstable?




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



Bug#321621: gcc biarch builds fails on i386

2005-08-11 Thread Andreas Jochens
On 05-Aug-09 14:14, Daniel Jacobowitz wrote:
 On Tue, Aug 09, 2005 at 07:50:38PM +0200, Andreas Jochens wrote:
  I could provide a patch to make 'glibc' build the necessary
  'libc6-i386' and 'libc6-dev-i386' packages if this approach
  is welcome.

I meant 'libc6-amd64' and 'libc6-dev-amd64', i.e. 64-bit amd64 
libraries for the i386 architecture. The 'libc6-i386' and 'libc6-dev-i386' 
packages would be 32-bit i386 libraries for amd64.
Sorry for this confusion.

 If you have one handy, I won't complain...

The attached patch to glibc-2.3.5-3 works for me. 

Some bootstrapping will be necessary, because the 64-bit build pass 
needs a Build-Depends on the resulting new 'libc6-dev-amd64' binary 
package itself because the 'configure' process tries to compile
64-bit programs.

Additionally, the linux-kernel-headers package needs to be changed to
support /usr/include/asm wrappers for an i386/amd64 biarch setup.

To build a first version of glibc with the patch, the following can be
done:

1. Create a clean i386/unstable chroot environment with debootstrap

2. apt-get build-dep glibc; apt-get source glibc

3. Apply the attached patch to the glibc source package

4. Ignore the new Build-Depends on 'libc6-dev-amd64 [i386]' and
   'apt-get install lib64gcc1' instead

5. Do _not_ install 'amd64-libs-dev'

6. Install a linux-kernel-headers package with the patch from BTS #321969 
   which adds /usr/include/asm wrappers for i386/amd64.

7. Manually copy amd64 64-bit versions of the following libc6-dev files 
   to /usr/lib64: libc.so, libpthread.so, *crt*.o, libc_nonshared.a   

8. Run dpkg-buildpackage to build the patched glibc. This will create
   the new libc6-amd64 and libc6-dev-amd64 packages which can then be
   used for a regular build with the Build-Depends on 'libc6-dev-amd64'
   installed.

When this is done, the Build-Depends of gcc-4.0 on 'amd64-libs-dev [i386]'
can be replaced by 'libc6-dev-amd64 [i386]' and gcc-4.0 can be recompiled.

With this change, the i386 toolchain would no longer depend on packages
from the amd64 port.

Regards
Andreas Jochens

diff -urN ../tmp-orig/glibc-2.3.5/debian/control ./debian/control
--- ../tmp-orig/glibc-2.3.5/debian/control  2005-08-09 18:01:25.0 
+
+++ ./debian/control2005-08-09 15:57:20.0 +
@@ -1,7 +1,7 @@
 Source: glibc
 Section: libs
 Priority: required
-Build-Depends: gettext (= 0.10.37-1), make (= 3.80-1), dpkg-dev (= 1.13.5), 
debianutils (= 1.13.1), tar (= 1.13.11), bzip2, texinfo (= 4.0), 
linux-kernel-headers (= 2.5.999-test7-bk-9) [!hurd-i386], mig (= 1.3-2) 
[hurd-i386], hurd-dev (= 20020608-1) [hurd-i386], gnumach-dev [hurd-i386], 
texi2html, file, gcc-4.0 [!powerpc !m68k] | gcc-3.4 (= 3.4.4-6) [powerpc] | 
gcc-3.4 [m68k], autoconf, binutils (= 2.14.90.0.7-5), sed (= 4.0.5-4), gawk, 
debhelper (= 4.1.76)
+Build-Depends: gettext (= 0.10.37-1), make (= 3.80-1), dpkg-dev (= 1.13.5), 
debianutils (= 1.13.1), tar (= 1.13.11), bzip2, texinfo (= 4.0), 
linux-kernel-headers (= 2.5.999-test7-bk-9) [!hurd-i386], mig (= 1.3-2) 
[hurd-i386], hurd-dev (= 20020608-1) [hurd-i386], gnumach-dev [hurd-i386], 
texi2html, file, gcc-4.0 [!powerpc !ppc64 !m68k], gcc-3.4 (= 3.4.4-6) 
[powerpc], gcc-3.4 [m68k ppc64], autoconf, binutils (= 2.14.90.0.7-5), sed (= 
4.0.5-4), gawk, debhelper (= 4.1.76), libc6-dev-amd64 [i386]
 Build-Depends-Indep: perl, po-debconf
 Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
 Uploaders: Ben Collins [EMAIL PROTECTED], GOTO Masanori [EMAIL PROTECTED], 
Philip Blundell [EMAIL PROTECTED], Jeff Bailey [EMAIL PROTECTED], Daniel 
Jacobowitz [EMAIL PROTECTED]
diff -urN ../tmp-orig/glibc-2.3.5/debian/control.in/amd64 
./debian/control.in/amd64
--- ../tmp-orig/glibc-2.3.5/debian/control.in/amd64 1970-01-01 
00:00:00.0 +
+++ ./debian/control.in/amd64   2005-08-09 15:38:42.0 +
@@ -0,0 +1,22 @@
+Package: libc6-amd64
+Architecture: i386
+Section: base
+Priority: required
+Depends: libc6 (= ${Source-Version}), lib64gcc1
+Replaces: amd64-libs
+Description: GNU C Library: 64bit Shared libraries for AMD64
+ This package includes shared versions of the standard C library and the
+ standard math library, as well as many others. This is the 64bit version
+ of the library, meant for AMD64 systems.
+
+Package: libc6-dev-amd64
+Architecture: i386
+Section: libdevel
+Priority: standard
+Depends: libc6-amd64 (= ${Source-Version}), libc6-dev (= ${Source-Version})
+Replaces: amd64-libs-dev
+Description: GNU C Library: 64bit Development Libraries for AMD64
+ Contains the symlinks and object files needed to compile and link programs
+ which use the standard C library. This is the 64bit version of the
+ library, meant for AMD64 systems.
+
diff -urN ../tmp-orig/glibc-2.3.5/debian/control.in/main 
./debian/control.in/main
--- ../tmp-orig/glibc-2.3.5/debian/control.in/main  2005-08-09 
18:01:25.0 +
+++ ./debian/control.in/main2005-08-09 15:38:42.0 +
@@ -1,7 +1,7 @@
 

Bug#321969: linux-kernel-headers: Please install the 32-bit 'ppc' kernel headers on the ppc64 architecture

2005-08-11 Thread Andreas Jochens
An additional setting of 'arch_biarch=amd64' has to be added to the 
previous patch for the i386 case. Otherwise the autoconf.h file will
not be installed correctly.

Regards
Andreas Jochens

diff -urN ../tmp-orig/linux-kernel-headers-2.6.13+0rc3/debian/generate-asm.sh 
./debian/generate-asm.sh
--- ../tmp-orig/linux-kernel-headers-2.6.13+0rc3/debian/generate-asm.sh 
2005-08-09 10:44:32.0 +
+++ ./debian/generate-asm.sh2005-08-09 09:51:58.0 +
@@ -13,13 +13,30 @@
 fi
 
 case $arch in
+   amd64)
+   define_biarch=#ifdef __i386__
+   kernel_arch=x86_64
+   kernel_arch_biarch=i386
+   ;;
+   i386)
+   define_biarch=#ifdef __x86_64__
+   kernel_arch=i386
+   kernel_arch_biarch=x86_64
+   arch_biarch=amd64
+   ;;
powerpc)
-   define_biarch=__powerpc64__
+   define_biarch=#ifdef __powerpc64__
kernel_arch=ppc
kernel_arch_biarch=ppc64
;;
+   ppc64)
+   define_biarch=#ifndef __powerpc64__
+   kernel_arch=ppc64
+   kernel_arch_biarch=ppc
+   arch_biarch=powerpc
+   ;;
sparc)
-   define_biarch=__arch64__
+   define_biarch=#ifdef __arch64__
kernel_arch=sparc
kernel_arch_biarch=sparc64
;;
@@ -28,6 +44,8 @@
exit 1
 esac
 
+[ -z $arch_biarch ]  arch_biarch=$kernel_arch_biarch
+
 asm_dir=asm-$kernel_arch
 asm_dir_biarch=asm-$kernel_arch_biarch
 
@@ -61,7 +79,7 @@
# common for sparc and sparc64
if [ -f $dir_in/$asm_dir/$h ]  [ -f $dir_in/$asm_dir_biarch/$h ]; then
cat  $file_out EOF
-#ifdef $define_biarch
+$define_biarch
 # include $asm_dir_biarch/$h
 #else
 # include $asm_dir/$h
@@ -70,7 +88,7 @@
 
elif [ -f $dir_in/$asm_dir/$h ]; then
cat  $file_out EOF
-#ifdef $define_biarch
+$define_biarch
 # error This header is not available for $kernel_arch_biarch
 #else
 # include $asm_dir/$h
@@ -78,7 +96,7 @@
 EOF
else
cat  $file_out EOF
-#ifdef $define_biarch
+$define_biarch
 # include $asm_dir_biarch/$h
 #else
 # error This header is not available for $kernel_arch
@@ -95,7 +113,7 @@
 fi
 
 cp $autoconf_in/autoconf-$arch.h $dir_out/$asm_dir/autoconf.h
-cp $autoconf_in/autoconf-$kernel_arch_biarch.h 
$dir_out/$asm_dir_biarch/autoconf.h
+cp $autoconf_in/autoconf-$arch_biarch.h $dir_out/$asm_dir_biarch/autoconf.h
 
 file_out=$dir_out/linux/autoconf.h
 h=autoconf.h
@@ -104,7 +122,7 @@
  * file in $asm_dir or $asm_dir_biarch.
  */
 
-#ifdef $define_biarch
+$define_biarch
 # include $asm_dir_biarch/$h
 #else
 # include $asm_dir/$h
diff -urN ../tmp-orig/linux-kernel-headers-2.6.13+0rc3/debian/rules 
./debian/rules
--- ../tmp-orig/linux-kernel-headers-2.6.13+0rc3/debian/rules   2005-08-09 
10:44:32.0 +
+++ ./debian/rules  2005-08-09 08:59:44.0 +
@@ -31,21 +31,13 @@
install -d $(includedir)
install -d $(includedir)/linux
 
-ifneq (,$(findstring $(DEB_HOST_ARCH), powerpc sparc))
+ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 i386 powerpc ppc64 sparc))
sh debian/generate-asm.sh $(DEB_HOST_ARCH) include $(includedir) 
autoconfs
 else
cp -a include/asm-$(kernel_arch) $(includedir)/asm
cp autoconfs/autoconf-$(DEB_HOST_ARCH).h $(includedir)/linux/autoconf.h
 endif
 
-ifeq ($(kernel_arch),x86_64)
-   # install the i386 kernel headers in /usr/include/i386-linux
-   mkdir -p $(includedir)/i386-linux
-   ln -s ../linux $(includedir)/i386-linux
-   ln -s ../asm-generic $(includedir)/i386-linux
-   cp -a include/asm-i386 $(includedir)/i386-linux/asm
-endif
-
 ifeq ($(kernel_arch),arm)
# ARM needs some extra symlinks.
rm -f $(includedir)/asm/proc


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



Bug#322089: openldap2: Please switch to libgnutls12

2005-08-11 Thread Matthias Urlichs
Hi,

Steve Langasek:
  If necessary, additional hackery can probably be introduced to
  openldap2's include/ldap_pvt_gnutls.h (#include gnutls/openssl.h,
  #ifdef any conflicts away, link with -lgnutls-openssl) without too much
  headache.
 
 Ok.  Couple of questions:
 
 - What is the current license of libgnutls-openssl?

*Sigh*, s/ out too much/major/.  :-(

Thanks -- I wasn't checking that closely enough. I hate when people
switch licenses around. In gnutls11, this stuff was actually LGPL'd.
(It was also included twice...)

 - Why would the x509 interfaces be compatibility-only?  X509 is surely not
 specific to OpenSSL.  Or is this simply a matter of the *particular*
 interfaces that OpenLDAP is using to get at the X509 data?
 
The latter.

 - In light of this incompatibility, do you still plan to Provide:
 libgnutls11-dev?

I'll ask gnutls's Upstream if they'd consider reverting that.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Few things are harder to put up with than the annoyance of a good example.
-- Mark Twain, Pudd'nhead Wilson's Calendar


signature.asc
Description: Digital signature


Bug#322284: x11-common: dbus provides a session since 2004

2005-08-11 Thread Daniel Stone
On Wed, Aug 10, 2005 at 07:48:28PM -0700, Marc Wilson wrote:
 Apparently dbus has provided a session bus for X since Feb of 2004, as
 detailed in:
 
 http://lists.debian.org/debian-devel-changes/2004/02/msg00194.html
 
 Anyone know whether Debian's xorg is suddenly going to inherit a dbus
 dependency?  It'd be a show-stopper for allowing it to install, if it
 does.

No.  Not at all.


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



Bug#322339: CAN-2004-2302: Race condition allows DoS through large offsets in sysfs files

2005-08-11 Thread Horms
tags  322339 +pending
thanks

On Wed, Aug 10, 2005 at 11:53:00AM +0200, Moritz Muehlenhoff wrote:
 Package: kernel-source-2.6.8
 Severity: important
 Tags: security patch
 
 CAN-2004-2302 describes a kernel DoS through a race condition, that can be 
 triggered
 by overly long sysfs offsets. Please see 
 http://linux.bkbits.net:8080/linux-2.6/cset%404186a4deVoR88JjTwMa3ZnIp-_YJsA
 for description and a patch. 2.4 doesn't seem to use sysfs and it should 
 already be
 fixed in 2.6.12.

Thanks,

I have backported and added this to SVN for 2.6.8.
Neither 2.6.12 nor 2.4.27 seem vulnerable to me either.

-- 
Horms


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



Bug#322467: [CAN-2005-2097] Loca Table Verification Remote Denial of Service Vulnerability

2005-08-11 Thread Hilmar Preusse
tags 322467 + experimental
stop

On 10.08.05 Hilmar Preusse ([EMAIL PROTECTED]) wrote:

 Package: tetex-bin
 Version: 2.0.2-31
 Severity: grave
 Tags: patch
 
 Just a reminder,
 
 http://www.securityfocus.com/bid/14529/info
 
Martin Pitt gave me the hint, that teTeX from stable is not
vulnerable as it has another xpdf version. However teTeX 3.0 uses
xpdf 3.0.

H.
-- 
sigmentation fault


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



Bug#322341: Borken implementation of the fancyvrb package in text output (at least)

2005-08-11 Thread Ralf Treinen
Hi Martin,

On Wed, Aug 10, 2005 at 11:02:40AM +0200, Martin Quinson wrote:
 Package: hevea
 Version 1.07-4
 Tags: upstream
 
 Hello,
 
 I try to convert a document (some documentation within the quilt package) 
 which
 prolog contains \usepackage{fancyvrb} and then this in the body:
 
 \begin{Verbatim}
 work/ -+- ...
|- patches/ -+- series
||- patch2.diff
||- patch1.diff
|+- ...
+- .pc/ -+- applied-patches
 |- patch1.diff/ -+- ...
 |- patch2.diff/ -+- ...
 +- ...
 \end{Verbatim}
 
 Neither the text output not the html one are perfectly satisfying. 
 
 The text output fails with a bunch of:
  Warning: Command not found: \Verbatim
 
 while the html output does center it. It must be due to the fact that the
 Verbatim environment is included within a figure.

I just tried with hevea 1.08 from testing/unstable on the file 
doc/main.tex from quilt 0.40-6, and it seemed to work fine (a bit to my
surprise, since fancyvrb is not on the list of latex packages supported
by hevea). No complains related to Verbatim, and the output of the figure
looks OK to me.  Can you please try for yourself  with hevea 1.08 and
confirm?

-Ralf.
-- 


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



Bug#322265: smartmontools: 3ware RAID device no longer being monitored

2005-08-11 Thread Guido Guenther
On Wed, Aug 10, 2005 at 06:48:56PM -0700, Blair Zajac wrote:
 Bruce Allen wrote:
 Bruce Allen wrote:
 
 Try using /dev/twa0, /dev/twa1, ... or /dev/twe0, /dev/twe1, etc.  See 
 the
 man page for the difference.
Thanks for the explanation, Bruce!

 
 Hello,
 
 My system doesn't have /dev/tw*
 
 # ls /dev/tw*
 ls: /dev/tw*: No such file or directory
 
 Any suggestions.
 
 
 The /dev/tw* nodes are created by smartd/smartctl on startup, if they
 don't already exist.
 
 Bruce
 
 Thanks for the help, sorry for the unnecessary email.
So does it work for you now?
 -- Guido


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



Bug#322189: gnus: Please include 'emacsen' in dependencies

2005-08-11 Thread Romain Francoise
Luca Capello [EMAIL PROTECTED] writes:

 manually unpacking the official Debian emacs-snapshot package revealed
 me that gnus is included in it (which is the same for url, previously
 externally provided by w3-url-e21).

Gnus has always been included in Emacs.  emacs21 provides Gnus v5.9.0,
emacs-snapshot provides Gnus v5.11, gnus provides No Gnus v0.4 (which is
newer than v5.11).

It would help if you stated the problem clearly instead of just
suggesting solutions...  Is the problem that you want to be able to
install gnus-bonus-el without installing gnus, so that you can use it
with the Gnus version provided by emacs-snapshot?  If that's what the
problem is, then ask the gnus-bonus-el maintainer to change the
dependencies from 'gnus | emacs21 | xemacs21' to 'gnus | emacs21 |
xemacs21 | emacs-snapshot' or something...

In any case, I won't make emacs-snapshot provide gnus, it's the wrong
solution.

Thanks for any clarification,

-- 
  ,''`.
 : :' :Romain Francoise [EMAIL PROTECTED]
 `. `' http://people.debian.org/~rfrancoise/
   `-


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



Bug#318012: revelation is still uninstallable

2005-08-11 Thread Stefan Völkel
On Wed, 2005-08-10 at 14:48 -0700, Steve Langasek wrote:
 On Wed, Aug 10, 2005 at 12:00:23PM -0400, John McCutchan wrote:
  Package: revelation
  Followup-For: Bug #318012
 
  Please mark this bug as unfixed. Indeed, a correction is in order, 
  Revelation can't
  be installed because python2.3-crypto can't be installed. This is using
  sid.
 
 And that is not a bug in revelation, it's a bug in python2.3-crypto.  Having
 a second open bug against revelation would be pointless.

After rebuilding python-crypto from source and installing the so created
deb revelation is installable. Thus pyhton crypto needs to be re-build
(because of the gcc transition).

I am re-asigning this bug to python-crypto.

regards
Stefan
-- 
Stefan Völkel[EMAIL PROTECTED]
Millenux GmbH  mobile: +49.170.79177.17
Lilienthalstraße 2  phone: +49.711.88770.300
70825 Stuttgart-Korntal   fax: +49.711.88770.349
 -= linux without limits -=- http://linux.zSeries.org/ =-


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


Bug#122149: Anna - college girl

2005-08-11 Thread Christa
These are real amateurs who have webcams on their
computers in their dorm rooms! This is not one of those
porn sites with professional girls who get paid to do this
in front of the camera, these are the average girls next door, 
at college, trying to make money and meet guys!

It wont take you more then 1 minute to just check this out
what are you waiting for?

http://bornfruit.com/co25/










conceit you charge me avert you buttrick me equivocate you coriander me 
deposition you servomechanism me necessity you poultice me nectar you britches 
me 


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



Bug#322534: ITP: mpfi -- multiple precision floating-point interval computation

2005-08-11 Thread Laurent Fousse
Package: wnpp
Severity: wishlist
Owner: Laurent Fousse [EMAIL PROTECTED]

* Package name: mpfi
  Version : 1.3.3
  Upstream Authors : Nathalie Revol, Fabrice Rouillier (email ommited)
* URL : http://perso.ens-lyon.fr/nathalie.revol/software.html
* License : LGPL 2.1 or later
  Description : multiple precision floating-point interval computation

 The basic principle of interval arithmetic consists in enclosing every number
 by an interval containing it and being representable by machine numbers: for
 instance it can be stored as its lower and upper endpoints and these bounds
 are machine numbers, or as a centre and a radius which are machine numbers.
 .
 The arithmetic operations are extended for interval operands in such a way
 that the exact result of the operation belongs to the computed interval.
 .
 The purpose of an arbitrary precision interval arithmetic is on the one hand
 to get guaranteed results, thanks to interval computation, and on the other
 hand to obtain accurate results, thanks to multiple precision arithmetic. The
 MPFI library is built upon MPFR in order to benefit from the correct roundings
 provided by MPFR. Further advantages of using MPFR are its portability and
 compliance with the IEEE 754 standard for floating-point arithmetic. 


signature.asc
Description: Digital signature


Bug#322533: linux-2.6: no sound: codec_write 0: semaphore is not ready for register

2005-08-11 Thread Steve Langasek
Package: linux-image-2.6.12-1-686-smp
Version: 2.6.12-1
Severity: normal

In all Debian kernel packages above 2.6.8, sound is completely broken on my
laptop.  Trying to adjust volume settings gives me errors of this sort in the
kernel log:

Aug  6 04:57:27 mauritius kernel: codec_write 0: semaphore is not ready for 
register 0x2
Aug  6 04:57:27 mauritius kernel: codec_write 0: semaphore is not ready for 
register 0x2
Aug  6 04:57:27 mauritius kernel: codec_write 0: semaphore is not ready for 
register 0x18
Aug  6 04:57:27 mauritius kernel: codec_write 0: semaphore is not ready for 
register 0x18
Aug  6 04:57:27 mauritius kernel: codec_write 0: semaphore is not ready for 
register 0x12
Aug  6 04:57:27 mauritius kernel: codec_write 0: semaphore is not ready for 
register 0x12
Aug  6 04:57:27 mauritius kernel: codec_write 0: semaphore is not ready for 
register 0x4
Aug  6 04:57:27 mauritius kernel: codec_write 0: semaphore is not ready for 
register 0x4

No evidence that the mixer settings actually change.  In any case, sound
apps hang when trying to open the sound device for output, so it hardly seems
to matter if the mixer works.

Sound device is, from lspci:

:00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) 
AC'97 Audio Controller (rev 02)

and lspci -n:

:00:1f.5 0401: 8086:24d5 (rev 02)

Under 2.6.8, the following modules are loaded:

snd_intel8x0m  20872  0 
snd_intel8x0   37452  2 
snd_ac97_codec 70884  2 snd_intel8x0m,snd_intel8x0
snd_pcm_oss55912  1 
snd_mixer_oss  20384  2 snd_pcm_oss
snd_pcm   102948  3 snd_intel8x0m,snd_intel8x0,snd_pcm_oss
snd_timer  27492  1 snd_pcm
snd_page_alloc 12008  3 snd_intel8x0m,snd_intel8x0,snd_pcm
gameport5120  1 snd_intel8x0
snd_mpu401_uart 8640  1 snd_intel8x0
snd_rawmidi26084  1 snd_mpu401_uart
snd_seq_device  8456  1 snd_rawmidi

I haven't checked yet how this list compares to what gets loaded under
2.6.12.



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

-- no debconf information


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



Bug#322531: sound-juicer: Missing dependency

2005-08-11 Thread Peter Karlsson
Package: sound-juicer
Version: 0.6.1-2
Severity: serious
Justification: Library dependencies missing

$ sound-juicer 
sound-juicer: error while loading shared libraries:
libgnome-media-profiles.so.0: cannot open shared object file: No such file or 
directory

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.31
Locale: LANG=sv, LC_CTYPE=sv (charmap=ISO-8859-1) (ignored: LC_ALL set to 
sv_SE.ISO8859-1)

Versions of packages sound-juicer depends on:
ii  gconf2 2.8.1-6   GNOME configuration database syste
ii  gnome-media1.2.3-4   Gnome Media Utilities (gmix, gtcd)
ii  gstreamer0.8-cdparanoi 0.8.8-2   cdparanoia plugin for GStreamer
ii  gstreamer0.8-flac  0.8.8-2   FLAC plugin for GStreamer
ii  gstreamer0.8-misc  0.8.8-2   Collection of various GStreamer pl
ii  gstreamer0.8-vorbis0.8.8-2   Vorbis plugin for GStreamer
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.8.0-4   The ATK accessibility toolkit
ii  libbonobo2-0   2.8.1-2   Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.8.1-2   The Bonobo UI library
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcc11:3.4.3-13GCC support library
ii  libgconf2-42.8.1-6   GNOME configuration database syste
ii  libglade2-01:2.4.2-2 library to load .glade files at ru
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libgnome2-02.8.1-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.8.0-1   A powerful object-oriented display
ii  libgnomeui-0   2.8.1-3   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.8.4-4   The GNOME virtual file-system libr
ii  libgstreamer-gconf0.8- 0.8.8-2   GConf support for GStreamer
ii  libgstreamer0.8-0  0.8.9-2   Core GStreamer libraries, plugins,
ii  libgtk2.0-02.6.4-3   The GTK+ graphical user interface 
ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
ii  libmusicbrainz42.1.1-3   Second generation incarnation of t
ii  liborbit2  1:2.12.2-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 4.3.0.dfsg.1-14   X Window System Session Management
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libxml22.6.16-7  GNOME XML library
ii  xlibs  4.3.0.dfsg.1-14   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#322530: mol-modules-source: Hard to get to work with precompiled kernel

2005-08-11 Thread Siep Kroonenberg
Package: mol-modules-source
Version: 0.9.70-18
Severity: normal


Mol modules seem to require a full kernel source tree and
kernel-package to compile.

The first thing that went wrong when trying to compile with just the
kernel headers was a missing gcc-version.sh. If you wish, I can send
you a make logfile. Running make with a full 'prepared' Linux source
tree didn't work either. I saved this logfile as well.

The following did work (sort of):

- Prepare the kernel source (unpacking, Linux symlink, copying
  relevant /boot/config-... to /usr/src/linux/.config, running
  make prepare;  lots of warnings about pointer targets
  differing in signedness), but I continued anyway).
- make_kpkg modules_image
- install mol-modules-...

This resulted in just a mol.ko, not a sheep.ko. Also, it was in
/lib/modules/2.6.12/misc, not in /lib/modules/2.6.12-1-powerpc/misc
and failed to load automatically, even after copying it to the right
directory and rebooting. However, it did load with modins, and Mac
OS 9 seems to run ok. I didn't try to establish a netatalk
connection with the host, but was able to ssh to the host.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

Versions of packages mol-modules-source depends on:
ii  gcc   4:4.0.1-3  The GNU C compiler
ii  libc6-dev 2.3.5-3GNU C Library: Development Librari
ii  make  3.80-10The GNU version of the make util

Versions of packages mol-modules-source recommends:
ii  debhelper 4.9.5  helper programs for debian/rules
ii  kernel-package9.005  A utility for building Linux kerne
ii  m41.4.3-2a macro processing language

-- no debconf information


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



Bug#322532: FTBFS: gcc-4.0 got ICE when compiling zope 2.6.4-3 in unstable on m68k

2005-08-11 Thread Fabio Tranchitella
Package: gcc-4.0
Version: 4.0.1-2
Severity: important

I've got an FTBFS for zope package (2.6.4-3) and zope2.7 (2.7.5-3),
the buildd logs are here:

http://buildd.debian.org/fetch.php?pkg=zopever=2.6.4-3arch=m68kstamp=1123209062file=logas=raw
http://buildd.debian.org/fetch.php?pkg=zope2.7ver=2.7.5-3arch=m68kstamp=1121703939file=logas=raw

---
AccessControl/cAccessControl.c: In function 'module_aq_validate':
AccessControl/cAccessControl.c:2152: warning: 'inst' may be used
uninitialized in this function
AccessControl/cAccessControl.c:2152: warning: 'obj' may be used
uninitialized in this function
AccessControl/cAccessControl.c:2152: warning: 'name' may be used
uninitialized in this function
AccessControl/cAccessControl.c:2152: warning: 'v' may be used
uninitialized in this function
AccessControl/cAccessControl.c:2152: warning: 'validate' may be used
uninitialized in this function
AccessControl/cAccessControl.c: In function 'SecurityManager_setattro':
AccessControl/cAccessControl.c:1512: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see URL:file:///usr/share/doc/gcc-4.0/README.Bugs.
error: command 'gcc' failed with exit status 1
make: *** [build-stamp] Error 1
---

Thanks,

-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (500, 'experimental'), (500, 'unstable'), (500, 'testing'), (500, 
'stable')
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) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages gcc-4.0 depends on:
ii  binutils2.16.1-2 The GNU assembler, linker and bina
ii  cpp-4.0 4.0.1-2  The GNU C preprocessor
ii  gcc-4.0-base4.0.1-2  The GNU Compiler Collection (base 
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.1-2GCC support library

Versions of packages gcc-4.0 recommends:
ii  libc6-dev   2.3.2.ds1-22 GNU C Library: Development Librari
ii  libmudflap0-dev 4.0.1-2  GCC mudflap support libraries (dev

-- no debconf information


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



Bug#322535: evolution: Multiple format string vulnerabilities in Evolution

2005-08-11 Thread Moritz Muehlenhoff
Package: evolution
Severity: grave
Tags: security

Multiple exploitable format string vulnerabilities have been found in
Evolution. Please see 
http://www.securityfocus.com/archive/1/407789/30/0/threaded
for details. 2.3.7 fixes all these issues.

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.12-rc5
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#322189: gnus: Please include 'emacsen' in dependencies

2005-08-11 Thread Luca Capello
Hello!

On Thu 11 Aug 2005 10:48 +0200, Romain Francoise wrote:
 Luca Capello [EMAIL PROTECTED] writes:

 manually unpacking the official Debian emacs-snapshot package revealed
 me that gnus is included in it (which is the same for url, previously
 externally provided by w3-url-e21).

 Gnus has always been included in Emacs.  emacs21 provides Gnus v5.9.0,
 emacs-snapshot provides Gnus v5.11, gnus provides No Gnus v0.4 (which is
 newer than v5.11).

I'm sorry, I thought emacs21 didn't include gnus (and it was my fault
not to cheked before posting, as I did for emacs-snapshot). And I
didn't now at all that gnus provides No Gnus (there's no hint in the
package description). Anyway, I'm installing gnus ;-)

 It would help if you stated the problem clearly instead of just
 suggesting solutions...

As of above, I thought the problem was not only in gnus-bonus-el, but
also in emacs-snapshot. Again, my fault.

 Is the problem that you want to be able to install gnus-bonus-el
 without installing gnus, so that you can use it with the Gnus
 version provided by emacs-snapshot? If that's what the problem is,
 then ask the gnus-bonus-el maintainer to change the  dependencies
 from 'gnus | emacs21 | xemacs21' to 'gnus | emacs21 | xemacs21 |
 emacs-snapshot' or something...

That's for sure, but before I asked here. Sorry for the confusion.

 In any case, I won't make emacs-snapshot provide gnus, it's the
 wrong solution.

That's why I asked at the end am I wrong? :-D

 Thanks for any clarification,

Thanks for your time, stopping here and filing a bug for
gnus-bonus-el.

Thx, bye,
Gismo / Luca


pgpwiVdxmyHtj.pgp
Description: PGP signature


Bug#322446: rawdog should suggest python2.3-xml or another parser

2005-08-11 Thread Michael Scherer
Le Mercredi 10 Août 2005 20:02, vous avez écrit :

 Can you save this into a (preferably minimal) test case? del.icio.us
 moves too fast to be particularly reliable for this.

I used the del.icio.us feed of my bookmark, so it should not change unless I 
say so. 

The problem was reproduced by a friend yesterday using differents feeds on 
debian unstable.

But now, I cannot reproduce the bug after I installed one of the python-xml 
package, even if I remove and purge it, and it does not appears on every new 
installation I try with the same configuration. 
The same happens on the other computer where the bug appeared ( on unstable )

I have not looked more once I found that the problem was due to the xml 
parser, and I can no longer debug since I cannot reproduce it. 

So, maybe it was some weird transition problem or something wrong somewhere in 
some python module, some .pyc or .pyo left from some upgrade. Since it was 
reproductible on another computer, I didn't look further.
Sorry for the noise.

I think the bug report should be closed

-- 
Michael Scherer



Bug#322467: [CAN-2005-2097] Loca Table Verification Remote Denial of Service Vulnerability

2005-08-11 Thread Frank Küster
found 322467 3.0-5
thanks

Hilmar Preusse [EMAIL PROTECTED] wrote:

 Package: tetex-bin
 Version: 2.0.2-31
 Severity: grave
 Tags: patch
 Justification: can result in disk consumption and ultimately lead to a denial 
 of service condition.

 Just a reminder,

 http://www.securityfocus.com/bid/14529/info

 Ubuntu^1 already fixed the xpdf packages. I guess we're affected too,
 as pdftex processes pdf files using the code from xpdf. I did not
 file a bug against xpdf yet. I'm attaching a patch taken from
 ftp://ftp.kde.org/pub/kde/security_patches/ and the sig. According to
 Martin Pitt the original patch was posted to vendor-sec but I'm not
 subscribed to it.

tetex-bin_2.0.2 in sarge, etch, sid, as well as tetex-bin_1.0.7... in
oldstable do not have the files the patch changes.  Moreover, the
strings loca table or codetogid do not appear in
tetex-bin-{1.0.7...,2.0.2}/libs/, checked with a case-insensitive grep.

However, truetype appears lots of times.  Therefore it probably needs
a careful inspection of the code to check whether these are indeed
vulnerable.  It would be best if someone with a decent understanding of
C++ would do that, not me.

tetex-bin_3.0 in experimental is vulnerable.

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#322521: mozilla-firefox: please provide libgtkembedmoz.so etc.

2005-08-11 Thread Alexander Sack
On Thu, Aug 11, 2005 at 12:24:43PM +0900, Hidetaka Iwai wrote:
 I maintain the debian package of kazehakase(gecko based web browser)
 and kazehakase can use lib libgtkembedmoz.so of mozilla-firefox since
 version 0.2.6.  
 
 I plan to use the firefox's gecko as the rendering engine of
 kazehakase, so could you please provide libgtkembedmoz.so with
 mozilla-firefox package, and a development package such as
 mozilla-firefox-dev?

IMHO, providing those libs to /usr/lib/ would decrease the flexibility
how we can act on security issues ... think about all those added
dependents we have to care about, if we want to push something new to stable.

I would even suggest to produce those embedding libraries from a completely
separated source package, so we can handle issues independent from the 
mozilla standalone apps.


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


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



Bug#322341: Borken implementation of the fancyvrb package in text output (at least)

2005-08-11 Thread Ralf Treinen
On Wed, Aug 10, 2005 at 11:02:40AM +0200, Martin Quinson wrote:
 Package: hevea
 Version 1.07-4
 Tags: upstream

Forget my previous mail, I was looking at the html output, and
not at the text output. The text output does indeed look strange.

In fact, the hevea doc says that there is an *experimental* and partial
implementation of fancyvrb (section B.17.13 in the documentation
of hevea 1.08). If you look into /usr/share/hevea you see that
there is a file html/fancyvrb.hva (the hevea implementation of
fancyvrb for html output) but there is no corresponding file
in text/. Hence, if you want to generate text output you will
have to do without the fancyvrb package for now.

This rather is a wishlist bug (complete the support of fancyvrb for
text output). Do you agree?

-Ralf.
-- 


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



Bug#309308: [Secure-testing-team] Re: Bug#309308: kernel-image-2.6.8-2-686-smp: VLAN Oops fix for 2.6.8

2005-08-11 Thread Paul TBBle Hampson
On Thu, Aug 11, 2005 at 11:04:17AM +0200, Moritz Muehlenhoff wrote:
 Horms wrote:
  below patch has been slurped into the Debian patches for 2.6.8, but the
  error posted looks like the same error I suffered when hitting this bug.
  
  Patch from 
  http://lists.osdl.org/pipermail/bridge/2004-September/000638.html
  
  Cut and paste from the web archive, so spacing etc. may be boned.
  But it's a typo-only fix anyway, so easy enough to recreate.
 
 Thanks I have added this to SVN. 
 
 Is this considered a security bug and if so does it have a CAN number?

 There is no public CVE assignment for this issue. If's it easily reproducable
 for non-root, it might account as a local DoS vulnerability.

mii-tool's IOCTL is only allowed by root.

The remote DoS comes from the fact that snmpd will call this IOCTL when it
gets a request for the interface statistics.

So it's exploitable via SNMP if the exploiter has access to the SNMP tree
in question. (Which is not the default, if I recall correctly?)

However, this means that cricket will bone the machine during the boot process,
or soon after.

^_^

-- 
---
Paul TBBle Hampson, MCSE
8th year CompSci/Asian Studies student, ANU
The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

No survivors? Then where do the stories come from I wonder?
-- Capt. Jack Sparrow, Pirates of the Caribbean

License: http://creativecommons.org/licenses/by/2.1/au/
---


pgpFECLcYrHMg.pgp
Description: PGP signature


Bug#322536: gnus-bonus-el: Please include 'emacsen' in dependencies

2005-08-11 Thread Luca Capello
Package: gnus-bonus-el
Version: 24.11-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

gnus-bonus-el depends on 'gnus | emacs21 | xemacs21', please change
this to 'gnus | emacs21 | xemacs21 | emacs-snapshot' in order to
support standalone emacs-snapshot installations.

Please refer to bug #322189 for other info.

BTW, the emacs-snapshot-gtk package I've installed is not an official
one, but a personal package I created (due the 'provides gnus' entry
and the fact that I don't have gnus installed). The problem arose when
I tried to upgrade to the official emacs-snapshot package.

Thx, bye,
Gismo / Luca

- -- System Information:
Debian Release: testing/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.13-rc6
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gnus-bonus-el depends on:
ii  emacs-snapshot-gtk [gnus] 20050702-1 The GNU Emacs editor (with GTK+ 2.
pn  emacs21 | emacsen none (no description available)

gnus-bonus-el recommends no packages.

- -- no debconf information

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

iD8DBQFC+xybVAp7Xm10JmkRAitIAJ4rKYGb5Fn1w/jO5YIapKJYuq3lpQCfejlW
FpPAXaQ0UG6thtK/qkbIEMs=
=ZmBw
-END PGP SIGNATURE-


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



Bug#322537: imagemagick: Incorrect description of point primitive for draw command

2005-08-11 Thread Michael Still
Package: imagemagick
Version: 6:6.2.3.6-3
Severity: minor


THe description for the point primitive in the draw command line option
reads: 

The shape primitives are drawn in the color specified in the
preceding -stroke option. Except for the line and point primitives, they
are filled with the color specified in the preceding -fill option. For
unfilled shapes, use -fill none.

This is misleading. Points aren't filled, but they are stroked with the
current fill color, instead of the current stroke color.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
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 imagemagick depends on:
ii  libmagick6   6:6.2.3.6-3 Image manipulation library

imagemagick recommends no packages.

-- no debconf information


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



Bug#322501: lincity-ng: crashes, segmentation faults, etc.

2005-08-11 Thread Moritz Muehlenhoff
Greg Wooledge wrote:
 Package: lincity-ng
 Version: 1.0.1-1
 Severity: normal
 
 The game seems to be highly unstable on my machine.
 
 CRASH #1:
 
   OpenGL Mode 1024x768
 
 CRASH #2:

   OpenGL Mode 1024x768
 
 CRASH #3:
 
   OpenGL Mode 1024x768
 
 SYSTEM CONFIGURATION:
 
   :01:00.1 Display controller: ATI Technologies Inc Radeon RV250 [Radeon 
 9000] (Secondary) (rev 01)
   :01:00.1 0380: 1002:496e (rev 01)
   (--) RADEON(0): Chipset: ATI Radeon 9000/PRO If (AGP/PCI) (ChipID = 
 0x4966)
   (--) RADEON(0): VideoRAM: 131072 kByte (128 bit DDR SDRAM)

 ii  libx11-66.8.2.dfsg.1-2   X Window System protocol client 
 li
 ii  xlibmesa-gl [li 4.3.0.dfsg.1-10  Mesa 3D graphics library 
 [XFree86]

This is either caused by a bug in the ati DRI driver or the fact that you only
partially upgraded to X.org. Could you please upgrade xlibmesa-gl (this will
forcibly remove packages that are not yet compiled against the new X.org) and
test whether lincity-ng works w/o problems in SDL mode (lincity-ng -s)?

Cheers,
Moritz


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



Bug#322537: imagemagick: Incorrect description of point primitive for draw command

2005-08-11 Thread Ryuichi Arafune
What is the drqw command ?
What file  should i see in order to check your statement?

From: Michael Still [EMAIL PROTECTED]
Subject: Bug#322537: imagemagick: Incorrect description of point primitive for 
draw command
Date: Thu, 11 Aug 2005 19:44:10 +1000
Message-ID: [EMAIL PROTECTED]

 Package: imagemagick
 Version: 6:6.2.3.6-3
 Severity: minor
 
 
 THe description for the point primitive in the draw command line option
 reads: 
 
 The shape primitives are drawn in the color specified in the
 preceding -stroke option. Except for the line and point primitives, they
 are filled with the color specified in the preceding -fill option. For
 unfilled shapes, use -fill none.
 
 This is misleading. Points aren't filled, but they are stroked with the
 current fill color, instead of the current stroke color.
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
 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 imagemagick depends on:
 ii  libmagick6   6:6.2.3.6-3 Image manipulation library
 
 imagemagick recommends no packages.
 
 -- no debconf information
 


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



Bug#322237: kernel-image-2.6.8-11-amd64-k8-smp: [PATCH] Panic on ipt_recent - 32bitism

2005-08-11 Thread Horms
tag 322237 +security
tag 322237 +patch
tag 322237 +pending
tag 322237 +sarge
thanks

On Wed, Aug 10, 2005 at 01:38:57PM +0200, Frederik Schueler wrote:
 Hello,
 
 On Tue, Aug 09, 2005 at 04:31:40PM -0500, Chad Walstrom wrote:
 
  While using the ipt_recent kernel module to stop SSH bruteforce attacks,
  the kernel panics on a 32-bitism.  This crash can occur at any time.

By my reasoning that constitutes a remote DoS.

 This is fixed in 2.6.12, the git commit entry is here:
 
 http://www.kernel.org/git/?p=linux/kernel/git/chrisw/lsm-2.6.git;a=commit;h=bcfff0b471a60df350338bcd727fc9b8a6aa54b2
 
 this is a good candidate to be backported for sarge.

Thanks, applies cleanly to 2.6.8 and 2.4.27.
Will be in SVN very shortly.

-- 
Horms


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



Bug#195360: 2-year-old unreproducible bug, can this be closed?

2005-08-11 Thread Ognyan Kulev

Nathanael Nerode wrote:
It doesn't seem to serve a useful purpose to leave it hanging around.  
Unless it's reproducible in which case it should lose the tag.


No, the Hurd project doesn't have resources to resolve tough and rare 
problems but at least we try to keep list of known problems.  Look at 
http://bugs.debian.org/hurd


Regards,
ogi


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



Bug#322538: imagemagick: Line primitive ignoring stroke options

2005-08-11 Thread Michael Still
Package: imagemagick
Version: 6:6.2.3.6-3
Severity: important


Similarly to 322537, the line primitive in the draw command ignores the
stroke color and the stroke width, and instead uses the fill color. This
is more serious, as it means that you cannot specify the width of the
line drawn by the command.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
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 imagemagick depends on:
ii  libmagick6   6:6.2.3.6-3 Image manipulation library

imagemagick recommends no packages.

-- no debconf information


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



Bug#260256: libsigc++: Please relibtoolize to support GNU/k*BSD systems

2005-08-11 Thread Aurelien Jarno
reopen 260256
thanks

Hi,

This bug has reappeared in version 1.0.4-9.1 (or maybe one or two
versions before), therefore I am reopening the same. The fix is still
the same, apply the patch attached in the bug log, and run autogen.sh.

Bye,
Aurelien

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#308745: kaffe security manager fix backport attemt, lock/GC bug

2005-08-11 Thread mag
Hi!

I made an attempt to backport the kaffe security manager fix,
which is needed to run tomcat4.

The patch is at
http://devel.linux.hu/~mag/kaffe-tomcat-lock-gc-report/07_gnu_classloader_try10.patch

There is a bug in the thing which I cannot stamp out. It bails out with
kaffe-bin: 
/home/mag/tmp/kaffe-1.1.5/build-tree/kaffe-1.1.5/kaffe/kaffevm/locks.c:598: 
KaffeLock_destroyLock: Assertion `lock-lockCount == 0' failed.
Log is at
http://devel.linux.hu/~mag/kaffe-tomcat-lock-gc-report/catalina_2005-08-11.1.log

It seems that the garbage collector throws out a living lock on the
window. I attempted to figure out which object it belongs to, so made a
patch enhancing lock debugging.
http://devel.linux.hu/~mag/kaffe-tomcat-lock-gc-report/08_lockdebug_6.patch

Unfortunately it is still not enough for me to figure out more.

Could some GC guru look into the issue?
I am willing to help further debugging the issue.

Reproduction:
- get kaffe-1.5.5-5 source from sid.
- add 07_gnu_classloader_try10.patch and 08_lockdebug_6.patch to
debian/patches
- add --enable-debug to CONFFLAGS in debian/rules
- debuild, dpkg -i kaffe-common kaffe-pthreads kaffe
- apt-get install tomcat
- add -vmdebug SLOWLOCKS to the beginning of CATALINA_OPTS
in /etc/default/tomcat (and uncomment the line, of course
- try /etc/init.d/tomcat4 start
- look at the logs and cry ;(

Environment:
Debian sarge
kernel 2.6.10
$cat /proc/cpuinfo 
cpu : TI UltraSparc IIe (Hummingbird)
fpu : UltraSparc IIe integrated FPU
promlib : Version 3 Revision 0
prom: 4.0.4
type: sun4u
ncpus probed: 1
ncpus active: 1
Cpu0Bogo: 993.28
Cpu0ClkTck  : 1dcd6500
MMU Type: Spitfire




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



Bug#321902: fails to rmmod usbnet

2005-08-11 Thread Horms
tags 321902 +wontfix
thanks

On Wed, Aug 10, 2005 at 11:22:39AM +0800, 肖盛文 Faris Xiao wrote:
 Andres Salomon wrote:
 
 On Tue, Aug 09, 2005 at 06:54:46PM +0900, Horms wrote:
 [...]
  
 
 rmmod usbnet
 
 The model usbnet can not be removed.
 Also the process which execute the command can not be finished,it 
 consume the CPU 99% persistent,over and over.Even I can't use
 
  
 
 [...]
 
 If this does happen w/ 2.6.12, then a backtrace would be useful.
 Hit ctrl-alt-sysrq-t to get a dump of all processes on the system; that
 should include the rmmod process.
  
 
 The attachment cast.txt is the out put of  ctrl-alt-sysrq-t.
 I can't execute ctrl-alt-sysrq-t under X Windows terminal,so I only get 
 the last screen of the out put.

Thanks, I assume this was from 2.6.8

I've taken another look at the problem, which the trace
seems to indicate might be do_con_write(). But the
changes to this code, and the usbnet code between
2.6.8 and 2.6.11 are quite extensive, and I have
been unable to isolate the change.

I am tagging this as wontfix, though cantfix might be
a better discription. Perhaps somone will prove me wrong,
but in the mean time, please use 2.6.12.

Thanks

-- 
Horms


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



Bug#322537: imagemagick: Incorrect description of point primitive for draw command

2005-08-11 Thread Michael Still
Ryuichi Arafune wrote:
 What is the drqw command ?
 What file  should i see in order to check your statement?

convert -size 100x100 -fill red -stroke blue -draw point 50,50
wc:white output.jpg

If you get a red pixel, you're seeing the fill color. If you get a blue
pixel you're seeing the stroke color.

Cheers,
Mikal

-- 

Michael Still ([EMAIL PROTECTED]) | The geek shall inherit
http://www.stillhq.com|  the earth
UTC + 10  |-- The Simpsons


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



Bug#322220: Bug#322205: udev: vol_id crashes on usb storage device

2005-08-11 Thread Marco d'Itri
On Aug 11, Horms [EMAIL PROTECTED] wrote:

 I am unclear on what behaviour you expect from the kernel if
 the file system or media is damaged.
Maybe deal more gracefully with this and not require replugging the
camera?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#322541: mmv is unusable bacause of constant hangs / segmentation fault

2005-08-11 Thread Max
Package: mmv
Version: 1.01b-12.1
Severity: grave
Justification: renders package unusable

Under debian-amd64 mmv 1.01b-12.1 constantly segfaults. 
Even when run without parameters or with --help:

$ mmv
Segmentation fault

Under debian-i386 mmv 1.01b-12.1 does not segfault but hangs on any input.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2.64
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

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

mmv recommends no packages.

-- debconf-show failed


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



Bug#322540: yaboot: FTBFS (ppc64): Please support the ppc64 architecture

2005-08-11 Thread Andreas Jochens
Package: yaboot
Version: 1.3.13-4
Severity: wishlist
Tags: patch

Please add support for the ppc64 architecture to 'yaboot'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/yaboot-1.3.13/Makefile ./Makefile
--- ../tmp-orig/yaboot-1.3.13/Makefile  2004-07-11 20:12:03.0 +
+++ ./Makefile  2005-08-11 08:54:17.0 +
@@ -94,8 +94,8 @@
 endif
 
 # compilation
-CC := $(CROSS)gcc
-LD := $(CROSS)ld
+CC := $(CROSS)gcc -m32
+LD := $(CROSS)ld -melf32ppclinux
 AS := $(CROSS)as
 OBJCOPY:= $(CROSS)objcopy
 
diff -urN ../tmp-orig/yaboot-1.3.13/debian/control ./debian/control
--- ../tmp-orig/yaboot-1.3.13/debian/control2005-08-11 09:14:09.0 
+
+++ ./debian/control2005-08-11 09:13:52.0 +
@@ -2,11 +2,11 @@
 Section: base
 Priority: important
 Maintainer: Warren A. Layton [EMAIL PROTECTED]
-Build-Depends: debhelper
+Build-Depends: debhelper, libc6-dev-powerpc [ppc64]
 Standards-Version: 3.6.1.1
 
 Package: yaboot
-Architecture: powerpc
+Architecture: powerpc ppc64
 Recommends: hfsutils, powerpc-utils (= 1.1.3-2)
 Replaces: quik
 Conflicts: quik ( 2.0e-0.6)


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



Bug#322539: yaboot: FTBFS: label at end of compound statement

2005-08-11 Thread Andreas Jochens
Package: yaboot
Version: 1.3.13-4
Severity: serious
Tags: patch

When building 'yaboot' on powerpc/unstable,
I get the following error:

gcc -Os  -nostdinc -Wall -isystem `gcc -print-file-name=include` -fsigned-char 
-DVERSION=\1.3.13\  -DTEXTADDR=0x20 -DDEBUG=0 -DMALLOCADDR=0x30 
-DMALLOCSIZE=0x10 -DKERNELADDR=0x0140 -I ./include -DCONFIG_COLOR_TEXT 
-DCONFIG_SET_COLORMAP -DUSE_MD5_PASSWORDS -DCONFIG_FS_XFS -DCONFIG_FS_REISERFS 
-c -o lib/strstr.o lib/strstr.c
lib/strstr.c: In function 'strstr':
lib/strstr.c:79: error: label at end of compound statement
make[1]: *** [lib/strstr.o] Error 1
make[1]: Leaving directory `/yaboot-1.3.13'
make: *** [debian/stamps/build] Error 2

The attached patch fixes this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/yaboot-1.3.13/lib/strstr.c ./lib/strstr.c
--- ../tmp-orig/yaboot-1.3.13/lib/strstr.c  2001-09-20 13:15:31.0 
+
+++ ./lib/strstr.c  2005-08-11 08:56:27.0 +
@@ -76,7 +76,8 @@
  a = *++haystack;
  if (a == '\0')
goto ret0;
-shloop:}
+shloop:  continue;
+   }
   while (a != b);
 
 jin: a = *++haystack;


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



Bug#303810: update

2005-08-11 Thread Michal Čihař
Hi

in case you're interested, my updated packages are available at:

deb http://debian.cihar.com/ unstable mpd
deb-src http://debian.cihar.com/ unstable mpd

-- 
Michal Čihař | http://cihar.com



Bug#322508: tips.sgml 8.6.34 Dummy files dd error

2005-08-11 Thread Jens Seidel
merge 322508 322519
tags + fixed-upstream
thanks

On Thu, Aug 11, 2005 at 12:29:08PM +0800, ?? Faris Xiao wrote:
 When I execute:
 
 dd if=/dev/urandom of=filename bs=1m count=7
 
 I get the error output:
 dd: invalid number `1m'
 
 It should be:
 dd if=/dev/urandom of=filename bs=1M count=7

Right. I tested this in Woody and Sarge, 1m is always wrong.

Since you have write access you should fix errors like this the next
time in CVS yourself. You are able to recognize the difference between
errors and indented behaviour.

I changed this in CVS for English and all translations. I'm sorry that
there was no need to bump the translation check header of a translation,
since all are outdated :-((

Thanks for your bug report,
Jens


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



Bug#321470: Acknowledgement (wine: Unsafe use of temporary files in winelauncher)

2005-08-11 Thread Javier Fernández-Sanguino Peña

Funny I have to be notified by a security-related mailing list that
Securityfocus has added this to their database (BID-14496) [1]

I guess they found out because of the following mail
http://www.winehq.org/hypermail/wine-cvs/2005/08/0181.html
which points to 
http://cvs.winehq.org/patch.py?id=19421

A few comments on the bug fix from the Wine developer and why it's wrong:

1.- It does not check the exit status of mktemp and goes on even if it 
does not succeed (and, no, winelaucher does not use 'set -e')

2.- It hardcodes /tmp, if the user has $TMPDIR set it will not be 
honored (that's why I used the '-t' switch

He does fix one thing I didn't and that's the removal of $MGSFILE after
it's sent to stdout, please add that to the patch I provided.

CCing the wine developer who commited the patch in case he wants
to fix the fix :-)

Regards

Javier


[1] http://www.securityfocus.com/bid/14496/info
And they don't get my second name right, as usual.


signature.asc
Description: Digital signature


Bug#303810: update

2005-08-11 Thread Philipp Kern

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Aug 11, 2005, at 12:16 , Michal Čihař wrote:

in case you're interested, my updated packages are available at:


Uh. I would suggest that you take over the ownership of this bug  
report and search for a sponsor on debian-mentors. But please have a  
read of [1] first.


If you haven't found a sponsor by Sep 2nd, ping me again and I'll  
have a look at it.


Kind regards,
Philipp Kern
Debian Developer

[1] http://people.debian.org/~mpalmer/debian-mentors_FAQ.html


-BEGIN PGP SIGNATURE-
Comment: Fingerprint: 1710 7DB1 9A28 42FF B699  7654 ED1A 3933 B2CF CDD8

iEYEARECAAYFAkL7JuIACgkQ7Ro5M7LPzdhRzgCgp+o/6WH2mF8JqJT5PYY+sOXh
0xUAoJrd9dwvyN3Mtu1G45ETrDMV7M/l
=oGpz
-END PGP SIGNATURE-



Bug#319063: still broken with 0.13.0?

2005-08-11 Thread Dafydd Harries

Hi,

I recently uploaded version 0.13.0 of libgtk2-ruby to unstable. Could you try
and reproduce this bug with that version?

Regards,

-- 
Dafydd


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



Bug#322205: udev: vol_id crashes on usb storage device

2005-08-11 Thread Horms
On Thu, Aug 11, 2005 at 12:04:43PM +0200, Marco d'Itri wrote:
 On Aug 11, Horms [EMAIL PROTECTED] wrote:
 
  I am unclear on what behaviour you expect from the kernel if
  the file system or media is damaged.
 Maybe deal more gracefully with this and not require replugging the
 camera?

Hi, 

I'm still a little confused.

Is it the case that a) the flash does indeed contain a corupted file
system, or b) vol_id's bogusness (or something else) is causing a mount
request for something that is invalid, and from there the kernel' can't
mount anything on the device, even things that are valid?

BTW, vol_id doesn't have a man page, is there some documentation for
it somewhere else.

-- 
Horms


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



Bug#322220: Bug#322205: udev: vol_id crashes on usb storage device

2005-08-11 Thread Marco d'Itri
On Aug 11, Horms [EMAIL PROTECTED] wrote:

 Is it the case that a) the flash does indeed contain a corupted file
 system, or b) vol_id's bogusness (or something else) is causing a mount
 request for something that is invalid, and from there the kernel' can't
 mount anything on the device, even things that are valid?
vol_id just reads the superblock, so I think it's a.

 BTW, vol_id doesn't have a man page, is there some documentation for
 it somewhere else.
No, but it's also a very simple program.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#322004: kernel-source-2.6.8: Fails to compile on a X86_64 platform

2005-08-11 Thread Horms
On Mon, Aug 08, 2005 at 07:11:35PM +0200, Manolo Díaz wrote:
 Package: kernel-source-2.6.8
 Version: 2.6.8-16
 Severity: important
 Justification: fails to build from source
 
 
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: amd64 (x86_64)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.8-11-amd64-k8
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 
 Versions of packages kernel-source-2.6.8 depends on:
 ii  binutils  2.16.1-2   The GNU assembler, linker and 
 bina
 ii  bzip2 1.0.2-7high-quality block-sorting file 
 co
 ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
 ii  fileutils 5.2.1-2The GNU file management 
 utilities 
 
 Versions of packages kernel-source-2.6.8 recommends:
 ii  gcc 4:3.3.5-3The GNU C compiler
 ii  libc6-dev [libc-dev]2.3.2.ds1-22 GNU C Library: Development 
 Librari
 ii  make3.80-9   The GNU version of the make 
 util
 
 -- no debconf information
 
 This is the error message shown:
 
 arch/x86_64/kernel/entry.S: Assembler messages:
 arch/x86_64/kernel/entry.S:81: Error: Macro with this name was already defined
 arch/x86_64/kernel/entry.S:100: Error: Macro with this name was already 
 defined
 make[1]: *** [arch/x86_64/kernel/entry.o] Error 1

That is very odd. You have gcc 3.3 which I believe should work.
Could you try this with one the configuration supplied
with one of the amd64 kernel images?

-- 
Horms



Bug#303810: update

2005-08-11 Thread Michal Čihař
On Thursday 11 August 2005 12:22, Philipp Kern wrote:
 Uh. I would suggest that you take over the ownership of this bug
 report and search for a sponsor on debian-mentors. But please have a
 read of [1] first.

Hmm, looks like its really time to consider this way. I wanted to avoid 
becoming Debian Developer, because I'm afraid that I can't spend much time on 
another project.

 If you haven't found a sponsor by Sep 2nd, ping me again and I'll
 have a look at it.

I'll hardly find someone as most of next three weeks I'll be offline ;-). 

So as I will return, I will reconsider this.

-- 
Michal Čihař | http://cihar.com


pgpoRgK8Sxy71.pgp
Description: PGP signature


Bug#246689: Surely this is fixed now?

2005-08-11 Thread Christoph Hellwig
On Thu, Aug 11, 2005 at 04:14:55AM -0400, Nathanael Nerode wrote:
 PPC libc6 should be built with TLS and NPTL
 We have new enough GCC now, and new glibc.  Is this fixed in the current 
 glibc version in unstable?

glibc in sid doesn't seem to provide NTPL yet on ppc.



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



Bug#322542: valgrind: New version (3.0.0) available

2005-08-11 Thread Tom Parker
Package: valgrind
Version: 1:2.4.1-1
Severity: wishlist

Version 3.0.0 of valgrind was released on 3 August 2005. Notably, this
should now work on amd64 (or at least, that's what the release notes
say)

-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (990, 'stable'), (103, 'testing'), (102, 'unstable'), (99, 
'experimental'), (98, 'hoary'), (97, 'breezy')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

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

Versions of packages valgrind recommends:
ii  gdb   6.3-6  The GNU Debugger

-- no debconf information


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



Bug#322543: please add debconf-qestions for ScreenSize

2005-08-11 Thread Bastian Venthur
Package: xserver-xorg
Version: 6.8.2.dfsg.1-5
Severity: normal

Please don't treat this bug as a wish -- it is acutally a bug.

I have to set on all my boxen the ScreenSize Option in xorg.conf
manually, since the dpi defaults to 75 otherwise (this is the bug). The
problem is, that after all xorg-updates this config is overwritten, by a
new generated one, so I have to include this line -- on all my boxen --
per hand...

Since I strongly believe, that I am not the only one who *has* to set
ScreenSize manually, it would be very nice to have a ScreenSize-question
in debconf so this problem is one for all solved.


Kind regards

Bastian

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx  1 root root 17 2005-06-25 11:53 /etc/X11/X - /usr/bin/X11/Xorg
-rwxr-xr-x  1 root root 1833368 2005-08-10 11:20 /usr/bin/X11/Xorg

Contents of /var/lib/xfree86/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: S3 Inc. VT8636A [ProSavage KN133] AGP4X 
VGA Controller (TwisterK) (rev 01)

/etc/X11/xorg.conf unchanged from checksum in /var/lib/xfree86/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r--  1 root root 3360 2005-08-11 09:30 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf.dpkg-new (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf.dpkg-new manual page.
# (Type man xorg.conf.dpkg-new at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom
#   md5sum /etc/X11/xorg.conf.dpkg-new 
/var/lib/xfree86/xorg.conf.dpkg-new.md5sum
#   dpkg-reconfigure xserver-xorg

Section Files
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
FontPath/usr/lib/X11/fonts/misc
FontPath/usr/lib/X11/fonts/cyrillic
FontPath/usr/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/lib/X11/fonts/Type1
FontPath/usr/lib/X11/fonts/CID
FontPath/usr/lib/X11/fonts/100dpi
FontPath/usr/lib/X11/fonts/75dpi
EndSection

Section Module
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
Option  XkbVariantnodeadkeys
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection
Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizScrollDelta  0
EndSection

Section Device
Identifier  S3 Inc. VT8636A [ProSavage KN133] AGP4X VGA Controller 
(TwisterK)
Driver  savage
BusID   PCI:1:0:0
Option  UseFBDev  true
EndSection

Section Monitor
Identifier  Standardbildschirm
Option  DPMS
HorizSync   28-49
VertRefresh 43-72
DisplaySize 288 216
EndSection

Section Screen
Identifier  Default Screen
Device  S3 Inc. VT8636A [ProSavage KN133] AGP4X VGA Controller 
(TwisterK)
Monitor Standardbildschirm
DefaultDepth24
SubSection Display
Depth   1
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display

Bug#320379: Errors during initrd loading when / is on LVM over RAID

2005-08-11 Thread Horms
tags 320379 +wontfix
severity 320379 wishlist
thanks

On Wed, Aug 03, 2005 at 08:54:35PM +0900, Horms wrote:
 On Fri, Jul 29, 2005 at 12:41:38AM +0200, Frans Pop wrote:
  Package: kernel
  Tags: patch
  
  After switching from a 2.4.27 to 2.6.8 kernel for an old desktop Iuse as
  a server, I noticed the following messages on console and kern.log.
  Note: the errors are not harmful, just ugly; the system boots normally.
  
  kernel: Inspecting /boot/System.map-2.6.8-2-686
  kernel: Loaded 27390 symbols from /boot/System.map-2.6.8-2-686.
  kernel: Symbols match kernel version 2.6.8.
  kernel: No module symbols loaded - kernel modules not enabled.
  kernel: ould not append to parent for /disc
  kernel: devfs_mk_dir: invalid argument.4devfs_mk_dev: could not append to 
  parent for /disc
  last message repeated 151 times
  
  
  Cleaned for a missing \n in a printk and with added debug printk's in
  fs/devfs/base.c, this looks like:
  kernel: devfs_mk_dir: invalid argument, buf: .
  kernel: _devfs_append_entry: -EEXIST for :disc
  kernel: devfs_mk_dev: could not append to parent for /disc
  (repeated)
  
  The last error is a consequence of the error in devfs_mk_dir, so can
  be ignored. The basic problem is that buf is empty.
  
  Tracing back I ended up in fs/partitions/check.c, which has the following 
  code
  in function register_disk:
  
  /* No minors to use for partitions */
  if (disk-minors == 1) {
  if (disk-devfs_name[0] != '\0')
  devfs_add_disk(disk);
  return;
  }
  
  /* always add handle for the whole disk */
  devfs_add_partitioned(disk);
  
  This looks unlogical: why does the first statement check for empty
  disk-devfs_name and is the second one called blindly?
  
  Changing the last statement to:
  if (disk-devfs_name[0] != '\0')
  devfs_add_partitioned(disk);
  else
  printk(KERN_WARNING %s: No devfs_name for %s.\n, 
  __FUNCTION__, disk-disk_name);
  resulted in the errors disappearing and the following log output:
  
  kernel: register_disk: No devfs_name for md_d0.
  kernel: register_disk: No devfs_name for md_d64.
  kernel: register_disk: No devfs_name for md_d128.
  kernel: register_disk: No devfs_name for md_d192.
  kernel: register_disk: No devfs_name for md_d4.
  kernel: register_disk: No devfs_name for md_d68.
  kernel: register_disk: No devfs_name for md_d132.
  kernel: register_disk: No devfs_name for md_d196.
  (repeated to md_d255)
  
  I've debugged using kernel version 2.6.8, but a check showed this code is
  unchanged in 2.6.11 and 2.6.12.
  
  Please review my reasoning. If I'm correct, the attached patch may fix
  the errors (and fix the missing \n). If you think the patch is correct,
  I would appreciate advice how best to get it upstream.
  The other option would of course be that something is more fundamentally
  broken and that disk-devfs_name should be filled in these cases, but
  I doubt that.
 
 Hi Frans,
 
 The null devfs_name check seems fine to me,
 I've CCed Richard Gooch for comment, hopefully
 he can offer one despite devfs being debricated
 upstream.
 
 The \n fix is obviously ok, but again its going away upstream,
 so I doubt they care, and I'm not excited about this kind
 of fix for Sarge.

Hi Frans,

Given that devfs is very much dead upstream, and the fixes
are cosmetic, I'd prefer not to apply your fixes to Debian.
I've taged the bug as wontfix and downgraded it to wishlist
so others can find it for now.

Thanks

-- 
Horms


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



Bug#321785: fakeroot: segfaults on [hppa]

2005-08-11 Thread Joel Soete
-- Initial header ---

From  : Randolph Chung [EMAIL PROTECTED]
To  : John David Anglin [EMAIL PROTECTED]
CC  :
[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL 
PROTECTED],debian-hppa@lists.debian.org,[EMAIL PROTECTED]
Date  : Wed, 10 Aug 2005 22:53:08 +0800
Subject : Re: Bug#321785: fakeroot: segfaults on [hppa]

 Confirmed. We are passing a function pointer with a value of -2 into
 __cffc, which should not happen...
 
 
  Is -2 a special signal number?

 I don't think so. in any case, others have observed that if they use an
 older glibc, this problem does not happen.

 randolph

Hello all,

Which kernel was it?

In fact while simply rebuilding a kernel (as root, without fakeroot), I also
observe a segfault with 2.6.8 and 2.6.10 (on c110 and d380) but panicing
2.6.12 (on the same c110 and d380) as well as 2.6.13-rc6 on d380 and b2k.

Fwiw with kernel 2.6.11.12, the rebuild runs fine on this same d380 and b2k.

That's confusing me: is there actualy a pb in libc or do we need some
constraint to install this new libc?

Thanks,
Joel

---
NOTE! My email address is changing to ... @scarlet.be
Please make the necessary changes in your address book. 






Bug#182361: Plucker bug: plucker uses cat inappropriate

2005-08-11 Thread Amaya
Hi there, Jelle

Sorry for not getting in touch with you sooner about this bug.

Are you still experiencing it?

I think the -quiet flag gets passed to the ppmquant command, not cat.

Can you try to reproduce this and send me more info (error messages,
details) so that i can talk to upstream on a more informed basis?

Thanks!

-- 
 .''`.   Follow the white Rabbit - Ranty (and Lewis Carroll)
: :' :   
`. `'Proudly running Debian GNU/Linux (Sid 2.6.11 Ext3)  
  `- 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#322546: Subscribing to bugs does not work

2005-08-11 Thread Jens Seidel
Package: bugs.debian.org

Hi,

the list debian-tetex-maint@lists.debian.org subscribed to bug
321942 but does not recieve messages sent to [EMAIL PROTECTED]
Compare with
http://lists.debian.org/debian-tetex-maint/2005/08/msg00251.html.

On Wed, Aug 10, 2005 at 10:25:02PM +0200, Jens Seidel wrote:
 Hi,
 
 since Frank wrote that this list is subscribed to #321942 I removed this
 list from CC:'s in my mails.
 
 Nevertheless there is at least one mail related to #321942 which doesn't
 occur on this list. Maybe the subscribing occured to late or this new
 feature of the BTS does not work as expected.
 
 Let's see whether the last two mails related to the bug occur here.

No, nothing happend ...

 Nevertheless I suggest to inspect 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321942
 for all information.
 
 (Please CC: me)
 
Jens


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



Bug#322545: hotkey-setup: Typo in init script

2005-08-11 Thread Uwe Dannowski
Package: hotkey-setup
Version: 0.1-2
Severity: normal

There is a typo in line 11 of the init script /etc/init.d/hotkey-setup . It
tries to invoke the non-existing script /use/share/hotkey-setup/hp.hk for
systems manufactured by Hewlett-Packard.

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

Versions of packages hotkey-setup depends on:
ii  dmidecode 2.6-2  Dump Desktop Management Interface 

hotkey-setup recommends no packages.

-- debconf-show failed


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



Bug#322544: Unable to compile kernel with kernel-patch-xen

2005-08-11 Thread Juraj Bednar
Package: kernel-patch-xen
Version: 2.0.6-1
Severity: normal


I installed:
 - kernel-source-2.6.11
 - kernel-patch-xen

on Debian Sarge.

I unpacked the source, did cp /boot/config-2.6.11-386 .config, selected
settings for domain 0. I got this:

drivers/pnp/pnpbios/bioscalls.c: In function
`call_pnp_bios':drivers/pnp/pnpbios/bioscalls.c:118: error:
`per_cpu__cpu_gdt_table' undeclared (first use in this function)
drivers/pnp/pnpbios/bioscalls.c:118: error: (Each undeclared identifier
is reported only once
drivers/pnp/pnpbios/bioscalls.c:118: error: for each function it appears
in.)
drivers/pnp/pnpbios/bioscalls.c: In function `pnpbios_calls_init':
drivers/pnp/pnpbios/bioscalls.c:540: error: `per_cpu__cpu_gdt_table'
undeclared (first use in this function)
make[4]: *** [drivers/pnp/pnpbios/bioscalls.o] Error 1
make[3]: *** [drivers/pnp/pnpbios] Error 2
make[2]: *** [drivers/pnp] Error 2
make[1]: *** [drivers] Error 2

Then I tried newer kernel version (2.6.12.4) from kernel.org, adding
options to config manually (as described here:
http://www.xmlvalidation.com/xen_howto_sarge.0.html). What I found out
is, that after applying this patch, some options mysteriously disappear
from the config menu (such as SMP support). I don't have a SMP system,
but I thought it might help to select SMP support, because it's about
something per cpu. I have previously compiled several kernel versions.

My gcc version:

Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug 
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)


   Juraj.


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

Versions of packages kernel-patch-xen depends on:
ii  bash  2.05b-26   The GNU Bourne Again SHell
ii  grep-dctrl2.1.11 Grep Debian package information
ii  patch 2.5.9-2Apply a diff file to an original

-- no debconf information


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



Bug#309308: [Secure-testing-team] Re: Bug#309308: kernel-image-2.6.8-2-686-smp: VLAN Oops fix for 2.6.8

2005-08-11 Thread Moritz Muehlenhoff
Horms wrote:
  below patch has been slurped into the Debian patches for 2.6.8, but the
  error posted looks like the same error I suffered when hitting this bug.
  
  Patch from http://lists.osdl.org/pipermail/bridge/2004-September/000638.html
  
  Cut and paste from the web archive, so spacing etc. may be boned.
  But it's a typo-only fix anyway, so easy enough to recreate.
 
 Thanks I have added this to SVN. 
 
 Is this considered a security bug and if so does it have a CAN number?

There is no public CVE assignment for this issue. If's it easily reproducable
for non-root, it might account as a local DoS vulnerability.

Cheers,
Moritz


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



Bug#322220: Bug#322205: udev: vol_id crashes on usb storage device

2005-08-11 Thread Horms
On Thu, Aug 11, 2005 at 12:45:22PM +0200, Marco d'Itri wrote:
 On Aug 11, Horms [EMAIL PROTECTED] wrote:
 
  Is it the case that a) the flash does indeed contain a corupted file
  system, or b) vol_id's bogusness (or something else) is causing a mount
  request for something that is invalid, and from there the kernel' can't
  mount anything on the device, even things that are valid?
 vol_id just reads the superblock, so I think it's a.

If its a) and the file system is corrupted, then the kernel isn't going
to be able to read it. I'm really not clear on what you expect to happen. 

  BTW, vol_id doesn't have a man page, is there some documentation for
  it somewhere else.
 No, but it's also a very simple program.

Ok, does it do anything other than read the superblock?

-- 
Horms


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



  1   2   3   4   5   >