Bug#389679: libapache2-mod-apreq2: Segmentation Fault under mod_perl2

2006-09-27 Thread Konstantin Starodubtsev
Package: libapache2-mod-apreq2
Version: 2.08-1
Severity: important


Hello.
Apache2 segfaults repeatedly after receiving first request to my
mod_perl2 application. The problem can be reproduced, though appears
only on one request URL (it's http://localhost/ actually) , 
all other (http://localhost/blah/ for example)  works correctly though
handled by the same mod_perl2 application handler.

I'm not sure when the problem appears as that problematic URL was
screened by mod_rewrite before. Segfault still exists after upgrading
from testing to unstable.

If you need more info or test ran, then I'm ready to it.

Modperl-related package info is below just in case.

ii  apache22.0.55-4.1
ii  apache2-mpm-worker 2.0.55-4.1
ii  libapache2-mod-apreq2  2.08-1
ii  libapache2-mod-perl2   2.0.2-2   
ii  libapache2-request-perl2.08-1

Backtrace:

(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1239344208 (LWP 10728)]
0xb7f9b77d in apreq_handle_apache2 () from 
/usr/lib/apache2/modules/mod_apreq2.so
(gdb) bt
#0  0xb7f9b77d in apreq_handle_apache2 () from 
/usr/lib/apache2/modules/mod_apreq2.so
#1  0xb7538e16 in XS_APR__Request__Apache2_handle () from 
/usr/lib/perl5/auto/APR/Request/Apache2/Apache2.so
#2  0xb77b181b in Perl_pp_entersub () from /usr/lib/libperl.so.5.8
#3  0xb77aff19 in Perl_runops_standard () from /usr/lib/libperl.so.5.8
#4  0xb7751b6e in Perl_magicname () from /usr/lib/libperl.so.5.8
#5  0xb7752844 in Perl_call_sv () from /usr/lib/libperl.so.5.8
#6  0xb785e250 in modperl_callback () from /usr/lib/apache2/modules/mod_perl.so
#7  0xb785eb3b in modperl_callback_run_handlers () from 
/usr/lib/apache2/modules/mod_perl.so
#8  0xb785ee13 in modperl_callback_per_dir () from 
/usr/lib/apache2/modules/mod_perl.so
#9  0xb7859000 in modperl_response_finish () from 
/usr/lib/apache2/modules/mod_perl.so
#10 0xb78592cc in modperl_response_handler_cgi () from 
/usr/lib/apache2/modules/mod_perl.so
#11 0x0807a287 in ap_run_handler ()
#12 0x0807d2e1 in ap_invoke_handler ()
#13 0x0806a5ee in ap_process_request ()
#14 0x08065288 in _start ()
(gdb)

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

Versions of packages libapache2-mod-apreq2 depends on:
ii  apache2-common  2.0.55-4.1   next generation, scalable, extenda
ii  libapr0 2.0.55-4 the Apache Portable Runtime
ii  libapreq2   2.08-1   generic Apache request library
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libdb4.44.4.20-3 Berkeley v4.4 Database Libraries [
ii  libexpat1   1.95.8-3.2   XML parsing C library - runtime li
ii  libldap22.1.30-13+b1 OpenLDAP libraries

libapache2-mod-apreq2 recommends no packages.

-- no debconf information


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



Bug#389678: kernel-package: link_in_boot produces symlinks that are insufficiently relative

2006-09-27 Thread Ross Boylan
Package: kernel-package
Version: 10.054
Severity: minor

With link_in_boot = Yes in /etc/kernel-img.conf, I ended up with symlinks like
/boot/vmlinuz - /boot/vmlinuz-nn.yy
(sorry, that's from memory; maybe ../boot/vmlinuz-nn.yy.  The
important thing is that /boot was in the path.).

This didn't work very well for grub with /boot being a separate
partition, i.e., the system wouldn't start because the links don't
point anywhere that exists at early boot.  In the early boot sequence,
with /boot on a separate partition, the file appears to be at
/vmlinuz-nn.yy, so the link is pointing to a non-existent /boot
directory.


When I added relative_links = Yes and removed and then reinstalled the
kernel (is there a better way to force the recreation?
dpkg-reconfigure didn't do it) I ended up with 
/boot/vmlinuz - vmlinuz-nn.yy.
My initrd symlink was similarly repaired.  I think this would have
been the best behavior even without relative_links.

I manually repaired the {vmlinuz,initrd}.old, and booting via grub
then worked.

I'm not sure if there are features of the system's history or
configuration that make my setup unusual, but it seems to me the most
likely reason for link_in_boot is that boot is a separate partition.
In that case, the symlinks should reflect that without further tuning.

Whether similar arguments apply with sufficient force to the more
general image_dest setting is less clear to me, but it might be worth
considering.



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

Versions of packages kernel-package depends on:
ii  dpkg  1.13.21package maintenance system for Deb
ii  dpkg-dev  1.13.21package building tools for Debian
ii  file  4.17-3 Determines file type using magic
ii  gcc [c-compiler]  4:4.1.1-7  The GNU C compiler
ii  gcc-4.0 [c-compiler]  4.0.3-3The GNU C compiler
ii  gcc-4.1 [c-compiler]  4.1.1-13   The GNU C compiler
ii  gettext   0.14.6-1   GNU Internationalization utilities
ii  make  3.81-2 The GNU version of the make util
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 
ii  po-debconf1.0.5  manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip21.0.3-6 high-quality block-sorting file co
ii  libc6-dev [libc-dev] 2.3.6.ds1-4 GNU C Library: Development Librari

-- no debconf information


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



Bug#379834: [Pkg-xfce-devel] Bug#379834: xfce4 uninstallable

2006-09-27 Thread Yves-Alexis Perez
On Wed, 2006-09-27 at 04:54 +0200, Daniel Baumann wrote:
 Hi,
 
 what is the status of this bug? ETA?

Xfce 4.3.90.2 (4.4b2) has reached unstable some time ago, and is
currently in testing. Now we have uploaded Xfce 4.4.99.1 (Xfce 4.4rc1)
to unstable, so until every buildd have rebuilt every package it may be
uninstallable on some arches.

See http://people.debian.org/~igloo/status.php?email=pkg-xfce-devel%
40lists.alioth.debian.org
 
-- 
Yves-Alexis



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



Bug#369020: init script exit code

2006-09-27 Thread Joost Cassee
I think I have found two problems with the init script:

If 'foreground_mode no' the wrong pid will be written to the pidfile,
causing the error '/proc/30387/cmdline: No such file or directory'

The '| grep warning' line in the init script causes the 'stop' action to
fail (because of 'set -e').


- Joost


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Bug#389682: jpilot: Segfault at start [SIGSEGV]

2006-09-27 Thread Jean-Luc Coulon (f5ibh)
Package: jpilot
Version: 0.99.9.1-2
Severity: grave
Justification: renders package unusable

Hi,

jpilot fails to start and segfault.
I've rebuiled it unstripped and ran ii in gdb,
here is the backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47675884812704 (LWP 23422)]
0x2b5c6734f608 in pi_file_read_resource () from /usr/lib/libpisock.so.9
(gdb) bt
#0  0x2b5c6734f608 in pi_file_read_resource () from /usr/lib/libpisock.so.9
#1  0x2b5c689f3df4 in plugin_get_db_name ()
   from /usr/lib/jpilot/plugins/libmail.so
#2  0x2b5c689f7670 in plugin_startup ()
   from /usr/lib/jpilot/plugins/libmail.so
#3  0x004344e0 in main ()

I've reverted to the previous version (0.99.9-1) which works.


Jean-Luc

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

Versions of packages jpilot depends on:
ii  libatk1.0-0  1.12.2-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcairo21.2.4-1 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.3-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-2The GTK+ graphical user interface 
ii  libpango1.0-01.14.4-2Layout and rendering of internatio
ii  libpisock9   0.12.1-5library for communicating with a P
ii  libx11-6 2:1.0.0-9   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-4   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

Versions of packages jpilot recommends:
ii  jpilot-plugins0.99.9.1-2 plugins for jpilot (Palm Pilot des

-- debconf information:
* shared/pilot/port: ttyS0


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



Bug#376669: Closing

2006-09-27 Thread Ryszard Lach
close 376669
quit

It seems it was not closed during previous upload due to my typo in
changelog. Sorry.

R.



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



Bug#389681: apt-listbugs: Reports undefined variable and fails

2006-09-27 Thread Jean-Luc Coulon (f5ibh)
Package: apt-listbugs
Version: 0.0.54
Severity: grave
Justification: renders package unusable

Hi,

After upgrading from 0.0.53 to 0.0.54 I get the following message:


 E: undefined local variable or method `pkg' for Factory::BugsFactory:Module
 E: Le sous-processus if dpkg -s apt-listbugs | grep -q '^Status: .* ok
 installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 || exit 10;
 echo 'Warning: apt-listbugs exited abnormally, hit enter key to continue.' 12
 ; read a  /dev/tty ); fi a renvoyé un code d'erreur (10)
 E: Failure running script if dpkg -s apt-listbugs | grep -q '^Status: .* ok
 installed'; then /usr/sbin/apt-listbugs apt || ( test $? -ne 10 || exit 10;
 echo 'Warning: apt-listbugs exited abnormally, hit enter key to continue.' 12
 ; read a  /dev/tty ); fi

Regards

Jean-Luc

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



Bug#389679: libapache2-mod-apreq2: Additional info (backtrace with debug symbols)

2006-09-27 Thread Konstantin Starodubtsev
Package: libapache2-mod-apreq2
Version: 2.08-1
Followup-For: Bug #389679


libapreq2 packages were recompiled with DEB_BUILD_OPTS=nostrip,noopt

(gdb) bt full
#0  apreq_handle_apache2 (r=0x0) at handle.c:415
No locals.
#1  0xb7658af5 in XS_APR__Request__Apache2_handle (my_perl=0x8452eb0, cv=0x0) 
at Apache2.xs:68
r = (Apache2__RequestRec) 0x0
RETVAL = value optimized out
sp = (SV **) 0x2
ax = value optimized out
#2  0xb78d181b in Perl_pp_entersub () from /usr/lib/libperl.so.5.8
No symbol table info available.
#3  0xb78cff19 in Perl_runops_standard () from /usr/lib/libperl.so.5.8
No symbol table info available.
#4  0xb7871b6e in Perl_magicname () from /usr/lib/libperl.so.5.8
No symbol table info available.
#5  0xb7872844 in Perl_call_sv () from /usr/lib/libperl.so.5.8
No symbol table info available.
#6  0xb797e250 in modperl_callback () from /usr/lib/apache2/modules/mod_perl.so
No symbol table info available.
#7  0xb797eb3b in modperl_callback_run_handlers () from 
/usr/lib/apache2/modules/mod_perl.so
No symbol table info available.
#8  0xb797ee13 in modperl_callback_per_dir () from 
/usr/lib/apache2/modules/mod_perl.so
No symbol table info available.
#9  0xb7979000 in modperl_response_finish () from 
/usr/lib/apache2/modules/mod_perl.so
No symbol table info available.
#10 0xb79792cc in modperl_response_handler_cgi () from 
/usr/lib/apache2/modules/mod_perl.so
No symbol table info available.
#11 0x0807a287 in ap_run_handler ()
No symbol table info available.
#12 0x0807d2e1 in ap_invoke_handler ()
No symbol table info available.
#13 0x0806a5ee in ap_process_request ()
No symbol table info available.
#14 0x08065288 in _start ()
No symbol table info available.
(gdb)   

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

Versions of packages libapache2-mod-apreq2 depends on:
ii  apache2-common  2.0.55-4.1   next generation, scalable, extenda
ii  libapr0 2.0.55-4.1   the Apache Portable Runtime
ii  libapreq2   2.08-1   generic Apache request library
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libdb4.34.3.29-4.1   Berkeley v4.3 Database Libraries [
ii  libexpat1   1.95.8-3.2   XML parsing C library - runtime li
ii  libldap22.1.30-13+b1 OpenLDAP libraries

libapache2-mod-apreq2 recommends no packages.

-- no debconf information


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



Bug#389680: openswan: wrong permissions of /etc/ipsec.d/examples

2006-09-27 Thread Piotr Engelking

Package: openswan
Version: 1:2.4.6+dfsg-1
Severity: minor

$ ls -ld /etc/ipsec.d/examples/
drwxrwxr-x 2 root root 232 Sep  5 05:34 /etc/ipsec.d/examples/
$

It seems that, on i386, openswan has been built with weird umask.

While we are at it, lintian reports some errors in your package, perhaps you
might take a look at them?


-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)

Versions of packages openswan depends on:
ii  bind9-host [host] 1:9.3.2-P1-2   Version of 'host' bundled with BIN
ii  bsdmainutils  6.1.4  collection of more utilities from
ii  debconf [debconf-2.0] 1.5.4  Debian configuration management sy
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  iproute   20051007-4 Professional tools to control the
ii  ipsec-tools   1:0.6.6-3  IPsec tools for Linux
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libcurl3  7.15.5-1   Multi-protocol file transfer libra
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libldap2  2.1.30-13+b1   OpenLDAP libraries
ii  libpam0g  0.79-3.2   Pluggable Authentication Modules l
ii  libssl0.9.8   0.9.8c-1   SSL shared libraries
ii  openssl   0.9.8c-1   Secure Socket Layer (SSL) binary a

openswan recommends no packages.

-- debconf information excluded


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



Bug#389673: linux-kernel-headers: Old version of asm-i386/unistd.h in source tarball (hides _syscall* macros)

2006-09-27 Thread Bastian Blank
On Wed, Sep 27, 2006 at 01:39:10PM +1000, Ted Percival wrote:
 The linux-kernel-headers 2.6.18 source tarball contains an old version
 of include/asm-i386/unistd.h. This old version has the _syscall*
 macros hidden inside an #ifdef __KERNEL__ so userspace cannot use them.

The _syscall macros are not save to use on most architectures. Use the
syscall wrapper.

 The ifdef is on line 327. The source file was fixed in the following
 patch:
 http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=386dcafaacd212ef4a8aeed67a7db3ffbb44c7b2

This was reverted in e5fa6d70318e4a6a644edbb7d574059e5b326de1.

 According to the Changelog
 (http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.18) it was
 fixed between 2.6.18-rc5 and 2.6.18-rc6. I checked a couple of more
 recent commits in include/asm-i386 and they are up-to-date in the source
 tarball.

It is the state of the 2.6.18 release.

Bastian

-- 
Each kiss is as the first.
-- Miramanee, Kirk's wife, The Paradise Syndrome,
   stardate 4842.6


signature.asc
Description: Digital signature


Bug#389350: nut: purging the package fails (adduser unavailable)

2006-09-27 Thread Arnaud Quette

Hi Bill and Steve,

2006/9/26, Steve Langasek [EMAIL PROTECTED]:

On Tue, Sep 26, 2006 at 10:54:26AM +0200, Bill Allombert wrote:
  2006/9/25, Bill Allombert [EMAIL PROTECTED]:
  Package: nut
  Version: 2.0.4-2
  Severity: serious

  There is an error when attempting to purge nut:

Removing nut ...
Purging configuration files for nut ...
/var/lib/dpkg/info/nut.postrm: line 5: deluser: command not found
dpkg: error processing nut (--purge):
 subprocess post-removal script returned error exit status 127

  The postrm script cannot rely on adduser to be available when purging.

  See Policy 7.2:
Note, however, that the `postrm' cannot rely on any non-essential
packages to
be present during the `purge' phase.

  I'm not sure about the best action to be taken:
  - check if deluser exist, and try to deluser if possible = that can
  leave junks...
  - other option?

 Would it be possible to remove the user at remove time instead of purge
 time ?

If the user owns files that aren't removed until purge time, that would
leave dangling files that may end up owned by an unrelated service user when
the uid is reused, which would be a bad thing.  (This is also why it's
generally a bad idea to delete system users at all in maintainer scripts,
because you can't always know that there are no files left owned by the
user.)

Since this package creates a /var/lib/nut directory which may be full of
files owned by this user, and does nothing on removal to clean up these


well, there shouldn't be anything left. This is just for socket
communication, and pid files. So I'll also there care of this one.


files, I think it's best to just not delete the user at all.


If there is no objection, we'll go that way.

thanks to you both.
Arnaud
--
Linux / Unix Expert - MGE UPS SYSTEMS - RD Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSource Developer - http://arnaud.quette.free.fr/


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



Bug#359265: 2.1.32 (was: 2.1.28)

2006-09-27 Thread gregor herrmann
On Sat, 09 Sep 2006 13:24:31 +0200, gregor herrmann wrote:

The new version 2.1.20 was released two days ago.
Please consider upgrading the Debian package.
http://ftp.indexdata.dk/pub/yaz/
   The new version 2.1.22 (released yesterday) is available under the
   same URL.
  In August the version 2.1.24 and 2.1.26 were released. Both can be
  found at the above URL.
 In the meantime 2.1.28 has been released - see the above URL.

September has brought us also 2.1.30 and 2.1.32 -- cf.
http://ftp.indexdata.dk/pub/yaz/

gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-Deflector shields just came on, Captain. 


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



Bug#388399: FTBFS problems on alpha, mips[el]: Please help debugging

2006-09-27 Thread Frank Küster
Frank Küster [EMAIL PROTECTED] wrote:

 Dear Buildd admins, 

 there seems to be a problem with packages that build-depend on tetex,
 which only manifests on the alpha, mips and mipsel buildds.  We need
 your help to investigate this, please see below.

Nobody has answered quickly, but I found that we have accumulated a lot
of changes in tetex-bin, more than I remembered, since the last upload.
I am therefore going to upload the current version as-is.  Anyway, I'd
be surprised if there's a bug in tetex-bin, I rather think it's a bug in
tex-common or, more likely, a misconfiguration of the buildds.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#388543: backupninja: dup backend does not work properly

2006-09-27 Thread intrigeri
Hello,

Richard Levitte - VMS Whacker wrote (26 Sep 2006 04:32:13 GMT) :
 micah Thanks for the bug report, and the patch. I think that this is a 
 problem
 micah with duplicity 0.4.2 and newer. I believe that this has already been
 micah fixed in the upstream svn trunk[1]. Please have a look at the latest
 micah version[2] and try it out to see if it does solve this problem.

 The upstreams version does NOT solve the problem.  sftp does not take
 the same options as ssh (for example `-i key', which is my original
 problem), and the version of the dup handler that you pointed at
 assumes it does (it simply makes $sftpoptions a copy of $sshoptions if
 duplicity is version 0.4.2 or higher).  As far as I understand, that's
 the main reason why duplicity has a specific option to specify sftp
 options to use.

Ok. As I maintain backupninja's dup handler, I wonder if I'm going
to apply your patch, which is quite hard to document actually:
proposing the user an option that he/she has to set for duplicity
=0.4.2, and that is ignored for previous versions, can be quite
a mess for her/him to understand.

I tend to think I'm simply going to keep the current code, and clearly
state (in the example.dup file and in NEWS.Debian) that the sshoptions
option has to be fed in a scp *and* sftp-compatible way, using the
-o workaround for example.

Ciao,
--
  intrigeri [EMAIL PROTECTED]
  | gnupg key @ http://intrigeri.boum.org/intrigeri.asc
  | Who wants a world in which the guarantee that we shall not
  | die of starvation would entail the risk of dying of boredom ?


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



Bug#389584: tex-common: file confict with latex-ucs

2006-09-27 Thread Martin Pitt
Hi,

Frank Küster [2006-09-26 20:00 +0200]:
 Ralf Stubner [EMAIL PROTECTED] wrote:
 
  This is actually a bug in latex-ucs-doc not in tex-common which has been
  reported (#388376 and #388407) before. It is fixed in latex-ucs
  20041017-6. If I interpret latex-ucs's changelog correctly, this problem
  was introduced in version 20041017-4 uploaded on 2006-09-10. Matrin, is
  that correct? 

Correct.

  I am not sure if we need a versioned conflict or replace
  to cover such a case. Other oppinions?
 
 I don't think we need to bother about that, it would only clutter the
 control file. Etch won't release without that RC bug open, and I hope a
 possible new tex-common upload won't reach etch before latex-ucs does.

I agree.

 In other words, I assume Martin has set a proper urgency?

I erroneously thought that the fixed version didn't reach Etch yet,
thus I uploaded with normal urgency. However, I asked Steve Langasek
to push it, so it will go in after 2 days in tomorrow's britney run.

Sorry for that silly bug. On upgrades the directory is not replaced
with a symlink, so I did not notice.

Thanks,

Martin

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


signature.asc
Description: Digital signature


Bug#389683: xen-utils-common: bridging script breaks networking

2006-09-27 Thread Filip Van Raemdonck
Package: xen-utils-common
Version: 3.0+hg11292-2
Severity: serious
Justification: breaks unrelated services

Freshly installed amd64 etch system.

When running /etc/xen/scripts/network-bridge start, the system becomes
completely unreachable from the network.
Running ifconfig, I can see eth0 (which is the virtual interface now if
I am correct), having the mac and IP address of the real eth0, and a
peth0 and xenbr0 both having no IP address and a mac address of
FE+(5 times :FF).

When I set the IP address of xenbr0 manually to the eth0 address,
networking works again. But I am not sure whether that's how it is
supposed to be.


Regards,

Filip

-- 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.17-2-xen-amd64
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)

Versions of packages xen-utils-common depends on:
ii  lsb-base  3.1-15 Linux Standard Base 3.1 init scrip


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



Bug#389685: libdbus-1-cil: Impossible to upgrade: ** ERROR **: file threadpool.c: line 990 (mono_thread_pool_init)

2006-09-27 Thread Guy Stan
Package: libdbus-1-cil
Version: 0.62-4
Severity: grave
Justification: renders package unusable

Upgrade of libdbus-1-cil is impossible.

The error seems to come from threadpool.c: line 990
(mono_thread_pool_init)

Here is the full error message:

Preparing to replace libdbus-1-cil 0.62-4 (using
/libdbus-1-cil_0.63.git.2006
0719-4_all.deb) ...
Removing libdbus-1-cil from Mono

** ERROR **: file threadpool.c: line 990 (mono_thread_pool_init):
assertion fail
ed: (async_call_klass)
aborting...

=
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=

Stacktrace:


Native stacktrace:

/usr/lib/libmono.so.0(mono_handle_native_sigsegv+0x113) [0xb7e205fa]
/usr/lib/libmono.so.0 [0xb7df51e2]
[0xe440]
/lib/tls/libc.so.6(abort+0x109) [0xb7ba10c9]
/usr/lib/libglib-2.0.so.0(g_logv+0x454) [0xb7d33114]
/usr/lib/libglib-2.0.so.0(g_log+0x29) [0xb7d33149]
/usr/lib/libglib-2.0.so.0(g_assert_warning+0x77) [0xb7d331c7]
/usr/lib/libmono.so.0(mono_thread_pool_init+0x16a) [0xb7eb68de]
/usr/lib/libmono.so.0(mono_runtime_init+0x23) [0xb7ebdc65]
/usr/lib/libmono.so.0(mini_init+0xb34) [0xb7df64f3]
/usr/lib/libmono.so.0(mono_main+0x1388) [0xb7e12922]
/usr/bin/mono [0x8048522]
/lib/tls/libc.so.6(__libc_start_main+0xc8) [0xb7b8bea8]
/usr/bin/mono [0x8048471]
sh: line 1:  7269 Aborted /usr/bin/mono
/usr/lib/mono/1.0/gacuti
l.exe /u dbus-sharp, Version=0.60.0.0, Culture=neutral,
PublicKeyToken=9eef26920
33670f5 /dev/null
E: removing Assembly dbus-sharp, Version=0.60.0.0, Culture=neutral,
PublicKeyTok
en=9eef2692033670f5 failed


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

Versions of packages libdbus-1-cil depends on:
ii  cli-common0.4.3  common files between all CLI (.NET
ii  libdbus-glib-1-2  0.71-2 simple interprocess messaging syst
ii  libmono-corlib1.0-cil 1.1.13.8-1 Mono core library (1.0)

libdbus-1-cil recommends no packages.

-- no debconf information


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



Bug#389684: deborphan: --find-removed option

2006-09-27 Thread Martin-Éric Racine
Package: deborphan
Version: 1.7.18
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The following command reports packages that have been removed but not 
purged:

dpkg -l | grep rc 
rc  apt-show-versi 0.08   lists available package versions with distri
rc  console-tools  0.2.3dbs-56Linux console and font utilities
rc  dhcp-client2.0pl5-19  DHCP Client
rc  initramfs-tool 0.49bpo1   tools for generating an initramfs
ii  sysv-rc2.86.ds1-1 Standard boot mechanism using symlinks in /e

Of course, a false positive always shows up (sysv-rc) but, othwerwise, those 
are indeed packages that have been removed without a purge, presumably during 
the course of installing packages with Conflicts relationships.

Thus, this wishlist is for a --find-removed option similar to --find-config 
that could be used to locate packages whose binary is gone but who still have 
some files left.

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

iD8DBQFFGiQkeXr56x4Muc0RApo4AKCoYXq3j5OTPetVUBoAdx2bfP7G1wCggsp1
IAgaNNbGeHs7X4MlP4QTC48=
=B0OC
-END PGP SIGNATURE-


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



Bug#389687: mrtg: depends on libgd2-xpm exclusively

2006-09-27 Thread Mario 'BitKoenig' Holbe
Package: mrtg
Version: 2.14.7-1

Hello,

with 2.14.7-1 mrtg starts to depend on `libgd2-xpm (= 2.0.33)' while
previous versions did depend on
`libgd2-noxpm (= 2.0.33) | libgd2-xpm (= 2.0.33)'

Afaik, mrtg does not really depend on the xpm-stuff in libgd. However,
depending on only libgd2-xpm leads to indirect dependencies (via
libgd2-xpm) on a lot of X11-stuff, which, in turn, leads to the
installation of a lot of useless stuff on X11-less machines (i.e.
servers).

Did you by chance change the Build-Dependency away from libgd2-noxpm-dev?
Build-Depending on libgd2-noxpm-dev should automagically lead to a
package dependency to `libgd2-noxpm | libgd2-xpm', so if it doesn't do
anymore, please redirect this bug to libgd2-noxpm-dev.


Btw. while investigating this issue a debdiff 2.14.3-1 2.14.7-1 did also
show up:

Files in second .deb but not in first
-
lrwxrwxrwx  root/root   /usr/share/doc/mrtg/pod/cfgmaker.pod - ../bin/cfgmaker
lrwxrwxrwx  root/root   /usr/share/doc/mrtg/pod/indexmaker.pod - 
../bin/indexmaker
lrwxrwxrwx  root/root   /usr/share/doc/mrtg/pod/mrtglib.pod - 
../lib/mrtg2/MRTG_lib.pm

Files in first .deb but not in second
-
-rw-r--r--  root/root   /usr/share/doc/mrtg/pod/cfgmaker.pod.gz
-rw-r--r--  root/root   /usr/share/doc/mrtg/pod/indexmaker.pod.gz
-rw-r--r--  root/root   /usr/share/doc/mrtg/pod/mrtglib.pod.gz

I'm not sure if this is intentional.


Thanks for your work  regards
   Mario
-- 
It is practically impossible to teach good programming style to students
that have had prior exposure to BASIC: as potential programmers they are
mentally mutilated beyond hope of regeneration.  -- Dijkstra


signature.asc
Description: Digital signature


Bug#388824: select-with-translated-default-field may be a bit overzealous

2006-09-27 Thread Thijs Kinkhorst
On Tue, 2006-09-26 at 21:20 -0700, Russ Allbery wrote:
  Attached is a patch that checks source packages instead of binary
  packages. There are different advantages for this solution:

This sounds good, thanks Thomas for the patch and Russ for swiftly
applying it.


Thijs


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


Bug#389314: installation good, few unimportant suggestions, sending as directed -thanks

2006-09-27 Thread Geert Stappers
On Tue, Sep 26, 2006 at 06:37:44PM -0400, t u wrote:
 
  You did the right thing with uninstalling the services you don't need.
  Have you any idea why they were installed?
 
 not really, no. the installer didn't let me choose anything [packages].
 it just downloaded everything it wanted from the repos [during
 installation] and set it up (netinst) itself [except exim4]].

Did you check box tasks like 'print server' ?


GSt


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



Bug#362755: closed by Michel Dänzer [EMAIL PROTECTED] (Should be fixed)

2006-09-27 Thread Zlatko Calusic
[EMAIL PROTECTED] (Debian Bug Tracking System) writes:

 This is an automatic notification regarding your Bug report
 #362755: xorg: not setting MTRR range register for framebuffer to 
 write-combining,
 which was filed against the xserver-xorg-core package.

 It has been closed by Michel Dänzer [EMAIL PROTECTED].

 Their explanation is attached below.  If this explanation is
 unsatisfactory and you have not received a better one in a separate
 message then please contact Michel Dänzer [EMAIL PROTECTED] by replying
 to this email.

 Debian bug tracking system administrator
 (administrator, Debian Bugs database)

 From: Michel Dänzer [EMAIL PROTECTED]
 Subject: Should be fixed
 To: [EMAIL PROTECTED], [EMAIL PROTECTED],  [EMAIL PROTECTED]
 Date: Wed, 27 Sep 2006 09:28:46 +0200
 Organization: Debian
 X-Mailer: Evolution 2.6.3 


 These bugs should be fixed in the X server and drivers from X.Org 7.1
 which were recently uploaded to sid. Feel free to reopen if you're still
 experiencing the problem with these.

MTRR's are fine now, thank you!
-- 
Zlatko


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



Bug#389314: installation good, few unimportant suggestions, sending as directed -thanks

2006-09-27 Thread t u
:) no, I believe I had Base  Desktop checked. Do you know the list of
the options (or give a printer) to refresh my memory?

thanks

Geert Stappers wrote:
 On Tue, Sep 26, 2006 at 06:37:44PM -0400, t u wrote:
 You did the right thing with uninstalling the services you don't need.
 Have you any idea why they were installed?
 not really, no. the installer didn't let me choose anything [packages].
 it just downloaded everything it wanted from the repos [during
 installation] and set it up (netinst) itself [except exim4]].
 
 Did you check box tasks like 'print server' ?
 
 


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



Bug#389679: Bug resolved partially.

2006-09-27 Thread Konstantin Starodubtsev
 Sorry, serverity should be lowered to normal or wishlist.

The problem appeared because apache2 mod_perl2 handler was written as

sub handler : method {
my $r = shift;
}

so subsequent Apache2::Request-new( $r ) call got incorrect argument
(notice : method attribute).

I still consider this is a bug (with low priority though) as mod_perl 
should not segfault.

-- 
MBR,
 Konstantin Starodubtsev


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



Bug#389688: rfb binaries depend on old libxclass0c2 shared library

2006-09-27 Thread Arias Hung

Package: rfb
Version: 0.6.1-13
Severity: grave
Justification: renders package unusable

binaries cannot run due to dependency on libxclass.so.0.9.1 instead of
libxclass.so.0.9.2 which is the present shared library in libxclass0c2 package.

See attached log.


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

Versions of packages rfb depends on:
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20060709-1 GCC support library
ii  libstdc++6  4.2-20060709-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxclass0c20.9.2-1  C++ GUI toolkit for X
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxpm4 1:3.5.5-2X11 pixmap library
ii  libxtst61:1.0.1-5X11 Testing -- Resource extension 
ii  zlib1g  1:1.2.3-13   compression library - runtime


rfb recommends no packages.
linux-gate.so.1 =  (0xe000)
libz.so.1 = /usr/lib/libz.so.1 (0x42c1)
libxclass.so.0.9.1 = not found
libXpm.so.4 = /usr/lib/libXpm.so.4 (0x4e8b)
libXext.so.6 = /usr/lib/libXext.so.6 (0x4cefd000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x4d393000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x42d2b000)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0x42be3000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x42d1e000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0x42ab)
libXau.so.6 = /usr/lib/libXau.so.6 (0x4d32)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x490bf000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x42c0a000)
/lib/ld-linux.so.2 (0x49721000)
linux-gate.so.1 =  (0xe000)
libz.so.1 = /usr/lib/libz.so.1 (0x42c1)
libxclass.so.0.9.1 = not found
libXpm.so.4 = /usr/lib/libXpm.so.4 (0x4e8b)
libXext.so.6 = /usr/lib/libXext.so.6 (0x4cefd000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x4d393000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x42d2b000)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0x42be3000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x42d1e000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0x42ab)
libXau.so.6 = /usr/lib/libXau.so.6 (0x4d32)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x490bf000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x42c0a000)
/lib/ld-linux.so.2 (0x49721000)
linux-gate.so.1 =  (0xe000)
libz.so.1 = /usr/lib/libz.so.1 (0x42c1)
libXtst.so.6 = /usr/lib/libXtst.so.6 (0x4e07d000)
libxclass.so.0.9.1 = not found
libXpm.so.4 = /usr/lib/libXpm.so.4 (0x4e8b)
libXext.so.6 = /usr/lib/libXext.so.6 (0x4cefd000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x4d393000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x42d2b000)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0x42be3000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x42d1e000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0x42ab)
libXau.so.6 = /usr/lib/libXau.so.6 (0x4d32)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x490bf000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x42c0a000)
/lib/ld-linux.so.2 (0x49721000)


pgpUo1ow85u5t.pgp
Description: PGP signature


Bug#389690: kdessh: Does not work at all?

2006-09-27 Thread Christian Hammers
Package: kdeutils
Version: 4:3.3.2-1
Severity: normal

Hello

I can't get kdessh to do anything meaningful:

[EMAIL PROTECTED]:~$ kdessh localhost hostname
no output

[EMAIL PROTECTED]:~$ kdessh qdb2 ssh
ssh: bash: line 1: kdesu_stub: command not found

[EMAIL PROTECTED]:~$ kdessh qdb2 hostname
ssh: bash: line 1: kdesu_stub: command not found

[EMAIL PROTECTED]:~$ which kdesu_stub
/usr/bin/kdesu_stub

[EMAIL PROTECTED]:~$ kdessh -s /usr/bin/kdesu_stub qdb2 hostname
ssh: bash: line 1: /usr/bin/kdesu_stub: No such file or directory

How should I use it? (I was just looking for a way to get ssh to ask
my kde wallet so that I don't have to enter yet another passwort
on startup for ssh-askpass)

bye,

-christian-


-- System Information:
Debian Release: 3.1
  APT prefers experimental
  APT policy: (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15) (ignored: LC_ALL set 
to [EMAIL PROTECTED])

Versions of packages kdeutils depends on:
ii  ark   4:3.3.2-1  KDE archiving tool
ii  kcalc 4:3.3.2-1  KDE calculator
ii  kcharselect   4:3.3.2-1  KDE character selector
ii  kdelirc   4:3.3.2-1  KDE infrared control
ii  kdessh4:3.3.2-1  KDE ssh frontend
ii  kdf   4:3.3.2-1  KDE disk free
ii  kedit 4:3.3.2-1  KDE text editor
ii  kfloppy   4:3.3.2-1  KDE floppy formatter
ii  kgpg  4:3.3.2-1  GnuPG frontend for KDE
ii  khexedit  4:3.3.2-1  KDE hex editor
ii  kjots 4:3.3.2-1  KDE note taking utility
ii  klaptopdaemon 4:3.3.2-1  KDE battery monitoring and managem
ii  kmilo 4:3.3.2-1  KDE kded hardware support module
ii  kregexpeditor 4:3.3.2-1  graphical regular expression edito
ii  ksim  4:3.3.2-1  System information monitor
ii  ktimer4:3.3.2-1  KDE timer
ii  kwalletmanager4:3.3.2-1  KDE Wallet Manager

-- no debconf information


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



Bug#389683: [Pkg-xen-devel] Bug#389683: xen-utils-common: bridging script breaks networking

2006-09-27 Thread Bastian Blank
severity 389683 important
thanks

On Wed, Sep 27, 2006 at 08:58:31AM +0200, Filip Van Raemdonck wrote:
 Package: xen-utils-common
 Version: 3.0+hg11292-2
 Severity: serious
 Justification: breaks unrelated services

No, it does not.

 When running /etc/xen/scripts/network-bridge start, the system becomes
 completely unreachable from the network.

You requested it.

 Running ifconfig, I can see eth0 (which is the virtual interface now if
 I am correct), having the mac and IP address of the real eth0, and a
 peth0 and xenbr0 both having no IP address and a mac address of
 FE+(5 times :FF).

/var/log/xen/xend-hotplug.log may show something. Otherwise you have to
use bash -x /etc/xen/scripts/network-bridge start to see what happens.

 When I set the IP address of xenbr0 manually to the eth0 address,
 networking works again. But I am not sure whether that's how it is
 supposed to be.

Setup the bridge by hand (The Debian bridge-utils package contains some
nice support).

Bastian

-- 
To live is always desirable.
-- Eleen the Capellan, Friday's Child, stardate 3498.9


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



Bug#388794: fglrx driver 8.29.6 drops support for some cards

2006-09-27 Thread Flavio Stanchina
Daniel Leidert wrote:
 Am Dienstag, den 26.09.2006, 18:35 -0700 schrieb Max Alekseyev:
 So I think version 8.29.6 should be packaged separately from version 8.28.8 
 rather than replace it.
 I don't think so. AFAIK the last 5 or 6 releases of the ATIs Linux
 driver had massive problems with these cards.

That's true, indeed. On my hardware (Radeon 8500 and 9250), the DVI
connector never worked with the proprietary driver and fgl_glxgears has
been showing just a blue cube for the past year or so.

 Are there features, the free drivers
 cannot provide, but the proprietary can?

I think I still can't play Doom 3 with the X.Org driver, and if you
think it's evil to use fglrx just for a game, what would you think if I
used Windows just for a game?

Never mind that Doom 3 itself is not free software; games like that are
still one of the top 5 reasons why I own a computer in the first place.

-- 
Ciao, Flavio


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



Bug#389689: Package description outdated

2006-09-27 Thread Florian Weimer
Package: ethtool
Version: 3-1
Severity: minor

This part of the description is out of date for etch:

 Many ethernet drivers in 2.4 or newer kernel can be queried and tuned using
 ethtool.
 .
 However, backward compatibility is ensured on 2.2 kernel running Sparc with
 SUN Happy Meal (hme) Ethernet card.

Please remove it.

-- 
Florian Weimer[EMAIL PROTECTED]
BFK edv-consulting GmbH   http://www.bfk.de/
Durlacher Allee 47tel: +49-721-96201-1
D-76131 Karlsruhe fax: +49-721-96201-99


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



Bug#389694: xsltproc: problems with dblatex interaction (possibly due to patch for bug #383408)

2006-09-27 Thread Michael(tm) Smith
Package: xsltproc
Version: 1.1.17-4
Severity: important


The dblatex application makes use of xsltproc. Since upgrading to
xsltproc 1.1.17, I am getting error messages such as the
following, which I do not get with xsltproc 1.1.16 -

  /usr/local/share/dblatex/xsl/common/mklistings.xsl:104: element include: 
XInclude error : encoding {$encoding} not supported

I suspect the cause is the patch that was applied to fix bug #383408.

Perhaps Andreas (dblatex packager for Debian) can try to see if he
can reproduce the errors.

  --Mike

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

Versions of packages xsltproc depends on:
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libgpg-error0  1.4-1 library for common error values an
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  libxslt1.1 1.1.17-4  XSLT processing library - runtime 

xsltproc recommends no packages.

-- no debconf information


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



Bug#383408: this patch seems to break dblatex behavior

2006-09-27 Thread Michael(tm) Smith
The dblatex application makes use of xsltproc. Since upgrading to
xsltproc 1.1.17, I am getting error messages such as the
following, which I do not get with xsltproc 1.1.16 -

  /usr/local/share/dblatex/xsl/common/mklistings.xsl:104: element include: 
XInclude error : encoding {$encoding} not supported

I suspect the cause is the patch that was applied to fix bug #383408.

Perhaps Andreas (dblatex packager for Debian) can try to see if he
can reproduce the errors.

  --Mike

-- 
Michael(tm) Smith
xmpp:[EMAIL PROTECTED]
irc://irc.freenode.net/mobile-web


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



Bug#332594: apt-build: Please apply patch!

2006-09-27 Thread Adam Porter
tags 332594 +patch
thanks

Please apply the patch from C. Hangelog [EMAIL PROTECTED].  Without 
realizing this patch existed, I did basically the same thing, but just always 
removed the + and anything following in the version, in get_src_version.  
But this patch is probably the smarter thing to do, just in case a source 
version contains a +.

Anyway, please apply the patch and update the package.  With all the +b1 
packages being uploaded now, it's a real problem.


pgpwUWRVJkb0g.pgp
Description: PGP signature


Bug#389691: keyjnote: Does not run - hangs.

2006-09-27 Thread Anthony Campbell
Package: keyjnote
Version: 0.8.2-1
Severity: grave
Justification: renders package unusable


When trying to use keyjnote with any pdf file I get:

rcadia:~/course/beamer/intro:$ keyjnote intro.pdf
Welcome to KeyJnote version 0.8.2
ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_card_driver 
returned error: No such device
ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_concat returned 
error: No such device
ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
ALSA lib conf.c:3479:(_snd_config_evaluate) function snd_func_refer returned 
error: No such device
ALSA lib conf.c:3947:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM default


I then have to kill the xterm to stop keyjnote.


-- 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.17-2-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages keyjnote depends on:
ii  gs8.50-1.1   Transitional package
ii  gs-gpl [gs]   8.50-1.1   The GPL Ghostscript PostScript int
ii  python2.4.3-11   An interactive high-level object-o
ii  python-imaging1.1.5-11   Python Imaging Library
ii  python-opengl 2.0.1.09-2.3   Python bindings to OpenGL
ii  python-pygame 1.7.1release-4 SDL bindings for games development

keyjnote recommends no packages.

-- no debconf information


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



Bug#389350: nut: purging the package fails (adduser unavailable)

2006-09-27 Thread Steve Langasek
On Wed, Sep 27, 2006 at 08:47:02AM +0200, Arnaud Quette wrote:
 If the user owns files that aren't removed until purge time, that would
 leave dangling files that may end up owned by an unrelated service user 
 when
 the uid is reused, which would be a bad thing.  (This is also why it's
 generally a bad idea to delete system users at all in maintainer scripts,
 because you can't always know that there are no files left owned by the
 user.)

 Since this package creates a /var/lib/nut directory which may be full of
 files owned by this user, and does nothing on removal to clean up these

 well, there shouldn't be anything left. This is just for socket
 communication, and pid files. So I'll also there care of this one.

Hmm, a socket and pid files in /var/lib/nut?  That sounds like an FHS
violation... :)

So if these are the only files the user ever owns, deleting the user on
purge would also be ok, as long as you check for deluser's presence first
before calling it.

But leaving the user in place is also certainly allowed.

 files, I think it's best to just not delete the user at all.

 If there is no objection, we'll go that way.

Definitely no objections from me.

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


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



Bug#389692: hpodder: typo in description

2006-09-27 Thread Lars Wirzenius
Package: hpodder
Version: 0.5.7

From the long description:

 hpodder operations can be easily scripted or scheuled using regular

There's a d missing in scheduled.

-- 
When in doubt, use brute force.



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



Bug#389693: linux-image-2.6.18-1-powerpc: enable CONFIG_PMAC_BACKLIGHT_LEGACY on powerpc builds

2006-09-27 Thread Yves-Alexis Perez
Package: linux-image-2.6.18-1-powerpc
Version: 2.6.18-1
Severity: wishlist


On debian kernel CONFIG_PMAC_BACKLIGHT_LEGACY isn't set, which prevents
pbbuttonsd (a daemon used to control display and keyboard backlight,
sound, to manage power management etc.) to control the display
backlight.

I guess it should switch to new pmu syscall, but in the meanwhile could
this config option be enabled ?

Regards,

-- Yves-Alexis Perez

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

Versions of packages linux-image-2.6.18-1-powerpc depends on:
ii  mkvmlinuz 24 create a kernel to boot a PowerPC 
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-18  Yet Another mkInitRD

linux-image-2.6.18-1-powerpc recommends no packages.

-- debconf information:
  linux-image-2.6.18-1-powerpc/postinst/old-dir-initrd-link-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/postinst/kimage-is-a-directory:
  linux-image-2.6.18-1-powerpc/postinst/bootloader-error-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/postinst/old-initrd-link-2.6.18-1-powerpc: true
  linux-image-2.6.18-1-powerpc/preinst/already-running-this-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/postinst/depmod-error-initrd-2.6.18-1-powerpc: 
false
  linux-image-2.6.18-1-powerpc/postinst/bootloader-test-error-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/preinst/bootloader-initrd-2.6.18-1-powerpc: true
  linux-image-2.6.18-1-powerpc/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-1-powerpc/preinst/lilo-initrd-2.6.18-1-powerpc: true
  
linux-image-2.6.18-1-powerpc/prerm/would-invalidate-boot-loader-2.6.18-1-powerpc:
 true
  linux-image-2.6.18-1-powerpc/preinst/abort-install-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/preinst/abort-overwrite-2.6.18-1-powerpc:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-1-powerpc/preinst/initrd-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/preinst/elilo-initrd-2.6.18-1-powerpc: true
  linux-image-2.6.18-1-powerpc/postinst/old-system-map-link-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/preinst/overwriting-modules-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/postinst/create-kimage-link-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/prerm/removing-running-kernel-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/preinst/failed-to-move-modules-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/postinst/depmod-error-2.6.18-1-powerpc: false


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



Bug#389695: upgrade fails due to failing /etc/init.d/imapproxy stop

2006-09-27 Thread Arjan Oosting
Package: imapproxy
Version: 1.2.4-4
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I tried to upgrade imapproxy today, but failed:

Voorbereiden om imapproxy 1.2.4-4 te vervangen (door 
.../imapproxy_1.2.4-5_i386.deb) ...
Stopping IMAP proxy: invoke-rc.d: initscript imapproxy, action stop failed.
dpkg: waarschuwing - verouderd pre-removal script gaf een foutcode 1
dpkg - script uit het nieuwe pakket wordt geprobeerd ...
Stopping IMAP proxy: invoke-rc.d: initscript imapproxy, action stop failed.
dpkg: fout bij afhandelen van 
/var/cache/apt/archives/imapproxy_1.2.4-5_i386.deb (--unpack):
 subproces nieuw pre-removal script gaf een foutwaarde 1 terug
Starting IMAP proxy: imapproxy.
Fouten gevonden tijdens behandelen van:
 /var/cache/apt/archives/imapproxy_1.2.4-5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

It seems the error is in the init script when it is called with stop:

 [EMAIL PROTECTED]:~$ ps aux | grep imapproxy[d]
 nobody7989  0.0  0.2  11956  1524 ?Ssl  10:11   0:00 
/usr/sbin/imapproxyd -f /etc/imapproxy.conf
 [EMAIL PROTECTED]:~$ sudo /etc/init.d/imapproxy stop ; echo $?
 Stopping IMAP proxy: 1
 [EMAIL PROTECTED]:~$ ps aux | grep imapproxy[d]
 [EMAIL PROTECTED]:~$

The init script stops imapproxy but still return exit code 1, which is cause by 
the call
to grep:

  [EMAIL PROTECTED]:~$ sudo /etc/init.d/imapproxy start ; echo $?
  Starting IMAP proxy: imapproxy.
  0
  [EMAIL PROTECTED]:~$ sudo start-stop-daemon --oknodo --stop --quiet 
--pidfile=/var/run/imapproxy.pid --exec /usr/sbin/imapproxyd -- -f 
/etc/imapproxy.conf | grep warning ; echo $?
  1
  [EMAIL PROTECTED]:~$ sudo /etc/init.d/imapproxy start ; echo $? Starting IMAP 
proxy: imapproxy.
  0
  [EMAIL PROTECTED]:~$ sudo start-stop-daemon --oknodo --stop --quiet 
--pidfile=/var/run/imapproxy.pid --exec /usr/sbin/imapproxyd -- -f 
/etc/imapproxy.conf ; echo $?
  0

Because there are no warning the call to grep returns with exit code 1, which 
causes the initscript to exit with code 1:

 [EMAIL PROTECTED]:~$ echo  | grep warning ; echo $?
 1

Greetings Arjan 


- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-3-moonshine
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages imapproxy depends on:
ii  debconf [debconf-2.0]1.5.4   Debian configuration management sy
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libncurses5  5.5-3   Shared libraries for terminal hand
ii  libssl0.9.8  0.9.8c-1SSL shared libraries
ii  libwrap0 7.6.dbs-11  Wietse Venema's TCP wrappers libra

imapproxy recommends no packages.

- -- debconf information:
* imapproxy/imap-server: localhost

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

iD8DBQFFGjPMUALvsZYuOJARAt0qAJ9554t8WkgiMwO91A8s7+Cqf1KNlACgsNtd
czjt5VlA26ghRBC6qzRCXng=
=rHkp
-END PGP SIGNATURE-


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



Bug#382078: Same problem for me

2006-09-27 Thread Siim Põder
Yo!

apt-proxy never sends the Packages.gz (or .bz2) file on first try of
apt-get update (for me, that is). I have verified that it downloads
the file with rsync, but then some sort of error occurs and the file is
not sent to the user. Running apt-get update for the second time seems
to retrieve the file on every try.

dididijero:/etc/apt# apt-get update
Get: 1 http://localhost unstable Release.gpg
Get: 2 http://localhost unstable Release
Ign http://localhost unstable Release
Get: 3 http://localhost unstable/main Packages
Ign http://localhost unstable/main Packages
Errhttp://localhost unstable/main Packages
  Connection failed
Fetched 189B in 4m17s (1B/s)
Failed to fetch
http://localhost:/debian/dists/unstable/main/binary-i386/Packages.gz
 Connection failed
Reading package lists... Done
W: Couldn't stat source package list http://localhost unstable/main
Packages
(/var/lib/apt/lists/localhost:_debian_dists_unstable_main_binary-i386_Packages)
- stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old
ones used instead.
dididijero:/etc/apt# apt-get update
Get: 1 http://localhost unstable Release.gpg
Get: 2 http://localhost unstable Release
Ign http://localhost unstable Release
Get: 3 http://localhost unstable/main Packages
Fetched 4362kB in 7s (583kB/s)
Reading package lists... Done

Relevant logs attached (2006/09/27 07:57 UTC is the second attempt).

This was for apt-proxy in stable (1.9.29)

Siim Põder
2006/09/27 07:50 UTC [Channel,117,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:50 UTC [Channel,117,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/Release.gpg
2006/09/27 07:50 UTC [-] [debug] sendData complete
2006/09/27 07:50 UTC [Channel,117,127.0.0.1] [debug] Client connection closed
2006/09/27 07:50 UTC [Channel,118,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:50 UTC [Channel,118,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/Release
2006/09/27 07:50 UTC [-] [debug] sendData complete
2006/09/27 07:50 UTC [-] [apt_pkg] REGISTERING 
PACKAGE:/debian/dists/unstable/Release
2006/09/27 07:50 UTC [Channel,118,127.0.0.1] [debug] Client connection closed
2006/09/27 07:50 UTC [Channel,119,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:50 UTC [Channel,119,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/main/binary-i386/Packages.bz2
2006/09/27 07:50 UTC [-] [debug] sendData complete
2006/09/27 07:50 UTC [Channel,119,127.0.0.1] [debug] Client connection closed
2006/09/27 07:50 UTC [Channel,120,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, Range: bytes=4361652-, If-Range: Wed, 
27 Sep 2006 07:50:29 GMT, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:50 UTC [Channel,120,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/main/binary-i386/Packages.gz
2006/09/27 07:52 UTC [Channel,120,127.0.0.1] [debug] Client connection closed
2006/09/27 07:52 UTC [Channel,121,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, Range: bytes=4361652-, If-Range: Wed, 
27 Sep 2006 07:50:29 GMT, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:52 UTC [Channel,121,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/main/binary-i386/Packages.gz
2006/09/27 07:54 UTC [Channel,121,127.0.0.1] [debug] Client connection closed
2006/09/27 07:54 UTC [-] Received SIGTERM, shutting down.
2006/09/27 07:54 UTC [-] (Port  Closed)
2006/09/27 07:54 UTC [-] Stopping factory apt_proxy.apt_proxy.Factory instance 
at 0xa7966cec
2006/09/27 07:54 UTC [-] [debug] Opening database 
/var/cache/apt-proxy/.apt-proxy/db/packages.db
2006/09/27 07:54 UTC [-] Main loop terminated.
2006/09/27 07:54 UTC [-] Server Shut Down.
2006/09/27 07:54 UTC [-] Log opened.
2006/09/27 07:54 UTC [-] twistd 1.3.0rc1 (/usr/bin/python2.3 2.3.5) starting up
2006/09/27 07:54 UTC [-] reactor class: twisted.internet.default.SelectReactor
2006/09/27 07:54 UTC [-] Loading /usr/sbin/apt-proxy...
2006/09/27 07:54 UTC [-] Updating twisted's process module.
2006/09/27 07:54 UTC [-] No updating required.
2006/09/27 07:54 UTC [-] [log] WARNING: Wrong server 
'file://usr/local/apt-local/internal' found in backend 'internal'. It was 
skiped.
2006/09/27 07:54 UTC [-] Loaded.
2006/09/27 07:54 UTC [-] apt_proxy.apt_proxy.Factory starting on 
2006/09/27 07:54 UTC [-] Starting factory apt_proxy.apt_proxy.Factory instance 
at 0xa79abcec
2006/09/27 07:54 UTC [-] set uid/gid 100/65534
2006/09/27 07:55 UTC [Channel,0,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:55 UTC [Channel,0,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/Release.gpg
2006/09/27 07:55 UTC [Channel,0,127.0.0.1] [Fetcher.activate] 

Bug#387449: apt-cache doesn't download packages

2006-09-27 Thread Eduard Bloch
severity 387449 normal
tags 387449 + moreinfo notreproducible
thanks

#include hallo.h
* Alexander Gerasiov [Thu, Sep 14 2006, 04:59:36PM]:
 Package: apt-cacher
 Version: 1.5.3
 Severity: grave

That's not grave because it does not break for everyone.

 # LANG=C aptitude upgrade

 15 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 Need to get 13.7MB of archives. After unpacking 1365kB will be freed.
 Do you want to continue? [Y/n/?]
 0% [Waiting for headers]

Please do:

LANG=C apt-get dist-upgrade -o Debug::Acquire::Http=true -o 
Acquire::Pipeline-Depth=1 | tee /tmp/logfile

and send me the resulting logfile, after compressing it with gzip.

 So it's totally unusable in default configuration.
 
 PS Without apt-cacher aptitude works fine with that mirror. Changing
 mirror doesn't change hangs with apt-cacher.

It can be one of the APT bugs as well. Send me your sources.list please.

Eduard.

-- 
Ganneff hrmpflgrmpflbrwaah.
alphascorpii hm?
Tolimar Ganneff: Ich kaufe ein e.
Ganneff heremepefelegeremepefelebererererereweaeaehe.
* maxx schenkt Ganneff ein k, so was kann man immer gebrauchen
Ganneff kheremepefelegeremepefelebererererereweaeaehe.
Ganneff ihr seid komisch.


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



Bug#389110: additionnal info

2006-09-27 Thread Michael Keulkeul
I forgot to give the arch which is amd64I have not tested this in other environements


Bug#389688: rfb binaries depend on old libxclass0c2 shared library

2006-09-27 Thread Steve Langasek
reassign 389688 libxclass0c2
severity 389688 serious
retitle 389688 libxclass0c2: soname change without package name change
found 389688 0.9.2-1
thanks

On Wed, Sep 27, 2006 at 12:44:36AM -0700, Arias Hung wrote:
 Package: rfb
 Version: 0.6.1-13
 Severity: grave
 Justification: renders package unusable

 binaries cannot run due to dependency on libxclass.so.0.9.1 instead of
 libxclass.so.0.9.2 which is the present shared library in libxclass0c2 
 package.

Sorry, there is no longer an rfb package in Debian testing/unstable, so rfb
isn't going to be rebuilt against the new xclass package.

But, it is an RC bug in xclass for changing sonames without changing package
names, thus invalidating the dependencies of all packages built against
libxclass.so.0.9.1; so reassigning there.

Bart, you should find that lintian gives you a warning about this package
name not matching the soname...

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


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



Bug#389700: mod_geoip would be very useful

2006-09-27 Thread Alexander Vlasov
Package: lighttpd
Version: 1.4.12~20060907-1
Severity: wishlist

Upstream added a new useful module for lighty, namely mod_geoip
http://trac.lighttpd.net/trac/wiki/Docs:ModGeoip
It using geoip librtary available in debian

Can you please build a separate package lighttpd-mod-geoip as you did
with other modules which require additional libraries?
This module would be really really helpful.

Thanks a lot.

-- 
Alexander Vlasov
ZULU-UANIC
JID: zulu at jabber.kiev.ua



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



Bug#389697: Misleading information in postinst

2006-09-27 Thread Julien Danjou
Package: linux-2.6
Version: 2.6.17-9
Severity: minor

Hello,

There's a typo in postinst, line 60:
my $initrddep = initramfs-tools (= 0.53) | yaird (= 0.1.11) |
linux-initramfs-tool, ;  # List of dependencies for such tools

but:
% apt-cache show linux-image-2.6.17-2-686 | grep yaird
Depends: module-init-tools (= 0.9.13), initramfs-tools (= 0.53) |
yaird (= 0.0.12-8) | linux-initramfs-tool

And if I'm not too bad:
0.0.12-8  0.1.11

I guess you meant 0.0.11

Cheers,
-- 
Julien Danjou
// Λ̊ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Ferns will rule the world.


signature.asc
Description: Digital signature


Bug#389683: [Pkg-xen-devel] Bug#389683: xen-utils-common: bridging script breaks networking

2006-09-27 Thread Filip Van Raemdonck
On Wed, Sep 27, 2006 at 09:48:34AM +0200, Bastian Blank wrote:
 On Wed, Sep 27, 2006 at 08:58:31AM +0200, Filip Van Raemdonck wrote:
 
  Justification: breaks unrelated services
 
 No, it does not.

Then how would you label the system becoming unreachable?

  When running /etc/xen/scripts/network-bridge start, the system becomes
  completely unreachable from the network.
 
 You requested it.

No, I requested that it stay connected, as per the documentation in the
xend-config.sxp:

# dom0: fake eth0 - vif0.0 -+
#|
#  bridge - real eth0 - the network
#|
# domU: fake eth0 - vifN.0 -+

The network link is not gone in this picture.

  Running ifconfig, I can see eth0 (which is the virtual interface now if
  I am correct), having the mac and IP address of the real eth0, and a
  peth0 and xenbr0 both having no IP address and a mac address of
  FE+(5 times :FF).
 
 /var/log/xen/xend-hotplug.log may show something. Otherwise you have to
 use bash -x /etc/xen/scripts/network-bridge start to see what happens.

sh -x output attached.

  When I set the IP address of xenbr0 manually to the eth0 address,
  networking works again. But I am not sure whether that's how it is
  supposed to be.
 
 Setup the bridge by hand (The Debian bridge-utils package contains some
 nice support).

What I meant was, I am not sure whether xenbr0 is supposed to have an
IP address set.

Also, after adding the address manually, both xenbr0 and eth0 (the
virtual one?) have the same IP address.
Running ifconfig eth0 down makes the connection going away again,
unsurprisingly. Ifconfig eth0 up at that point sets the old IP again,
but does not restore connectivity; xenbr0 still has the assinged IP
address.

And if the bridge should be setup by hand rather than using the network
script, this (and how to do it) should be documented in the xen
package(s).


Regards,

Filip
chiron:~# sh -x /etc/xen/scripts/network-bridge start
++ dirname /etc/xen/scripts/network-bridge
+ dir=/etc/xen/scripts
+ . /etc/xen/scripts/xen-script-common.sh
++ set -e
+ . /etc/xen/scripts/xen-network-common.sh
++ '[' -e /etc/SuSE-release ']'
++ which ifup
+ findCommand start
+ for arg in '$@'
+ expr index start =
+ command=start
+ return
+ evalVariables start
+ for arg in '$@'
+ expr index start = '' 1
++ ip route list
++ awk '/^default / { print $NF }'
++ sed 's/^[^0-9]*//'
+ vifnum=0
+ vifnum=0
+ bridge=xenbr0
+ netdev=eth0
+ antispoof=no
+ pdev=peth0
+ vdev=veth0
+ vif0=vif0.0
+ case $command in
+ op_start
+ '[' xenbr0 = null ']'
+ link_exists veth0
+ ip link show veth0
+ return 0
+ create_bridge xenbr0
+ local bridge=xenbr0
+ '[' '!' -e /sys/class/net/xenbr0/bridge ']'
+ brctl addbr xenbr0
+ brctl stp xenbr0 off
+ brctl setfd xenbr0 0
+ ip link set xenbr0 arp off
+ ip link set xenbr0 multicast off
+ ip link set xenbr0 up
+ link_exists veth0
+ ip link show veth0
+ return 0
++ ip link show eth0
++ sed -e 's/.*ether \(..:..:..:..:..:..\).*/\1/'
++ grep 'link\/ether'
+ mac=00:18:8b:31:b0:42
+ preiftransfer eth0
+ true
+ transfer_addrs eth0 veth0
+ local src=eth0
+ local dst=veth0
+ ip addr show dev veth0
+ egrep -q '^ *inet '
+ ip addr show dev eth0
+ egrep '^ *inet '
+ sed -e '
s/inet/ip addr add/
[EMAIL PROTECTED]([0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+/[0-9]\+\)@\1@
s/eth0/dev veth0/
'
+ sh -e
+ ip route list
+ sed -ne '
/dev veth0\( \|$\)/ {
  s/^/ip route del /
  p
}'
+ sh -e
+ ifdown eth0
+ ip link set eth0 name peth0
+ ip link set veth0 name eth0
+ setup_bridge_port peth0
+ local dev=peth0
+ ip link set peth0 down
+ ip link set peth0 arp off
+ ip link set peth0 multicast off
+ ip link set peth0 addr fe:ff:ff:ff:ff:ff
+ ip addr flush peth0
+ setup_bridge_port vif0.0
+ local dev=vif0.0
+ ip link set vif0.0 down
+ ip link set vif0.0 arp off
+ ip link set vif0.0 multicast off
+ ip link set vif0.0 addr fe:ff:ff:ff:ff:ff
+ ip addr flush vif0.0
Nothing to flush.
+ ip link set eth0 addr 00:18:8b:31:b0:42 arp on
+ ip link set xenbr0 up
+ add_to_bridge xenbr0 vif0.0
+ local bridge=xenbr0
+ local dev=vif0.0
+ '[' -e /sys/class/net/xenbr0/brif/vif0.0 ']'
+ brctl addif xenbr0 vif0.0
+ ip link set vif0.0 up
+ add_to_bridge2 xenbr0 peth0
+ local bridge=xenbr0
+ local dev=peth0
+ local maxtries=10
+ echo -n 'Waiting for peth0 to negotiate link.'
Waiting for peth0 to negotiate link.+ ip link set peth0 up
++ seq 10
+ for i in '`seq ${maxtries}`'
+ ifconfig peth0
+ grep -q RUNNING
+ echo -n .
.+ sleep 1
+ for i in '`seq ${maxtries}`'
+ ifconfig peth0
+ grep -q RUNNING
+ echo -n .
.+ sleep 1
+ for i in '`seq ${maxtries}`'
+ ifconfig peth0
+ grep -q RUNNING
+ echo -n .
.+ sleep 1
+ for i in '`seq ${maxtries}`'
+ ifconfig peth0
+ grep -q RUNNING
+ break
+ '[' 4 -eq 10 ']'
+ add_to_bridge xenbr0 peth0
+ local bridge=xenbr0
+ local dev=peth0
+ '[' -e /sys/class/net/xenbr0/brif/peth0 ']'
+ brctl addif xenbr0 peth0
+ ip link set peth0 up
+ do_ifup eth0
+ ifup eth0
+ '[' no = yes ']'
chiron:~# 


Bug#385327: ICE in reload_cse_simplify_operands, at postreload.c:393

2006-09-27 Thread Martin Michlmayr
* Matthias Klose [EMAIL PROTECTED] [2006-09-26 01:07]:
 Please recheck with gcc-4.1.1-14

Isn't this PR28181 (still open)?  Or did Roman not close PR tickets?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#389696: libwww-indexparser-perl: FTBFS: Test failures

2006-09-27 Thread Daniel Schepler
Package: libwww-indexparser-perl
Severity: serious
Version: 0.5-1

From my pbuilder build log:

...
/usr/bin/make test
make[1]: Entering directory `/tmp/buildd/libwww-indexparser-perl-0.5'
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e test_harness(0, 
'blib/lib', 'blib/arch') t/*.t
t/WWW-IndexParserok 1/3Can't locate object method status_line via package 
HTTP::Headers at (eval 14) line 1.
# Looks like you planned 3 tests but only ran 1.
# Looks like your test died just after 1.
t/WWW-IndexParserdubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
---
t/WWW-IndexParser.t  255 65280 34 133.33%  2-3
Failed 1/1 test scripts, 0.00% okay. 2/3 subtests failed, 33.33% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/tmp/buildd/libwww-indexparser-perl-0.5'
make: *** [install-stamp] Error 2

Looks like probably there are some missing Build-Depends needed for the
test to run.
-- 
Daniel Schepler



Bug#389699: xorg: [INTL:fi] Updated Finnish translation after QA

2006-09-27 Thread Tapio Lehtonen
Package: xorg
Severity: wishlist
Tags: patch l10n

Attached updated xserver-xorg/po/fi.po

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
# Debian Installer xserver-xorg.
# Translation to Finnish.
# Copyright (C) 2006 Tapio Lehtonen
# This file is distributed under the same license as the xserver-xorg package.
# Tapio Lehtonen [EMAIL PROTECTED], 2006.
#
msgid 
msgstr 
Project-Id-Version: Debian Installer xserver-xorg\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-09-17 09:13+0200\n
PO-Revision-Date: 2006-09-27 11:15+0300\n
Last-Translator: Tapio Lehtonen [EMAIL PROTECTED]\n
Language-Team: Finnish debian-l10n-finnish@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../x11-common.templates:1001
msgid Root Only
msgstr Vain pääkäyttäjä

#. Type: select
#. Choices
#: ../x11-common.templates:1001
msgid Console Users Only
msgstr Vain konsolikäyttäjät

#. Type: select
#. Choices
#: ../x11-common.templates:1001
msgid Anybody
msgstr Kaikki

#. Type: select
#. Description
#: ../x11-common.templates:1002
msgid Users allowed to start the X server:
msgstr Käyttäjät jotka saavat käynnistää X-palvelimen:

#. Type: select
#. Description
#: ../x11-common.templates:1002
msgid 
Because the X server runs with superuser privileges, it may be unwise to 
permit any user to start it, for security reasons.  On the other hand, it is 
even more unwise to run general-purpose X client programs as root, which is 
what may happen if only root is permitted to start the X server.  A good 
compromise is to permit the X server to be started only by users logged in 
to one of the virtual consoles.
msgstr 
Tietoturvasyistä saattaa olla huono ajatus sallia kenen tahansa käynnistää X-
palvelin, koska se toimii pääkäyttäjän oikeuksilla. Toisaalta on vielä 
huonompi ajatus suorittaa yleiskäyttöisiä X:n asiakasohjelmia pääkäyttäjänä, 
mikä saattaa olla tilanne jos vain pääkäyttäjä saa käynnistää X-palvelimen. 
Hyvä sovitteluratkaisu on sallia X-palvelimen käynnistys ainoastaan 
käyttäjille jotka ovat kirjautuneet sisään jollekin virtuaalikonsolille.

#. Type: string
#. Description
#: ../x11-common.templates:3001
msgid Nice value for the X server:
msgstr X-palvelimen nice-arvo:

#. Type: string
#. Description
#: ../x11-common.templates:3001
msgid 
When using operating system kernels with a particular scheduling strategy, 
it has been widely noted that the X server's performance improves when it is 
run at a higher process priority than the default; a process's priority is 
known as its \nice\ value.  These values range from -20 (extremely high 
priority, or \not nice\ to other processes) to 19 (extremely low 
priority).  The default nice value for ordinary processes is 0, and this is 
also the recommend value for the X server.
msgstr 
Käytettäessä erilaisia skeduloijia käyttöjärjestelmän ytimessä on havaittu X-
palvelimen suorituskyvyn paranevan kun sen prioriteetti on suurempi kuin 
prosessien oletusarvo; prosessin prioriteetti ilmaistaan sen \nice\-
arvolla. Mahdolliset arvot ovat -20:stä (hyvin korkea prioriteetti) arvoon 
19 (hyvin alhainen prioriteetti). Tavallisten prosessien oletusarvo nicelle 
on 0, ja tämä on myös X-palvelimelle suositeltu arvo.

#. Type: string
#. Description
#: ../x11-common.templates:3001
msgid 
Values outside the range of -10 to 0 are not recommended; too negative, and 
the X server will interfere with important system tasks.  Too positive, and 
the X server will be sluggish and unresponsive.
msgstr 
Välin -10 - 0 ulkopuolella olevia arvoja ei suositella; liian negatiivinen 
arvo saa X-palvelimen häiritsemään järjestelmän tärkeitä prosesseja. Liian 
suuri positiivinen arvo tekee X-palvelimesta jähmeän ja hitaan reagoimaan.

#. Type: note
#. Description
#: ../x11-common.templates:4001
msgid Incorrect nice value
msgstr Nice-arvo ei kelpaa

#. Type: note
#. Description
#: ../x11-common.templates:4001
msgid Please enter an integer between -20 and 19.
msgstr Kirjoita kokonaisluku väliltä -20 - 19.

#. Type: note
#. Description
#: ../x11-common.templates:5001
msgid Major possible upgrade issues
msgstr Mahdollisesti vakavia päivityspulmia

#. Type: note
#. Description
#: ../x11-common.templates:5001
msgid 
Some users have reported that upon upgrade to the current package set, their 
xserver package was no longer installed. Because there is no easy way around 
this problem, you should be sure to check that the xserver-xorg package is 
installed after upgrade. If it is not installed and you require it, it is 
recommended that you install the xorg package to make sure you have a fully 
functional X setup.
msgstr Jotkut käyttäjät ovat ilmoittaneet ettei paketti xserver ole enää 
asennettuna kun on päivitetty tämänhetkiseen pakettijoukkoon. Koska tämän 
ongelman kiertämiseen ei ole helppoa keinoa, olisi 

Bug#389698: gnuplot-doc: missing gnuplot.info-? files

2006-09-27 Thread Łukasz Pankowski
Package: gnuplot-doc
Version: 4.0.0-5
Severity: normal
File: /usr/share/info/gnuplot.info.gz

Hi

gnuplot.info.gz refers to two other files with actual content which
are not included in the package:

Indirect:
gnuplot.info-1: 206
gnuplot.info-2: 291476

and the info viewers fails to show it with the messages:

emacs:
info-insert-file-contents: Can't find gnuplot.info-1 or any compressed version 
of it

info:
Cannot find node `Top'.

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

-- no debconf information

-- 

=*= Łukasz Pankowski =*=



Bug#389701: wine: FTBFS: libicu34-dev no longer available

2006-09-27 Thread Daniel Schepler
Package: wine
Version: 0.9.19-1
Severity: serious

From my pbuilder build log:

...
Installing the build-deps
 - Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.28 
2006/05/30 23:45:45 dancer Exp $
...
 - Considering  libicu34-dev (= 3.4-4) | libicu28-dev | libicu21-dev
  Tried versions:
   - Does not satisfy version, not trying
   - Trying libicu28-dev
   - Cannot install libicu28-dev; apt errors follow:
Reading package lists... Done
Building dependency tree... Done
Package libicu28-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libicu36-dev
E: Package libicu28-dev has no installation candidate
   - Trying libicu21-dev
   - Cannot install libicu21-dev; apt errors follow:
Reading package lists... Done
Building dependency tree... Done
Package libicu21-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libicu36-dev
E: Package libicu21-dev has no installation candidate
E: Could not satisfy build-dependency.
E: pbuilder-satisfydepends failed.
-- 
Daniel Schepler



Bug#389702: krb5-config --cflags gssapi should give -I'/usr/include/gssapi'

2006-09-27 Thread Guido Guenther
Package: libkrb5-dev
Version: 1.4.4-3
Severity: normal

Hi,
I'm not enterily sure if the assertion in the subject is right, but
shouldn't krb5-config pass a sensible -I if headers aren't find by
default?
Cheers,
 -- Guido



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



Bug#382078: Same problem for me

2006-09-27 Thread Siim Põder
Yo!

This seems to happen for all .deb packages as well, btw. First time
apt-get complains:

Errhttp://localhost testing/main kdepim-wizards 4:3.5.4-1
  Error reading from server. Remote end closed connection
Get: 26 http://localhost testing/main kitchensync 4:3.5.4-1 [833kB]
Errhttp://localhost testing/main kitchensync 4:3.5.4-1
  Error reading from server. Remote end closed connection
Get: 27 http://localhost testing/main kleopatra 4:3.5.4-1 [218kB]
Errhttp://localhost testing/main kleopatra 4:3.5.4-1
  Error reading from server. Remote end closed connection
Get: 28 http://localhost testing/main knode 4:3.5.4-1 [1233kB]
Errhttp://localhost testing/main knode 4:3.5.4-1
  Error reading from server. Remote end closed connection
Get: 29 http://localhost testing/main knotes 4:3.5.4-1 [248kB]
Errhttp://localhost testing/main knotes 4:3.5.4-1
  Error reading from server. Remote end closed connection
Get: 30 http://localhost testing/main konsolekalendar 4:3.5.4-1 [73.3kB]
Errhttp://localhost testing/main konsolekalendar 4:3.5.4-1
  Error reading from server. Remote end closed connection
Get: 31 http://localhost testing/main kontact 4:3.5.4-1 [1629kB]
Errhttp://localhost testing/main kontact 4:3.5.4-1
  Error reading from server. Remote end closed connection
Get: 32 http://localhost testing/main libkpimexchange1 4:3.5.4-1 [108kB]
Errhttp://localhost testing/main libkpimexchange1 4:3.5.4-1
  Error reading from server. Remote end closed connection
Get: 33 http://localhost testing/main korganizer 4:3.5.4-1 [1586kB]
Errhttp://localhost testing/main korganizer 4:3.5.4-1
  Error reading from server. Remote end closed connection
Get: 34 http://localhost testing/main korn 4:3.5.4-1 [175kB]
Errhttp://localhost testing/main korn 4:3.5.4-1
  Error reading from server. Remote end closed connection

But when run the second time, these packages are retrieved.

Siim Põder
2006/09/27 07:50 UTC [Channel,117,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:50 UTC [Channel,117,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/Release.gpg
2006/09/27 07:50 UTC [-] [debug] sendData complete
2006/09/27 07:50 UTC [Channel,117,127.0.0.1] [debug] Client connection closed
2006/09/27 07:50 UTC [Channel,118,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:50 UTC [Channel,118,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/Release
2006/09/27 07:50 UTC [-] [debug] sendData complete
2006/09/27 07:50 UTC [-] [apt_pkg] REGISTERING 
PACKAGE:/debian/dists/unstable/Release
2006/09/27 07:50 UTC [Channel,118,127.0.0.1] [debug] Client connection closed
2006/09/27 07:50 UTC [Channel,119,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:50 UTC [Channel,119,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/main/binary-i386/Packages.bz2
2006/09/27 07:50 UTC [-] [debug] sendData complete
2006/09/27 07:50 UTC [Channel,119,127.0.0.1] [debug] Client connection closed
2006/09/27 07:50 UTC [Channel,120,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, Range: bytes=4361652-, If-Range: Wed, 
27 Sep 2006 07:50:29 GMT, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:50 UTC [Channel,120,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/main/binary-i386/Packages.gz
2006/09/27 07:52 UTC [Channel,120,127.0.0.1] [debug] Client connection closed
2006/09/27 07:52 UTC [Channel,121,127.0.0.1] [debug] Headers: Host: 
localhost:, Connection: keep-alive, Range: bytes=4361652-, If-Range: Wed, 
27 Sep 2006 07:50:29 GMT, User-Agent: Debian APT-HTTP/1.3
2006/09/27 07:52 UTC [Channel,121,127.0.0.1] [debug] Request: GET 
/debian/dists/unstable/main/binary-i386/Packages.gz
2006/09/27 07:54 UTC [Channel,121,127.0.0.1] [debug] Client connection closed
2006/09/27 07:54 UTC [-] Received SIGTERM, shutting down.
2006/09/27 07:54 UTC [-] (Port  Closed)
2006/09/27 07:54 UTC [-] Stopping factory apt_proxy.apt_proxy.Factory instance 
at 0xa7966cec
2006/09/27 07:54 UTC [-] [debug] Opening database 
/var/cache/apt-proxy/.apt-proxy/db/packages.db
2006/09/27 07:54 UTC [-] Main loop terminated.
2006/09/27 07:54 UTC [-] Server Shut Down.
2006/09/27 07:54 UTC [-] Log opened.
2006/09/27 07:54 UTC [-] twistd 1.3.0rc1 (/usr/bin/python2.3 2.3.5) starting up
2006/09/27 07:54 UTC [-] reactor class: twisted.internet.default.SelectReactor
2006/09/27 07:54 UTC [-] Loading /usr/sbin/apt-proxy...
2006/09/27 07:54 UTC [-] Updating twisted's process module.
2006/09/27 07:54 UTC [-] No updating required.
2006/09/27 07:54 UTC [-] [log] WARNING: Wrong server 
'file://usr/local/apt-local/internal' found in backend 'internal'. It was 
skiped.
2006/09/27 07:54 UTC [-] Loaded.
2006/09/27 07:54 UTC [-] apt_proxy.apt_proxy.Factory starting on 
2006/09/27 07:54 UTC [-] Starting factory apt_proxy.apt_proxy.Factory instance 
at 0xa79abcec
2006/09/27 

Bug#384262: xserver-xorg-core: Fonts still don't get displayed with 2:1.1.1-8

2006-09-27 Thread Rebeix Didier
Package: xserver-xorg-core
Version: 2:1.1.1-8
Followup-For: Bug #384262

All is in the title...

Cheers.


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

Versions of packages xserver-xorg-core depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libfontenc1  1:1.0.2-2   X11 font encoding library
ii  libgcc1  1:4.1.1-14  GCC support library
ii  libxau6  1:1.0.1-2   X11 authorisation library
ii  libxdmcp61:1.0.1-2   X11 Display Manager Control Protoc
ii  libxfont11:1.2.2-1   X11 font rasterisation library
ii  x11-common   1:7.1.0-1   X Window System (X.Org) infrastruc
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages xserver-xorg-core recommends:
ii  xkb-data  0.8-14 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#389703: quicksynergy: incorrect statement in documentation; kills child process synergy* on exit

2006-09-27 Thread Eddy Petrisor
Package: quicksynergy
Version: 0.3.2-1
Severity: normal
Tags: upstream

Hello,

The documentation of the quicksynergy application states the following:

Note that even if you close QuickSynergy, synergy will be kept running on the
background. If you don't want synergy to keep running after you close
QuickSynergy, then click the Stop button before closing it.


This is not true. No matter which part of the connection (client or
server), if quicksynergy is closed, the connection dies.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (100, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-powerpc
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

Versions of packages quicksynergy depends on:
ii  libatk1.0-0  1.12.2-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcairo21.2.4-1 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.3-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-2The GTK+ graphical user interface 
ii  libpango1.0-01.12.4-1Layout and rendering of internatio
ii  libx11-6 2:1.0.0-9   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
hi  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-4   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
hi  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  synergy  1.3.1-2 Share mouse, keyboard and clipboar

quicksynergy recommends no packages.

-- no debconf information


--
This message was scanned for viruses by BitDefender for Linux Mail Servers.
For more information please visit http://www.bitdefender.com/



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



Bug#385515: Google Maps Works With mozilla 2:1.7.8-1sarge7.3.1

2006-09-27 Thread Alexander Sack - Debian Bugmail
On Tue, Sep 26, 2006 at 09:57:48PM -0500, [EMAIL PROTECTED] wrote:
  Alexander Sack's update for Mozilla Suite, 1.7.8-1sarge7.3.1, fixed
 the problem the previous update had with Google Maps.
 

This issue has already been fixed with the previous mozilla update
1.7.8-1sarge7.2.2 released on 29 Aug 2006.

Anyway, thanks for confirming this.

 - Alexander

 p.s. please take care that the bug is listed as To: or CC: when 
  replying to this mail (e.g. /reply-all/). 
-- 
 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#389660: ITP: silc-client -- Secure Internet Live Conferencing (SILC) client

2006-09-27 Thread Arnaud Guiton
Conall wrote:

 * Package name: silc-client

 SILC Client is the program used to connect to the SILC network. SILC
 Client is a full featured SILC conferencing client and supports sending
 and receiving of practically any kind of messages in addition of normal
 test messages, [...]

Shouldn't we read text instead of test, here ?

By the way, even if irssi can support SILC via a plugin, having this client
in the archive could be a good thing.


Cheers,

-- 
Arnaud


signature.asc
Description: Digital signature


Bug#389685: libdbus-1-cil: Impossible to upgrade: ** ERROR **: file threadpool.c: line 990 (mono_thread_pool_init) is reassigned to libmono0

2006-09-27 Thread stan

Bug#389685 should be reassigned to libmono0 or mono.

It seems that this has already been done since it has already been 
merged with bug#389334.


Sorry about the confusion.


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



Bug#245423: aide regularly forgets about /sbin and /dev

2006-09-27 Thread Bill Allombert
On Thu, Jul 20, 2006 at 11:50:31PM +0200, Marc Haber wrote:
 On Thu, Jul 20, 2006 at 07:31:54PM +0200, Bill Allombert wrote:
  On Tue, Jul 18, 2006 at 04:21:27PM +0200, Marc Haber wrote:
   May I remind? I suspect that we have a bug in the gzip code which I'd
   love to report upstream.
  
  Well, I did that and the bug has not show up yet, but since it was less
  than one month ago, it might be only by luck. 
 
 Can you please keep us posted?

I never experienced the bug with gzip_dbout=no for some months now, so
I am confident this fixed it.

I would suggest gzip_dbout=no be set as the default until a proper fix
is found.

Cheers,
Bill.


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



Bug#388824: select-with-translated-default-field may be a bit overzealous

2006-09-27 Thread Thomas Huriaux
Hi,

Russ Allbery [EMAIL PROTECTED] (26/09/2006):
 Thomas Huriaux [EMAIL PROTECTED] writes:
  Attached is a patch that checks source packages instead of binary
  packages. There are different advantages for this solution:
  * it can easily ignore Default: fields with brackets (i.e. when the
maintainer obviously wants this field translated). These brackets are
not included in the binary packages.
  * it catches the problem even if the package is not translated yet
  * it includes other types (not only select and multiselect, it is
common to see things such as Default: true in case of boolean
templates marked as translatable).
 
 I was a little worried about templates of type string, but looking through
 the debconf templates on my system, marking those translatable appears to
 be a problem more often than not.  For example, I'm going to go file a bug
 against the postfix packages, since the default for postfix/root_address
 is translated but the postfix.postinst script will treat the translated
 value as a recipient e-mail address since it looks only for NONE.
 
 The common case is noise in the translation templates for things like
 numbers and file paths that shouldn't ever be translated.

Note that it should also be seen as a warning that requests
documentation for translators. For example, if we have a default string
marked as translatable such as
  _Default: None
Either it should not be translated (as in postfix), or it can be
translated as it will be part of the title of a webpage (just an example,
of course). Asking the maintainers to say so as following:
  _Default: None[ This will be part of a webpage title ]
is in my opinion more an advantage than a disadvantage.

 So I think this is the right thing to do, although we'll see if we get any
 pushback after the next lintian release.

Thanks a lot for your work.

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#384106: Kopete crashes whole system

2006-09-27 Thread Manfred Paul
Hi,

i am providing the unofficial Debian package, but  I never had such 
problems. Except that the statistics plugin causes 100% CPU and HDD
usage (Bug report upstream). All other things are working for me. 

Regards, 

manne 

On Wednesday 27 September 2006 04:03, Christopher Martin wrote:
 Hello,

 It looks like KDE 3.5.5 will have Kopete 0.12.x, a big update over the
 version shipped in KDE 3.5.4.

 Could you please test whether that version of Kopete still suffers from
 the bug? It's currently available unofficially from
 http://manfred.cp69.de/debian. I'd really appreciate it if those
 affected could give it a try and let us know if the problem still
 happens.

 Thanks,
 Christopher Martin

 Bastian Venthur wrote:
  Package: kopete
  Version: 4:3.5.4-2
  Severity: critical
 
  The latest version of kopete regulary hangs the whole system.
 
  I don't know how to reproduce this bug, but it appears randomly every
  few days.
 
  If it happens, kde hangs completely, leaving the user unable to
  switch to a different terminal or even to restart X. The mouse is not
  reacting anymore and the system does not respond on any keystrokes.


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



Bug#388605: tvtime: purging the package fails (ucf not available)

2006-09-27 Thread Thijs Kinkhorst
Hello Simon,

 There is an error when attempting to purge tvtime:

This is just a heads-up that I'm planning to NMU tvtime (a program I use
enthousiastically - thanks for packaging!) in the upcoming weekend.
Please let me know if there's a problem with this, or please beat me to
it :)

My plan is to fix this RC bug and to update translations. This includes
the updated upstream version 1.0.2 which has been out for a long while
and which claims to add back missing translations.


thanks,
Thijs


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


Bug#389683: [Pkg-xen-devel] Bug#389683: xen-utils-common: bridging script breaks networking

2006-09-27 Thread Filip Van Raemdonck
On Wed, Sep 27, 2006 at 10:40:42AM +0200, Filip Van Raemdonck wrote:
 On Wed, Sep 27, 2006 at 09:48:34AM +0200, Bastian Blank wrote:
  On Wed, Sep 27, 2006 at 08:58:31AM +0200, Filip Van Raemdonck wrote:
  
   When I set the IP address of xenbr0 manually to the eth0 address,
   networking works again. But I am not sure whether that's how it is
   supposed to be.
  
  Setup the bridge by hand (The Debian bridge-utils package contains some
  nice support).
 
 What I meant was, I am not sure whether xenbr0 is supposed to have an
 IP address set.

According to
http://wiki.xensource.com/xenwiki/XenNetworking#head-842828f687d0a0831c3918127f1860eab52590b9
it's not: ... This step is run on Ethernet level, no IP addresses are set
on peth0 or bridge.


Regards,

Filip


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



Bug#389705: Enhances field syntax error in package adzapper

2006-09-27 Thread Jaap Boender
Package: adzapper
Version: 20060424-1
Severity: minor

In the package header of this version of adzapper, the Enhances field 
says 'Enhances: squid | apache2', which, if I read the policy manual 
correctly, is not allowed. Perhaps it should be 'Enhances: squid, apache2'?


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



Bug#389706: realloc(): invalid next size on startup

2006-09-27 Thread Samuel Thibault
Package: xfm
Version: 1.5-1
Severity: important

Hi,

I just can't start xfm: as soon as start it, I get
*** glibc detected *** realloc(): invalid next size: 0x08108c60 ***
zsh: abort (core dumped)  xfm

Please tell me if you can't reproduce it, I'll compile a gdb-able
version and produce a backtrace.

Regards,
Samuel

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

Versions of packages xfm depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libx11-6 2:1.0.0-9   X11 client-side library
ii  libxmu6  1:1.0.2-2   X11 miscellaneous utility library
ii  libxpm4  1:3.5.5-2   X11 pixmap library
ii  libxt6   1:1.0.2-2   X11 toolkit intrinsics library
ii  xaw3dg   1.5+E-14Xaw3d widget set
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages xfm recommends:
ii  mime-support  3.37-1 MIME files 'mime.types'  'mailcap
pn  xless none (no description available)

-- no debconf information

-- 
Samuel Thibault [EMAIL PROTECTED]
«Tiens, quand j'aurai un peu de temps et une partition libre, je crois
 que je vais essayer de remplacer mes scripts de démarrage par des
 programmes Windows lancés via Wine et binfmt_misc :-)»
-+- AGV in Guide du linuxien pervers - J'sais pas quoi faire... (air connu)



Bug#389350: nut: purging the package fails (adduser unavailable)

2006-09-27 Thread Arnaud Quette

2006/9/27, Steve Langasek [EMAIL PROTECTED]:

On Wed, Sep 27, 2006 at 08:47:02AM +0200, Arnaud Quette wrote:
 If the user owns files that aren't removed until purge time, that would
 leave dangling files that may end up owned by an unrelated service user
 when
 the uid is reused, which would be a bad thing.  (This is also why it's
 generally a bad idea to delete system users at all in maintainer scripts,
 because you can't always know that there are no files left owned by the
 user.)

 Since this package creates a /var/lib/nut directory which may be full of
 files owned by this user, and does nothing on removal to clean up these

 well, there shouldn't be anything left. This is just for socket
 communication, and pid files. So I'll also there care of this one.

Hmm, a socket and pid files in /var/lib/nut?  That sounds like an FHS
violation... :)


right. I'm waiting for another nut sub project I've launched (Nut
Packaging Standard) to make a switch to /var/run/nut, possibly
separating the pid files (into /var/run) and the socket files (into
/var/run/nut)


So if these are the only files the user ever owns, deleting the user on
purge would also be ok, as long as you check for deluser's presence first
before calling it.

But leaving the user in place is also certainly allowed.

 files, I think it's best to just not delete the user at all.

 If there is no objection, we'll go that way.

Definitely no objections from me.


thanks for the feedback,
Arnaud
--
Linux / Unix Expert - MGE UPS SYSTEMS - RD Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSource Developer - http://arnaud.quette.free.fr/


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



Bug#389704: new upstream version 0.4.0 available

2006-09-27 Thread Michael Ablassmeier
Package: libgpod0
Severity: wishlist

hi,

the gtkpod project has just released V0.4.0, please update the package
to the latest upstream version. 

bye,
- michael


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



Bug#389679: Bug resolved partially.

2006-09-27 Thread Steinar H. Gunderson
On Wed, Sep 27, 2006 at 11:46:51AM +0400, Konstantin Starodubtsev wrote:
  Sorry, serverity should be lowered to normal or wishlist.
 
 The problem appeared because apache2 mod_perl2 handler was written as
 
 sub handler : method {
   my $r = shift;
 }
 
 so subsequent Apache2::Request-new( $r ) call got incorrect argument
 (notice : method attribute).

Good to see that it worked out. Could you please report this upstream?

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


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



Bug#389707: libtext-csv-perl: empty packages when built with sudo (alpha and mips{,el})

2006-09-27 Thread Niko Tyni
Package: libtext-csv-perl
Version: 0.23-7
Severity: grave
Justification: renders package inusable
Tags: patch

The current libtext-csv-perl packages don't contain the actual shared
libraries on alpha, mips and mipsel.

This is because debian/rules installs them into $(PWD)/debian/...,
but $PWD isn't set when building with sudo.

The fix is to use $(CURDIR) instead.
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Bug#389660: ITP: silc-client -- Secure Internet Live Conferencing (SILC) client

2006-09-27 Thread Conall O'Brien
On Wed, Sep 27, 2006 at 09:58:05AM IST, Arnaud Guiton 
[EMAIL PROTECTED] incoherently babbled:

 Shouldn't we read text instead of test, here ?

Hmmm, I lifted the long description straight off silcnet.org so the typo
is from there.
 
 By the way, even if irssi can support SILC via a plugin, having this client
 in the archive could be a good thing.

True, choice is a good thing. I've submitted an ITP to package the silc
module for irssi too, so that's not a huge issue.



signature.asc
Description: Digital signature


Bug#389708: [l10n] hr.po

2006-09-27 Thread Josip Rodin
Package: popularity-contest
Severity: minor
Tags: l10n

Hi,

Attached is an updated hr.po file, please include it. TIA.

-- 
 2. That which causes joy or happiness.
# 
msgid 
msgstr 
Project-Id-Version: Debian-installer HR\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-07-29 12:23+0200\n
PO-Revision-Date: 2006-09-27 12:50+0200\n
Last-Translator: Josip Rodin [EMAIL PROTECTED]\n
Language-Team: Croatian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-2\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:4
msgid Participate in the package usage survey?
msgstr Sudjelovati u anketi korištenja paketa?

#. Type: boolean
#. Description
#: ../templates:4
msgid 
The system may anonymously supply the distribution developers with 
statistics about the most used packages on this system.  This information 
influences decisions such as which packages should go on the first 
distribution CD.
msgstr 
Vaš sustav može anonimno slati e-poštu razvijateljima distribucije sa 
statistikama o paketima koje najviše koristite. Ti podaci utječu na odluke 
kao što je izbor paketa koji će biti stavljeni na prvi CD.

#. Type: boolean
#. Description
#: ../templates:4
msgid 
If you choose to participate, the automatic submission script will run once 
every week, sending statistics to the distribution developers. The collected 
statistics can be viewed on http://popcon.debian.org/.;
msgstr 
Ako odlučite sudjelovati, automatska skripta će se pokretati svaki tjedan 
i slati statistike razvijateljima distribucije. Sabrane statistike se mogu 
vidjeti na http://popcon.debian.org/.;

#. Type: boolean
#. Description
#: ../templates:4
msgid 
This choice can be later modified by running \dpkg-reconfigure popularity-
contest\.
msgstr 
Uvijek se možete predomisliti i promijeniti svoj izbor pokretanjem: 
\dpkg-reconfigure popularity-contest\.


Bug#347397: There is already a package in Debian for Gtk+Extra 2.0

2006-09-27 Thread Amaya Rodrigo Sastre
merge 313614 347397
thanks

 As far as I can see, there are packages for Gtk+Extra 2.0 in Debian:
 http://packages.qa.debian.org/g/gtk+extra2.html. So can we close my
 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313614) and Amaya's
 RFP (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347397) now?

Yes, I guess Bradley forgot to close these two in his latest upload.
http://packages.qa.debian.org/g/gtk+extra2/news/20060902T142912Z.html


Bradley, can we close these now?

-- 
  ·''`. If I can't dance to it, it's not my revolution
 : :' :-- Emma Goldman
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#389584: tex-common: file confict with latex-ucs

2006-09-27 Thread Frank Küster
Martin Pitt [EMAIL PROTECTED] wrote:

 Sorry for that silly bug. On upgrades the directory is not replaced
 with a symlink, so I did not notice.

I'd happily trade in one of our licensing bugs, or the current FTBFS on
random arches because one of tetex-bin's bash scripts fails bug, for a
couple of such silly bugs, easy to debug and fix as they are.

Have fun,
Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#360104: mondo: cannot restore from .iso image on hard drive

2006-09-27 Thread Andree Leidenfrost
Hi Norman,

Thanks for getting back to me on this one! And sure, no worries, please
feel free to open a new bug when more information transpires.

Best regards,
Andree

On Tue, 2006-09-26 at 19:21 -0400, Norman Ramsey wrote:
   To tell you the truth, I'm a little bit at a loss about what to do here.
 
 Me, too.
 
   Could you run two afio processes directly over two separate reasonably
   large directories (say a few hundred megs each) and then unpack the
   archives again and compare them to the originals? Also, if you could run
   memtest86 or something similar to verify that your RAM is ok that would
   also be good.
 
 I've done both of these things.  No alerts.
 
 I think the best thing is for you to close this bug report, and next
 summer when I am not teaching, perhaps I will try to reproduce the
 problem. 
 
 
 
 Norman

-- 
Andree Leidenfrost
@ Debian Developer
Sydney - Australia



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


Bug#389709: Ogle-gui exits when screen resolution too high

2006-09-27 Thread Vladimir Dzhuvinov

Package: ogle-gui
Version: 0.9.2-2


When opening a DVD at screen resolution 1280x1024 ogle-gui exits with

X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  142 (XVideo)
  Minor opcode of failed request:  19 ()
  Serial number of failed request:  57
  Current serial number in output stream:  57

Reducing screen resolution to 1024x768 does away with this problem.



--
Vladimir Dzhuvinov * www.valan.net * [EMAIL PROTECTED] * PGP key ID AC9A5C6C



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



Bug#354622: Using Firefox as the app name without official branding is still a trademark violation

2006-09-27 Thread Conrad Knauer

Steve Langasek wrote: it seems that ultimately, the only acceptable
solution to Debian would unfortunately be to stop using the firefox
name altogether.  So I'm hoping we can find a middle ground
somewhere.

As I understand it, the problem is that Mozilla wants Debian to stop
calling it Firefox unless they agree to license the trademark, but
Debian doesn't want to do that because it violates DFSG 8, that a
'license must not be specific to Debian'.

Well how about this: the Mozilla draft policy on its trademarks in
Community Edition versions
of its products is here:

http://www.mozilla.org/foundation/trademarks/community-edition-policy.html

and that applies to any group, not just Debian.  Could Debian rename
Firefox to Firefox Community Edition?  Since its just a draft
(version 0.8), could Mozilla perhaps make the community edition policy
more explicitly friendly to the DFSG in a future version?

e.g.: Could Community Edition be generally abbreviated within the
program or better yet, only explicitly mentioned in the About
Firefox window?  Could a Firefox name be allowed so long as it
included the term Community Edition somewhere in it, such as
Firefox DFSG Community Edition or Firefox Debian Community
Edition? :)

Apologies if someone somewhere has suggested this before; I use Ubuntu
and I am only now learning about this :)

Sincerely,
Conrad Knauer


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



Bug#389314: installation good, few unimportant suggestions, sending as directed -thanks

2006-09-27 Thread Geert Stappers
On Wed, Sep 27, 2006 at 04:00:52AM -0400, t u wrote:
 Geert Stappers wrote:
  On Tue, Sep 26, 2006 at 06:37:44PM -0400, t u wrote:
  [ services listening to outside world ]
  
  Did you check box tasks like 'print server' ?

 :) no, I believe I had Base  Desktop checked. Do you know the list of
 the options (or give a printer) to refresh my memory?

That list is something like

  [x] desktop
  [ ] dns-server
  [ ] file-server
  [ ] laptop
  [ ] mail-server
  [ ] print-server
  [ ] web-server
  [ ] manual


Please tell also how you found out that services where listing to the
outside world.


Something I should have asked earlier:
Which services did you de-install?


Cheers
Geert Stappers


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



Bug#380060: Problem Verified (More Information Included)

2006-09-27 Thread Michael Knight

Package: webalizer
Version: 2.01.10-30.1
Severity: normal

I hate to be another me too, so I'll try and provide more details.
Here is an analysis of the problem looking at a typical monthly page of
webalizer's output.


* Monthly Stats Table

There's been an addition of several fields:

Total kB In 0
Total kB Out0

These fields always seem to be 0 though.

Also, the field KBytes per Day has been replaced with:

kB Files per Day  136287  489434
kB In per Day 0   0
kB Out per Day0   0

kB Files per Day is probably the same measurement as what KBytes per
Day was, however these last two fields also shouldn't be 0.


* Daily Stats Table

Here's a comparison of the table headers of the daily stats:

old: Day, Hits, Files, Pages, Visits, Sites, KBytes
new: kB In, kB Out, Day, Hits, Files, Pages, Visits, Sites, kB F

But the data in the first column lists the days of the month (1..31),
not the 'kB In'. For the data to match the column headers, the column
headers *should* be:

Day, Hits, Files, Pages, Visits, Sites, kB F, kB In, kB Out


* Hourly Stats Table

Hourly Stats has the same problem as the Daily, but is more complicated
to describe because the header line has two rows.


All the other stats tables appear to be fine except for their Kb
In/Out columns, which are always 0.

I am using Apache2's combined log file format, which worked fine with
2.01.10-29 but doesn't appear to work with versions = 2.01.10-30.

Please let me know if I can provide more information to help this bug along.

--
Mike


-- 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.16-2-xen-amd64-k8
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages webalizer depends on:
ii  debconf [debconf-2.0] 1.5.4 Debian configuration management
ii  libc6 2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libdb4.2  4.2.52+dfsg-1 Berkeley v4.2 Database Libraries
ii  libgd2-xpm2.0.33-5.1GD Graphics Library version 2
ii  libgeoip1 1.3.17-1  A non-DNS IP-to-country resolver
ii  libpng12-01.2.8rel-5.2  PNG library - runtime
ii  zlib1g1:1.2.3-13compression library - runtime

webalizer recommends no packages.

-- debconf information:
* webalizer/logfile: /var/log/apache/access.log.1
* webalizer/doc_title: Usage Statistics for
 webalizer/upgrading:
* webalizer/directory: /var/www/webalizer
* webalizer/upgrade2011030:


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



Bug#389250: udev: does not always rename wireless interface

2006-09-27 Thread Marco d'Itri
On Sep 25, Brice Goglin [EMAIL PROTECTED] wrote:

 # PCI device 0x8086:0x4220 (ipw2200)
 SUBSYSTEM==net, DRIVERS==?*, ATTRS{address}==00:12:f0:12:05:03, 
 NAME=wifi

Try replacing DRIVERS== with PHYSEDVDRIVER== and let me know.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#389710: ITP: git-buildpackage -- Suite to help with Debian packages in git archives

2006-09-27 Thread Guido Guenther
Package: wnpp
Severity: wishlist
Owner: Guido Guenther [EMAIL PROTECTED]

* Package name: git-buildpackage
  Version : 0.2
  Upstream Author : Guido Guenther [EMAIL PROTECTED]
* URL : git clone http://honk.sigxcpu.org/git/git-buildpackage/.git
* License : GPLv2
  Programming Lang: Python
  Description : Suite to help with Debian packages in git repositories

This package contains the following tools:
  * git-import-dsc: import an existing Debian source package into a git
repository
  * git-import-orig: import a new upstream version into the git repository
  * git-buildpackage: build a package out of a git repository, check for
local modifications and tag appropriately

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-rc6-g05ff0e29-dirty
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


signature.asc
Description: Digital signature


Bug#389558: autoconf: AC_PROG_GCC_TRADITIONAL throws error in comparision

2006-09-27 Thread IOhannes m zmoelnig

Ralf Wildenhues wrote:


Could you show the package, configure invocation and output where you
are experiencing this with, so we can decide which of the above is the
case?


hi Ralf.

i just noticed that the actual line throwing the error is:

 if test $ac_cv_c_compiler_gnu = yes; then

after that it was simple to find the real source of troubles:
i use autoconf/configure to configure a c++-application, so i only use 
AC_PROG_CXX (and not AC_PROG_CC !) before calling 
AC_PROG_GCC_TRADITIONAL (which i do for historical reasons...)


since ac_cv_c_compiler_gnu is obviously not set by AC_PROG_CXX (but only 
by AC_PROG_CC), i get the following error (which was missing in the 
initial report):


./configure: line 3177: test: =: unary operator expected


so i guess AC_PROG_GCC_TRADITIONAL should AC_REQUIRE([AC_PROG_CC]) or 
similar.


mfg.asdr.
IOhannes


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



Bug#389711: New upstream release 0.11

2006-09-27 Thread Mark Purcell
Package: exiv2
Version: 0.10-1.3
Severity: wishlist

Peter,

Just a ping for the new version of exiv2:

16-Sep-2006  Exiv2 0.11 released
This release adds PNG and Sony ARW file format support, both read-only.
Canon makernote tags were updated and a few additional Canon composite 
tags are now recognized. Reading TIFF and related files is about six 
times faster now compared to the previous version. This release finally 
works with Visual Studio C++ 2005 (MSVC 8) and fixes various bugs. See 
the changelog for details.


Also I noticed (contributed) the last couple of NMUs. Would you be interested
in team maintenance for exiv2, such as kde-extras, which has a lot of the
Build-Depends for exiv2:

Have a look at:

http://svn.debian.org/wsvn/pkg-kde/kde-extras/README?op=filerev=0sc=0

Mark

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

Versions of packages exiv2 depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libexiv2-0.100.10-1.3EXIF/IPTC metadata manipulation li
ii  libgcc1  1:4.1.1-14  GCC support library
ii  libstdc++6   4.1.1-14The GNU Standard C++ Library v3

exiv2 recommends no packages.

-- no debconf information


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



Bug#389712: lighttpd: Compile with extended attribute support

2006-09-27 Thread Adrian Friedli
Package: lighttpd
Version: 1.4.12~20060907-1
Severity: wishlist


Hi,
I would like to see lighttpd with extended attribute support enabled
in Debian.
Please add --with-attr to DEB_CONFIGURE_EXTRA_FLAGS and add libattr1-dev to
Build-Depends.

Regards
Adrian

-- 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.17-2-686
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)

Versions of packages lighttpd depends on:
ii  libbz2-1.0  1.0.3-6  high-quality block-sorting file co
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpcre36.7-1Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8c-1 SSL shared libraries
ii  lsb-base3.1-15   Linux Standard Base 3.1 init scrip
ii  mime-support3.37-1   MIME files 'mime.types'  'mailcap
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages lighttpd recommends:
ii  php4-cgi  4:4.4.4-1  server-side, HTML-embedded scripti
ii  php5-cgi  5.1.6-1server-side, HTML-embedded scripti

-- no debconf information


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



Bug#389713: cpp-3.3: gcc package dependency problem

2006-09-27 Thread Klemens Kasemaa
Package: cpp-3.3
Version: gcc-3.3-base
Severity: important


Cannot install gcc because of dependency problem:
  cpp-3.3: Depends: gcc-3.3-base ( 1:3.3.6) but 1:3.3.6-5 is to be installed

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages cpp-3.3 depends on:
ii  gcc-3.3-base  1:3.3.6-5  The GNU Compiler Collection (base 
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an


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



Bug#308827: postgresql-client: Improve pg_dump option --format=format

2006-09-27 Thread Martin Pitt
Hi Peter,

While packaging 8.2 I noticed that the SGML source for pg_dump has
this fixed, but the pg_dump.1 manpage has not.

It seems that the pre-built manpages tarball was not updated properly
for the beta1 release?

Thanks,

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

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


signature.asc
Description: Digital signature


Bug#389714: bugzilla: Links provided in Emails are wrong

2006-09-27 Thread Mathias Behrle
Package: bugzilla
Version: 2.22-4
Severity: normal
Tags: patch

Some links provided in Emails go to [%+ Param('urlbase') %], which in
Debian should point instead to cgi-bin.

I added this additional rewrite rule to my apache configuration, which
so far works for me:
RewriteRule ^/bugzilla/(.*\.cgi.*) /cgi-bin/bugzilla/$1 [R]


I added another rule to prevent redirection by index.html, which is more
of cosmetic type:
RewriteRule ^(/bugzilla)/?$ /cgi-bin$1/index.cgi [R] 

Of course this is for  SetEnv X_BUGZILLA_WEBPATH /bugzilla/


Mathias


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (400, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-4-evms254-md-dm-static-initrd
Locale: LANG=C, LC_CTYPE=de_DE.utf-8 (charmap=UTF-8)

Versions of packages bugzilla depends on:
ii  apache2   2.0.54-5sarge1 next generation, scalable, extenda
ii  apache2-mpm-prefork [http 2.0.54-5sarge1 traditional model for Apache2
ii  dbconfig-common   1.8.21~bpo.1   common framework for packaging dat
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  libappconfig-perl 1.56-2 Perl module for configuration file
ii  libdbd-mysql-perl 2.9006-1   A Perl5 database interface to the 
ii  libmailtools-perl 1.74-0.1   Manipulate email in perl programs
ii  libmime-perl  5.417-1Perl5 modules for MIME-compliant m
ii  libtemplate-perl  2.14-1 template processing system written
ii  libtimedate-perl  1.1600-4   Time and date functions for Perl
ii  patch 2.5.9-2Apply a diff file to an original
ii  postfix [mail-transport-a 2.3.3-1~bpo.1  A high-performance mail transport 
ii  ucf   1.17   Update Configuration File: preserv

-- debconf information excluded


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



Bug#386384: New upstream 0.99.3 available

2006-09-27 Thread Free Ekanayaka
Hi,

are there  any news about  this bug? I can help  in packaging this new
0.99.3 release, if needed..

Ciao,

Free




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



Bug#389250: udev: does not always rename wireless interface

2006-09-27 Thread Brice Goglin
Marco d'Itri wrote:
 On Sep 25, Brice Goglin [EMAIL PROTECTED] wrote:

   
 # PCI device 0x8086:0x4220 (ipw2200)
 SUBSYSTEM==net, DRIVERS==?*, ATTRS{address}==00:12:f0:12:05:03, 
 NAME=wifi
 

 Try replacing DRIVERS== with PHYSEDVDRIVER== and let me know.
   

It works!

I don't see any documentation about PHYSEDVDRIVER anywhere. Am I
supposed to keep using it? Or was this only for debugging purpose?

Thanks,
Brice



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



Bug#389270: [pkg-fetchmail-maint] Bug#389270: (no subject)

2006-09-27 Thread Eike Sauer
Hi!

Am Mittwoch, 27. September 2006 00:16 schrieb Matthias Andree:
 Right you are. At the very least, configuration information and a more
 complete trace with -vv options, and information as per G3 of the FAQ.

Ok, here we go...

I'm using Debian Testing. I updated fetchmail to unstable before reporting,
but I get the bug with both versions. I've done a test with fetchmail/stable
too, and this version _does_ work. (If you've got intermediate deb versions,
I might test those.) My local MDA is exim (Debian package version 4.63-3). 
I added -v -v to the OPTIONS variable in /etc/init.d/fetchmail and attached
the resulting mail.log, starting with what happened at a fresh boot. (It's in
German, but I guess it's easily understandable if you're used to fetchmail
logs. It basically tells us it can't do any DNS resolving.)
I also attached my fetchmailrc. I did not change any other fetchmail
configuration file from what's provided by Debian.

Ciao,
Eike
poll pop.t-online.de
protocol pop3
username eikesauer there is eike here
password somePassword
forcecr
fetchall


poll pop.gmx.net
protocol pop3
username someMailAddress there is eike here
password somePassword
forcecr
fetchall


poll mail.cs.tu-berlin.de
protocol pop3
username eikes there is eike here
password somePassword
ssl
forcecr
fetchall
Sep 27 11:16:05 localhost spamd[4047]: spamd: server killed by SIGTERM, shutting down 
Sep 27 11:25:03 localhost spamd[4493]: logger: removing stderr method 
Sep 27 11:25:04 localhost spamd[4495]: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK' 
Sep 27 11:25:04 localhost spamd[4495]: spamd: server started on port 783/tcp (running version 3.1.4) 
Sep 27 11:25:04 localhost spamd[4495]: spamd: server pid: 4495 
Sep 27 11:25:04 localhost spamd[4495]: spamd: server successfully spawned child process, pid 4521 
Sep 27 11:25:04 localhost spamd[4495]: spamd: server successfully spawned child process, pid 4522 
Sep 27 11:25:04 localhost spamd[4495]: prefork: child states: II 
Sep 27 11:29:58 localhost fetchmail[4064]: erweckt um Mi 27 Sep 2006 11:29:58 CEST 
Sep 27 11:29:58 localhost fetchmail[4064]: 6.3.4 fragt pop.t-online.de ab (Protokoll POP3) um Mi 27 Sep 2006 11:29:58 CEST: Abfrage gestartet 
Sep 27 11:29:58 localhost fetchmail[4064]: konnte kanonischen DNS-Namen von pop.t-online.de (pop.t-online.de) nicht finden 
Sep 27 11:29:58 localhost fetchmail[4064]: 6.3.4 fragt ab pop.t-online.de (Protokoll POP3) um Mi 27 Sep 2006 11:29:58 CEST: Abfrage beendet 
Sep 27 11:29:58 localhost fetchmail[4064]: Abfragestatus=11 (DNS) 
Sep 27 11:29:58 localhost fetchmail[4064]: 6.3.4 fragt pop.gmx.net ab (Protokoll POP3) um Mi 27 Sep 2006 11:29:58 CEST: Abfrage gestartet 
Sep 27 11:29:58 localhost fetchmail[4064]: konnte kanonischen DNS-Namen von pop.gmx.net (pop.gmx.net) nicht finden 
Sep 27 11:29:58 localhost fetchmail[4064]: 6.3.4 fragt ab pop.gmx.net (Protokoll POP3) um Mi 27 Sep 2006 11:29:58 CEST: Abfrage beendet 
Sep 27 11:29:58 localhost fetchmail[4064]: Abfragestatus=11 (DNS) 
Sep 27 11:29:58 localhost fetchmail[4064]: 6.3.4 fragt mail.cs.tu-berlin.de ab (Protokoll POP3) um Mi 27 Sep 2006 11:29:58 CEST: Abfrage gestartet 
Sep 27 11:29:58 localhost fetchmail[4064]: konnte kanonischen DNS-Namen von mail.cs.tu-berlin.de (mail.cs.tu-berlin.de) nicht finden 
Sep 27 11:29:58 localhost fetchmail[4064]: 6.3.4 fragt ab mail.cs.tu-berlin.de (Protokoll POP3) um Mi 27 Sep 2006 11:29:58 CEST: Abfrage beendet 
Sep 27 11:29:58 localhost fetchmail[4064]: Abfragestatus=11 (DNS) 
Sep 27 11:29:58 localhost fetchmail[4064]: Datei fetchids wird gelöscht. 
Sep 27 11:29:58 localhost fetchmail[4064]: schlafe um Mi 27 Sep 2006 11:29:58 CEST 
Sep 27 11:34:58 localhost fetchmail[4064]: erweckt um Mi 27 Sep 2006 11:34:58 CEST 
Sep 27 11:34:58 localhost fetchmail[4064]: 6.3.4 fragt pop.t-online.de ab (Protokoll POP3) um Mi 27 Sep 2006 11:34:58 CEST: Abfrage gestartet 
Sep 27 11:34:58 localhost fetchmail[4064]: konnte kanonischen DNS-Namen von pop.t-online.de (pop.t-online.de) nicht finden 
Sep 27 11:34:58 localhost fetchmail[4064]: 6.3.4 fragt ab pop.t-online.de (Protokoll POP3) um Mi 27 Sep 2006 11:34:58 CEST: Abfrage beendet 
Sep 27 11:34:58 localhost fetchmail[4064]: Abfragestatus=11 (DNS) 
Sep 27 11:34:58 localhost fetchmail[4064]: 6.3.4 fragt pop.gmx.net ab (Protokoll POP3) um Mi 27 Sep 2006 11:34:58 CEST: Abfrage gestartet 
Sep 27 11:34:58 localhost fetchmail[4064]: konnte kanonischen DNS-Namen von pop.gmx.net (pop.gmx.net) nicht finden 
Sep 27 11:34:58 localhost fetchmail[4064]: 6.3.4 fragt ab pop.gmx.net (Protokoll POP3) um Mi 27 Sep 2006 11:34:58 CEST: Abfrage beendet 
Sep 27 11:34:58 localhost fetchmail[4064]: Abfragestatus=11 (DNS) 
Sep 27 11:34:58 localhost fetchmail[4064]: 6.3.4 fragt mail.cs.tu-berlin.de ab (Protokoll POP3) um Mi 27 Sep 2006 11:34:58 CEST: Abfrage gestartet 
Sep 

Bug#384949: Doesn't handle forgetfull (buggy) clients well

2006-09-27 Thread jaris
This should be fixed in the latest release, but I didn`t test it very much.

Rakshasa

On Mon, September 25, 2006 04:18, Jose Luis Rivas Contreras wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 package rtorrent
 tags 384949 upstream
 thanks

 Hi,

 I'm letting know the upstream about this issue.

 Jaris please see [1] for further information about the problem.

 Thanks and Cheers!
 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384949
 - --

 ~ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
 http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
 http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
 San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
 CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
 Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.5 (GNU/Linux)

 iD8DBQFFFzx+OKCtW8rKsRgRAmzwAKCZI5SwUU3NbpY1eesVpV5l3wfyiwCgtw8V
 2lOFCkvEMLPdu4dtLGlbOe0=
 =71mR
 -END PGP SIGNATURE-



Furu-Furu-Furu Moon!



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



Bug#383460: rtorrent: segfault after hashing

2006-09-27 Thread jaris
This is probably fixed in the latest release.

Rakshasa

On Mon, September 25, 2006 03:48, Jose Luis Rivas Contreras wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,

 3 persons have reported segfault after hashing in files biggers than 50MB.

 Please check the full bug at:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383460

 Thanks guys for the report.
 Cheers!
 - --

 ~ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
 http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
 http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
 San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
 CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
 Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.5 (GNU/Linux)

 iD8DBQFFFzV6OKCtW8rKsRgRAl0bAKCCRlixqhx1b7pRqcne1jfAwX5BdgCfQmPJ
 ruk3MPmFPM2PYWnnb6zScaw=
 =5An3
 -END PGP SIGNATURE-



Furu-Furu-Furu Moon!



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



Bug#389706: realloc(): invalid next size on startup

2006-09-27 Thread Bernhard R. Link
* Samuel Thibault [EMAIL PROTECTED] [060927 11:57]:
 I just can't start xfm: as soon as start it, I get
 *** glibc detected *** realloc(): invalid next size: 0x08108c60 ***
 zsh: abort (core dumped)  xfm
 
 Please tell me if you can't reproduce it, 

I cannot reproduce it. Neither on i386 nor on amd64 nor does valgrind
show more than the usual X related uninitialized accesses.
(With all library versions the same, except libX11-6 only being -8 here
 (using testing). I will try this afternoon with that Xlib, too.).

What window manager are you using? (Perhaps it resizes the window
on startup in a way triggering a bug).

Do you have any Xresources set that could make a difference?
(take a look at the output of xrdb -query)

What version is your app-defaults file?
(output of grep DefsVersion /etc/X11/app-defaults/Xfm)

Any changes to the config files?
(output of debsums -e)

 I'll compile a gdb-able version and produce a backtrace.

That could help, too.

Thanks in advance,
Bernhard R. Link



Bug#389639: bidentd: purging the package fails (update-inetd unavailable)

2006-09-27 Thread Wesley W. Terpstra

On Sep 26, 2006, at 11:14 PM, Bill Allombert wrote:

Package: bidentd
Version: 1.0.10.dfsg-0.1
Severity: serious

Hello Wesley,

There is an error when attempting to purge bidentd:
  Removing bidentd ...
  Purging configuration files for bidentd ...
  /var/lib/dpkg/info/bidentd.postrm: line 15: update-inetd: command  
not found

  dpkg: error processing bidentd (--purge):
   subprocess post-removal script returned error exit status 127

The postrm script cannot rely on update-inetd to be available when  
purging.


See Policy 7.2:
  Note, however, that the `postrm' cannot rely on any non-essential  
packages to

  be present during the `purge' phase.


Thanks for this.
I'll look into a fix tonight.



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



Bug#389524: solfege: unable to upgrade to 3.4.1

2006-09-27 Thread sferriol

Tom Cato Amundsen a écrit :

I can see why you get this problem, but my update-python-modules scripts
does not complain as yours does. Which version of python-support do you
have installed?


0.5.1


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#389720: util-vserver stops working after 0.30.204-0.30.210 upgrade

2006-09-27 Thread Dariusz Pietrzak
Subject: Complete and unexpected failure after util-vserver upgrade
Package: util-vserver
Version: 0.30.210-10
Severity: critical
Justification: breaks the whole system

Here's the snippet:

Setting up util-vserver (0.30.210-10) ...
Stopping the reboot manager
/etc/init.d/rebootmgr: line 37: kill: (1152) - No such process
Starting Vservers...
Starting the virtual server lan
can not change context: migrate kernel feature missing and 'compat' API 
disabled: Function not implemented
Server lan is not running
chbind: kernel does not provide network virtualization
Vserver capability not detected in kernel.

rtr:/home/eyck# vserver-stat 
can not change context: migrate kernel feature missing and 'compat' API 
disabled: Function not implemented
rtr:/home/eyck# dpkg -i 
/var/cache/apt/archives/util-vserver_0.30.204-5sarge3_i386.deb 
dpkg - warning: downgrading util-vserver from 0.30.210-10 to 0.30.204-5sarge3.
(Reading database ... 24482 files and directories currently installed.)
Preparing to replace util-vserver 0.30.210-10 (using 
.../util-vserver_0.30.204-5sarge3_i386.deb) ...
Unpacking replacement util-vserver ...
dpkg: warning - unable to delete old directory 
`/etc/vservers/.distributions/fc4/apt': Directory not empty
dpkg: warning - unable to delete old directory 
`/etc/vservers/.distributions/fc4': Directory not empty
dpkg: warning - unable to delete old directory 
`/etc/vservers/.distributions/fc3/apt': Directory not empty
dpkg: warning - unable to delete old directory 
`/etc/vservers/.distributions/fc3': Directory not empty
Setting up util-vserver (0.30.204-5sarge3) ...

rtr:/home/eyck# vserver-stat 
CTX   PROCVSZRSS  userTIME   sysTIMEUPTIME NAME
0   60   1.7G  61.9K   3h32m05  23m57s44  34d59h50 root server
10180   38 384.7M31K   1h36m35  12m36s00  34d59h49 [lan]
rtr:/home/eyck# echo util-vserver hold|dpkg --set-selections

I was lucky that I were doing this on less-important machine first, and
that I had older, still working util-vserver in cache.

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

Versions of packages util-vserver depends on:
ii  iproute  20041019-3  Professional tools to control the 
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-13  GCC support library
ii  libstdc++5   1:3.3.6-13  The GNU Standard C++ Library v3
ii  net-tools1.60-17 The NET-3 networking toolkit

util-vserver recommends no packages.

-- debconf information:
* util-vserver/start_on_boot: true
  util-vserver/prerm_stop_running_vservers: true
  util-vserver/postrm_remove_vserver_configs: false


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



Bug#389715: mysql-query-browser: Cannot edit a table without primary key

2006-09-27 Thread Gabor Kiss
Package: mysql-query-browser
Version: 1.1.6-1sarge0
Severity: normal

If I select rows from a table that has no primary key
button Start Editing on the bottom remains shaded (=unclickable).

Gabor

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mysql-query-browser depends on:
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-22sarge4GNU C Library: Shared libraries an
ii  libgcc11:3.4.3-13sarge1  GCC 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  libgnomeprint2.2-0 2.8.2-1.2 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2 2.8.2-2   GNOME 2.2 print architecture User 
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  libgtk2.0-02.6.4-3.1 The GTK+ graphical user interface 
ii  libgtkhtml3.2-11   3.2.5-1   HTML rendering/editing library - r
ii  libgtkmm2.0-1c102  2.2.12-1.1C++ wrappers for GTK+ 2.0 (shared 
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libmysqlclient14   4.1.11a-4sarge7   mysql database client library
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  libpcre3   4.5-1.2sarge1 Perl 5 Compatible Regular Expressi
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsigc++-1.2-5c10 1.2.5-4   type-safe Signal Framework for C++
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libxml22.6.16-7  GNOME XML library
ii  mysql-query-browse 1.1.6-1sarge0 Architecture independent files for
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#389716: bluez-utils: sdptool fail silently on boot

2006-09-27 Thread Alessandro Valente
Package: bluez-utils
Version: 3.5-1
Severity: normal

I have SDPTOOL_OPTIONS=add --channel=3 SP in my /etc/default/bluetooth.
The command fails because kernel modules need time to load. 
I need to insert a sleep 1 to make things work.

Also sdptool outputs and errors are redirected to /dev/null
and no check is done for errors.

I solved my problem this way:
***
--- bluetooth-3.5-1 2006-09-21 09:37:00.0 +0200
+++ bluetooth   2006-09-22 13:26:29.0 +0200
@@ -90,12 +90,13 @@
test -x $SDPTOOL || return 1 
 
if ! test -z $SDPTOOL_OPTIONS ; then
+   sleep 1
oldifs=$IFS
IFS=;
for o in $SDPTOOL_OPTIONS ; do
#echo execing $SDPTOOL $o
IFS= 
-   $SDPTOOL $o /dev/null
+   $SDPTOOL $o /dev/null || echo -e \nFAILED: $SDPTOOL 
$o
done
IFS=$oldifs
fi
***

Hope someone find a better solution...


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (95, 'stable'), (70, 'unstable'), (65, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bluez-utils depends on:
ii  dbus 0.92-2  simple interprocess messaging syst
ii  libbluetooth23.5-1   Library to use the BlueZ Linux Blu
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libdbus-1-3  0.92-2  simple interprocess messaging syst
ii  libusb-0.1-4 2:0.1.12-2  userspace USB programming library
ii  lsb-base 3.1-15  Linux Standard Base 3.1 init scrip
ii  makedev  2.3.1-83creates device files in /dev
ii  module-init-tools3.2.2-3 tools for managing Linux kernel mo
ii  modutils 2.4.27.0-6  Linux module utilities
ii  sysvinit 2.86.ds1-20 System-V-like init utilities
ii  udev 0.100-1 /dev/ and hotplug management daemo

bluez-utils recommends no packages.

-- no debconf information


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



Bug#389719: mysql-navigator: Segfault when asking Show Create Script

2006-09-27 Thread Gabor Kiss
Package: mysql-navigator
Version: 1.4.2-3
Severity: normal

In case of empty database (i.e. no table is selected)
clicking on popup menu item Show Create Script causes sagfault.

Gabor

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mysql-navigator depends on:
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  libgcc1   1:3.4.3-13sarge1   GCC support library
ii  libmysqlclient10  3.23.56-3  LGPL-licensed client library for M
ii  libqt3c102-mt 3:3.3.4-3  Qt GUI Library (Threaded runtime v
ii  libstdc++51:3.3.5-13 The GNU Standard C++ Library v3
ii  zlib1g1: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#389250: udev: does not always rename wireless interface

2006-09-27 Thread Marco d'Itri
On Sep 27, Brice Goglin [EMAIL PROTECTED] wrote:

  # PCI device 0x8086:0x4220 (ipw2200)
  SUBSYSTEM==net, DRIVERS==?*, ATTRS{address}==00:12:f0:12:05:03, 
  NAME=wifi
  
  Try replacing DRIVERS== with PHYSEDVDRIVER== and let me know.
 It works!
 
 I don't see any documentation about PHYSEDVDRIVER anywhere. Am I
 supposed to keep using it? Or was this only for debugging purpose?

It is deprecated and usually should not be used, probably DRIVER can
be fixed to work as expected.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#389718: mysql-query-browser: Accented chars in field causes confusion

2006-09-27 Thread Gabor Kiss
Package: mysql-query-browser
Version: 1.1.6-1sarge0
Severity: normal

When I enter value into a textual field after exiting the cell
the last N chars of the content is chopped when N is the number
of accented (i.e. non 7 bit ASCII) characters in the string. 
My tables/columns are latin2 encoded.
I guess there is some confusion around string length.
Sometime it may be measured in octets, in other cases in (wide)characters.

Gabor

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.17
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mysql-query-browser depends on:
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-22sarge4GNU C Library: Shared libraries an
ii  libgcc11:3.4.3-13sarge1  GCC 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  libgnomeprint2.2-0 2.8.2-1.2 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2 2.8.2-2   GNOME 2.2 print architecture User 
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  libgtk2.0-02.6.4-3.1 The GTK+ graphical user interface 
ii  libgtkhtml3.2-11   3.2.5-1   HTML rendering/editing library - r
ii  libgtkmm2.0-1c102  2.2.12-1.1C++ wrappers for GTK+ 2.0 (shared 
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libmysqlclient14   4.1.11a-4sarge7   mysql database client library
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  libpcre3   4.5-1.2sarge1 Perl 5 Compatible Regular Expressi
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsigc++-1.2-5c10 1.2.5-4   type-safe Signal Framework for C++
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libxml22.6.16-7  GNOME XML library
ii  mysql-query-browse 1.1.6-1sarge0 Architecture independent files for
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#386985: linux-image-2.6.17-2-k7: Another data point

2006-09-27 Thread Dominic Hargreaves
Package: linux-image-2.6.17-2-k7
Version: 2.6.17-9
Followup-For: Bug #386985

I can't give detailed information immediately as the affected system is
my main work one, but I can confirm that I see random hangs (not
necessarily at boot, but typically within a few hours of it) on a Via
KT133 board.

I will try and boot into it later in the week/this weekend to try and
acquire some more useful information.

linux-image-2.6.16-2-k7 2.6.16-18 works fine on the same system.

Cheers,

Dominic.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages linux-image-2.6.17-2-k7 depends on:
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-18  Yet Another mkInitRD

Versions of packages linux-image-2.6.17-2-k7 recommends:
pn  libc6-i686none (no description available)

-- debconf information:
  linux-image-2.6.17-2-k7/postinst/create-kimage-link-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/preinst/failed-to-move-modules-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/preinst/abort-install-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/preinst/initrd-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/postinst/depmod-error-initrd-2.6.17-2-k7: false
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.17-2-k7/prerm/removing-running-kernel-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/prerm/would-invalidate-boot-loader-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/postinst/depmod-error-2.6.17-2-k7: false
  linux-image-2.6.17-2-k7/preinst/lilo-initrd-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/postinst/bootloader-error-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/preinst/lilo-has-ramdisk:
  linux-image-2.6.17-2-k7/postinst/bootloader-test-error-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/preinst/elilo-initrd-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/postinst/old-system-map-link-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/preinst/overwriting-modules-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/preinst/bootloader-initrd-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/preinst/abort-overwrite-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/postinst/old-dir-initrd-link-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/postinst/kimage-is-a-directory:
  linux-image-2.6.17-2-k7/preinst/already-running-this-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/postinst/old-initrd-link-2.6.17-2-k7: true


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



Bug#389717: Package: installation-reports

2006-09-27 Thread arnaud fevrier
Package: installation-reports

Boot method:  network
Image version: wget 
http://people.debian.org/~stappers/d-i/images/daily/sparc64/netboot/2.6/boot.img
 27 September 2006, Around 12:00 CET
Date: 27 September 2006, Around 13:00 CET

Machine: Sun Netra X1
Processor:TI UltraSparc IIe (Hummingbird)
Memory:MemTotal:  1034656 kB
Partitions: No disk at that time

Output of lspci and lspci -n:~ # lspci
00:00.0 Host bridge: Sun Microsystems Computer Corp. Ultra IIe
00:03.0 Non-VGA unclassified device: ALi Corporation M7101 Power Management Con]
00:05.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compat)
00:07.0 ISA bridge: ALi Corporation M1533/M1535 PCI to ISA Bridge [Aladdin IV/V]
00:0a.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:0c.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip compat)
00:0d.0 IDE interface: ALi Corporation M5229 IDE (rev c3)


~ # lspci -n
00:00.0 0600: 108e:a001
00:03.0 : 10b9:7101
00:05.0 0200: 1282:9102 (rev 31)
00:07.0 0601: 10b9:1533
00:0a.0 0c03: 10b9:5237 (rev 03)
00:0c.0 0200: 1282:9102 (rev 31)
00:0d.0 0101: 10b9:5229 (rev c3)

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[OK ]
Configure network HW:   [E ]
Config network: [E ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]

Comments/Problems:

Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.

The dhcp configuration failed. Since I used the network install, I got
the initial image by tftp . Then, after selecting the network
interface, the hardware address went to 00:00:00:00:00:00

~ # ifconfig eth0
eth0  Link encap:Ethernet  HWaddr 00:00:00:00:00:00  
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
  Interrupt:192 Base address:0x100 

dmesg complained a lot about :

eth0: Tx timeout - resetting
SABRE0: PCI SERR signal asserted.
SABRE0: PCI bus error, PCI_STATUS[caa0]
eth0: Tx timeout - resetting
SABRE0: PCI SERR signal asserted.
SABRE0: PCI bus error, PCI_STATUS[caa0]
eth0: Tx timeout - resetting
SABRE0: PCI SERR signal asserted.
SABRE0: PCI bus error, PCI_STATUS[caa0]
SABRE0: PCI SERR signal asserted.
SABRE0: PCI bus error, PCI_STATUS[caa0]

After a reboot, the harware address went back to normal getting the
initial image then going blank again when running dhcp...

tcpdump showed no packet during dhcp try.

Thanks a lot

Arnaud Février



  1   2   3   4   5   >