Bug#401180: schroot: using a symlink for /var/lib/schroot/mount causes /home and /tmp to be erased

2006-12-02 Thread Lucas Nussbaum
On 01/12/06 at 16:47 -0800, Steve Langasek wrote:
 severity 401180 important
 thanks
 
 On Fri, Dec 01, 2006 at 02:29:29PM +0100, Lucas Nussbaum wrote:
  Package: schroot
  Version: 1.0.3-1
  Severity: critical
  Justification: causes removal of /home
 
  I am using file chroots. the chroot is usually untared under
  /var/lib/schroot, however, I wanted to change this to another location
  (my /var is quite small, and many apps don't like it being full).
 
  I couldn't find any way to specify another directory for this, so I just
  symlinked /var/lib/schroot to another place. However, this caused
  $LIBEXEC_DIR/schroot-listmounts to be unable to determine that /home,
  /tmp, etc were still bind-mounted. So do_umount_all in that file exits
  without error even if my filesystems are still bind-mounted, and my home
  directory and my /tmp got removed.
 
 Symlinking system directories that are under the control of packages is
 always a risky affair.  I'm sorry if this resulted in real data loss for
 you, but I don't think it's appropriate to hold schroot responsible at an
 RC-level for all the ways that things can go wrong if you put symlinks where
 directories are expected.

I still think that it should be considered RC, because it could make the user
very very unhappy. If one of the following condiditions was true, I
would agree that it isn't RC:
- schroot provides a way to change the directory with a config option
- schroot detects that a symlink is used, warns the user about
  possible data loss, and refuses to start
- schroot doesn't bind-mount /home by default, but only /tmp
- schroot detects that it couldn't find any bind-mount to unmount, and
  refuses to clean-up the environment. This is easy to do, I just
changed 10mount to do that:
do_umount_all()
{
echo Mount points:
$LIBEXEC_DIR/schroot-listmounts -m $1
if [ $($LIBEXEC_DIR/schroot-listmounts -m $1 | wc -l) -lt 2 ];
then
echo No mount point found! Something is probably very strange!
exit 1
fi
$LIBEXEC_DIR/schroot-listmounts -m $1 |
[...]

However, schroot doesn't do any of those currently.

 BTW, an obvious way to do this without the use of symlinks would be to make
 /var/lib/schroot *itself* a bind-mount...
 
Yeah, that works, but it isn't documented. If you have the bad idea to
use a symlink first, you won't discover this before your /home will be
gone :)

I think you should reconsider setting this as RC. I fear that we will
release with that if it's not RC ...
-- 
| 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#401263: better backtrace

2006-12-02 Thread Jan Evert van Grootheest

I've installed the newer 46.3 version and it also crashes.
However the backtrace is a bit more readable:

(gdb) bt
#0  0xb7d3b2f3 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1  0xb7ebe316 in std::string::compare () from /usr/lib/libstdc++.so.6
#2  0xb7fb35d1 in debPackagesIndex::FindInCache () from 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11
#3  0xb7f7bfdb in pkgCacheGenerator::~pkgCacheGenerator () from 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11
#4  0xb7f7caed in pkgMakeStatusCache () from 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11
#5  0xb7f73cff in pkgCacheFile::BuildCaches () from 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11

#6  0x0805332e in ?? ()
#7  0xb7f4235b in CommandLine::DispatchArg () from 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11

#8  0x0804f59f in ?? ()
#9  0xb7ce4ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#10 0x0804c5a1 in ?? ()



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



Bug#400506: podebconf-report-po: option to use mail client instead of smtp server

2006-12-02 Thread vagrant+bugs
On Mon, Nov 27, 2006 at 12:14:43AM +0100, Nicolas Fran?ois wrote:
 On Sun, Nov 26, 2006 at 11:48:06AM -0800, [EMAIL PROTECTED] wrote:
  it would be nice if there were a way to configure podebconf-report-po to
  use a mail client (such as mutt) instead of sending directly to an smtp
  server, much like reportbug's --mua and --mutt options.
 
 I agree with you. That would be a useful feature.
 
 It is not implemented yet because I could not make my mind on how
 podebconf-report-po should behave in that case.

yes, it's a little tricky.
 
 podebconf-report-po sends a lot of mails (one to each translator).
 Do you think --mutt should start mutt once per translator?

that would probably be fine when there are not many translations. but
would certainly be painful with lots of translations. though, arguably
still simpler than manually writing all those emails...

 Do you think podebconf-report-po should propose a common message for
 every translators (? la --call) and BCC the mail to all the translators?

and this would probably be a good option with lots of translators.

would it be feasible to support both methods?

maybe with a --mutt/--mua and --mutt-bulk/--mua-bulk option?

thanks for giving this some thought.

live well,
  vagrant


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



Bug#401035: linux-image-2.6-686: errors with hard disk ST340823A

2006-12-02 Thread Bastian Blank
On Fri, Dec 01, 2006 at 02:48:08PM +0100, [EMAIL PROTECTED] wrote:
  On Thu, Nov 30, 2006 at 01:59:30PM +0100, Ramon Sanchez wrote:
  This is the error, they appears a lot of times:
  This error looks like broken hardware, not something software can fix.
 The error doesn't appear in 2.6.8 and 2.4.27, and the error appears in
 many computers that have a ST340823A disk with a modern kernel, so I think
 that it is not a hardware error.

As it does not happen with other disks and the kernel don't specialcase
disk types, it is rather likely a bug in this disk type. Is the
mentioned sector within the sector count of the disk?

Bastian

-- 
She won' go Warp 7, Cap'n!  The batteries are dead!


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



Bug#401249: [Pkg-xen-devel] Bug#401249: xen-utils-common: xenbr0 not being created

2006-12-02 Thread Bastian Blank
retitle 401249 xen-utils-? - fails to start xenstored
tags 401249 moreinfo
thanks

On Sat, Dec 02, 2006 at 02:59:56AM +, FRLinux wrote:
 I have installed all the packages I can think of to get Xen going 
 and it still fails with the following : 

This have nothing to do with the mentioned xenbr0 in the subject.

 /var/log/xen/xend.log:
 
 [2006-12-02 02:26:50 xend 2941] INFO (__init__:1072) Xend Daemon started
 [2006-12-02 02:26:50 xend 2941] INFO (__init__:1072) Xend changeset: Thu Sep 
 21 17:56:14 2006 +0100 .
 [2006-12-02 02:26:50 xend 2941] ERROR (__init__:1072) Exception starting xend 
 ((111, 'Connection refused'))
 Traceback (most recent call last):
   File /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvDaemon.py, 
 line 291, in run
 servers = SrvServer.create()
   File /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvServer.py, 
 line 108, in create
 root.putChild('xend', SrvRoot())
   File /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvRoot.py, 
 line 40, in __init__
 self.get(name)
   File /usr/lib/xen-3.0-unstable-1/lib/python/xen/web/SrvDir.py, line 82, 
 in get
 val = val.getobj()
   File /usr/lib/xen-3.0-unstable-1/lib/python/xen/web/SrvDir.py, line 52, 
 in getobj
 self.obj = klassobj()
   File 
 /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/server/SrvDomainDir.py, 
 line 39, in __init__
 self.xd = XendDomain.instance()
   File /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/XendDomain.py, line 
 646, in instance
 inst.init()
   File /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/XendDomain.py, line 
 71, in init
 xstransact.Mkdir(VMROOT)
   File 
 /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py, 
 line 345, in Mkdir
 complete(path, lambda t: t.mkdir(*args))
   File 
 /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py, 
 line 351, in complete
 t = xstransact(path)
   File 
 /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py, 
 line 20, in __init__
 self.transaction = xshandle().transaction_start()
   File /usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xsutil.py, 
 line 18, in xshandle
 xs_handle = xen.lowlevel.xs.xs()
 Error: (111, 'Connection refused')
 [2006-12-02 02:26:50 xend 2940] INFO (__init__:1072) Xend exited with status 
 1.

So it fails to connect to the xenstored. Please start it by hand and
show why it dies.

 I have another Debian sid which I installed last week and does not show that 
 behavior. 
 Just in case i am adding here all the xen packages i have installed : 
 
 ii  libc6-xen  2.3.6.ds1-8 GNU C 
 Library: Shared libraries [Xen version
 ii  linux-image-2.6.18-2-xen-686   2.6.18-5Linux 
 2.6.18 image on PPro/Celeron/PII/PIII/
 ii  linux-modules-2.6.18-2-xen-686 2.6.18-5Linux 
 2.6.18 modules on PPro/Celeron/PII/PII
 ii  xen-hypervisor-3.0-unstable-1-i386 3.0-unstable+hg11561-1  The 
 Xen Hypervisor on i386-class
 rc  xen-hypervisor-3.0.3-1-i3863.0.3-0-2   The 
 Xen Hypervisor on i386

You have no 3.0.3 hypervisor installed, this is the only version
supported by the kernel versions 2.6.18-5 and above. It is likely to
simply break with other versions.

 ii  xen-ioemu-3.0-unstable 3.0-unstable+hg11561-1  XEN 
 administrative tools
 ii  xen-ioemu-3.0.3-1  3.0.3-0-2   XEN 
 administrative tools
 ii  xen-tools  2.8-2   Tools 
 to manage debian XEN virtual servers
 ii  xen-utils-3.0-unstable-1   3.0-unstable+hg11561-1  XEN 
 administrative tools
 ii  xen-utils-3.0.3-1  3.0.3-0-2   XEN 
 administrative tools
 ii  xen-utils-common   3.0.3-0-2   XEN 
 administrative tools - common files

I think, you want to install xen-linux-system-*.

Bastian

-- 
Extreme feminine beauty is always disturbing.
-- Spock, The Cloud Minders, stardate 5818.4


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



Bug#398875: moodbar

2006-12-02 Thread Joost Yervante Damad
Hi,

let me know if you need any help with this package or want a co-maintainer.
I already created a package for me of moodbar locally, I just didn't have time 
yet to file an ITP.

Greetings, Joost

-- 
The planet Andete is famous for it's killer edible poets.


pgpEiDbumb9dI.pgp
Description: PGP signature


Bug#400488: no fans after S3 sleep on many laptops

2006-12-02 Thread Bastian Blank
severity 400488 important
thanks

On Sun, Nov 26, 2006 at 03:26:32PM +0100, Bas Zoetekouw wrote:
 With the kernel from linux-image-2.6.18-2-686, fans for my laptop
 (HP nc6120) don't work anymore after an S3 suspend/resume cycle.  This
 causes the system to spontaneously shutdown under load causing data
 loss (or posibly it might even break the hardware), ergo the grave
 severity.

It does not fail for everyone, so grave is not appropriate.

 This issue is known by kernel upstream [1], and is at least partly
 fixed in 2.6.19-rc4.  I've been using the patches of [1] on my Ubuntu
 install on this same laptop (just switched it over to debian
 yesterday) for weeks, and they fixed the problem for me.

There is no commit in the linus tree. The comments also said something
about acpi-test.

Bastian

-- 
Beam me up, Scotty!


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



Bug#338096: tags 338096 +patch

2006-12-02 Thread LI Daobing

tags 338096 +patch
thanks

--
LI Daobing


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



Bug#401264: partman-auto-lvm: [powerpc, prep] On PReP systems, no separate /boot is needed, since we have the prep partition

2006-12-02 Thread Sven Luther
Package: partman-auto-lvm
Version: 18
Severity: normal


Hello, ...

I am doing a prep install on my motorola powerstack II, and found that chosing
a LVM automated setup, the recipes automatically creates a separate /boot
partition.

On PReP system, the kernel with builtin initrd and bootwrapper is put inside
the PReP partition, so there is no need for a separate /boot outside the LVM.
This should be valid for other root on RAID and LVM+CRYPTO recipes.

This may also be true on CHRP systems who use the zImage wrapper and a PReP
partition, and not yaboot, but we use yaboot by default on those, and this
would cause a time-travel loop, since the choice of bootloader is done after
the partitioning step.

Friendly,

Sven Luther

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


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



Bug#398327: [xml/sgml-pkgs] Bug#398327: Fixed upstream (again)

2006-12-02 Thread Mike Hommey
On Fri, Dec 01, 2006 at 03:04:56PM -0800, Josh Triplett [EMAIL PROTECTED] 
wrote:
 tags 398327 + fixed-upstream
 thanks
 
 The additional issue now has an upstream fix as well.
 
 - Josh Triplett
 

Do you have more issues or is it okay now ? ;)

Mike


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



Bug#401251: firefox: All running Firefoxes crash when viewing website

2006-12-02 Thread Mike Hommey
tag 401251 unreproducible
thanks

On Fri, Dec 01, 2006 at 10:09:54PM -0500, Tom [EMAIL PROTECTED] wrote:
 Package: firefox
 Version: 1.5.dfsg+1.5.0.7-2
 Severity: grave
 Justification: causes non-serious data loss
 
 
 
 All running instances of Firefox immediately crash and exit when
 viewing the website 
 http://www.infoworld.com/article/03/09/15/HNkoreaspam_1.html.
 The gdb backtrace turned up only No stack.
 Firefox simply quits running instantly; it does not hang up or 
 freeze.

Try removing the flash plugin.

Mike

 
 -- 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=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
 
 Versions of packages firefox depends on:
 ii  debianutils   2.17   Miscellaneous utilities specific 
 t
 ii  fontconfig2.4.1-2generic font configuration 
 library
 ii  libatk1.0-0   1.12.3-1   The ATK accessibility toolkit
 ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
 ii  libcairo2 1.2.4-4The Cairo 2D vector graphics 
 libra
 ii  libfontconfig12.4.1-2generic font configuration 
 library
 ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared 
 lib
 ii  libgcc1   1:4.1.1-19 GCC support library
 ii  libglib2.0-0  2.12.4-1   The GLib library of C routines
 ii  libgtk2.0-0   2.8.20-3   The GTK+ graphical user 
 interface 
 ii  libjpeg62 6b-13  The Independent JPEG Group's 
 JPEG 
 ii  libpango1.0-0 1.14.7-1   Layout and rendering of 
 internatio
 ii  libpng12-01.2.13-4   PNG library - runtime
 ii  libstdc++64.1.1-19   The GNU Standard C++ Library v3
 ii  libx11-6  2:1.0.3-3  X11 client-side library
 ii  libxft2   2.1.8.2-8  FreeType-based font drawing 
 librar
 ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
 ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) 
 clie
 ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
 ii  psmisc22.3-1 Utilities that use the proc 
 filesy
 ii  zlib1g1:1.2.3-13 compression library - runtime
 
 firefox recommends no packages.
 
 -- no debconf information
 
 


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



Bug#401203: obexpushd: Fails to recieve files from Sony Ericsson K700i

2006-12-02 Thread Vincent Lönngren
fre 2006-12-01 klockan 21:25 +0100 skrev Eugeniy Meshcheryakov:
 obexpushd should usually create file at this point, but it does not.
 Probably K700i do not send required commands, or those commands are
 optional.
 
  0.1: got 978 bytes of streamed data
 
 Please try this version:
 deb: 
 http://people.debian.org/~eugen/obexpushd/obexpushd_0.4+svn10-1.1_i386.deb
 dsc: http://people.debian.org/~eugen/obexpushd/obexpushd_0.4+svn10-1.1.dsc
 

That version has a slightly different output, which indicates that there
that it is trying to open the same file twice. The file did not exist in
the directory when I ran obexpushd. With this version, the transfer
doesn't just halt - rather, there is a message from the phone that the
transfer failed.

[EMAIL PROTECTED]:~$ obexpushd -d
obexpushd 0.4 Copyright (C) 2006 Hendrik Sattler
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions.
Listening on bluetooth channel 9
OBEX_EV_ACCEPTHINT, OBEX_CMD_CONNECT
0: OBEX_EV_REQHINT, OBEX_CMD_CONNECT
0: OBEX_EV_REQ, OBEX_CMD_CONNECT
0: OBEX_EV_REQDONE, OBEX_CMD_CONNECT
0: OBEX_EV_REQHINT, OBEX_CMD_PUT
0: OBEX_EV_STREAMAVAIL, OBEX_CMD_PUT
0.1: Got header 0x01 with value length 24
0.1: name: Bild(7).jpg
0.1: Got header 0xc3 with value length 4
0.1: size: 12025 bytes
0.1: got 978 bytes of streamed data
0.1: Creating file Bild(7).jpg
0.1: Error: cannot create file: File exists
0: OBEX_EV_REQCHECK, OBEX_CMD_PUT
0.1: Creating file Bild(7).jpg
0.1: Error: cannot create file: File exists
0: OBEX_EV_REQDONE, OBEX_CMD_PUT
0: OBEX_EV_REQHINT, OBEX_CMD_DISCONNECT
0: OBEX_EV_REQ, OBEX_CMD_DISCONNECT
0: OBEX_EV_REQDONE, OBEX_CMD_DISCONNECT

-- 
Vincent Lönngren [EMAIL PROTECTED]



Bug#401236: varmon segfaults on alpha

2006-12-02 Thread Julien Danjou
At 1165018534 time_t, Dimitri Puzin wrote:
 Hi,
Hello,

 varmon is unusable on alpha. It segfaults with following message

It's going to be hard to debug that, I don't have any hardware like
that. :-(

Could you please either get a core dump and get a backtrace with gdb
(I can help you if you need) ?

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


pgp6zJO5z2WOr.pgp
Description: PGP signature


Bug#401265: iceape: Contains trademarked artwork and names

2006-12-02 Thread Mike Hommey
Package: iceape
Version: 1.0.6-1
Severity: serious

The package contains the name and logos for seamonkey in some places. It
also contains the name and logos for sunbird.

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


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



Bug#401267: New upstream release available

2006-12-02 Thread Riccardo Magliocchetti
Package: sip-tester
Severity: wishlist
Version: 1.1rc4-2.1

It will be nice if you can package sipp 1.1rc6.

cheers,
Riccardo Magliocchetti


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



Bug#285809: kaudiocreator: Lots of annoying popup windows

2006-12-02 Thread Sune Vuorela
tag 285809 +moreinfo unreproducible
thanks

Hi!

I rip cds currently almost daily - I have not seen this at all. Do you still 
experience this?

/Sune
-- 
How to load a system from Excel 8.6 and from the options menu within DOS XP?

You cannot forward from the operating system in order to upload from a mail.


pgpDUDzQiDWwh.pgp
Description: PGP signature


Bug#401268: Granting Rights still visible after application has started

2006-12-02 Thread Dimitris Baltas

Package: gksu
Version: 2.0.0-1

On Etch RC1, when starting synaptic (and other administrative 
applications) a Granting Rights message appears on the window list and 
the cursor is busy. However, this continues even after the application 
has finished loading. This did not happen on Sarge.



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



Bug#338389: svn-buildpackage: Patch implementing -l 2 (more info)

2006-12-02 Thread Jari Aalto

[Futher information for the patch]

Steve Kowalik [EMAIL PROTECTED] writes:
 
 +   } elsif ($opt_layout == 2) {
 + foreach (('trunk', 'tags')) {
 +   if (system(svn ls svn://svn.wedontsleep.org/debian/$_)) {
 +  withecho(svn, -m, $scriptname Creating $_, mkdir, 
 $opt_svnurl/$_);
 +   }
 + }
 
 The url points to 'svn://svn.wedontsleep.org/debian/'. could you
 elaborate this part.
 
Hrm. That isn't supposed to be there.

Sorry about that, I didn't even
realise. svn://svn.wedontsleep.org/debian should be replaced with
$opt_svnurl



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



Bug#386265: base-installer patch for prep support.

2006-12-02 Thread Sven Luther
tags  386265 + patch
thanks
Hi,

Find attached a patch which chose a -prep kernel on prep boxes, and also
removed apus support, since we currently have no apus kernels.

I would appreciate a review of this one, to see if i didn't make a mistake
that may affect other stuff.

This patch also includes a /proc/cpuinfo output of my powerstack II, for
addition into the kernel choser testing infrastructure.

Friendly,

Sven Luther
Index: powerpc.sh
===
--- powerpc.sh  (revision 42783)
+++ powerpc.sh  (working copy)
@@ -9,7 +9,8 @@
;;
esac
case $SUBARCH in
-   powermac*|prep|chrp*)   echo $family ;;
+   powermac*|chrp*)echo $family ;;
+   prep)   echo prep ;;
amiga)  echo apus ;;
*)
warning Unknown $ARCH subarchitecture '$SUBARCH'.
@@ -31,34 +32,26 @@
 }
 
 arch_get_kernel () {
-   # The APUS kernels are in a separate source package, so may
-   # sometimes have a different version number.
-   apusversion=2.4.27
-
CPUS=$(grep -ci ^processor $CPUINFO) || CPUS=1
-   if [ $CPUS ]  [ $CPUS -gt 1 ]  [ $1 != powerpc64 ]; then
+   if [ $CPUS ]  [ $CPUS -gt 1 ]  [ $1 != powerpc64 ]  [ 
$1 != prep ] ; then
SMP=-smp
else
SMP=
fi
 
-   case $1 in
-   apus)   echo kernel-image-$apusversion-apus ;;
+   case $KERNEL_MAJOR in
+   2.6)
+   if [ $SMP ]; then
+   echo linux-image-$KERNEL_MAJOR-$1$SMP
+   fi
+   echo linux-image-$KERNEL_MAJOR-$1
+   ;;
*)
-   case $KERNEL_MAJOR in
-   2.6)
-   if [ $SMP ]; then
-   echo 
linux-image-$KERNEL_MAJOR-$1$SMP
-   fi
-   echo linux-image-$KERNEL_MAJOR-$1
-   ;;
-   *)
-   if [ $1 = powerpc ]  [ $SMP ]; 
then
-   # 2.4 only has powerpc-smp.
-   echo 
kernel-image-$KERNEL_MAJOR-$1$SMP
-   fi
-   echo kernel-image-$KERNEL_MAJOR-$1
-   ;;
-   esac
+   if [ $1 = powerpc ]  [ $SMP ]; then
+   # 2.4 only has powerpc-smp.
+   echo kernel-image-$KERNEL_MAJOR-$1$SMP
+   fi
+   echo kernel-image-$KERNEL_MAJOR-$1
+   ;;
esac
 }
processor   : 0
cpu : 604r
clock   : ???
revision: 49.2 (pvr 0009 3102)
bogomips: 299.00
machine : PReP Utah (Powerstack II Pro4000)
l2 cache: 512KiB, parity disabled SRAM:synchronous, pipelined, no parity


Bug#401007: The installer should mention ...

2006-12-02 Thread Marc Haber
On Fri, Dec 01, 2006 at 11:33:28PM +1100, [EMAIL PROTECTED] wrote:
 Shouldn't the installer mention this?
 
 I don't understand what you are aiming for ...
 
 I'm mainly interested to know that an MTA is running at all.
 I just like to worry about what services I have going, I guess.

exim4 does not listen on any public interfaces by default.

 Perhaps an information screen in the installer could explain:
 
I've just set up your Mail Transfer Agent, $MTA.
At present it is set up for '$MTA_MODE', i.e. to
$MTA_MODE_EXPLAIN.
 
If you want to change this, you will need to reconfigure $MTA
with $MTA_CONFIG_PROGRAM.
 
[OK]
 
 For the present case this would come out as, e.g.
 
I've just set up your Mail Transfer Agent, exim4.
At present it is set up for 'local delivery', i.e. to
deliver mail only to other users on this computer.
 
If you want to change this, you will need to reconfigure
exim4 with dpkg-reconfigure exim4.
 
[OK]
 
 (I'm not actually sure what to use for reconfiguration)
 
 Possibly this screen could go in at medium priority, but I don't
 think it hurts to show this much to all users. The above would
 certainly have satisfied me. It's probably not worth adding an
 option to allow installers to fiddle with the settings at this
 point, I find I always have to tweak things later anyway.

This is, IMO, what the release notes are for. It is mandatory to read
them.

Additionally, if exim4 shows a screen like this, a lot of other
packages might want to do the same, ending up with a truckload of
useless info screens that are not read anyway.

If such a screen needs to be shown, this should be the installer's job.

Please note that this bug is not an installer bug any more, it has
been reassigned.

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#401220: exim4 auto-configuration assumes short hostnames

2006-12-02 Thread Marc Haber
reassign #401220 net-cfg
thanks

On Fri, Dec 01, 2006 at 11:40:34AM +0100, Vincent McIntyre wrote:
 Op 30-11-2006 om 15:39 schreef Vincent McIntyre:
  Bug: exim4 auto-configuration assumes short hostnames
  -
   When prompted for the hostname by the installer I gave a 
   fully-qualified
   hostname. This was propagated to /etc/mailname without stripping the
   domain name, with the result that the domain name appears TWICE in
   /etc/mailname. That is:
  
  # cat /etc/mailname
  newhost.mydomain.mydomain
  
 
 That is now filled as a bugreport on exim4

As it was already discussed in 401007, this is not an exim4 bug.

Reassigning.

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#401180: schroot: using a symlink for /var/lib/schroot/mount causes /home and /tmp to be erased

2006-12-02 Thread Andreas Barth
severity 401180 serious
thanks

* Steve Langasek ([EMAIL PROTECTED]) [061202 02:08]:
 On Fri, Dec 01, 2006 at 02:29:29PM +0100, Lucas Nussbaum wrote:
 Symlinking system directories that are under the control of packages is
 always a risky affair.  I'm sorry if this resulted in real data loss for
 you, but I don't think it's appropriate to hold schroot responsible at an
 RC-level for all the ways that things can go wrong if you put symlinks where
 directories are expected.

I think schroot should really be fixed here, and should be fixed prior
to a stable release. I can imagine lots of people to run into the same
situation.

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


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



Bug#401053: apache2: force-reload doesn't take 'runlevels' into account

2006-12-02 Thread Olaf van der Spek

Peter Samuelson wrote:

[Olaf van der Spek]

But where does it check whether the service is supposed to run in the
current runlevel? I didn't see that check in the script itself.


It doesn't.  No init script does.  That is the job of invoke-rc.d.

invoke-rc.d decides whether to run the script or not, based on the
current runlevel.  invoke-rc.d always runs a script for 'reload' or
'force-reload' even if the runlevel doesn't include the service, but
the same is _not_ true for 'start' or 'restart'.


What's the reason for this distinction?


Policy says that 'restart' is supposed to start a service if it is not
already running, and arguably the same is allowed for 'force-reload'.
But in practice, as you saw with this bug, that can cause problems, so


If runlevels were respected a big part of the problem would already be 
solved.



aliasing 'force-reload' to 'reload' (which does not do this, in the
apache script) is not only the Right Thing to do in a theoretical
sense, it also happens to fix your bug.

Put another way: the real bug is the expectation elsewhere that
'invoke-rc.d foo force-reload' will not start a service in the wrong
runlevel.  Lots of packages violate this assumption, and Policy seems
to allow it.  apache2 just happens to have support for 'reload' so it
can easily be modified to avoid that issue.




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



Bug#401251: firefox: All running Firefoxes crash when viewing website

2006-12-02 Thread Modestas Vainius
Hi,

Neither
 http://www.infoworld.com/article/03/09/15/HNkoreaspam_1.html

nor
 www.coffeekorner.com

crash Iceweasel 2.0+dfsg-1 with flashplugin-nonfree 9.0.21.78.2 on Debian sid 
i386 chroot (kernel and base system are amd64). So I confirm that the bug is 
unreproducible.

Try getting Iceweasel and/or flashplugin from unstable and try again.


pgpewtyjPFguB.pgp
Description: PGP signature


Bug#356683: license

2006-12-02 Thread Daniel Baumann
Lior Kaplan wrote:
 Please update the info about this on a -2 package.

-1 is already correct on this.

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


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



Bug#401270: splashy: progress bar doesn't work : Cannot test file /proc/cmdline

2006-12-02 Thread Jonathan Ballet
Package: splashy
Version: 0.2.1
Severity: important

Hello,

I just reinstalled splashy on my workstation, and when there is a
problem with the progress bar.

When my computer boot on, the boot's image appears, but the progress bar
doesn't move at all. 
If I hit the ESC key, I am redirected on the second (maybe another ?) tty
(instead of the first one, where boot's messages are printed).

In the first tty, there is this message :
==
INIT: version 2.86 booting
Starting Boot splash manager: splashySplashy ERROR: Cannot test file
/proc/cmdline

..
==
(and then, other boot's messages).

At computer shutdown, there is another error, which says something like
Splashy cannot regenerate image. I can provide more help if needed.


Thanks,
 - Jonathan


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

Versions of packages splashy depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries

Versions of packages splashy recommends:
ii  lsb-base  3.1-22 Linux Standard Base 3.1 init scrip

-- no debconf information


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



Bug#400172: unreproducible

2006-12-02 Thread Andreas Barth
tags 400172 + unreproducible
severity 400172 important
thanks

Hi,

I'm sorry to say, but I cannot reproduce this bug report (just did a
full testbuild on amd64).


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


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



Bug#401272: xawtv: does not restore screensaver settings

2006-12-02 Thread Heno Ivanov


Subject: xawtv: does not restore screensaver settings
Package: xawtv
Version: 3.95-6
Severity: normal

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

xawtv disables x11 screensaver, but fails to restore it on exit.


[EMAIL PROTECTED]:~$ xset -q  | grep -A2 '^Screen Saver'
Screen Saver:
  prefer blanking:  yesallow exposures:  yes
  timeout:  600cycle:  1200
[EMAIL PROTECTED]:~$ xawtv
This is xawtv-3.95, running on Linux/i686 (2.6.11)
/dev/video0 [v4l2]: no overlay support
v4l-conf had some trouble, trying to continue anyway
Warning: Cannot convert string -*-ledfixed-medium-r-*--39-*-*-*-c-*-*-* to 
type FontStruct
[EMAIL PROTECTED]:~$ xset -q  | grep -A2 '^Screen Saver'
Screen Saver:
  prefer blanking:  yesallow exposures:  yes
  timeout:  0cycle:  0


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

Versions of packages xawtv depends on:
ii  debconf [debconf-2.0]   1.5.8Debian configuration management sy
ii  libasound2  1.0.13-1 ALSA library
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libgl1-mesa-glx [libgl1]6.5.1-0.4A free implementation of the OpenG
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG
ii  liblircclient0  0.8.0-9  LIRC client library
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libpng12-0  1.2.13-4 PNG library - runtime
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libx11-62:1.0.3-3X11 client-side library
ii  libxaw7 1:1.0.2-4X11 Athena Widget library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxmu6 1:1.0.2-2X11 miscellaneous utility library
ii  libxpm4 1:3.5.5-2X11 pixmap library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxt6  1:1.0.2-2X11 toolkit intrinsics library
ii  libxv1  1:1.0.2-1X11 Video extension library
ii  libxxf86dga12:1.0.1-2X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l
ii  libzvbi00.2.22-1 video Blank Interval decoder (VBI)
ii  pia 3.95-6   movie player
ii  scantv  3.95-6   scan TV channels for stations
ii  v4l-conf3.95-6   tool to configure video4linux driv
ii  xawtv-plugins   3.95-6   plugins for xawtv and motv
ii  xutils  1:7.1.ds.3-1 X Window System utility programs
ii  zlib1g  1:1.2.3-13   compression library - runtime

xawtv recommends no packages.

-- debconf information:
* xawtv/channel-scan: true
  xawtv/makedev: true
* xawtv/freqtab: europe-east
* xawtv/tvnorm: PAL
* xawtv/build-config: true



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



Bug#394462: 000-default symlink get's added on upgrade

2006-12-02 Thread Stefan Fritsch
I upgraded apache:

[REMOVE, NOT USED] libapr0
[INSTALL, DEPENDENCIES] apache2.2-common
[REMOVE, DEPENDENCIES] apache2-common
[UPGRADE] apache2 2.0.55-4.1 - 2.2.3-3.1
[UPGRADE] apache2-mpm-prefork 2.0.55-4.1 - 2.2.3-3.1
[UPGRADE] apache2-utils 2.0.55-4.1 - 2.2.3-3.1
[UPGRADE] libapache2-mod-php4 4:4.4.2-1.1 - 6:4.4.4-8
[UPGRADE] php4-common 4:4.4.2-1.1 - 6:4.4.4-8

and the sites-enabled/000-default symlink got added even though it has 
not been there before.



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



Bug#401271: [powerpc,prep] Motorola Powerstack II installation report.

2006-12-02 Thread Sven Luther
Package: installation-reports

Boot method: netboot image
Image version: 
http://people.debian.org/~wouter/d-i/powerpc/20061201-12:56/prep/netboot/vmlinuz-prep.initrd
Date: 2006/12/02 10:27

Machine: Motorola PowerStack II
Processor: PPC 604e

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:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[E]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[E]

Comments/Problems:

Well, there are several issues here : 

  1) PReP machines need 2.6.18 based -prep kernels, as thus, a unstable
  install will do it, and a testing/etch install needs some work. Workarounds
  below.

  2) PReP boxes need version 27 of mkvmlinuz, currently only in unstable, but
  which is scheduled for testing migration today.

  3) /boot separate partition in RAID/LVM/Crypto cases is wasted, since the
  kernel will anyway reside on the PReP partition.

  4) PReP boxes don't know how to set command line options, so there is need
  to set it inside the ramdisk (not supported by initramfs-tools, but
  supported by yaird), so they need to be given by hand at the kernel
  bootwrapper kenrel args prompt. (This is a initramfs-tools bug, maybe RC ?).

  5) Even when 2.6.18 kernels are moved to etch, or with a sid install, there
  is still a problem with base-installer, which will install the -powerpc
  kernel. The patch attached to #386265 (Open since 86 days or so), is needed
  to fix this.

Apart from these issues, the install went fine, i suppose. I didn't note the
name of the LVM partition, so i have some trouble getting it by hand, but
finally managed, it is /dev/hostname/root or /dev/mapper/hostname-root.


Now, about the workaround, currently you need to :

  1) as soon as the base system is installed, when you are in the tasksel
  dialog, go to console 2, chroot /target, install lftp or some other tool and
  get the unstable mkvmlinuz and linux-image-2.6.18-3-prep kernels.

  2) remove the already installed 2.6.17-2-powerpc kernels. Make sure no more
  /boot/vmlinuz* file is left. 

  3) install mkvmlinuz 27 (probably no more needed starting tomorrow).

  4) go into /etc/initramfs-tools/initramfs-tools, and set
  ROOT=/dev/hostname/root. This used to work with yaird at least, and i
  think i remember this from the early initramfs-tools days, but i see it
  documented nowhere, so YMMV.

  5) install the downloaded linux-image-2.6.18-3-prep with dpkg -i.

Reboot. Try simply rebooting, if initramfs-tools fails at the finding root
stage, reboot, and at the kernel command line option prompt, add a propper
root=/dev/... entry.

Friendly,

Sven Luther




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



Bug#401269: [powerpc] Apple G5 windfram based fan control modules not included or loaded in initramfs-tools generated ramdisks.

2006-12-02 Thread Sven Luther
Package: initramfs-tools
Severity: Important

On Sat, Dec 02, 2006 at 05:45:52PM +0900, Charles Plessy wrote:
 Le Thu, Nov 30, 2006 at 04:12:56PM +0100, Holger Levsen a écrit :
  
  On Thursday 30 November 2006 12:20, Charles Plessy wrote:
  
   On the other hand, I recommend to test wether they also stay silent on
   the installed system as well.
  
  Could you do this? 
 
 
 Hi,
 
 The problem with the fan control is solved for the installer, but
 /etc/modules does not contain the necessary entries to start the fan
 control at boot time on the installed system.

Hi Charles, the problem is not with /etc/modules, but with initramfs-tools.

Mmm, i think i cannot find this bug, so opening a new one with this message.

Max, can you add somethign to initramfs-tools, as we discussed numerous times,
to load the fan control modules ? At worst, you can load the same modules as
is done in d-i.

Friendly,

Sven Luther


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



Bug#375649: ITA: gnu-smalltalk -- GNU Smalltalk - an implementation of Smalltalk-80

2006-12-02 Thread Thomas Girard
Hello Diego,

On Sun, Sep 24, 2006 at 04:56:16PM +1000, Diego Mauricio Paz Carrillo wrote:
 Hi, i would like to adopt this package because i have some free time
 and i would like to start collaborating in the debian project,

Any progress on this? I was thinking of adopting gnu-smalltalk, but you
have been faster than me :-)

Maybe we could work on this together? There's a lot of issues to solve.

Regards,

Thomas


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



Bug#401276: portsentry: [INTL:pt] Portuguese translation for debconf messages

2006-12-02 Thread Miguel Figueiredo

Package: portsentry
Version: 1.2-10
Tags: l10n, patch
Severity: wishlist

Portuguese translation for portsentry's debconf messages.
Translator: Tiago Fernandes.
Feel free to use it.

For translation updates don't forget to contact Last Translator or the
Portuguese Translation Team traduz _at_ debianpt.org

--
---
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org


# Portuguese translation for portsentry debconf messages.
# Copyright (C) Tiago Fernandes [EMAIL PROTECTED], 2006
# This file is distributed under the same license as the Portsentry package.
# Tiago Fernandes [EMAIL PROTECTED], 2006.
#
msgid 
msgstr 
Project-Id-Version: portsentry 1.2-10\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-10-19 01:20+0200\n
PO-Revision-Date: 2006-12-01 13:36-\n
Last-Translator: Tiago Fernandes [EMAIL PROTECTED]\n
Language-Team: Portuguese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Portuguese\n
X-Poedit-Country: PORTUGAL\n

#. Type: note
#. Description
#: ../templates:1001
msgid PortSentry does not block anything by default.
msgstr O PortSentry não bloqueia nada por omissão.

#. Type: note
#. Description
#: ../templates:1001
msgid Please note that by default PortSentry takes no action against potential 
attackers. It only dumps messages into /var/log/syslog. To change this edit 
/etc/portsentry/portsentry.conf.
msgstr Por favor, repare que por omissão o PortSentry não toma nenhuma acção 
contra potenciais atacantes. Apenas despeja mensagens para 
/var/log/syslog. Para alterar isto, edite /etc/portsentry/portsentry.conf.

#. Type: note
#. Description
#: ../templates:1001
msgid 
 You may also want to check:\n
 /etc/default/portsentry (daemon startup options) and\n
 /etc/portsentry/portsentry.ignore.static (hosts/interfaces to ignore)
msgstr 
Pode também querer verificar:\n
/etc/default/portsentry (opções de arranque do daemon ) e\n
/etc/portsentry/portsentry.ignore.static (máquinas/interfaces a ignorar)

#. Type: note
#. Description
#: ../templates:1001
msgid For further details see the portsentry(8) and portsentry.conf(5) manpages.
msgstr Para mais detalhes ver portsentry(8) e portsentry.conf(5) nas páginas do 
manual.

#. Type: note
#. Description
#: ../templates:2001
msgid startup.conf is obsolete - use /etc/default/portsentry instead
msgstr startup.conf está obsoleto - usar /etc/default/portsentry no seu lugar.

#. Type: note
#. Description
#: ../templates:2001
msgid /etc/portsentry/startup.conf is no longer used and 
/etc/default/portsentry is used instead. In order to ease the transition I'll 
do my best to preserve your settings while copying them over to the new 
location.  Please check /etc/default/portsentry against 
/etc/portsentry/startup.conf and remove it after the installation has 
finished.
msgstr /etc/portsentry/startup.conf já não é usado, é usado 
/etc/default/portsentry no seu lugar. De maneira a facilitar a transição vou 
fazer o melhor para preservar as suas opções enquanto as copio para a nova 
localização. Por favor verifique /etc/default/portsentry com 
/etc/porsentry/startup.conf e remova-o depois da instalação ter terminado. 

#. Type: note
#. Description
#: ../templates:2001
msgid Sorry for any inconvenience.
msgstr Desculpe algum inconveniente.



Bug#401275: Remove two sites which force the user to enter a 24 month contract

2006-12-02 Thread Tobias Toedter
Package: bookmarks
Version: 1.4
Severity: serious
Tags: pending

In the bookmarks package, there are two URLs included which point to a site 
which forces the user to enter a 24 month contract before letting them view 
the site.

At least one of those two sites offers a free account for registration, 
which turns automatically into the abonnement.

I consider the listing of those URLs as release critical, as I don't want to 
distribute the package with such crap. I've prepared a new version without 
the URLs and hope that it will get sponsored soon.

Regards,
Tobias

-- 
Tobias Toedter   | Hurewitz's Memory Principle:
Hamburg, Germany | The chance of forgetting something is directly
 | proportional to... to... uh.


pgpGxBjruu6P2.pgp
Description: PGP signature


Bug#401278: kqemu: Should document how to use module-assitant to built the kqemu module

2006-12-02 Thread Petter Reinholdtsen

Package: kqemu
Version: 1.3.0~pre9-2

The readme file for the kqemu package,
/usr/share/doc/kqemu-source/README.Debian, should mention another way
to build the package.  I use this command line with success, and
suspect others might find it convenient too:

  module-assistant build kqemu

I suggest adding something like this:

 - Using module-assistant.  Remember to make sure the kernel header
   package is installed, and then run 'module-assistant build kqemu'

Friendly,
-- 
Petter Reinholdtsen


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



Bug#401273: mldonkey-server: error on post-install on upgrade

2006-12-02 Thread Julien Langer
Package: mldonkey-server
Version: 2.8.2-1
Severity: normal

Hi,
I get the following error when trying to upgrade to 2.8.2-1:
Fatal error: exception Mldonkey_users.Invalid_format
dpkg: error processing mldonkey-server (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 mldonkey-server
E: Sub-process /usr/bin/dpkg returned an error code (1)



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

Versions of packages mldonkey-server depends on:
ii  adduser  3.100   Add and remove users and groups
ii  debconf [debconf-2.0]1.5.9   Debian configuration management sy
ii  dpkg 1.13.24 package maintenance system for Deb
ii  libbz2-1.0   1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-20  GCC support library
ii  libgd2-noxpm 2.0.33-5.2  GD Graphics Library version 2 (wit
ii  libpng12-0   1.2.13-4PNG library - runtime
ii  libstdc++6   4.1.1-20The GNU Standard C++ Library v3
ii  mime-support 3.37-1  MIME files 'mime.types'  'mailcap
ii  ucf  2.0017  Update Configuration File: preserv
ii  zlib1g   1:1.2.3-13  compression library - runtime

mldonkey-server recommends no packages.

-- debconf information excluded


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



Bug#378344: [powerpc,prep] On PReP boxes, root should be autodetected, since there is no bootloader.

2006-12-02 Thread Sven Luther
severity 378344 grave
# Upping severity, since this bug makes a PReP d-i install not being able to
# boot in the resulting system. Furthermore, this is a general regression from
# sarge and initrd-tools.
Thanks

Max, ...

When playing with initramfs-tools Motorola Powerstack PReP box, i noticed that
the machine didn't find the root device on reboot. I had chosen a LVM setup,
not sure if this influence the issue.

I had to give the root=/dev/powerstack/root argument by hand on the kernel
command line, which is less than optimal.

I booted into the system, and added ROOT=/dev/powerstack/root, but it would be
nice if this was autodetected, as it is done in both yaird and initrd-tools.

Furthermore, it would be nice if the ROOT= option would be documented, and an
empty entry would be present in the default config file, like the other
options. Does ROOT=probe also work in initramfs-tools, like it did for
initrd-tools ? 

Friendly,

Sven Luther


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



Bug#401274: linux-image-2.6.18-3-686: /sbin/update-grub vs /usr/sbin/update-grub (grub2)

2006-12-02 Thread Olaf van der Spek
Package: linux-image-2.6.18-3-686
Version: 2.6.18-6
Severity: normal

Hi,

Grub2 put update-grub in another directory (/usr/sbin/update-grub instead of 
/sbin/update-grub).

# apt-get install
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up linux-image-2.6.18-3-686 (2.6.18-6) ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitrd.yaird to build the ramdisk.
The provided postinst hook script [/sbin/update-grub] could not be run.
dpkg: error processing linux-image-2.6.18-3-686 (--configure):
 subprocess post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of linux-image-2.6-686:
 linux-image-2.6-686 depends on linux-image-2.6.18-3-686; however:
  Package linux-image-2.6.18-3-686 is not configured yet.
dpkg: error processing linux-image-2.6-686 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-image-2.6.18-3-686
 linux-image-2.6-686
E: Sub-process /usr/bin/dpkg returned an error code (1)
#

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

Versions of packages linux-image-2.6.18-3-686 depends on:
ii  coreutils 5.97-5.2   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.9  Debian configuration management sy
ii  module-init-tools 3.3-pre3-1 tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-18  Yet Another mkInitRD

Versions of packages linux-image-2.6.18-3-686 recommends:
pn  libc6-i686none (no description available)

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


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



Bug#401277: partconf: [INTL:pt] Portuguese translation for debconf messages

2006-12-02 Thread Miguel Figueiredo

Package: partconf
Version: 1.19
Tags: l10n, patch
Severity: wishlist

Portuguese translation for partconf's debconf messages.
Translator: Tiago Fernandes.
Feel free to use it.

For translation updates don't forget to contact Last Translator or the
Portuguese Translation Team traduz _at_ debianpt.org

--
---
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org


# Portuguese translation for partconf debconf messages.
# Copyright (C) Tiago Fernandes [EMAIL PROTECTED], 2006
# This file is distributed under the same license as the Partconf package.
# Tiago Fernandes [EMAIL PROTECTED], 2006.
#
msgid 
msgstr 
Project-Id-Version: partconf 1.19\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-10-26 04:38+0200\n
PO-Revision-Date: 2006-12-01 14:21-\n
Last-Translator: Tiago Fernandes [EMAIL PROTECTED]\n
Language-Team: Portuguese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Portuguese\n
X-Poedit-Country: PORTUGAL\n

#. Type: error
#. Description
#: ../partconf.templates:1001
msgid No partitions found
msgstr Nenhumas partições encontradas

#. Type: error
#. Description
#: ../partconf.templates:1001
msgid No partitions were found in your system. You may need to partition your 
hard drives or load additional kernel modules.
msgstr Não foram encontradas partições no seu sistema. Pode necessitar 
particionar os seus discos rígidos ou carregar módulos adicionais no kernel.

#. Type: error
#. Description
#: ../partconf.templates:2001
msgid No file systems found
msgstr Nenhum sistema de ficheiros encontrado

#. Type: error
#. Description
#: ../partconf.templates:2001
msgid No usable file systems were found. You may need to load additional kernel 
modules.
msgstr Não foram encontrados sistemas de ficheiros utilizáveis. Pode 
necessitar de carregar módulos adicionais no kernel.

#. Type: select
#. Choices
#: ../partconf.templates:3001
msgid Finish
msgstr Finalizar

#. Type: select
#. Choices
#: ../partconf.templates:3001
msgid Abort
msgstr Abortar

#. Type: select
#. Description
#: ../partconf.templates:3002
msgid Select a partition
msgstr Seleccionar uma partição

#. Type: select
#. Description
#: ../partconf.templates:3002
msgid These are the partitions that were detected in your system. Please select 
a partition to configure. No actual changes will be made until you select 
\Finish\. If you select \Abort\, no changes will be made.
msgstr Estas são as partições que foram detectadas no seu sistema. Por favor 
seleccione uma partição a configurar. Não serão efectuadas alterações reais até 
seleccionar \Finalizar\. Se seleccionar \Abortar\, não serão efectuadas 
alterações.

#. Type: select
#. Description
#: ../partconf.templates:3002
msgid The information shown is, in order: device name, size, file system, and 
mount point.
msgstr A informação apresentada é, por ordem: nome do dispositivo, tamanho, 
sistema de ficheiros, e ponto de montagem.

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages)
#: ../partconf.templates:4001
msgid Leave the file system intact
msgstr Deixar o sistema de ficheiros intacto

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of the choices
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages)
#. Type: select
#. Choices
#. Note to translators : Please keep your translations of each choice
#. (separated by commas)
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages)
#: ../partconf.templates:4001
#: ../partconf.templates:5001
msgid Create swap space
msgstr Criar espaço swap

#. Type: select
#. Description
#. Type: select
#. Description
#: ../partconf.templates:4002
#: ../partconf.templates:5002
msgid Action on ${PARTITION}:
msgstr Acção em ${PARTITION}

#. Type: select
#. Description
#: ../partconf.templates:4002
msgid This partition seems to already have a file system (${FSTYPE}). You can 
choose to leave this file system intact, create a new file system, or create 
swap space.
msgstr Esta partição parece já ter um sistema de ficheiros (${FSTYPE}). Pode 
escolher entre deixar o sistema de ficheiros intacto, criar um novo sistema de 
ficheiros, ou criar espaço swap.

#. Type: select
#. Description
#: ../partconf.templates:5002
msgid This partition does not seem to have a file system. You can create a file 
system or swap space on it.
msgstr Esta partição não parece ter um sistema de ficheiros. Pode criar nela um 
sistema de ficheiros ou espaço swap.

#. Type: select
#. Choices
#. Note to translators : Please keep your translations of each choice
#. (separated by commas)
#. below a 65 columns limit (which means 65 characters
#. in single-byte languages)
#. it is a partition
#: 

Bug#401279: kqemu: Should build modules depending on the qemu version in etch

2006-12-02 Thread Petter Reinholdtsen

Package: kqemu
Version: 1.3.0~pre9-2
Tags: patch

I ran into a minor problem when building kqemu for etch.  The
resulting module package refuse to install as it depend on qemu 0.8.2,
while version 0.8.1 is in etch.  I changed the package to depend on
the earlier qemu version to work around it, and it seem to work just
fine.

Here is the patch I used:

--- kqemu-1.3.0~pre9/debian/control.modules.in
+++ kqemu-1.3.0~pre9/debian/control.modules.in
@@ -7,7 +7,7 @@

 Package: kqemu-modules-_KVERS_
 Architecture: any
-Depends: linux-image-_KVERS_, qemu (= 0.8.2)
+Depends: linux-image-_KVERS_, qemu (= 0.8.1)
 Provides: kqemu-modules
 Description: kqemu modules for Linux (kernel _KVERS_).
  This package contains the set of loadable kernel modules for the

Please apply it to the kqemu source, to make the package easier to
backport to etch.

Friendly,
-- 
Petter Reinholdtsen


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



Bug#386265: base-installer patch for prep support.

2006-12-02 Thread Frans Pop
tags 386265 + pending
thanks

On Saturday 02 December 2006 10:17, Sven Luther wrote:
 Find attached a patch which chose a -prep kernel on prep boxes, and
 also removed apus support, since we currently have no apus kernels.

Applied.

 I would appreciate a review of this one, to see if i didn't make a
 mistake that may affect other stuff.

Testcases show no regressions.

 This patch also includes a /proc/cpuinfo output of my powerstack II,
 for addition into the kernel choser testing infrastructure.

Added.

Cheers,
FJP


pgpSOhWxTg6np.pgp
Description: PGP signature


Bug#400928: [intl:fr] hunglsih debconf template translation

2006-12-02 Thread Christian Perrier
Quoting LENART Janos ([EMAIL PROTECTED]):
 On 11/30/06, Christian Perrier [EMAIL PROTECTED] wrote:
 To the maintainer: I stupidly forgot checking that French was still
 up-to-date when I NMU'ed. Tehrefore, French is the only incomplete
 translation...:-)
 
 Would you mind /me NMU'ing again to fix this and save you some time?
 Please go ahead.
 
 ( /me still can't understand what good would do to translate a program
 that is unusable for anyone but hungarians?... )


NMU built and uploaded. Patch attached.

diff -Nru hunglish-1.13.old/debian/changelog hunglish-1.13/debian/changelog
--- hunglish-1.13.old/debian/changelog  2006-12-02 07:43:44.189747038 +0100
+++ hunglish-1.13/debian/changelog  2006-12-02 07:45:35.606734899 +0100
@@ -1,3 +1,11 @@
+hunglish (1.13-1.3) unstable; urgency=low
+
+  * Non-maintainer upload with maintainer's agreement
+  * Include the French debconf translation broken by the former
+French NMU'er. Closes: #400928
+
+ -- Christian Perrier [EMAIL PROTECTED]  Sat,  2 Dec 2006 07:44:44 +0100
+
 hunglish (1.13-1.2) unstable; urgency=high
 
   * Non-maintainer upload to fix a RC bug
diff -Nru hunglish-1.13.old/debian/po/fr.po hunglish-1.13/debian/po/fr.po
--- hunglish-1.13.old/debian/po/fr.po   2006-12-02 07:43:44.185747002 +0100
+++ hunglish-1.13/debian/po/fr.po   2006-12-02 07:45:53.654902261 +0100
@@ -13,10 +13,10 @@
 #
 msgid 
 msgstr 
-Project-Id-Version: hunglish_1.12-4\n
+Project-Id-Version: hunglish_1.13-1.2\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-11-02 20:34+0100\n
-PO-Revision-Date: 2006-11-07 18:19+0100\n
+POT-Creation-Date: 2006-11-05 07:45+0100\n
+PO-Revision-Date: 2006-11-19 15:31+0100\n
 Last-Translator: Steve Petruzzello [EMAIL PROTECTED]\n
 Language-Team: French debian-l10n-french@lists.debian.org\n
 MIME-Version: 1.0\n
@@ -71,7 +71,7 @@
 like Play, Stop, Sleep, Wake etc.  These do not affect the basic keyboard 
 type.
 msgstr 
-Certains claviers ��am�lior�s�� poss�dent des touches non-standards telles 
+Certains claviers ��am�lior�s�� poss�dent des touches non standards telles 
 que Play, Stop, Sleep, Wake, etc. Leur pr�sence doit �tre ignor�e pour 
 choisir le type de clavier.
 
@@ -139,15 +139,15 @@
 msgid 
 If you just want to get a Hunglish console, select `console', and your X 
 settings will be unchanged.  If you want to use Hunglish only under X, 
-choose `x' from the list.  Note that if dexconf runs on your system after 
+choose `x' from the list.  Note that if debconf runs on your system after 
 this, it will destroy hunglish `x' configuration, so you have to call dpkg-
 reconfigure hunglish then.
 msgstr 
 Choisissez ��console�� pour avoir une console Hunglish et garder votre 
 configuration X inchang�e. Choisissez ��X�� pour utiliser Hunglish avec X-
-Window. Veuillez noter que si dexconf est ex�cut� apr�s cette configuration, 
-la configuration Hunglish ��X�� sera d�truite et vous devrez utiliser � 
-nouveau la commande ��dpkg-reconfigure hunglish�� pour la r�cup�rer. 
+Window. Veuillez noter que si debconf est ex�cut� apr�s cette �tape, la 
+configuration Hunglish ��X�� sera d�truite et vous devrez utiliser � nouveau 
+la commande ��dpkg-reconfigure hunglish�� pour la r�cup�rer. 
 
 #. Type: note
 #. Description
diff -Nru hunglish-1.13.old/debian/po/pt_BR.po hunglish-1.13/debian/po/pt_BR.po
--- hunglish-1.13.old/debian/po/pt_BR.po2006-12-02 07:43:44.189747038 
+0100
+++ hunglish-1.13/debian/po/pt_BR.po2006-12-02 07:48:52.164592877 +0100
@@ -15,16 +15,17 @@
 # Licensed under the same terms of the hunglish package.
 #
 msgid 
-msgstr pt_BR utf-8\n
+msgstr 
 Project-Id-Version: hunglish (20061109)\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-11-02 20:34+0100\n
+POT-Creation-Date: 2006-11-05 07:45+0100\n
 PO-Revision-Date: 2006-11-09 16:20-0200\n
 Last-Translator: Felipe Augusto van de Wiel (faw) [EMAIL PROTECTED]\n
 Language-Team: l10n portuguese debian-l10n-portuguese@lists.debian.org\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+pt_BR utf-8\n
 
 #. Type: select
 #. Description
@@ -95,8 +96,8 @@
 msgstr 
 O layout de teclado padrão húngaro é QWERTZ, isto é, a tecla Y está à 
 esquerda do X, e não entre T e U. Isto aborrece um número de pessoas que 
-estão acostumadas ao layout QWERTY US. Portanto, Hunglish provê o layout 
-não-padrão QWERTY húngaro como padrão.
+estão acostumadas ao layout QWERTY US. Portanto, Hunglish provê o layout não-
+padrão QWERTY húngaro como padrão.
 
 #. Type: boolean
 #. Description
@@ -141,13 +142,13 @@
 msgid 
 If you just want to get a Hunglish console, select `console', and your X 
 settings will be unchanged.  If you want to use Hunglish only under X, 
-choose `x' from the list.  Note that if dexconf runs on your system after 
+choose `x' from the list.  Note that if debconf runs on your system after 
 this, it will destroy hunglish `x' configuration, so you have to call dpkg-
 reconfigure hunglish then.
 msgstr 
 Se você somente 

Bug#398875: moodbar

2006-12-02 Thread Ludovic RESLINGER
On Sat, Dec 02, 2006 at 09:11:00AM +0100, Joost Yervante Damad wrote:
 Hi,
 
 let me know if you need any help with this package or want a co-maintainer.
 I already created a package for me of moodbar locally, I just didn't have 
 time 
 yet to file an ITP.
 
 Greetings, Joost

Hi,

Thank you for your proposal.
Maybe I will contact you if I have
problems with the program, but I do
not think that a co-maintainer is necessary.

Regards,
-- 
.---.  Ludovic RESLINGER
   / \
   [EMAIL PROTECTED]@./ Trumpet Student in CNR
   /`\_/`\ Free Software Developer
  // )X( \\
 | \  :  )|_   _,'|   .''`.
/`\_`  _/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_=HHH___))   `.|  `. `'`
 `---UUU---'= `-


signature.asc
Description: Digital signature


Bug#401281: Xorg shows black/garbled screen

2006-12-02 Thread Paul van Tilburg
Package: linux-image-2.6.18-3-powerpc
Version: 2.6.18-6
Severity: normal

When I booted linux-image-2.6.18-3-powerpc today, Xorg showed a black
screen on my PowerBook G4 (TiBook) and nothing more, rendering X rather
unusable.  When I use my brightness-adjustment keys up or down, it switches
to a white screen with dancing lines on it.

I'm using the following boot param: video=radeonfb
I also use Xorg with the radeon driver.

When I switch back to my still installed linux 2.6.18-2-powerpc, everything
works fine again.

If you need more information, please let me know.
Regards,

Paul

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (102, '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.UTF8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-3-powerpc depends on:
ii  coreutils 5.97-5.2   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.9  Debian configuration management sy
ii  initramfs-tools [linux-initra 0.85b  tools for generating an initramfs
ii  mkvmlinuz 27 create a kernel to boot a PowerPC 
ii  module-init-tools 3.3-pre3-1 tools for managing Linux kernel mo

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

-- debconf information excluded


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



Bug#208712: libxfce.so GTK-Warning woes

2006-12-02 Thread Alexander Clouter
Hi,

I had been suffering from this problem for some time, run any GTK application 
(gq, chameleon, etc) and get a bunch of harmless:

Gtk-WARNING **: Unable to locate loadable module in module_path: libxfce.so

messages over and over again.  It was annoying but obviously not the end of 
the world.

They occurred a while back when was playing with XFCE to see if I liked it but 
now that I'm using wmii its a reminder of my ugly past ;)

Anyway I found finally something online[1] and by removing all traces of XFCE 
from my ~/.gtkrc file the messages disappeared.  I actually deleted the file 
in the end along with .gtk-bookmarks but thats just me being overly tidy.

Just thought this might be the real 'solution' to the bug.  Not fair to force 
people to install an XFCE related package to clean up harmless messages when 
they do not intend on using it :)

Meanwhile my partner is a happy user of XFCE so keep up the good work!

Cheers

Alex

[1] http://www.linuxquestions.org/questions/showthread.php?t=104863

-- 
 ___
/ The more things change, the more they \
\ stay insane.  /
 ---
\   ^__^
 \  (oo)\___
(__)\   )\/\
||w |
|| ||


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



Bug#400439: RFC: initramfs-tools postinst causes system inconsistency?

2006-12-02 Thread Nikita V. Youshchenko
Current suituation - when initramfs for one semi-randomly selected 
linux-image package is updated, and others are not, and even administrator 
is not notified in any way, leads to system inconsistensy.

Which I believe is against debian quality standards.

I'm forwarding this to debian-devel for futher discussion.


 On Sun, 26 Nov 2006, Nikita V. Youshchenko wrote:
  Looks line postinst script of initramfs-tools package just runs
  'update-initramfs -u'

 yes and it will stay like this.

  This looks to update initramfs image for one of installed linux-image
  packages, while keeping it as-is for all other packages. This could
  lead to different sorts of inconsistency.
 
  E.g. on one of systems, I have linux-image-2.6.18-2-xen-k7 and
  linux-image-2.6.18-2-k7 packages installed. Normally xen version is
  running, but non-xen version is kept for the case if things will go
  wrong.

 this is a known case where the sorting gets wrong,
 but power user, who have several kernels installed can
 take care of that.

  So what is stated in the man page ('update-initramfs -u updates
  the initramfs of the newest kernel') is not true. 2.6.18-2-xen-k7 *is*
  newest, but it's initramfs image is not updated.
  I think that '-u' whthout '-k' in it's current implementation does not
  make sence at all, because aclually it updates initramfs of
  semi-random kernel.

 just if you install several kernels of the same version,
 than it picks the image on alphabetical order.

  I thinks that tho things should be done
  - postinst should be changed either to call 'update-initramfs -u -k
  all', or to ask somehow what images should be updated,
  - update-initramfs should be modified either to require -k, or to use
better logic to find out what kernel image is the 'latest'.

 the sorting algorythm could be refined,
 but needs to take into account that the current running
 is not the latest..
 postetch material anyway.


pgpJMAwFTLdrz.pgp
Description: PGP signature


Bug#401271: [powerpc,prep] Motorola Powerstack II installation report.

2006-12-02 Thread Frans Pop
reassign 401271 partman-auto
retitle 401271 Separate boot partition not needed for prep systems
tags 401271 + pending
thanks

On Saturday 02 December 2006 10:47, Sven Luther wrote:
 Comments/Problems:
   1) PReP machines need 2.6.18 based -prep kernels, as thus, a unstable
   install will do it, and a testing/etch install needs some work.

Should be solved as soon as 2.6.18 migrates to testing.

   3) /boot separate partition in RAID/LVM/Crypto cases is wasted, since
 the kernel will anyway reside on the PReP partition.

Reassigning to partman-auto; have deleted definitions for /boot partitions 
in powerpc-prep recipes.

   4) PReP boxes don't know how to set command line options, so there is
 need to set it inside the ramdisk (not supported by initramfs-tools,
 but supported by yaird), so they need to be given by hand at the kernel
 bootwrapper kenrel args prompt. (This is a initramfs-tools bug, maybe
 RC ?).

I've seen a sparate bug filed for this.

 Now, about the workaround, currently you need to :

   1) as soon as the base system is installed, when you are in the
 tasksel dialog, go to console 2, chroot /target, install lftp or some
 other tool and get the unstable mkvmlinuz and linux-image-2.6.18-3-prep
 kernels.

Why install lftp? Just use wget...


pgp5EjyqE9L3b.pgp
Description: PGP signature


Bug#401280: race Condition in osiris console

2006-12-02 Thread Ruben Puettmann
Package: osiris
Version: 4.2.0-2
Severity: important
Tags: patch


hy,

here is a mail from one of the developers with an temp. fix.

schnippp-
In src/libosirisctl/osirisctl.c:ctl_get_database() at the break; on line
3808, the status should be set to TRUE when the function returns,
however on some systems a FALSE is returned to the calling function
src/cli/osiris.c:process_print_db() at the if statement on line 2867.

This causes the CLI print-db to fail even though the temporary database
was correctly written to the CLI host as shown by trying to diff the
db.temp and the original DB on the management host.

When debugging this issue, I found that putting a sleep(1); right before
the offending break in osirisctl.c on line 3808 fixes the problem.  Can
anyone provide insight as to why this workaround works, and maybe
provide a better fix?

This condition exists on some Debian systems as reported by Ruben
Puettmann and I was able to recreate the error on a Fedora Core 5 i386
virtual machine.

Thank you!

dave
--schnapp---

You can follow the discussion on:

http://osiris.shmoo.com/pipermail/osiris-devel/

attached is an Patch for the 4.2.2 Version

Ruben


-- 
Ruben Puettmann
[EMAIL PROTECTED]
http://www.puettmann.net
--- osiris-4.2.2/src/libosirisctl/osirisctl.c   2006-07-27 19:57:51.0 
-0400
+++ osiris-patched/src/libosirisctl/osirisctl.c 2006-11-29 15:50:11.000673960 
-0500
@@ -3804,8 +3804,21 @@
 }
 }
 
+/* set status to TRUE, close the database file, and return
+   to the CLI...
+
+   This is functionally equivalent to what was previously here;
+   however, some systems would see ctl_get_database() return
+   FALSE to the CLI which would make print-db fail.
+*/
 status = TRUE;
-break;
+
+if( dbfile )
+{
+fclose( dbfile );
+}
+
+return status;
 }
 
 /* drop all other message types. */


Bug#401229: installation-reports

2006-12-02 Thread Frans Pop
reassign 401229 initramfs-tools
severity 401229 important
retitle 401229 [hppa] zalon7xx driver not included in initrd
thanks

On Saturday 02 December 2006 00:11, Kurt Fitzner wrote:
 Comments/Problems:
   A necessary device driver for my system (zalon7xx) was on the install
 CD, but not included in the supplied kernel.  Thus, my system was
 unable to boot after the install.  I have tried RC1 and yesterday's
 daily build.

This is probably a problem in the initramfs-tools package which creates 
the initrd. That should take care of loading the module.

You can work around this by using the rescue mode of the installer (add 
rescue/enable=true boot parameter) and then:
- proceed until you can select the / file system of your new system
- start a chroot shell on that filesystem
- (maybe mount additional filesystems)
- add the module to /etc/initramfs-tools/modules
- update the initrd using update-initramfs

Cheers,
FJP


pgpncwKDsFAdL.pgp
Description: PGP signature


Bug#401274: closed by Bastian Blank [EMAIL PROTECTED] (Re: Bug#401274: linux-image-2.6.18-3-686: /sbin/update-grub vs /usr/sbin/update-grub (grub2))

2006-12-02 Thread Olaf van der Spek

Debian Bug Tracking System wrote:

On Sat, Dec 02, 2006 at 11:01:17AM +0100, Olaf van der Spek wrote:

Grub2 put update-grub in another directory (/usr/sbin/update-grub instead of 
/sbin/update-grub).


You should follow the warnigs which are emitted by at least the
update-grub from grub 1: Remove the absolute path from the entry in
/etc/kernel-img.conf.


I've never seen that warning.


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



Bug#401282: ddclient: Don't use the https secure update in sitelutions ...

2006-12-02 Thread Mario Oyorzabal Salgado
Package: ddclient
Version: 3.6.7-2
Severity: important

Hi, i have to testing ddclient, for update my dynamic dns, ddclient is cool i 
think
change to ddclient.

I'm using sitelutions.com (dns service), searching in google.com, see ddclient 
have
support for this service, but checking in the source code of ddclient i have 
see:


line 2996:

verbose(UPDATE:,updating %s, $h);

my $url;
$url   = http://$config{$h}{'server'}/dnsup;
$url  .= ?id=$h;
$url  .= user=$config{$h}{'login'};
$url  .= pass=$config{$h}{'password'};
$url  .= ip=;
$url  .= $ip if $ip;

I don't know perl, i'm a newbie, but with the url ddclient show me, ddclient 
don't use 
the https secure conection for update the dns, a think so this is important 
have a 
few security updating the dns service.

sorry my english is bad =(


-- 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=es_MX.UTF-8, LC_CTYPE=es_MX.UTF-8 (charmap=UTF-8)

Versions of packages ddclient depends on:
ii  debconf [debconf-2.0] 1.5.8  Debian configuration management sy
ii  perl [perl5]  5.8.8-6.1  Larry Wall's Practical Extraction 

ddclient recommends no packages.

-- debconf information excluded


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



Bug#399764: fix to RC + python transition

2006-12-02 Thread Tomas Pospisek

Hello Ana

On Sat, 2 Dec 2006, Ana Guerrero wrote:


On Tue, Nov 28, 2006 at 06:34:59AM +0100, Ana Guerrero wrote:

Besides fix this RC bug, this package needs to be updated correctly
to the last python policy. I'm working in a NMU that covers this too.


I sent this patch directly to the maintainer some days ago, i'm sending
it via the BTS again in case there was problems with the mail.
Tomas, if you do not have time to upload it, ping me and i'll NMU it.


I hope to upload this weekend. Anyway, if you feel like it, you are very 
wellcome to do an NMU.


Thanks a lot for the patch :-) !
*t

--

  Tomas Pospisek
  http://sourcepole.com -  Linux  Open Source Solutions



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



Bug#401283: sl-modem: French debconf templates translation update

2006-12-02 Thread Jean-Luc Coulon (f5ibh)
Package: sl-modem
Version: 2.9.9d+e-pre2-7
Severity: wishlist
Tags: patch l10n

Please find attached the French debconf templates translation update,
proofread by the debian-l10n-french mailing list contributors.

Regards

Jean-Luc

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19-k8-2
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: sl-modem 2.9.6\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-10-19 01:50+0200\n
PO-Revision-Date: 2006-11-26 13:18+0100\n
Last-Translator: Jean-Luc  Coulon (f5ibh) [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Default
#: ../sl-modem-daemon.templates:1001
msgid USA
msgstr FRANCE

#. Type: select
#. Description
#. Translators: Enter the country (in uppercase and in English) where your
#. language is mostly spoken, for example FRANCE for French or GERMANY for
#. German
#: ../sl-modem-daemon.templates:1002
msgid Location of the modem:
msgstr Emplacement du modem :

#. Type: select
#. Description
#. Translators: Enter the country (in uppercase and in English) where your
#. language is mostly spoken, for example FRANCE for French or GERMANY for
#. German
#: ../sl-modem-daemon.templates:1002
msgid 
In which country is your modem located? Please select the telephone system 
used in your country.
msgstr 
Veuillez indiquer le pays dans lequel se trouve votre modem. Vous devriez 
choisir le système téléphonique en usage dans votre pays.



Bug#401227: Package ready

2006-12-02 Thread Nacho Barrientos Arias
The package can be downloaded here:

   http://zoidberg.criptonita.com/~nacho/debian/metacafe-dl/

-- 
bye,
   - Nacho 
 http://criptonita.com/~nacho


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



Bug#401287: libgif4: Should this package provide libungif4g?

2006-12-02 Thread Andre Colomb (local)
Package: libgif4
Version: 4.1.4-1
Severity: important

Hi!

I recently discovered that on my testing/unstable system, giflib3g and
giflib3g-dev are no longer available from the repository. I tried to
upgrade these to libgif4 and libgif-dev, but that broke a lot of
dependencies because libgif4 Conflicts: with libungif4g and Replaces: it.

However, the package does not have a Provides: attribute for libungif4g,
so all packages depending on that will be broken by installing libgif4.

I see two solutions to this:
 - State in the libgif4 package that it Provides: libungif4g
 - Convince all the other packages' maintainers to depend on libungif4g |
   libgif4. That would be an awful lot of packages.

These packages currently depend on libungif4g: (as reported by aptitude)
advi 1.6.0-11
afterstep 2.2.2-2
array-util 1.9-2
aterm 1.0.0-4
aterm-ml 1.0.0-4
cheops-ng 0.2.3-3
driftnet 0.1.6-7
emacs-snapshot 1:20061201-1
emacs-snapshot-gtk 1:20061201-1
emacs21 21.4a+1-1
endeavour2 2.7.1-1
endeavour2 2.7.3-1
fbi 2.05-2
gdal-bin 1.3.2-2
gdk-imlib11 1.9.14-31
gdk-imlib11 1.9.14-32
gfontview 0.5.0-6
gnustep-gui-runtime 0.11.0-2
icewm 1.2.28-4
ida 2.05-1
imlib11 1.9.14-31
imlib11 1.9.14-32
ktoon 0.8-1
kuickshow 4:3.5.5-2
libafterimage0 2.2.2-2
libafterstep1 2.2.2-2
libcamlimages-ocaml 2.20-8
libgdal1-1.3.2 1.3.2-2
libgdiplus 1.1.18-1
libgnustep-gui0.11 0.11.0-2
libimager-perl 0.50-1
libimlib2 1.3.0.0debian1-4
libming-util 1:0.3.0-9+b2
libming-util 1:0.3.0-9+b2
libming0 1:0.3.0-9+b2
libopenscenegraph4 1.2.0-2
libsimage20 1.6.1-2
libswf-perl 1:0.3.0-9+b2
libungif-bin 4.1.4-4
libungif4-dev 4.1.4-4
libwraster3 0.92.0-6
mgp 1.11b-7
motioneye 1.2-3
mozart-gtk 20060615-2
mplayer 1.0~rc1-4
paintlib2c2a 2.6.2-8
paul 0.1.1-6
pixelize 0.9.2-3
pslib1 0.2.7-1
qvwm 1:1.1.12-4
spamprobe 1.4b-2
vice 1.19-1
vice 1.20-1
wallp 0.64-7
xplanet 1.2.0-1.2
xplanet 1.2.0-1.3+b1
xteddy 2.1-1
fontforge 0.0.20061019-1

Would be great if you could find a reasonable way to resolve this
situation.

Thanks in advance!

Regards, Andre

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


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



Bug#383425:

2006-12-02 Thread Waba
Package: lighttpd
Followup-For: Bug #383425


I am facing the very same problem on my server: I have a global apache
as a front-end, and a lighttpd instance running with specific uid/gid
for each website on local high ports.

With these settings you'll understand that I have strictly no need for
a global instance of lighttpd. Furthermore, I *don't want* it either,
because one of the most basic steps to keep a system secure is to
disable unnecessary daemons.

So for now I've configured that global lighttpd to run on another local
high port, but clearly this is a ugly workaround. Another approach would
have been to hack  slash the init.d script, however as pointed in
the Debian reference manual (chapter 9), customizing init scripts by
editing files in /etc/defaults/* is the preferred approach.

So in summary, I'd really appreciate a /etc/defaults/lighttpd with a
START_DAEMON on/off setting like apache, fetchmail, or actually most
Debian daemon packages.

Thanks in advance,
-Waba.


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



Bug#389487: updated patch

2006-12-02 Thread Arnaud Fontaine
tags 389487 + pending
thanks

 Tollef == Tollef Fog Heen [EMAIL PROTECTED] writes:

Tollef Hi, http://err.no/patches/mksquashfs_3.1r2_progress.diff is
Tollef a patch for this against the newer source.

Hello,

Thanks for your patch.

Regards,
Arnaud Fontaine


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



Bug#401288: tftpd: Suggest mentioning no tsize in package description

2006-12-02 Thread Phil Endecott
Package: tftpd
Severity: minor


tftpd does not support tsize.  I don't know what that is, but it is 
needed by the PXE network bootloader.  atftpd and tftpd-hpa do have this 
feature.

Since network booting is the most common application of tftp, I suggest 
that it is worth mentioning this in the ftfpd package description.  For 
example:

   Tftpd is a server which supports the Internet Trivial File Transfer 
   Protocol (RFC 783). The server is normally started by inetd(8).
   Tftpd is not suitable for use with the PXE bootloader; for that,
   use atftpd or tftpd-hpa.

(See the note at the start of section 4.6 of the Debian Installer 
documentation.)


Phil.



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



Bug#401289: tcsh: if can't expand a filename, tells the user it was the subprograms fault

2006-12-02 Thread Tim Connors
Package: tcsh
Version: 6.14.00-7
Severity: normal


 echo asdasd*
echo: No match.

This happens for any program -- the error message is printed such that
it looks like the subprogram bailed, not that the shell can't find a
match, and bailed without even starting up the subprogram.

The error message _should_ look something like this perhaps:

 echo asdasd*
tcsh: echo: No match.


For us only use tcsh under protest types, such an uninformative
error message is worse than useless - leading us down very dark alleys
while trying to debug small problems.

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

Versions of packages tcsh depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libncurses5  5.5-5   Shared libraries for terminal hand

tcsh recommends no packages.

-- no debconf information


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



Bug#401291: Junk filter doesn't work correctly

2006-12-02 Thread Patrick Matthäi

Package: icedove
Version: 1.5.0.8.dfsg1-1

Hello,
Since today my junk filter doesn't work correctly. My training.dat is 
still available:

[EMAIL PROTECTED]:~$ du -sh .mozilla-thunderbird/igtvm7yd.default/training.dat
172K.mozilla-thunderbird/igtvm7yd.default/training.dat

The filter detects junk emails still.
But at my trash folder, he marks only those emails as junk, which I 
recieved today, not the older ones.
For example, these ones on this picture ( 
http://img291.imageshack.us/my.php?image=junkfb6.png ) are normaly 
marked as junk.



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



Bug#401284: ddclient reports ....

2006-12-02 Thread Mario Oyorzabal Salgado
Package: ddclient
Version: 3.6.7-2
Severity: wishlist

ddclient have mode to verbose and debuggin, but may be can have a new feature
hability for create reports (logs) of succes updates to dns in for example:

/var/log/ddclient.log

Or send emails to root user for checking the correct update of dns system
greetings =).


-- 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=es_MX.UTF-8, LC_CTYPE=es_MX.UTF-8 (charmap=UTF-8)

Versions of packages ddclient depends on:
ii  debconf [debconf-2.0] 1.5.8  Debian configuration management sy
ii  perl [perl5]  5.8.8-6.1  Larry Wall's Practical Extraction 

ddclient recommends no packages.

-- debconf information excluded


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



Bug#401249: [Pkg-xen-devel] Bug#401249: xen-utils-common: xenbr0 not being created

2006-12-02 Thread FRLinux

Bastian Blank wrote:

This have nothing to do with the mentioned xenbr0 in the subject.


It does, because right now, the box doesn't have a xenbr0 interface, 
neither a vifX one.



So it fails to connect to the xenstored. Please start it by hand and
show why it dies.


Yup, this is what i get :

/usr/lib/xen-3.0.3-1/bin/xenstored

ERROR: Could not open event channel interface (19 = No such device)
FATAL: Failed to open evtchn device: No such device

An strace seems to indicate that it cannot find quite a few files 
including : /usr/lib/xen-3.0.3-1/lib/libc.so.6


 strace /usr/lib/xen-3.0.3-1/bin/xenstored
execve(/usr/lib/xen-3.0.3-1/bin/xenstored, 
[/usr/lib/xen-3.0.3-1/bin/xenstor...], [/* 16 vars */]) = 0

uname({sys=Linux, node=golem, ...}) = 0
brk(0)  = 0x805a000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or 
directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0xb7ef
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or 
directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0xb7eef000
open(/usr/lib/xen-3.0.3-1/lib/tls/i686/cmov/libxenctrl.so, O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat64(/usr/lib/xen-3.0.3-1/lib/tls/i686/cmov, 0xbfe5daf8) = -1 ENOENT 
(No such file or directory)
open(/usr/lib/xen-3.0.3-1/lib/tls/i686/libxenctrl.so, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64(/usr/lib/xen-3.0.3-1/lib/tls/i686, 0xbfe5daf8) = -1 ENOENT (No 
such file or directory)
open(/usr/lib/xen-3.0.3-1/lib/tls/cmov/libxenctrl.so, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64(/usr/lib/xen-3.0.3-1/lib/tls/cmov, 0xbfe5daf8) = -1 ENOENT (No 
such file or directory)
open(/usr/lib/xen-3.0.3-1/lib/tls/libxenctrl.so, O_RDONLY) = -1 ENOENT 
(No such file or directory)
stat64(/usr/lib/xen-3.0.3-1/lib/tls, 0xbfe5daf8) = -1 ENOENT (No such 
file or directory)
open(/usr/lib/xen-3.0.3-1/lib/i686/cmov/libxenctrl.so, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64(/usr/lib/xen-3.0.3-1/lib/i686/cmov, 0xbfe5daf8) = -1 ENOENT (No 
such file or directory)
open(/usr/lib/xen-3.0.3-1/lib/i686/libxenctrl.so, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64(/usr/lib/xen-3.0.3-1/lib/i686, 0xbfe5daf8) = -1 ENOENT (No such 
file or directory)
open(/usr/lib/xen-3.0.3-1/lib/cmov/libxenctrl.so, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64(/usr/lib/xen-3.0.3-1/lib/cmov, 0xbfe5daf8) = -1 ENOENT (No such 
file or directory)

open(/usr/lib/xen-3.0.3-1/lib/libxenctrl.so, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\33..., 
512) = 512

fstat64(3, {st_mode=S_IFREG|0644, st_size=46772, ...}) = 0
mmap2(NULL, 136580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 
0) = 0xb7ecd000
mmap2(0xb7ed8000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0xb7ed8000
mmap2(0xb7ed9000, 87428, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ed9000

close(3)= 0
open(/usr/lib/xen-3.0.3-1/lib/libc.so.6, O_RDONLY) = -1 ENOENT (No 
such file or directory)

open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=20356, ...}) = 0
mmap2(NULL, 20356, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ec8000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or 
directory)
open(/lib/tls/i686/cmov/libc.so.6, O_RDONLY) = -1 ENOENT (No such file 
or directory)
open(/lib/tls/i686/cmov/libc.so.6, O_RDONLY) = -1 ENOENT (No such file 
or directory)
stat64(/lib/tls/i686/cmov, 0xbfe5dadc) = -1 ENOENT (No such file or 
directory)
open(/lib/tls/i686/libc.so.6, O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64(/lib/tls/i686, 0xbfe5dadc) = -1 ENOENT (No such file or 
directory)
open(/lib/tls/cmov/libc.so.6, O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64(/lib/tls/cmov, 0xbfe5dadc) = -1 ENOENT (No such file or 
directory)
open(/lib/tls/libc.so.6, O_RDONLY)= -1 ENOENT (No such file or 
directory)
stat64(/lib/tls, 0xbfe5dadc)  = -1 ENOENT (No such file or 
directory)
open(/lib/i686/cmov/libc.so.6, O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64(/lib/i686/cmov, 0xbfe5dadc)= -1 ENOENT (No such file or 
directory)
open(/lib/i686/libc.so.6, O_RDONLY)   = -1 ENOENT (No such file or 
directory)
stat64(/lib/i686, 0xbfe5dadc) = -1 ENOENT (No such file or 
directory)
open(/lib/cmov/libc.so.6, O_RDONLY)   = -1 ENOENT (No such file or 
directory)
stat64(/lib/cmov, 0xbfe5dadc) = -1 ENOENT (No such file or 
directory)

open(/lib/libc.so.6, O_RDONLY)= 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220T\1..., 
512) = 512

fstat64(3, {st_mode=S_IFREG|0755, st_size=1147736, ...}) = 0
mmap2(NULL, 1157428, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 
0) = 0xb7dad000
mmap2(0xb7ebe000, 28672, PROT_READ|PROT_WRITE, 

Bug#401290: None rtime triggering exception in savemessage

2006-12-02 Thread J.H.M. Dassen (Ray)
Package: offlineimap
Version: 4.0.15
Severity: important

I've been successfully using offlineimap against a GroupWise IMAP service
for a long time, but as of 4.0.15, it fails when storing a new message to
local Maildir storage; as far as I can tell, due to rtime being None.

Due to company confidentiality, I can't provide a full debug log in the BTS,
but hopefully the following scrubbed log is helpful in pinpointing the
problem:

Last 14 debug messages logged for Copy message 8403 from research prior 
to exception:
imap:   33:12.35  GMAJ60 UID FETCH 8403 (BODY.PEEK[])
imap:   33:12.42  * 1738 FETCH (BODY[] {2948}
imap:   33:12.42matched r'\* (?Pdata\d+) (?Ptype[A-Z-]+)( 
(?Pdata2.*))?' = ('1738', 'FETCH', ' (BODY[] {2948}', '(BODY[] {2948}')
imap:   33:12.42matched r'.*{(?Psize\d+)}$' = ('2948',)
imap:   33:12.42 read literal size 2948
imap:   33:12.42 untagged_responses[FETCH] 0 += [('1738 (BODY[] 
{2948}', 'Return-path: []')]
imap:   33:12.42   UID 8403)
imap:   33:12.42 untagged_responses[FETCH] 1 += [ UID 8403)]
imap:   33:12.42  GMAJ60 OK UID FETCH completed
imap:   33:12.42matched r'(?PtagGMAJ\d+) (?Ptype[A-Z]+) 
(?Pdata.*)' = ('GMAJ60', 'OK', 'UID FETCH completed')
imap:   33:12.42 untagged_responses[FETCH] = [('1738 (BODY[] {2948}',
'Return-path: [**scrubbed**]'), ' UID 8403)']
imap: Returned object from fetching 8403: ('OK', [('1738 (BODY[] 
{2948}', 'Return-path: [**scrubbed**]'), ' UID 8403)'])
maildir: savemessage: called to write with flags [] and content 
'Return-path: []'
maildir: savemessage: using temporary name 1165059192_0.2099.zensunni
Exception in thread Folder sync Novell[research] (most likely raised 
during interpreter shutdown):
Traceback (most recent call last):
  File threading.py, line 442, in __bootstrap
  File /var/lib/python-support/python2.4/offlineimap/threadutil.py, 
line 239, in run
exceptions.TypeError: unsubscriptable object

This problem does not occur when I switch back to 4.0.14.

Please let me know if additional information or testing is needed.

Greetings,
Ray

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (800, 'unstable'), (750, 'experimental'), (500, 
'testing-proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.4
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages offlineimap depends on:
ii  python2.4.4-1An interactive high-level object-o
ii  python-support0.5.6  automated rebuilding support for p

offlineimap recommends no packages.

-- no debconf information
-- 
Obsig: developing a new sig


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



Bug#401286: OpenOffice.org Writer crashes when saving an sxw file as odt

2006-12-02 Thread Felix Rommel
Package: openoffice.org-writer
Version: 2.0.4-7

Package: openoffice.org-writer
Status: install ok installed
Priority: optional
Section: editors
Installed-Size: 14700
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Architecture: i386
Source: openoffice.org
Version: 2.0.4-7
Replaces: openoffice.org ( 1.9), openoffice.org-debian-files, 
openoffice.org2-writer ( 2.0.4-7), openoffice.org-common ( 2.0.3+2.0.4m179)
Provides: openoffice.org2-writer, writer2latex
Depends: openoffice.org-core (= 2.0.4-7), libc6 (= 2.3.6-6), libgcc1 (= 
1:4.1.1-12), libicu36, libstdc++6 (= 4.1.1-12), libstlport4.6c2, libwpd8c2a, 
zlib1g (= 1:1.2.1), python-uno (= 2.0.4)
Recommends: gij | java-gcj-compat | j2re1.4 | java2-runtime, 
openoffice.org-java-common
Suggests: openoffice.org-gcj
Conflicts: openoffice.org-debian-files, openoffice.org2-writer ( 2.0.4-7)
Description: OpenOffice.org office suite - word processor
 OpenOffice.org is a full-featured office productivity suite that provides
 a near drop-in replacement for Microsoft(R) Office.
 .
 This package contains the wordprocessor component for OpenOffice.org.
 .
 For latest news on OpenOffice.org in Debian, see
 http://openoffice.debian.net

Problem:

When saving a sxw OpenOffice 1 document as a odt document, Writer crashes.

Error message:

terminate called after throwing an instance of 'webdav_ucp::DAVException'

Steps to reproduce:

1. Open a sxw document, for example a TYPO3 tutorial document:

http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/current/ter_doc_sxw/?no_cache=1

2. Now save the document in OpenDocument format:

 File  Save as  ...

OpenOffice Writer crashes. It can restore the document after but you cannot 
save it as a odt file. This sxw file was not the first one which crashed 
OpenOffice Writer when saving to odt.

Kernel und shared C lib:

Linux debianz29 2.6.18-2-k7 #1 SMP Wed Nov 8 20:38:36 UTC 2006 i686 GNU/Linux
/lib/libc.so.6 - libc-2.3.6.so

I have the etch with the latest updates from 2006-12-02 with a 2.6.18 Kernel 
from unstable because with the current 2.6.17 kernel from testing my USB hard 
disk isn't recognized.
__
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!

Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131




Bug#400876: gnat-gps: Crash after clicking on Browse in the welcome screen

2006-12-02 Thread Kevin Brown

I wrote:

My next experiment is to put both File_Array and Virtual_File into the 
same storage pool and see what happens with that.


I not only did that, I also put Contents_Access into that same storage 
pool (Contents_Access is the value associated with a Virtual_File, which 
in turn is used as the elements in a File_Array).


And the end result is that, upon exit, you get this:

raised PROGRAM_ERROR : g-debpoo.adb:1274

This corresponds to this block of code:

 if Header.Block_Size  0 then
if Pool.Raise_Exceptions then
   raise Accessing_Deallocated_Storage;
else

So...on exit we're trying to access already-deallocated storage.  Nice.

I modified the Contents_Access finalization code to configure the debug 
pool to not raise exceptions and instead to print out the various 
information it can when encountering this error.  The end result looks 
like this:


error: Accessing deallocated storage, at 0x2B9C548EB270 
0x2B9C548EB60E 0x007DA5E9 0x007DA896 
0x004863F4 0x004871E0 0x004862E9 
0x00486237 0x2B9C5467ECFC 0x00451372 
0x0044A274 0x2B9C54D2D4C8 0x00448528
  First deallocation at 0x2B9C548EAD4D 0x2B9C548EB7A8 
0x007DA862 0x007DA896 0x004863F4 
0x007E247D 0x007E20E3 0x00802905 
0x2B9C5377EA52 0x2B9C55771477 0x2B9C55780ADF 
0x2B9C55781D93 0x2B9C55781F71 0x2B9C55098BFE 
0x2B9C557735EE 0x2B9C536BB040 0x0080242C 
0x2B9C5377E958 0x2B9C55771477 0x2B9C55780ADF
  Initial allocation at 0x2B9C548EAD4D 0x2B9C548EAF32 
0x007C17E1 0x007C12CB 0x007C1F00 
0x007D512D 0x007F34E9 0x007E5156 
0x2B9C559D6911 0x2B9C559D975B 0x2B9C559D9A44 
0x2B9C550796B0 0x007EF8AD 0x007EE29B 
0x01881F67 0x2B9C5377E958 0x2B9C55771477 
0x2B9C55780ADF 0x2B9C55781D93 0x2B9C55781F71



There are quite a number of these.




Now, the next logical step is to set a breakpoint at that location to 
see where in the code it's generating that, and to allow me to translate 
those addresses into something more meaningful.  The problem is, I can't 
figure out how.  Setting breakpoints on exceptions doesn't seem to work 
(and doesn't matter anyway when I have the pool configured not to 
generate them).



g-debpoo.adb is part of the GNAT runtime, and it seems it's compiled in 
such a way as to make it impossible to debug it (the end result is that 
runtime library calls, when made from a program, will be treated as an 
atomic operation by the debugger, so doing a step and doing a next 
wind up being identical -- the debugger won't, at a source code level, 
let you step into a runtime library function).


I tried copying that one file into a new source directory I created 
under gnat-gps-4.0.1 for that purpose (and added that directory to 
gps.gpr, of course), but that just causes the program to fail to 
compile.  It seems I have to bring over pretty much the entire runtime 
library (including the one for gtkada) to get it to compile that way, 
and I'd have to screw with the associated project files as well.


So I'm tempted to file another bug, this one against libgnat-4.1, 
stating that we need to compile a debug version (that would land in 
/usr/lib/debug) so that it's possible to set breakpoints within library 
functions.  We should do so for the various libgtkada-2.8 libraries as 
well, but libgnat is by far the most important in this regard.



Thoughts?




--
Kevin Brown   [EMAIL PROTECTED]


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



Bug#401285: ri-li.desktop is not completely valid

2006-12-02 Thread Pino Toscano
Package: ri-li
Version: 2.0.0-2
Severity: normal
Tags: patch

The Category key of the ri-li.desktop file is not valid.
- the Application category does not exists (see
  http://standards.freedesktop.org/menu-spec/latest/apa.html)
- it is a list, so it needs to ends with a semi-colon

The attached patch fixes both the issues above.

-- 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.16-2-k7
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages ri-li depends on:
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-19   GCC support library
ii  libsdl-mixer1.2 1.2.6-1.1+b2 mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.11-7 Simple DirectMedia Layer
ii  libstdc++6  4.1.1-19 The GNU Standard C++ Library v3
ii  ri-li-data  2.0.0-2  data files for Ri-li, a toy train 

ri-li recommends no packages.

-- no debconf information
--- ri-li.desktop.orig  2006-12-02 12:19:25.0 +0100
+++ ri-li.desktop   2006-12-02 12:18:28.0 +0100
@@ -8,4 +8,4 @@
 Icon=ri-li
 Terminal=false
 Type=Application
-Categories=Application;Game;ArcadeGame
+Categories=Game;ArcadeGame;


Bug#401292: squid3: Adjust build-dep libsasl2-2-dev - libsasl2-dev

2006-12-02 Thread Stefan Huehner
Package: squid3
Version: 3.0.PRE5-4
Severity: important


Hi,
your package build-depends on libsasl2-2-dev which was only briefly in
the archive and has been dropped recently. Please revert your build-dep
to the libsasl2-dev package so that your package stop to FTBFS.

Regards,
Stefan

-- 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/bash
Kernel: Linux 2.6.18-1-amd64
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#401203: patch for k700i behaviour

2006-12-02 Thread Hendrik Sattler
Hi,

the problem actually is a misbehaviour in libopenobex.
It send the STREAMAVAIL too early, thus the file handle is not open, yet.
This is triggered by the K700i sending the first (END-OF-)BODY Header in the 
first push packet (Siemens phones send it in the second packet and obexpushd 
was developed with those as clients).
SE K700i is not to blame, here. It sends the name header before the body 
header.

The correct solution will be to fix libopenobex.

However, attached is a small patch that fixes it in obexpushd.

HS
Index: obexpushd-0.4+svn10/src/obexpushd.c
===
--- obexpushd-0.4+svn10.orig/src/obexpushd.c	2006-12-02 12:59:14.465903016 +0100
+++ obexpushd-0.4+svn10/src/obexpushd.c	2006-12-02 13:02:08.696791766 +0100
@@ -396,6 +396,12 @@
 
 	if (!buf)
 		return -EINVAL;
+	if (!data-out) {
+		err = put_open(handle);
+		if (err)
+			return err;
+	}
+
 	(void)fwrite(buf,(size_t)len,1,data-out);
 	err = ferror(data-out);
 	if (err)
@@ -547,13 +553,15 @@
 		data-count += 1;
 		data-length = 0;
 		data-time = 0;
+		data-out = NULL;
 		break;
 
 	case OBEX_EV_REQCHECK:
-		if (put_open(handle)  0)
-			(void)OBEX_ObjectSetRsp(obj,
-		OBEX_RSP_FORBIDDEN,
-		OBEX_RSP_FORBIDDEN);
+		if (!data-out)
+			if (put_open(handle)  0)
+(void)OBEX_ObjectSetRsp(obj,
+			OBEX_RSP_FORBIDDEN,
+			OBEX_RSP5A_FORBIDDEN);
 		break;
 
 	case OBEX_EV_STREAMAVAIL:


Bug#388283: Seeking with keyboard does not work

2006-12-02 Thread Marc Beruld
Hi Ana,

Ana Guerrero wrote:

 Are you still experiencing this bug with amarok 1.4.4?

Yes, the bug is still there with amarok 1.4.4.
I configured alt+y and alt+x for seeking as I have no WIN Key (IBM
notebook).


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



Bug#401293: galeon: Major spelling error in dutch 'connection refused' message

2006-12-02 Thread Willemijn Smal
Package: galeon
Version: 2.0.2-3
Severity: normal

In de dutch 'connection refused' message the word 'geweigerd' (this is 
correct) 
is spelled as 'gewijgerd' (this is not correct (as in nerds can't 
spell)). 

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (60, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to nl_NL.utf8)

Versions of packages galeon depends on:
ii  galeon-common  2.0.2-3   GNOME web browser for advanced use
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgcc11:4.1.1-19GCC support library
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-1  Utility library for loading .deskt
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-3  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libmozjs0d 1.8.0.8-1 The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d1.8.0.8-1 NetScape Portable Runtime Library
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstartup-notification0   0.8-2 library for program launch feedbac
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-3 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  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML 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  libxul0d   1.8.0.8-1 Gecko engine library
ii  procps 1:3.2.7-3 /proc file system utilities

Versions of packages galeon recommends:
ii  gnome-control-center   1:2.14.2-3+b1 utilities to configure the GNOME d
ii  gnome-icon-theme   2.14.2-2  GNOME Desktop icon theme
ii  iso-codes  0.58-1ISO language, territory, currency 
ii  scrollkeeper   0.3.14-11 A free electronic cataloging syste
ii  yelp   2.14.3-1  Help browser for GNOME 2

-- no debconf information


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



Bug#401294: gnomebaker: uses the wrong device

2006-12-02 Thread Francesco Potorti`
Package: gnomebaker
Version: 0.6.0-1
Severity: normal

I have a writer on /dev/hdb and a reader on /dev/hdd.  Gnomebaker sees
this, in the detected devices window, and sees their correct names.

When I want to blank a cd-rw, it correctly offers to blank the writer
and correctly does not give any other choice, but fails.  Looking at the
output of the failed command, I discover that wodim has been using
/dev/hdd, instead of /dev/hdb.

By the way, the wodim default is to use /dev/hdd, so it is gnomebaker
that calls it incorrectly.  The same happens if I try do make a copy of a
data cd: the dialog correctly offers to read from the reader and write to
the writer.  Then it reads from the reader, and tries to write to the
reader (/dev/hdd) instead of the writer (/dev/hdb).

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

Versions of packages gnomebaker depends on:
ii  cdda2wav   5:1.0-1   Creates WAV files from audio CDs
ii  cdrdao 1:1.2.2-4 records CDs in Disk-At-Once (DAO) 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-3  GNOME virtual file-system (runtime
ii  libgstreamer0.10-0 0.10.10-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libnotify1 0.4.2-1+b1sends desktop notifications to a n
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-3 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  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML 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  mkisofs5:1.0-1   Creates ISO-9660 CD-ROM filesystem
ii  wodim  5:1.0-1   command line CD/DVD writing tool

Versions of packages gnomebaker recommends:
ii  dvd+rw-tools  7.0-4  DVD+-RW/R tools
pn  gstreamer0.10-ffmpeg  none (no description available)

-- no debconf information


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



Bug#401295: gaim: Adjust build-dep libsasl2-2-dev - libsasl2-dev

2006-12-02 Thread Stefan Huehner
Package: gaim
Version: 1:2.0.0+beta5-3
Severity: serious
Justification: no longer builds from source


Hi,
your package build-depends on libsasl2-2-dev which was only briefly in
the archive and has been dropped recently. Please revert your build-dep
to the libsasl2-dev package so that your package stop to FTBFS.

Regards,
Stefan


-- 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/bash
Kernel: Linux 2.6.18-1-amd64
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#401007: cloned to 401220

2006-12-02 Thread Geert Stappers
FWIW: this BR is cloned to http://bugs.debian.org/401220



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



Bug#400355: mozart-gtk: FTBFS: arch is unknown ?

2006-12-02 Thread Julien Danjou
At 1165019355 time_t, Steve Langasek wrote:
 Side note -- sparc does have a sparc32 util that can be used to change the
 kernel personality that a process is running under (i.e., it changes the
 output of uname among other things...), and I believe the official buildds
 run all builds under sparc32 to avoid precisely these issues.  Julien, can
 you confirm whether mozart/mozart-gtk build for you under sparc32?

Yes, they both build fine under sparc32.

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


pgpLOUwKdYgGx.pgp
Description: PGP signature


Bug#400870: thanks

2006-12-02 Thread Jean-Luc Coulon (f5ibh)



This bug report should be reported against the jffnms package, not

fr.po. :-)

Yes, of course, thanks, you have ressigned it before I notice my  
mistake. I have passed a wrong value to my script


Thanks and regards

Jean-Luc


pgp9JI21ExFuC.pgp
Description: PGP signature


Bug#401285: ri-li.desktop is not completely valid

2006-12-02 Thread Eddy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 401285 pending
thanks

Pino Toscano wrote:
 The Category key of the ri-li.desktop file is not valid.
 - the Application category does not exists (see
   http://standards.freedesktop.org/menu-spec/latest/apa.html)
 - it is a list, so it needs to ends with a semi-colon

indeed.

 The attached patch fixes both the issues above.

Thanks, patch applied.

- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFcXDYY8Chqv3NRNoRApSJAJ46iQlSQJx0iKOFK4Dg89QLnnRNXgCfYOpN
YzSaeaLRfNeiWr/q3KvvQ+g=
=ylUi
-END PGP SIGNATURE-


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



Bug#399383: ifplugd: [INTL:de] Updated german debconf translation

2006-12-02 Thread Holger Wansing

Hi Christian,

attached to this mail is an up to date german translation
of the debconf templates.

Please implement it during nmu campaign. Thanks


Kind regards
Holger




ifplugd_0.28-2_de.po.gz
Description: Binary data


Bug#401299: [INTL:pt] Portuguese translation for sitebar (debconf)

2006-12-02 Thread Rui Branco

Package: sitebar
Version: 3.3.8-3
Tags: l10n, patch
Severity: wishlist

Portuguese (pt) translation for sitebar's debconf messages
by Rui Branco ruipb _at_ debianpt.org.
Feel free to use it.

For translation updated please contact Rui Branco and CC the Portuguese
translation team traduz _at_ debianpt.org























pt.po
Description: application/gettext


Bug#401301: lha: LHa Multiple Vulnerabilities

2006-12-02 Thread Stefan Fritsch
Package: lha
Version: 1.14i-10
Severity: grave
Tags: security
Justification: user security hole


LHA seems to be affected by 
CVE-2006-4335
CVE-2006-4337
CVE-2006-4338

See 
http://secunia.com/advisories/23153/
for details


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



Bug#345486: konqueror crash browsing SMB directory

2006-12-02 Thread Sune Vuorela
tag 345486 +moreinfo unreproducible
notfound 345486 3.4.2
found 345486 4:3.4.2-1
thanks

Hi!

I browse smb folders on my local network without any problems. Can you tell 
more about your settings?

Your backtrace is useless. If you are able to reproduce it, please install 
kdebase-dbg kdelibs-dbg to provide a useful backtrace

/Sune
-- 
Man, how can I forward from the laser terminale?

You should never digit from the Fast connector for pinging to the CD device 
over a Internet site.


pgp7KONqEbl9v.pgp
Description: PGP signature


Bug#401303: CVE-2006-6071: TWiki Authentication Bypass Vulnerability

2006-12-02 Thread Stefan Fritsch
Package: twiki
Severity: grave
Tags: security
Justification: user security hole


A vulnerability has been found in twiki. See

http://twiki.org/cgi-bin/view/Codev/SecurityAlert-CVE-2006-6071

for details.


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



Bug#401300: icmpinfo -vvv output is too short

2006-12-02 Thread Dr. Markus Waldeck

Package: icmpinfo
Version: 1.11-5
Severity: normal

*** Please type your report below this line ***
I noticed that not the correct length is printed via -vvv.

Here a small patch which should added to the current Debian patch:

--- print.c 2006-12-02 13:41:55.0 +0100
+++ print.c.patched 2006-12-02 13:32:08.0 +0100
@@ -29,6 +29,7 @@
 struct sockaddr_in *from;  /* address of sender */
 {
   int  iphdrlen,doipdecoding=1;
+  int  iplen;
   struct ip*ip;/* ptr to IP header */
   register struct icmp *icp;   /* ptr to ICMP header */
   struct tcphdr*tp;/* ptr to TCP header */
@@ -56,6 +57,7 @@
   }
 return -1;
   }
+  iplen = cc;
   cc -= iphdrlen;
 
   icp = (struct icmp *)(buf + iphdrlen);
@@ -178,7 +180,7 @@
flagNEof = 1;
while (flagNEof) {
  i = j = 0;
- while (i  16  (flagNEof = cc--)) {
+ while (i  16  (flagNEof = iplen--)) {
b= (int)(*(pbuf++));
h[j++] = to_hex(b  4);
h[j++] = to_hex(b  0x0F);


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

Versions of packages icmpinfo depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries

icmpinfo recommends no packages.

-- no debconf information

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


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



Bug#401302: ekiga: Ekiga cannot find webcam

2006-12-02 Thread randhol
Package: ekiga
Version: 2.0.3-2
Severity: normal


Hi

When I try ekiga it complains it cannot manage to open the /web/cam on
/dev/video0. However, both camstream and xawtv manage to open it and
show video from the camera. I also have checked with chmod 666
/dev/video0 and running ekiga as root, but it still cannot manage to
connect to the camera.



-- 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-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages ekiga depends on:
ii  evolution-data-server  1.6.3-2   evolution database backend server
ii  gconf2 2.16.0-2  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.15-2  Avahi client library
ii  libavahi-common3   0.6.15-2  Avahi common library
ii  libavahi-glib1 0.6.15-2  Avahi glib integration library
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libebook1.2-5  1.6.3-2   Client library for evolution addre
ii  libedataserver1.2-71.6.3-2   Utility library for evolution data
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgcc11:4.1.1-20GCC support library
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-3  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libopal-2.2.0  2.2.3.dfsg-2  Open Phone Abstraction Library - s
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-2  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libpt-1.10.0   1.10.2-2  Portable Windows Library
ii  libpt-plugins-alsa 1.10.2-2  Portable Windows Library Audio Plu
ii  libpt-plugins-v4l2 1.10.2-2  Portable Windows Library Video Plu
ii  libsdl1.2debian1.2.11-7  Simple DirectMedia Layer
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-20  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-4 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  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML 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  yelp   2.14.3-1  Help browser for GNOME 2

ekiga recommends no packages.

-- no debconf information


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



Bug#321025: greylistd issues

2006-12-02 Thread Josip Rodin
severity 321025 important
thanks

Hi,

greylistd has been equally broken in this regard in the previous releases
too, and the invocation of this buggy script is *optional*, yet now the
whole package is missing from etch because of the severity of this bug.

In fact, the bug #345079 which seems to be fixed by the latest sid version
is not coming into etch because of this.

I'm therefore downgrading this bug so that us sarge users upgrading can at
least get one important fix. When we can get both, we should get both, but
until then, one bug fix and a functional package is much better than zero
bug fixes and an unavailable package.

Release team, please allow the greylistd package back into etch, it's not
really NEW.

-- 
 2. That which causes joy or happiness.


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



Bug#401305: mysql-dfsg-5.0: [INTL:it] Italian debconf templates translation

2006-12-02 Thread Luca Monducci
Package: mysql-dfsg-5.0
Severity: wishlist
Tags: l10n, patch

Hello,
please update the Italian debconf templates translation (attached).

Cheers,
Luca

mysql-dfsg-5.0_5.0.27-1_it.po.gz
Description: GNU Zip compressed data


Bug#401271: [powerpc,prep] Motorola Powerstack II installation report.

2006-12-02 Thread Sven Luther
On Sat, Dec 02, 2006 at 11:42:08AM +0100, Frans Pop wrote:
 reassign 401271 partman-auto
 retitle 401271 Separate boot partition not needed for prep systems
 tags 401271 + pending
 thanks
 
 On Saturday 02 December 2006 10:47, Sven Luther wrote:
  Comments/Problems:
1) PReP machines need 2.6.18 based -prep kernels, as thus, a unstable
install will do it, and a testing/etch install needs some work.
 
 Should be solved as soon as 2.6.18 migrates to testing.

Yep, hopefully soon, but then Ulrich wanted to make a test install tomorrow,
and it is for his benefit that i tried it out. He is rejecting my mails due to
my broken ISP setup, so if someone can forward him this installation report, i
think he would appreciate.

3) /boot separate partition in RAID/LVM/Crypto cases is wasted, since
  the kernel will anyway reside on the PReP partition.
 
 Reassigning to partman-auto; have deleted definitions for /boot partitions 
 in powerpc-prep recipes.

Cool.

4) PReP boxes don't know how to set command line options, so there is
  need to set it inside the ramdisk (not supported by initramfs-tools,
  but supported by yaird), so they need to be given by hand at the kernel
  bootwrapper kenrel args prompt. (This is a initramfs-tools bug, maybe
  RC ?).
 
 I've seen a sparate bug filed for this.

Indeed. 

  Now, about the workaround, currently you need to :
 
1) as soon as the base system is installed, when you are in the
  tasksel dialog, go to console 2, chroot /target, install lftp or some
  other tool and get the unstable mkvmlinuz and linux-image-2.6.18-3-prep
  kernels.
 
 Why install lftp? Just use wget...

Well, lftp let you navigate the hierarchy and doesn't mean you have to type
the exact url to download. But then wget falls under : or some other tool.

Friendly,

Sven Luther


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



Bug#401304: CVE-2006-4800: GStreamer FFmpeg Plug-in Multiple Buffer Overflows

2006-12-02 Thread Stefan Fritsch
Package: gstreamer0.8-ffmpeg
Severity: grave
Tags: security
Justification: user security hole


According to

http://secunia.com/advisories/22202/

gstreamer0.8-ffmpeg is vulnerable to an ffmpeg buffer overflow and
gstreamer0.8-ffmpeg does not seem to link dynamically against the ffmpeg in
Debian. You should try to link against ffmpeg dynamically if possible.

Please mention the CVE id in the changelog.


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



Bug#400483: fmit: --disable-alsa seems to workaround the problem.

2006-12-02 Thread Andreas Henriksson
On fre, 2006-12-01 at 17:48 +0100, Ludovic RESLINGER wrote: 
 CaptureThread: INFO: Built in transports
 CaptureThread: INFO:JACK   unavailable
 CaptureThread: INFO:ALSA   available
 CaptureThread: INFO: Auto detecting a working transport ... using ALSA
 CaptureThread: INFO: ALSA: try to set format to Signed 16 bit Little
 Endian success
 CaptureThread: INFO: ALSA: try to set sampling rate to 96000 failed
 CaptureThread: INFO: ALSA: try to set sampling rate to 48000 success

I notice you don't get this warning here... maybe it's related:

CaptureThread: WARNING: ALSA: cannot set channel count to one. channels
will be mixed



 Could you verify if all your system is updated with latest versions
 of packages?

I've now also built a sid chroot where I installed minimum packages.
When ALSA is not available the standard debian fmit package starts
without problems. Here's the output:

Free Music Instrument Tuner version 0.96.5 built at Aug 27 2006 10:17:13
Install directory '/usr'
CaptureThread: INFO: Built in transports
CaptureThread: INFO:JACK   unavailable
CaptureThread: INFO:ALSA   unavailable (invalid source 'hw:0')
CaptureThread: INFO: Auto detecting a working transport ... no transport
working !


So not having alsa makes it work (not segfault) as well as
disabling alsa support in fmit.



I also found something interesting. If I reconfigure my system with
alsaconf and chose my SB Live (emu10k1) card, fmit WORKS!

[EMAIL PROTECTED]:~$ fmit
Free Music Instrument Tuner version 0.96.5 built at Aug 27 2006 10:17:13
Install directory '/usr'
CaptureThread: INFO: Built in transports
CaptureThread: INFO:JACK   unavailable
CaptureThread: INFO:ALSA   available
libGL warning: 3D driver claims to not support visual 0x4b
CaptureThread: INFO: Auto detecting a working transport ... using ALSA
CaptureThread: INFO: ALSA: try to set format to Signed 16 bit Little
Endian success
CaptureThread: INFO: ALSA: try to set sampling rate to 96000 failed
CaptureThread: INFO: ALSA: try to set sampling rate to 48000 success
Try R300_SPAN_DISABLE_LOCKING env var if this hangs.

And then there is a endless flood of:

CaptureThread: WARNING: ALSA: Broken pipe

Notice, no warning like the one above that you didn't get eigther!

I only see the problem with fmit when I use my integrated soundcard
(intel8x0). This one can't do hardware channel mixing (play multiple
sounds at once)... 

How does your test machines look like? What hardware/drivers do they
have?



-- 
Regards,
Andreas Henriksson



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



Bug#399967: Bug#397571: texlive-base-bin: Number of fonts supported by pdftex is limited

2006-12-02 Thread 韓達耐

Hi Norbert!


When you're back, could you patch pdfTeX?  Here's the patch:
http://www.ntg.nl/pipermail/ntg-pdftex/2006-November/002522.html

Essentially you have to patch pdftex.web so that pdfTeX can use as
many VF files as is required.  It has been incorporated in pdfTeX
v1.40.

This will close #399967, and this will also allow packages that depend
on debiandoc-sgml to (build-)depend on texlive-base-bin|tetex-bin.

Frank has fixed it in tetex-bin:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399897


Cheers!



Danai SAE-HAN
韓達耐

-- 
題目:《題西林壁》
作者:蘇軾(1036-1101)

橫看成嶺側成峰,遠近高低各不同。
不識廬山真面目,只緣身在此山中。


Bug#401307: ITP: olsrd - optimized link-state routing daemon

2006-12-02 Thread Holger Levsen
Package: wnpp
Version: N/A; reported 2006-12-02
Severity: wishlist
 
* Package name : olsrd
* Version : 0.4.10
* Upstream Authors : Andreas Tønnesen([EMAIL PROTECTED]), 
Thomas Lopatic([EMAIL PROTECTED])
* URL : http://www.olsr.org
* License : BSD Copyright (c) 2004, Andreas Tønnesen([EMAIL PROTECTED])
Thomas Lopatic([EMAIL PROTECTED])

Description : Optimized Link-State Routing daemon
 olsrd is an implementation of the Optimized Link State Routing protocol for
 Mobile Ad-Hoc networks(MANET). The protocol is described in RFC3626. It is
 designed to be run as a standalone server process - but as it is still in an
 experimental stage most users will prefer running it with some debug output
 which is directed to STDOUT.
 .
 OLSR operates as a table driven, proactive protocol, i.e., exchanges topology
 information with other nodes of the network regularly. It is developed to
 work independently from other protocols. Likewise, OLSR makes no assumptions
 about the underlying link-layer. 


regards,
Holger




pgpFxmPItPnWD.pgp
Description: PGP signature


Bug#401308: wodim does not write to DVD-R

2006-12-02 Thread Martin Haefele
Subject: wodim does not write to DVD-R
Package: wodim
Version: 5:1.0-1
Severity: normal

*** Please type your report below this line ***
If I want to write a DVD-R, I get the error posted below (btw I don't know
whether the sudo is required). I also tested the suggested solution (-raw96r)
without any success. 
What did help was using a self-compiled cdrtools package from the berlios
site.


lion:[~] sudo wodim dev=/dev/hdc -sao -pad -data 
/usr/local/multimedia/Audio/CD/track-01.iso 
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   : 
Vendor_info: 'HL-DT-ST'
Identification : 'DVDRAM GSA-H10N '
Revision   : 'JL10'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
wodim: Cannot get next writable address for 'invisible' track.
wodim: This means that we are checking recorded media.
wodim: This media cannot be written in streaming mode anymore.
wodim: If you like to write to 'preformatted' RW media, try to blank the media 
first.
wodim: WARNING: Could not manage to find medium size, and more than 90 mins of 
data.
Speed set to 5540 KB/s
Starting to write CD/DVD at speed  31.0 in real SAO mode for single session.
Last chance to quit, starting real write0 seconds. Operation starts.
wodim: CUE sheet not accepted. Retrying with minimum pregapsize = 1.
wodim: Success. send_cue_sheet: scsi sendcmd: no error
CDB:  5D 00 00 00 00 00 00 00 20 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 10 5D 00 00 0C 30 05 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x30 Qual 0x05 (cannot write medium - incompatible format) Fru 0x0
Sense flags: Blk 0 (not valid) 
resid: 32
cmd finished after 0.001s timeout 200s
wodim: CUE sheet still not accepted. Please try to write in RAW (-raw96r) mode.
wodim: Cannot send CUE sheet.
wodim: Could not write Lead-in.


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

Versions of packages wodim depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcap1  1:1.10-14   support for getting/setting POSIX.

Versions of packages wodim recommends:
ii  mkisofs   5:1.0-1Creates ISO-9660 CD-ROM filesystem

-- no debconf information


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



Bug#401306: snmpd: restart, reload fail if snmpd not already running

2006-12-02 Thread Sam Couter
Package: snmpd
Version: 5.2.3-4

The init script combines set -e with start-stop-daemon --stop, but
misses --oknodo on the stop, restart and reload actions.

start-stop-daemon returns 1 if it can't find a process to stop, and the
init script bails out.

Fix: add --oknodo to the start-stop-daemon invocations in the stop,
restart and reload actions in the init script.
-- 
Sam Couter |  mailto:[EMAIL PROTECTED]
   |  jabber:[EMAIL PROTECTED]
OpenPGP fingerprint:  A46B 9BB5 3148 7BEA 1F05  5BD5 8530 03AE DE89 C75C


signature.asc
Description: Digital signature


Bug#379628: [Linux-NTFS-Dev] Bug#379628: CALL FOR HELP: Vista beta compatibility testing

2006-12-02 Thread Szakacsits Szabolcs

On Sat, 2 Dec 2006, Szakacsits Szabolcs wrote:

 Apparently Vista refuses to boot if an NTFS volume was mounted on 
 NT4 earlier. This is also what ntfsresize lied to trick Windows 
 to be compatible with itself. 
 
 Could you please try the below patch against ntfsprogs 1.13.1 that the 
 theory is correct? Thank you.

I put a statically linked version here to ease the testing.

http://www.ntfs-3g.org/ntfsresize-1.13.1.1.tgz

Thanks,
Szaka

 --- ntfsprogs/ntfsresize.c.orig 2006-04-19 00:03:09.0 +0200
 +++ ntfsprogs/ntfsresize.c  2006-12-02 00:09:44.058395088 +0200
 @@ -2289,8 +2289,6 @@
 u16 flags;
 
 flags = vol-flags | VOLUME_IS_DIRTY;
 -   if (vol-major_ver = 2)
 -   flags |= VOLUME_MOUNTED_ON_NT4;
 
 printf(Schedule chkdsk for NTFS consistency check at Windows 
 boot time ...\n);
 


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



Bug#397676: Bug#397571: debian-reference: FTBFS: ERROR: reference.zh-tw.pdf could not be generated properly

2006-12-02 Thread 韓達耐
From: Andreas Barth [EMAIL PROTECTED]

 * Danai SAE-HAN ([EMAIL PROTECTED]) [061109 19:41]:
Package: maint-guide
   Same problem as debian-reference and debian-zh-faq, this time in the
   japanese version (I already mentioned this in the bug report to #397676) 
  
  OK, that's noted.  It probably only needs a switch from the HBF fonts
  to the DNP Type1 fonts (see other email).
 
 Can you be more verbose? I'm not really an TeX expert, but I want the
 bugs to disappear. If there is anything what I can do please say so, but
 at least I failed to apply the solutions in the bug reports.

I've fixed the ja_JP LaTeX output in the CVS.
Problem was that dnp was between {} and not [].

I'm confident that this bug (#397571) is solved after new
debiandoc-sgml and debian-reference packages have been released.


Cheers



Danai SAE-HAN
韓達耐

-- 
題目:《寄黃几復》
作者:黃庭堅(1045-1105)

我居北海君南海,寄雁傳書謝不能。
桃李春風一杯酒,江湖夜雨十年燈。
持家但有四立壁,治國不蘄三折肱。
想得讀書頭已白,隔溪猿哭瘴煙滕。


Bug#401309: zsh: completion for wodim

2006-12-02 Thread Markus Järvinen
Package: zsh
Version: 4.3.2-25
Severity: wishlist

There's no completion support for wodim. Completions from cdrecord could
be used for it.

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

Versions of packages zsh depends on:
ii  debconf [debconf-2.0]1.5.8   Debian configuration management sy
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libncurses5  5.5-5   Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libpcre3  6.7-1  Perl 5 Compatible Regular Expressi

-- no debconf information


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



Bug#401203: patch for k700i behaviour

2006-12-02 Thread Hendrik Sattler
Am Samstag 02 Dezember 2006 13:08 schrieb Hendrik Sattler:
 the problem actually is a misbehaviour in libopenobex.
 It send the STREAMAVAIL too early, thus the file handle is not open, yet.
 This is triggered by the K700i sending the first (END-OF-)BODY Header in
 the first push packet (Siemens phones send it in the second packet and
 obexpushd was developed with those as clients).
 SE K700i is not to blame, here. It sends the name header before the body
 header.

 The correct solution will be to fix libopenobex.

 However, attached is a small patch that fixes it in obexpushd.

Sorry, patch was slightly broken. Here's a fixed one.
I actually tested it with a K700i (both small and big files).

HS
Index: obexpushd-0.4+svn10/src/obexpushd.c
===
--- obexpushd-0.4+svn10.orig/src/obexpushd.c	2006-12-02 12:59:14.465903016 +0100
+++ obexpushd-0.4+svn10/src/obexpushd.c	2006-12-02 14:19:35.091173266 +0100
@@ -396,6 +396,12 @@
 
 	if (!buf)
 		return -EINVAL;
+	if (!data-out) {
+		err = put_open(handle);
+		if (err)
+			return err;
+	}
+
 	(void)fwrite(buf,(size_t)len,1,data-out);
 	err = ferror(data-out);
 	if (err)
@@ -547,13 +553,15 @@
 		data-count += 1;
 		data-length = 0;
 		data-time = 0;
+		data-out = NULL;
 		break;
 
 	case OBEX_EV_REQCHECK:
-		if (put_open(handle)  0)
-			(void)OBEX_ObjectSetRsp(obj,
-		OBEX_RSP_FORBIDDEN,
-		OBEX_RSP_FORBIDDEN);
+		if (!data-out)
+			if (put_open(handle)  0)
+(void)OBEX_ObjectSetRsp(obj,
+			OBEX_RSP_FORBIDDEN,
+			OBEX_RSP_FORBIDDEN);
 		break;
 
 	case OBEX_EV_STREAMAVAIL:


Bug#401310: su asking for password because of pam_mount

2006-12-02 Thread Bas Zoetekouw
Package: libpam-mount
Version: 0.18-3
Severity: normal

I enabled pam_mount for 1 use (bas) like this:

  volume bas crypt - /dev/mapper/emilia-bas_crypto /home/bas - - -

So note that pam_mount should only ever do anything for the user bas,
and that is uses bas's password as the key to mount the encrypted
volume.

After I set this up, cronjobs that use su (popularity-contest, polipo)
started asking for passwords:

| ophelia:/etc/cron.weekly# ./popularity-contest
| reenter password:

This turns out to be due to su (which I enabled pam_mount for) asking
for the password:

| ophelia:/etc/cron.weekly# su -c ls
| reenter password:
| 0anacron  man-db  popularity-contest  sysklogd

Note that I didn't enter a password here, I just pressed enter;
so even without the password, su still works fine.

Now, in auth.log the following shows up:

| Dec  2 14:37:00 ophelia su[351]: Successful su for root by root
| Dec  2 14:37:00 ophelia su[351]: + pts/1 root:root
| Dec  2 14:37:00 ophelia su[351]: (pam_unix) session opened for user root by 
(uid=0)
| Dec  2 14:37:00 ophelia su[351]: pam_mount(pam_mount.c:413) error trying to 
retrieve authtok from auth code

So it seems that pam_mount still is asking pam/su for a password, even
though it shouldn't do anything it all for the user root.
This is pretty annoying, especially in cronjobs, which aren't suppoed
to produce any output.

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

Versions of packages libpam-mount depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libssl0.9.8  0.9.8c-3SSL shared libraries
ii  mount2.12r-15Tools for mounting and manipulatin
ii  zlib1g   1:1.2.3-13  compression library - runtime

libpam-mount recommends no packages.

-- no debconf information


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



Bug#397691: librrd2 memory leak in 1.2.15

2006-12-02 Thread Josip Rodin
On Mon, Nov 27, 2006 at 01:48:00AM +0100, Sven Hartge wrote:
  Can you perhaps provide a configuration (and by that I mean the 
  RRD::graph invocation) and a .rrd data file that makes librrd2 
  explode?
 
   If you want, I can privately provide a tar of /var/lib/munin and 
  /etc/munin.

At a first glance, it's not a very general bug, because I'm able to do
something like this:

% rrdtool graph --base 1000 -l 0 testgraph.png -w 800 -h 250 -t 'The number of 
currently open inodes.' -v 'number of open inodes' 
DEF:a=$PWD/one.domain.tld/ds9.one.domain.tld-open_inodes-used-g.rrd:42:AVERAGE 
LINE1:a\#00:asdf
897x329
% 

Or:

% for i in */*.rrd; do echo $i:; rrdtool graph --base 1000 -l 0 testgraph.png 
-w 800 -h 250 -t 'Test desc.' -v 'test desc' DEF:a=$PWD/$i:42:AVERAGE 
LINE1:a\#00:asdf; done
[lots of repetitive output]
% echo $?
0

In other words, it didn't hang or crash immediately on something that
simple.

I suppose it will be necessary to recreate the entire Munin setup
(in a chroot perhaps) and run Munin itself over the data set, and
see exactly where and under which conditions it breaks.

-- 
 2. That which causes joy or happiness.


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



Bug#401313: gnome-power-manager: fixed pt_BR translation

2006-12-02 Thread Goedson Teixeira Paixao
Package: gnome-power-manager
Version: 2.16.0-1
Severity: minor


Please consider applying the attached po file to your next upload. It fixes 
some typos and some use of markup on labels that should not use markup.

-- 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-3-686
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pt_BR.UTF-8)

Versions of packages gnome-power-manager depends on:
ii  gconf2 2.16.0-3  GNOME configuration database syste
ii  hal0.5.8.1-4 Hardware Abstraction Layer
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.16.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.16.0-1  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.6-1   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.72-1simple interprocess messaging syst
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgconf2-42.16.0-3  GNOME configuration database syste
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.16.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.16.1-1  GNOME virtual file-system (runtime
ii  libgtk2.0-02.10.6-3  The GTK+ graphical user interface 
ii  libhal10.5.8.1-4 Hardware Abstraction Layer - share
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gtk 0.4.3-2   sends desktop notifications to a n
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-2  Layout and rendering of internatio
ii  libpng12-0 1.2.13-4  PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libwnck18  2.16.0-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-4 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  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  notification-daemon0.3.5-1+b1a daemon that displays passive pop
ii  zlib1g 1:1.2.3-13compression library - runtime

gnome-power-manager recommends no packages.

-- no debconf information


pt_BR.po.bz2
Description: BZip2 compressed data


Bug#401294: gnomebaker: uses the wrong device

2006-12-02 Thread Goedson Teixeira Paixao
Version: 0.6.0-2

Em Sáb, 2006-12-02 às 13:02 +0100, Francesco Potorti` escreveu:
 Package: gnomebaker
 Version: 0.6.0-1
 Severity: normal
 
 I have a writer on /dev/hdb and a reader on /dev/hdd.  Gnomebaker sees
 this, in the detected devices window, and sees their correct names.
 
 When I want to blank a cd-rw, it correctly offers to blank the writer
 and correctly does not give any other choice, but fails.  Looking at the
 output of the failed command, I discover that wodim has been using
 /dev/hdd, instead of /dev/hdb.
 
 By the way, the wodim default is to use /dev/hdd, so it is gnomebaker
 that calls it incorrectly.  The same happens if I try do make a copy of a
 data cd: the dialog correctly offers to read from the reader and write to
 the writer.  Then it reads from the reader, and tries to write to the
 reader (/dev/hdd) instead of the writer (/dev/hdb).


This bug is a duplicate of bug #399225 and has been fixed in 0.6.0-2.

-- 
Goedson Teixeira Paixao  http://mundolivre.wordpress.com/
Debian Project   http://www.debian.org/
Jabber ID: [EMAIL PROTECTED]http://www.jabber.org/



signature.asc
Description: Esta é uma parte de mensagem	assinada digitalmente


  1   2   3   4   >