Bug#496103: 'mock init' fails early with 'exceeded maximum loop length'

2008-10-20 Thread José Fonseca
I've also run into this problem, and explicitly requesting to install
glibc before buildsys-build avoids this issue:

  yum --installroot /path/to/root/ install glibc buildsys-build

Jose



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



Bug#502835: iceweasel: won't work with facebook's java applet for uploading images

2008-10-20 Thread Oz N
Package: iceweasel
Version: 3.0.3-2
Severity: normal

I'm filling this bug report against Iceweasel since I believe it is used
by most users. However this is also true for epiphany. 
When trying to upload an image to facebook, the browser complains about
the java applet and the the cpu usage jumps to  100%. 
This forces you to close your browser and loose your works. 
Maybe this bug is in JAVA shiped with debian, in any case I can't tell. 
I hope this bug is taken care of. 

Oz.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-4NetScape Portable Runtime Library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
ii  procps1:3.2.7-8  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  xulrunner-1.9 1.9.0.3-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts   0.1-8  Xft-compatible versions of some La
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
pn  mozpluggernone (no description available)
pn  ttf-mathematica4.1none (no description available)
pn  xfonts-mathml none (no description available)
pn  xprintnone (no description available)
ii  xulrunner-1.9-gnome-s 1.9.0.3-1  Support for GNOME in xulrunner app

-- no debconf information



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



Bug#502836: axel: buffer overflow when expanding spaces in URLs

2008-10-20 Thread Y Giridhar Appaji Nag
Package: axel
Version: 1.1-2
Severity: important

Philipp Hagemeister found and fixed a buffer overflow in axel.

See
http://alioth.debian.org/tracker/?func=detailatid=413085aid=311178group_id=100070
for details.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages axel depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

axel recommends no packages.

axel suggests no packages.

-- no debconf information



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



Bug#502801: [Pkg-samba-maint] Bug#502801: possible patch for post-install script

2008-10-20 Thread Christian Perrier
Quoting Alexis Huxley ([EMAIL PROTECTED]):
 What I eventually did on my system to clean up was the following, which 
 could easily replace what is in the post-install script:
 
   UID_MIN=$(sed -n 's/^UID_MIN[\t ]*//p' /etc/login.defs)
   UID_MAX=$(sed -n 's/^UID_MAX[\t ]*//p' /etc/login.defs)
   #  'sort -u' needed 'cos if NIS active entries can be duplicated
   getent passwd | sort -u | awk -F: { if ( \$3 = $UID_MIN  \$3 = 
 $UID_MAX ) { print } } | /usr/sbin/mksmbpasswd  /etc/samba/smbpasswd
   pdbedit -i smbpasswd -e tdbsam
   rm /etc/samba/smbpasswd


Hmmm, what if UID_MIN and UID_MAX are not set in login.defs?

More generally speaking, I'm not really deeply comfortable with
relying on another package's configuration settings in samba's
maintainer scripts.

IIRC, this issue of ceation of system users in the smbpasswd file has
been discussed numerous times and the current behaviour is considered
to be the best compromise.




signature.asc
Description: Digital signature


Bug#461048: [Pkg-samba-maint] Bug#461048: We need to understand how to reproduce bug #461048 on samba

2008-10-20 Thread Christian Perrier
Quoting Steve Langasek ([EMAIL PROTECTED]):

  Still, there's something weird with umount.cifs: if I (really) mount the 
  remote volume, the command succeeds, but then umount hangs. 
  But Ctrl-C can abort it, then the volume *is* unmounted.
  So umount succeeds as well, but the utils fail to get the actual (u)mounted
  status. 

And this has never been reproduced with more recent versions of the
code. And *I* can't reproduce the bug either.


 
 The failure to match up relative paths to /etc/mtab entries is a bug, but is
 not related to the failure that Paolo described.


Well, sure, but that's the only reproducible issue in this bug log.

So, well, we could clone 461048 for the relative paths umouont issue
(which isproperly identified, already reported upstream and for which
a patch sleeps in upstream's BTS)and leave 461048 continue to
sleep on our BTS for a few more years until someone decides what I'm
currently thinking: that letting bug rot in the BTS after too much
time adds no value when it is clear that nobody will ever have the
setup to reproduce them.

This is just a time waste that prevents us to concentrate on real bugs
where we can add some value to our upstream.

We have tons of such bugs in samba's BTS.

That's probably more a philosophical debate than a technical one
indeed.. ;-)




signature.asc
Description: Digital signature


Bug#502782: [libpam-ldap] let's in extended description

2008-10-20 Thread Christian Perrier
Quoting Filipus Klutiero ([EMAIL PROTECTED]):
 Package: libpam-ldap
 Version: 184-4.1
 Severity: minor
 
 The extended description contains
 This module let's you use you LDAP server to authenticate users with 
 programs 
 that utilize PAM.
 let's' should read lets.
 
 Also, you LDAP should read your LDAP, though it would be even better to 
 avoid addressing the reader.

Correct.

As I'm in the process of NMU'ing the package for l10n we could use
this opportunity to review the package description.

Description: Pluggable Authentication Module allowing LDAP interfaces
 This module let's you use you LDAP server to authenticate users with
 programs that utilize PAM. If used along with libnss-ldap, you can
 replace your entire flat file (/etc/*) structure or NIS with LDAP.

Let's CC debian-l10n-english...




signature.asc
Description: Digital signature


Bug#501427: is this RC as a bug of lustre-source?

2008-10-20 Thread Thomas Viehmann

Hi Patrick,

thanks for posting the state of your analysis.

On 2008-10-20 07:01:03.00 Patrick Winnertz [EMAIL PROTECTED] wrote:
So: In my eyes this is not a bug in lustre-source itself but in any  
other package. I would like to digg further before reassigning it  
again to another package. 

That would be good medium term, but...

Fixing it in lustre-source would be easy: Removing only the make -C  
$(KSRC) prepare call in debian/rules 


... IMO, not using make -C $(KSRC) in lustre-source seems like a good  
option for lenny because it is an inherently local fix (i.e. it only  
changes the behavior for one module) where fixing make-kpkg or  
anything else is necessarily less so.
As such, what do you think about dropping make -C $(KSRC) and  
downgrading the the severity of this bug after that has migrated to  
lenny?


Kind regards

T.



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



Bug#502140: Could this bug be related to the pam upgrade?

2008-10-20 Thread Christian Perrier
Quoting Steve Langasek ([EMAIL PROTECTED]):

 The one thing I would note is that, in the rare case that there are no
 system-level daemons running on your system that use PAM, the message will
 not be shown.  Michael, before the screensaver locked up on you, did you see
 the debconf warning that Christian quotes above?  If not, what services do

My fear is that, indeed, some users will anyway leave the system
unattended as soon as it enters the moment where packages are
unpacked, or debconf questions asked.


But, there, xscreensaver should lock before it is itself upgraded.

 you have installed on your system?  (Even at, cron, cups, gdm, or samba
 should trigger display of this message.)  And what debconf settings did you
 use when running the upgrade?

I'd bet 'non-interactive'

 There's also another possible explanation:
 
 - xscreensaver is running and has the old libpam loaded
 - libpam0g is unpacked
 - libpam-modules is unpacked
 - libpam0g is configured, triggering the display of the debconf question -
   but the screen is already locked and can't be unlocked because
   libpam-modules is now broken, needing symbols from a newer libpam than the
   one loaded by xscreensaver
 
 If this is the cause of the problem, then we could address that by either:
 
 - having libpam-modules pre-depend on libpam0g (= 0.99.7.1), forcing the
   question to be displayed before libpam-modules is unpacked
 
 or
 
 - adding a separate debconf question about screensavers only, shown in the
   package preinst advising the user to disable their screen lock for the
   duration of the upgrade.
 
 Christian, what's your opinion?


That last option could helpexcept if the problem Michael ran into
was that he was using debconf in non-interactive more. In such case,
the debconf note will not help.

Another option is to mention this in the release notes and advise
against running the etch-lenny upgrade if xscreensaver is running.



signature.asc
Description: Digital signature


Bug#502180: means to jump to a page without toolbar

2008-10-20 Thread martin f krafft
reopen 502180
retitle 502180 add ctrl-l to the menu proper
thanks

 You can do 'ctrl+l' to go to the page box, then enter the page
 number and hit enter. It also works with the presentation mode.

 BTW, it's documented in the help. I should have looked at it
 before forwarding this...

And I should have looked too, but I didn't see it in the menues. It
would be good to add it to the Go menu.

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


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#391935: tagging 391935

2008-10-20 Thread Marc 'HE' Brockschmidt
Ben Finney [EMAIL PROTECTED] writes:
 On 18-Oct-2008, Marc 'HE' Brockschmidt wrote:
 tags 391935 + lenny-ignore
 No further information has been added on the status of this bug. Can 
 we please get a justification in the bug report of why this is being 
 tagged ‘lenny-ignore’?

The release team does not consider this bug something that needs to be
fixed for lenny to be released. While the issue is not completly fixed
yet (as we are missing an actual definition of compatible with Xen), 
XenSource has clarified that their intentions are something that is
compatible with the DFSG. And, as you yourself pointed out:

| I guess in both those instances, the redistributor could simply rename 
| the work to be on the safe side. So long as this option remains 
| available I guess the combination is DFSG-free.
 -- [EMAIL PROTECTED]

Marc
-- 
BOFH #122:
because Bill Gates is a Jehovah's witness and so nothing can work on
St. Swithin's day.


pgpoeQWo9U58P.pgp
Description: PGP signature


Bug#502837: pulseaudio: FTBFS on GNU/kFreeBSD (b-d on libbluetooth-dev, which is linux specific)

2008-10-20 Thread Petr Salinger

Package: pulseaudio
Severity: important
Version: 0.9.13-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the experimental version fails to build on GNU/kFreeBSD,
it needs following changes:

1) restrict build-depends on libbluetooth-dev only for linux architectures

2) updated generation of pulseaudio.install.kfreebsd-* files
   to reflect adddition of libbluetooth-dev on linux architecturs

3) do not call pthread_setaffinity_np() in src/tests/rtstutter.c,
   as pthread_setaffinity_np() is not available in pthread add-on
   used on GNU/kFreeBSD (the same problem might have also hppa).


Thanks in advance

Petr


diff -u pulseaudio-0.9.13/debian/control pulseaudio-0.9.13/debian/control
--- pulseaudio-0.9.13/debian/control
+++ pulseaudio-0.9.13/debian/control
@@ -11,7 +11,8 @@
 libasound2-dev (= 1.0.17) [!kfreebsd-i386 !kfreebsd-amd64 
!hurd-i386],

 libavahi-client-dev, libjack0.100.0-dev, libwrap0-dev,
 liblircclient-dev, libgconf2-dev, libhal-dev, libasyncns-dev,
-libatomic-ops-dev, libspeexdsp-dev (= 1.2~rc1), libbluetooth-dev (= 3.0),
+libatomic-ops-dev, libspeexdsp-dev (= 1.2~rc1),
+libbluetooth-dev (= 3.0)  [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
 libpolkit-dbus-dev, libgdbm-dev, intltool
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-pulseaudio/pulseaudio.git
diff -u pulseaudio-0.9.13/debian/rules pulseaudio-0.9.13/debian/rules
--- pulseaudio-0.9.13/debian/rules
+++ pulseaudio-0.9.13/debian/rules
@@ -6,10 +6,10 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk

 common-build-arch::
-   grep -v -e alsa -e evdev debian/pulseaudio.install  \
-   debian/pulseaudio.install.kfreebsd-i386
-   grep -v -e alsa -e evdev debian/pulseaudio.install  \
-   debian/pulseaudio.install.kfreebsd-amd64
+   grep -v -e alsa -e evdev -e bluetooth -e proximity-helper \
+ debian/pulseaudio.install  debian/pulseaudio.install.kfreebsd-i386
+   grep -v -e alsa -e evdev -e bluetooth -e proximity-helper \
+ debian/pulseaudio.install  debian/pulseaudio.install.kfreebsd-amd64

 common-install-arch::
find $(DEB_DESTDIR) -name *.la -delete
only in patch2:
unchanged:
--- pulseaudio-0.9.13.orig/src/tests/rtstutter.c
+++ pulseaudio-0.9.13/src/tests/rtstutter.c
@@ -53,8 +53,9 @@

 CPU_ZERO(mask);
 CPU_SET((size_t) PA_PTR_TO_INT(p), mask);
+#ifdef __linux__
 pa_assert_se(pthread_setaffinity_np(pthread_self(), sizeof(mask), mask) 
== 0);
-
+#endif
 for (;;) {
 struct timespec now, end;
 uint64_t nsec;




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



Bug#494718: Announce of the upcoming NMU for the mgetty package

2008-10-20 Thread Christian Perrier
Dear maintainer of mgetty and Debian translators,

Some days ago, I sent a notice to the maintainer of the mgetty Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs da de es fr gl it ja nl pt ru sv vi

Among these, the following translations are incomplete: none

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the mgetty package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Sunday, October 26, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Wednesday, October 15, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Monday, October 20, 2008   : send this notice
 Sunday, October 26, 2008   : (midnight) deadline for receiving translation 
updates
 Monday, October 27, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Wednesday, October 29, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-08-13 10:42+\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../mgetty-fax.templates.master:1001
msgid Run faxrunqd during system startup?
msgstr 

#. Type: boolean
#. Description
#: ../mgetty-fax.templates.master:1001
msgid 
The mgetty-fax package contains a daemon (\faxrunqd\) that can 
automatically take in charge the sending of the faxes spooled with faxspool. 
This daemon and the faxrunq utility need /etc/mgetty/faxrunq.config to be 
configured appropriately in order to run. If you plan to use faxrunqd, 
please indicate so.
msgstr 


signature.asc
Description: Digital signature


Bug#495240: Announce of the upcoming NMU for the tftp-hpa package

2008-10-20 Thread Christian Perrier
Dear maintainer of tftp-hpa and Debian translators,

Some days ago, I sent a notice to the maintainer of the tftp-hpa Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
ca cs de es fr gl it ja nl pt pt_BR sv vi

Among these, the following translations are incomplete: none

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the tftp-hpa package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Sunday, October 26, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Wednesday, October 15, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Monday, October 20, 2008   : send this notice
 Sunday, October 26, 2008   : (midnight) deadline for receiving translation 
updates
 Monday, October 27, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Wednesday, October 29, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: Source: [EMAIL PROTECTED]
POT-Creation-Date: 2007-11-20 22:46+0200\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../tftpd-hpa.templates:1001
msgid Should the server be started by inetd?
msgstr 

#. Type: boolean
#. Description
#: ../tftpd-hpa.templates:1001
msgid 
tftpd-hpa can be started by the inetd superserver or as a daemon and handle 
incoming connections by itself. The latter is only recommended for very high 
usage servers.
msgstr 


signature.asc
Description: Digital signature


Bug#502834: dokuwiki: piuparts test fails: install fails

2008-10-20 Thread Adam D. Barratt
Hi,

On Mon, 2008-10-20 at 07:47 +0200, Lucas Nussbaum wrote:
 During installation, dokuwiki seems to prompt for things, then fails.
 Running outside piuparts:
 Setting up dokuwiki (0.0.20080505-2) ...
 X_LOADTEMPLATEFILE /var/lib/dpkg/info/ucf.templates ucf
[...]
 dpkg: --compare-versions takes three arguments: version relation version

This is #495360 and #481394, which were fixed in 0.0.20080505-3 (which
should hit lenny today).

Regards,

Adam



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



Bug#489156: Announce of the upcoming NMU for the snoopy package

2008-10-20 Thread Christian Perrier
Quoting Christian Perrier ([EMAIL PROTECTED]):
 Dear maintainer of snoopy and Debian translators,
 
 Some days ago, I sent a notice to the maintainer of the snoopy Debian
 package, mentioning the status of at least one old po-debconf translation 
 update in the BTS.
 
 I announced the intent to build and possibly upload a non-maintainer upload
 for this package in order to fix this long-time pending localization
 bug as well as all other pending translations.
 
 The package maintainer agreed for the NMU or did not respond in two
 weeks, so I will proceed with the NMU.


marc, who maintains the package, uploaded snoopy with the pending
translation. So, I hereby withdraw my NMU intent.



signature.asc
Description: Digital signature


Bug#502812: openoffice.org-core: Can not install Sun import PDF extension: loading component library failed

2008-10-20 Thread Rene Engelhard
Hi,

Rene Engelhard wrote:
 I so far so far thought that it should work with our OOo as we build
 with STLport (although external). An other problem can be: do you have
   ^ on i386

Grüße/Regards,

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



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



Bug#501719: [Pkg-cups-devel] Bug#501719: cups-pdf: doesn't play well with NetWare shares

2008-10-20 Thread Martin-Éric Racine
On Mon, Oct 20, 2008 at 12:37 AM, Luca Capello [EMAIL PROTECTED] wrote:
 I think we've three bugs here:

 1) a documentation one about the features of the filesystem for the
   output directory (this is the original bug)

We cannot anticipate the quirks for every imaginable case of network
filesystem, sorry.

 2) CUPS-PDF not catching all the Ghostscript errors [2]

Nor should it. A Ghostscript error doesn't imply failure to print. It
could be e.g. failure to embed certain fonts, etc.

 3) CUPD-PDF not setting the ownership for the output directory when the
   latter already exists

It's not quite that. The AnonUser is an exception case. One thing I
notice in this thread is that you assume that AnonUser means UID
65534. It doesn't. It's not anonymous in the sense of UNIX user
nobody. Rather, it's in the sense of Samba guest user. When used with
a normal system user it creates the directory and sets ownership, if
it's absent.

-- 
Best Regards,
Martin-Éric


Bug#502817: rhythmbox can not count

2008-10-20 Thread Aioanei Rares
On Mon, Oct 20, 2008 at 5:14 AM, Anand Kumria [EMAIL PROTECTED] wrote:

 Package: rhythmbox
 Version: 0.11.6-1
 Severity: normal

 Hi,

 I have a CD ('A Grand Don't Come For Free') which has 11 tracks. However
 Rhythmbox display the count as 10
 in the right hand side album count. But displays 11 tracks in the track
 listing.

 Anand

 -- System Information:
 Debian Release: lenny/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)

 Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
 Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash

 Versions of packages rhythmbox depends on:
 ii  dbus   1.2.1-3   simple interprocess messaging
 syst
 ii  gconf2 2.22.0-1  GNOME configuration database
 syste
 ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
 ii  gstreamer0.10-alsa [gs 0.10.21-2 GStreamer plugin for ALSA
 ii  gstreamer0.10-esd [gst 0.10.10.3-1   GStreamer plugin for ESD
 ii  gstreamer0.10-gnomevfs 0.10.21-2 GStreamer plugin for GnomeVFS
 ii  gstreamer0.10-plugins- 0.10.8-2  GStreamer plugins from the
 bad s
 ii  gstreamer0.10-plugins- 0.10.21-2 GStreamer plugins from the
 base
 ii  gstreamer0.10-plugins- 0.10.10.3-1   GStreamer plugins from the
 good
 ii  gstreamer0.10-pulseaud 0.10.10.3-1   GStreamer plugin for
 PulseAudio
 ii  gstreamer0.10-x0.10.21-2 GStreamer plugins for X11 and
 Pang
 ii  libart-2.0-2   2.3.20-2  Library of functions for 2D
 graphi
 ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
 ii  libavahi-client3   0.6.23-2  Avahi client library
 ii  libavahi-common3   0.6.23-2  Avahi common library
 ii  libavahi-glib1 0.6.23-2  Avahi glib integration library
 ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces
 library
 ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
 ii  libc6  2.8+20080809-1GNU C Library: Shared
 libraries
 ii  libcairo2  1.7.4-1   The Cairo 2D vector graphics
 libra
 ii  libdbus-1-31.2.1-3   simple interprocess messaging
 syst
 ii  libdbus-glib-1-2   0.76-1simple interprocess messaging
 syst
 ii  libexpat1  2.0.1-4   XML parsing C library -
 runtime li
 ii  libfontconfig1 2.6.0-1   generic font configuration
 library
 ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared
 lib
 ii  libgconf2-42.22.0-1  GNOME configuration database
 syste
 ii  libglade2-01:2.6.2-1 library to load .glade files
 at ru
 ii  libglib2.0-0   2.18.1-1  The GLib library of C routines
 ii  libgnome-keyring0  2.22.3-2  GNOME keyring services library
 ii  libgnome-media02.22.0-3  runtime libraries for the
 GNOME me
 ii  libgnome2-02.22.0-1  The GNOME 2 library - runtime
 file
 ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented
 display
 ii  libgnomeui-0   2.22.1-1  The GNOME 2 libraries (User
 Interf
 ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System
 (runtime
 ii  libgpod3   0.6.0-6   library to read and write
 songs an
 ii  libgstreamer-plugins-b 0.10.21-2 GStreamer libraries from the
 base
 ii  libgstreamer0.10-0 0.10.21-3 Core GStreamer libraries and
 eleme
 ii  libgtk2.0-02.12.11-4 The GTK+ graphical user
 interface
 ii  libhal10.5.11-5  Hardware Abstraction Layer -
 share
 ii  libice62:1.0.4-1 X11 Inter-Client Exchange
 library
 ii  liblircclient0 0.8.3-3   infra-red remote control
 support -
 ii  libmtp70.2.6.1-3 Media Transfer Protocol (MTP)
 libr
 ii  libmusicbrainz4c2a 2.1.5-2   Second generation incarnation
 of t
 ii  libnautilus-burn4  2.22.1-2  Nautilus Burn Library -
 runtime ve
 ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to
 a n
 ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime
 Library
 ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA
 ORB
 ii  libpango1.0-0  1.21.6-1  Layout and rendering of
 internatio
 ii  libpixman-1-0  0.12.0-1  pixel-manipulation library for
 X a
 ii  libpng12-0 1.2.32-1  PNG library - runtime
 ii  libpopt0   1.14-4lib for parsing cmdline
 parameters
 ii  libsexy2   0.1.11-2+b1   collection of additional GTK+
 widg
 ii  libsm6 2:1.1.0-1 X11 Session Management library
 ii  libsoup2.4-1   2.4.1-2   an HTTP library implementation
 in
 ii  

Bug#502801: [Pkg-samba-maint] Bug#502801: samba: system accounts copied from /etc/passwd to /var/lib/samba/passdb.tdb

2008-10-20 Thread Christian Perrier
clone 502801 -1
retitle -1 Password database creation dialog makes reference to a non-existing 
document
severity -1 normal
thanks

Quoting Alexis Huxley ([EMAIL PROTECTED]):

 In addition, the question above also says:
 
   ... See /usr/share/doc/samba-doc/htmldocs/ENCRYPTION.html from
   the samba-doc package for more details. ...
 
 But:
 
   penne# dpkg -l samba-doc | grep samba-doc
   ii  samba-doc 2:3.2.3-1 Samba 
 documentation
   penne# dpkg -L samba-doc | grep ENCR
   penne# 


Correct. Apparently, the document that best fits the definition is
/usr/share/doc/samba-doc/htmldocs/Samba3-Developers-Guide/pwencrypt.html

Rewording that debconf template, if we decide to, would need to
unfuzzy translations (sed could be used, there).




signature.asc
Description: Digital signature


Bug#254243: (no subject)

2008-10-20 Thread martin f krafft
also sprach Olaf van der Spek [EMAIL PROTECTED] [2008.10.19.1125 +0200]:
 I think it should be merged with #222324
 I'm willing to continue work on my patch from 2005 if Luk and Martin agree.

I don't want to have to rely on a width switch. I'd say that netstat
should output line-oriented and stop worrying about terminal size.
First of all, IPv6-connected hosts are unlikely to be so old that
they can only do width-80 or non-tty terminals, and second, the days
of tools like route/arp/netstat which present formatted output
(which is harder to process) are hopefully over in favour of tools
that print the maximum of information and leave it to other tools to
do the formatting. I really like /bin/ip for that reason, and
because its output is the same as its input. Tabular output, like
netstat, is IMHO not worth the trouble, especially if it means that
the output cannot be complete.

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


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#500336: patch for grub detection

2008-10-20 Thread Robert Millan
On Fri, Oct 17, 2008 at 11:40:07PM +0200, Thomas Viehmann wrote:
 Hi,
 
 based on Bastian's comments here and a clarification on IRC (thanks!), I
 would like to propose the attached patch.

I understand that Bastian knows what he's doing, but nevertheless I'd like
this to be okayed by Ian (CCed) before we apply it, since the current
behaviour was stablished by him.

Also, I'd like to know if we should adjust GRUB 2 accordingly (its current
policy is not to special-case Xen images).

Thanks!

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



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



Bug#495647: Gran Paradiso home page says you are using is NOT A FINAL VERSION of Firefox

2008-10-20 Thread Franklin PIAT
Hello,

The granparadiso homepage[1] now states :
 Note: The Gran Paradiso Alpha build you are using is NOT A FINAL
 VERSION of Firefox, it has been made available for testing purposes
 only, with no end-user support. If that sounds scary, you'd probably
 be better off with the latest version of Firefox that you can 
 download here.

The message is triggered by a javascript on granparadiso's homepage[1]
if one is running a UserAgent != GranParadiso/3.0a

Upstream's firefox home page[2] don't have this bug (but probably isn't
suitable either).

I'm not sure what would be the best option here. May be
debian-publicity/debian-www would have a browser homepage like [2] ?
(not CC'ing those mailing list myself, that's up to you)

Franklin


[1] http://www.mozilla.org/projects/granparadiso/
[2]
http://en-US.start2.mozilla.com/firefox?client=firefox-arls=org.mozilla:en-US:official




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



Bug#479607: Upgrades broken

2008-10-20 Thread Duncan Findlay

Hi,

As others have pointed out, this bug is not fixed for users upgrading  
from previous versions. Would it be possible to provide a warning of  
some sort when the initramfs is too big and large-memory is not used?  
At the very least, some information about this in the lilo  
documentation would be much appreciated -- I spent hours trying to  
figure this out.


Also, in the future, please do not close bugs by sending messages to [EMAIL PROTECTED] 
 as this provides no information about why a bug is closed.

http://www.debian.org/doc/developers-reference/pkgs.html#bug-answering

Thanks

Duncan





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



Bug#491957: Announce of the upcoming NMU for the sn package

2008-10-20 Thread Christian Perrier
Dear maintainer of sn and Debian translators,

Some days ago, I sent a notice to the maintainer of the sn Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs de es fr nl pt ru sv vi

Among these, the following translations are incomplete: vi

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the sn package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Sunday, October 26, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, October 19, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Monday, October 20, 2008   : send this notice
 Sunday, October 26, 2008   : (midnight) deadline for receiving translation 
updates
 Monday, October 27, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Wednesday, October 29, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-08-19 22:07+0200\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../sn.templates:1001
msgid cron, ip-up, manually
msgstr 

#. Type: select
#. Description
#: ../sn.templates:1002
msgid sn should run from:
msgstr 

#. Type: select
#. Description
#: ../sn.templates:1002
msgid 
The scripts provided with the package support several ways to run snget (the 
program to fetch new news):
msgstr 

#. Type: select
#. Description
#: ../sn.templates:1002
msgid 
 cron -- The program will be executed daily by cron -- useful e.g\n
 for permanent connections;\n
 ip-up-- The program will called from ip-up, that is, when your\n
 computer makes a connection -- useful for e.g. dialup\n
 connections;\n
 manually -- The program will never be called, you have to call it\n
 manually to get new news (just type snget as root).
msgstr 

#. Type: boolean
#. Description
#: ../sn.templates:2001
msgid Should sn only accept connections from localhost?
msgstr 

#. Type: boolean
#. Description
#: ../sn.templates:2001
msgid 
sn is a small newsserver, intended mainly to be run for single user 
systems.  On such systems, it's better to have sn only answer connections 
from localhost.  If you intend to use sn from multiple machines, refuse here.
msgstr 


signature.asc
Description: Digital signature


Bug#486253: Typo in templates

2008-10-20 Thread vince
Hi,

I think there is another typo in the debconf templates, last message:
#. Type: note
#. Description
#: ../templates:4001
msgid 
Beware. The tools can easily be misused, causing enormous amounts of
grief 
by completely cripple network access to a computer system. It is not 
terribly uncommon for a remote system administrator to accidentally
lock 
themself out of a system hundreds or thousands of miles away. One can
even 
manage to lock himself out of a computer who's keyboard is under his 
fingers. Please, use due caution.
msgstr 

who's - whose ?

Best regards
vince






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



Bug#502738: dpkg-dev: dpkg-shlibdeps : allow pr package overrides for unresolved symbols

2008-10-20 Thread Raphael Hertzog
severity 502738 wishlist
thanks

On Sun, 19 Oct 2008, Sune Vuorela wrote:
 I would like to be able to tell dpkg-dev to not warn me about specific
 symbols in specific binaries not being found. Like:
 
 dpkg-shlibdeps: warning: symbol PyList_New used by
 debian/python-kde4/usr/lib/python2.4/site-packages/PyKDE4/kutils.so
 found in none of the libraries.
 dpkg-shlibdeps: warning: symbol PyModule_GetDict used by
 debian/python-kde4/usr/lib/python2.4/site-packages/PyKDE4/kutils.so
 found in none of the libraries.
 dpkg-shlibdeps: warning: symbol PyGILState_Release used by
 debian/python-kde4/usr/lib/python2.4/site-packages/PyKDE4/kutils.so
 found in none of the libraries.
 dpkg-shlibdeps: warning: 10 other similar warnings have been skipped
 (use -v to see them all).
 
  - this is actually expected and on purpose, but symbols not being the
 Py ones (if any) is not expected and something I would like to deal
 with, so a mechanism for overriding these warnings wolud be nice.

Does that mean that you know of the --warnings option but that it doesn't
suit you because you want something where you can give a list of symbols
to ignore for each kind of warning ?

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



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



Bug#502322: docvert-openoffice.org: process didn't go in background

2008-10-20 Thread pau4o
From: Francois Marier [EMAIL PROTECTED]
Subject: Re: Bug#502322: docvert-openoffice.org: process didn't go in background
Date: Sun, 19 Oct 2008 13:54:04 +1300

 Hi Kamen,
Hi Francois,


 Thanks a lot for reporting this problem, it is a pretty serious bug
 actually.

 Could you please replace the initscript (/etc/init.d/docvert-converter) with
 the one attached to this email and let me know if that fixes your problem?
Yes it's fixed using updated script.
Thanks for quick reaction.


 If it does, I'll try to request a freeze exception to get it fixed in Lenny.

 Thanks again!

 Francois

best regards
Kamen



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



Bug#502839: evolution: End of daylight saving time (DST, summer time) one week too early

2008-10-20 Thread Johann Glaser
Package: evolution
Version: 2.22.3.1-1
Severity: normal

Evolution thinks the daylight saving time (DST, summer time) in Austria was
over one week too early (2008-10-19) but it will end on 2008-10-26.

The wrong time is used at at least 2 points:
 - the red horizontal line in the calendar day view
 - alerts

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'), 
(500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution depends on:
ii  dbus   1.2.1-3   simple interprocess messaging syst
ii  evolution-common   2.22.3.1-1architecture independent files for
ii  evolution-data-server  2.22.3-1  evolution database backend server
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gtkhtml3.143.18.3-1  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbluetooth2  3.36-1Library to use the BlueZ Linux Blu
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libcamel1.2-11 2.22.3-1  The Evolution MIME message handlin
ii  libdbus-1-31.2.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libebook1.2-9  2.22.3-1  Client library for evolution addre
ii  libecal1.2-7   2.22.3-1  Client library for evolution calen
ii  libedataserver1.2-92.22.3-1  Utility library for evolution data
ii  libedataserverui1.2-8  2.22.3-1  GUI utility library for evolution 
ii  libegroupwise1.2-132.22.3-1  Client library for accessing group
ii  libexchange-storage1.2 2.22.3-1  Client library for accessing Excha
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-pilot22.0.15-2.4Support libraries for gnome-pilot
ii  libgnome2-02.22.0-1  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.22.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libgtkhtml3.14-19  3.18.3-1  HTML rendering/editing library - r
ii  libhal10.5.11-5  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libldap-2.4-2  2.4.11-1  OpenLDAP libraries
ii  libnm-glib00.6.6-2   network management framework (GLib
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0-5  Network Security Service libraries
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpisock9 0.12.3-5  library for communicating with a P
ii  libpisync1 0.12.3-5  synchronization library for PalmOS
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libsoup2.4-1   2.4.1-2   an HTTP library implementation in 
ii  libusb-0.1-4   2:0.1.12-13   userspace USB programming library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcb-render-util00.2.1+git1-1  utility libraries for X C Binding 
ii  libxcb-render0 1.1-1.1   X C Binding, render extension
ii  libxcb1   

Bug#502738: dpkg-dev: dpkg-shlibdeps : allow pr package overrides for unresolved symbols

2008-10-20 Thread Sune Vuorela
On Monday 20 October 2008 09:00:49 Raphael Hertzog wrote:

 Does that mean that you know of the --warnings option but that it doesn't
 suit you because you want something where you can give a list of symbols
 to ignore for each kind of warning ?

Yes. In the pasted case, the Py* symbols is expected to be not found, so I 
don't need to be told about those symbols, but I would like a warning if there 
suddenly is a not found _ZeqRK13QLatin1StringRK10QStringRef-symbol or 
something like that.

/Sune



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



Bug#502840: ncurses-bin: Please add md5sums

2008-10-20 Thread Frank Mehnert
Package: ncurses-bin
Version: 5.6+20081011-1
Severity: normal

The ncurses packages miss the md5sums making the debsums checker report
warnings every day.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25.17 (SMP w/2 CPU cores)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages ncurses-bin depends on:
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  libncurses5   5.6+20081011-1 shared libraries for terminal hand

ncurses-bin recommends no packages.

ncurses-bin suggests no packages.

-- no debconf information



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



Bug#502841: evolution: Recurring events problem after importing iCal mail

2008-10-20 Thread Johann Glaser
Package: evolution
Version: 2.22.3.1-1
Severity: normal

Reproduce:
 1) Create an appointment
 2) Set it recurring (e.g. once a week)
 3) right click on it, choose Forward as iCalendar
 4) send as mail to another PC which also runs Evolution
 5) on this second PC receive the mail and click Accept so the appointment
is inserted in the calendar

The appointment is marked as recurring but it is not repeated in successive
weeks.

Edit the appointment, you will see the proper recurrence settings.

This problem exists in the current version of Evolution and also was present
in the current Debian package version of Evolution in March 2008.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'), 
(500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution depends on:
ii  dbus   1.2.1-3   simple interprocess messaging syst
ii  evolution-common   2.22.3.1-1architecture independent files for
ii  evolution-data-server  2.22.3-1  evolution database backend server
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gtkhtml3.143.18.3-1  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbluetooth2  3.36-1Library to use the BlueZ Linux Blu
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libcamel1.2-11 2.22.3-1  The Evolution MIME message handlin
ii  libdbus-1-31.2.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libebook1.2-9  2.22.3-1  Client library for evolution addre
ii  libecal1.2-7   2.22.3-1  Client library for evolution calen
ii  libedataserver1.2-92.22.3-1  Utility library for evolution data
ii  libedataserverui1.2-8  2.22.3-1  GUI utility library for evolution 
ii  libegroupwise1.2-132.22.3-1  Client library for accessing group
ii  libexchange-storage1.2 2.22.3-1  Client library for accessing Excha
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-pilot22.0.15-2.4Support libraries for gnome-pilot
ii  libgnome2-02.22.0-1  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.22.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libgtkhtml3.14-19  3.18.3-1  HTML rendering/editing library - r
ii  libhal10.5.11-5  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libldap-2.4-2  2.4.11-1  OpenLDAP libraries
ii  libnm-glib00.6.6-2   network management framework (GLib
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0-5  Network Security Service libraries
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpisock9 0.12.3-5  library for communicating with a P
ii  libpisync1 0.12.3-5  synchronization library for PalmOS
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libsoup2.4-1   2.4.1-2   an HTTP library 

Bug#502625: system-config-lvm crashes immediately

2008-10-20 Thread Philipp Hübner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey,

Andrew Vaughan schrieb:
 On Sun, 19 Oct 2008, Andrew Vaughan wrote:
 On Sun, 19 Oct 2008, Philipp Hübner wrote:
 Thank you for this very interesting information and your work.
 I noticed that lvm2 only suggests dmsetup.
 If system-config-lvm really crashes without dmsetup, I should add
 dmsetup as a dependency and install the wrapper-script you mentioned.
 dm_mod is actually a kernel module.
 /lib/modules/2.6.26-1-686/kernel/drivers/md/dm-mod.ko

 I have tried to test whether the dmsetup package is needed.
  ^^^haven't

I tried, it's definetly not needed.
Furthermore I installed system-config-lvm and lvm2 on a clean lenny-system:
dm_mod get's loaded instantly after the installation, system-config-lvm
works out of the box.

Then I removed all the dm_-modules manually, and tried again:
system-config-lvm still came up, without problems.
I checked, and after system-config-lvm had reloaded lvm2, the
dm_-modules still weren't loaded.
Haven't tried to use system-config-lvm then, as you already told me that
without dm_mod lvcreate etc. don't work.

So it seams, dm_mod has not caused your crash directly, which is gone
now I assume?

The bug you filed against lvm2 could be right though.

If you're problem is gone now, I'd close the bug, or leave that to you.

Regards,
- --
 .''`.   Philipp Hübner [EMAIL PROTECTED]
: :'  :  http://qa.debian.org/developer.php?login=debalance%40arcor.de
`. `'`   HP: http://debalance.funpic.de, Skype: philipp-huebner
  `- ICQ: 235-524-440, Jabber: [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkj8MAoACgkQFhl05MJZ4OgSCACdFgjatk95zVp2A13kiaZqOOzX
aZgAoKv2Ra38+4Phi6TowG6JnSq43vxA
=JWxF
-END PGP SIGNATURE-



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



Bug#502737: [openoffice.org-writer] Missing mime-mapping entry for .oxt

2008-10-20 Thread Guido Günther
On Mon, Oct 20, 2008 at 01:25:12AM +0200, Rene Engelhard wrote:
 And it's now a Type=MimeType one (thus no Exec=), so I wonder where it
 belongs. (And it probably won't fix this bug at all, as you want oxt
/usr/share/mimelnk? 

 associated with somethig executable so that users don't need to go to
 the extension manager themselves)
This depends. Is the MimeType specified in the ooo-extension.desktop
mapped to one of the applications .desktop files? If so we just need to
install that one to /usr/share/mimelnk. If not something like:

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Terminal=false
Type=Application
NoDisplay=True
Exec=openoffice %U
MimeType=Mime-Type
Name=OpenOffice.org

in /usr/share/applications/ will do the trick.  Mime-Type would be the
mime type defined in the other desktop file you found. 
 -- Guido



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



Bug#441868: mondo: ext2 initrd fails to get mounted / unmounted

2008-10-20 Thread Björn Wiberg

Hello Andree!

Thank you for your e-mail!

On Sun, 19 Oct 2008, Andree Leidenfrost wrote:

Sorry for taking so long to get back to you!


No problem!


It would be great if you could try again with a stock Debian kernel
rather than a custom kernel. If that does indeed show the same issue, it
would also be great if you could try with the latest version (mondo
1:2.2.7-1 atm).


We're using 2.20-1.1 on other machines and they work just fine. The old 
machine will eventually get replace anyway, so I think it is safe to 
assume that this has something to do with the custom kernel. Hence, I 
think the bug can be closed.


Thank you for your help!

Best regards,
Björn

Bug#502737: [openoffice.org-writer] Missing mime-mapping entry for .oxt

2008-10-20 Thread Rene Engelhard
Hi,

Guido Günther wrote:
 On Mon, Oct 20, 2008 at 01:25:12AM +0200, Rene Engelhard wrote:
  And it's now a Type=MimeType one (thus no Exec=), so I wonder where it
  belongs. (And it probably won't fix this bug at all, as you want oxt
 /usr/share/mimelnk? 

Oh, that still exists?

  associated with somethig executable so that users don't need to go to
  the extension manager themselves)
 This depends. Is the MimeType specified in the ooo-extension.desktop
 mapped to one of the applications .desktop files? If so we just need to
 install that one to /usr/share/mimelnk. If not something like:
 
 [Desktop Entry]
 Version=1.0
 Encoding=UTF-8
 Terminal=false
 Type=Application
 NoDisplay=True
 Exec=openoffice %U

unopkg gui %U if we get an own .desktop for this.

Regards,

Rene

P.S.: I am still not sure I want people make it that easy to run into problems
this way when they try to install binary extensions (see e.g. see #502812, and
no, it's IMHO not an option to build against an internal, ancient version of
STLport again) but that would be no regression to 2.4.1...



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



Bug#500607: closing bugs for packages no longer in unstable (was: Bug#500607: Debian APT Packages/Sources file(s) contains illegal byte sequences in this package's segment)

2008-10-20 Thread Hilmar Preusse
found 500607 3.0.dfsg.2-1
stop

On 19.10.08 Frank Küster ([EMAIL PROTECTED]) wrote:
 Hilmar Preusse [EMAIL PROTECTED] wrote:

Hi,

  I just noticed that tetex-src is only in sarge and etch, hence we
  can't remove it from unstable. As we (probably) can't fix it in
  stable and it is be fixed in unstable, we have to close the bug,
  right?
 
 I'm not sure, because we have now version tracking in the BTS. In
 the versions in etch and sarge, the bug is still present, but
 there's no new version to close it with.
 
I put a version on this bug for now.

H.
-- 
sigmentation fault



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



Bug#502841: Workaround

2008-10-20 Thread Johann Glaser
Edit the corresponding calendar's .ics file and search for the
appointment. Then remove the entry
  RECURRENCE-ID;TZID=/softwarestudio.org/Tzfile/Europe/Vienna:20071015T15

This seems to work.

Probably it is also necessary to set the SEQUENCE entry to 1 but I'm not
sure.





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



Bug#502843: jwchat: [INTL:it] Italian debconf templates translation

2008-10-20 Thread Luca Monducci
Package: jwchat
Severity: wishlist
Tags: patch l10n

Please update the italian debconf templates translation (attached).

Thanks,
Luca

it.po
Description: Binary data


Bug#495081: FYI: update to bugreport

2008-10-20 Thread Ries, Peter
As this is my first bug report I was not sure who would report it to
upstream.

So after a while I opened a bug @ samba.org a week ago. (see
https://bugzilla.samba.org/show_bug.cgi?id=5826 )

By October 16th the samba guys are investigating this problem. I'm sure
there will be a fix soon.


Bug#502844: memstat man page point to /usr/doc/memstat/memstat-tutorial.txt.gz

2008-10-20 Thread Rémi Vanicat
Package: memstat
Version: 0.5
Severity: minor

The see also section of memstat point to the file
/usr/doc/memstat/memstat-tutorial.txt.gz that don't exists, it should
point to /usr/share/doc/memstat/memstat-tutorial.txt.gz


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (550, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.5 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages memstat depends on:
ii  libc6 2.7-15 GNU C Library: Shared libraries

memstat recommends no packages.

memstat suggests no packages.

-- no debconf information



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



Bug#502815: TLSCACertificateFile

2008-10-20 Thread bugs

I did other test.

my server is working fine with following configuration:

TLSCACertificateFile /etc/ldap/certs/master.crt
TLSCertificateFile /etc/ldap/certs/master.crt
TLSCertificateKeyFile /etc/ldap/master.key
TLSVerifyClient true

i'm using openssl for test:

openssl s_client -connect 127.0.0.1:636 -key master.key -cert 
certs/master.crt


but didn't work with TLSCACertificatePath:

TLSCACertificatePath /etc/ldap/certs
TLSCertificateFile /etc/ldap/certs/master.crt
TLSCertificateKeyFile /etc/ldap/master.key
TLSVerifyClient true




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



Bug#497668: iceweasel: Archive Manager fails

2008-10-20 Thread Anders Boström
 MH == Mike Hommey [EMAIL PROTECTED] writes:

 MH On Wed, Sep 03, 2008 at 04:19:45PM +0200, Anders Boström wrote:
  Package: iceweasel
  Version: 3.0.1-1
  Severity: normal
  
  I've used file-roller as archive manager for many file-types (tar, zip
  etc) with firefox 2.x . After upgrade to iceweasel 3.0.1, it fails.
  
  I get a requester with the title Download Error and the following
  text:
  
  /tmp/nodeinfo_report_iov027-20080903-084529-CEST-12.tar could not be 
  opened, because the associated helper application does not exist. Change 
  the association in your preferences.
  
  The selected Action for the Content Type tar, and many other types,
  is Use Archive Manager (default).
  
  If I change the action for tar to point to the application
  /usr/bin/file-roller, it works fine for tar-files (but not zip etc.).
  
  How do I select the Archive Manager??? Why isn't file-roller selected
  as with firefox 2.x?

 MH Can you check if it works better with xulrunner-1.9 version 1.9.0.3-1 ?

OK, it works with xulrunner-1.9, when Archive Manager is selected for
a type, file-roller is executed.

However, I've still not got any answer to one of my questions:
How do I select the Archive Manager?

/ Anders



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



Bug#477498: general: Unmounting network filesystems solution (for me at least)

2008-10-20 Thread Petter Reinholdtsen
Sound to me like the cifs startup script need to register their pid to
avoid killall killing them at shutdown.  The mechanism is already
provided by initscripts, now the packages needing it just need to use
it.

Which package starts this daemon?  This issue should be reassigned
there.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#502845: open-iscsi: no login using amd64

2008-10-20 Thread Rainer Gauweiler
Package: open-iscsi
Version: 2.0.730-1etch1
Severity: grave
Justification: renders package unusable

after fresh install:
iscsiadm -m node -o new -T target1 -p IP
iscsiadm -m node -o new -T target2 -p IP
iscsiadm -m node -p IP -L all
iscsiadm: initiator reported error (9 - internal error)
iscsiadm: initiator reported error (9 - internal error)
dmesg
Loading iSCSI transport class v1.1-646.5iscsi: registered transport (tcp)
iscsi: registered transport (iser)
scsi3 : iSCSI Initiator over TCP/IP
scsi4 : iSCSI Initiator over TCP/IP
iscsi: invalid session 0

The same works if I use a non amd64 kernel, f.e. 2.6.18-6-686 or
2.6.24-etchnhalf.1-686-bigmem

Target is ietd on CentOs5.

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

Versions of packages open-iscsi depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries

open-iscsi recommends no packages.

-- no debconf information



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



Bug#502058:

2008-10-20 Thread Pascal Brugier
Hi,

read my last message and I saw that I was not very explicit.

In fact, I think it's possible that the problem is linked with an upgrade
from linux-image and initrd* tools from etch-backports to Lenny.

My two servers were both with backports packages and both encountered the
same problem.

Cheers,
Pascal.




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



Bug#502842: xserver-xorg-video-intel: Look up with i915 chipset

2008-10-20 Thread Julien Cristau
severity 502842 important
kthxbye

On Mon, Oct 20, 2008 at 10:26:02 +0300, AKbara wrote:

 Package: xserver-xorg-video-intel
 Version: 2:2.3.2-2+lenny4
 Severity: critical
 Justification: breaks unrelated software
 
no it doesn't.



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



Bug#500336: patch for grub detection

2008-10-20 Thread Ian Campbell
On Mon, 2008-10-20 at 08:52 +0200, Robert Millan wrote:
 On Fri, Oct 17, 2008 at 11:40:07PM +0200, Thomas Viehmann wrote:
  Hi,
  
  based on Bastian's comments here and a clarification on IRC (thanks!), I
  would like to propose the attached patch.
 
 I understand that Bastian knows what he's doing, but nevertheless I'd like
 this to be okayed by Ian (CCed) before we apply it, since the current
 behaviour was stablished by him.

My only concern would be the behaviour when running in a domU. I haven't
looked very closely at the patch yet but a comment says
+# CONFIG_XEN + NO CONFIG_PARAVIRT
+# -- domU capable, but must not show up in grub

which sounds like menu.lst in a guest domain will end up omitting the
non-paravirt Xen kernels. These entries are needed to allow booting via
pygrub. Lenny does include such images now due to the use of the SuSE
patch which makes e.g. 2.6.26-1-xen-amd64 look this way. People
upgrading a domU from Etch will likely end up with this style image
installed as well.

Unfortunately I don't think it is so easy to distinguish between the
domU and dom0 use cases, especially if you consider people provisioning
a domU inside a chroot from dom0 before launching it as a guest (a case
which is broken in Etch due to the checks of /proc/xen/capabilities).
Perhaps one could key off the presence of /boot/xen.gz? IOW 
CONFIG_XEN + no CONFIG_PARAVIRT + /boot/xen.gz present
 -- removed from kernel list
 (domU capable, but not bootable standalone)
CONFIG_XEN + no CONFIG_PARAVIRT + /boot/xen.gz not present
-- kept in kernel list
 (domU capable, and no xen.gz so not dom0?)
Seems nasty though.

In the face of uncertainty I think I would rather err on the side of
including kernels in configurations which cannot boot rather than
excluding ones which can since the workarounds are respectively don't
boot/install it then vs manually add and maintain a stanza for that
kernel.

Ian.

 
 Also, I'd like to know if we should adjust GRUB 2 accordingly (its current
 policy is not to special-case Xen images).
 
 Thanks!
 
-- 
Ian Campbell

No character, however upright, is a match for constantly reiterated attacks,
however false.
-- Alexander Hamilton


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


Bug#502192: menu-xdg: invents own icon names instead of using existing

2008-10-20 Thread Sune Vuorela
On Friday 17 October 2008 15:29:31 Bill Allombert wrote:
  In my K menu, I either get questionmark icons or blue folders as the
  icon for these.

 Then KDE4 needs to be fixed. GNOME in etch provides icons for sections
 fine.

I just asked some gnome people. Gnome in Lenny does *not* provide icons for 
sections in the debian menu. It just uses the folder icon.

There is basically 5 ways:

1) Consider Debian menu irrellevant and drop it
2) Keep Debian menu in its current ugly icon style
3) Patch all icon themes / implement a symlink farm  to map the weird debian 
naming to something matching the FDO spec
4) Patch the icon loading code and do the mapping there.
5) Make the debian menu use existing icons based on the fdo spec.

As the package is called menu-xdg, I think that making the debian menu use 
fdo/xdg specs is the rigth way.
Else, my preferred alternative is 1, but maybe 3 can be considered.
4 is definately not going to happen.


/Sune
-- 
How may I install on the floppy disk of a device to the head from Word 2000?

First from the options menu inside Windows you should configure a SIMM for 
cancelling the pin.



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


Bug#395334: Packaging Gnome-Scan

2008-10-20 Thread Riccardo Rapuzzi
I also think that it would be really appreciated by a lot of Debian 
users to have the Gnome Scan package.


Best regards,
Riccardo.



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



Bug#415616: support for alteratively named interfaces would be great

2008-10-20 Thread Frederic Peters
Jamie McClelland wrote:

 I agree - my iterfaces are named wireless and cable - so I can't use
 iptraf :(. 

You can run `iptraf -i wireless'; iptraf can't list the interfaces,
but accepts them fine on the command line.


Frederic



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



Bug#502432: Duplicate bug?

2008-10-20 Thread Lenz, Mario (LDS)
It looks like #502618

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

describes the same problem. I checked and there are also
partitions on top of the logical volumes on my system. Could
someone please merge these two bug reports or mark them as
duplicate or whatever it is you do in a case like this?



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



Bug#502846: csstidy: Options handling completely broken

2008-10-20 Thread Mark Lawrence
Package: csstidy
Version: 1.4-3
Severity: normal


csstidy appears to do almost no validation of command line options. It
silently creates filenames beginning with '--' instead of complaining
about bad names. The only way to confirm the options given are valid is
to look at the output.

 $ echo *{font-weight: bold;} | csstidy - --compress-font-weight=false 
 Selectors: 1 | Properties: 1
 Input size: 0.022KiB  Output size: 0.021KiB  Compression ratio: 4.35%
 ---

 1: Optimised font-weight: Changed normal to 400

 ---
 CSSTidy 1.3 by Florian Schmitz 2005, 2006

 $ echo *font-weight*
 --compress-font-weight=false



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21.3 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages csstidy depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-9  GCC support library
ii  libstdc++64.3.1-9The GNU Standard C++ Library v3

csstidy recommends no packages.

csstidy suggests no packages.

-- no debconf information



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



Bug#502618: partman: /dev/mapper/vg0-home is apparently in use by the system

2008-10-20 Thread Lenz, Mario (LDS)
I have the same problem, including the partitions on top
of the logical volumes:

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

I asked to mark my bug as duplicate or something.

greez

   Mario



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



Bug#502059: Acknowledgement (please add an MP2 audio profile)

2008-10-20 Thread Fabian Greffrath

forwarded 502059 http://bugzilla.gnome.org/show_bug.cgi?id=557043
thanks

I've forwarded my request to upstream.


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]



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



Bug#477498: general: Unmounting network filesystems solution (for me at least)

2008-10-20 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 Sound to me like the cifs startup script need to register their pid
 to avoid killall killing them at shutdown.  The mechanism is already
 provided by initscripts, now the packages needing it just need to
 use it.

Another alternative is to flag the mounted volume in /etc/fstab using
the _netdev flag, to make sure the volume is umounted by umountnfs.sh
and not umountfs.sh during shutdown.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#494940: libloudmouth1-0: clients constantly get kicked

2008-10-20 Thread Loïc Minier
On Wed, Aug 13, 2008, Paul van Tilburg wrote:
 Clients that use LoudMouth constantly get kicked when used (at least)
 in combination with ejabberd.  While my client (Gossip) on a NATed machine
 seems to have no problems, all clients (Gossip, Empathy) running on a
 machine directly connected constantly get kicked after 30s to 5 minutes of
 inactivity.  Downgrading libloudmouth1-0 to version 1.4.0-1 seems to
 solve the problem. 

 Do you still get the bug with 1.4.2?

 Can you please try to downgrade loudmouth to testing version (1.4.0) to
 confirm whether that fixes the bug?

 I guess we can revert the 1.4.0 - 1.4.1 change for lenny by setting
 the new define via cflags if you confirm that helps.

-- 
Loïc Minier



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



Bug#502848: please move pciutils to Recommends

2008-10-20 Thread Robert Millan
Package: alsa-utils
Version: 1.0.16-2
Severity: wishlist

ALSA can work on devices without a PCI bus, like the Neo Freerunner
phone.  Could you move pciutils to Recommends?

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armel (armv4tl)

Kernel: Linux 2.6.24 (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages alsa-utils depends on:
ii  libasound21.0.16-2   ALSA library
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libncurses5   5.6+20081012-2 shared libraries for terminal hand
ii  linux-sound-base  1.0.17.dfsg-4  base package for ALSA and OSS soun
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo
ii  pciutils  1:3.0.0-6  Linux PCI Utilities
ii  python2.5.2-2An interactive high-level object-o
ii  whiptail  0.52.2-11.3Displays user-friendly dialog boxe

Versions of packages alsa-utils recommends:
pn  alsa-base none (no description available)

alsa-utils suggests no packages.

-- no debconf information



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



Bug#502784: [gnome-screensaver] does not display user name with correct charset encoding

2008-10-20 Thread Josselin Mouette
Le dimanche 19 octobre 2008 à 16:29 -0200, Andre Felipe Machado a
écrit :
 After upgrading a brazilian portuguese Etch to Lenny, 
 the gnome screensaver does not display the user name
 with special Latin characters anymore.

 --- System information. ---
 Architecture: i386
 Kernel:   Linux 2.6.26-1-686

Please do not use reportbug-ng to report bugs! It doesn’t provide the
necessary information.

Which locale are you using? If the user name is not in UTF8 in
the /etc/passwd file, this is expected. The encoding of this file is
unspecified and as such must be UTF8.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#500807: segfault in icedove 2.0.0.16.1 and 2.0.0.17.1

2008-10-20 Thread Paul Scott
I am running sid.

I get segfaults by clicking on messages as does Paul C.  I have tried
both versions in the subject.

I started getting the errors just after an aptitude updating of all
relevant packages on my machine a few hours ago.

I have installed icedove-dbg 2.0.0.16.1.  I have not been able to get a
backtrace either.  I have gotten a 12MB strace.

Paul Scott





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



Bug#502180: means to jump to a page without toolbar

2008-10-20 Thread Emilio Pozuelo Monfort

martin f krafft wrote:

It would be good to add it to the Go menu.


I don't think that makes much sense since ctrl+l won't open a new window, but 
just place the cursor in the page box. You can go to the box directly instead of 
going to the menu to go to the box.


OTOH I guess you want it there so that the shortcut can be easily found



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



Bug#502850: debian-installer: D-I fails to process some correct (!) preseed files

2008-10-20 Thread Durk Strooisma
Package: debian-installer
Version: D-I daily build October 19, 2008
Severity: normal


Hi all,

With some (correct) preseed files, Debian Installer fails at the
Download debconf preconfiguration file step, with the message:

Failed to process the preconfiguration file
The installer failed to process the preconfiguration file from
http://x.x.x.x/d-i/preseed/xx.di. The file may be corrupt.

debconf-set-selections -c xx.di does not give any output, so that
seems alright.

I can work around this problem by adding a couple of extra packages to
pkgsel/include in the preseed file. Suddenly the preseed file doesn't
break Debian Installer! That proves even more that the original preseed
file was okay. The diff is, of course, not more than the extra package
definitions.

Tested with VMware Server, real hardware and architecture amd64.

And now the most interesting observation: using the same preseed file,
the one that breaks, for i386... no error message anymore! So this
problem seems to be architecture-dependent.

I have had this problem for a couple of months, since at least Lenny
beta 2. With the latest daily build (October 19), this is still the
case, so I thought to share my experiences.

The problem is easily reproducible with a specially crafted preseed
file. Creating such a file is not easy, so I'll provide you one
(bad.di). I also added one with the above described work-around
(good.di).

bad.di  : http://krnl.nl/bad.di
good.di : http://krnl.nl/good.di

The diff is:

$ diff bad.di good.di
160a161
 mysql-client \

If you try to install these preseed files on amd64, bad.di will break
D-I at the Download debconf preconfiguration file step and good.di
will probably break later when it tries to retrieve archive information,
because the network configuration won't work in all environments. For
i386, D-I will break on retrieving archive information for both bad.di
and good.di.

Posting this bug in debian-installer, because I'm not sure which
specific package this should go. Feel free to move it.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#502787: libspiff1: Please update to libSpiff 1.0.0

2008-10-20 Thread Clint Adams
On Sun, Oct 19, 2008 at 09:11:45PM +0200, Sebastian Pipping wrote:
 ===
 libSpiff's currently only reverse dependency Herrie
 depends on libSpiff 1.0.0 since the latest release 2.2.
 I cannot update Herrie's package without an updated version
 of libSpiff.  Please update asap.  Thanks.
 ===

I assume that Adeodato isn't going to do this until after our upcoming
stable release, as it could complicate the freeze.  I'm not sure why
he isn't answering you himself.



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



Bug#502812: marked as done (openoffice.org-core: Can not install Sun import PDF extension: loading component library failed)

2008-10-20 Thread Rene Engelhard
reopen 502812
retitle 502812 libstlport_gcc.so symlink location wrong
tag 502812 + pending
reassign 502812 openoffice.org
thanks

Hi,

Debian Bug Tracking System wrote:
 Your message dated Mon, 20 Oct 2008 08:19:36 +0200
 with message-id [EMAIL PROTECTED]
 and subject line Re: Bug#502812: openoffice.org-core: Can not install Sun 
 import PDF extension: loading component library failed
 has caused the Debian Bug report #502812,
 regarding openoffice.org-core: Can not install Sun import PDF extension: 
 loading component library failed
 to be marked as done.
[...]
 I so far so far thought that it should work with our OOo as we build
 with STLport (although external). An other problem can be: do you have
 -draw installed?

OK, I guess I see what's wrong, I added a  libstlport_gcc.so symlink so
that extension find it - but that symlink didn't get updated for the
new OOo3 structure where libstlport_gcc.so is in the URE.

Will fix in the next upload, so reopening this bug :)

 Anyway, it's packaged: apt-get install openoffice.org-pdfimport

Still valid. (And that one works because directly linked against
/usr/lib/libstlport_gcc.so)

Grüße/Regards,

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




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



Bug#500535: libjdom0 vs. lenny

2008-10-20 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

severity 500539 important
thanks

Thomas Viehmann wrote:
 In order to be fixed for lenny, changing the libjdom0 must be done in a
 way that is release compatible (in particular, no new upstream version).
 If that cannot reasonably be done for lenny, maybe #500539 should be
 downgraded.

Right, I'm downgrading it. Still hope it's possible to do the necessary
changes for lenny though.

Cheers,

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

iEYEARECAAYFAkj8VRMACgkQXjXn6TzcAQnlggCg2lYt4D9yAK+PKnOZfav6880/
1KgAn0pAEAbevwkTPzK0xb38el/E04P1
=QW9H
-END PGP SIGNATURE-



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



Bug#502852: openoffice.org: OOo calls removed sensible-ooomua

2008-10-20 Thread Noel Köthe
Package: openoffice.org
Version: 1:3.0.0-3
Severity: normal

Hello,

sensible-ooomua was removed from OOo:

openoffice.org (2.0.1-3) unstable; urgency=low
...
  * debian/sensible-ooomua: remove, obsolete with now imporoved senddoc,
thanks Matthias Klose (closes: #335026, #350796) [RE]
...

but /usr/lib/openoffice/basis-link/program/kde-open-url still calls it when
you click on a mailto: link:

...
# special handling for mailto: uris
if echo $1 | grep '^mailto:'  /dev/null; then
  sensible-ooomua $1 
...

This problem is also in 2.4 (lenny) and maybe (didn't tested) there since 
2.0.1-3.

Greetings.

Noèl

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openoffice.org depends on:
ii  openoffice.org-base 1:3.0.0-3OpenOffice.org office suite - data
ii  openoffice.org-calc 1:3.0.0-3OpenOffice.org office suite - spre
ii  openoffice.org-core 1:3.0.0-3OpenOffice.org office suite archit
ii  openoffice.org-draw 1:3.0.0-3OpenOffice.org office suite - draw
ii  openoffice.org-filter-mobil 1:3.0.0-3Mobile Devices Filters for OpenOff
ii  openoffice.org-impress  1:3.0.0-3OpenOffice.org office suite - pres
ii  openoffice.org-java-common  1:3.0.0-3OpenOffice.org office suite Java s
ii  openoffice.org-math 1:3.0.0-3OpenOffice.org office suite - equa
ii  openoffice.org-officebean   1:3.0.0-3OpenOffice.org Office Bean
ii  openoffice.org-report-build 1:3.0.0-3OpenOffice.org Report Builder exte
ii  openoffice.org-writer   1:3.0.0-3OpenOffice.org office suite - word
ii  openoffice.org-writer2latex 0.5-8Writer/Calc to LaTeX/XHTML convert
ii  ttf-dejavu  2.25-3   Metapackage to pull in ttf-dejavu-
ii  ttf-liberation  1.04~beta2-2 Free fonts with the same metrics a

Versions of packages openoffice.org recommends:
ii  openoffice.org-filter-binfilt 1:3.0.0-3  Legacy filters (e.g. StarOffice 5.

Versions of packages openoffice.org suggests:
ii  cups-bsd 1.3.8-1lenny2   Common UNIX Printing System(tm) - 
ii  gstreamer0.10-ffmpeg 0.10.4-3FFmpeg plugin for GStreamer
pn  gstreamer0.10-plugin none  (no description available)
ii  gstreamer0.10-plugin 0.10.20-1   GStreamer plugins from the base 
ii  gstreamer0.10-plugin 0.10.8-4GStreamer plugins from the good 
ii  gstreamer0.10-plugin 0.10.8-1GStreamer plugins from the ugly 
pn  hunspell-dictionary  none  (no description available)
ii  icedove  2.0.0.17-1  free/unbranded thunderbird mail/ne
ii  iceweasel3.0.3-2 lightweight web browser based on M
ii  imagemagick  7:6.3.7.9.dfsg1-2.1 image manipulation programs
ii  java-gcj-compat [jav 1.0.78-2Java runtime environment using GIJ
ii  libgl1-mesa-glx [lib 7.0.3-6 A free implementation of the OpenG
ii  libpaper-utils   1.1.23+nmu1 library for handling paper charact
pn  libsane  none  (no description available)
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra
ii  menu 2.1.40  generates programs menu for all me
ii  myspell-de-de [myspe 20071211-1  German dictionary for myspell
ii  myspell-en-us [myspe 1:2.4.0-2   English_american dictionary for my
ii  openclipart-openoffi 0.18+dfsg-5 clip art for OpenOffice.org galler
ii  openjdk-6-jre [java5 6b11-9  OpenJDK Java runtime, using Hotspo
pn  openoffice.org-gnome none  (no description available)
ii  openoffice.org-help- 1:3.0.0-3   German help for OpenOffice.org
ii  openoffice.org-help- 1:3.0.0-3   English_american help for OpenOffi
ii  openoffice.org-hyphe 1:2.4.0-2   German hyphenation patterns for Op
ii  openoffice.org-l10n- 1:3.0.0-3   German language package for OpenOf
ii  openoffice.org-thesa 20080808-1  German Thesaurus for OpenOffice.or
ii  pstoedit 3.45-4  PostScript and PDF files to editab
ii  sun-java6-jre [java5 6-10-2  Sun Java(TM) Runtime Environment (
ii  unixodbc 2.2.11-16   ODBC tools libraries

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.6.0-1   generic font configuration library
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libcurl3   7.18.2-7  Multi-protocol file transfer libra
ii  libdb4.6   4.6.21-11 Berkeley v4.6 Database Libraries [
ii  libexpat1  2.0.1-4   

Bug#502851: [libsoprano4] Build sesame2 backend

2008-10-20 Thread Robert Wohlrab
Package: libsoprano4
Version: 2.1+dfsg.1-1
Severity: wishlist

I tried to use nepomukserver with kde and had to notice that it was extreme 
slow - different to what I experienced on other distributions. The problem is 
that it searches for /usr/share/soprano/plugins/*backend.desktop and can only 
find the redland backend.

Regards,
Robert


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  500 unstableftp.debian.org 
  500 unstabledebian.netcologne.de 
1 experimentalftp.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
libc6  (= 2.7-1) | 2.7-15
libclucene0ldbl (= 0.9.20-1) | 0.9.20-3
libgcc1  (= 1:4.1.1) | 1:4.3.2-1
libqt4-dbus(= 4.4.0) | 4.4.3-1
libqt4-network (= 4.4.0) | 4.4.3-1
libqtcore4 (= 4.4.0) | 4.4.3-1
libraptor1(= 1.4.16) | 1.4.18-1
librdf0(= 1.0.6) | 1.0.8-1
libstdc++6 (= 4.1.1) | 4.3.2-1






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



Bug#500807: segfault on icedove 2.0.0.16-1 and 2.0.0.17-1 after updating sid packages

2008-10-20 Thread Paul Scott
After updating most of my sid packages which I do every day or two I  
am getting segfaults by clicking on a message as Paul C. is.


I have installed icedove.dbg 2.0.0.16.1.  I am not able to get a  
backtrace either.  I do have a 13MB strace.


I also got a crash of Icedove by trying to send this message from  
that machine.


Paul Scott



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



Bug#481696: generic lack of ipv6 support in SA

2008-10-20 Thread martin f krafft
severity 501399 important
forcemerge 481696 501399
retitle 481696 SA lacks IPv6 support (binding, *_networks, parsing)
tags 481696 + upstream confirmed
thanks

These two bugs are forwarded to the same upstream bug, so they can
be merge. Also, SA's IPv6 support - or rather, lack of support
extends into the configuration and usability. For instance, VBounce
seems unusable if the trusted relays are talking IPv6 to each other.
Also, trusted_networks, internal_networks, and msa_networks do not
accept IPv6 addresses and the associated parsers screw up royally
when IPv6 is in use.

I would even think this bug is release-critical to be honest.

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


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#502855: nntp: server/xindex.c is non-free: only non-profit use allowed

2008-10-20 Thread Ansgar Burchardt
Package: nntp
Version: 1.5.12.1-19.1
Severity: serious
Justification: non-free files in main

Hi,

the file server/xindex.c has the following copyright notice:

(c) Copyright 1992 by Iain Lea
You may  freely  copy or  redistribute  this software,
so  long as there is no profit made from its use, sale
trade or  reproduction.  You may not change this copy-
right notice, and it must be included in any copy made

This does violate DFSG #6 (No Discrimination Against Fields of
Endeavor).

The package does not use the file[1], so it should be safe to remove.

I'll create an updated package fixing this and #502829.

Regards,
Ansgar



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



Bug#502854: ITP: goby -- WYSIWYG presentation tool for GNU Emacs

2008-10-20 Thread Tatsuya Kinoshita
Package: wnpp
Severity: wishlist
Owner: Tatsuya Kinoshita [EMAIL PROTECTED]

* Package name: goby
  Version : 0.94
  Upstream Author : Kazu Yamamoto
* URL : http://www.mew.org/~kazu/proj/goby/
* License : BSD
  Programming Lang: Emacs Lisp
  Description : WYSIWYG presentation tool for GNU Emacs

 Goby is an Emacs Lisp package to display large fonts and images, which
 can be used as a WYSIWYG presentation tool on GNU Emacs.
 .
 There are two modes, Edit and View, for Goby.  Edit mode is implemented
 as a minor mode while View mode as a major mode.  The created file (*.gby)
 is just a text, so you can easily handle it.
 .
 To display large fonts, install TrueType font packages.  To use images,
 install the netpbm package.  To make screen dumps, install the
 imagemagick package.

Thanks,
--
Tatsuya Kinoshita


pgpMsGXH93dwN.pgp
Description: PGP signature


Bug#500807: almost duplicate message

2008-10-20 Thread Paul Scott
I guess the first message I sent didn't crash Icedove after all.  Sorry
for the duplicate message.

Paul





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



Bug#491906: #491906 openoffice.org-emailmerge: please improve package description

2008-10-20 Thread Noèl Köthe
Hello,

when you run OOo in english the option in Tools - Options -
OpenOffice.org Writer is called Mail Merge E-mail.

I didn't know what mail merge was, too but thats not because of the
description but because I didn't know the translations.


Noch einen schönen Tag

Noèl Köthe

-- 
Noèl Köthe
Tel.: +49 (0) 2161 / 4643 - 0

credativ GmbH, HRB Mönchengladbach 12080
Hohenzollernstr. 133, 41061 Mönchengladbach
Geschäftsführung: Dr. Michael Meskes, Jörg Folz


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#502856: pspp: out of date and wrong for regression

2008-10-20 Thread publicbug
Package: pspp
Version: 0.6.0-1
Severity: important

the version on debian lenny 0.6.0-1 has several known bugs please 
upgrade to 0.6.1 to fix the regression error in the package. thank you. 

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pspp depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgsl0ldbl1.11+dfsg-1   GNU Scientific Library (GSL) -- li
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libncurses55.6+20080830-1shared libraries for terminal hand
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libplot2c2 2.5-2+b1  The GNU plotutils libraries
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxaw72:1.0.4-2 X11 Athena Widget library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

pspp recommends no packages.

pspp suggests no packages.

-- no debconf information



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



Bug#280638: #280638 openoffice.org-kde: Can't open file with non-ascii character in the name with KDE open dialog

2008-10-20 Thread Noèl Köthe
Hello,

this is working on lenny (with OOo 2.4 and kde 3.5.9) for me with german
umlauts öäüÖÄÜß without any problems. 

IMHO this bug could be closed.


-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#398459: mhc-utils: mhc_pilib is unusable with libpisock9 (pilot-link 0.12.0)

2008-10-20 Thread Tatsuya Kinoshita
tags 398459 - help
tags 398459 + fixed-upstream
tags 398459 + pending
thanks

This bug has been fixed in the upstream CVS version.

Will fix for lenny+1.

Thanks,
--
Tatsuya Kinoshita


pgpYEMEbUbmQ7.pgp
Description: PGP signature


Bug#449235: update on ipw2100/2200 firmware distributability

2008-10-20 Thread Holger Levsen
Hi,

I've just send a mail to intel asking for clarification of this perceived 
undistributable issue...


regards,
Holger


pgp8hCzVDZFoK.pgp
Description: PGP signature


Bug#210581: #210581 OpenOffice.org unable to lock registry files on NFS

2008-10-20 Thread Noèl Köthe
Hello,

the reported problem is fixed upstream since some month and didn't got
answers from the reported since 4 years.

Close it?


-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#254243: (no subject)

2008-10-20 Thread martin f krafft
also sprach Olaf van der Spek [EMAIL PROTECTED] [2008.10.20.1244 +0200]:
 That's fine for machine readable output, but what about human readable  
 output?

That's debateable. I find e.g. 'ip route list' output far better
than /sbin/route by now. The same applies to 'ip address list' vs.
/sbin/ifconfig. /usr/sbin/arp was always non-tabular.

 And how to handle existing scripts that rely on this specific tabular  
 output?

those should hardly depend on column or terminal width.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
there was no difference between the behavior of a god
 and the operations of pure chance...
  -- thomas pynchon, gravity's rainbow


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#254243: (no subject)

2008-10-20 Thread Olaf van der Spek

martin f krafft wrote:

also sprach Olaf van der Spek [EMAIL PROTECTED] [2008.10.19.1125 +0200]:

I think it should be merged with #222324
I'm willing to continue work on my patch from 2005 if Luk and Martin agree.


I don't want to have to rely on a width switch. I'd say that netstat
should output line-oriented and stop worrying about terminal size.
First of all, IPv6-connected hosts are unlikely to be so old that
they can only do width-80 or non-tty terminals, and second, the days
of tools like route/arp/netstat which present formatted output
(which is harder to process) are hopefully over in favour of tools
that print the maximum of information and leave it to other tools to
do the formatting. I really like /bin/ip for that reason, and
because its output is the same as its input. Tabular output, like
netstat, is IMHO not worth the trouble, especially if it means that
the output cannot be complete.


That's fine for machine readable output, but what about human readable 
output?
And how to handle existing scripts that rely on this specific tabular 
output?






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



Bug#502180: means to jump to a page without toolbar

2008-10-20 Thread martin f krafft
also sprach Emilio Pozuelo Monfort [EMAIL PROTECTED] [2008.10.20.1138 +0200]:
 I don't think that makes much sense since ctrl+l won't open a new window, 
 but just place the cursor in the page box. You can go to the box directly 
 instead of going to the menu to go to the box.

 OTOH I guess you want it there so that the shortcut can be easily found

Or for people primarily using the mouse who don't want to show the
toolbar and hide it again later. In my case, I hide the toolbar.
It's useless and eats too much space. I am sure I am not the only
one.

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


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#495566: java-gcj-compat-plugin: The plugin crashes iceweasal

2008-10-20 Thread Arthur Lutz
Hi,

I have the same behaviour. 

Arthur Lutz

-- 
Arthur LUTZ
LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Développement logiciel avancé - Intelligence Artificielle - Formations



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



Bug#502860: reportbug: Gets wrong maintainer for no longer installed packages

2008-10-20 Thread Ansgar Burchardt
Package: reportbug
Version: 3.45
Severity: minor

Hi,

Reportbug sometimes looks up the wrong maintainer for packages that have
been removed from the system.

The output from dpkg --print-avail can be wrong if the package is no longer
installed.  Reportbug should not use this information for these packages.  For
example on my system I get this:

% dpkg --print-avail nntp
Package: nntp
Priority: extra
Section: news
Installed-Size: 244
Maintainer: Hamish Moffatt [EMAIL PROTECTED]
Architecture: i386
Version: 1.5.12.1-8
Depends: libc6 (= 2.1), cnews
Conflicts: inn
Filename: dists/potato/main/binary-i386/news/nntp_1.5.12.1-8.deb
Size: 69226
MD5sum: a8c09d9a778c50ebd9cdbf8b6f741c23
Description: A NNTP server for use with C News.

Note that the output still refers to potato, and the maintainer information is
wrong since 2003.

Regards,
Ansgar

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.7.14+b1  Advanced front-end for dpkg
ii  python2.5.2-2An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils 1.5.22 debconf utilities
pn  debsums   none (no description available)
pn  dlocate   none (no description available)
ii  file  4.26-1 Determines file type using magic
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag
pn  python-urwid  none (no description available)

-- no debconf information



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



Bug#499719: mls policy is known to be broken

2008-10-20 Thread Russell Coker
It seems unlikely that I will get MLS even remotely usable before Lenny.



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



Bug#476222: already fixed

2008-10-20 Thread Russell Coker
close 476222
thanks

selinux-policy-refpolicy-targeted is obsolete and selinux-policy-default has 
the Amavis/Clamav policy working in a different way (it all runs as clamd_t).

So this one is already fixed.



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



Bug#502861: xorg: text occasionally misplaced / missing / wrong font colour

2008-10-20 Thread alex
Package: xorg
Severity: important


In a huge variety of applications e.g. iceweasel, openoffice, openbox (menu 
entries, window titles), text is either missing, out of place on the page, or 
the font is incorrect color. This usually affects a whole line, but sometimes 
just the first letter. After a redraw, appearance is fine. 
Sometimes i have had a letter that should have appeared in an
application window, appear on my desktop background. 



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#502852: openoffice.org: OOo calls removed sensible-ooomua

2008-10-20 Thread Rene Engelhard
Hi,

Noel Köthe wrote:
 sensible-ooomua was removed from OOo:
 
 openoffice.org (2.0.1-3) unstable; urgency=low
 ...
   * debian/sensible-ooomua: remove, obsolete with now imporoved senddoc,
 thanks Matthias Klose (closes: #335026, #350796) [RE]
 ...
 
 but /usr/lib/openoffice/basis-link/program/kde-open-url still calls it when
 you click on a mailto: link:
 
 ...
 # special handling for mailto: uris
 if echo $1 | grep '^mailto:'  /dev/null; then
   sensible-ooomua $1 
 ...

Hrm. Indeed, thanks for pointing that out.

 This problem is also in 2.4 (lenny) and maybe (didn't tested) there since 
 2.0.1-3.

I'll fix this somewhen for 3.0.0 but I am somewhat reluctant to change
this for lenny now that late in the cycle since people might have
sensible-ooomua in their config and the global senddoc honours it
(in a case statement)

Grüße/Regards,

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




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



Bug#502858: aptitude: changelog entry malformed

2008-10-20 Thread Ben Finney
Package: aptitude
Version: 0.4.11.9-1lenny1
Severity: serious
Justification: violates Policy §4.4

The changelog for ‘aptitude’ contains a bad entry for version 
‘0.4.11.9-1lenny1’:

=
aptitude (0.4.11.9-1lenny1) testing-proposed-updates; urgency=low

  * Upload to testing-proposed-updates.

 --
=

The last line of that entry is malformed: Debian Policy §4.4 specifies 
that every changelog entry should end with a line of the form:

=
 -- maintainer name email address[two spaces]  date
=

A malformed changelog entry can cause problems for any tools 
attempting to extract structured information from that changelog. The 
changelog should be fixed by completing the information as above, and 
a new version uploaded.

-- 
 \   “The most common of all follies is to believe passionately in |
  `\the palpably not true. It is the chief occupation of mankind.” |
_o__)—Henry L. Mencken |
Ben Finney [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#502180: means to jump to a page without toolbar

2008-10-20 Thread Emilio Pozuelo Monfort

martin f krafft wrote:

also sprach Emilio Pozuelo Monfort [EMAIL PROTECTED] [2008.10.20.1138 +0200]:
I don't think that makes much sense since ctrl+l won't open a new window, 
but just place the cursor in the page box. You can go to the box directly 
instead of going to the menu to go to the box.


OTOH I guess you want it there so that the shortcut can be easily found


Or for people primarily using the mouse who don't want to show the
toolbar and hide it again later. In my case, I hide the toolbar.
It's useless and eats too much space. I am sure I am not the only
one.


I hadn't thought of that. I'm reopening the upstream report asking for it.

Regards,
Emilio



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



Bug#502232: [Pkg-openmpi-maintainers] Bug#502232: [Pkg-openmpi-commits] r141 - in /openmpi/trunk/debian: libopenmpi-dev.install rules

2008-10-20 Thread Sylvestre Ledru
Hello Manuel,

 This will work but I am a little confused if that is the solution we
 wanted to implement. As I read your patch [0], you build both static and
 shared libs and install them into the right package. IIRC there was an
 issue with libmca_common_sm. Is this solved in your solution?
Yep, it is. The trick here is that I am doing the same thing as before.
I am just taking the static libraries to include them into
libopenmpi-dev.

 The solution I proposed (the GROMACS one) would go like this:
 
  1. Check whether DEB_BUILD_OPTS has static-libs (or something
 alike) set.
  2. If so, set a variable (LIB_OPTS or alike) to --enable-static,
 otherwise to --enable-shared.
  3. Append the variables content to the configure arguments.
  4. Build.
  5. Install the result, which is either static or shared.
Well, I took the idea from gromacs but I don't see what you are talking about 
in the current package.
In gromacs 3.3.3-3, they don't do the way you describe. They are
building it many time [1].

 With this, the package would be as is, and users can easily recompile to
 get a static version. I agree that your solution of building both is
 superior since both versions can be installed at the same time; if the
 libmca_common issue is resolved. (If there is any.)
I believe this issue fixed this way. I need to test it deeper.

 Please forgive my criticism, I'm just not sure whether we were talking
 about the same things lately. 
It is my feeling ;). My goal here is to address lambda users trying
to provide the actual static libraries in the -dev package without
changing the behaviour of the dyn libraries.

 Your work is of course welcome and
 appreciated!
 
  Works for me. If you agree, I upload it.
 
 Looks OK for me but I did not test it yet. It would be nice if I could
 do so this evening. If you feel the urgent need to upload, feel free to
 do so nevertheless. ;)
No emergency !

Thanks for your feedback.
Sylvestre

[1]

(mkdir -p build/basic; cd build/basic; ../../configure 
$(COMMON_CONFIG_PARAMS))
(mkdir -p build/basic-dp; cd build/basic-dp; ../../configure
$(COMMON_CONFIG_PARAMS) --program-suffix=_d --enable-double)
(mkdir -p build/lam; cd build/lam; ../../configure
$(COMMON_CONFIG_PARAMS) $(LAM_CONFIG_PARAMS) LIBSUFFIX=_mpi_lam
--program-suffix=_mpi.lam)
(mkdir -p build/lam-dp; cd build/lam-dp; ../../configure
$(COMMON_CONFIG_PARAMS) $(LAM_CONFIG_PARAMS) LIBSUFFIX=_mpi_d_lam
--program-suffix=_mpi_d.lam --enable-double)
(mkdir -p build/mpich; cd build/mpich; ../../configure
$(COMMON_CONFIG_PARAMS) $(MPICH_CONFIG_PARAMS) LIBSUFFIX=_mpi_mpich
--program-suffix=_mpi.mpich)
(mkdir -p build/mpich-dp; cd build/mpich-dp; ../../configure
$(COMMON_CONFIG_PARAMS) $(MPICH_CONFIG_PARAMS) LIBSUFFIX=_mpi_d_mpich
--program-suffix=_mpi_d.mpich --enable-double)





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



Bug#502861: xorg: text occasionally misplaced / missing / wrong font colour

2008-10-20 Thread Julien Cristau
tag 502861 moreinfo
kthxbye

On Mon, Oct 20, 2008 at 12:22:12 +0100, alex wrote:
 
 In a huge variety of applications e.g. iceweasel, openoffice, openbox
 (menu entries, window titles), text is either missing, out of place on
 the page, or the font is incorrect color. This usually affects a whole
 line, but sometimes just the first letter. After a redraw, appearance
 is fine.  Sometimes i have had a letter that should have appeared in
 an application window, appear on my desktop background. 
 
Please run '/usr/share/bug/xserver-xorg/script 3/tmp/xorg_bug.txt'
and send the resulting file to this bug.

Thanks,
Julien



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



Bug#502862: agrep_4.17-6(sparc/experimental): FTBFS: make: the `-j' option requires a positive integral argument

2008-10-20 Thread Frank Lichtenheld
Package: agrep
Version: 4.17-6
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of agrep_4.17-6 on titan by sbuild/sparc 98-farm
| Build started at 20081020-0146
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 189kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de sid/non-free agrep 4.17-6 (dsc) [1092B]
| Get:2 http://sinclair.farm.ftbfs.de sid/non-free agrep 4.17-6 (tar) [89.5kB]
| Get:3 http://sinclair.farm.ftbfs.de sid/non-free agrep 4.17-6 (diff) [98.4kB]
| Fetched 189kB in 0s (1001kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), dpatch
| Checking for already installed source dependencies...
[...]
|  debian/rules build
| test -d debian/patched || install -d debian/patched
| dpatch  apply-all  
| applying patch 01-makefile to ./ ... ok.
| applying patch 02-manpage to ./ ... ok.
| dpatch  cat-all  patch-stampT
| mv -f patch-stampT patch-stamp
| dh_testdir
| # Building package
| /usr/bin/make -j0 CFLAGS=-Wall -g -O2 -I.
| make: the `-j' option requires a positive integral argument
| Usage: make [options] [target] ...
| Options:
|   -b, -m  Ignored for compatibility.
|   -B, --always-make   Unconditionally make all targets.
|   -C DIRECTORY, --directory=DIRECTORY
|   Change to DIRECTORY before doing anything.
|   -d  Print lots of debugging information.
|   --debug[=FLAGS] Print various types of debugging information.
|   -e, --environment-overrides
|   Environment variables override makefiles.
|   -f FILE, --file=FILE, --makefile=FILE
|   Read FILE as a makefile.
|   -h, --help  Print this message and exit.
|   -i, --ignore-errors Ignore errors from commands.
|   -I DIRECTORY, --include-dir=DIRECTORY
|   Search DIRECTORY for included makefiles.
|   -j [N], --jobs[=N]  Allow N jobs at once; infinite jobs with no arg.
|   -k, --keep-goingKeep going when some targets can't be made.
|   -l [N], --load-average[=N], --max-load[=N]
|   Don't start multiple jobs unless load is below 
N.
|   -L, --check-symlink-times   Use the latest mtime between symlinks and 
target.
|   -n, --just-print, --dry-run, --recon
|   Don't actually run any commands; just print 
them.
|   -o FILE, --old-file=FILE, --assume-old=FILE
|   Consider FILE to be very old and don't remake 
it.
|   -p, --print-data-base   Print make's internal database.
|   -q, --question  Run no commands; exit status says if up to date.
|   -r, --no-builtin-rules  Disable the built-in implicit rules.
|   -R, --no-builtin-variables  Disable the built-in variable settings.
|   -s, --silent, --quiet   Don't echo commands.
|   -S, --no-keep-going, --stop
|   Turns off -k.
|   -t, --touch Touch targets instead of remaking them.
|   -v, --version   Print the version number of make and exit.
|   -w, --print-directory   Print the current directory.
|   --no-print-directoryTurn off -w, even if it was turned on 
implicitly.
|   -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
|   Consider FILE to be infinitely new.
|   --warn-undefined-variables  Warn when an undefined variable is referenced.
| 
| This program built for sparc-unknown-linux-gnu
| Report bugs to [EMAIL PROTECTED]
| make: *** [build-stamp] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20081020-0147
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=4.17-6pkg=agreparch=sparc

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/



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



Bug#477498: general: Unmounting network filesystems solution (for me at least)

2008-10-20 Thread Petter Reinholdtsen

[Alex]
 In runlevels 0 (shutdown) and 6 (reboot), umountnfs.sh is the link
 target of S31umountnfs.sh - hence it gets called with the 'start'
 argument and does nothing. Renaming the links to K31umountnfs.sh (so
 that the script is called with 'stop' argument) solved the problem
 for me.

Note that for sysv-rc at least, runlevels 0 and 6 are not handled like
the other runlevels.  All start symlinks are called with the stop
argument.  So K* and S* symlinks are treated the same way for these
runlevels.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#500551: pidgin: crashes when opening IM window for buddy for which logging is disabled.

2008-10-20 Thread Christopher Zimmermann
Ok. 

It worked. Here the output from gdb. I hope it helps.

Starting program: /usr/bin/pidgin 
[Thread debugging using libthread_db enabled]
[New Thread 0x2aee26ee9790 (LWP 23553)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x2aee26ee9790 (LWP 23553)]
IA__g_str_hash (v=0x0) at /build/buildd/glib2.0-2.16.6/glib/gstring.c:95
95  /build/buildd/glib2.0-2.16.6/glib/gstring.c: No such file or directory.
in /build/buildd/glib2.0-2.16.6/glib/gstring.c
#0  IA__g_str_hash (v=0x0) at /build/buildd/glib2.0-2.16.6/glib/gstring.c:95
#1  0x2aee21ef427d in IA__g_hash_table_lookup (hash_table=0xccdc00, 
key=0x0) at /build/buildd/glib2.0-2.16.6/glib/ghash.c:118
#2  0x2aee2f8447ee in ?? () from /usr/lib/pidgin/encrypt.so
#3  0x2aee2f8448e3 in PE_add_smiley () from /usr/lib/pidgin/encrypt.so
#4  0x2aee2f83c7f9 in ?? () from /usr/lib/pidgin/encrypt.so
#5  0x2aee215c73a0 in purple_signal_emit_vargs (instance=value optimized 
out, signal=0x2aee21607c61 conversation-updated, args=0x7fff8b563770) at 
../../libpurple/signals.c:482
#6  0x2aee215c75e2 in purple_signal_emit (instance=0x0, signal=0x0) at 
../../libpurple/signals.c:434
#7  0x0045ddea in private_gtkconv_new (conv=0xca6690, hidden=0) at 
../../pidgin/gtkconv.c:5152
#8  0x0045e40b in pidgin_conv_new (conv=0x0) at 
../../pidgin/gtkconv.c:5194
#9  0x2aee215a38ec in purple_conversation_new (type=12399728, 
account=0x7d1a00, name=0x956a10 441075873) at 
../../libpurple/conversation.c:381
#10 0x00461e70 in pidgin_dialogs_im_with_user (account=0x7d1a00, 
username=0x956a10 441075873) at ../../pidgin/gtkdialogs.c:787
#11 0x0043c90f in gtk_blist_row_activated_cb (tv=value optimized out, 
path=value optimized out, col=value optimized out, data=value optimized 
out) at ../../pidgin/gtkblist.c:1173
#12 0x2aee21a8be9d in IA__g_closure_invoke (closure=0x9a9170, 
return_value=0x0, n_param_values=3, param_values=0x7fff8b563bf0, 
invocation_hint=0x7fff8b563af0) at 
/build/buildd/glib2.0-2.16.6/gobject/gclosure.c:490
#13 0x2aee21a9ebfd in signal_emit_unlocked_R (node=0x97b970, detail=0, 
instance=0x9a40d0, emission_return=0x0, instance_and_params=0x7fff8b563bf0) at 
/build/buildd/glib2.0-2.16.6/gobject/gsignal.c:2440
#14 0x2aee21aa00ee in IA__g_signal_emit_valist (instance=0x9a40d0, 
signal_id=value optimized out, detail=0, var_args=0x7fff8b563e50) at 
/build/buildd/glib2.0-2.16.6/gobject/gsignal.c:2199
#15 0x2aee21aa05f3 in IA__g_signal_emit (instance=0x0, signal_id=0, 
detail=10206992) at /build/buildd/glib2.0-2.16.6/gobject/gsignal.c:2243
#16 0x2aee205a87ad in gtk_tree_view_button_press (widget=0x9a40d0, 
event=0xb81470) at /scratch/build-area/gtk+2.0-2.12.11/gtk/gtktreeview.c:2851
#17 0x2aee204a5688 in _gtk_marshal_BOOLEAN__BOXED (closure=0x79eef0, 
return_value=0x7fff8b5641c0, n_param_values=value optimized out, 
param_values=0x7fff8b564280, invocation_hint=value optimized out, 
marshal_data=0x2aee205a8040) at 
/scratch/build-area/gtk+2.0-2.12.11/gtk/gtkmarshalers.c:84
#18 0x2aee21a8be9d in IA__g_closure_invoke (closure=0x79eef0, 
return_value=0x7fff8b5641c0, n_param_values=2, param_values=0x7fff8b564280, 
invocation_hint=0x7fff8b564180) at 
/build/buildd/glib2.0-2.16.6/gobject/gclosure.c:490
#19 0x2aee21a9e8dc in signal_emit_unlocked_R (node=0x79ef60, detail=0, 
instance=0x9a40d0, emission_return=0x7fff8b564480, 
instance_and_params=0x7fff8b564280) at 
/build/buildd/glib2.0-2.16.6/gobject/gsignal.c:2478
#20 0x2aee21a9ff71 in IA__g_signal_emit_valist (instance=0x9a40d0, 
signal_id=value optimized out, detail=0, var_args=0x7fff8b5644e0) at 
/build/buildd/glib2.0-2.16.6/gobject/gsignal.c:2209
#21 0x2aee21aa05f3 in IA__g_signal_emit (instance=0x0, signal_id=0, 
detail=10206992) at /build/buildd/glib2.0-2.16.6/gobject/gsignal.c:2243
#22 0x2aee205ba19e in gtk_widget_event_internal (widget=0x9a40d0, 
event=0xb81470) at /scratch/build-area/gtk+2.0-2.12.11/gtk/gtkwidget.c:4678
#23 0x2aee2049e203 in IA__gtk_propagate_event (widget=0x9a40d0, 
event=0xb81470) at /scratch/build-area/gtk+2.0-2.12.11/gtk/gtkmain.c:2336
#24 0x2aee2049f24b in IA__gtk_main_do_event (event=0xb81470) at 
/scratch/build-area/gtk+2.0-2.12.11/gtk/gtkmain.c:1556
#25 0x2aee2096ff8c in gdk_event_dispatch (source=value optimized out, 
callback=value optimized out, user_data=value optimized out) at 
/scratch/build-area/gtk+2.0-2.12.11/gdk/x11/gdkevents-x11.c:2351
#26 0x2aee21f0178b in IA__g_main_context_dispatch (context=0x6fbe50) at 
/build/buildd/glib2.0-2.16.6/glib/gmain.c:2012
#27 0x2aee21f04f5d in g_main_context_iterate (context=0x6fbe50, block=1, 
dispatch=1, self=value optimized out) at 
/build/buildd/glib2.0-2.16.6/glib/gmain.c:2645
#28 0x2aee21f0548d in IA__g_main_loop_run (loop=0xb66010) at 
/build/buildd/glib2.0-2.16.6/glib/gmain.c:2853
#29 0x2aee2049f667 in IA__gtk_main () at 
/scratch/build-area/gtk+2.0-2.12.11/gtk/gtkmain.c:1163
#30 

Bug#493698: Hum, actually...

2008-10-20 Thread Tuomas Noraef
Hi !

There are actually cases where udev really cannot be used (not even 
installed), even on a Debian system. Trying to install libsane on an OpenVZ 
container (where udev really does not work well : it cannot even be 
installed, leaving dpkg database in a messy state... and according to OpenVZ 
upstream, it is not really advisable to use it) I only ran into problems...

... and Lenny is gonna ship with OpenVZ support.

First, not being able to make 'libsane-extras depend on makedev is not 
quite coherent with the state of libsane, which allows it, but hard-depends 
on libsane-extras, which does not allow for makedev - not a very good 
loop.

This may not be that important for most desktop users, but to me, it renders 
all SANE-related things unusable in the way I wish to use those.

If some udev scripts were that badly needed, they could be installed on the 
host part, without using SANE itself - the host can manage udev ; may the 
guests have a lot of problems with it, they still should be the ones 
where saned does run on, and they cannot reasonnably afford an all 
dynamic /dev.

So, if libsane-extras was to be able to depend upon makedev, it would 
_really_ be great, for some of us.

If not, either libsane should not depend upon makedev anymore, as combined 
with an OpenVZ container, it will induce confusion (and a messy dpkg 
database), either libsane-extras should only be a recommendation 
to libsane, and not a hard-dependency anymore, if possible (I don't know to 
which extent libsane-extras is needed for most supported scanners ; mine is 
an Epson Perfection 1670, but I really do not know wether it is supported 
through libsane-extras or just through the core libsane).

I hope you will understand udev is far from being that neat for everyone.


Regards.


Tuomas




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



Bug#502543: ITP: confget -- Utility to read variables from a configuration file

2008-10-20 Thread Dominique Dumont
Peter Pentchev [EMAIL PROTECTED] writes:

 On Fri, Oct 17, 2008 at 05:48:02PM +0200, Adeodato Sim?? wrote:
 * Peter Pentchev [Fri, 17 Oct 2008 18:37:21 +0300]:
 
Description : Utility to read variables from a configuration file
 
 Please mention INI-style in the short description, eg.:
 
 Description : Utility to read variables from an INI-style 
 configuration file

 Well, I will - for this version - but part of the idea behind confget is
 that it will eventually grow the ability to read config files in other
 formats.  I had my sights set on Java property files, but it turned out
 they were... a bit complicated, what with Unicode, quoting, and such,
 so I left them out of 1.00.

Then, you might want to consider Augeas for this purpose (Debian
package are already available).

Augeas has the ability to read and write INI files (and other files as
well)

See http://augeas.net for details

HTH

-- 
Dominique Dumont 
Delivering successful solutions requires giving people what they
need, not what they want. Kurt Bittner



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



Bug#502618: Same thing here, too -- some more details incl. preseed file

2008-10-20 Thread Axel Beckert
Hi,

we ran into this problem, too, with preseeded Lenny installations --
but it happens not always respectively not on all hardware.

We do automatic installations via preseeding with this preseed file:

  http://debian.ethz.ch/d-i/p.server

While we installed an 32 bit machine that way without hassles on
Friday, we have this problem on at least two 64 bit machines with the
amd64 and the i386 installer, but only since about mid of last
week. Worked fine about two weeks ago on three different amd64
machines including one of those where it doesn't work anymore since
Thursday last week or so.

There was at least one time on Friday where it didn't work on one of
the 64 bit machines while it worked afterwards on the 32 bit machine.

Currently we use the netboot image snapshots from 17th of September on
our PXE boot server.

Kind regards, Axel Beckert
-- 
Axel Beckert [EMAIL PROTECTED]   support: +41 44 633 2668
IT Support Group, HPT D17 (new address!)  voice:   +41 44 633 4189
Departement Physik, ETH Zurichfax: +41 44 633 1239
CH-8093 Zurich, Switzerland   http://nic.phys.ethz.ch/



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



Bug#502860: reportbug: Gets wrong maintainer for no longer installed packages

2008-10-20 Thread Sandro Tosi
Hello Ansgar,

On Mon, Oct 20, 2008 at 13:23, Ansgar Burchardt [EMAIL PROTECTED] wrote:
 Reportbug sometimes looks up the wrong maintainer for packages that have
 been removed from the system.

 The output from dpkg --print-avail can be wrong if the package is no longer
 installed.  Reportbug should not use this information for these packages.  For
 example on my system I get this:

But isn't it a bug in dpkg then? I can feel like --print-avail should
print only available package, and nntp was no longer available on
your system. I can't think an easy way to fix this if not switching to
apt-cache or some other tool.

I'm open to suggestions, in particular from dpkg guys.

Cheers,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#502550: the correct kernel seems to be installed

2008-10-20 Thread Otavio Salvador
reassign 502550 linux-2.6
retitle 502550 Fail to boot
thanks

Peter [EMAIL PROTECTED] writes:

 Hello Otavio,
 thx for your answer.

 Output of
 dpkg --list | grep linux-image
 is
 ii linux-image-2.6.26-1-686 2.6.26-8Linux 2.6.26. image on
 PPro/Celeron/PII/PIII/

 So the correct kernel seems to be installed.

That confuses me. It is a kernel issue, no doubt however I'm unsure
why it happens. A good guess is to install linux-image-2.6.26-1-486
and try to boot using this.

I'm reassigning it to kernel team. Please do this test and report back
to this bug.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
-
Microsoft sells you Windows ... Linux gives
 you the whole house.



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



Bug#502753: blootbot: piuparts test fails: prompts without using debconf

2008-10-20 Thread Neil McGovern
severity 502753 normal
thanks

On Sun, Oct 19, 2008 at 04:07:56PM +0200, Lucas Nussbaum wrote:
sh: /dev/tty: No such device or address
 It is reproducible by installing your package in a clean chroot - cleaned
 up using:
  debfoster -o MaxPriority=required -o UseRecommends=no -f -n apt debfoster

Installs for me fine here.

Please cite policy numbers in future if using severity = serious.

Neil
-- 
enrico What is a sane place to look for washing machines around Manchester?
mhy enrico: the canals :-)


signature.asc
Description: Digital signature


Bug#502847: netpbm: pnmtojpeg cannot handle EXIF from Nikon D40, extracted by jpegtopnm

2008-10-20 Thread Ladislav Dobias
Package: netpbm
Version: 2:10.0-12
Severity: important

pnmtojpeg crashes with message:
  pnmtojpeg: Unable to allocate -4 bytes for exif header buffer
when I want to resize my photos from Nikon D40. When I was using my script for 
photos from Panasonic, all went OK, and the script was working.

The script is resizing photo, and keeping EXIF info. It's like following:
=
#! /bin/sh

in=1020-075634.jpg
exif=tmp.exif
pnm=tmp.pnm
jpegtopnm -exif=$exif $in | pnmscale 0.5  $pnm
pnmtojpeg --quality=90 --exif=$exif $pnm
=
The photo is attached.

When I'm trying to to transfer the EXIF using exiftool, then if works normally. 
So it seem, that EXIF is OK, bug the pnmtojpeg cannot read it correctly, or 
jpegtopnm cannot write it correctly.

Can you look at it?

Thanks.
Lada


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-486
Locale: LANG=czech, LC_CTYPE=czech (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages netpbm depends on:
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libnetpbm102:10.0-12 Shared libraries for netpbm
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages netpbm recommends:
ii  ghostscript-x [gs-aladdi 8.62.dfsg.1-3.1 The GPL Ghostscript PostScript/PDF

netpbm suggests no packages.

-- no debconf information



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



  1   2   3   4   >