Bug#494085: apt-get install removes packages instead of upgrading

2008-08-07 Thread Mark Whitis
Package: apt
Version: 0.7.9
Severity: normal

apt-get install has repeatedly shown a propensity to remove packages
rather than upgrading them.   In the following example, it tries to
remove openoffice, kde, gnome, and konqueror at least the first three of
which are common targets.

 apt-get install kvdr
 The following packages will be REMOVED
   abiword-gnome abiword-plugins-gnome democracyplayer dfontmgr
 fast-user-switch-applet foomatic-db-hpijs gaim gnome gnome-applets
   gnome-control-center gnome-core gnome-desktop-environment
   gnome-office
 gnome-panel gnome-session gstreamer0.8-jack hpijs hpijs-ppds
 hplip hplip-dbg
   hplip-gui kde-amusements kde-core kdeaddons kdebase
   kdebase-kio-plugins
 kdepim kmail kmailcvt konq-plugins konqueror
 konqueror-nsplugins korn
   libaiksaurus0c102 libarchive-tar-perl libdbd-pg-perl
   libdigest-nilsimsa-perl
 libft-perl libglade-perl libgtk-perl libjack0.80.0-0
 libjack0.80.0-dev
   libneon25 libperl5.8 libpg-perl libpod-simple-perl
   libpurple-bin libpurple0
 libsvn0 libversion-perl nautilus nautilus-cd-burner
 openmortal
   openoffice.org openoffice.org-base
   openoffice.org-calc openoffice.org-draw
 openoffice.org-help-en-us
 openoffice.org-impress openoffice.org-math
   openoffice.org-writer pidgin printconf
   python-uno python-wxgtk2.4 vim
 vim-gtk



-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture i386;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Install-Recommends 1;
APT::Install-Suggests 0;
APT::Acquire ;
APT::Acquire::Translation environment;
APT::NeverAutoRemove ;
APT::NeverAutoRemove:: ^linux-image.*;
APT::NeverAutoRemove:: ^linux-restricted-modules.*;
APT::Default-Release unstable;
APT::Cache-Limit 2000;
Dir /;
Dir::State var/lib/apt/;
Dir::State::lists lists/;
Dir::State::cdroms cdroms.list;
Dir::State::userstatus status.user;
Dir::State::status /var/lib/dpkg/status;
Dir::Cache var/cache/apt/;
Dir::Cache::archives archives/;
Dir::Cache::srcpkgcache srcpkgcache.bin;
Dir::Cache::pkgcache pkgcache.bin;
Dir::Etc etc/apt/;
Dir::Etc::sourcelist sources.list;
Dir::Etc::sourceparts sources.list.d;
Dir::Etc::vendorlist vendors.list;
Dir::Etc::vendorparts vendors.list.d;
Dir::Etc::main apt.conf;
Dir::Etc::parts apt.conf.d;
Dir::Etc::preferences preferences;
Dir::Bin ;
Dir::Bin::methods /usr/lib/apt/methods;
Dir::Bin::dpkg /usr/bin/dpkg;
Dir::Log var/log/apt;
Dir::Log::Terminal term.log;
DPkg ;
DPkg::Pre-Install-Pkgs ;
DPkg::Pre-Install-Pkgs:: /usr/sbin/dpkg-preconfigure --apt || true;
DPkg::Post-Invoke ;
DPkg::Post-Invoke:: if [ -x /usr/bin/debsums ]; then /usr/bin/debsums 
--generate=nocheck -sp /var/cache/apt/archives; fi;

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --

#deb file:///cdrom/ sarge main

# deb cdrom:[Debian GNU/Linux 3.1 r1 _Sarge_ - Official i386 Binary-2 
(20051218)]/ unstable contrib main
# deb cdrom:[Debian GNU/Linux 3.1 r1 _Sarge_ - Official i386 Binary-1 
(20051218)]/ unstable contrib main

deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free

deb http://http.us.debian.org/debian unstable main contrib non-free
# deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib 
non-free
# deb http://security.debian.org/ unstable/updates main contrib non-free

deb http://http.us.debian.org/debian testing main contrib non-free


deb-src http://http.us.debian.org/debian stable main contrib non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free
deb-src http://http.us.debian.org/debian unstable main contrib non-free
# deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib 
non-free


# add deb repositories for dvd/video stuff
deb http://download.videolan.org/pub/videolan/debian sarge main
deb-src http://download.videolan.org/pub/videolan/debian sarge main
deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main
deb http://tonelli.sns.it/pub/mplayer/sarge ./
deb http://ftp.debian-unofficial.org/debian stable main contrib non-free 
restricted
deb http://www.debian-multimedia.org/ sid main

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

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

Versions of packages apt 

Bug#494084: netbase: Add boot order dependency on resolvconf?

2008-08-07 Thread Magnus Therning
Package: netbase
Version: 4.33
Severity: normal

A while after installing both insserv and resolvconf I began having
problems with name lookup.  I tracked it down to resolvconf not picking
up the DNS settings as reported by my DHCP server--/etc/resolv.conf was
left empty.

So I'd suggest the init info in `/etc/init.d/networking` is modified so
that resolvconf is started first.  My problem went away as soon as I
changed the init info to the following:

  ### BEGIN INIT INFO
  # Provides:  networking
  # Required-Start:mountkernfs ifupdown resolvconf $local_fs
  # Required-Stop: ifupdown $local_fs
  # Default-Start: S
  # Default-Stop:  0 6
  # Short-Description: Raise network interfaces.
  ### END INIT INFO

/M

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

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

Versions of packages netbase depends on:
ii  lsb-base  3.2-19 Linux Standard Base 3.2 init scrip

Versions of packages netbase recommends:
ii  ifupdown  0.6.8+nmu1 high level tools to configure netw

netbase suggests no packages.

-- debconf information:
  netbase/upgrade-note/etc-network-interfaces-pre-3.17-1:
  netbase/upgrade-note/init.d-split-pre-3.16-1:
  netbase/upgrade-note/radius-ports-pre-3.05:
  netbase/upgrade-note/portmap-restart-pre-3.11-2:



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



Bug#493752: Smb.conf

2008-08-07 Thread Steve Langasek
tags 493752 upstream fixed-upstream
thanks

On Tue, Aug 05, 2008 at 08:37:56AM -0800, James Zuelow wrote:
 Our domain is a bit unusual in that we have two trusts that exist solely
 for Outlook free/busy information.  So we do not have user accounts with
 rights in the other domains, and vice versa.  (Yet another reason not to
 use trusted domains -- no user accounts.)

 Did something change between 3.0.30 and 3.2.0 with winbind, where this
 type of limited trust is problematic for winbind?

I'm sure lots of things changed between 3.0.30 and 3.2.0 with winbind.
There's a good chance that this particular problem is fixed in 3.2.1, just
released, since the release notes mention:

 o   Günther Deschner [EMAIL PROTECTED]
 * Fix trusted domain handling in Winbindd.

And I see changes to source/winbindd/winbindd_ads.c that specifically touch
the use of sid_copy().

So I'm marking this as fixed-upstream, and hope we'll get a chance to fix
this by pulling in the new upstream version for lenny.

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



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



Bug#494086: stow: should be configurable to ignore some file/dir masks

2008-08-07 Thread Marc Haber
Package: stow
Version: 1.3.3-2.1
Severity: wishlist

Hi,

it would be nice if it were possible to directly check out scripts
from a VCS to /usr/local/stow and then stow them with the exception of
the VCS control directories.

To allow this, stow would need to be configurable to ignore given
file/directory masks such as CVS, .git or .svn.

Greetings
Marc



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



Bug#493950: proftpd-mysql: proftp does not use mysql any more

2008-08-07 Thread Francesco P. Lovergine
On Wed, Aug 06, 2008 at 08:24:15AM +0200, Sebastian Bremicker wrote:
 Package: proftpd-mysql
 Version: 1.3.0-19etch1
 Severity: important
 
 
 Hi,
 
 the latest update to proftpd seems to lack some mysql support. I run proftpd
 from xinetd and have sql configured. Now when someone logs in, daemon log
 reads:
 

Please include your complete configuration.


-- 
Francesco P. Lovergine



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



Bug#494087: uswsusp: [INTL:fi] Updated Finnish translation of the debconf templates

2008-08-07 Thread Esko Arajärvi
Package: uswsusp
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please include attached updated translation fi.po to the package.

Regards,
Esko Arajärvi

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

iEYEARECAAYFAkianB8ACgkQejjRZhTfFSyH8ACeKCbspNX+axtCM4iWMB9/5dkQ
Y+EAnj5HgBn2e3k0gXz9Ec7BvuxjH1LY
=HWFy
-END PGP SIGNATURE-
msgid 
msgstr 
Project-Id-Version: uswsusp\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-07-26 09:54+0200\n
PO-Revision-Date: 2008-08-07 09:53+0200\n
Last-Translator: Esko Arajärvi [EMAIL PROTECTED]\n
Language-Team: Finnish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Country: FINLAND\n

#. Type: select
#. Description
#: ../uswsusp.templates:2001
msgid Swap space to resume from:
msgstr Keskeytyksessä käytettävä näennäismuistialue:

#. Type: select
#. Description
#: ../uswsusp.templates:2001
msgid To be able to suspend the system, uswsusp needs a swap partition or file to store a system snapshot. Please choose the device to use, from the list of suitable swap spaces, sorted by size (largest first).
msgstr Voidakseen keskeyttää järjestelmän, uswsusp tarvitsee näennäismuistiosion tai -tiedoston, johon järjestelmän tilannevedos tallennetaan. Valitse käytettävä laite koon mukaan järjestetystä sopivien näennäismuistialueiden listasta (suurin ensin).

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid No suitable swap space for software suspend
msgstr Sopivaa näennäismuistialuetta ohjelmallista keskeytystä varten ei löytynyt

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid To be able to suspend the system, uswsusp needs a swap partition or file to write a system snapshot to. No such space seems to be available for this.
msgstr Voidakseen keskeyttää järjestelmän, uswsusp tarvitsee näennäismuistiosion tai -tiedoston, johon järjestelmän tilannevedos kirjoitetaan. Tällaista muistialuetta ei näytä olevan käytettävissä.

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid You should create a swap partition or file, preferably twice the size of the system's physical RAM.
msgstr Sinun tulisi luoda näennäismuistiosio tai -tiedosto, mieluiten kaksi kertaa järjestelmän fyysisen RAM-muistin kokoinen. 

#. Type: error
#. Description
#: ../uswsusp.templates:4001
msgid Then, run 'dpkg-reconfigure uswsusp' or edit the configuration file manually.
msgstr Aja sen jälkeen ”dpkg-reconfigure uswsusp” tai muokkaa asetustiedostoa käsin.

#. Type: error
#. Description
#: ../uswsusp.templates:5001
msgid No userspace software suspend support in the kernel
msgstr Ydin ei tue käyttäjätilan ohjelmallista keskeytystä

#. Type: error
#. Description
#: ../uswsusp.templates:5001
msgid The current kernel doesn't support userspace software suspend. Please recompile the kernel with the 'CONFIG_HIBERNATION=y' option.
msgstr Käytössä oleva ydin ei tue käyttäjätilan ohjelmallista keskeytystä. Käännä ydin uudelleen valitsimen ”CONFIG_HIBERNATION=y” kanssa.

#. Type: boolean
#. Description
#: ../uswsusp.templates:6001
msgid Continue without a valid swap space?
msgstr Jatketaanko ilman käytössä olevaa näennäismuistialuetta?

#. Type: boolean
#. Description
#: ../uswsusp.templates:6001
msgid The swap file or partition that was found in uswsusp's configuration file is not active.
msgstr Ohjelman uswsusp asetustiedostosta löytynyt näennäismuistitiedosto tai -osio ei ole käytössä. 

#. Type: boolean
#. Description
#: ../uswsusp.templates:6001
msgid In most cases this means userspace software suspend will not work as expected. You should choose another swap space.
msgstr Useimmissa tapauksissa tämä merkitsee, ettei käyttäjätilan ohjelmallinen keskeytys tule toimimaan odotetusti. Sinun tulisi valita toinen näennäismuistialue.

#. Type: boolean
#. Description
#: ../uswsusp.templates:6001
msgid However, in some rare cases, this configuration may be intentional.
msgstr Joissain harvinaisissa tapauksissa tällainen asetus saattaa kuitenkin olla tarkoituksellinen.

#. Type: string
#. Description
#: ../uswsusp.templates:7001
msgid The device node through which uswsusp can talk to the kernel:
msgstr Laitetiedosto, jonka kautta uswsusp voi puhua ytimelle:

#. Type: string
#. Description
#: ../uswsusp.templates:7001
msgid If this is empty, the hardcoded default, /dev/snapshot, is used. This should be OK in almost all cases. Don't change this unless there is a good reason to do so.
msgstr Jos kenttä on tyhjä, käytetään järjestelmään koodattua oletusta /dev/snapshot. Tämä toimii lähes kaikissa tapauksissa. Älä muuta tätä ilman hyvää syytä.

#. Type: string
#. Description
#: ../uswsusp.templates:8001
msgid Preferred maximum image size:
msgstr Toivottu kuvan enimmäiskoko:

#. Type: string
#. Description
#: ../uswsusp.templates:8001
msgid Please specify a maximum system snapshot image size (in bytes).
msgstr Anna järjestelmän vedoskuvan enimmäiskoko 

Bug#494067: installation-report: Default layout for German

2008-08-07 Thread Christian Perrier
Quoting Noèl Köthe ([EMAIL PROTECTED]):


 - keyboard chooser doesn't have information about deadkeys, if you know
   about it its OK but else you can choose between LANG and LANG
   (nodeadkeys)

I don't exactly understand what you mean here. If I'm correct, you
should get a list with only Deutsch. That choice indeed will give
you the de-latin1-nodeadkeys layout.

It should be the only German keymap that you can access, indeed.


 - I cannot write my name with the default keyboard selection LANG
   (nodeadkeys). nodeadkeys shouldn't be the default

Well, due to size constraints, we don't have in console-data udebs all
possible console keymaps for each language. Indeed, we have only
one. The de-latin1-nodeadkeys is the one we have for German since
forever, I think.

Do you think it should be changed and we should offer the de-latin1
keymap ?

We indeed should now offer the console keymap that is as close as
possible to the keymap installed by default for X when users choose German.

(please note that, because of an omission which was pointed in another
bug report, there are indeed two possible keymaps for German in the
udeb...but that is not really intended !)




signature.asc
Description: Digital signature


Bug#493573: apache2: Restart and reload does not work

2008-08-07 Thread Vladislav Kurz
Hello,

 Which processes are still running? The one running as root or those 
 running as www-data or both?

Both of them. One as root and several itch children running as www-data.

 You can also try (as root)
 lsof -i -P|egrep TCP.*:80

Result:

apache2   11032 root3u  IPv6 3029567   TCP *:80 (LISTEN)

So it is apache.

-- 
Regards
Vladislav Kurz



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



Bug#490181: #490181: For etch users

2008-08-07 Thread Raphael Champeimont (Almacha)
Hello,

In etch, you can solve the problem by adding nfsd in /etc/modules,
which is an upgrade-resistant solution.

After reading this bug report, I tried it and it works.
(Before reading it, I had added /etc/init.d/nfs-common restart in
/etc/rc.local which was an dirty fix, but I needed the server which was
in production to work immediatly. Now with nfsd in /etc/modules, I
could delete this dirty fix.)

Almacha



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



Bug#477972: ITP: hamster-applet

2008-08-07 Thread Damyan Ivanov
Hi,

Are there any news on this?

The tool looks really nice.

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#494040: gpgv: Unintelligible (behaviour and) error messages.

2008-08-07 Thread Werner Koch
On Wed,  6 Aug 2008 22:59, [EMAIL PROTECTED] said:

 | [EMAIL PROTECTED]:~$ gpgv /tmp/blender_2.46+dfsg-3.dsc 
 | gpgv: keyblock resource `/home/kibi/.gnupg/trustedkeys.gpg': general error

Do you mean the error message which probably should be file not found?

 | gpgv: Signature made Mon Jul 14 04:59:40 2008 CEST using DSA key ID 747935DD
 | gpgv: Can't check signature: public key not found

 Pretty please ask upstream to output a more intelligible message, which
 could explain why the public keyring isn't found, why this is considered
 (at least pusling reported so) a feature not to use the public keyring
 etc., because it's everything but self-explaining to me.

The man page says:

  gpgv assumes that all keys in the keyring are trustworthy.  By default
  it uses a keyring named trustedkeys.gpg which is assumed to be in the
  home directory as defined by GnuPG or set by an option or an
  environment variable.  An option may be used to specify another
  keyring or even multiple keyrings.

To state it more clearly: gpv does not know about secring.gpg or
pubring.gpg, it uses its every own name for the keyring because it
assumes that all tehse keys are trusted (like the debian keyring).



Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




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



Bug#493720: Installation Report

2008-08-07 Thread Christian Perrier
Quoting Frans Pop ([EMAIL PROTECTED]):

  If we remove this option, we should probably remove these extra
  keymaps.
 
 That is of course an option. Only problem may be that keymaps can
 chainload other keymaps as a base. Don't know if that is the case here.


For the case of German, yes.

The de-latin1-nodeadkeys keymap, which we offer as only choice for
German does indeed chainload de-latin1.

So, the udeb has to provide that file.

On the other hand, Noèl Köthe, in another report, mentioned he was
unable to type his name properly because of the lack of dead keys.

In that other bug report, I asked him whether the German users would
be gurted if the only choice we offer for German is de-latin1 and not
de-latin1-nodeadkeys.

I'll try to get opinions from the German Cabal about this, at Debconf.

Bernhard (who originally sent this bug report) what would be your
feeling about D-I offering de-latin1 behind the German choice of
keyboard? As you indeed wanted to pressed that value, I assume this is
because you prefer that keymap over de-latin1-nodeadkeys?

Please note that this bug report made me put my console-data
maintainer hat on and discover that the udeb indeed embarks several
keymaps, which we don't offer as choices and are *not* included by
other keymaps. In short, useless stuff.

I'll report a separate bug against console-data for this.





signature.asc
Description: Digital signature


Bug#494040: gpgv: Unintelligible (behaviour and) error messages.

2008-08-07 Thread Cyril Brulebois
Werner Koch [EMAIL PROTECTED] (07/08/2008):
 Do you mean the error message which probably should be file not
 found?

Indeed. A missing file doesn't really qualify as a “general error” to
me.

 The man page says:
 
   gpgv assumes that all keys in the keyring are trustworthy.  By
   default it uses a keyring named trustedkeys.gpg which is assumed to
   be in the home directory as defined by GnuPG or set by an option or
   an environment variable.  An option may be used to specify another
   keyring or even multiple keyrings.
 
 To state it more clearly: gpv does not know about secring.gpg or
 pubring.gpg, it uses its every own name for the keyring because it
 assumes that all tehse keys are trusted (like the debian keyring).

I don't understand why, when the point is about verifying signatures (as
stated in the whatis entry). Why does it have to assume they are
trustworthy and then to use its very own keyring? I'd assume as a first
guess that the point is about answering two questions: “is that a
correct signature?” and “which key was used?”.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#494088: console-data: console-keymaps-at udeb embarks useless keymaps

2008-08-07 Thread Christian Perrier
Package: console-data
Version: 2:1.07-5
Severity: normal
Tags: patch d-i

The udeb we build for console-keymaps-at includes some keymaps that we don't
offer as choices to users *and* that are not chainloaded from other keymaps.

In short, useless stuff.

I therefore propose that we remove these keymaps. Patch attached.

An alternative would be adding choices for them if some of them are
considered useful. But that would then need translation round, etc.

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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF8)
Shell: /bin/sh linked to /bin/dash

Versions of packages console-data depends on:
ii  debconf [debconf-2.0] 1.5.23 Debian configuration management sy

Versions of packages console-data recommends:
ii  console-common   0.7.79  basic infrastructure for text cons
ii  console-tools1:0.2.3dbs-65.1 Linux console and font utilities

Versions of packages console-data suggests:
ii  unicode-data  5.1.0-1Property data for the Unicode char

-- debconf information excluded
Index: console-keymaps-at.install
===
--- console-keymaps-at.install	(révision 470)
+++ console-keymaps-at.install	(copie de travail)
@@ -1,6 +1,5 @@
 debian/tmp/usr/share/keymaps/i386/qwerty/us.kmap.gz			usr/share/keymaps/i386/qwerty
-debian/tmp/usr/share/keymaps/i386/qwerty/ar.kmap.gz			usr/share/keymaps/i386/qwerty
-debian/tmp/usr/share/keymaps/i386/azerty/be-latin1.kmap.gz		usr/share/keymaps/i386/azerty
+debian/tmp/usr/share/keymaps/i386/azerty/be-latin1.kmap.gz   usr/share/keymaps/i386/azerty
 debian/tmp/usr/share/keymaps/i386/azerty/be2-latin1.kmap.gz   usr/share/keymaps/i386/azerty
 debian/tmp/usr/share/keymaps/i386/qwerty/br-abnt2.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/br-latin1.kmap.gz		usr/share/keymaps/i386/qwerty
@@ -10,21 +9,16 @@
 debian/tmp/usr/share/keymaps/i386/qwerty/cz-lat2.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/dk-latin1.kmap.gz		usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/dvorak/dvorak.kmap.gz			usr/share/keymaps/i386/dvorak
-debian/tmp/usr/share/keymaps/i386/qwerty/fa.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/fi-latin1.kmap.gz		usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/azerty/fr-latin9.kmap.gz		usr/share/keymaps/i386/azerty
-debian/tmp/usr/share/keymaps/i386/azerty/fr-latin1.kmap.gz		usr/share/keymaps/i386/azerty
-debian/tmp/usr/share/keymaps/i386/azerty/wo.kmap.gz		usr/share/keymaps/i386/azerty
 debian/tmp/usr/share/keymaps/i386/qwerty/gr.kmap.gz			usr/share/keymaps/i386/qwerty
-debian/tmp/usr/share/keymaps/i386/qwerty/gr-utf8.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/cf.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys.kmap.gz	usr/share/keymaps/i386/qwertz
-debian/tmp/usr/share/keymaps/i386/qwertz/de-latin1.kmap.gz usr/share/keymaps/i386/qwertz
+debian/tmp/usr/share/keymaps/i386/qwertz/de-latin1.kmap.gz	usr/share/keymaps/i386/qwertz
 debian/tmp/usr/share/keymaps/include/compose.latin1.inc.gz		usr/share/keymaps/include
 debian/tmp/usr/share/keymaps/i386/qwerty/hebrew.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwertz/hu.kmap.gz			usr/share/keymaps/i386/qwertz
 debian/tmp/usr/share/keymaps/i386/qwerty/is-latin1.kmap.gz		usr/share/keymaps/i386/qwerty
-debian/tmp/usr/share/keymaps/i386/qwerty/is-latin1-us.kmap.gz		usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/it.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/jp106.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/lv-latin4.kmap.gz		usr/share/keymaps/i386/qwerty
@@ -33,7 +27,6 @@
 debian/tmp/usr/share/keymaps/i386/qwerty/no-latin1.kmap.gz		usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/nl.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/pl.kmap.gz			usr/share/keymaps/i386/qwerty
-debian/tmp/usr/share/keymaps/i386/qwertz/pl-qwertz.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/pt-latin1.kmap.gz		usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/ro.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/qwerty/ru.kmap.gz			usr/share/keymaps/i386/qwerty
@@ -48,7 +41,6 @@
 debian/tmp/usr/share/keymaps/i386/qwertz/sg-latin1.kmap.gz		usr/share/keymaps/i386/qwertz
 debian/tmp/usr/share/keymaps/i386/qwerty/trqu.kmap.gz			usr/share/keymaps/i386/qwerty
 debian/tmp/usr/share/keymaps/i386/fgGIod/trfu.kmap.gz			

Bug#493751: Doesn't detect any device

2008-08-07 Thread Giuseppe Sacco
Goodmorning Aurelien,

On Wed, 6 Aug 2008 21:31:29 +0200 Aurelien Jarno [EMAIL PROTECTED] wrote:
 On Wed, Aug 06, 2008 at 01:53:08AM +0200, Aurelien Jarno wrote:
[...]
 Please find a glibc package which includes the fix on
 http://temp.aurel32.net/mips/
 
 You should install libc6 in any case, plus the other packages if they 
 are already installed on your system in order to not break the
 dependencies.
 
 Could you please confirm me that it fixes at least the mknod issues?

I had installed libc6. libc6dev and locales 2.7-10, so I updated only those
packages to 2.7-13+mips as you suggested. The libusb problem is still
unchanged, but I think the problem is really in the kernel. My last test,
after a reboot to clean everything, has gone this way:
1. check lsusb (no devices)
2. plug in the scanner
3. check lsusb (device correctly listed)
4. check /dev/bus/usb/
sgi:/proc/bus/usb# ls -l /dev/bus/usb/*/*
crw-rw-r-- 1 root root189,   0 2008-08-07 09:23 /dev/bus/usb/001/001
crw-rw-r-- 1 root scanner 189,   6 2008-08-07 09:22 /dev/bus/usb/001/007
crw-rw-r-- 1 root root189, 128 2008-08-07 09:22 /dev/bus/usb/002/001
crw-rw-r-- 1 root root189,   0 2008-08-07 09:22 /dev/bus/usb/003/001
5. sane-find-scanner (as root) found the scanner as EPSON
6. scanimage crashed with error
[...]
[sanei_usb] B130: D2 35 12 7C 75 C2 14 D2 15 75 0B 00 12 41 62 85 
.5.|uu...Ab.
[sanei_usb] B140: 01 0E 12 6E 95 C2 02 D2 97 12 44 7F 02 AF 6D C5 
...n..D...m.
[sanei_usb] sanei_usb_write_bulk: write failed: Resource temporarily 
unavailable scanimage: open of device
snapscan:libusb:001:007 failed: Error during device I/O
7. unplugging the device, its node in /dev/bus/usb has been removed
8. plugging in it again, its node did not appear anymore

Do you have any idea about how to activate a better logging from the kernel USB 
subsystem?

Anyway, I did try mknod by hand and it seems to be ok

sgi:/tmp# mknod 014 c 189 389 
sgi:/tmp# ls -l 014
crw-r--r-- 1 root root 189, 389 2008-08-07 09:38 014

Thanks,
Giuseppe



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



Bug#494090: ksensors: Confuses sensors with same name

2008-08-07 Thread André Offringa
Package: ksensors
Version: 0.7.3-16
Severity: normal


When I type sensors on my console, a part of what I see is:
coretemp-isa-
Adapter: ISA adapter
Core 0:  +49.0°C  (high = +86.0°C, crit = +100.0°C)

coretemp-isa-0001
Adapter: ISA adapter
Core 1:  +47.0°C  (high = +86.0°C, crit = +100.0°C)

When I enter the KSensors configure window, I also see two
coretemp sensors with an icon. When I click on them, in the
Sensors tab there is one sensor displayed. When I make both
visible in the Panel sub tab, I only see one sensor appear
in the mainwindow (the last one). Also, when I change the 
visibility of either of them, the other one also changes. 
Moreover, KSensors calls them both Core 0, while sensors 
distinguishes them.

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

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
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 ksensors depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.1-2GCC support library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libsensors4 1:3.0.2-1+b1 library to read temperature/voltag
ii  libstdc++6  4.3.1-2  The GNU Standard C++ Library v3
ii  lm-sensors  1:3.0.2-1+b1 utilities to read temperature/volt

Versions of packages ksensors recommends:
ii  hddtemp0.3-beta15-44 hard drive temperature monitoring 

ksensors suggests no packages.

-- no debconf information



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



Bug#493720: Installation Report

2008-08-07 Thread Christian Perrier
 On the other hand, Noèl Köthe, in another report, mentioned he was
 unable to type his name properly because of the lack of dead keys.

Namely #494067




signature.asc
Description: Digital signature


Bug#494088: console-data: console-keymaps-at udeb embarks useless keymaps

2008-08-07 Thread Christian Perrier
-debian/tmp/usr/share/keymaps/i386/qwertz/de-latin1.kmap.gz 
usr/share/keymaps/i386/qwertz
+debian/tmp/usr/share/keymaps/i386/qwertz/de-latin1.kmap.gz 
usr/share/keymaps/i386/qwertz


That part is useless cruft (the original .install file mixes
spaces and tabs)




signature.asc
Description: Digital signature


Bug#494053: xserver-xorg-core: Lock up with: 'mieqEnequeue: out-of-order valuator event; dropping.'

2008-08-07 Thread Michel Dänzer
On Thu, 2008-08-07 at 01:02 +0200, Frans Pop wrote:
 
 On possibly interesting thing about the lockup. When I noticed it the
 monitor was in powersave mode (i.e. black), but I could hear from the
 noise of the system's fan that screensaver was still running.
 Normally the screensaver will stop when DPMS powersave is activated.

Maybe the screensaver (or X server) was spinning due to the lockup.


 I found the following reports for the same issue: #462590, #462127.
 As I'm using the intel driver, this would be the third affected driver.
 Isn't it more logical to start suspecting core code rather than drivers?

No, the core code is rock solid in other setups. GPU lockups are usually
caused by bugs in the 3D, 2D or DRM drivers (or rarely even hardware
glitches). The problem is that the number of possible causes is
basically unlimited, and they all result in similar symptoms, which
usually don't allow determining the cause.


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



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



Bug#493573: apache2: Restart and reload does not work

2008-08-07 Thread Vladislav Kurz
Hi,

we did some more testing and googling and foud thet this issue is discussed on 
apache-dev mailing list. They mention that the problem is related to proxy 
setting, and yes, we use mod_proxy too. There are some patches too.

http://www.gossamer-threads.com/lists/apache/dev/355044?page=last

We did strace, the last line is:

futex(0x4447a700, FUTEX_WAIT, 2, NULL

if you want I can send the whole strace

-- 
Regards
Vladislav Kurz



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



Bug#494091: bugzilla3: webdot does not work

2008-08-07 Thread Alexandra N. Kossovsky
Package: bugzilla3
Version: 3.0.4.1-2
Severity: normal

Webdot does not work for me with bugzilla.  I do have webdot
subdirectory in /var/lib/bugzilla3/data, and symlink from
/usr/lib/cgi-bin/bugzilla3. Images are created, but apache is unable to
send them to user.

The problem is that apache tries to execute any files it finds in
/usr/lib/cgi-bin/** (it is cgi-bin, after all...).  So, I see following
error in apache log:
[Thu Aug 07 11:27:46 2008] [error] (13)Permission denied: exec of 
'/usr/lib/cgi-bin/bugzilla3/webdot/zWJIqlKsv7.png' failed
[Thu Aug 07 11:27:46 2008] [error] [client 192.168.38.37] Premature end of 
script headers: zWJIqlKsv7.png

Following approach fixed the problem for me:
ln -s /var/lib/bugzilla3/data/webdot /var/www/bugzilla3/
in /usr/lib/cgi-bin/bugzilla3/showdependencygraph.cgi:
# [EMAIL PROTECTED]: Patch for local configuration of GraphViz.
my $urlbase = Bugzilla-params-{'urlbase'};
#$vars-{'image_url'} =~ s#$webdotdir#${urlbase}webdot#;
$vars-{'image_url'} =~ s#$webdotdir#/bugzilla3/webdot#;


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

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bugzilla3 depends on:
ii  apache2 2.2.9-6  Apache HTTP Server metapackage
ii  apache2-mpm-worker [htt 2.2.9-6  Apache HTTP Server - high speed th
ii  dbconfig-common 1.8.39   common framework for packaging dat
ii  debconf 1.5.22   Debian configuration management sy
ii  libappconfig-perl   1.56-2   Perl module for configuration file
ii  libcgi-pm-perl  3.38-2   Simple Common Gateway Interface Cl
ii  libdbd-mysql-perl   4.007-1  A Perl5 database interface to the 
ii  libemail-mime-modifier- 1.442-3  Modify Email::MIME objects easily
ii  libemail-send-perl  2.192-3  Simply Sending Email
ii  libtemplate-perl2.19-1+b1template processing system written
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  mysql-client5.0.51a-9+lenny2 MySQL database client (meta packag
ii  mysql-client-5.0 [mysql 5.0.51a-9+lenny2 MySQL database client binaries
ii  patch   2.5.9-5  Apply a diff file to an original
ii  perl-modules [libcgi-pm 5.10.0-11.1  Core Perl modules
ii  sendmail-bin [mail-tran 8.14.3-5 powerful, efficient, and scalable 
ii  ucf 3.007Update Configuration File: preserv

Versions of packages bugzilla3 recommends:
ii  libchart-perl   2.4.1-5  Chart Library for Perl
ii  libxml-parser-perl  2.36-1.1+b1  Perl module for parsing XML files
ii  mysql-server-5.0 [m 5.0.51a-9+lenny2 MySQL database server binaries
ii  perlmagick  7:6.3.7.9.dfsg1-2+b2 Perl interface to the libMagick gr

Versions of packages bugzilla3 suggests:
ii  bugzilla3-doc 3.0.4.1-1  comprehensive guide to Bugzilla
ii  graphviz  2.20.0-1   rich set of graph drawing tools
ii  libgd-gd2-perl1:2.39-2   Perl module wrapper for libgd - gd
ii  libgd-graph-perl  1.44-3 Graph Plotting Module for Perl 5
ii  libgd-text-perl   0.86-5 Text utilities for use with GD
ii  libhtml-parser-perl   3.56-1+b1  A collection of modules that parse
ii  libhtml-scrubber-perl 0.08-4 Perl extension for scrubbing/sanit
ii  libmailtools-perl 2.03-1 Manipulate email in perl programs
ii  libmime-tools-perl5.427-1Perl5 modules for MIME-compliant m
ii  libnet-ldap-perl  1:0.36-1   A Client interface to LDAP servers
pn  libsoap-lite-perl none (no description available)
ii  libwww-perl   5.813-1WWW client/server library for Perl
ii  libxml-twig-perl  1:3.32-1   Perl module for processing huge XM

-- debconf-show failed

-- 
Alexandra N. Kossovsky
OKTET Labs (http://www.oktetlabs.ru/)
Phones: +7(921)956-42-86(mobile) +7(812)783-21-91(office)
e-mail: [EMAIL PROTECTED]



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



Bug#445359: [Pkg-mol-devel] Bug#445359: [RFH] Mac-on-Linux for Debian lenny

2008-08-07 Thread Gaudenz Steinlin
Hi Rhonda

Thanks for your interest. Please notice that I checked in a fix for this
RC bug into the pkg-mol SVN yesterday. These things remain to be done
before an upload:
- there is one additional translation update in the BTS that I would
  like to incorporate.
- Test build linux-modules-extra-2.6 with the mol modules enabled again.
  And if this succeeds ask the maintainer to reenable the modules.
- The package in SVN currently also contains some unrelated changes that
  where done months ago but weren't important enough to warrant an
  upload. They are mostly cosmetic packaging changes and don't change
  the behaviour of the program. So we have to ask the release team if
  it's ok to upload with these changes or if they prefer an upload with
  just the RC fix and the translation update. 
- Ask the release team for a freeze exemption.
- Either linux-2.6 = 2.6.26 needs to go into testing or the fix for
  #460667 must be applied to the 2.6.25 Debian kernel. Is the kernel
  version for lenny already decided?

On Wed, Aug 06, 2008 at 12:58:56PM -0300, Gerfried Fuchs wrote:
   Hi!
 
  Sorry for following up late.
 
 * Gaudenz Steinlin [EMAIL PROTECTED] [2008-07-16 04:38:53 ART]:
  * The current version of mol in testing and unstable works with the
patches from SuSE. So no update to mol or the driver packages is
needed to fix the RC bug on mol-source.
 
  I am not sure if I completely get that. Which patches exactly, what
 needs to get patched by them? The mol-source package only, or is there
 deeper stuff in the kernel that needs to get patched, too? Please notice
 that http://bugs.debian.org/460667 was approved and is available
 already available through unstable.

Yes I've seen this fix. Thanks to the kernel team for reconsidering the
patch. 

 
  * The fix needed to be able to build mol kernel modules with the current
Debian kernel was rejected by the kernel team.
 
  See above, was that all that was missing here?

Yes, that was all.

 
  * So the only short term option I see is to update mol-source based on
the SuSE patches and to advise user to build their own kernel with the
handl_mm_fault patch if they want to run mol.
 
  The handle_mm_fault patch seems to be what was fixed in #460667 so I am
 planing to give the rest of the patches a try against mol-source. If it
 compiles for me and works I plan to do an NMU to fix this later today. I
 have set such a short time schedule because I got notified about a round
 of updated kernel images and thus also modules packages that will happen
 within the next day and if we want to get this in we would need to have
 it in shape when the rebuild of the modules packages happen.
 
  See this as information about my plans, keep me updated with objections
 to it or your own findings along these lines, I'm going to check this
 bugreport regularly for the time being.

Please don't NMU right now. I would most appreciate if you could test
the linux-modules-extra-2.6 build and possibly talk to the release team
about the best way to proceed. 

Gaudenz

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



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



Bug#494093: [INTL:nl] New debconf templates translation for Dutch

2008-08-07 Thread Thijs Kinkhorst
Package: beep
Version: 1.2.2-11
Severity: wishlist
Tags: l10n patch

Hi,

Please find attached the updated debconf templates translation per your 
request, as reviewed by the Dutch language team.


cheers,
Thijs


nl.po
Description: application/gettext


pgp9DCmL5nZke.pgp
Description: PGP signature


Bug#492910: [INTL:sv] po-debconf file for nss-ldapd

2008-08-07 Thread Arthur de Jong
tags 492910 + pending
thanks

On Tue, 2008-07-29 at 21:31 +0200, Martin Ågren wrote:
 Please find attached the Swedish debconf templates translation.

 This file should be put as debian/po/sv.po in your package build tree.

Thanks. I've committed the file to my repository and it will be in the
next release. I will probably make a new release somewhere in the coming
weeks depending on how many other bugs are reported.

-- 
-- arthur - [EMAIL PROTECTED] - http://people.debian.org/~adejong --


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


Bug#494094: gnome-applets: [INTL:ja] Updated Japanese po-debconf template translation (ja.po)

2008-08-07 Thread Hideki Yamane (Debian-JP)
Package: gnome-applets
Version: 2.22.3-2
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear gnome-applets maintainer,

 Here's updated Japanese po-debconf template (ja.po) file.
 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ debian.or.jp
 http://wiki.debian.org/HidekiYamane


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

iEYEARECAAYFAkiardEACgkQIu0hy8THJks9IQCePXpV5MDyX2VTSnI8xc4+uYwy
sjUAnjejF7LgoJll8P9I/RekwhH3wQDi
=16SM
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: gnome-applets 2.22.3-2\n
Report-Msgid-Bugs-To: Guilherme de S. Pastore [EMAIL PROTECTED]\n
POT-Creation-Date: 2007-07-01 07:35+0200\n
PO-Revision-Date: 2008-08-06 20:05+0900\n
Last-Translator: Hideki Yamane (Debian-JP) [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../gnome-applets.templates:2001
msgid Should cpufreq-selector run with root privileges?
msgstr cpufreq-selector を root 権限で実行しますか?

#. Type: boolean
#. Description
#: ../gnome-applets.templates:2001
msgid 
The 'cpufreq-selector' program, part of the CPU Frequency Scaling Monitor, 
can be set up to use superuser privileges when it is run ('SUID root').
msgstr 
CPU 周波数の計測モニタの一部、'cpufreq-selector' プログラムを実行する際、
管理者権限で実行 ('SUID root') するように設定が可能です。

#. Type: boolean
#. Description
#: ../gnome-applets.templates:2001
msgid 
If you choose this option, any ordinary user will have the power to set the 
processor's clock frequency. However, this may also be potentially 
exploitable in security attacks.
msgstr 
このオプションを有効にすると、どのユーザであっても CPU のクロック周波数を設定する
権限を持つようになります。しかし、この設定はセキュリティ攻撃を受ける可能性にもなり
えます。

#. Type: boolean
#. Description
#: ../gnome-applets.templates:2001
msgid 
The applet will continue to work if you choose to disable SUID for cpufreq-
selector, but only for monitoring the CPU clock frequency. The applet may 
need to be restarted for a change to take effect.
msgstr 
cpufreq-selector の SUID bit を無効にしてインストールしても、アプレットは動作
しますが、CPU 周波数のモニタしかできなくなります。この変更を有効にするには、アプ
レットを再起動する必要があるでしょう。

#. Type: boolean
#. Description
#: ../gnome-applets.templates:2001
msgid 
If in doubt, accept the default of no SUID root. To change this setting 
later, run 'dpkg-reconfigure gnome-applets'.
msgstr 
判らない場合は、デフォルト値である SUID root を設定しないでください。
後で変更する場合には、'dpkg-reconfigure gnome-applets' を実行してください。

#~ msgid 
#~ You have the option of installing a component of the CPU Frequency 
#~ Scaling Monitor (cpufreq-selector) with the SUID bit set.
#~ msgstr 
#~ CPU 周波数調整モニタ (cpufreq-selector) のプログラムファイルの SUID bit を
#~ 有効にしてインストールするかどうか選択できます。

#~ msgid 
#~ If you make cpufreq-selector SUID, any user can then set the CPU's clock 
#~ frequency without needing any additional privileges. This could, however, 
#~ potentially allow it to be used during a security attack on your 
#~ computer. If in doubt, it is suggested that you install it without SUID.
#~ msgstr 
#~ cpufreq-selector の SUID bit を有効にした場合、どのユーザでも CPU 周波数を
#~ 追加権限なしで設定できます。しかしながら、これはセキュリティー攻撃に利用さ
#~ れる可能性があります。疑問のある場合は、SUID を無効にしてインストールする
#~ ことを推奨します。


Bug#493965: CGI.pm: script_name() include the GET query if it contains //

2008-08-07 Thread Stephane Chazelas
FYI,

that patch has been applied upstreams and a new version
released.

CGI.pm 3.40 now fixes it and some other ones.

Cheers,
Stéphane



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



Bug#493973: nss-ldapd: danish po-debconf file

2008-08-07 Thread Arthur de Jong
tags 493973 + pending
thanks

On Wed, 2008-08-06 at 12:10 +0200, Jonas Smedegaard wrote:
 Please update danish l10n using the attached PO-file.

Thanks. I've committed the file to my repository and it will be in the
next release. I will probably make a new release somewhere in the coming
weeks depending on how many other bugs are reported.

-- 
-- arthur - [EMAIL PROTECTED] - http://people.debian.org/~adejong --


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


Bug#494095: munin-plugins-extra: missing dependency for dhcp3 pluging, installing libnet-netmask-perl fixes the problem.

2008-08-07 Thread louis
Package: munin-plugins-extra
Version: 1.2.6-4
Severity: minor



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

Kernel: Linux 2.6.18.xs4.0.1.900.5799 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages munin-plugins-extra depends on:
ii  munin-node   1.2.6-4 network-wide graphing framework (n
ii  perl 5.10.0-11.1 Larry Wall's Practical Extraction 

munin-plugins-extra recommends no packages.

Versions of packages munin-plugins-extra suggests:
ii  logtail   1.2.67 Print log file lines that have not

-- no debconf information



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



Bug#494031: [Pkg-scicomp-devel] Bug#494031: Bug#494031: paraview_3.2.3-2(sparc/unstable): FTBFS on sparc, bus error

2008-08-07 Thread Christophe Prud'homme
after looking at the build logs, other architectures fail at the same command
H5Detect must be doing something nasty

On Wed, Aug 6, 2008 at 11:05 PM, Ondrej Certik [EMAIL PROTECTED] wrote:
 Hi Martin,

 usualy that is the sign that you used some non-clean code here. bus
 error on sparc is a nice error finder in your code. Best you ask for
 the build-depends to be installed on sperger.debian.org, or if you are
 not a debian developer (so you do not have access to sperger.d.o) ask
 send you gpg key to [EMAIL PROTECTED] or [EMAIL PROTECTED] and ask for an
 account on titan.ayous.org.

 I just sent an email to Marc. Thanks a lot.

 We actually wanted to ask the release team to include this revision in
 Lenny since we fixed a help system with it, but since it FTBFS, well.
 :)

 Anyway, you should put some stuff at:

 http://ftbfs.de/

 It's a cool domain.

 Ondrej



 ___
 Pkg-scicomp-devel mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-scicomp-devel




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



Bug#493992: jcc FTBFS on everything except amd64 due to wrong paths (was jcc_1.9-4(sparc/unstable): FTBFS on sparc, missing dependency)

2008-08-07 Thread peter green

Jeff Breidenbach wrote:

Peter,

Thank you very much for the patch. It is almost right.

Open JDK 1.6 has this really weird setup where one of the shared libraries
is under the server subdirectory on AMD64 and under the client subdirectory
under i386. (Not sure what the story is on other architectures).

  
What libarary is that? with my patch the code seems to build on both 
i386 and amd64.





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



Bug#493961: menu: Debian menu not visible on fresh installs

2008-08-07 Thread Yavor Doganov
On Wed, Aug 06, 2008 at 11:22:09AM +0300, Eddy Petrișor wrote:
 I made a fresh install on a new laptop and I discovered that the Debian
 menu is not present AT ALL in GNOME's menu.

This is due to a deliberate decision of the GNOME maintainers:

gnome-menus (2.18.3-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Debian.directory: don't display the Debian menu by default. It can
be enabled with the menu editor.

You have to use alacarte (or similar) and add it there in order to 
appear.  Not a bug in the menu package, let alone of RC severity.



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



Bug#494079: hnb: segfault in cli mode

2008-08-07 Thread Carsten Hey
On Wed, Aug 06, 2008 at 09:32:47PM -0700, Ian Zimmerman wrote:
 After starting hnb with hnb -ui cli, type

 EnterControl-DEnter

 result: Segmentation fault

I can't reproduce this bug using the default .hnbrc and default .hnb on
i386.  Do you use a customized .hnbrc?


Regards,
Carsten



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



Bug#493977: ITP: embassy-phylip -- EMBOSS conversions of the programs in the phylip package

2008-08-07 Thread Vincent Danjean

  Hi,

Charles Plessy wrote:

Hi Vincent,

How about:

[...]
It is really better. My wife told me she understands this description ;-)

  Regards,
Vincent


--
Vincent Danjean   GPG key ID 0x9D025E87 [EMAIL PROTECTED]
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main




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



Bug#493992: jcc FTBFS on everything except amd64 due to wrong paths (was jcc_1.9-4(sparc/unstable): FTBFS on sparc, missing dependency)

2008-08-07 Thread peter green



The PyLucene binary has almost exactly the same problem if you are interested
in looking at that one too.

  
PyLucene seems to build fine in my i386 sid chroot using the jcc built 
using my patch.




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



Bug#493922: APT translations in Greek (also other Greek translations)

2008-08-07 Thread Christian Perrier
Quoting Serafeim Zanikolas ([EMAIL PROTECTED]):

 Nevertheless, I'm sending over another patch that deals with the fuzzy and
 untraslated messages in APT (cc'ing the greek list in case anybody would
 review the changes).
 
 BTW how can I find out the outstanding greek translation work for the
 installer? Is there a virtual package? (the package debian-installer seems to
 only have documentation). Also, what do the levels represent in the
 translation status page at alioth?


H, would you mind sending me the complete file (gzipped if you
want) ?

Patches on PO files often choke when these files are reformatted




signature.asc
Description: Digital signature


Bug#493896: setting package to deborphan, tagging 493896

2008-08-07 Thread Carsten Hey
# Automatically generated email from bts, devscripts version 2.10.29~bpo40+1
#
# deborphan (1.7.26) unstable; urgency=low
#
#  * Check whether get_pkg_info() correctly detected a line as status line
#before abortion.  (Closes: #493896)
#

package deborphan
tags 493896 + pending




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



Bug#494096: uswsusp: [INTL:it] Italian debconf templates translation

2008-08-07 Thread Luca Monducci
Package: uswsusp
Severity: wishlist
Tags: patch l10n

Please update the italian debconf templates translation (attached).

Thanks,
Luca

it.po
Description: Binary data


Bug#494088: console-data: console-keymaps-at udeb embarks useless keymaps

2008-08-07 Thread Christian Perrier
Quoting Christian Perrier ([EMAIL PROTECTED]):
 Package: console-data
 Version: 2:1.07-5
 Severity: normal
 Tags: patch d-i
 
 The udeb we build for console-keymaps-at includes some keymaps that we don't
 offer as choices to users *and* that are not chainloaded from other keymaps.
 
 In short, useless stuff.


Additionnally, the udeb includes symlinks for dozens of different
pseudo keymaps which are also basically useless as not offered as
choices.

We should simplify all this.



signature.asc
Description: Digital signature


Bug#494097: git-core: stack-based buffer overflow in git-diff and git-grep

2008-08-07 Thread Nico Golde
Source: git-core
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for git-core.

| Some vulnerabilities have been reported in GIT, which can potentially be
| exploited by malicious people to compromise a user's system.
| 
| The vulnerabilities are caused due to boundary errors in various functions 
when
| processing overly long repository pathnames. These can be exploited to cause
| stack-based buffer overflows by tricking a user into running e.g. git-diff 
or
| git-grep against a repository containing pathnames that are larger than the
| PATH_MAX value on the user's system.
| 
| Successful exploitation may allow execution of arbitrary code.

In this case there is no CVE id yet. I will add the CVE id to the bug report
when I got it.  Please make sure to add it in the changelog when fixing the bug
then.

You can find the upstream patch on:
http://kerneltrap.org/mailarchive/git/2008/7/16/2529284

For further information see:

[0] http://secunia.com/advisories/31347/

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpdF4Gz3OfRz.pgp
Description: PGP signature


Bug#474529: Perl policy vs. the search order for .1{,p} manpages

2008-08-07 Thread Niko Tyni
reassign 474529 libmodule-corelist-perl 2.15-1
retitle 474529 should divert corelist.1.gz too
thanks

On Wed, Aug 06, 2008 at 05:12:53PM +0300, Niko Tyni wrote:
 On Wed, Aug 06, 2008 at 06:37:44PM +1000, Brendan O'Dea wrote:
 
  My thoughts exactly.  Although this does suggest that perhaps policy
  should be amended to use .1 or .1p for both core and vendor.
 
 Yes, currently shipping corelist.1.gz in libmodule-corelist-perl would
 be a violation of the Perl policy.

... but I now realize we don't actually need that. Just diverting
corelist.1.gz away and shipping corelist.1p.gz should work fine.
 
 I suppose #474529 should be reassigned to libmodule-corelist-perl then,
 and another bug cloned/submitted against the policy. I'll do that unless
 somebody protests.

As there doesn't seem to be a real need for a policy change, I'm
skipping that part at least for now.
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#494098: zsh: Prompt expansion of %~ seems broken.

2008-08-07 Thread Magnus Therning
Package: zsh
Version: 4.3.6-6
Severity: minor

Expansion of %~ seems to have been broken.  This is the behaviour I see:

  ~: print $PS1
  %~:
  ~: print -P %~
  ~
  ~: cd Desktop 
  /home/magnus/Desktop: print -P %~
  /home/magnus/Desktop
  /home/magnus/Desktop: cd ..
  /home/magnus: print -P %~
  /home/magnus

This is the behaviour I expect:

  ~: print $PS1
  %~:
  ~: print -P %~
  ~
  ~: cd Desktop 
  ~/Desktop: print -P %~
  ~/Desktop
  ~/Desktop: cd ..
  ~: print -P %~
  ~

I'm farily sure this is a regression, but I don't remember when I first
saw it.

/M

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

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

Versions of packages zsh depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libcap2   2.11-2 support for getting/setting POSIX.
ii  libncursesw5  5.6+20080713-1 shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libpcre3  7.6-2.1Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
pn  zsh-doc   none (no description available)

-- no debconf information



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



Bug#493961: menu: Debian menu not visible on fresh installs

2008-08-07 Thread Christian Perrier
reassign 493961 gnome-menus
severity 493961 wishlist
retitle 493961 Should not hide the Debian menu
thanks

Quoting Yavor Doganov ([EMAIL PROTECTED]):
 On Wed, Aug 06, 2008 at 11:22:09AM +0300, Eddy Petri?or wrote:
  I made a fresh install on a new laptop and I discovered that the Debian
  menu is not present AT ALL in GNOME's menu.
 
 This is due to a deliberate decision of the GNOME maintainers:
 
 gnome-menus (2.18.3-2) unstable; urgency=low
 
   [ Josselin Mouette ]
   * Debian.directory: don't display the Debian menu by default. It can
 be enabled with the menu editor.
 
 You have to use alacarte (or similar) and add it there in order to 
 appear.  Not a bug in the menu package, let alone of RC severity.


As a consequence, that bug should be reassigned to gnome-menus.

From the quoted changelog entry, it's very likely that, this decision
being a deliberate decision, the bug will not be fixed. I leave up
to Joss and gnome-menus maintainers to either tag the bug report or
close it. I'm retitling it accordingly. Please note that I have *no*
personal advice on the issue..:-)






signature.asc
Description: Digital signature


Bug#448080: Segfault again with DNS problems

2008-08-07 Thread Nico Golde
Hi,
* gregor herrmann [EMAIL PROTECTED] [2008-07-30 21:56]:
 On Fri, 25 Jul 2008 15:39:53 +0200, gregor herrmann wrote:
  After a long time I'm getting the same segfaults on DNS problems like
  described earlier.
  The culprit is again http://planet.lug.fi.uba.ar/rss10.xml (same DNS
  situation like described earlier).
 
 Today it happened again, so I used the opportunity to try and debug a
 little more.
 
 And I have probably good news: I think I found a way to avoid the
 nasty segfaults:
 
 By digging around in the code I found out that there's another place
 with curl options, so I just applied Steve's patch there, too, and it
 seems to work: 0.9.1-1 segfaults reliably, the patched version
 survived a few times already.
 
 debdiff attached.

Sorry for coming back to you so late. In the meantime this 
patch has been applied upstream. Thanks a lot for your work!
I will also include it in the Debian package until 1.0 is 
out but that needs to wait some days as its not super urgent 
:)

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpJURjG4VqwD.pgp
Description: PGP signature


Bug#494066: man-db: apropos(1) and mandb(1) FILES section: outdated de/german translation

2008-08-07 Thread Colin Watson
On Thu, Aug 07, 2008 at 03:56:11AM +0200, Noel Köthe wrote:
 # LANG=de_DE.UTF-8 man apropos
 
 ...
 DATEIEN
/var/catman/.../index.(bt|db|dir|pag)
   Die FSSTND complianten globalen Indexdatenbanken.
 
/usr/man/.../whatis
   Traditionelle whatis Datenbank.
 ...
 (DATEIEN is the FILES section)
 
 The path is not correct and the english version of the manpage has the 
 correct one.
 
 Nearly the same problem is in mandb(1). I hope its OK to write both in one 
 bug report.

I don't really want to update just this tiny bit by hand (it would
require translating some new sentences) and fail to update all the rest
of the German manual pages, which are hideously out of date in general;
they haven't had a proper update since before I have records, so at
least 1994.
 
Would you have time to do a proper job of updating these translations,
by any chance? If you'd like to convert the German manual pages to po4a
at the same time, since the infrastructure for that is now there, I'd
welcome that too.

Thanks,

-- 
Colin Watson   [EMAIL PROTECTED]



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



Bug#494099: xfce4-battery-plugin: Shows 50%% when I start without battery

2008-08-07 Thread Torquil Macdonald Sørensen
Package: xfce4-battery-plugin
Version: 0.5.0-7
Severity: normal

When I start my laptop without a battery, the xfce battery plugin 
displays 50%% and no green colour. The no green colour is fine, but 
maybe it would be better if it said something like No bat. on
two lines. In addition, it does not seems to be possible to change
what it displays. It still  displays 50%% even though I change the
configuration choices in its configuration dialog (e.g. change it to
display time instead).

Best regards,
Torquil Sørensen

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

Kernel: Linux 2.6.26.080303-2 (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfce4-battery-plugin depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.16.5-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio
ii  libxfce4util4 4.4.2-3Utility functions library for Xfce
ii  libxfcegui4-4 4.4.2-4Basic GUI C functions for Xfce4
ii  xfce4-panel   4.4.2-6The Xfce4 desktop environment pane

xfce4-battery-plugin recommends no packages.

xfce4-battery-plugin suggests no packages.

-- no debconf information



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



Bug#492966: closed by [EMAIL PROTECTED] (Marco d'Itri) (Re: Bug#492966: whois: Unknown AS number or IP network.)

2008-08-07 Thread Paul Gear
Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the whois package:
 
 #492966: whois: Unknown AS number or IP network.
 
 It has been closed by [EMAIL PROTECTED] (Marco d'Itri).
 
 ...
 Unknown AS number or IP network. Please upgrade this program.
 So do it FFS.

Could you please explain why this bug has been treated with such
contempt?  The system from which i reported this is a stable server with
backports and volatile enabled.  Whois exists in neither of those
repositories, as shown in the following apt-cache output:

 [EMAIL PROTECTED]:~# apt-cache policy whois
 whois:
   Installed: 4.7.20
   Candidate: 4.7.20
   Version table:
  *** 4.7.20 0
 500 http://ftp.iinet.net.au etch/main Packages
 100 /var/lib/dpkg/status

I've done everything that can be expected to keep my stable server
up-to-date, and there is no later version available, therefore i believe
this is a bug in etch.

Sincerely,
Paul Gear



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



Bug#494070: base-passwd: Please allocate static UID GID for heartbeat

2008-08-07 Thread Colin Watson
tags 494070 pending
thanks

On Thu, Aug 07, 2008 at 12:38:14PM +1000, Horms wrote:
 Please allocate a static uid for hacluster and
 a static gid for haclient. hacluster's group is haclient.

OK, I've allocated uid/gid 64035 for these. I'm not sure when I'll
upload a base-passwd documenting this, but feel free to begin using them
immediately.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]



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



Bug#494100: openoffice.org: CVE-2008-3437 does not properly check authenticity of updates

2008-08-07 Thread Nico Golde
Package: openoffice.org
Severity: grave
Tags: security

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for openoffice.org.

CVE-2008-3437[0]:
| OpenOffice.org (OOo) before 2.1.0 does not properly verify the
| authenticity of updates, which allows man-in-the-middle attackers to
| execute arbitrary code via a Trojan horse update, as demonstrated by
| evilgrade and DNS cache poisoning.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3437
http://security-tracker.debian.net/tracker/CVE-2008-3437

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpICFyf6snvW.pgp
Description: PGP signature


Bug#493695: [deborphan] deborphan: The status file is in an improper state.

2008-08-07 Thread Carsten Hey
On Thu, Aug 07, 2008 at 10:53:46AM +0200, Thomas Florek wrote:
 I send you the file /var/lib/dpkg/status as attachement.

Package: fp-linux-ws
Status: install ok installed
Priority: optional
Section: non-free
Installed-Size: 6224
Maintainer: FRISK Software International [EMAIL PROTECTED]
Architecture: all
Source: fp-linux
Version: 4.6.8
Depends: grep, textutils, unzip, libnet-perl, libwww-perl
Description: F-Prot Antivirus for Linux Workstations.
 F-Prot Antivirus for Linux is a suite of Linux tools utilizing the
 award-winning F-Prot Antivirus engine from FRISK Software International,
 which detects over 400,000 viruses, worms, and trojans.
 .
 F-Prot Antivirus for Linux Workstations features a Command-Line Scanner,
 an Updater script, and documentation.
 .
 The Command-Line Scanner features malicious software detection and
 disinfection.  After each scan a detailed report on positive virus detection
 is displayed.
Build-Depends: debhelper ( 3.0.0)
Standards-Version: 3.5.2

The last line is incorrectly detected as Status: line, since deborphan only
checks the first few characters of the line to determine of which type the line
is. The reason for this is better performance, but in combination with the
abortion if the status line is not parsable or in a improper format it results
in this bug.

I've reported this in http://bugs.debian.org/493896 and already fixed it in
the subversion repository.


Regards,
Carsten



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



Bug#493882: maxima: Strange error with the latest version

2008-08-07 Thread Hongzheng Wang
Hi, David,

Thank you for your post.  I think your analysis is right.  I tested
pure maxima environment, no such a problem; it happens only in
wxmaxima.  I guess there might be something incompatible in the
process communication between wxmaxima and current version of maxima.

Some related info:
wxmaxima 0.7.1-1
maxima 5.15.0-2
maxima-share 5.15.0-2

Thank you very much.


On Wed, Aug 6, 2008 at 8:36 PM, David Bremner [EMAIL PROTECTED] wrote:

 This must be some problem with ask, since the normal output there is
 asking about the sign of r.  I cannot duplicate your bug with the
 setup listed below.  It looks the same as yours (current sid?).  It's
 a bit of a shot in the dark, but can you try with a clean user
 environment (make a new user, run maxima there).

-- 
HZ



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



Bug#494101: ldapscripts: incorrect usage of trap - to reset traps

2008-08-07 Thread Roberto Moreda
Package: ldapscripts
Version: 1.7.1-2
Severity: normal

When executing ldapadduser (and maybe any other command related) the
following message appears: trap: usage: trap [-lp] [arg signal_spec ...].
There's a section in /usr/share/ldapscripts/runtime like:
  
  ...
  # Reset traps
  trap -
  ..

but the correct syntax should specify the sigspec, so, as the only trap 
defined is attached to sigspec 2 the correct line could be:

  trap - 2

With this change everything seems working fine.


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

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

Versions of packages ldapscripts depends on:
ii  ldap-utils   2.4.10-2+lenny1 OpenLDAP utilities
ii  libnss-ldap  261-2   NSS module for using LDAP as a nam
ii  libpam-ldap  184-4   Pluggable Authentication Module al
ii  sharutils1:4.6.3-1   shar, unshar, uuencode, uudecode
ii  slapd2.4.10-2+lenny1 OpenLDAP server (slapd)

ldapscripts recommends no packages.

ldapscripts suggests no packages.

-- no debconf information



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



Bug#494099: [Pkg-xfce-devel] Bug#494099: xfce4-battery-plugin: Shows 50%% when I start without battery

2008-08-07 Thread Yves-Alexis Perez
On Thu, Aug 07, 2008 at 11:00:26AM +0200, Torquil Macdonald Sørensen wrote:
 When I start my laptop without a battery, the xfce battery plugin 
 displays 50%% and no green colour. The no green colour is fine, but 
 maybe it would be better if it said something like No bat. on
 two lines. In addition, it does not seems to be possible to change
 what it displays. It still  displays 50%% even though I change the
 configuration choices in its configuration dialog (e.g. change it to
 display time instead).

Well basically yes, it doesn't behaves really nicely when no battery is
present. If you can dig the code and cook a patch for displaying a nice
“No battery”, feel free, but I don't hold your breathe for upstream
change on this. It's not really maintained because there's a new branch
hal-based in development, and not much development on the stable branch.
We already patch it pretty heavily for sysfs support.

Cheers,
-- 
Yves-Alexis



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



Bug#494070: base-passwd: Please allocate static UID GID for heartbeat

2008-08-07 Thread Simon Horman
On Thu, Aug 07, 2008 at 10:00:57AM +0100, Colin Watson wrote:
 tags 494070 pending
 thanks
 
 On Thu, Aug 07, 2008 at 12:38:14PM +1000, Horms wrote:
  Please allocate a static uid for hacluster and
  a static gid for haclient. hacluster's group is haclient.
 
 OK, I've allocated uid/gid 64035 for these. I'm not sure when I'll
 upload a base-passwd documenting this, but feel free to begin using them
 immediately.

Thanks, much appreciated.



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



Bug#494102: ITP: podlators-perl -- Convert POD data to various other formats

2008-08-07 Thread Niko Tyni
Package: wnpp
Severity: wishlist
Owner: Niko Tyni [EMAIL PROTECTED]

* Package name: podlators-perl
  Version : 2.1.2
  Upstream Author : Russ Allbery
* URL : http://search.cpan.org/dist/podlators/
* License : GPL-1+ | Artistic
  Programming Lang: Perl
  Description : Convert POD data to various other formats

 This package contains Pod::Man and Pod::Text modules which convert POD
 input to *roff source output, suitable for man pages, or plain text,
 along with the pod2man and pod2text driver scripts. It also includes
 several subclasses of Pod::Text for formatted output to terminals with
 various capabilities.
 .
 Note that the Perl core distribution (supplied in the perl package)
 already includes older versions of these modules and scripts. Please
 depend on this package only if you specifically need the newer
 features, for instance the improved UTF-8 support.

This will be maintained under the pkg-perl umbrella.  The pod2* scripts
are handled by diverting the Perl core versions away.

As discussed on the debian-perl list, I'm hoping for a freeze exception
to get the 'pod2man --utf8' functionality into lenny. 

The package isn't named libpodlators-perl, both because there's no module
called Podlators inside and because the pod2* scripts turn this into a
non-library package.
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#491879: kwin does not launch automatically at starting an session (update/workaround)

2008-08-07 Thread Hans-J. Ullrich
I discovered, that ALL applications, which are running at the moment, when 
the Save Settings-button is pressed, are mentioned to ksmserverrc.

This happens at logout. 

ALL running applications are marked with a comma, so at next start they will 
not be loaded (yes, kwin, too !).

Solution (workaround):

1. Save your settings and logout of KDE

2. open your ~/.kde/share/config/ksmserverrc withe an editor

3. remove the comma before the required applications 

in this example, remove the comma before the word konsole

restartCommand2=,konsole,-session,117f0100010475125550017960004

so it looks like this

restartCommand2=konsole,-session,117f0100010475125550017960004

4. save and start KDE. Works !

I hope some developer might find out the reason for this wrong behaviour.

Good luck !

Hans







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



Bug#493950: proftpd-mysql: proftp does not use mysql any more

2008-08-07 Thread Sebastian Bremicker
Hi, 


Please include your complete configuration.


ok, this is /etc/proftpd/modules.conf: 

--- cut here -- 


#
# This file is used to manage DSO modules and features.
# 

# This is the directory where DSO modules reside 

ModulePath /usr/lib/proftpd 


# Allow only user root to load and unload modules, but allow everyone
# to see which modules have been loaded 


ModuleControlsACLs insmod,rmmod allow user root
ModuleControlsACLs lsmod allow user * 


LoadModule mod_ctrls_admin.c
LoadModule mod_tls.c
LoadModule mod_sql.c
LoadModule mod_ldap.c
LoadModule mod_sql_mysql.c
#LoadModule mod_sql_postgres.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
LoadModule mod_quotatab_ldap.c
LoadModule mod_quotatab_sql.c
LoadModule mod_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c 


# keep this module the last one
LoadModule mod_ifsession.c 

--- cut here -- 

and this is /etc/proftpd/proftpd.conf without comment lines and anonymized 
credentials: 

--- cut here -- 

Include /etc/proftpd/modules.conf 


ServerName  Debian
ServerType  inetd
DeferWelcomeoff 


ShowSymlinkson
MultilineRFC2228on
DefaultServer   on
ShowSymlinkson
AllowOverwrite  on 


TimeoutNoTransfer   600
TimeoutStalled  600
TimeoutIdle 1200 


DisplayLoginwelcome.msg
DisplayFirstChdir   .message
ListOptions -l 

DenyFilter  \*.*/ 

DelayEngine Off 

Port21 

MaxInstances30 


Usernobody
Group   nogroup 


RequireValidShell   off
DefaultRoot ~ 


SQLConnectInfo  database dbuser dbpasswd
SQLAuthenticate users
SQLAuthTypesbackend
SQLUserInfo users userid passwd uid gid homedir shell
SQLGroupInfogroups groupname gid members
SQLLog  PASS updatecount
SQLNamedQuery   updatecount UPDATE count=count+1 WHERE 
userid='%u' users

SQLHomedirOnDemand  on
SQLUserWhereClause  closed = '0'
SQLMinUserGID   33
SQLMinUserUID   33 

AuthPAM off 


Directory /*
 Umask 022  022 


 AllowOverwriteon
/Directory 


--- cut here --
and to make it complete etc/xinetd.d/proftpd
--- cut here --
service ftp
{
socket_type = stream
wait = no
server = /usr/sbin/proftpd
user = root
}
--- cut here -- 

Like I said, all this works with the previous proftpd 1.3.0-9.1 but not with 
proftpd 1.3.0-19etch1. 

I added AuthPAM off after the first occurance of PAM error in daemon log, 
but this only leads to the PAM error not being displayed and seems to make 
no further difference to mysql usage. 

Kind regards 


Sebastian Bremicker



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



Bug#492980: v-sim: V_Sim crashes on exporting a picture

2008-08-07 Thread Damien Caliste
Hello,

Le 30/07/2008, Ferdinand Rissner [EMAIL PROTECTED] a
écrit :
  Can you confirm that the workaround reported in this bug report
  works for you ?
 Yes, I can confirm that! Exporting to all formats provided works fine
 now.
This bug has been also triggered by the glxpixmap demo file of mesa, as
reported in this thread:
http://bugs.freedesktop.org/show_bug.cgi?id=9200
Exporting to pixmap is not implemented with hardware acceleration and
the software should handle this by itself, see:
http://bugs.freedesktop.org/show_bug.cgi?id=11162

I will correct this in V_Sim, wait for a patch...

Damien.



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



Bug#494105: mylvmbackup default config missing line

2008-08-07 Thread Claus Herwig

Package: mylvmbackup
Version: 0.9-1
Severity: minor

Package installs a default version of /etc/mylvmbackup.conf which 
contains full path names of used external utilities in section [tools].


In this section the line
lvs=/sbin/lvs
is missing.

So if you don't have appropriate paths set (e.g. when invoking 
mylvmbackup from crontab) mylvmbackup complains about the missing lvs 
command.


--
CHECON   EDV-Consulting und Redaktion
 Claus Herwig * Barer Straße 70 * 80799 München
 +49 89 27826981 * Fax 27826982 * [EMAIL PROTECTED]




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



Bug#466797: config script exits nonzero

2008-08-07 Thread Felix Zielcke
Debconf specification says:

GO

Shows the current set of accumulated items to the user and lets them
fill in values, etc. If the backup capability is supported and the user
indicates they want to back up a step, this command returns the numeric
return code 30.

I looked now at a diff between version 1.96+20080219-1 reported against
and our current lenny branch.
Absolutely nothing has changed which could affect this.

For me it seems like you Joey were the only one who had it once so far.
At least nobody else cared about this bug.

I really would like to get rid of old bugreports, but I'm a bit unsure
if I should just close it in the hope nobody else really won't have this
again or if we should change something.

So I leave it now for a while open in the hope of a useful reply :)




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



Bug#434794: ITP: assogiate -- an editor for the GNOME file types database

2008-08-07 Thread Vincent Legout
Chanoch (Ken) Bloom a écrit :
 By all means. Here's a patch that adds support for editing application
 associations (the real reason why I want to use assogiate in the first
 place.) Take a look at the packaging I've done so far at
 http://lingcog.iit.edu/~bloom/assogiate/, maybe you can use other
 stuff like the .desktop file that puts assogiate in the gnome control
 center.
   
Thanks, I'll have a look at your patch and what you did.

Vincent



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



Bug#440675: Patches updated for 1.8.8.git.2008.03.24-8

2008-08-07 Thread Guido Günther
Hi Otavio,
Just to make merging easier: This is the git tree as mentioned on
debian-boot.
 http://git.debian.org/git/users/agx/parted1.8.git
I additionally attach the patch to this mail so we have it in the BTS.
 -- Guido 
From bd2038e2f1efd0528e6a69aaf7fbedabcd531407 Mon Sep 17 00:00:00 2001
From: Guido Guenther [EMAIL PROTECTED]
Date: Thu, 7 Aug 2008 12:11:36 +0200
Subject: [PATCH] linux device-mapper map type detection

detect the type of the device map and add it to the displayed type
information. This is also included in upstream parted.
---
 include/parted/linux.h |1 +
 libparted/arch/linux.c |   57 +++-
 2 files changed, 57 insertions(+), 1 deletions(-)

diff --git a/include/parted/linux.h b/include/parted/linux.h
index 05a2f0e..1b0d8f8 100644
--- a/include/parted/linux.h
+++ b/include/parted/linux.h
@@ -32,6 +32,7 @@ typedef	struct _LinuxSpecific	LinuxSpecific;
 
 struct _LinuxSpecific {
 	int	fd;
+	char*	dmtype; /** device map target type */
 #if defined(__s390__) || defined(__s390x__)
 	unsigned int real_sector_size;
 	/* IBM internal dasd structure (i guess ;), required. */
diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c
index 9876956..14baa69 100644
--- a/libparted/arch/linux.c
+++ b/libparted/arch/linux.c
@@ -301,6 +301,44 @@ _is_sx8_major (int major)
 
 #ifdef ENABLE_DEVICE_MAPPER
 static int
+_dm_maptype (PedDevice* dev)
+{
+LinuxSpecific*  arch_specific = LINUX_SPECIFIC (dev);
+struct dm_task *dmt;
+void *next = NULL;
+uint64_t start, length;
+char *target_type = NULL;
+char *params;
+int r = -1;
+const char* dev_dir = getenv (DM_DEV_DIR);
+
+if (dev_dir  *dev_dir  !dm_set_dev_dir(dev_dir))
+return r;
+
+if (!(dmt = dm_task_create(DM_DEVICE_TABLE)))
+return r;
+
+if (!dm_task_set_name(dmt, dev-path))
+goto bad;
+
+dm_task_no_open_count(dmt);
+
+if (!dm_task_run(dmt))
+goto bad;
+
+next = dm_get_next_target(dmt, next, start, length,
+  target_type, params);
+
+arch_specific-dmtype = strdup(target_type);
+if (arch_specific-dmtype == NULL)
+goto bad;
+r = 0;
+bad:
+dm_task_destroy(dmt);
+return r;
+}
+
+static int
 readFD (int fd, char **buf)
 {
 char* p;
@@ -488,6 +526,12 @@ _device_probe_type (PedDevice* dev)
 #ifdef ENABLE_DEVICE_MAPPER
 } else if (_is_dm_major(dev_major)) {
 dev-type = PED_DEVICE_DM;
+if (_dm_maptype(dev)) {
+LinuxSpecific*  arch_specific = LINUX_SPECIFIC (dev);
+
+arch_specific = LINUX_SPECIFIC (dev);
+arch_specific-dmtype = strdup(unknown);
+		}
 #endif
 } else if (dev_major == XVD_MAJOR  (dev_minor % 0x10 == 0)) {
 dev-type = PED_DEVICE_XVD;
@@ -1105,6 +1149,8 @@ static PedDevice*
 linux_new (const char* path)
 {
 PedDevice*  dev;
+char* type;
+LinuxSpecific*  arch_specific;
 
 PED_ASSERT (path != NULL, return NULL);
 
@@ -1120,6 +1166,8 @@ linux_new (const char* path)
 = (LinuxSpecific*) ped_malloc (sizeof (LinuxSpecific));
 if (!dev-arch_specific)
 goto error_free_path;
+arch_specific = LINUX_SPECIFIC (dev);
+arch_specific-dmtype = NULL;
 
 dev-open_count = 0;
 dev-read_only = 0;
@@ -1188,7 +1236,11 @@ linux_new (const char* path)
 
 #ifdef ENABLE_DEVICE_MAPPER
 case PED_DEVICE_DM:
-if (!init_generic (dev, _(Linux device-mapper)))
+if (arch_specific-dmtype == NULL
+  || asprintf(type, _(Linux device-mapper (%s)),
+  arch_specific-dmtype) == -1)
+goto error_free_arch_specific;
+if (!init_generic (dev, type))
 goto error_free_arch_specific;
 break;
 #endif
@@ -1227,6 +1279,9 @@ linux_destroy (PedDevice* dev)
 ped_free (dev-arch_specific);
 ped_free (dev-path);
 ped_free (dev-model);
+#ifdef ENABLE_DEVICE_MAPPER
+ped_free (((LinuxSpecific*)dev-arch_specific)-dmtype);
+#endif
 ped_free (dev);
 }
 
-- 
1.5.6.3

From bb51c236d88605d114f062b5f1484be4ff56c37f Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Guido=20G=C3=BCnther?= [EMAIL PROTECTED]
Date: Tue, 10 Jun 2008 18:35:41 +0200
Subject: [PATCH] Return the correct partition names for multipath devices

---
 libparted/arch/linux.c |8 
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c
index 14baa69..3d84373 100644
--- a/libparted/arch/linux.c
+++ b/libparted/arch/linux.c
@@ -2015,6 +2015,7 @@ _device_get_part_path (PedDevice* dev, int num)
 int path_len = 

Bug#494108: /usr/bin/mount_ehd: Remove mount_ehd

2008-08-07 Thread Jörg Sommer
Package: libpam-mount
Version: 0.43-1
Severity: minor
File: /usr/bin/mount_ehd

Hi,

what's the meaning of mount_ehd? Who uses it?

#v+
% grep -v '^#' =mount_ehd

[ -x /bin/bash ]  exec mount_ehd2;

ARCH=`uname`

if [ x${ARCH} = xOpenBSD ]; then
echo /usr/sbin/vnconfig -k $2 $3
/usr/sbin/vnconfig -k $2 $3
echo /sbin/mount /dev/${2}c $4
/sbin/mount /dev/${2}c $4
fi
#v-

I think this script isn't used on Linux. Therefore, I think you can
remove it. Am I wrong?

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.25
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpam-mount depends on:
ii  debconf1.5.23Debian configuration management sy
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libhx131.18-1A library providing queue, tree, I
ii  libpam0g   1.0.1-1   Pluggable Authentication Modules l
ii  libssl0.9.80.9.8g-13 SSL shared libraries
ii  libxml-writer-perl 0.604-1   Perl module for writing XML docume
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  mount  2.13.1.1-1Tools for mounting and manipulatin

libpam-mount recommends no packages.

Versions of packages libpam-mount suggests:
ii  cryptsetup 2:1.0.6-4 configures encrypted block devices
pn  davfs2 none(no description available)
pn  fuse-utils none(no description available)
ii  lsof   4.78.dfsg.1-4 List open files
pn  ncpfs  none(no description available)
ii  openssl0.9.8g-13 Secure Socket Layer (SSL) binary a
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  smbfs  2:3.2.0-4 mount and umount commands for the 
pn  truecrypt-utilsnone(no description available)

-- debconf information excluded


signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


Bug#494107: libpam-mount: Print process name of blocking process

2008-08-07 Thread Jörg Sommer
Package: libpam-mount
Version: 0.43-1
Severity: wishlist

Hi,

the output that some process is blocking the unmount is very helpful. But
can you print out the name of the process. The PID is not very helpful,
because I can't find it if the process quits or gets killed. You can add
the -v flag to fuser.

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.25
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpam-mount depends on:
ii  debconf1.5.23Debian configuration management sy
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libhx131.18-1A library providing queue, tree, I
ii  libpam0g   1.0.1-1   Pluggable Authentication Modules l
ii  libssl0.9.80.9.8g-13 SSL shared libraries
ii  libxml-writer-perl 0.604-1   Perl module for writing XML docume
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  mount  2.13.1.1-1Tools for mounting and manipulatin

libpam-mount recommends no packages.

Versions of packages libpam-mount suggests:
ii  cryptsetup 2:1.0.6-4 configures encrypted block devices
pn  davfs2 none(no description available)
pn  fuse-utils none(no description available)
ii  lsof   4.78.dfsg.1-4 List open files
pn  ncpfs  none(no description available)
ii  openssl0.9.8g-13 Secure Socket Layer (SSL) binary a
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  smbfs  2:3.2.0-4 mount and umount commands for the 
pn  truecrypt-utilsnone(no description available)

-- debconf information excluded


signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


Bug#494109: Scary Message

2008-08-07 Thread Barak A. Pearlmutter
Package: darcs
Version: 2.0.2-2

Just upgraded, from v2.0.0, which did not exhibit this behaviour.

Repo is v1 on both ends.

  [corti] ~/src/darcs/Grants/GPU-AD $ darcs -v
  2.0.2 (release)

  [corti] ~/src/darcs/Grants/GPU-AD $ darcs pull
  scp: darcs/Grants/GPU-AD/_darcs/format: No such file or directory
  scp: darcs/Grants/GPU-AD/_darcs/prefs/sources: No such file or directory
  Pulling from golconda:darcs/Grants/GPU-AD...
  No remote changes to pull in!

  [corti] ~/src/darcs/Grants/GPU-AD $ darcs push
  scp: darcs/Grants/GPU-AD/_darcs/format: No such file or directory
  scp: darcs/Grants/GPU-AD/_darcs/prefs/sources: No such file or directory
  Pushing to golconda:darcs/Grants/GPU-AD...
  No recorded local changes to push!

Seemed to pushing a change fine earlier, so maybe this is just an
inconsequential warning.  Yet for some reason I find it disquieting.

--Barak.
--
Barak A. Pearlmutter
 Hamilton Institute  Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/



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



Bug#494110: Updated mailman debconf PO Catalan translation

2008-08-07 Thread David Planella
Package: mailman
Version: 1:2.1.11-2
Severity: wishlist
Tags: l10n

Please find attached the Catalan translation of the mailman debconf PO file.

Thanks.
# mailman (debconf) translation to Catalan.
# Copyright (C) 2004 Free Software Foundation, Inc.
# Aleix Badia i Bosch [EMAIL PROTECTED], 2004
# Josep Monés i Teixidor [EMAIL PROTECTED], 2004
# David Planella Molas [EMAIL PROTECTED], 2008
#
msgid 
msgstr 
Project-Id-Version: mailman_2.1.2-7_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-10-06 16:25+0200\n
PO-Revision-Date: 2008-08-07 12:07+0200\n
Last-Translator: David Planella Molas [EMAIL PROTECTED]\n
Language-Team: Debian L10n Catalan [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid ar (Arabic)
msgstr ar (àrab)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid ca (Catalan)
msgstr ca (català)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid cs (Czech)
msgstr cs (txec)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid da (Danish)
msgstr da (danès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid de (German)
msgstr de (alemany)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid en (English)
msgstr en (anglès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid es (Spanish)
msgstr es (espanyol)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid et (Estonian)
msgstr et (estonià)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid eu (Basque)
msgstr eu (basc)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid fi (Finnish)
msgstr fi (finès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid fr (French)
msgstr fr (francès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid hr (Croatian)
msgstr hr (croat)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid hu (Hungarian)
msgstr hu (hongarès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid ia (Interlingua)
msgstr ia (interlingua)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid it (Italian)
msgstr it (italià)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid ja (Japanese)
msgstr ja (japonès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid ko (Korean)
msgstr ko (coreà)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid lt (Lithuanian)
msgstr lt (lituà)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid nl (Dutch)
msgstr nl (holandès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid no (Norwegian)
msgstr no (noruec)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid pl (Polish)
msgstr pl (polac)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid pt (Portuguese)
msgstr pt (portuguès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid pt_BR (Brasilian Portuguese)
msgstr pt_BR (portuguès del Brasil)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid ro (Romanian)
msgstr ro (romanès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid ru (Russian)
msgstr ru (rus)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid sl (Slovenian)
msgstr sl (eslovè)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid sr (Serbian)
msgstr sr (serbi)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid sv (Swedish)
msgstr sv (suec)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid tr (Turkish)
msgstr tr (turc)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid uk (Ukrainian)
msgstr us (ucraïnès)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid vi (Vietnamese)
msgstr vi (vietnamita)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid zh_CN (Chinese - China)
msgstr zh_CN (xinès - Xina)

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid zh_TW (Chinese - Taiwan)
msgstr zh_TW (xinès - Taiwan)

#. Type: multiselect
#. DefaultChoice
#. You must NOT translate this string, but you can change its value.
#. The comment between brackets is used to distinguish this msgid
#. from the one in the Choices list; you do not have to worry about
#. them, and have to simply choose a msgstr among the English values
#. listed in the Choices field above, e.g. msgstr nl (Dutch).
#. Type: select
#. DefaultChoice
#. You must NOT translate this string, but you can change its value.
#. The comment between brackets is used to distinguish this msgid
#. from the one in the Choices list; you do not have to worry about
#. them, and have to simply choose a msgstr among the English values
#. listed in the Choices field above, e.g. msgstr nl (Dutch).
#: ../templates:1002 ../templates:5001
msgid en (English)[ default language ]
msgstr ca (Catalan)

#. Type: multiselect
#. Description
#: ../templates:1003
msgid Languages to support:
msgstr Llengües a implementar:

#. Type: multiselect
#. Description
#: ../templates:1003
msgid 
For each supported language, 

Bug#494111: samba4_4.0.0~alpha4~20080727-1(experimental/mipsel/moiro): Missing files in dh_install

2008-08-07 Thread Marc 'HE' Brockschmidt
Package: samba4
Version: 4.0.0~alpha4~20080727-1
Severity: serious
Tags: experimental

Heya,

Building samba4 failed on my buildd:

| Automatic build of samba4_4.0.0~alpha4~20080727-1 on moiro by sbuild/mipsel 
98-farm
| Build started at 20080805-1123
| **

[...]

| dh_install --sourcedir=debian/tmp --list-missing --fail-missing
| cp: cannot stat `debian/tmp/usr/lib/libdcerpc.so': No such file or directory
| dh_install: command returned error code 256
| make: *** [install] Error 1
| dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2
| **
| Build finished at 20080806-0255
| FAILED [dpkg-buildpackage died]
| Build needed 15:15:56, 2439388k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=mipselpkg=samba4ver=4.0.0~alpha4~20080727-1

Marc
-- 
BOFH #317:
Internet exceeded Luser level, please wait until a luser logs off
before attempting to log back on.



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



Bug#470365: Licenses incompatibility (GPL V3 + OpenSSL) ?

2008-08-07 Thread Olivier Berger
Hi.

I noticed a dependency on OpenSSL (libssl-dev) on this package which is
about a GPL V3 program.

Isn't this a problematic license conflict for an official Debian
package ?

Apart from that, I'm evaluating the package at the present time and will
report any other problems / patches found.

Best regards,
-- 
Olivier BERGER [EMAIL PROTECTED]
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 1024D/6B829EEC
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)




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



Bug#494112: sshfs silently truncates files (when cache enabled?)

2008-08-07 Thread Vincent Lefevre
Package: sshfs
Version: 2.0-2
Severity: grave
Justification: causes non-serious data loss

Under some conditions, sshfs silently truncates files. For instance,
over sshfs, autoreconf generates a truncated configure script:

vin:~ cmp ~/software/mpfr/configure ~/nfs/software/mpfr-trunk/configure
cmp: EOF on /home/vlefevre/nfs/software/mpfr-trunk/configure

(the first one is the configure generated locally, the second one has
been generated via sshfs). The file size of the remote configure file
is 860160 (instead of 861979). And after more than 10 minutes, it is
still the same.

I could reproduce this problem with two different servers (for the
first one, the server directory is over NFS, but for the second one,
it is just the local disk of the machine). I retried with the second
server by using -o cache=no and the problem disappeared.

Note that all file accesses have been done from the client, so that
in theory, caching shouldn't matter.

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

Kernel: Linux 2.6.25.8-20080623 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages sshfs depends on:
ii  fuse-utils2.7.3-4Filesystem in USErspace (utilities
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libfuse2  2.7.3-4Filesystem in USErspace library
ii  libglib2.0-0  2.16.5-1   The GLib library of C routines
ii  openssh-client1:5.1p1-2  secure shell client, an rlogin/rsh

sshfs recommends no packages.

sshfs suggests no packages.

-- no debconf information



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



Bug#402104: Can't build zsnes on amd64

2008-08-07 Thread Sam Morris
I have tried the patch attached to this bug report, but the build fails:

checking for SDL - version = 1.2.0... no
*** Could not run SDL test program, checking why...
*** The test program failed to compile or link. See the file config.log 
for the
*** exact error that occured. This usually means SDL was incorrectly 
installed
*** or that you have moved SDL since it was installed. In the latter 
case, you
*** may want to edit the sdl-config script: /usr/bin/sdl-config
configure: error: SDL = 1.2.0 is required

config.log says:

configure:3537: checking for SDL - version = 1.2.0
configure:3634: gcc -o conftest -m32 -pipe -I. -I/usr/local/include 
-I/usr/include -D__UNIXSDL__ -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT   
-L/usr/local/lib -L/usr/lib conftest.c  -L/usr/lib -lSDL 5
/usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching 
for -lSDL
/usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for 
-lSDL
/usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching 
for -lSDL
/usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for 
-lSDL
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/../../../libSDL.so when searching for -lSDL
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.3.1/../../../libSDL.a when searching for -lSDL
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libSDL.so when 
searching for -lSDL
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libSDL.a when 
searching for -lSDL
/usr/bin/ld: skipping incompatible /usr/lib/libSDL.so when searching 
for -lSDL
/usr/bin/ld: skipping incompatible /usr/lib/libSDL.a when searching for 
-lSDL
/usr/bin/ld: cannot find -lSDL
collect2: ld returned 1 exit status
configure:3637: $? = 1
configure: program exited with status 1

Any ideas?

-- 
Sam Morris [EMAIL PROTECTED]



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



Bug#493331: Partial patch for system-config-printer 1.0.4

2008-08-07 Thread Sam Morris
I started work on updating the Debian package to version 1.0.4, but have
not had time to finish it yet. The work-in-progress patch is attached. 

-- 
Sam Morris [EMAIL PROTECTED]
Index: debian/patches/13_python_paths.patch
===
--- debian/patches/13_python_paths.patch	(revision 16620)
+++ debian/patches/13_python_paths.patch	(working copy)
@@ -1,7 +1,7 @@
-Index: system-config-printer-1.0.0/applet.py
+Index: system-config-printer-1.0.4/applet.py
 ===
 system-config-printer-1.0.0.orig/applet.py	2008-06-22 16:37:24.966821412 +0200
-+++ system-config-printer-1.0.0/applet.py	2008-06-22 16:45:27.922818962 +0200
+--- system-config-printer-1.0.4.orig/applet.py	2008-07-22 16:45:26.0 +0100
 system-config-printer-1.0.4/applet.py	2008-07-22 16:56:45.0 +0100
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#!/usr/bin/python
@@ -20,7 +20,7 @@
  import pprint
  
  import dbus
-@@ -124,11 +125,11 @@ class NewPrinterNotification(dbus.servic
+@@ -124,7 +125,7 @@
  os.unlink (filename)
  import sys
  sys.path.append (APPDIR)
@@ -29,15 +29,10 @@
  (missing_pkgs,
   missing_exes) = cupshelpers.missingPackagesAndExecutables (ppd)
  
--from ppds import ppdMakeModelSplit
-+from cupsutils.ppds import ppdMakeModelSplit
- (make, model) = ppdMakeModelSplit (printer['printer-make-and-model'])
- driver = make +   + model
- if status  self.STATUS_GENERIC_DRIVER:
-Index: system-config-printer-1.0.0/authconn.py
+Index: system-config-printer-1.0.4/authconn.py
 ===
 system-config-printer-1.0.0.orig/authconn.py	2008-06-22 16:37:24.954820655 +0200
-+++ system-config-printer-1.0.0/authconn.py	2008-06-22 16:44:51.635319642 +0200
+--- system-config-printer-1.0.4.orig/authconn.py	2008-07-09 12:23:44.0 +0100
 system-config-printer-1.0.4/authconn.py	2008-07-22 16:47:51.0 +0100
 @@ -19,7 +19,7 @@
  
  import cups
@@ -47,24 +42,24 @@
  
  _ = lambda x: x
  def set_gettext_function (fn):
-Index: system-config-printer-1.0.0/contextmenu.py
+Index: system-config-printer-1.0.4/contextmenu.py
 ===
 system-config-printer-1.0.0.orig/contextmenu.py	2008-06-22 16:37:24.942820876 +0200
-+++ system-config-printer-1.0.0/contextmenu.py	2008-06-22 16:44:51.639322665 +0200
-@@ -23,7 +23,7 @@
+--- system-config-printer-1.0.4.orig/contextmenu.py	2008-07-10 16:31:58.0 +0100
 system-config-printer-1.0.4/contextmenu.py	2008-07-22 16:55:20.0 +0100
+@@ -25,7 +25,7 @@
  import cups
  import errordialogs
  import jobviewer
 -from debug import *
 +from cupsutils.debug import *
+ import userdefault
  
  _ = lambda x: x
- def set_gettext_function (x):
-Index: system-config-printer-1.0.0/jobviewer.py
+Index: system-config-printer-1.0.4/jobviewer.py
 ===
 system-config-printer-1.0.0.orig/jobviewer.py	2008-06-22 16:37:24.934819719 +0200
-+++ system-config-printer-1.0.0/jobviewer.py	2008-06-22 16:44:51.639322665 +0200
-@@ -33,7 +33,7 @@ import pango
+--- system-config-printer-1.0.4.orig/jobviewer.py	2008-07-10 16:31:58.0 +0100
 system-config-printer-1.0.4/jobviewer.py	2008-07-22 16:47:51.0 +0100
+@@ -34,7 +34,7 @@
  import sys
  import time
  
@@ -73,11 +68,11 @@
  import config
  import statereason
  import errordialogs
-Index: system-config-printer-1.0.0/monitor.py
+Index: system-config-printer-1.0.4/monitor.py
 ===
 system-config-printer-1.0.0.orig/monitor.py	2008-06-22 16:37:24.922820429 +0200
-+++ system-config-printer-1.0.0/monitor.py	2008-06-22 16:44:51.639322665 +0200
-@@ -22,7 +22,7 @@ import dbus
+--- system-config-printer-1.0.4.orig/monitor.py	2008-07-08 17:20:28.0 +0100
 system-config-printer-1.0.4/monitor.py	2008-07-22 16:47:51.0 +0100
+@@ -22,7 +22,7 @@
  import dbus.glib
  import gobject
  import time
@@ -86,11 +81,11 @@
  import pprint
  
  global _
-Index: system-config-printer-1.0.0/pysmb.py
+Index: system-config-printer-1.0.4/pysmb.py
 ===
 system-config-printer-1.0.0.orig/pysmb.py	2008-06-22 16:37:24.914820250 +0200
-+++ system-config-printer-1.0.0/pysmb.py	2008-06-22 16:44:51.639322665 +0200
-@@ -30,7 +30,7 @@ import gobject
+--- system-config-printer-1.0.4.orig/pysmb.py	2008-07-10 16:31:58.0 +0100
 system-config-printer-1.0.4/pysmb.py	2008-07-22 16:47:51.0 +0100
+@@ -31,7 +31,7 @@
  import gtk
  import os
  import pwd
@@ -99,10 +94,10 @@
  
  class AuthContext:
  def __init__ (self, parent=None, workgroup='', user='', passwd=''):
-Index: system-config-printer-1.0.0/system-config-printer.py
+Index: 

Bug#474529: Bug in libmodule-corelist-perl fixed in revision 23877

2008-08-07 Thread pkg-perl-maintainers
tag 474529 + pending
thanks

Some bugs are closed in revision 23877
by Niko Tyni (ntyni)

Commit message:

debian/{preinst,postrm}: add a diversion for corelist.1.gz, so
that our version of the manual page overrides the older one from
the perl package. (Closes: #474529)



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



Bug#494113: almanah: russian phrase is fully underlined red, thus readability is bad

2008-08-07 Thread Eugene V. Lyubimkin
Package: almanah
Version: 0.4.0-1
Severity: normal

When I typed in diary russian phrase (for example, 'Это моя первая
запись'), almanah underlined all words. I have not found any options to
configure or disable this behaviour.


-- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages almanah depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgpg-error0  1.4-2 library for common error values an
ii  libgpgme11 1.1.6-2   GPGME - GnuPG Made Easy
ii  libgtk2.0-02.12.11-1 The GTK+ graphical user interface 
ii  libgtkspell0   2.0.13-1  a spell-checking addon for GTK's T
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsqlite3-0   3.5.9-2   SQLite 3 shared library
ii  libx11-6   2:1.1.4-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  libxcb11.1-1.1   X C Binding
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

almanah recommends no packages.

almanah suggests no packages.

-- no debconf information



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




Bug#494114: almanah: red dots when switched from another day entry where there were underlined words

2008-08-07 Thread Eugene V. Lyubimkin
Package: almanah
Version: 0.4.0-1
Severity: normal

I have an entry where some words are underlined red. When I've switched
to another day, left edit window is cleared. Nevertheless some red dots
are left. I believe this is 'repaint' problem, because the dots
disappear after another window in front of almanah's window appeared and
siappeared.

Screenshot is attached.


-- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages almanah depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgpg-error0  1.4-2 library for common error values an
ii  libgpgme11 1.1.6-2   GPGME - GnuPG Made Easy
ii  libgtk2.0-02.12.11-1 The GTK+ graphical user interface 
ii  libgtkspell0   2.0.13-1  a spell-checking addon for GTK's T
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsqlite3-0   3.5.9-2   SQLite 3 shared library
ii  libx11-6   2:1.1.4-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  libxcb11.1-1.1   X C Binding
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

almanah recommends no packages.

almanah suggests no packages.

-- no debconf information


almanah-red-dots.png
Description: Binary data


Bug#494115: almanah: cannot 'view' the 'URI' attached to entry

2008-08-07 Thread Eugene V. Lyubimkin
Package: almanah
Version: 0.4.0-1
Severity: normal

I have attached 'URI' to entry: 'http://bash.org.ru'.
Then I click 'View' to view it.

I got:

Due to an unknown error the URI cannot be opened.


-- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages almanah depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgpg-error0  1.4-2 library for common error values an
ii  libgpgme11 1.1.6-2   GPGME - GnuPG Made Easy
ii  libgtk2.0-02.12.11-1 The GTK+ graphical user interface 
ii  libgtkspell0   2.0.13-1  a spell-checking addon for GTK's T
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsqlite3-0   3.5.9-2   SQLite 3 shared library
ii  libx11-6   2:1.1.4-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  libxcb11.1-1.1   X C Binding
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

almanah recommends no packages.

almanah suggests no packages.

-- no debconf information



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



Bug#494117: libsyncml_0.4.7-1(experimental/amd64/xenophanes): testsuite fails in nokia_6230

2008-08-07 Thread Marc 'HE' Brockschmidt
Package: libsyncml
Version: 0.4.7-1
Severity: serious
Tags: experimental

Heya,

Building your package failed:

| Automatic build of libsyncml_0.4.7-1 on xenophanes by sbuild/amd64 98-farm
| Build started at 20080804-1249
| **

[...]

|  16/ 19 Testing sync Passed
|  17/ 19 Testing nokia_6230***Failed 
|  18/ 19 Testing nokia_e50Passed
|  19/ 19 Testing nokia_9500   Passed
| 
| 95% tests passed, 1 tests failed out of 19
| 
| The following tests FAILED:
|17 - nokia_6230 (Failed)
| Errors while running CTest
| make[1]: *** [test] Error 8
| make[1]: Leaving directory `/build/buildd/libsyncml-0.4.7/build'
| make: *** [build-stamp] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20080804-1251
| FAILED [dpkg-buildpackage died]
| Build needed 00:02:02, 15460k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=amd64pkg=libsyncmlver=0.4.7-1

Marc
-- 
BOFH #180:
ether leak



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



Bug#494116: mimedefang: [INTL:ja] Updated Japanese po-debconf template translation (ja.po)

2008-08-07 Thread Hideki Yamane (Debian-JP)
Package: mimedefang
Version: 2.64-5
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear mimedefang maintainer,

 Here's updated Japanese po-debconf template (ja.po) file.
 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ debian.or.jp
 http://wiki.debian.org/HidekiYamane




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

iEYEARECAAYFAkia2IgACgkQIu0hy8THJkvDBgCfdk6Ngd0hMdWsw61oKLrqyI0X
fsoAn3E/q+I8+ihpPnnzADPURCVH90M8
=iLel
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: mimedefang 2.64-5\n
Report-Msgid-Bugs-To: Christoph Martin [EMAIL PROTECTED]\n
POT-Creation-Date: 2008-03-11 14:58+0100\n
PO-Revision-Date: 2008-08-06 20:05+0900\n
Last-Translator: Hideki Yamane (Debian-JP) [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should MIMEDefang use an embedded Perl interpreter? 
msgstr MIMEDefang に組み込まれているの Perl インタプリタを利用しますか?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Choosing this option is generally safe and will significantly improve 
performance. However, some systems do not support it. See mimedefang-
multiplexor(8) for more details on using an embedded Perl interpreter
msgstr 
このオプションは、おおよそ安全、かつパフォーマンスを劇的に向上させることができま
す。ただし、いくつかのシステムではサポートされていません。組み込み Perl インタ
プリタの利用について、詳細は mimedefang-multiplexor(8) を参照してください。



Bug#494118: net-snmp: [INTL:ja] Japanese po-debconf template translation (ja.po)

2008-08-07 Thread Hideki Yamane (Debian-JP)
Package: net-snmp
Version: 5.4.1~dfsg-8.1
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear net-snmp maintainer,

 Here's Japanese po-debconf template (ja.po) file.
 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ debian.or.jp
 http://wiki.debian.org/HidekiYamane



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

iEYEARECAAYFAkia2QAACgkQIu0hy8THJktVawCfbYtO78rAMKo4feyVi/R0J8xD
65UAn0WKaQgsGLrNnG1BL96655y6QHzG
=thin
-END PGP SIGNATURE-
# Copyright (C) 2008 Net-SNMP Packaging Team [EMAIL PROTECTED]
# as net-snmp Debian package's copyright holder. 
# This file is distributed under the same license as the net-snmp package.
# Hideki Yamane (Debian-JP) [EMAIL PROTECTED], 2008.
#
msgid 
msgstr 
Project-Id-Version: net-snmp 5.4.1~dfsg-8.1\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-31 07:40+0200\n
PO-Revision-Date: 2008-07-31 11:21+0200\n
Last-Translator: Hideki Yamane (Debian-JP) [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../snmpd.templates:3001
msgid Default parameters changed since version 5.2.1
msgstr バージョン 5.2.1 からデフォルトのパラメータが変更されました

#. Type: note
#. Description
#: ../snmpd.templates:3001
msgid 
The default start parameters of the snmpd agent/daemon have been changed.
msgstr 
snmpd エージェントおよびデーモンのデフォルトの起動パラメータが変更されました。

#. Type: note
#. Description
#: ../snmpd.templates:3001
msgid 
The daemon is now started as user snmp, binds to localhost only and runs 
with SNMP multiplexing (SMUX) support disabled. These parameters can all be 
individually changed in /etc/default/snmpd.
msgstr 
daemon はこれよりユーザ snmp として起動され、localhost のみが通信可能であり、
SNMP マルチプレキシング (SMUX) サポートは無効にされます。これらのパラメータは
すべて個別に /etc/default/snmpd で変更できます。

#. Type: note
#. Description
#: ../snmpd.templates:3001
msgid Please see /usr/share/doc/snmpd/NEWS.Debian.gz for more details.
msgstr 詳細については /usr/share/doc/snmpd/NEWS.Debian.gz を参照してください。



Bug#459436: cowdancer: put cowbuilder in it's own package

2008-08-07 Thread Elrond

Hi,

On Mon, Jan 07, 2008 at 09:04:09AM +0900, Junichi Uekawa wrote:
[...]
 I wonder how small it would become. I'm not too keen on splitting
 packages too much. pbuilder doesn't pull in any GUI tools, so it's not
 too bad.
 
 Is it worth splitting?

What about turning the dependency-on-pbuilder into a
Recommends: pbuilder. It's a logical thing to do:

Recommends means, that you loose major functionality, if
you don't install the Recommends. But in the current case
this is exactly, what we want: Loose cowbuilder, as we only
want cow-shell.


Elrond



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



Bug#494120: binary firmware in drivers/media/dvb/frontends/tda10021.c

2008-08-07 Thread Robert Millan
Package: linux-2.6
Version: 2.6.26-1
Severity: serious

Hi,

drivers/media/dvb/frontends/tda10021.c (licensed under GPLv2+) contains a
small chunk of binary code:

static u8 tda10021_inittab[0x40]=
{
0x73, 0x6a, 0x23, 0x0a, 0x02, 0x37, 0x77, 0x1a,
0x37, 0x6a, 0x17, 0x8a, 0x1e, 0x86, 0x43, 0x40,
[...]

Since the licensing terms allow redistribution, shipping it is not illegal but
is a DFSG violation.

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

Kernel: Linux 2.6.18-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.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#493147: pbuilder: get_control_re function can't grok funny comments in debian/control

2008-08-07 Thread Loïc Minier
Hi

On Thu, Jul 31, 2008, Eric Pozharski wrote:
 Excuse me a bit of speculation.  If my understanding of Debian Policy is
 correct than Bx11-utils package in state of B7.3+2 (in sid) violates
 it.  However (at moment of writing this) no one complains.  May be it's
 just some modern trend.  As if it's the only trend.

 I think policy might need an update; it would be nice if you could pick
 up this task.  The Xorg maintainers brought #440830 to my attention,
 where Russ mentions dak and policy; dak must obviously support this or
 x11-utils wouldn't be in the archive, but policy might still not be
 up-to-date in this respect.

 Support for comments in control is documented in deb-control(5) though.

 In all cases, pbuilder isn't a policy compliance checker so it can be
 quite tolerant to such stuff IMO, so I personally welcome the patch to
 support the comments.

   Cheers,
-- 
Loïc Minier



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



Bug#463653: bug 463653: e1000 support broken in 2.6.18 xen kernel: please reopen !

2008-08-07 Thread Peter Van Biesen
Hi,

can the problem please be fixed in a 2.6.18 kernel ? I'm sure it is fixed in 
2.6.24 and up, but to run a xen dom0, you need a 2.6.18 kernel.  

Strangely enough, the 2.6.18 non-xen kernel is able to use the e1000 driver 
correctly. 

Thanks in advance,

Peter.
PS: I just installed the machine and did a full upgrade
-- 
Peter Van Biesen
Sysadmin VAPH

tel: +32 (0) 2 225 85 70
fax: +32 (0) 2 225 85 88
e-mail: [EMAIL PROTECTED]
PGP: http://www.vaph.be/pgpkeys

Opgelet ! De domeinnaam van het Vlaams Agentschap is vanaf heden
vaph.be. Dit betekent dat u uw correspondent kan bereiken via
[EMAIL PROTECTED] Gelieve aub dit aan te passen in uw adresboek.

DISCLAIMER
---
De personeelsleden van het agentschap doen hun best om in e-mails
betrouwbare informatie te geven. 
Toch kan niemand rechten doen gelden op basis van deze inhoud. 
Als in de e-mail een stellingname voorkomt, is dat niet noodzakelijk het
standpunt van het agentschap. 
Rechtsgeldige beslissingen of officiele standpunten worden alleen per
brief toegestuurd.



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



Bug#394465: Also build error in unicorn-0.9.3 w/ kernel 2.6.24

2008-08-07 Thread Nick Leverton
More unicorn vs/ kernel build results:

0.9.3 DOES build OK for me with Etch kernel 2.6.18.  The resulting
modules will install and load but haven't yet tried any further.

0.9.3 fails to build against Etchnhalf 2.6.24, apparently the same
compilation errors as I reported yesterday from my Lenny+2.6.25 build:

  make[2]: Entering directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-486'
CC [M]  /usr/src/modules/unicorn/unicorn_pci/unicorn_pcidrv.o
  /usr/src/modules/unicorn/unicorn_pci/unicorn_pcidrv.c: In function 
‘find_unicorn’:
  /usr/src/modules/unicorn/unicorn_pci/unicorn_pcidrv.c:933: warning: 
‘pci_find_device’ is deprecated (declared at include/linux/pci.h:492)
  /usr/src/modules/unicorn/unicorn_pci/unicorn_pcidrv.c: In function 
‘start_device’:
  /usr/src/modules/unicorn/unicorn_pci/unicorn_pcidrv.c:995: error: ‘SA_SHIRQ’ 
undeclared (first use in this function)
  /usr/src/modules/unicorn/unicorn_pci/unicorn_pcidrv.c:995: error: (Each 
undeclared identifier is reported only once
  /usr/src/modules/unicorn/unicorn_pci/unicorn_pcidrv.c:995: error: for each 
function it appears in.)
  make[3]: *** [/usr/src/modules/unicorn/unicorn_pci/unicorn_pcidrv.o] Error 1
  make[2]: *** [_module_/usr/src/modules/unicorn/unicorn_pci] Error 2
  make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-486'
  make[2]: Entering directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-486'
CC [M]  /usr/src/modules/unicorn/unicorn_usb/unicorn_usbdrv.o
  /usr/src/modules/unicorn/unicorn_usb/unicorn_usbdrv.c: In function 
‘fill_isoc_urb’:
  /usr/src/modules/unicorn/unicorn_usb/unicorn_usbdrv.c:151: error: ‘struct 
urb’ has no member named ‘lock’
  make[3]: *** [/usr/src/modules/unicorn/unicorn_usb/unicorn_usbdrv.o] Error 1
  make[2]: *** [_module_/usr/src/modules/unicorn/unicorn_usb] Error 2
  make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-486'
  make[1]: *** [binary-modules] Error 2
  make[1]: Leaving directory `/usr/src/modules/unicorn'
  make: *** [kdist_image] Error 2




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



Bug#494119: binary firmware in drivers/media/dvb/dvb-usb/af9005-script.h

2008-08-07 Thread Robert Millan
Package: linux-2.6
Version: 2.6.26-1
Severity: serious

Hi,

drivers/char/drm/mga_ucode.h is entirely composed of binary code:

RegDesc script[] = {
[...]

There's no copyright header in this file.   The comments say it's been
generated from AF05BDA.sys (windows driver), but they don't specify the
license of that file.  Sounds likely that this file can't be legally
distributed.

Otherwise, it'd still be a DFSG violation.

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

Kernel: Linux 2.6.18-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.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#494121: Refuses to show HFS Realtime Data

2008-08-07 Thread Juhapekka Tolvanen

Package: icedtea-gcjwebplugin
Version: 1.0-2
Severity: important


Just try it out yourself:

http://spaceflight.nasa.gov/realdata/sightings/SSapplications/Post/JavaSSOP/JavaSSOP.html


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

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

Versions of packages icedtea-gcjwebplugin depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libgcc1   1:4.3.1-8  GCC support library
ii  libglib2.0-0  2.16.5-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-3NetScape Portable Runtime Library
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio
ii  libstdc++64.3.1-8The GNU Standard C++ Library v3
ii  openjdk-6-jre 6b11-5 OpenJDK Java runtime, using Hotspo

icedtea-gcjwebplugin recommends no packages.

icedtea-gcjwebplugin suggests no packages.

-- debconf-show failed

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Boku wa ongakuka dentaku katate ni. Tashitari. Hiitari. Sousa shite.
Sakkyoku suru. Kono botan oseba ongaku kanaderu.  Kraftwerk



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



Bug#494122: binary firmware in drivers/media/dvb/frontends/tda8083.c

2008-08-07 Thread Robert Millan
Package: linux-2.6
Version: 2.6.26-1
Severity: serious

Hi,

drivers/media/dvb/frontends/tda8083.c (licensed under GPLv2+) contains a small
chunk of binary code:

static u8 tda8083_init_tab [] = {
0x04, 0x00, 0x4a, 0x79, 0x04, 0x00, 0xff, 0xea,
0x48, 0x42, 0x79, 0x60, 0x70, 0x52, 0x9a, 0x10,
[...]

Since the licensing terms allow redistribution, shipping it is not illegal but
is a DFSG violation.

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

Kernel: Linux 2.6.18-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.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#426048: fuppes ITP

2008-08-07 Thread Radu Spineanu

Hi,

Is there any progress with the Fuppes packaging?

I'm interested in this program, please let me know if I can go ahead and 
hijack the ITP(if you guys are not interested in it anymore).


Cheers,
Radu




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



Bug#494123: tangerine: Impossible to set multiple music directories

2008-08-07 Thread Jo Shields
Package: tangerine
Version: 0.3.0+dfsg-2~dhx2
Severity: normal
Tags: patch


Tangerine, although it does not expose it via the tangerine-properties
GUI, is capable of using multiple different folders for storing music.
You can allow this by using a semicolon-delimited list of folders in the
~/.tangerine config file. This is defined in plugins/file/FilePlugin.cs
by this line:

directories =
Daemon.ConfigSource.Configs[FilePlugin].Get (directories,
defaultDir).Split (';');

Unfortunately, Tangerine uses Nini - a .ini file handling library - to
handle configuration data. One quirk of .ini files is their comment
character - the semicolon. As a result, as soon as a user puts their
first delimiter into the config file, everything else on that line is
ignored - meaning only the first item in the list is processed.

The attached patch switches the semicolon for a comma. Commas work fine.

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

Kernel: Linux 2.6.24-19-rt (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tangerine depends on:
ii  libavahi1.0-cil 0.6.19-1 CLI bindings for Avahi
ii  libc6   2.7-10ubuntu3GNU C Library: Shared
libraries
ii  libdb4o6.0-cil  6.1.604+dfsg-2   native OODBMS for CLI
ii  libexif12   0.6.16-2.1   library to parse EXIF files
ii  libglade2.0-cil 2.12.0-2ubuntu3  CLI binding for the Glade
librarie
ii  libglib2.0-02.16.4-0ubuntu2  The GLib library of C
routines
ii  libglib2.0-cil  2.12.0-2ubuntu3  CLI binding for the GLib
utility l
ii  libgtk2.0-0 2.12.9-3ubuntu4  The GTK+ graphical user
interface 
ii  libgtk2.0-cil   2.12.0-2ubuntu3  CLI binding for the GTK+
toolkit 2
ii  liblog4net1.2-c 1.2.9beta-0ubuntu3   highly configurable logging
API fo
ii  libmono-corlib2 1.9.1+dfsg-2ubuntu2~dhx1 Mono core library (2.0)
ii  libmono-sharpzi 1.9.1+dfsg-2ubuntu2~dhx1 Mono SharpZipLib library
ii  libmono-sqlite2 1.9.1+dfsg-2ubuntu2~dhx1 Mono Sqlite library
ii  libmono-system- 1.9.1+dfsg-2ubuntu2~dhx1 Mono System.Data Library
ii  libmono-system- 1.9.1+dfsg-2ubuntu2~dhx1 Mono System.Web Library
ii  libmono-system2 1.9.1+dfsg-2ubuntu2~dhx1 Mono System libraries (2.0)
ii  libmono2.0-cil  1.9.1+dfsg-2ubuntu2~dhx1 Mono libraries (2.0)
ii  libndesk-dbus1. 0.6.0-1  CLI implementation of D-Bus
ii  libnini1.1-cil  1.1.0+dfsg-2 CLI library for managing
configura
ii  libsm6  2:1.0.3-1X11 Session Management
library
ii  libtaglib2.0-ci 2.0.3.0-1CLI library for accessing
audio an
ii  mono-runtime1.9.1+dfsg-2ubuntu2~dhx1 Mono runtime

tangerine recommends no packages.

-- no debconf information

diff -urNad tangerine-0.3.0+dfsg~/plugins/file/FilePlugin.cs tangerine-0.3.0+dfsg/plugins/file/FilePlugin.cs
--- tangerine-0.3.0+dfsg~/plugins/file/FilePlugin.cs	2008-08-07 11:58:58.0 +0100
+++ tangerine-0.3.0+dfsg/plugins/file/FilePlugin.cs	2008-08-07 11:59:14.0 +0100
@@ -37,7 +37,7 @@
 if (Daemon.ConfigSource.Configs[FilePlugin] == null) {
 directories = new string[] { defaultDir };
 } else {
-directories = Daemon.ConfigSource.Configs[FilePlugin].Get (directories, defaultDir).Split (';');
+directories = Daemon.ConfigSource.Configs[FilePlugin].Get (directories, defaultDir).Split (',');
 }
 
 server = Daemon.Server;


Bug#494125: My experiences: last.fm, MySpace and YouTube

2008-08-07 Thread Juhapekka Tolvanen

Package: mozilla-plugin-gnash
Version: 0.8.3-4
Severity: important


last.fm:

Audio-player applet loads its GUI, but do not start playing any audio.
Video-player applet has same problem, but in addition it refuses to show
any video:

http://www.last.fm/music/Ovro/+videos/2788516


MySpace.com:

Audio playing applet in band pages loads its GUI just fine, but it
refuses to start playing any songs.

Video player applets refuse to start at all. Not even GUI is seens.


YouTube.com:

During playback Share- and Replay-icons are shown over video. Video
itself looks darker than normally, because something is laid over it.
Sound is heard without problems. When video is finished, it is not
possible to replay it.


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

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

Versions of packages mozilla-plugin-gnash depends on:
ii  gnash 0.8.3-4free Flash movie player
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-8  GCC support library
ii  libstdc++64.3.1-8The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxi62:1.1.3-1  X11 Input extension library

mozilla-plugin-gnash recommends no packages.

mozilla-plugin-gnash suggests no packages.

-- debconf-show failed

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Boku wa ongakuka dentaku katate ni. Tashitari. Hiitari. Sousa shite.
Sakkyoku suru. Kono botan oseba ongaku kanaderu.  Kraftwerk



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



Bug#494030: childsplay: please package new upstream version

2008-08-07 Thread Jan Beyer
I forgot one more thing: Probably debian/compat should be bumped to 5,
as you depend on debhelper =5.something.

Best Regards,
Jan



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



Bug#493957: Orion/QNAP TS-109 II: some ext3 directories unaccessible

2008-08-07 Thread Timo Jyrinki
Ok, so I couldn't figure out anything, but now while I'm writing this I tried 
ls -U, ie. unsorted ls, and found out that all the problematic dirs are in 
sequential order


I tested attaching another disk to QNAP, a disk that happens to have an 
earlier backup of the same CD FLAC rips... the same problems show there, 
ie. 10 unaccessible sequential (ls -U) directories under that 
subdirectory. Different directories this time, so it's not about the 
contents, but some other feature / index of those. Also on the same disc 
are a few other unaccessible directories, but that's the only directory 
with so many subdirectories that the 10 in a row thing is visible.


-Timo



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



Bug#494040: gpgv: Unintelligible (behaviour and) error messages.

2008-08-07 Thread Werner Koch
On Thu,  7 Aug 2008 09:32, [EMAIL PROTECTED] said:

 I don't understand why, when the point is about verifying signatures (as
 stated in the whatis entry). Why does it have to assume they are
 trustworthy and then to use its very own keyring? I'd assume as a first

You need to know whether the key is really the key of the person or
entity stated in the user ID of the key.  gpg uses a couple of
alternative mechanisms for this, the default is the Web of Trust.

On request by Debian I once implemented gpgv to have a simple and
straightforward mechsnism, only usable for verifying signatures.  gpgv
works on a set of keys which have been compiled from another database of
trusted users and are all seen as valid, i.e. belonging to the person
claimed in the UID.



Shalom-Salam,

   Werner


-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




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



Bug#494126: [paraview] paraview sometimes kills xserver

2008-08-07 Thread Ondrej Certik
Package: paraview
Version: 3.2.3-2
Severity: important

--- Please enter the report below this line. ---

I experienced that paraview killed my xserver. This is extremely annoying, 
because I lost all my windows, terminals and running calculations by this.

It killed the X when moving the window with paraview. /var/log/Xorg.0.log.old 
attached.

Ondrej

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

Debian Release: lenny/sid
  500 unstableftp.cz.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libavcodec51  (= 0.svn20080206-8)  | 0.svn20080206-11
 OR libavcodec-unstripped-51   (= 0.svn20080206-8) | 
libavformat52 (= 0.svn20080206-8)  | 0.svn20080206-11
 OR libavformat-unstripped-52  (= 0.svn20080206-8) | 
libavutil49   (= 0.svn20080206-8)  | 0.svn20080206-11
 OR libavutil-unstripped-49(= 0.svn20080206-8) | 
libc6(= 2.7-1) | 2.7-13
libgcc1(= 1:4.1.1) | 1:4.3.1-8
libgl1-mesa-glx | 7.0.3-5
 OR libgl1  | 
libglu1-mesa| 7.0.3-5
 OR libglu1 | 
libice6(= 1:1.0.0) | 2:1.0.4-1
libopenmpi1 | 1.2.7~rc2-1
libqt4-assistant (= 4.4.0) | 4.4.0-4
libqt4-network   (= 4.4.0) | 4.4.0-4
libqt4-xml   (= 4.4.0) | 4.4.0-4
libqtcore4   (= 4.4.0) | 4.4.0-4
libqtgui4(= 4.4.0) | 4.4.0-4
libreadline5   (= 5.2) | 5.2-3
libsm6  | 2:1.0.3-2
libstdc++6   (= 4.2.1) | 4.3.1-8
libx11-6| 2:1.1.4-2
libxext6| 2:1.0.4-1
libxt6  | 1:1.0.5-3
python2.5  (= 2.5) | 2.5.2-10
xlibmesa-gl | 
 OR libgl1  | 



X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-3)
Current Operating System: Linux pc232 2.6.26-1-686 #1 SMP Wed Jul 30 20:02:15 
UTC 2008 i686
Build Date: 02 August 2008  11:27:26PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Thu Aug  7 13:25:15 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor BenQ FP93G
(**) |   |--Device Generic Video Card
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/X11R6/lib/X11/fonts/misc does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/Type1 does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist.
Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi does not exist.
Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not 
exist.
Entry deleted from font path.
(==) Including the default font path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,

Bug#494128: Do not work at goproblems.com

2008-08-07 Thread Juhapekka Tolvanen

Package: icedtea-gcjwebplugin
Version: 1.0-2
Severity: important


Try this WWW-site:

http://www.goproblems.com/

When I try to load some Go-problem, that Java-applet shows nothing but
error message like this:

Invalid SGF data. Sorry, you're screwed. Error message: illegal start of token 
string: \ in \r\n\r\n(;B[ca];W[ba])\r\n\r\n(;B[aa];W[ba])\r\n\r\n


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

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

Versions of packages icedtea-gcjwebplugin depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libgcc1   1:4.3.1-8  GCC support library
ii  libglib2.0-0  2.16.5-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-3NetScape Portable Runtime Library
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio
ii  libstdc++64.3.1-8The GNU Standard C++ Library v3
ii  openjdk-6-jre 6b11-5 OpenJDK Java runtime, using Hotspo

icedtea-gcjwebplugin recommends no packages.

icedtea-gcjwebplugin suggests no packages.

-- debconf-show failed

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
Boku wa ongakuka dentaku katate ni. Tashitari. Hiitari. Sousa shite.
Sakkyoku suru. Kono botan oseba ongaku kanaderu.  Kraftwerk



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



Bug#494127: kazehakase: don't exit with SIGTERM

2008-08-07 Thread Gonéri Le Bouder
Package: kazehakase
Version: 0.5.4-2.1
Severity: minor

Hi,

kazehakase can't be killed with SIGTERM:

linda:/etc$ kazehakase
^C
(kazehakase:15382): Kazehakase-WARNING **: Start terminate ...

(kazehakase:15382): Gtk-CRITICAL **: gtk_main_quit: assertion
`main_loops != NULL' failed


The problem only appends if I close the browser window first.

Cheers,

   Gonéri Le Bouder

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

Kernel: Linux 2.6.25-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kazehakase depends on:
ii  kazehakase-gecko   0.5.4-2.1 Gecko rendering engine for kazehak
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libgcrypt111.4.1-1   LGPL Crypto library - runtime libr
ii  libgettext-ruby1.8 1.91.0-1.1Gettext for ruby1.8
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgnutls262.4.1-1   the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  libgtk2-ruby   0.17.0~rc1-3  GTK+ bindings for the Ruby languag
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libtasn1-3 1.4-1 Manage ASN.1 structures (runtime)
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcb-render-util00.2+git41-1   utility libraries for X C Binding 
ii  libxcb-render0 1.1-1.1   X C Binding, render extension
ii  libxcb11.1-1.1   X C Binding
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  ruby1.81.8.7.22-3Interpreter of object-oriented scr
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kazehakase recommends:
ii  hyperestraier 1.4.9-1.4  a full-text search system for comm

Versions of packages kazehakase suggests:
pn  migemonone (no description available)

-- no debconf information



signature.asc
Description: Digital signature


Bug#494129: [openoffice.org] can't open any file (.doc, .xls, etc.)

2008-08-07 Thread Bernhard Garn

Package: openoffice.org
Version: 1:2.4.1-6
Severity: important

--- Please enter the report below this line. ---
When I try to open a file with openoffice.org, a dialog-box appears 
asking me to Select a Filter, giving 3 options:

-) help content
-) ODF Chart
-) OpenOffice.org 1.0 Chart
Choosing either of this options results in an empty, new Chart-Screen.
It also happens, when I start openoffice.org and then try to open a 
file, I have to select a Filter and then the empty, new Chart-document 
appears.

I can't open any files (e.g: .doc, .xls, etc.)
This issue has been reported here in Ubuntu: 
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/81815


--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.24-babybook

Debian Release: lenny/sid
500 unstable ftp.at.debian.org
101 experimental ftp.at.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-==
openoffice.org-base | 1:2.4.0-3
openoffice.org-calc | 1:2.4.0-3
openoffice.org-core (= 1:2.4.0-3) | 1:2.4.1-6
openoffice.org-draw | 1:2.4.0-3
openoffice.org-filter-binfilter | 1:2.4.0-3
openoffice.org-filter-mobiledev |
openoffice.org-impress | 1:2.4.0-3
openoffice.org-java-common ( 2.2.0-4) |
openoffice.org-math | 1:2.4.0-3
openoffice.org-officebean |
openoffice.org-writer | 1:2.4.0-3
openoffice.org-writer2latex |





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



Bug#494112: sshfs silently truncates files (when cache enabled?)

2008-08-07 Thread Vincent Lefevre
On 2008-08-07 12:51:31 +0200, Vincent Lefevre wrote:
 I could reproduce this problem with two different servers (for the
 first one, the server directory is over NFS, but for the second one,
 it is just the local disk of the machine). I retried with the second
 server by using -o cache=no and the problem disappeared.

In fact, -o cache=no. The problem is not always reproducible, whether
it is used or not. It seems that this depends on the old contents of
the file.

If I start from an empty configure file, then the file always remains
empty (and at the same date) after running autoconf. If there's no
configure file when running autoconf, a correct file is created. When
the file had been truncated to 860160 bytes, the old file had 861098
bytes.

Also, the problem occurs when using -o workaround=all too.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



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



Bug#463653: bug 463653: e1000 support broken in 2.6.18 xen kernel: please reopen !

2008-08-07 Thread Bastian Blank
On Thu, Aug 07, 2008 at 01:17:11PM +0200, Peter Van Biesen wrote:
 can the problem please be fixed in a 2.6.18 kernel ? I'm sure it is fixed in 
 2.6.24 and up, but to run a xen dom0, you need a 2.6.18 kernel.  

Can you provide a patch?

Bastian

-- 
The joys of love made her human and the agonies of love destroyed her.
-- Spock, Requiem for Methuselah, stardate 5842.8



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



Bug#494131: [tagpending] fix help typo

2008-08-07 Thread Thijs Kinkhorst
Package: devscripts
Version: 2.10.35
Severity: minor
Tags: patch

Hi,

Please find attached a very small typo fix in the help text of tagpending.


cheers,
Thijs
Index: tagpending.pl
===
--- tagpending.pl	(revision 1581)
+++ tagpending.pl	(working copy)
@@ -415,7 +415,7 @@
 			-v option.)
 -i, --interactive   Display the message which would be sent to the BTS
 			and, except if --noact was used, prompt for
-			confirmation ebfore sending it.
+			confirmation before sending it.
 -w, --wnpp  For each potentially not owned bug, check whether
 			it is filed against wnpp and, if so, tag it. This
 			allows e.g. ITA or ITPs to be tagged.


pgp4ljfYzRdFX.pgp
Description: PGP signature


Bug#494113: almanah: russian phrase is fully underlined red, thus readability is bad

2008-08-07 Thread Angel Abad (Ikusnet SLL)
Hi,

On Thu, Aug 07, 2008 at 01:55:29PM +0300, Eugene V. Lyubimkin wrote:
 When I typed in diary russian phrase (for example, 'Это моя первая
 запись'), almanah underlined all words. I have not found any options to
 configure or disable this behaviour.

Thanks for your report. It is a upstream bug, it has been forwarded to

http://bugzilla.gnome.org/show_bug.cgi?id=546783

Bye!




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



Bug#493950: proftpd-mysql: proftp does not use mysql any more

2008-08-07 Thread Francesco P. Lovergine
On Thu, Aug 07, 2008 at 11:40:37AM +0200, Sebastian Bremicker wrote:
 Hi, 

 Please include your complete configuration.

 ok, this is /etc/proftpd/modules.conf: 

 --- cut here -- 

 #
 # This file is used to manage DSO modules and features.
 # 

 # This is the directory where DSO modules reside 

 ModulePath /usr/lib/proftpd 

 # Allow only user root to load and unload modules, but allow everyone
 # to see which modules have been loaded 

 ModuleControlsACLs insmod,rmmod allow user root
 ModuleControlsACLs lsmod allow user * 

 LoadModule mod_ctrls_admin.c
 LoadModule mod_tls.c
 LoadModule mod_sql.c
 LoadModule mod_ldap.c
 LoadModule mod_sql_mysql.c
 #LoadModule mod_sql_postgres.c
 LoadModule mod_quotatab.c
 LoadModule mod_quotatab_file.c
 LoadModule mod_quotatab_ldap.c
 LoadModule mod_quotatab_sql.c
 LoadModule mod_radius.c
 LoadModule mod_wrap.c
 LoadModule mod_rewrite.c 

 # keep this module the last one
 LoadModule mod_ifsession.c 

 --- cut here -- 

 and this is /etc/proftpd/proftpd.conf without comment lines and 
 anonymized credentials: 

 --- cut here -- 

 Include /etc/proftpd/modules.conf 

 ServerName  Debian
 ServerType  inetd
 DeferWelcomeoff 

 ShowSymlinkson
 MultilineRFC2228on
 DefaultServer   on
 ShowSymlinkson
 AllowOverwrite  on 

 TimeoutNoTransfer   600
 TimeoutStalled  600
 TimeoutIdle 1200 

 DisplayLoginwelcome.msg
 DisplayFirstChdir   .message
 ListOptions -l 

 DenyFilter  \*.*/ 

 DelayEngine Off 

 Port21 

 MaxInstances30 

 Usernobody
 Group   nogroup 

 RequireValidShell   off
 DefaultRoot ~ 

 SQLConnectInfo  database dbuser dbpasswd
 SQLAuthenticate users
 SQLAuthTypesbackend
 SQLUserInfo users userid passwd uid gid homedir shell
 SQLGroupInfogroups groupname gid members
 SQLLog  PASS updatecount
 SQLNamedQuery   updatecount UPDATE count=count+1 WHERE  
 userid='%u' users
 SQLHomedirOnDemand  on
 SQLUserWhereClause  closed = '0'
 SQLMinUserGID   33
 SQLMinUserUID   33 

 AuthPAM off 

 Directory /*
  Umask 022  022 

  AllowOverwriteon
 /Directory 

 --- cut here --
 and to make it complete etc/xinetd.d/proftpd
 --- cut here --
 service ftp
 {
 socket_type = stream
 wait = no
 server = /usr/sbin/proftpd
 user = root
 }
 --- cut here -- 

 Like I said, all this works with the previous proftpd 1.3.0-9.1 but not 
 with proftpd 1.3.0-19etch1. 

 I added AuthPAM off after the first occurance of PAM error in daemon 
 log, but this only leads to the PAM error not being displayed and seems 
 to make no further difference to mysql usage. 

 Kind regards 

 Sebastian Bremicker

I suspect you have to specify an AuthOrder directive, as consequence
of fixing of a security issue post 1.3.0 release, as fixed in 
1.3.0-19etch1

-- 
Francesco P. Lovergine



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



  1   2   3   4   5   >