Bug#390468: closed by Gerrit Pape [EMAIL PROTECTED] (reply to [EMAIL PROTECTED]) (Re: Bug#390468: runit: Custom stop action)

2006-11-17 Thread Judicael Courant
Hi Gerrit,

On Thu, 02 Nov 2006 05:48:50 -0800
[EMAIL PROTECTED] (Debian Bug Tracking System) wrote:

 This is an automatic notification regarding your Bug report
 #390468: runit: Custom stop action,
 which was filed against the runit package.
 
 It has been closed by Gerrit Pape [EMAIL PROTECTED] (reply to [EMAIL 
 PROTECTED]).

Yes control/t is what I was looking for. I should have RTFM further.

Judicael.

PS: Sorry for answering so late (actually, your initial answer to
[EMAIL PROTECTED] got lost because of a wrong redirection) and
thanks for your answer.

-- 
[EMAIL PROTECTED]
NOUVEAU TEL : (+33) (0)4 72 50 48 13
GPG public key: 7C25 D439 9F60 BC68 A131  6267 98B9 98F6 7107 2457


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



Bug#398924: Conflict between Gnome, udev, hotplug and linux-2.4

2006-11-17 Thread Andreas Barth
Hi,

* Steve Langasek ([EMAIL PROTECTED]) [061117 03:06]:
 On Thu, Nov 16, 2006 at 06:26:22PM +0100, Marco d'Itri wrote:
 
   The order is not yet decided, it is just the current way it is written
   down. If you (or anyone else) could give hints what the best upgrade
   order is (perhaps even different for different situations), please don't
   hesitate to tell us.
  When upgrading a 2.4 system, kernel first. It's also the easiest component
  part to rollback.
 
 Kernel first before what?  Before anything else in userspace?

Upgrading the kernel means to upgrade udev and also glibc. This is
entirly possible.

We have one problematic case, though: Upgrades from 2.2 to 2.6 on an
arch without 2.4-kernels. Do we need udev-backports for them?

 I don't see any reason to worry about rollbacks at all, except in the
 specific case of the new kernel isn't set up right yet, so I need to be
 able to reboot to the old kernel to finish the upgrade.  I don't see that
 installing a new kernel first helps much with that; whether you install it
 first or last, installing linux-image-2.6.18-3-$foo is going to pull in
 initramfs-tools - udev and udev is going to kick out hotplug.  Whether this
 happens at the beginning or at the end doesn't seem relevant to the user
 experience, since in either case there's a window after hotplug has been
 removed and before the kernel has been configured where a power failure
 could leave the system in a state that isn't easy to recover from.

So, we should document this state, and make sure people know how to
escape from it.

Cases where this state includes no network access worry me more, because
lots of people depend on network for upgrades (both for login and for
getting packages).


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#398638: w3c-markup-validator: postinst fails

2006-11-17 Thread Frederic Schutz

Steve Langasek wrote:


Your postinst runs under set -e, as it should, and then it sources
/usr/share/wwwconfig-common/restart.sh (it does *not* execute it).   That
means any non-zero exit codes from restart.sh are going to propagate and
result in the shell (i.e., the postinst) exiting non-zero.

You may be able to address this by checking the return value of the source
command, e.g.:

if ! . /usr/share/wwwconfig-common/restart.sh ; then
handle_the_error
fi


Almost there...

This does not work, as far as I can tell, because the sourced file also 
runs under set -e; so if it exits at some point, postinst is doomed 
and can not do any error handling. And restart.sh actually execute 
/etc/init.d/apache2, which fails, and so postinst fails too.


The problem is probably in restart.sh, which should wrap the call with 
the if ! ... fi, and then if it fails, return an error to postinst 
(through an environment variable).


I could 1) submit a new bug against wwwconfig-common, and then 2) modify 
my postinst so that it checks for a reported error from restart.sh and 
handles it.


Is there any better solution ?

Thanks for the help,

Frédéric




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



Bug#393728: partman-md patch to allow crypto-on-raid

2006-11-17 Thread David Härdeman

On Thu, November 16, 2006 23:07, Joey Hess said:
 David Härdeman wrote:
 The attached patch changes partman-md to keep the settings of the md
 partitions when partman restarts which is enough to allow crypto-on-raid
 setups to work again, thus fixing #393728, #397872 and #398464.

 You forgot the attachment..


Initially yes, but I sent a followup including the patch one minute
later...you'll find the patch in the logs for #393728

-- 
David Härdeman



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



Bug#398853: fortunes installed in wrong directory?

2006-11-17 Thread Andreas Tille

On Fri, 17 Nov 2006, Florian Haas wrote:


Which priority did you adjusted for debconf?  You can find out this by

dpkg-reconfigure debconf

I had medium. Setting it to low and doing dpkg-reconfigure mod-fortune
still gives no output and no error.


Ahh, stupid me - the debconf question was just introduced in version 0.21
of fortunes-de so this is obviousely clear. Sorry for the confusion.


  ls -l /usr/share/games/fortunes/de


total 2668
 12 -rw-r--r--  1 root root   11749 May 22  2003 anekdoten
  4 -rw-r--r--  1 root root 160 Apr 13  2005 anekdoten.dat
  0 lrwxrwxrwx  1 root root   9 Nov 16 18:19 anekdoten.u8 - anekdoten
 12 -rw-r--r--  1 root root9933 Mar  3  2002 asciiart
  4 -rw-r--r--  1 root root 152 Apr 13  2005 asciiart.dat
  0 lrwxrwxrwx  1 root root   8 Nov 16 18:19 asciiart.u8 - asciiart
  4 -rw-r--r--  1 root root3115 May 22  2003 bahnhof
  4 -rw-r--r--  1 root root 100 Apr 13  2005 bahnhof.dat
  0 lrwxrwxrwx  1 root root   7 Nov 16 18:19 bahnhof.u8 - bahnhof

...

Anyway this looks really as it should look like.  On the other hand
I wonder from which source you installed fortunes-de 0.20 and
fortune-mod 1:1.99.1-2.  While I can not see any reason why it does
not work at your side I would like to suggest to update your system.

From the versions you mentioned you are definitely not running a

Debian Woody (stable) system, nor it is an up to date testing nor
unstable system.  Which source did you used to install your system.

Kind regards

 Andreas.

--
http://fam-tille.de


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



Bug#398965: exim4: The format and usage of /etc/aliases should be documented preferably in a manpage

2006-11-17 Thread Marc Haber
On Fri, Nov 17, 2006 at 12:42:21AM -0500, [EMAIL PROTECTED] wrote:
 Having read chapter 22 I think /etc/aliases could use its own manpage,
 with a focus on the formatof and examples for the aliases file, written
 to an audience less knowlegable in the workings of exim4.conf.template.

Please send a patch, taking into account that /etc/aliases is not exim
only, but applies to all MTAs.

Greetings
Marc

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


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



Bug#399023: exim4-base: leaves temporary gnutls parameters file around

2006-11-17 Thread Marc Haber
Package: exim4-base
Version: 4.63-10
Severity: serious
Tags: confirmed pending
Justification: makes package unsuiteable for release

If neither gnutls-bin nor openssl are installed, the refresh gnutls
params job leaves its temp file around.

Trivial fix is already in svn and will be uploaded later today.

Greetings
Marc

-- Package-specific info:
Exim version 4.63 #1 built 05-Nov-2006 10:39:17
Copyright (c) University of Cambridge 2006
Berkeley DB: Sleepycat Software: Berkeley DB 4.3.29: (September  6, 2005)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis 
nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated

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

Versions of packages exim4-base depends on:
ii  adduser  3.99Add and remove users and groups
ii  cron 3.0pl1-99   management of regular background p
ii  debconf [debconf-2.0]1.5.8   Debian configuration management sy
ii  exim4-config [exim4-config-2 4.63-10 configuration for the exim MTA (v4
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdb4.3 4.3.29-6Berkeley v4.3 Database Libraries [
ii  lsb-base 3.1-19  Linux Standard Base 3.1 init scrip
ii  netbase  4.27Basic TCP/IP networking system

Versions of packages exim4-base recommends:
ii  psmisc22.3-1 Utilities that use the proc filesy

-- debconf information excluded


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



Bug#398121: ITA: libphp-adodb -- The 'adodb' database abstraction layer for php

2006-11-17 Thread Cameron Dale

retitle 398121 ITA: libphp-adodb -- The 'adodb' database abstraction
layer for php
thanks

I'll adopt this package, since I have some experience with it. If
anyone else has a strong desire or reason to adopt it, let me know.

Cameron


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



Bug#399026: release-notes: typo i386 in title of section 4.5.4

2006-11-17 Thread Filipus Klutiero
Package: release-notes
Severity: minor

The title of section 4.5.4 i386 kernel flavour deprecated should read
386 [...], not i386.


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



Bug#399024: Upgrade fails because of missing man page directory

2006-11-17 Thread Michal Čihař
Package: vim
Version: 1:7.0-164+1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

After today unstable upgrade, vim configuration failed with:

update-alternatives: unable to make 
/usr/share/man/ru.UTF-8/man1/editor.1.gz.dpkg-tmp a symlink to 
/etc/alternatives/editor.ru.UTF-8.1.gz: No such file or directory
dpkg: error processing vim (--configure): subprocess post-installation script 
returned error exit status 2

I didn't yet have time to investigate more.

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

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

Versions of packages vim depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgpmg1 1.19.6-23   General Purpose Mouse - shared lib
ii  libncurses5  5.5-5   Shared libraries for terminal hand
ii  vim-common   1:7.0-164+1 Vi IMproved - Common files
ii  vim-runtime  1:7.0-164+1 Vi IMproved - Runtime files

vim recommends no packages.

- -- no debconf information

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

iD8DBQFFXXCj3DVS6DbnVgQRAsQzAKD6Ctwe3VLp8zROGMowPNtj+XAkTgCgzHkM
/KpxYEmHuFflh0jP2W42AoU=
=sSRc
-END PGP SIGNATURE-


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



Bug#399027: Segfaults just after start

2006-11-17 Thread Michal Čihař
Package: monit
Version: 1:4.8.1-2.1
Severity: important

Hi

I see this problem for more time, but didn't yet find time to report.
Monit segfaults for me just after startup. Here is end of strace:

rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open(/var/lib/monit, O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl(3, F_SETFD, FD_CLOEXEC)   = 0
getdents64(3, /* 7 entries */, 4096)= 240
write(2, Processing postponed events queu..., 34Processing postponed events 
queue
) = 34
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
sendto(4, 31Nov 17 09:20:47 monit[32479]..., 69, MSG_NOSIGNAL, NULL, 0) = 69
stat(/var/lib/monit/., {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat(/var/lib/monit/monit.state, {st_mode=S_IFREG|0644, st_size=1684, ...}) = 0
write(2, monit: processing queued event /..., 58monit: processing queued 
event /var/lib/monit/monit.state
) = 58
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=806, ...}) = 0
sendto(4, 31Nov 17 09:20:47 monit[32479]..., 93, MSG_NOSIGNAL, NULL, 0) = 93
open(/var/lib/monit/monit.state, O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1684, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2aaae000
read(6, \6\0\0\0lighttpd\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 4096) = 
1684
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 32479 detached

When I remove state file, it starts and seem to work fine (it didn't yet 
run too long, but looks good enough so far). So there must be something
wrong with state saving/parsing. It fails whenever there is some state
file. I'm attaching one as example.

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


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

Versions of packages monit depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libssl0.9.8  0.9.8c-3SSL shared libraries

monit recommends no packages.

-- no debconf information


monit.state
Description: Binary data


Bug#376158: Really problematic or superfluous?

2006-11-17 Thread Filipus Klutiero
I tend to agree with Frank, unless someone can provide data on the impact on 
performance.

In any case, I think this is best handled on apt's side, either by fixing the 
issue or by introducing a debconf prompt. This is also not necessarily 
friendly for mirror operators. If the fact that there are currently 14 pdiff 
files kept on mirrors (at least ftp.d.o) for etch implies that mirrors always 
keep only 2 weeks of pdiffs, this means that the bandwidth consumption for 
normally-sized days (apparently 100/3 kB for etch, must be less for stable) 
for the maximum number of days average update by pdiffs is under 500 kB, as 
opposed to about 4 MB for a full Packages. This is under the eight of the 
data transfer.

If the release-notes entry is kept, note that the text is misleading when 
stating that There has been support added to prgnapt/prgn to download 
only the difference between packages files.
If I wouldn't know what pdiff means, I would interpret that as meaning that 
support was added for only getting .deb patches for upgrading...which would 
make me way too much happy to read until I'd realize what it actually means.
The entry is also unclear on what is the problem described.
Perhaps the following note would be better (if there is really need for a 
note, of course):

sect1 id=apt-pdiffheadingSlower updates of APT package index 
files/heading
p
By default, the new prgnapt/prgn uses a new way to update APT package 
index files (aka apt-get update) which should use less bandwidth and be 
faster. Unfortunately, the opposite effect of making the updates slower can 
happen on systems with fast network connections and doing infrequent updates.
One can force using the previous way to update by adding 
ttAcquire::Pdiffs false;/tt to
file/etc/apt/apt.conf/file.
/p
/sect1



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



Bug#399025: kmail: SIGSEGV in KMMessage::fromDwString while reading mail

2006-11-17 Thread David Schmitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: kmail
Version: 4:3.5.5.dfsg.1-1
Severity: normal

Hi!

While reading mail I repeatedly - but not always on the same message - got the
following crash (SEGV) from KMail:

Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1249265440 (LWP 27009)]
[New Thread -1280603216 (LWP 27013)]
[New Thread -1272210512 (LWP 27012)]
[New Thread -1263817808 (LWP 27011)]
[New Thread -1255425104 (LWP 27010)]
[KCrash handler]
#9  0x1ae85356 in ?? ()
#10 0xb7d77c6d in KMMessage::fromDwString (this=0x88d93e8, [EMAIL PROTECTED], 
aSetStatus=false)
at /tmp/buildd/kdepim-3.5.5.dfsg.1/./kmail/kmmessage.cpp:397
#11 0xb7d79ff4 in KMMessage::fromByteArray (this=0x88d93e8, [EMAIL PROTECTED], 
setStatus=false)
at /tmp/buildd/kdepim-3.5.5.dfsg.1/./kmail/kmmessage.cpp:388
#12 0xb7d7a1f0 in KMail::ImapJob::slotGetMessageResult (this=0x8c1dcb8, 
job=0x8bba608) at /tmp/buildd/kdepim-3.5.5.dfsg.1/./kmail/imapjob.cpp:403
#13 0xb7e74c95 in KMail::ImapJob::qt_invoke (this=0x8c1dcb8, _id=2, 
_o=0xbffd2924) at ./imapjob.moc:126
#14 0xb70bacb3 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#15 0xb5ae21ee in KIO::Job::result (this=0x8bba608, t0=0x8bba608)
at ./jobclasses.moc:162
#16 0xb5b221ec in KIO::Job::emitResult (this=0x8bba608)
at /home/sid-user/kdelibs/kdelibs-3.5.5/./kio/kio/job.cpp:226
#17 0xb5b35ece in KIO::SimpleJob::slotFinished (this=0x8bba608)
at /home/sid-user/kdelibs/kdelibs-3.5.5/./kio/kio/job.cpp:574
#18 0xb5b365ed in KIO::TransferJob::slotFinished (this=0x8bba608)
at /home/sid-user/kdelibs/kdelibs-3.5.5/./kio/kio/job.cpp:944
#19 0xb5b21e0a in KIO::TransferJob::qt_invoke (this=0x8bba608, _id=17, 
_o=0xbffd2c9c) at ./jobclasses.moc:1071
#20 0xb70bacb3 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#21 0xb70bb744 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#22 0xb5adca8c in KIO::SlaveInterface::finished (this=0x874ca68)
at ./slaveinterface.moc:226
#23 0xb5b41ea3 in KIO::SlaveInterface::dispatch (this=0x874ca68, _cmd=104, 
[EMAIL PROTECTED])
at /home/sid-user/kdelibs/kdelibs-3.5.5/./kio/kio/slaveinterface.cpp:243
#24 0xb5b3fee8 in KIO::SlaveInterface::dispatch (this=0x874ca68)
at /home/sid-user/kdelibs/kdelibs-3.5.5/./kio/kio/slaveinterface.cpp:173
#25 0xb5af0fbb in KIO::Slave::gotInput (this=0x874ca68)
at /home/sid-user/kdelibs/kdelibs-3.5.5/./kio/kio/slave.cpp:300
#26 0xb5b2fa70 in KIO::Slave::qt_invoke (this=0x874ca68, _id=4, _o=0xbffd2fd8)
at ./slave.moc:113
#27 0xb70bacb3 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#28 0xb70bb5ba in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#29 0xb7444a87 in QSocketNotifier::activated () from /usr/lib/libqt-mt.so.3
#30 0xb70dd45e in QSocketNotifier::event () from /usr/lib/libqt-mt.so.3
#31 0xb7052bd6 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#32 0xb70549f3 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#33 0xb777ae6e in KApplication::notify (this=0xbffd35a4, receiver=0x874c238, 
event=0xbffd3330)
at /home/sid-user/kdelibs/kdelibs-3.5.5/./kdecore/kapplication.cpp:550
#34 0xb6fe63d1 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#35 0xb7044f89 in QEventLoop::activateSocketNotifiers ()
   from /usr/lib/libqt-mt.so.3
#36 0xb6ffa704 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#37 0xb706d129 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#38 0xb706cf4a in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#39 0xb705476f in QApplication::exec () from /usr/lib/libqt-mt.so.3
#40 0x0804a094 in main (argc=-1233768208, argv=0x8c6c630)
at /tmp/buildd/kdepim-3.5.5.dfsg.1/./kmail/main.cpp:110
#41 0xb7810ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#42 0x08049e11 in _start () at ../sysdeps/i386/elf/start.S:119


Regards, David


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

Versions of packages kmail depends on:
ii  kdebase-kio-plugins4:3.5.5a.dfsg.1-1 core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for 
al
ii  kdepim-kio-plugins 4:3.5.5.dfsg.1-1  KDE pim I/O Slaves
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D 
graphi
ii  libaudio2  1.8-2 The Network Audio System (NAS). 
(s
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libfontconfig1 2.4.1-2   generic font configuration 
library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared 
lib
ii  libgcc11:4.1.1-19GCC support library
ii  libice61:1.0.1-2 X11 

Bug#398333: Automatic partition/disk selection

2006-11-17 Thread David Härdeman
On Thu, November 16, 2006 20:54, Olaf van der Spek said:
 David Härdeman wrote:
 On Thu, Nov 16, 2006 at 07:50:11PM +0100, Olaf van der Spek wrote:

 CPU usage appears to be 100%, so I suspect an infinite loop.

 Could you change to VT2 (alt + f2) while its in this loop, run ps ax
 and see what processes are running? The one taking 100% CPU should be
 towards the end of the list.

 I don't know how to tell which one uses 100% CPU.
 The bottom of the list is:
 parted_server
 /bin/sh /lib/partman/init.d/96initial_auto
 /bin/sh /lib/partman/init.d/96initial_auto
 /bin/sh /lib/partman/automatically_partition/70some_d
 ps ax
 /bin/sh /lib/partman/automatically_partition/70some_d

 Everything after the first 96initial_auto seem to get started over and
 over and change each time
 I also see 20bigges and 50some.

Thanks for the info, I have some ideas on what might be going wrong so
I'll take a closer look at it during the weekend.

-- 
David Härdeman



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



Bug#399028: developers-reference: best practices to create and delete system accounts

2006-11-17 Thread Marc Haber
Package: developers-reference
Version: 3.3.7
Severity: normal

The information collected in
http://wiki.debian.org/AccountHandlingInMaintainerScripts should
eventually be put into the developer's reference, chapter 6.5.

Greetings
Marc


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

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.2.2Debian Policy Manual and related d

-- no debconf information


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



Bug#238453: ddclient: cannot connect to members.dyndns.org:80 socket: IO::Socket::INET: Bad hostname

2006-11-17 Thread sylvain . le-gall
Hello, 


I have exactly the bug #238453. I would like to know if you find a solution
to solve this issue. I run ddclient through ipup and it doesn't update my
dyndns account. 

Is there a solution ? 


Thanks
Sylvain Le Gall 


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


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



Bug#398333: Automatic partition/disk selection

2006-11-17 Thread David Härdeman
On Thu, November 16, 2006 20:54, Olaf van der Spek said:
 David Härdeman wrote:
 On Thu, Nov 16, 2006 at 07:50:11PM +0100, Olaf van der Spek wrote:
 Olaf van der Spek wrote:
 David Härdeman wrote:
 Dennis, Olaf...could you try changing the partman-auto/disk entry
 to
 partman-auto/select_disk in your preseed files and see if that
 fixes
 things

 After adding that line d-ipartman-auto/select_diskselect
 SCSI1 (0,0,0) (sda) - 8.6 GB VMware, VMware Virtual S the installer
 gets stuck at:
 Starting up the partitioner
 85%
 Please wait...

Dennis, Olaf,

my excuses to both of you, I seem to have led you on a wild goose chase :)

Your recipies are missing the partman-auto/method entry which you need
in addition to partman-auto/disk (and forget what I said about
partman-auto/select_disk).

Thanks to JoeyH for pointing that out.

-- 
David Härdeman



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



Bug#397412: wmaker: Wmaker crash on creating desktop

2006-11-17 Thread jamhed
On Thu, 16 Nov 2006 17:33:31 +0100
Steinar H. Gunderson [EMAIL PROTECTED] wrote:

 OK, here's a version of wmaker built with -g -O2 (the other one was built
 with -g -O0 -DDEBUG). Is it capable of giving a proper backtrace?
 
   http://people.debian.org/~sesse/wmaker_0.92.0-6.1~debug2_i386.deb 

We got it. Finally :)

Program received signal SIGSEGV, Segmentation fault.
wWorkspaceNew (scr=0x3220bed0)
at /home/sesse/nmu/wmaker-0.92.0/src/workspace.c:124
124 /home/sesse/nmu/wmaker-0.92.0/src/workspace.c: No such file or 
directory.
in /home/sesse/nmu/wmaker-0.92.0/src/workspace.c
(gdb) bt 
#0  wWorkspaceNew (scr=0x3220bed0)
at /home/sesse/nmu/wmaker-0.92.0/src/workspace.c:124
#1  0x080a6137 in newWSCommand (menu=0x81939d0, foo=0x8194080)
at /home/sesse/nmu/wmaker-0.92.0/src/workspace.c:1284
#2  0x08078dba in menuMouseDown (desc=0x8193c08, event=0xafab68b4)
at /home/sesse/nmu/wmaker-0.92.0/src/menu.c:2232
#3  0x0806b630 in handleButtonPress (event=0xafab68b4)
at /home/sesse/nmu/wmaker-0.92.0/src/event.c:758
#4  0x0806c4fc in DispatchEvent (event=0xafab68b4)
at /home/sesse/nmu/wmaker-0.92.0/src/event.c:259
#5  0x080b4183 in WMHandleEvent (event=0xafab68b4)
at /home/sesse/nmu/wmaker-0.92.0/WINGs/wevent.c:235
#6  0x0806b079 in EventLoop () at /home/sesse/nmu/wmaker-0.92.0/src/event.c:325
#7  0x08073573 in main (argc=0, argv=0xafab6a04)
at /home/sesse/nmu/wmaker-0.92.0/src/main.c:867

May be it will help ;)

-- 
С Уважением,
Роман Галеев,
Уралтелебест - Уфа,
7 3472 512-503



Bug#398333: Automatic partition/disk selection

2006-11-17 Thread ovdspek
 On Thu, November 16, 2006 20:54, Olaf van der Spek said:
 David Härdeman wrote:
 On Thu, Nov 16, 2006 at 07:50:11PM +0100, Olaf van der Spek wrote:
 Olaf van der Spek wrote:
 David Härdeman wrote:
 Dennis, Olaf...could you try changing the partman-auto/disk entry
 to
 partman-auto/select_disk in your preseed files and see if that
 fixes
 things

 After adding that line d-ipartman-auto/select_diskselect
 SCSI1 (0,0,0) (sda) - 8.6 GB VMware, VMware Virtual S the installer
 gets stuck at:
 Starting up the partitioner
 85%
 Please wait...

 Dennis, Olaf,

 my excuses to both of you, I seem to have led you on a wild goose chase :)

 Your recipies are missing the partman-auto/method entry which you need
 in addition to partman-auto/disk (and forget what I said about
 partman-auto/select_disk).

 Thanks to JoeyH for pointing that out.

I'll try that one.
But why does it only ask the disk question and not the method question if
you forget both?



Bug#399029: Apache have combined logs by default

2006-11-17 Thread Olleg Samoylov
Package: awstats
Version: 6.5+dfsg-1
Severity: minor

By default Apache2 write combined logs (LogFormat=1) while
/etc/awstats/awstats.conf has logformat 4.

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

Versions of packages awstats depends on:
ii  perl [libstorable-perl]   5.8.8-6.1  Larry Wall's Practical Extraction 

Versions of packages awstats recommends:
pn  libnet-xwhois-perlnone (no description available)

-- no debconf information


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



Bug#399031: Place awstats icons or symlink for them in /var/www

2006-11-17 Thread Olleg Samoylov
Package: awstats
Version: 6.5+dfsg-1
Severity: minor

Awstats looking for icons in /awstats-icon which is by default is
/var/www/awstats-icon. But now awstats icons are placed in
/usr/share/awstats/icon. Move it to /var/www or place here symlink.

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

Versions of packages awstats depends on:
ii  perl [libstorable-perl]   5.8.8-6.1  Larry Wall's Practical Extraction 

Versions of packages awstats recommends:
pn  libnet-xwhois-perlnone (no description available)

-- no debconf information


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



Bug#395555: azureus: does not work with kaffe

2006-11-17 Thread Lucas Nussbaum
severity 39 serious
thanks

Hi,

I think that this bug leads to very bad user experience: by default, an
apt-get install azureus results in an unusable azureus.

If azureus doesn't work with any java interpreter, I suggest you change
your startup script to point directly to a java interpreter that can
start azureus. (and depend on it)

Also, if azureus works perfectly fine with java-gcj-compat, maybe you
should drop totally the dependency on Sun's Java, and move azureus to
main, unless there is another reason against it.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#391626: Please include mol into linux-modules-extra before etch

2006-11-17 Thread Gaudenz Steinlin
Hi

On Thu, Nov 09, 2006 at 09:48:21AM +0100, Sven Luther wrote:
 On Thu, Nov 09, 2006 at 09:20:52AM +0100, Sven Luther wrote:
  On Thu, Nov 09, 2006 at 01:41:17AM +0100, Gaudenz Steinlin wrote:
   tags 391626 +patch
   
   Hi
   
   As the mol maintainer I would really appreciate it if you could include
   my patch before the etch release. The patch is already in the bug log
   since about a month.
   AFAICS a new upload of linux-modules-extra is needed anyway for 
   linux-image-2.6.18-2-*. 
   
   Please contact me if you need additional information or assistance. If
   you are busy with other things I can also prepare an NMU.
  
  Installing linux-support-2.6.18-2 and building the debian/control with it
  fails with :
 
 Ok, i applied it with the gencontrol.py patch excluded and without mol in the
 main defines.
 
 Gaudenz/Bastian, can you look over the gencontrol.py failure and fix the 
 patch ? 

It seems that Bastian already applied the patch in SVN. The current SVN
builds without problems for me (and the resulting mol modules work). 

As there needs to be another upload for 2.6.18-2 anyway I hope that the
mol modules will be included.

 
 But my test build failed in unionfs due to sioq.h missing, so there will be
 need of some work for 2.6.18-2 anyway.

unionfs is currently deactivated in SVN. 

Gaudenz

-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


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



Bug#399030: kcontrol: there are no entries on the left side

2006-11-17 Thread Bernd Warken
Subject: kcontrol: there are no entries on the left side
Package: kcontrol
Version: 4:3.5.5a.dfsg.1-1
Severity: grave
Justification: renders package unusable

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

Usually, kcontrol has a tree of entries on the left side to choose which system
part has to be fixed.  On my kcontrol, the left side is totally empty, so the
program is unusable.  This makes it hard to work with kde.

Bernd Warken

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

Versions of packages kcontrol depends on:
ii  kdebase-data   4:3.5.5a.dfsg.1-1 shared data files for the KDE base
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al
ii  kicker 4:3.5.5a.dfsg.1-1 desktop panel for KDE
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libfam02.7.0-11  Client library to control the FAM
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfontenc11:1.0.2-2 X11 font encoding library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-19GCC support library
ii  libgl1-mesa-glx [libgl 6.5.1-0.2 A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 6.5.1-0.2 The OpenGL utility library (GLU)
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libraw1394-8   1.2.1-2   library for direct access to IEEE
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libssl0.9.80.9.8c-3  SSL shared libraries
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libusb-0.1-4   2:0.1.12-2userspace USB programming library
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
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  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  libxtst6   1:1.0.1-5 X11 Testing -- Resource extension
ii  usbutils   0.72-7USB console utilities
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages kcontrol recommends:
ii  udev  0.100-2.2  /dev/ and hotplug management daemo

-- no debconf information



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



Bug#399032: installation-reports

2006-11-17 Thread Koizumi,Teruaki
Package: installation-reports


Boot method: CD
Image version: 2006(testing)
Date: Fri Nov 17 18:13:06 2006 (JST)

Machine: SUN Blade100
Processor: sparc
Memory: 512M
Root Device: IDE
Partitions:

Output of lspci and lspci -n:

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

Initial boot worked:[E]
Configure network HW:   [ ]
Config network: [ ]
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:

boot:
'ENTER' Key
All...
  :
  :
  :
booting Linux

freeze


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



Bug#399033: failure to bind to IPv6 sockets with ::

2006-11-17 Thread martin f krafft
Package: pdns-server
Version: 2.9.20-7
Severity: normal

I have put

  local-address=0.0.0.0
  local-ipv6=::

into pdns.conf, but this results in:

  pdns[14044]: UDP server bound to 82.197.162.59:53
  pdns[14044]: binding to UDP ipv6 socket: Address already in use
  pdns[14044]: Fatal error: Unable to bind to UDP ipv6 socket

Someone on IRC then suggested:

  madduck: binging to :: binds to both all protocols, not just ipv6
  by default on linux. Maybe something has already bound to ipv4 on
  the same port?

So I removed the local-address entry, which resulted in pdns binding
only to localhost:53, nothing else.

If I have
  local-address=0.0.0.0
  local-ipv6=2001:1620:2004::100:1

then it works, but I'd rather use ::

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

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#398333: Automatic partition/disk selection

2006-11-17 Thread Frans Pop
reassign 398333 partman-auto
severity 398333 important
retitle 398333 preseeding: strange behavior when disk preseeded but method not 
thanks

On Friday 17 November 2006 09:47, [EMAIL PROTECTED] wrote:
  Your recipies are missing the partman-auto/method entry which you
  need in addition to partman-auto/disk (and forget what I said about
  partman-auto/select_disk).
 
  Thanks to JoeyH for pointing that out.

 I'll try that one.
 But why does it only ask the disk question and not the method question
 if you forget both?

Because the method is not a question as such when using preseeding.
We should handle the situation where partman-auto/disk is preseeded but
partman-auto/method is not more gracefully though.


pgpIBQLtBrMoc.pgp
Description: PGP signature


Bug#398820: [pkg-wpa-devel] Bug#398820: wpasupplicant: WPA works but WEP key do not

2006-11-17 Thread Kel Modderman
On Thursday 16 November 2006 05:38, Anand Kumria wrote:
 I use the ipw2200 driver (from 2.6.18-rc2) and with the following in
 /etc/network/interface I can intermittedly associate but never get an IP
 address allocation via DHCP:

 iface wlan0 inet dhcp
 wpa-ssid MyWiFi
 wpa-psk  ABACADAEAF
 up ifmetric wlan0 1

This configuration is for associating and authenticating with access point 
using the WPA or WPA-2 (Wifi Protected Access) encryption standard[1] using 
PSK (Pre Shared Key). Client side authentication management is  via 
wpa_supplicant.

If you used this config to connect to a WEP encrypted access point, you would 
periodically associate, but fail to authenticate soon after. This process 
would cycle indefinitely.



 However, if I use this instead, everything Just Works:

 iface wlan0 inet dhcp
 wireless-ssid MyWiFi
 wireless-mode Managed
 wireless-key1 ABACADAEAF
 up ifmetric wlan0 1

This configuration is for associating and authenticating with an access point 
using the WEP (Wired Equivalent Privacy) encryption standard[2]. Client side 
authentication settings are managed via iwconfig from wireless-tools.


 Let me know what, if anything, you want me to test. I'm unsure where to
 begin and/or what I might need to provide.


Since you seem to be comparing apples to oranges, there is clearly no tests to 
be done to fix the problem you describe above, as the only problem I can see 
is misinformation.

Do you have a reason for using wpa_supplicant for a static configuration 
defined in /etc/network/interfaces when the stanza using wireless-tools magic 
hooks Just Works?

If you did, a wpa_supplicant.conf block for connecting to a WEP access point 
would look like:

network={
ssid=MyWiFi
key_mgmt=NONE
wep_key0=ABACADAEAF
wep_tx_keyidx=0
}

Translated to be used from /etc/network/interfaces:

iface wlan0 inet dhcp
wpa-ssid MyWiFi
wpa-key-mgmt NONE
wpa-wep-key0 ABACADAEAF
wpa-wep-tx-keyidx 0

And although the above is a theroetically supported configuration (via the 
wpasupplicant/ifupdown scripts) I still question why you would prefer this 
method for a statically defined network when wireless-tools is all that is 
required.

Thanks, Kel.

[1] http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access
[2] http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy


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



Bug#391626: Please include mol into linux-modules-extra before etch

2006-11-17 Thread Sven Luther
On Fri, Nov 17, 2006 at 10:10:37AM +0100, Gaudenz Steinlin wrote:
 Hi
 
 On Thu, Nov 09, 2006 at 09:48:21AM +0100, Sven Luther wrote:
  On Thu, Nov 09, 2006 at 09:20:52AM +0100, Sven Luther wrote:
   On Thu, Nov 09, 2006 at 01:41:17AM +0100, Gaudenz Steinlin wrote:
tags 391626 +patch

Hi

As the mol maintainer I would really appreciate it if you could include
my patch before the etch release. The patch is already in the bug log
since about a month.
AFAICS a new upload of linux-modules-extra is needed anyway for 
linux-image-2.6.18-2-*. 

Please contact me if you need additional information or assistance. If
you are busy with other things I can also prepare an NMU.
   
   Installing linux-support-2.6.18-2 and building the debian/control with it
   fails with :
  
  Ok, i applied it with the gencontrol.py patch excluded and without mol in 
  the
  main defines.
  
  Gaudenz/Bastian, can you look over the gencontrol.py failure and fix the 
  patch ? 
 
 It seems that Bastian already applied the patch in SVN. The current SVN
 builds without problems for me (and the resulting mol modules work). 
 
 As there needs to be another upload for 2.6.18-2 anyway I hope that the
 mol modules will be included.

There will be an upload for -3, and mol should be included then.

  But my test build failed in unionfs due to sioq.h missing, so there will be
  need of some work for 2.6.18-2 anyway.
 
 unionfs is currently deactivated in SVN. 

Indeed. We solved this quickly after i wrote that mail.

Friendly,

Sven Luther


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



Bug#399035: LD_LIBRARY_PATH=/usr/lib/debug causes switch to ancient libpthread

2006-11-17 Thread Kristian Nielsen
Package: libc6-dbg
Version: 2.3.6-7

I see applications using a different thread library when using unstripped
libraries from /usr/lib/debug:

$ ldd /usr/sbin/mysqld | grep libpthread
libpthread.so.0 = /lib/tls/libpthread.so.0 (0xb7f64000)
$ ls -l /lib/tls/libpthread.so.0
lrwxrwxrwx  1 root root 19 2006-05-14 15:06 /lib/tls/libpthread.so.0 - 
libpthread-2.3.6.so
$ LD_LIBRARY_PATH=/usr/lib/debug ldd /usr/sbin/mysqld | grep libpthread
libpthread.so.0 = /usr/lib/debug/libpthread.so.0 (0xb7e63000)
$ ls -l /usr/lib/debug/libpthread.so.0
lrwxrwxrwx  1 root root 18 2006-05-14 15:06 /usr/lib/debug/libpthread.so.0 
- libpthread-0.10.so

So mysqld is normally using libpthread-2.3.6 (NPTL), which is what I expected.

But when setting LD_LIBRARY_PATH=/usr/lib/debug, mysqld is now using
libpthread-0.10.so, which I believe is an ancient version of LinuxThreads with
fixed thread locations, for use only to provide compatibility with old/broken
applications.

So seemingly, when switching to unstripped libraries to debug a problem, we
will also switch to a very different threading library, which could easily
cause confusion and seems quite unfortunate.

My understanding of ld.so is unfortunately limited, but perhaps the problem is
related to missing libpthread.so.0 symbolic links?

$ find /lib /usr/lib -name libpthread.so.0
/lib/tls/libpthread.so.0
/lib/libpthread.so.0
/usr/lib/debug/libpthread.so.0

So I'm wondering if there is missing a symbolic link

/usr/lib/debug/tls/libpthread.so.0 - 
/usr/lib/debug/lib/tls/libpthread-2.3.6.so

but then similar links will also be required for other system libraries, I
suppose.

Alternatively, perhaps the bug is that the /usr/lib/debug/libpthread.so.0
symbolic link is pointing out the wrong libpthread (the ancient compatibility
one), which will usually be the wrong one.

So I'm not sure about the proper fix, but I do think the switch to different
threading lib when using unstripped libraries (as shown by ldd commands above)
is a bug.

 - Kristian.

System info:

$ uname -a
Linux ymer 2.6.13.4 #3 Thu Oct 27 01:07:26 CEST 2005 i686 GNU/Linux
$ ls -l /lib/libc.so.6
lrwxrwxrwx  1 root root 13 2006-05-14 15:06 /lib/libc.so.6 - libc-2.3.6.so


-- 
Kristian Nielsen, Software Developer
MySQL AB, www.mysql.com
Are you MySQL certified?  www.mysql.com/certification



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



Bug#399036: csync2: postinst script should restart inetd

2006-11-17 Thread Eric Van Buggenhaut
Package: csync2
Version: 1.33-2sarge.2
Severity: minor

In postinst, after modifying /etc/inetd.conf, the service should be
restarted, otherwise hosts can't talk to each other, leading to confused
failure of csync2


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages csync2 depends on:
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  libgnutls11   1.0.16-13.2sarge2  GNU TLS library - runtime library
ii  librsync1 0.9.7-1Library which implements the rsync
ii  libsqlite02.8.16-1   SQLite shared library
ii  libtasn1-20.2.10-3sarge1 Manage ASN.1 structures (runtime)
ii  netbase   4.21   Basic TCP/IP networking system

-- no debconf information


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



Bug#323741: muse-el: FTBFS: emacs not found

2006-11-17 Thread Julien Danjou
On Thu, Nov 16, 2006 at 09:37:54PM +0100, Steinar H. Gunderson wrote:
 I'm unable to reproduce this, and I can't see a good reason why it would
 happen unless the buildd chroot was broken in some way. Could you please try
 to reproduce and then see what /usr/bin/emacs points to?

Cannot reproduce it. FWIW, the buildd log:
http://people.debian.org/~acid/buildd-logs/failed/muse-el_3.02.8-1_20061116-1310

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#13605: Bug#13603: fixed in at 3.1.9

2006-11-17 Thread Stefan Hußfeldt
Ryan Murray wrote:

  We believe that the bug you reported is fixed in the latest version of
  at, which is due to be installed in the Debian FTP archive:
 
  at_3.1.9.dsc
to pool/main/a/at/at_3.1.9.dsc
  at_3.1.9.tar.gz
to pool/main/a/at/at_3.1.9.tar.gz
  at_3.1.9_i386.deb
to pool/main/a/at/at_3.1.9_i386.deb

I think, the nfs problem still exists:

|[EMAIL PROTECTED]:~$ at now
|warning: commands will be executed using /bin/sh
|at ls
|at EOT
|Cannot give away file: Permission denied

I'am runnung a diskless (vdr) system with debian etch:

|zaphod:~# cat /etc/debian_version
|4.0
|zaphod:~# dpkg -l at | grep ^ii
|ii  at   3.1.10   Delayed job execution and batch processing
|zaphod:~# df
|Filesystem   1K-blocks  Used Available Use% Mounted on
|server:/netboot/nfsroot/zaphod_etch
  11543192   5249432   5707400  48% /

When i move /var/spool/cron/atjobs to a local tmpfs it works as expected.

-- 
Und Tschüss.
Stefan

### Kilroy was here ### up 34 days




Bug#399034: debian-installer: hd-media confusion

2006-11-17 Thread Frans Pop
Package: debian-installer

There are some inconsistencies for the hd-media method between the 
installation guide and the available images and between the easy method 
and flexible method.

1) the installation guide mentions that a syslinux.cfg should be
   available alongside the kernel and initrd, but it is not generated
2) inside the boot.img.gz the kernel is named linux while the kernels
   for the flexible method are name vmliuz

Point 1) could be solved by either generating the syslinux.cfg file again 
(for both regular and gtk kernel), or by updating the installation guide.

For point 2) I fail to see the reason for the inconsistency.


pgpJUeKJqhzAv.pgp
Description: PGP signature


Bug#397006: python2.5 and python2.5-minimal fail on 2.6.17-2-amd64 etch

2006-11-17 Thread mark
Package: python2.5
Version: 2.5-3
Followup-For: Bug #397006


apt-get exits cleanly enough but package install fails. Recent install of 
amd64, apt-get 
ditro-upgrade after update prior to failure

/*start console dump*/
pisces:/home/mark# apt-get install python2.5
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  libsqlite3-0 python2.5-minimal
Suggested packages:
  python2.5-doc python-profiler
The following NEW packages will be installed
  libsqlite3-0 python2.5 python2.5-minimal
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 4595kB of archives.
After unpacking 16.1MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get: 1 http://ftp.uk.debian.org etch/main libsqlite3-0 3.3.8-1 [197kB]
Get: 2 http://ftp.uk.debian.org etch/main python2.5-minimal 2.5-3 [848kB]
Get: 3 http://ftp.uk.debian.org etch/main python2.5 2.5-3 [3549kB]
Fetched 4595kB in 7s (593kB/s)
Selecting previously deselected package libsqlite3-0.
(Reading database ... 88621 files and directories currently installed.)
Unpacking libsqlite3-0 (from .../libsqlite3-0_3.3.8-1_amd64.deb) ...
Selecting previously deselected package python2.5-minimal.
Unpacking python2.5-minimal (from .../python2.5-minimal_2.5-3_amd64.deb) ...
Selecting previously deselected package python2.5.
Unpacking python2.5 (from .../python2.5_2.5-3_amd64.deb) ...
Setting up libsqlite3-0 (3.3.8-1) ...

Setting up python2.5-minimal (2.5-3) ...
Linking and byte-compiling packages for runtime python2.5...
pycentral: pycentral rtinstall: installed runtime python2.5 not found
pycentral rtinstall: installed runtime python2.5 not found
dpkg: error processing python2.5-minimal (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python2.5:
 python2.5 depends on python2.5-minimal (= 2.5-3); however:
  Package python2.5-minimal is not configured yet.
dpkg: error processing python2.5 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.5-minimal
 python2.5
E: Sub-process /usr/bin/dpkg returned an error code (1)
/*end console dump*/

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

Versions of packages python2.5 depends on:
ii  libbz2-1.0   1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  libdb4.4 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libncursesw5 5.5-5   Shared libraries for terminal hand
ii  libreadline5 5.2-1   GNU readline and history libraries
ii  libsqlite3-0 3.3.8-1 SQLite 3 shared library
ii  libssl0.9.8  0.9.8c-3SSL shared libraries
ii  mime-support 3.37-1  MIME files 'mime.types'  'mailcap
pn  python2.5-minimalnone  (no description available)

python2.5 recommends no packages.


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



Bug#387683: Please remove dependency on xmms

2006-11-17 Thread andrey i. mavlyanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Again this problem appeared. Please, move xmms from Depends to  Suggests in
the amarok package!!!

- --
 /aim [ http://aim.pp.ru ]

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFXYuroqicwWJzWcURAh3KAJ9bfctQyFXnvSf8I5z2OYjngj47oQCcCUrE
mYdvzT0L8IgtQWrl5IPP7Vo=
=mddE
-END PGP SIGNATURE-


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



Bug#399037: maint-guide: FTBFS: maint-guide.ja.dvi could not be generated properly

2006-11-17 Thread Julien Danjou
Package: maint-guide
Version: 1.2.7
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of maint-guide_1.2.7 on avidan by sbuild/i386 98
 Build started at 20061117-0153
 **
...
 + for i in maint-guide.de.sgml maint-guide.es.sgml maint-guide.fr.sgml 
 maint-guide.it.sgml maint-guide.ja.sgml maint-guide.ko.sgml 
 maint-guide.pl.sgml maint-guide.pt_BR.sgml maint-guide.ru.sgml 
 maint-guide.sgml maint-guide.zh_CN.sgml maint-guide.zh_TW.sgml
 + nsgmls -ges -wall maint-guide.ja.sgml
 + for i in maint-guide.de.sgml maint-guide.es.sgml maint-guide.fr.sgml 
 maint-guide.it.sgml maint-guide.ja.sgml maint-guide.ko.sgml 
 maint-guide.pl.sgml maint-guide.pt_BR.sgml maint-guide.ru.sgml 
 maint-guide.sgml maint-guide.zh_CN.sgml maint-guide.zh_TW.sgml
 + nsgmls -ges -wall maint-guide.ko.sgml
 + for i in maint-guide.de.sgml maint-guide.es.sgml maint-guide.fr.sgml 
 maint-guide.it.sgml maint-guide.ja.sgml maint-guide.ko.sgml 
 maint-guide.pl.sgml maint-guide.pt_BR.sgml maint-guide.ru.sgml 
 maint-guide.sgml maint-guide.zh_CN.sgml maint-guide.zh_TW.sgml
 + nsgmls -ges -wall maint-guide.pl.sgml
 + for i in maint-guide.de.sgml maint-guide.es.sgml maint-guide.fr.sgml 
 maint-guide.it.sgml maint-guide.ja.sgml maint-guide.ko.sgml 
 maint-guide.pl.sgml maint-guide.pt_BR.sgml maint-guide.ru.sgml 
 maint-guide.sgml maint-guide.zh_CN.sgml maint-guide.zh_TW.sgml
 + nsgmls -ges -wall maint-guide.pt_BR.sgml
 + for i in maint-guide.de.sgml maint-guide.es.sgml maint-guide.fr.sgml 
 maint-guide.it.sgml maint-guide.ja.sgml maint-guide.ko.sgml 
 maint-guide.pl.sgml maint-guide.pt_BR.sgml maint-guide.ru.sgml 
 maint-guide.sgml maint-guide.zh_CN.sgml maint-guide.zh_TW.sgml
 + nsgmls -ges -wall maint-guide.ru.sgml
 + for i in maint-guide.de.sgml maint-guide.es.sgml maint-guide.fr.sgml 
 maint-guide.it.sgml maint-guide.ja.sgml maint-guide.ko.sgml 
 maint-guide.pl.sgml maint-guide.pt_BR.sgml maint-guide.ru.sgml 
 maint-guide.sgml maint-guide.zh_CN.sgml maint-guide.zh_TW.sgml
 + nsgmls -ges -wall maint-guide.sgml
 + for i in maint-guide.de.sgml maint-guide.es.sgml maint-guide.fr.sgml 
 maint-guide.it.sgml maint-guide.ja.sgml maint-guide.ko.sgml 
 maint-guide.pl.sgml maint-guide.pt_BR.sgml maint-guide.ru.sgml 
 maint-guide.sgml maint-guide.zh_CN.sgml maint-guide.zh_TW.sgml
 + nsgmls -ges -wall maint-guide.zh_CN.sgml
 + for i in maint-guide.de.sgml maint-guide.es.sgml maint-guide.fr.sgml 
 maint-guide.it.sgml maint-guide.ja.sgml maint-guide.ko.sgml 
 maint-guide.pl.sgml maint-guide.pt_BR.sgml maint-guide.ru.sgml 
 maint-guide.sgml maint-guide.zh_CN.sgml maint-guide.zh_TW.sgml
 + nsgmls -ges -wall maint-guide.zh_TW.sgml
 rm -rf *html
 debiandoc2html -c -l en maint-guide.sgml
 debiandoc2html -c -l de maint-guide.de.sgml
 debiandoc2html -c -l es maint-guide.es.sgml
 debiandoc2html -c -l fr maint-guide.fr.sgml
 debiandoc2html -c -l it maint-guide.it.sgml
 debiandoc2html -c -l ja maint-guide.ja.sgml
 debiandoc2html -c -l ko maint-guide.ko.sgml
 debiandoc2html -c -l pl maint-guide.pl.sgml
 debiandoc2html -c -l pt_BR maint-guide.pt_BR.sgml
 debiandoc2html -c -l ru maint-guide.ru.sgml
 debiandoc2html -c -l zh_CN maint-guide.zh_CN.sgml
 debiandoc2html -c -l zh_TW maint-guide.zh_TW.sgml
 debiandoc2text -l en maint-guide.sgml
 mv maint-guide.txt maint-guide.en.txt
 debiandoc2text -l de maint-guide.de.sgml
 debiandoc2text -l es maint-guide.es.sgml
 debiandoc2text -l fr maint-guide.fr.sgml
 debiandoc2text -l it maint-guide.it.sgml
 debiandoc2text -l ja maint-guide.ja.sgml
 debiandoc2text -l ko maint-guide.ko.sgml
 debiandoc2text -l pl maint-guide.pl.sgml
 debiandoc2text -l pt_BR maint-guide.pt_BR.sgml
 debiandoc2text -l ru maint-guide.ru.sgml
 debiandoc2text -l zh_CN maint-guide.zh_CN.sgml
 debiandoc2text -l zh_TW maint-guide.zh_TW.sgml
 debiandoc2latexps -l en maint-guide.sgml
 mv maint-guide.ps maint-guide.en.ps
 debiandoc2latexps -l de maint-guide.de.sgml
 debiandoc2latexps -l es maint-guide.es.sgml
 debiandoc2latexps -l fr maint-guide.fr.sgml
 debiandoc2latexps -l it maint-guide.it.sgml
 debiandoc2latexps -l ja maint-guide.ja.sgml
 debiandoc2latexps: ERROR: maint-guide.ja.dvi could not be generated properly
 debiandoc2latexps: rerun with the -v option to found out why
 debiandoc2latexps: or check the log file maint-guide.ja.log
 make[1]: *** [maint-guide.ja.ps] Error 1
 make[1]: Leaving directory `/build/buildd/maint-guide-1.2.7'
 make: *** [stamp-build] Error 2
 **
 Build finished at 20061117-0159
 FAILED [dpkg-buildpackage died]

Full buildd log:
http://people.debian.org/~acid/buildd-logs/failed/maint-guide_1.2.7_20061117-0153

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#295064: Further action on DHCPRELEASE problem?

2006-11-17 Thread Tomas Pospisek
Package: dhcp3-client
Version: 3.0.1-2
Followup-For: Bug #295064

Got bitten by this as well.

There are two problems here.

* One is that ifupdown has hardcoded options, that it passes to the dhcp
  clients. It uses the '-e' option when starting dhclient2, which is
  exactly the contrary of the needed behaveour in the problemspace at hand
  here and it stops dhclient3 with -r which will release the current IP
  address at reboot, which is also the wrong behaveour here. So, rock or
  a hard place?
  Ummh.. the design of ifupdown wrt using immutable hardcoded options is
  not sound.

* The second is the here discussed behaveour of dhcp3-client with
  respect to '-r'. The report is 1.5 year old by now and the problem is
  real. Would it be possible to move on with this problem and apply the
  patch? Should the original reporters try to push the patch upstream?
  What's the course of action?

Current behaveour is suboptimal, some action would be nice here.
*t


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

Versions of packages dhcp3-client depends on:
ii  debconf   1.4.30.13  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  dhcp3-common  3.0.1-2Common files used by all the dhcp3
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#360044: itp

2006-11-17 Thread Bartosz Fenski aka fEnIo
Hello.

What's the state of this ITP?

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - malopolskie v. - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Bug#398333: Automatic partition/disk selection

2006-11-17 Thread David Härdeman
On Fri, November 17, 2006 9:47, [EMAIL PROTECTED] said:
 David Härdeman wrote:
 Your recipies are missing the partman-auto/method entry which you need
 in addition to partman-auto/disk (and forget what I said about
 partman-auto/select_disk).

 I'll try that one.
 But why does it only ask the disk question and not the method question if
 you forget both?

If you forget both, it should ask both questions (the method question is
the first partitioning screen with choices like Manually partition disks
and Automatically format disk and install using LVM, sorry can't check
the exact wording of the menu right now).

If you forget one of them, I'm not sure which question(s) will be asked,
but its possible that it'll be regarded as an error and both questions
will be asked to make sure that d-i does what you intended it to do.

-- 
David Härdeman



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



Bug#398333: Automatic partition/disk selection

2006-11-17 Thread David Härdeman
retitle 398333 partman-auto/method not mentioned in example-preseed.txt
thanks

On Fri, November 17, 2006 9:38, Dennis.Hoppe said:
 Hi David,

 thx for the information. but in this case the preseed.conf from
 http://www.debian.org/releases/testing/example-preseed.txt is obsolete.

Yes, that should be fixed (I think it is in the manual sources but the
above URL should also be corrected, not sure of the details of how/when it
is updated)

 for example the configuration of exim:

   ### Mailer configuration
   exim4-config exim4/dc_eximconfig_configtype \
  select no configuration at this time
   exim4-config exim4/no_config boolean true
   exim4-config exim4/no_config boolean true
   exim4-config exim4/dc_postmaster string

 preseed does not configure exim but after booting it will run at service
 without config. i will get the message ... zero ... /var/mail/paniclog or
 so.
 i do not remember the right output.

 i have commented the line out, because the debian-installer configures
 exim
 perfectly.

 another problem is an existing lvm on the hard disk. debian-installer asks
 if
 he should remove it, but he can not. i solved this with deleting the
 partition
 table via alt+f2 and fdisk ...

 should i write this in an new bug report down?

Two new bug reports please. The lvm one should be against partman-auto-lvm
and the exim preseed documentation I'm not sure...either file a bug
against installation-reports and someone will reassign it or ask on the
debian-boot mailing list.

As for the LVM error, please include more information when you file the
bug report...what setup did you have (which partitions, which were using
LVM, how was LVM configured, etc) better too much information than too
little.

And please keep the bug report addresses CC:ed when replying with more
information :)

Thanks for your efforts in debugging and testing the installer.

-- 
David Härdeman



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



Bug#398333: Automatic partition/disk selection

2006-11-17 Thread David Härdeman
On Fri, November 17, 2006 10:21, Frans Pop said:
 On Friday 17 November 2006 09:47, [EMAIL PROTECTED] wrote:
 But why does it only ask the disk question and not the method question
 if you forget both?

 Because the method is not a question as such when using preseeding.
 We should handle the situation where partman-auto/disk is preseeded but
 partman-auto/method is not more gracefully though.


How would you like it to work?

-- 
David Härdeman



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



Bug#399038: Translation not being shown in tasksel

2006-11-17 Thread Pema Geyleg

Package: tasksel_2.56

Some of the messages translated for tasksel in Dzongkha language does not
show up in Dzongkha. Its still in English. After analysing the source file
with Frans Pop we concluded that the translation in the tasksel/debian/po
directory was not being used by the tasksel. The translation under the
tasksel/po and tasksel/tasks/po are being shown correctly in Dzongkha
language. However hard we try, we had not been able to solve this problem.

The other issue regarding this was with the tasksel/Makefile where the dz
code for Dzongkha language was not included. I checked out the recent
version of tasksel from the subversion and found that it was included
correctly along with the other languages.

Could some one look into it and find out what could be wrong here.

Pema Geyleg
DIT,MoIC
Thimphu,Bhutan


Bug#335897: similar problem workaround/solved

2006-11-17 Thread Rene Engelhard
Johannes Wiedersich wrote:
 Finally the problem was solved/worked around after restarting portmap
 and firestarter (ie. the firewall) on the exporting machine.

So a problem on your side. qed.
[ Yes, OOo shouldn't freeze, but .. ]

Gr��e/Regards,

Ren�
-- 
 .''`.  Ren� Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



signature.asc
Description: Digital signature


Bug#399045: mysql-server-5.0: [INTL:eu] mysql-server debconf basque translation

2006-11-17 Thread Piarres Beobide
Package: mysql-server-5.0
Version: 5.0.26-3
Severity: wishlist
Tags: patch l10n

Hello:

Here atached mysql-server debconf template first trasnaltion, please commit it.

thanks
Piarres Beobide


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

Versions of packages mysql-server-5.0 depends on:
ii  adduser 3.99 Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.8Debian configuration management sy
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libdbi-perl 1.52-1   Perl5 database interface by Tim Bu
ii  libgcc1 1:4.1.1-19   GCC support library
ii  libmysqlclient15off 5.0.26-3 mysql database client library
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libreadline55.2-1GNU readline and history libraries
ii  libstdc++6  4.1.1-19 The GNU Standard C++ Library v3
ii  libwrap07.6.dbs-11   Wietse Venema's TCP wrappers libra
ii  lsb-base3.1-19   Linux Standard Base 3.1 init scrip
ii  mysql-client-5.05.0.26-3 mysql database client binaries
ii  mysql-common5.0.26-3 mysql database common files (e.g. 
ii  passwd  1:4.0.18.1-5 change and administer password and
ii  perl5.8.8-6.1Larry Wall's Practical Extraction 
ii  psmisc  22.3-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information excluded
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Piarres BEobide [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: mysql-dfsg-5.0_5.0.26-3-debconf_eu\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-11-05 19:18+0100\n
PO-Revision-Date: 2006-11-17 11:39+0100\n
Last-Translator: Piarres Beobide Egaña [EMAIL PROTECTED]\n
Language-Team: Euskara [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Pootle 0.10.1\n

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:1001
msgid Do you really want to downgrade?
msgstr Benetan bertsio zaharragora itzuli nahi duzu?

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:1001
msgid 
WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates that a 
mysql-server package with a higher version has been installed before. It can 
not be guaranteed that this version can use its data.
msgstr Oharra: /var/lib/mysql/debian-*.flag dago.. Honek aurretik bertsio 
berriagoko mysql-zerbitzari bat instalatu dela adierazten du. Ezin da ziurtatu 
bertsio honel datu horiek erabili ahal izango dituenik.

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid Important note for NIS/YP users!
msgstr NIS/YP erabiltzaileentzat ohar garrantzitsua!

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid 
To use mysql you must install an equivalent user and group to the following 
and ensure yourself that /var/lib/mysql has the right permissions (the uid/
gid may be different).
msgstr Mysql erabili ahal izateko beharrezko erabiltzaile eta taldea sortu eta 
/var/lib/mysql-ek beharrezko baimenak dituela ziurtatu behar duzu (uid/gid-a 
ezberdina izan daiteke)

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid 
/etc/passwd:  mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false
msgstr /etc/passwd:  mysql:x:100:101:MySQL 
Server:/var/lib/mysql:/bin/false

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid /etc/group:   mysql:x:101:
msgstr /etc/group:   mysql:x:101:

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid /var/lib/mysql:   drwxr-xr-x   mysqlmysql
msgstr /var/lib/mysql:   drwxr-xr-x   mysqlmysql

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:3001
msgid Remove the databases used by all MySQL versions?
msgstr MySQL bertios guztiek erabilitako databaseak ezabatu?

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:3001
msgid 
The script is about to remove the data directory /var/lib/mysql. If it is 
planned to just install a higher MySQL version or if a different mysql-
server package is already using it, the data should be kept.
msgstr Script-a /var/lib/mysql data direktorioa 

Bug#398924: Conflict between Gnome, udev, hotplug and linux-2.4

2006-11-17 Thread Marco d'Itri
On Nov 17, Andreas Barth [EMAIL PROTECTED] wrote:

 We have one problematic case, though: Upgrades from 2.2 to 2.6 on an
 arch without 2.4-kernels. Do we need udev-backports for them?
Why? 2.2 kernels do not have enough hotplug support that IIRC even if
hotplug were installed it would be useless.
And udev can be installed on *any* kernel (as long as it is not already
running), it will just disable itself until the system is rebooted with
a recent enough kernel.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#399044: zsh: Descriptions for command completion

2006-11-17 Thread R.Ramkumar
Package: zsh
Version: 4.3.2-22
Severity: wishlist
Tags: patch

Hi!

An inspiration this time from 'fish', a new shell I noticed
recently. Though it seem to cater primarily to the newbies, some of
the ideas seemed interesting. In particular, was a bit surprised
that we never had descriptions for command completion! So, hacked it
up.. Here's a new function _path_commands which uses $commands, but
also offers descriptions using `whatis`. Uses cache-* and
verbose/list-separator styles.

I also did a `grep -re '-k commands' *` in the completion dir and
changed whatever threw up. May be there are others still remaining...

Here's the patch...

diff -Naur Zsh/_command Zsh.new/_command
--- Zsh/_command	2006-11-16 17:05:46.655333776 +0530
+++ Zsh.new/_command	2006-11-15 04:08:27.0 +0530
@@ -1,10 +1,12 @@
 #compdef command
 
+local ret
+
 if [[ CURRENT -ge 3 ]]; then
   compset -n 2
-  _normal
+  _normal  ret=0
 else
-  local expl
-
-  _wanted commands expl 'external command' compadd $@ -k commands
+  _path_commands $@  ret=0
 fi
+
+return ret
diff -Naur Zsh/_command_names Zsh.new/_command_names
--- Zsh/_command_names	2006-11-16 17:05:46.655333776 +0530
+++ Zsh.new/_command_names	2006-11-15 04:09:10.0 +0530
@@ -7,7 +7,7 @@
 local args defs
 
 defs=(
-  'commands:external command:compadd -k commands'
+  'commands:external command:_path_commands'
 )
 
 [[ -n $path[(r).] || $PREFIX = */* ]] 
diff -Naur Zsh/_equal Zsh.new/_equal
--- Zsh/_equal	2006-11-16 17:05:46.655333776 +0530
+++ Zsh.new/_equal	2006-11-15 04:43:45.0 +0530
@@ -1,5 +1,3 @@
 #compdef -equal-
 
-local expl
-
-_wanted commands expl command compadd -k commands
+_path_commands
diff -Naur Zsh/_hash Zsh.new/_hash
--- Zsh/_hash	2006-11-16 17:05:46.655333776 +0530
+++ Zsh.new/_hash	2006-11-15 04:37:03.0 +0530
@@ -33,7 +33,8 @@
   elif compset -P 1 '*='; then
 _wanted -C value values expl 'executable file' _files -g '*(-*)'  ret=0
   else
-_wanted -C name commands expl command compadd -q -S '=' -k commands  ret=0
+curcontext=${curcontext%:*}:name
+_path_commands -q -S '='  ret=0
   fi
 fi
 
diff -Naur Zsh/_path_commands Zsh.new/_path_commands
--- Zsh/_path_commands	1970-01-01 05:30:00.0 +0530
+++ Zsh.new/_path_commands	2006-11-16 02:28:10.0 +0530
@@ -0,0 +1,50 @@
+#autoload
+
+local need_desc expl ret=1
+
+if zstyle -T :completion:${curcontext}: verbose; then
+  local update_policy first
+  if [[ $+_command_descriptions -eq 0 ]]; then
+first=yes
+typeset -A -g _command_descriptions
+  fi
+  zstyle -s :completion:${curcontext}: cache-policy update_policy
+  [[ -z $update_policy ]]  zstyle :completion:${curcontext}: \
+cache-policy _path_commands_caching_policy
+  if ( [[ -n $first ]] || _cache_invalid command-descriptions )  \
+! _retrieve_cache command-descriptions; then
+local line
+for line in ${(f)$(_call_program command-descriptions whatis -s 1 -r .\\\*\; whatis -s 6 -r .\\\* 2 /dev/null)}; do
+  [[ -n ${line:#(#b)([^ ]#) #\([^ ]#\)( #\[[^ ]#\]|)[ -]#(*)} ]]  continue;
+  [[ -z $match[1] || -z $match[3] || -z ${${match[1]}:#*:*} ]]  continue;
+  _command_descriptions[$match[1]]=$match[3]
+done
+_store_cache command-descriptions _command_descriptions
+  fi
+
+  (( $#_command_descriptions ))  need_desc=yes
+fi
+
+if [[ -n $need_desc ]]; then
+  typeset -a dcmds descs cmds
+  local desc cmd sep
+  for cmd in ${(@)commands[(I)$PREFIX*]}; do
+desc=$_command_descriptions[$cmd]
+if [[ -z $desc ]]; then
+  cmds+=$cmd
+else
+  dcmds+=$cmd
+  descs+=$cmd:$desc
+fi
+  done
+  zstyle -s :completion:${curcontext}: list-separator sep || sep=--
+  zformat -a descs  $sep  $descs
+  descs=(${(@r:COLUMNS-1:)descs})
+  _wanted commands expl 'external command' \
+compadd $@ -ld descs -a dcmds  ret=0
+  _wanted commands expl 'external command' compadd $@ -a cmds  ret=0
+else
+  _wanted commands expl 'external command' compadd $@ -k commands  ret=0
+fi
+
+return $ret
diff -Naur Zsh/_path_commands_caching_policy Zsh.new/_path_commands_caching_policy
--- Zsh/_path_commands_caching_policy	1970-01-01 05:30:00.0 +0530
+++ Zsh.new/_path_commands_caching_policy	2006-11-16 01:42:42.0 +0530
@@ -0,0 +1,20 @@
+#autoload
+
+local oldp file
+typeset -a dbfiles
+
+# rebuild if cache is more than a week old
+oldp=( $1(Nmw+1) )
+(( $#oldp ))  return 0
+
+dbfiles=(/usr/share/man/index.(bt|db|dir|pag)(N) \
+  /usr/man/index.(bt|db|dir|pag)(N) \
+  /var/cache/man/index.(bt|db|dir|pag)(N) \
+  /var/catman/index.(bt|db|dir|pag)(N) \
+  /usr/share/man/*/whatis(N))
+
+for file in $dbfiles; do
+  [[ $file -nt $1 ]]  return 0
+done
+
+return 1
diff -Naur Zsh/_which Zsh.new/_which
--- Zsh/_which	2006-11-16 17:05:46.655333776 +0530
+++ Zsh.new/_which	2006-11-15 04:44:26.0 +0530
@@ -28,7 +28,7 @@
   args=( $@ )
 
   _alternative -O args \
-'commands:external command:compadd -k commands' \
+'commands:external command:_path_commands' \

Bug#399042: Please enable faad

2006-11-17 Thread Sjoerd Simons
Package: gst-plugins-bad0.10
Severity: wishlist

Hi,

  The faad library package recently entered unstable. So please enable the
  gstreamer faad plugin :)

  Sjoerd

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-2-powerpc
Locale: LANG=C, LC_CTYPE=nl_NL (charmap=ISO-8859-1)


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



Bug#399040: rkhunter 1.2.9-2 without binutils dependency

2006-11-17 Thread Harald Kapper
Package: rkhunter
Version: 1.2.9-2

hi
wenn I call rkhunter --checkall on a newly deployed box it complains
about missing strings, which I made go away by installing the package
binutils.

please consider this at least a suggested package if not (for security)
a hard dependency.

thank you in advance
Harald Kapper, [EMAIL PROTECTED]  http://kapper.net
software-development and  loeblichgasse   6
security-consulting   1090 vienna,  .at
t +43 720 311 200, f +43 720 311 200-200, [EMAIL PROTECTED]
--mark---
Qui non est hodie cras minus aptus erit.



Bug#399039: is not build with macbookpro support

2006-11-17 Thread Soeren Sonnenburg
Package: hal
Version: 0.5.8.1-4
Severity: normal

I know, compilation fails when one removes --disable-mbp BUT this is
trivially fixed by adding libz to the libraries, i.e.

hald_addon_macbookpro_backlight_LDADD = $(top_builddir)/libhal/libhal.la
-lz -lpci -ldbus-glib-1 -ldbus-1 -lglib-2.0

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19-rc6-sonne
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages hal depends on:
ii  adduser  3.99Add and remove users and groups
ii  dbus 1.0.0-1 simple interprocess messaging syst
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdbus-1-3  1.0.0-1 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.71-3  simple interprocess messaging syst
ii  libexpat11.95.8-3.3  XML parsing C library - runtime li
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libhal-storage1  0.5.8.1-4   Hardware Abstraction Layer - share
ii  libhal1  0.5.8.1-4   Hardware Abstraction Layer - share
ii  libusb-0.1-4 2:0.1.12-2  userspace USB programming library
ii  libvolume-id00.100-2.3   libvolume_id shared library
ii  lsb-base 3.1-20  Linux Standard Base 3.1 init scrip
ii  pciutils 1:2.2.4-1   Linux PCI Utilities
ii  udev 0.100-2.3   /dev/ and hotplug management daemo
ii  usbutils 0.72-7  USB console utilities
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages hal recommends:
ii  eject 2.1.4-2.1  ejects CDs and operates CD-Changer

-- no debconf information


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



Bug#398534: sasl2-bin: Failures also experienced in cyrus21

2006-11-17 Thread Fabian Fagerholm
clone 398534 -1
reassign -1 cyrus-sasl2
retitle -1 cyrus-sasl2: Possible cyrus21 database corruption while upgrading 
cyrus-sasl2
tags -1 + moreinfo
thanks


On Thu, 2006-11-16 at 19:23 -0500, Roberto C. Sanchez wrote:
 Should this bug be reassigned to cyrus21?

Just a reminder: this bug report was originally about something else
than cyrus21, so I'm cloning it. The clone can then be handled
separately, reassigned or whatever. The original bug is now reassigned
to postfix.

-- 
Fabian Fagerholm [EMAIL PROTECTED]


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


Bug#289188: This issue seems solved

2006-11-17 Thread Francesco P. Lovergine
At least with current vim in sid. I can no more reproduce it.

-- 
Francesco P. Lovergine


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



Bug#398924: Conflict between Gnome, udev, hotplug and linux-2.4

2006-11-17 Thread Steve Langasek
On Fri, Nov 17, 2006 at 09:15:44AM +0100, Andreas Barth wrote:

   When upgrading a 2.4 system, kernel first. It's also the easiest component
   part to rollback.

  Kernel first before what?  Before anything else in userspace?

 Upgrading the kernel means to upgrade udev and also glibc. This is
 entirly possible.

 We have one problematic case, though: Upgrades from 2.2 to 2.6 on an
 arch without 2.4-kernels. Do we need udev-backports for them?

The only arch with 2.2 kernels in sarge is m68k though, which isn't
releasing with etch.  The m68k porters should surely be consulted about how
they want to handle this.

  I don't see any reason to worry about rollbacks at all, except in the
  specific case of the new kernel isn't set up right yet, so I need to be
  able to reboot to the old kernel to finish the upgrade.  I don't see that
  installing a new kernel first helps much with that; whether you install it
  first or last, installing linux-image-2.6.18-3-$foo is going to pull in
  initramfs-tools - udev and udev is going to kick out hotplug.  Whether this
  happens at the beginning or at the end doesn't seem relevant to the user
  experience, since in either case there's a window after hotplug has been
  removed and before the kernel has been configured where a power failure
  could leave the system in a state that isn't easy to recover from.

 So, we should document this state, and make sure people know how to
 escape from it.

 Cases where this state includes no network access worry me more, because
 lots of people depend on network for upgrades (both for login and for
 getting packages).

Yes, if hotplug has to be removed before udev can be installed, we will have
users whose network interfaces will become unavailable upon reboot to 2.4.
Definitely something to document if we can't fix it.

-- 
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#399041: /usr/bin/git-ls-remote: git ls-remote bails out and breaks several other commands

2006-11-17 Thread Pierre Habouzit
Package: git-core
Version: 1:1.4.3.5-1
Severity: grave
File: /usr/bin/git-ls-remote
Justification: renders package unusable


  git ls-remote does not works like before (it seems it bails out when
you give him $GIT_DIR as an argument) and breaks many commands,
including gitk (but other fails also).

  this impedes git usability a *lot* as gitk is really a central tool to
keep track of what's going on for quite complicated projects.


  instead of $GIT_DIR git ls-remote seems to want $GIT_DIR/.. wich is
quite incompatible with an external .git as well anyway.


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



Bug#399043: apache 2.2.3 building rules misses zlib development library

2006-11-17 Thread Torsten Krah
Package: apache2
Version: 2.2.3

To build apache2, the zlib development library is needed but is missing
in the required rules.

dpkg-buildpackage will fail when this packages is missing because
configure can't find th library.

Suggested Fix: Add zlib as a build dependency.

kind regards

Torsten


smime.p7s
Description: S/MIME cryptographic signature


Bug#323741: muse-el: FTBFS: emacs not found

2006-11-17 Thread Steve Langasek
notfound 323741 3.02.8-1
close 323741 3.01.arch.201-4
tags 323741 =patch
thanks

On Fri, Nov 17, 2006 at 10:54:45AM +0100, Julien Danjou wrote:
 On Thu, Nov 16, 2006 at 09:37:54PM +0100, Steinar H. Gunderson wrote:
  I'm unable to reproduce this, and I can't see a good reason why it would
  happen unless the buildd chroot was broken in some way. Could you please try
  to reproduce and then see what /usr/bin/emacs points to?

 Cannot reproduce it. FWIW, the buildd log:
 http://people.debian.org/~acid/buildd-logs/failed/muse-el_3.02.8-1_20061116-1310

The package build-depends on emacs21, which has an alternative for
/usr/bin/emacs; there is no evidence that muse-el has broken path handling.
Given that this bug isn't reproducible, I think it's best to re-close this
bug for now and for someone to re-open a new one on the appropriate package
if they can show a bug exists.

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#399046: parted: Assertion failed (block EXT2_SUPER_BLOCKS_COUNT(fs-sb))

2006-11-17 Thread Peder Chr. Norgaard
Package: parted
Version: 1.7.1-2.1
Severity: normal

This is data about the device:

(parted) unit co
(parted) print

Disk /dev/sda: 40.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End SizeType File system  Flags
 1  32.3kB  15.4GB  15.4GB  primary  ext3
 2  22.0GB  23.0GB  1003MB  primary  linux-swap
 3  23.0GB  40.0GB  17.0GB  primary  ext3

(parted) unit s
(parted) print

Disk /dev/sda: 78165359s
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start  EndSize   Type File system  Flags
 1  63s3000s  2938s  primary  ext3
 2  4300s  44959930s  1959931s   primary  linux-swap
 3  4500s  78156224s  33156225s  primary  ext3

(parted)


When issuing this command

(parted) resize 1 63 4200

I encountered the following situation:

Assertion (block  EXT2_SUPER_BLOCKS_COUNT(fs-sb)) at
../../../../libparted/fs/ext2/ext2.h: 226 in function
ext2_is_data_block() failed

The operation was conducted from the Debian etch beta 3 installation
disk, used as rescue disk.  I can add that the partition had been
fsck'ed immediately before the operation, so it is probably not a bug in
the file system.  The file system survived the operation, but the
partition was not extended as planned.

The error message urge me to file the bug directly at gnu.org; for a
Debian user I suppose it is acceptable to report to debian and expect the
maintainer to forward the message to upstream?  I did check the web page
for parted, and this particular assertion was not mentioned anywhere.



-- System Information:
(I have deleted the System and debconf Information, as the bug did not occur on
the system from which I report the bug)


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



Bug#399047: mp3check: Protection of id3-Tags does not work

2006-11-17 Thread Tobias Frost
Package: mp3check
Version: 0.8.0-4
Severity: grave
Justification: causes non-serious data loss 

Using mp3check to remove junk deletes id3-info, even if it tells not to
so. Can it be, that in retrying the junk-end detection, the
id3-detection fails, or the restoring of the id-tags fails?

Here's an example of my own CD collection

[EMAIL PROTECTED]:~$ mp3info 01\ -\ Nie\ Genug.mp3
File: 01 - Nie Genug.mp3
Title:   Nie Genug  Track: 1
Artist:  Christina Stürmer
Album:   Lebe LauterYear:  2006
Comment:Genre:  [255]

[EMAIL PROTECTED]:~$ mp3check --cut-junk-start --cut-junk-end 01\ -\ Nie\ 
Genug.mp3
cut-junk-start: removing first 1045 bytes, retrying
cut-junk-start: no junk found
cut-junk-end: valid id3 tag trailer v1.1 found, protecting it
cut-junk-end: removing last 2104 bytes, retrying
cut-junk-end: tag successfully restored
cut-junk-start: no junk found
cut-junk-end: removing last 128 bytes, retrying
cut-junk-start: no junk found
cut-junk-end: no junk found

[EMAIL PROTECTED]:~$ mp3info 01\ -\ Nie\ Genug.mp3
01 - Nie Genug.mp3 does not have an ID3 1.x tag.



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

Versions of packages mp3check depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libstdc++5   1:3.3.6-13  The GNU Standard C++ Library v3

mp3check recommends no packages.

-- no debconf information


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



Bug#360044: itp

2006-11-17 Thread Steffen Moeller
Hi,

I have  package ready for a while and have almost forgotten about it. What is 
missing is a reply from upstream if he would appreciate it. I have not asked 
again, I probably should. If you are interested in my package, to sponsor me, 
or to maintain it, then at least I would appreciate it.

Best regards

Steffen


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



Bug#399048: small layout issues in 'aptitude help' output

2006-11-17 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Subject: small layout issues in 'aptitude help' output
Package: aptitude
Version: 0.4.4-1
Severity: minor
Tags: patch l10n

Hello,

There are some layout issues for aptitude help output:

The layout is not in line for -Z...
- -8-
 -V Show which versions of packages are to be installed.
 -D Show the dependencies of automatically changed packages.
 -Z Show the change in installed size of each package.
 -v Display extra information. (may be supplied multiple times)
 -t [release]   Set the release from which packages should be installed
- -8-


And the last 3 items in the help have a colon sign.
- -8-
 -o key=val Directly set the configuration option named 'key'
 --with(out)-recommends Specify whether or not to treat recommends as
strong dependencies
 -S fname: Read the aptitude extended status info from fname.
 -u  : Download new package lists on startup.
 -i  : Perform an install run on startup.
- -8-

The fix, is of course trivial and attached. About fuzzy translations,
AFAIK, Christian Perrier has knowledge about some unfuzzification
script which should do the right thing for changes such as whitespace
changes or spelling corrections.


- -- System Information:
Debian Release: 4.0
  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 aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3. 0.6.46.3Advanced front-end for dpkg
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-17  GCC support library
ii  libncursesw5 5.5-5   Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a   2.0.17-2type-safe Signal Framework for C++
ii  libstdc++6   4.1.1-17The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)

- -- no debconf information
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFXRvxY8Chqv3NRNoRAsDXAKCM2uyqZDXvPVXcL6eLHAvsEGVpNgCdFwj2
8B9Bda8WTjC9fkQOE4Cy8as=
=ZjmT
-END PGP SIGNATURE-
--- src/main.cc.orig2006-11-17 03:44:33.0 +0200
+++ src/main.cc 2006-11-17 03:45:39.0 +0200
@@ -153,15 +153,15 @@
   printf(_( -f Aggressively try to fix broken packages.\n));
   printf(_( -V Show which versions of packages are to be 
installed.\n));
   printf(_( -D Show the dependencies of automatically changed 
packages.\n));
-  printf(_( -ZShow the change in installed size of each 
package.\n));
+  printf(_( -Z Show the change in installed size of each 
package.\n));
   printf(_( -v Display extra information. (may be supplied 
multiple times)\n));
   printf(_( -t [release]   Set the release from which packages should be 
installed\n));
   printf(_( -q In command-line mode, suppress the incremental 
progress indicators.\n));
   printf(_( -o key=val Directly set the configuration option named 
'key'\n));
   printf(_( --with(out)-recommendsSpecify whether or not to treat 
recommends as\nstrong dependencies\n));
-  printf(_( -S fname: Read the aptitude extended status info from fname.\n));
-  printf(_( -u  : Download new package lists on startup.\n));
-  printf(_( -i  : Perform an install run on startup.\n));
+  printf(_( -S fname   Read the aptitude extended status info from 
fname.\n));
+  printf(_( -u Download new package lists on startup.\n));
+  printf(_( -i Perform an install run on startup.\n));
   printf(\n);
   printf(_(  This aptitude does not have Super Cow 
Powers.\n));
 }


Bug#335897: similar problem workaround/solved

2006-11-17 Thread Johannes Wiedersich
Rene Engelhard wrote:
 Johannes Wiedersich wrote:
 Finally the problem was solved/worked around after restarting portmap
 and firestarter (ie. the firewall) on the exporting machine.
 
 So a problem on your side. qed.

What do you mean by that?
Why is it your point to set out to prove that this problem is on my side?
What proofs do you have that it is a problem on my side?

Since you have proof that this problem is on my side, please would you
be so kind to point out what I should do differently in order to avoid
these kind of problems for the future.

Thanks in advance, your advice would really be appreciated!

 [ Yes, OOo shouldn't freeze, but .. ]

This is a bug of OOo. I guess it should be fixed.

Unfortunately, I don't have the means of locating and fixing it further,
but I guess someone who could do that could also turn it into an
outright security exploit.

Grüße,
Johannes



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



Bug#396183: pnpbios-tools: please include pnp tools again

2006-11-17 Thread Martin Michlmayr
* Per Olofsson [EMAIL PROTECTED] [2006-10-30 14:48]:
  Per, can you comment?
 
 There's a new upstream for them now, so I'll put them in a new source
 package. They've also been renamed to pnputils, but I'll add a dummy
 pnpbios-tools package.

There's no pnputils package in Debian... any idea when you will upload
it?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#397412: wmaker: Wmaker crash on creating desktop

2006-11-17 Thread Steinar H. Gunderson
On Fri, Nov 17, 2006 at 01:55:17PM +0500, jamhed wrote:
 We got it. Finally :)

Well, it's a step, at least, but it doesn't really help all that much. Lines
123 and 124 are

  123   wWorkspaceMenuUpdate(scr, scr-workspace_menu);
  124   wWorkspaceMenuUpdate(scr, scr-clip_ws_menu);

And the only way it could SIGSEGV in line 124, was if scr (that is, the
pointer) was somehow invalid -- but if line 123 was run first (which I'd
assume, even with -O2), scr would have to be valid (unless, of course,
wWorkspaceMenuUpdate was inlined, but it's big and -O2 doesn't normally
inline functions like that).

Did you try running it in valgrind? It might shed some light on what's
happening here.

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


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



Bug#398333: Automatic partition/disk selection

2006-11-17 Thread Frans Pop
retitle 398333 preseeding: strange behavior when disk preseeded but method not
thanks

Let's not use the same BR for different issues...

On Friday 17 November 2006 11:21, David Härdeman wrote:
  thx for the information. but in this case the preseed.conf from
  http://www.debian.org/releases/testing/example-preseed.txt is
  obsolete.

 Yes, that should be fixed (I think it is in the manual sources but the
 above URL should also be corrected, not sure of the details of how/when
 it is updated)

That URL has the last uploaded version of the installation guide, but that
is not necessarily the current version.
If you want the lastest changes, then please use the development version of
the installation guide on alioth as linked from:
http://www.debian.org/devel/debian-installer/

I think you'll find that the the example-preseed.txt there has already been
updated to match the latest changes in the code.

A new upload of the installation guide will of course happen before the
release of Etch.


pgpihPBkA7p2j.pgp
Description: PGP signature


Bug#399049: libqt4-dev: qdbuscpp2xml expects to find moc from qt = 4.2.x as 'moc' in path

2006-11-17 Thread Martin H.
Subject: libqt4-dev: qdbuscpp2xml expects to find moc from qt = 4.2.x as 'moc' 
in path
Package: libqt4-dev
Version: 4.2.0-1
Severity: minor


qdbuscpp2xml is hardcoded to look for moc in $PATH, but fails to work with the
qt 3.x version of moc. (the default setting for the moc alternative)

please consider to patch qdbuscpp2xml to look for moc-qt4 first so it works
without setting prefixing PATH with /usr/share/qt4/bin


with this simple test.cpp

#include QString
#include QDBusAbstractAdaptor

class TestAdapter : public QDBusAbstractAdaptor 
{
Q_OBJECT
Q_CLASSINFO(D-Bus Interface, tld.example.Foo)
public Q_SLOTS:
void method(QString foo);
};


running 
qdbuscpp2xml test.cpp

should produce something like:
!DOCTYPE node PUBLIC -//freedesktop//DTD D-BUS Object Introspection 1.0//EN 
http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd;
node
  interface name=tld.example.Foo
method name=method
  arg name=foo type=s direction=in/
/method
  /interface
/node


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

Versions of packages libqt4-dev depends on:
ii  libaudio-dev 1.8-2   The Network Audio System (NAS). (d
ii  libfreetype6-dev 2.2.1-5 FreeType 2 font engine, developmen
ii  libgl1-mesa-dev [libgl-dev]  6.5.1-0.4   A free implementation of the OpenG
ii  libglib2.0-dev   2.12.4-1Development files for the GLib lib
ii  libglu1-mesa-dev [libglu-dev 6.5.1-0.4   The OpenGL utility library -- deve
ii  libice-dev   1:1.0.1-2   X11 Inter-Client Exchange library 
ii  libjpeg62-dev6b-13   Development files for the IJG JPEG
ii  libmng-dev   1.0.9-1 M-N-G library (Development headers
ii  libpng12-dev [libpng12-0-dev 1.2.8rel-7  PNG library - development
ii  libpq-dev8.1.5-1 header files for libpq4 (PostgreSQ
ii  libqt4-core  4.2.1-2 Qt 4 core non-GUI functionality ru
ii  libqt4-gui   4.2.1-2 Qt 4 core GUI functionality runtim
ii  libqt4-qt3support4.2.1-2 Qt 3 compatibility library for Qt 
ii  libqt4-sql   4.2.1-2 Qt 4 SQL database module
ii  libsm-dev1:1.0.1-3   X11 Inter-Client Exchange library 
ii  libsqlite0-dev   2.8.17-1SQLite development files
ii  libx11-dev   2:1.0.3-2   X11 client-side library (developme
ii  libxcursor-dev   1.1.7-4 X cursor management library (devel
ii  libxext-dev  1:1.0.1-2   X11 miscellaneous extensions libra
ii  libxft-dev   2.1.8.2-8   FreeType-based font drawing librar
ii  libxi-dev1:1.0.1-3   X11 Input extension library (devel
ii  libxinerama-dev  1:1.0.1-4.1 X11 Xinerama extension library (de
ii  libxmu-dev   1:1.0.2-2   X11 miscellaneous utility library 
ii  libxrandr-dev2:1.1.0.2-4 X11 RandR extension library (devel
ii  libxrender-dev   1:0.9.1-3   X Rendering Extension client libra
ii  libxt-dev1:1.0.2-2   X11 toolkit intrinsics library (de
ii  x11proto-core-dev7.0.7-2 X11 core wire protocol and auxilia
ii  xlibmesa-gl-dev  1:7.1.0-6   transitional package for Debian et
ii  zlib1g-dev   1:1.2.3-13  compression library - development

Versions of packages libqt4-dev recommends:
ii  qt4-dev-tools 4.2.1-2Qt 4 development tools

-- no debconf information


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



Bug#398797: gradm: fails to install

2006-11-17 Thread Steve Langasek
On Fri, Nov 17, 2006 at 12:10:21AM +0100, Laszlo Boszormenyi wrote:
 On Thu, 2006-11-16 at 13:55 -0800, Steve Langasek wrote:
  BTW, given the contents of this debconf message, is it better to remove the
  package anyway...?
  Ouch, I should have noted all debconf translators that this package is
 _deprecated_ and it does not worth translating it. Well, they seen it
 anyway while translating so...
 Anyway Steve, I will upload a transition package to gradm2 this week.
 Then gradm can be removed. Maybe a simple remove would be OK? Their
 policy is different and can not be converted; the only reason for a
 transition package is to make it disappear from user's boxes.

Removing gradm would be ok.  Transition packages are best used when it's
possible for such a package to ease the transition for the users, and it
doesn't really sound like you're able to do that here?

-- 
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#398976: linux-uvc-source: [PATCH] linux-uvc build with linux-2.6.19

2006-11-17 Thread Junichi Uekawa
Hi,

 The attached patch is needed to build linux-uvc on kernels = 2.6.19.
 
 There were some changes in the USB and V4L2 layers.

I've only glanced at the code, but I'd NAK this patch, since it looks like it 
will break on 
 2.6.19

regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#335897: similar problem workaround/solved

2006-11-17 Thread Rene Engelhard
Hi,

Am Freitag, 17. November 2006 12:20 schrieben Sie:
 Rene Engelhard wrote:
  Johannes Wiedersich wrote:
  Finally the problem was solved/worked around after restarting portmap
  and firestarter (ie. the firewall) on the exporting machine.
  
  So a problem on your side. qed.
 
 What do you mean by that?
 Why is it your point to set out to prove that this problem is on my side?
 What proofs do you have that it is a problem on my side?

That restarting your firewall/portmapper fixed it. You sourself said that.
That means somthing on that side didn't work correctly.

 Since you have proof that this problem is on my side, please would you
 be so kind to point out what I should do differently in order to avoid
 these kind of problems for the future.

See above.

  [ Yes, OOo shouldn't freeze, but .. ]
 
 This is a bug of OOo. I guess it should be fixed.

I didn't say anything else.

 Unfortunately, I don't have the means of locating and fixing it further,
 but I guess someone who could do that could also turn it into an
 outright security exploit.

Proof? I doubt that. It's not even a crash, just a hang, so maybe a DOS. And 
even then,
if someone broke your nfs/firwall/portmapper per purpose (and he'd need root 
for that) you
already have a problem

Regards,

Rene
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



Bug#399052: needs imagemagick for display function to work

2006-11-17 Thread Robert Millan [ackstorm]
Package: gocr-gtk
Severity: normal

Without imagemagick, the display function (which invokes display program)
won't work.  I think you should depend on imagemagick, or at least recommend
it.

-- 
Robert Millan

ACK STORM, S.L.  -  http://www.ackstorm.es/


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



Bug#398999: I can confirm this, Gnome's Places-Bookmarks entries open filelight

2006-11-17 Thread Eduardo Silva
Package: filelight
Version: 0.99beta6-1+b1
Followup-For: Bug #398999

I can confirm that after installing filelight, it is launched when I click 
Gnome's(2.14.3) Places-Bookmark 
entries.
It is a real nuissance, and I agree that filelight shouldn't be treated as a 
day-to-day directory and 
file browser.

Eduardo

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (700, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=pt_PT.UTF-8, LC_CTYPE=pt_PT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pt_PT.UTF-8)

Versions of packages filelight depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3

filelight recommends no packages.

-- no debconf information


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



Bug#392915: server-xorg-video-ati: xserver freezes system when starting

2006-11-17 Thread Michel Dänzer
On Sat, 2006-10-28 at 23:55 -0700, Alex Roitman wrote: 
  When starting xserver, screen is blank (black) and the systems
  is frozen (SysRq not working).
 
 I have same problem ever since upgrading to 1:6.6.3-2.
 The 1:6.6.3-1 works fine for me. So does the 1:6.6.2-2
 This is on IBM ThinkPad R32.
 
 
 When the system freezes, I can still ssh to it and run commands
 (albeit it is very slow). Xorg runs with almost 100% CPU.

[...]

 Section Device
 Identifier  ATI Technologies, Inc. Radeon Mobility M6 LY
 Driver  ati
 BusID   PCI:1:0:0
 Option  UseFBDev  true
 EndSection

Does it also happen without Option UseFBDev?

 Let me know if you want the whole file and/or logs during failure.

It's always useful to have log files for all cases.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#398860: Sefault after mplayer or other applications exit

2006-11-17 Thread Michel Dänzer
merge 398589 398860
kthxbye

On Wed, 2006-11-15 at 19:10 -0600, Adam Majer wrote:
 Package: xserver-xorg-video-savage
 Version: 1:2.1.2-1
 Severity: important

[...]

 Backtrace:
 0: X(xf86SigHandler+0x84) [0x80c4354]
 1: [0xb7f36420]
 2: /usr/lib/xorg/modules/drivers/savage_drv.so [0xb7bc4afd]
 3: /usr/lib/xorg/modules/libramdac.so(xf86SetCursor+0x10b)
 [0xaf9f56db]
 4: /usr/lib/xorg/modules/libramdac.so [0xaf9f4d43]
 5: X(miPointerUpdate+0x167) [0x8112be7]
 6: X [0x8112cf9]
 7: X [0x812921e]
 8: X [0x814e953]
 9: X(DefineInitialRootWindow+0x11e) [0x808f80e]
 10: X(main+0x455) [0x806e665]
 11: /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xb7d45ea8]
 12: X(FontFileCompleteXLFD+0xa9) [0x806d9d1]

Looks like a duplicate of #398589, merging.

Would be great if you could attempt to provide the information requested
there.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#399053: post install error

2006-11-17 Thread Joao Eugenio Marynowski

Package: Install
Boot method: CD - netinst Etch (daily)
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso

Date: 16 nov 2006 21:00

Machine: Intel
Processor: Intel Pentium D 930
Memory: 2GB
Motherboard: Intel D945GNTLR
HD: 2 x samsumg sata 80G

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

Initial boot:   [O ]
Detect network card:[O ]
Configure network:  [O ]
Detect CD:  [O ]
Load installer modules: [O ]
Detect hard drives: [O ]
Partition hard drives:  [O ]
Install base system:[O ]
Clock/timezone setup:   [O ]
User/password setup:[O ]
Install tasks:  [O ]
Install boot loader:[O ]
Overall install:[O ]

Comments/Problems:
...
After install it broken at recongnize the hd SATA printing:
ata1: handling error/timeout
ata1: port reset, p_is 0 is 0 pis 0 cmd 47048007 tf 7f ss 0 se 0
ata1: status=0x50 {DriveReady SeekComplete}
sda: Current: sense key: No Sense
Additional sense: No additional sense information
...


Att,

Joao.


--
João Eugenio Marynowski
Analista de Segurança de Sistemas
Tel.: +55 (41) 3361-3327




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



Bug#399050: needs netpbm to import png files

2006-11-17 Thread Robert Millan [ackstorm]
Package: gocr-gtk
Severity: normal

Without netpbm, it can't import PNG files (and possibly other types).  I think
you should depend on it (or at least recommend it).

-- 
Robert Millan

ACK STORM, S.L.  -  http://www.ackstorm.es/


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



Bug#398962: i82365 driver behaves very badly in vmware

2006-11-17 Thread Bastian Blank
tags 398962 moreinfo
thanks

On Thu, Nov 16, 2006 at 03:00:36PM -0500, Joey Hess wrote:
 I doubt that this problem is specific to either vmware or the d-i
 environment, probably any system w/o pcmcia, that tries to load the module,
 whether by pcmciautuls or manually, will see this behavior. 

Nack. It does not happen on any of my machines and the modul themself
have no loop which can cause that. It is more likely that something in
udev tries to load the module several times. 

Please provide the output of ps aux; change /etc/udev/hotplug.rules,
uncomment the last line and post the resulting /dev/hotplug.log. Also
you may run udevmonitor during that.

Bastian

-- 
Mind your own business, Spock.  I'm sick of your halfbreed interference.


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



Bug#394534: lost syncing of calendar events and addressbook when upgrading to kpilot-3.5.5

2006-11-17 Thread Sjoerd Langkemper
I have the same problem. I have compiled kdepim-3.5.5 with debug enabled 
and put the output of kpilotDaemon online:


http://www.linuxonly.nl/~sjoerd/kpilotDaemon.debug.bz2

I can't try out the packages from Ana, because I have an AMD64 machine.

Sjoerd


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



Bug#399056: apache2 could suggest apache2-doc and www-browser as apache2-common did

2006-11-17 Thread Gonzalo HIGUERA DIAZ

Package: apache2
Version: 2.2.3-3.1
Severity: wishlist

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

apache2-common used to suggest apache2-doc and www-browser
(and lynx in particular as the preferred alternative).

Since it has disappeared, would it be possible to include
those suggestions under apache2, or is there a reason for
not doing so?


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



Bug#397412: wmaker: Wmaker crash on creating desktop

2006-11-17 Thread jamhed
On Fri, 17 Nov 2006 12:41:00 +0100
Steinar H. Gunderson [EMAIL PROTECTED] wrote:

What is strange to me that different compiler optimization
produces such a devastating difference.

Could it be a compiler bug also ?

I will try to run it with valgrind, but I've not got much experience with it.

At least, yet :) 


-- 
С Уважением,
Роман Галеев,
Уралтелебест - Уфа,
7 3472 512-503



Bug#399055: control/rules broken because exec option of find does not have any arguments, \; missing

2006-11-17 Thread Torsten Krah
Package: apache2
Version: 2.2.3

in control/rules on line: 207

the find option misses a \ at the exec argument.

Suggested fix: remove the + sign and add the \; before the do ending
;.

Torsten


smime.p7s
Description: S/MIME cryptographic signature


Bug#398333: Automatic partition/disk selection

2006-11-17 Thread Olaf van der Spek

David Härdeman wrote:

On Fri, November 17, 2006 9:47, [EMAIL PROTECTED] said:

David Härdeman wrote:

Your recipies are missing the partman-auto/method entry which you need
in addition to partman-auto/disk (and forget what I said about
partman-auto/select_disk).

I'll try that one.
But why does it only ask the disk question and not the method question if
you forget both?


If you forget both, it should ask both questions (the method question is
the first partitioning screen with choices like Manually partition disks
and Automatically format disk and install using LVM, sorry can't check
the exact wording of the menu right now).


I did have d-i	partman-auto/init_automatically_partition	select	Guided 
- use entire disk

--
Olaf van der Spek
http://xccu.sf.net/


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



Bug#397412: wmaker: Wmaker crash on creating desktop

2006-11-17 Thread jamhed
On Fri, 17 Nov 2006 12:41:00 +0100
Steinar H. Gunderson [EMAIL PROTECTED] wrote:

Here is what I got with Valgrind:

==6506== Memcheck, a memory error detector.
==6506== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==6506== Using LibVEX rev 1658, a library for dynamic binary translation.
==6506== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==6506== Using valgrind-3.2.1-Debian, a dynamic binary instrumentation 
framework.
==6506== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==6506== For more details, rerun with: -v
==6506== 
==6506== My PID = 6506, parent PID = 6505.  Prog and args are:
==6506==wmaker
==6506== 
==6506== Conditional jump or move depends on uninitialised value(s)
==6506==at 0x4008ED5: (within /lib/ld-2.3.6.so)
==6506==by 0x4179704: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x400B44E: (within /lib/ld-2.3.6.so)
==6506==by 0x4178D1E: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x417B53C: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x400B44E: (within /lib/ld-2.3.6.so)
==6506==by 0x417B59D: __libc_dlopen_mode (in 
/lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x4097BFA: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x4097148: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x409781A: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x4090480: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x40F602C: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506== 
==6506== Conditional jump or move depends on uninitialised value(s)
==6506==at 0x4008B2E: (within /lib/ld-2.3.6.so)
==6506==by 0x4179704: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x400B44E: (within /lib/ld-2.3.6.so)
==6506==by 0x4178D1E: _dl_open (in /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x417B53C: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x400B44E: (within /lib/ld-2.3.6.so)
==6506==by 0x417B59D: __libc_dlopen_mode (in 
/lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x4097BFA: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x4097148: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x409781A: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x4090480: (within /lib/tls/i686/cmov/libc-2.3.6.so)
==6506==by 0x40F602C: (within /lib/tls/i686/cmov/libc-2.3.6.so)

And here is how I run it:

.xinitrc:
valgrind --tool=memcheck --leak-check=full --log-file=/tmp/wmaker.grind wmaker

It seems to me the log above has no use to that particular problem.

-- 
С Уважением,
Роман Галеев,
Уралтелебест - Уфа,
7 3472 512-503



Bug#397412: wmaker: Wmaker crash on creating desktop

2006-11-17 Thread Steinar H. Gunderson
On Fri, Nov 17, 2006 at 04:59:28PM +0500, jamhed wrote:
 What is strange to me that different compiler optimization
 produces such a devastating difference.

Not really; if it's doing undefined stuff (like writing outside structs),
it's just what you would expect happening: Crashes that vary at random with
seemingly non-related changes (often with optimization).

 Could it be a compiler bug also ?

Yes, but it's rather unlikely.

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


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



Bug#393273: enchant can now be requequed

2006-11-17 Thread Riku Voipio
unblock 393273 with 396528
thanks

Blocking bug has been fixed, thanks to Sesse. After enchant
has been requequed, this RC bug can be closed. Food for thought:

1) Shouldn't blocking bugs be atleast same severity as the bug they block?
2) Once a blocking bug gets fixed, should BTS unblock it automatically?

Cheers,
Riku


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



Bug#398333: Automatic partition/disk selection

2006-11-17 Thread Olaf van der Spek

Frans Pop wrote:

reassign 398333 partman-auto
severity 398333 important
retitle 398333 preseeding: strange behavior when disk preseeded but method not 
thanks


On Friday 17 November 2006 09:47, [EMAIL PROTECTED] wrote:

Your recipies are missing the partman-auto/method entry which you
need in addition to partman-auto/disk (and forget what I said about
partman-auto/select_disk).

Thanks to JoeyH for pointing that out.

I'll try that one.
But why does it only ask the disk question and not the method question
if you forget both?


Because the method is not a question as such when using preseeding.
We should handle the situation where partman-auto/disk is preseeded but
partman-auto/method is not more gracefully though.


Why doesn't it just use the default if it's not preseeded?
--
Olaf van der Spek
http://xccu.sf.net/


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



Bug#385327: not fixed in gcc-4.1 4.1.1ds2-17

2006-11-17 Thread Roman Zippel
Hi,

On Thu, 16 Nov 2006, Bill Allombert wrote:

 On Sat, Oct 21, 2006 at 06:19:20AM -0700, Matthias Klose wrote:
  Source: gcc-4.1
  Source-Version: 4.1.1ds2-17
 [Roman Zippel]
 * debian/patches/m68k-secondary-addr-reload.dpatch: Add secondary reloads
   to allow reload to get byte values into addr regs. Closes: #385327.
 
 Unfortunately I have just tried to build yacas again and that fail the
 same way. I tried both using gcc-4.1 4.1.1-17 (official native build) and
 4.1.1-19 (cross-compiler build using official instruction).

Please retry with the just released -20, the patch was included but wasn't 
enabled accidentally in previous versions.

bye, Roman


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



Bug#399039: is not build with macbookpro support

2006-11-17 Thread Sjoerd Simons
tags  399039 +wontfix
thanks,

On Fri, Nov 17, 2006 at 11:36:07AM +0100, Soeren Sonnenburg wrote:
 Package: hal
 Version: 0.5.8.1-4
 Severity: normal
 
 I know, compilation fails when one removes --disable-mbp BUT this is
 trivially fixed by adding libz to the libraries, i.e.

Actually i disable building macbook pro support because it access the pci bus
directly and starts poking into /dev/mem. Which imho is scary and wrong. This
work should be done by a kernel driver, not by some usespace tool poking in
pci memory space.

  Sjoerd
-- 
UFOs are for real: the Air Force doesn't exist.


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



Bug#398333: Automatic partition/disk selection

2006-11-17 Thread Frans Pop
On Friday 17 November 2006 12:59, Olaf van der Spek wrote:
 I did have d-i   partman-auto/init_automatically_partition   select  
 Guided
 - use entire disk

That is probably not supported.
Please see the example in the development version of the manual:
http://d-i.alioth.debian.org/manual/en.i386/apbs04.html#preseed-partman


pgpLM2KDmcgqa.pgp
Description: PGP signature


Bug#399041: /usr/bin/git-ls-remote: git ls-remote bails out and breaks several other commands

2006-11-17 Thread Gerrit Pape
On Fri, Nov 17, 2006 at 11:39:20AM +0100, Pierre Habouzit wrote:
   git ls-remote does not works like before (it seems it bails out when
 you give him $GIT_DIR as an argument) and breaks many commands,
 including gitk (but other fails also).
 
   this impedes git usability a *lot* as gitk is really a central tool to
 keep track of what's going on for quite complicated projects.
 
   instead of $GIT_DIR git ls-remote seems to want $GIT_DIR/.. wich is
 quite incompatible with an external .git as well anyway.

Hi Pierre, I cannot reproduce this from your description.  Also
git-ls-remote.sh didn't change since 1.4.3.  Can you please paste the
exact command you run and the error message you receive?

Thanks, Gerrit.


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



Bug#399057: lilo: [INTL:da] Updated Danish debconf translation

2006-11-17 Thread Claus Hindsgaul
Package: lilo
Severity: wishlist
Tags: patch l10n

Please include the attached updated Danish debconf translation
(debian/po/da.po)

Claus


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-486
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1) (ignored: LC_ALL set to 
da_DK)
# translation of lilo-da.po to Danish
# translation of da.po to Danish
# translation of lilo template to Danish
#
# Claus Hindsgaul [EMAIL PROTECTED], 2004.
# Claus Hindsgaul [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: lilo-da\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-10-28 04:32+0200\n
PO-Revision-Date: 2006-11-17 13:17+0100\n
Last-Translator: Claus Hindsgaul [EMAIL PROTECTED]\n
Language-Team: Danish\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=2; plural=(n != 1);\n

#. Type: note
#. Description
#: ../lilo.templates:1001
msgid LILO configuration
msgstr LILO-opsætning

#. Type: note
#. Description
#: ../lilo.templates:1001
msgid 
It seems to be your first LILO installation. It is absolutely necessary to 
run liloconfig(8) when you complete this process and execute /sbin/lilo  
after this.
msgstr 
Dette lader til at være din første installation af LILO. Det er vigtigt at 
køre liloconfig(8) når du har fuldført denne proces og derefter køre /sbin/
lilo.

#. Type: note
#. Description
#: ../lilo.templates:1001
msgid LILO won't work if you don't do this.
msgstr LILO vil ikke fungere hvis du ikke gør dette.

#. Type: note
#. Description
#: ../lilo.templates:2001
msgid Deprecated parameters in LILO configuration
msgstr Forældede parametre i LILO-opsætningen

#. Type: note
#. Description
#: ../lilo.templates:2001
msgid 
Deprecated files have been found on your system. You must update the 
'install=' parameter in your LILO configuration file (/etc/lilo.conf) in 
order to properly upgrade the package.
msgstr 
Der er fundet forældede filer på dit system. Du skal opdatere parameteret 
'install=' i din LILO-opsætningsfil (/etc/lilo.conf) for at kunne opgradere 
pakken ordentligt.

#. Type: note
#. Description
#: ../lilo.templates:2001
msgid The new 'install=' options are:
msgstr De nye 'install='-tilvalg er:

#. Type: note
#. Description
#: ../lilo.templates:2001
msgid 
 new: install=bmp\n
 old: install=/boot/boot-bmp.b
msgstr 
 ny: install=bmp\n
 gammel: install=/boot/boot-bmp.b

#. Type: note
#. Description
#: ../lilo.templates:2001
msgid 
 new: install=text\n
 old: install=/boot/boot-text.b
msgstr 
 ny: install=text\n
 gammel: install=/boot/boot-text.b

#. Type: note
#. Description
#: ../lilo.templates:2001
msgid 
 new: install=menu\n
 old: install=/boot/boot-menu.b or boot.b
msgstr 
 ny: install=menu\n
 gammel: install=/boot/boot-menu.b eller boot.b

#. Type: boolean
#. Description
#: ../lilo.templates:3001
msgid Do you want to run /sbin/lilo now?
msgstr Vil du køre /sbin/lilo nu?

#. Type: boolean
#. Description
#: ../lilo.templates:3001
msgid 
It was detected that it's necessary to run /sbin/lilo in order to update the 
new LILO configuration.
msgstr Det er nødvendigt at køre /sbin/lilo for at opdatere den nye LILO-opsætning.

#. Type: boolean
#. Description
#: ../lilo.templates:3001
msgid 
WARNING: This procedure will write data in your MBR and may overwrite some 
things in that place. If you skip this step, you must run /sbin/lilo before 
reboot your computer or your system may not boot again.
msgstr 
ADVARSEL: Dette vil skrive data i din opstartsblok (MBR) og kan overskrive 
nogle ting der. Hvis du springer dette trin over, skal du køre /sbin/lilo 
før du genstarter computeren, da systemet ellers kan være ude af stand til 
at starte op igen.

#. Type: note
#. Description
#: ../lilo.templates:4001
msgid Invalid bitmap path
msgstr Ugyldig bitmap-sti

#. Type: note
#. Description
#: ../lilo.templates:4001
msgid 
A deprecated bitmap path entry has been discovered in your LILO 
configuration  file (/etc/lilo.conf). You must upgrade this path in order to 
run LILO. You  can also run liloconfig(8) and get a fresh configuration file.
msgstr 
Der er opdaget en forældet sti til bitmap-filer i din LILO-opsætningsfil (/
etc/lilo.conf). Du er nødt til at opgradere denne sti for at kunne kører 
LILO. Du kan også køre liloconfig(8) for at få en ny opsætningsfil.

#. Type: title
#. Description
#: ../lilo.templates:5001
msgid LILO configuration.
msgstr LILO-opsætning.

#. Type: text
#. Description
#: ../lilo.templates:6001
msgid 
LILO, the LInux LOader, sets up your system to boot Linux directly from your 
hard disk, without the need for a boot floppy.
msgstr 
LILO, Linuxindlæseren, sætter dit system op, så det kan starte Linux direkte 
fra din harddisk uden at skulle bruge en diskette.

#. Type: error
#. Description
#: ../lilo.templates:7001
msgid 
Hmm. I think you're 

Bug#397857: openoffice.org-common: Script /usr/bin/openoffice does not work with xvfb-run

2006-11-17 Thread Rene Engelhard
tag 397857 + moreinfo
tag 397857 + unreproducible
thanks

Jerome Warnier wrote:
 If you try to start OOo with script /usr/bin/openoffice from under
 xvfb-run, it fails like this:
 [EMAIL PROTECTED]:~$ xvfb-run -a /usr/bin/openoffice -invisible
 -nologo
 [EMAIL PROTECTED]:~$ /usr/lib/openoffice/program/soffice.bin X11 error:
 Can't open display: :99
Set DISPLAY environment variable, use -display option
or check permissions of your X-Server
(See man X resp. man xhost for details)
 
 While it works when started directly from
 /usr/lib/openoffice/program/soffice.

(+60%) [13:29:03] [EMAIL PROTECTED]:~ $ xvfb-run -a /usr/bin/openoffice 
-invisible -nologo
(+60%) [13:29:23] [EMAIL PROTECTED]:~ $ ps -ax | grep soff
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
12481 ?S  0:00 /bin/sh /usr/lib/openoffice/program/soffice 
-quickstart -nologo -nodefault -splash-pipe=5
12544 ?Sl 0:02 /usr/lib/openoffice/program/soffice.bin -quickstart 
-nologo -nodefault -splash-pipe=5
20092 tty1 R+ 0:00 grep soff

Gr��e/Regards,

Ren�
-- 
 .''`.  Ren� Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



signature.asc
Description: Digital signature


Bug#357439: Amaya crash : some more DRI/GLX information

2006-11-17 Thread Michel Dänzer
On Tue, 2006-11-14 at 14:00 +, Regis Boudin wrote: 
 
 After some more tests, I noticed that if I disable acceleration with
 DRIConf, Amaya still work but is very slow, while it crashes when I
 disable DRI from the xorg.conf.

That's not too surprising as the former doesn't involve GLX protocol.


 Also, Michel, in a previous mail on this issue, you mentioned 
 that it worked for you with the experimental versions of Mesa 
 and X Server. I tried running the X server 1.1.99.901, and it 
 still crashed.

It probably depends more on which version and/or driver of Mesa you're
using and whether AIGLX is enabled.

I used to get incorrect rendering (but no crash) with accelerated direct
rendering using the r200 driver (never tested accelerated indirect with
that AFAIR), now I'm getting correct accelerated rendering (both direct
and indirect) using the r300 driver.


To recap, here's the different issues AFAICT:

  * GLX protocol error. This seems to be due to the
xserver-xorg-core software GLX code not supporting glRenderMode
other than GL_RENDER (see #384518). Not sure whether this is a
bug in the callers of glXMakeCurrent or the X server,

http://docs.mandragor.org/files/Common_libs_documentation/OpenGL/The_OpenGL_WWW_Pages/glXMakeCurrent.html
 suggests it might actually be several bugs in both (glXMakeCurrent getting 
called with invalid arguments, but resulting in the wrong error).
  * X11 protocol error with libgl1-mesa-swx11 and Composite.
Backtrace points at GTK or wx. Possibly xserver-xorg-core.
  * amaya crash or incorrect rendering with accelerated direct
rendering. Most likely bugs in libgl1-mesa-dri or wherever the
3D driver comes from.


Hope this helps,


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#397412: wmaker: Wmaker crash on creating desktop

2006-11-17 Thread jamhed
On Fri, 17 Nov 2006 12:41:00 +0100
Steinar H. Gunderson [EMAIL PROTECTED] wrote:

By the way, I've checked wmaker on additional machine,
where I installed fresh etch, It crashes there too.
Both are Intel Pentiums, one Mobile, another Celeron.

I guess it will crash on every other ?

-- 
С Уважением,
Роман Галеев,
Уралтелебест - Уфа,
7 3472 512-503



Bug#377023: any progress with this bug?

2006-11-17 Thread Konstantinos Koukopoulos
Has there been any progress with this bug? 
I should point out that this bug prohibits Debian GNU/kfreebsd users from 
using xdm, since the last version of xdm to build on GNU/kfreebsd is at 
conflict with the x11-common package in unstable.
Thank you,
Konstantinos


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



Bug#335897: similar problem workaround/solved

2006-11-17 Thread Johannes Wiedersich
Rene Engelhard wrote:
 So a problem on your side. qed.
 What do you mean by that?
 Why is it your point to set out to prove that this problem is on my side?
 What proofs do you have that it is a problem on my side?
 
 That restarting your firewall/portmapper fixed it. You sourself said that.
 That means somthing on that side didn't work correctly.

That side is not neccessarily my side. I'm actually quite sure it is
not my side. I have no clue, what could have triggered portmap or the
firewall to reject to work with OOo, while all other apps continued to
work.

 Unfortunately, I don't have the means of locating and fixing it further,
 but I guess someone who could do that could also turn it into an
 outright security exploit.
 
 Proof? 

I didn't say Proof.

 I doubt that. It's not even a crash, just a hang, so maybe a DOS. And even 
 then,
 if someone broke your nfs/firwall/portmapper per purpose (and he'd need root 
 for that) you
 already have a problem

I have no hints that someone gained root access to that machine - let
alone break anything.

Johannes


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



Bug#399060: imagemagick: convert -draw fails when filenames start with a digit

2006-11-17 Thread J S Bygott
Package: imagemagick
Version: 6:6.0.6.2-2.7
Severity: normal


The parsing of convert -draw commands is a bit broken. One example is
bug #344801.  But the bug affects convert -draw much more generally.

For example, let's make a nice circle:

$ touch 1.gif
$ convert -size 200x200 -fill blue -draw 'circle 50,50 0,50' 1.gif 1.gif

Now, we want two circles:

$ convert -draw 'image Over 100,100 200,200 1.gif' 1.gif 2.gif
convert: Non-conforming drawing primitive definition `image'.   

This is a bug! There is a workaround: try a different filename.

$ cp 1.gif a.gif
$ convert -draw 'image Over 100,100 200,200 a.gif' a.gif 2.gif


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages imagemagick depends on:
ii  libmagick6 6:6.0.6.2-2.7 Image manipulation library

-- no debconf information



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



Bug#398333: Automatic partition/disk selection

2006-11-17 Thread Frans Pop
On Friday 17 November 2006 13:36, you wrote:
 Why not?
 A similar entry is shown in lines 3 and 4 of that manual.

Only for using available free space, not for formatting an entire disk.


pgpLxPWVwP6bX.pgp
Description: PGP signature


Bug#399061: FTBFS on GNU/k*BSD

2006-11-17 Thread Konstantinos Koukopoulos
Package: kdepim
Version: 4:3.5.5.dfsg.1-1
Severity: wishlist
Tags: patch

The latest version of kdepim fails to build on GNU/k*BSD (and other non-linux 
debian systems) because it build-depends on the linux-only package 
libbluetooth2-dev. The attached patch corrects this.

Thanks for your cooperation,
Kostas Koukopoulos
diff -Naur kdepim-3.5.5.dfsg.1.orig/debian/control kdepim-3.5.5.dfsg.1/debian/control
--- kdepim-3.5.5.dfsg.1.orig/debian/control	2006-11-16 16:24:41.0 +0200
+++ kdepim-3.5.5.dfsg.1/debian/control	2006-11-16 16:22:07.0 +0200
@@ -5,7 +5,7 @@
 Uploaders: Daniel Schepler [EMAIL PROTECTED]
 Build-Depends: cdbs (= 0.4.39-0.1), debhelper (= 5.0.31), automake1.9,
  cdparanoia, gawk, gettext, kdelibs4-dev (= 4:3.5.5), bison, byacc, bzip2,
- flex, groff-base, libbluetooth2-dev, libboost-dev (= 1.33.1), libgnokii3-dev,
+ flex, groff-base, libbluetooth2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libboost-dev (= 1.33.1), libgnokii3-dev,
  libgpgme11-dev, liblockdev1-dev, libmal-dev, libpisock-dev, libreadline5-dev,
  libsasl2-dev, libssl-dev, libtool (= 1.5), libxpm-dev, libxss-dev, sharutils,
  texinfo


Bug#391626: Please include mol into linux-modules-extra before etch

2006-11-17 Thread Daniel Baumann

Gaudenz Steinlin wrote:
unionfs is currently deactivated in SVN. 


should not be deactivated; unionfs does work since 1.4-2 and waldi is
informed that he has do adapt from [...]/linux-2.6 to [...]/build.

Regards,
Daniel



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



Bug#399058: debmirror: debian/rules efficiency depends on umask

2006-11-17 Thread Dmitry E. Oboukhov
Package: debmirror
Version: 20060907.1
Severity: normal


In file  debian/rules man-page gathered by:

pod2man debmirror | gzip -9 -c  $(MANDIR)/debmirror.1.gz

that at user umask which set in paranoid meaning cause mistaken
package assembling.

For example when umask 027 we have man-page  inaccessible for
usual user (root:root 0640).

I propose enter correcting in debian/rules:

$ diff -u debian/rules rules.new 
--- debian/rules  2005-02-07 07:07:09.0 +0300
+++ rules.new 2006-11-17 15:15:34.0 +0300
@@ -30,6 +30,7 @@
  install -d -m 0755 $(DOCDIR)
  install -d -m 0755 $(MANDIR)
  pod2man debmirror | gzip -9 -c  $(MANDIR)/debmirror.1.gz
+ chmod 0644 $(MANDIR)/debmirror.1.gz
  install -m 0644 debian/copyright $(DOCDIR)/copyright
  install -m 0644 debian/changelog $(DOCDIR)/changelog
  install -m 0644 debian/NEWS.Debian $(DOCDIR)/NEWS.Debian


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages debmirror depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  libcompress-zlib-perl 1.42-1 Perl module for creation and manip
ii  libdigest-sha1-perl   2.11-1 NIST SHA-1 message digest algorith
ii  liblockfile-simple-perl   0.2.5-7Simple advisory file locking
ii  libwww-perl   5.805-1WWW client/server library for Perl
ii  perl [libdigest-md5-perl] 5.8.8-6.1  Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.8.8-6.1  Core Perl modules
ii  rsync 2.6.8-2fast remote file copy program (lik

Versions of packages debmirror recommends:
ii  gnupg 1.4.5-1GNU privacy guard - a free PGP rep
ii  patch 2.5.9-4Apply a diff file to an original

-- debconf-show failed


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



Bug#399059: Uninstallable on GNU/k*BSD

2006-11-17 Thread Konstantinos Koukopoulos
Package: kdebase
Version: 4:3.5.5a.dfsg.1-1
Severity: wishlist
Tags: patch

The latest kdebase package in unstable cannot be installed on GNU/kfreeBSD 
(and other non-linux debian systems) because it depends on the linux-only 
packages hal and pmount. I believe that kdebase should only recommend these 
packages, just as kdebase-kio-plugins does. Attached is a patch that corrects 
this.

Thanks,
Kostas Koukopoulos
--- kdebase-3.5.5/debian/control.orig	2006-11-17 16:32:49.0 +0200
+++ kdebase-3.5.5/debian/control	2006-11-17 16:33:10.0 +0200
@@ -11,8 +11,8 @@
 Package: kdebase
 Section: kde
 Architecture: all
-Depends: kappfinder (= ${Source-Version}), kate (= ${Source-Version}), kcontrol (= ${Source-Version}), kdebase-bin (= ${Source-Version}), kdebase-data (= ${Source-Version}), kdebase-kio-plugins (= ${Source-Version}), kdepasswd (= ${Source-Version}), kdeprint (= ${Source-Version}), kdesktop (= ${Source-Version}), kfind (= ${Source-Version}), khelpcenter (= ${Source-Version}), kicker (= ${Source-Version}), klipper (= ${Source-Version}), kmenuedit (= ${Source-Version}), konqueror-nsplugins (= ${Source-Version}), konqueror (= ${Source-Version}), konsole (= ${Source-Version}), kpager (= ${Source-Version}), kpersonalizer (= ${Source-Version}), ksmserver (= ${Source-Version}), ksplash (= ${Source-Version}), ksysguard (= ${Source-Version}), ktip (= ${Source-Version}), kwin (= ${Source-Version}), libkonq4 (= ${Source-Version}), hal, pmount
-Recommends: kdm (= ${Source-Version})
+Depends: kappfinder (= ${Source-Version}), kate (= ${Source-Version}), kcontrol (= ${Source-Version}), kdebase-bin (= ${Source-Version}), kdebase-data (= ${Source-Version}), kdebase-kio-plugins (= ${Source-Version}), kdepasswd (= ${Source-Version}), kdeprint (= ${Source-Version}), kdesktop (= ${Source-Version}), kfind (= ${Source-Version}), khelpcenter (= ${Source-Version}), kicker (= ${Source-Version}), klipper (= ${Source-Version}), kmenuedit (= ${Source-Version}), konqueror-nsplugins (= ${Source-Version}), konqueror (= ${Source-Version}), konsole (= ${Source-Version}), kpager (= ${Source-Version}), kpersonalizer (= ${Source-Version}), ksmserver (= ${Source-Version}), ksplash (= ${Source-Version}), ksysguard (= ${Source-Version}), ktip (= ${Source-Version}), kwin (= ${Source-Version}), libkonq4 (= ${Source-Version})
+Recommends: kdm (= ${Source-Version}), hal, pmount
 Suggests: kdebase-doc-html (= ${Source-Version})
 Description: base components from the official KDE release
  KDE (the K Desktop Environment) is a powerful Open Source graphical


  1   2   3   4   5   6   7   8   9   10   >