Bug#381244: Bug 381244: suggested patch

2006-10-15 Thread David Härdeman

I've attached a patch which should implement the proposed solution.

--
David Härdeman
Index: debian/partman-auto-lvm.templates
===
--- debian/partman-auto-lvm.templates   (revision 41740)
+++ debian/partman-auto-lvm.templates   (working copy)
@@ -5,7 +5,7 @@
 
 Template: partman-auto-lvm/new_vg_name
 Type: string
-Default: Debian
+Default: ${DEFAULT}
 _Description: Name of the volume group for the new system:
 
 Template: partman-auto-lvm/new_vg_name_exists
Index: debian/changelog
===
--- debian/changelog(revision 41740)
+++ debian/changelog(working copy)
@@ -1,3 +1,10 @@
+partman-auto-lvm (18) UNRELEASED; urgency=low
+
+  * Use hostname as the default vg name, fall back to Debian if not set.
+Closes: #381244.
+
+ -- David Härdeman [EMAIL PROTECTED]  Mon, 16 Oct 2006 00:15:23 +0200
+
 partman-auto-lvm (17) unstable; urgency=low
 
   * Display selected target for partitioning when choosing a recipe.
Index: auto-lvm_tools.sh
===
--- auto-lvm_tools.sh   (revision 41740)
+++ auto-lvm_tools.sh   (working copy)
@@ -103,6 +103,17 @@
 }
 
 auto_lvm_perform() {
+   # Set the default vg name to use,
+   # try hostname and fall back to Debian
+   local defvgname
+   if [ -r /etc/hostname ]; then
+   defvgname=$(cat /etc/hostname)
+   fi
+   if [ -z $defvgname ]; then
+   defvgname=Debian
+   fi
+   db_subst partman-auto-lvm/new_vg_name DEFAULT $defvgname
+
# Choose name, create VG and attach each partition as a physical volume
noninteractive=true
while true; do


Bug#393193: /emul/ia32-linux/usr/lib/libGL.so issues

2006-10-15 Thread Frederik Schueler
severity 393193 serious
severity 392923 serious
merge 393193 392923
thanks

hello,

the newest upload of nvidia-glx-ia32 has a diversion for libgl.so.

we will close this bug in the next uplooad adding a versioned 
dependency.

Best regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#392466: Please update debconf PO translation for the package apt 0.6.46.2

2006-10-15 Thread Hans F. Nordhaug
Updated Norwegian Bokmål translation.
Thx for your great work, Christian!


nb.po.gz
Description: GNU Zip compressed data


Bug#255588: Semantically incorrect file extensions for charsets

2006-10-15 Thread Josip Rodin
On Mon, Jun 21, 2004 at 11:13:14PM +0200, Matthias Wimmer wrote:
 Package: apache2
 Version: 2.0.49-1
 
 In the apache2.conf configuration file there are file extensions defined
 using the AddCharset command and some of the mappings are (at least
 semantically) incorrect.
 
 The following file extensions are wrong:
 
 extension mapped to   correct
 latin5ISO-8859-5  ISO-8859-9
 latin6ISO-8859-6  ISO-8859-10
 latin7ISO-8859-7  does not exist
 latin8ISO-8859-8  ISO-8859-14
 latin9ISO-8859-9  ISO-8859-15

I think this bug is fixed in unstable, because now the default apache2.conf
says:

AddCharset ISO-8859-9  .iso8859-9  .latin5 .trk
AddCharset ISO-8859-10  .iso8859-10  .latin6
AddCharset ISO-8859-13  .iso8859-13
AddCharset ISO-8859-14  .iso8859-14  .latin8
AddCharset ISO-8859-15  .iso8859-15  .latin9
AddCharset ISO-8859-16  .iso8859-16  .latin10

I've no idea whether this is something to be handled using the
suggested_corrections mechanism, or indeed whether that mechanism still
exists with apache2 :)

-- 
 2. That which causes joy or happiness.


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



Bug#356853: License of your contribution to the ae package

2006-10-15 Thread Sebastian Rahtz
Not sure if that worked (signing). Lets try again,
agreeing to the LPPL license

sebastian


signature.asc
Description: Digital signature


Bug#393260: apt-listchanges: Bad dependency: libapt-pkg-libc6.3-6.so.3.11 not available in early apt

2006-10-15 Thread Jochen Striepe
Hi,

On 15 Oct 2006, Pierre Habouzit wrote:
 Le dim 15 octobre 2006 21:25, Jochen Striepe a écrit :
  Releasing the hold of course instantly solved the problem. I'm under
  the strong impression that apt-listchanges should require an apt
  version where libapt-pkg-libc6.3-6.so.3.11 is already available, and
  that seems to be an apt version  0.5.14 (instead of the current
  dependency on apt = 0.5.3).
 
 Can I ask you why ? apt-listchanges does almost not rely on apt directly 
 at all, but on python-apt instead.

I must admit I just looked where /usr/lib/libapt-pkg-libc6.3-6.so.3.11
comes from, and what dependencies apt-listchanges has.

Please try simply renaming /usr/lib/libapt-pkg-libc6.3-6.so.3.11 to
something else:

SNIPP
$ apt-listchanges
Traceback (most recent call last):
  File /usr/bin/apt-listchanges, line 27, in ?
import apt_pkg
ImportError: libapt-pkg-libc6.3-6.so.3.11: cannot open shared object file: No 
such file or directory
SNIPP

This looks quite similar to the message I got on commands like apt-get -u
install  However, this may not be the *exact* message -- since apt
itself no longer is v0.5.14 on my system, I cannot reproduce the exact
situation.


 so maybe the problem is with python-apt having too loosy depends ?

Hmm, sounds plausible. I don't have any clue of apt internals, I am
just a dumb user. :)


 So I need more informations than your thoughts. I don't say you're not 
 correct, but I cannot see what's going on exactly either.

I am sorry I cannot be of much help here. Since upgrading from apt-0.5.14
to current apt last week nothing similar has happened (as should be
expected, since the above lib missing in old apt-0.5.14 is installed by
now), and the old error messages are lost in time.


Greetings,

Jochen.
-- 
This is Linux Country. On a quiet night, you can hear Windows reboot.
  -- .sig in [EMAIL PROTECTED]


pgpmU0mknTRn0.pgp
Description: PGP signature


Bug#393260: apt-listchanges: Bad dependency: libapt-pkg-libc6.3-6.so.3.11 not available in early apt

2006-10-15 Thread Pierre Habouzit
reassign 393260 python-apt
thanks

Le lun 16 octobre 2006 00:12, Jochen Striepe a écrit :
 Hi,

 On 15 Oct 2006, Pierre Habouzit wrote:
  Le dim 15 octobre 2006 21:25, Jochen Striepe a écrit :
   Releasing the hold of course instantly solved the problem. I'm
   under the strong impression that apt-listchanges should require
   an apt version where libapt-pkg-libc6.3-6.so.3.11 is already
   available, and that seems to be an apt version  0.5.14 (instead
   of the current dependency on apt = 0.5.3).
 
  Can I ask you why ? apt-listchanges does almost not rely on apt
  directly at all, but on python-apt instead.

 I must admit I just looked where
 /usr/lib/libapt-pkg-libc6.3-6.so.3.11 comes from, and what
 dependencies apt-listchanges has.

 Please try simply renaming /usr/lib/libapt-pkg-libc6.3-6.so.3.11 to
 something else:

 SNIPP
 $ apt-listchanges
 Traceback (most recent call last):
   File /usr/bin/apt-listchanges, line 27, in ?
 import apt_pkg
 ImportError: libapt-pkg-libc6.3-6.so.3.11: cannot open shared object
 file: No such file or directory SNIPP

 This looks quite similar to the message I got on commands like
 apt-get -u install  However, this may not be the *exact*
 message -- since apt itself no longer is v0.5.14 on my system, I
 cannot reproduce the exact situation.

all right, apt_pkg is provided by python-apt, so that's not /my/ fault 
here :)


  so maybe the problem is with python-apt having too loosy depends ?

 Hmm, sounds plausible. I don't have any clue of apt internals, I am
 just a dumb user. :)

NP, the previous trace is enough informations and points to the culprit 
already. you should have mentionned it in the first place :) an error 
log is *always* a good thing.

 I am sorry I cannot be of much help here. 
you indeed are in fact.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgprUiP3BxfTj.pgp
Description: PGP signature


Bug#393296: kdesu don't accept the root password

2006-10-15 Thread Odair Trujillo
Package: kdesu
Version: kdelibs
Severity: grave
Justification: renders package unusable

Using kdesu on kde, it don't accept the root password
and the su command on konsole works fine.

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


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



Bug#390867: muh adoption

2006-10-15 Thread rob

Hi,

Is this package still up for adoption?  
(http://www.debian.org/devel/wnpp/rfa_bymaint)


Ive used muh i the past its a great bouncer.

Im new to the devel side of debian but have been a user for about 4  
years, got some experience with c/c++ from university.


Rob Edwards




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



Bug#393297: Depends on package from experimental

2006-10-15 Thread Artur R. Czechowski
Package: liblircclient0
Version: 0.8.0-8
Severity: serious

liblircclient0 has a dependency on libc6 (= 2.4-1)
Current version of libc6 in unstable is 2.3.6.ds1-6.

Best regards
Artur

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

-- no debconf information


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



Bug#378737: strange virtual server config for default server

2006-10-15 Thread Josip Rodin
On Tue, Jul 18, 2006 at 06:40:26PM +0200, Olaf Zaplinski wrote:
 Package: apache2
 Version: 2.0.54-5
 
 In /etc/apache2/sites-enabled/000-default I defined:
 
 NameVirtualHost 62.206.102.82:80
 VirtualHost 62.206.102.82:80

 But when I use a FQDN that is not defined as a virtual server, Firefox 
 wants to download ca.der. The behaviour should be the same as with the IP 
 address, as 000-default is the valid config for all requests that are not 
 defined as virtual server.

First off: the /etc/apache2/sites-available/default file, as shipped in both
apache2-common 2.0.54 and 2.2.3, uses NameVirtualHost * and VirtualHost *.
If you redefine that to use the IP and port, we're already past the point
where the default configuration is broken, because you're not using the
default configuration.

Secondly, I can't reproduce this, neither on sarge nor on unstable. I tried
using a FQDN that doesn't match anything mentioned in apache2 configuration,
but it still applies those two AddType directives.

Do you have any ServerName and/or ServerAlias settings in that new
VirtualHost? That sounds like a case where Apache won't use default
settings unless you use a FQDN that matches those.

-- 
 2. That which causes joy or happiness.


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



Bug#393095: util-vserver: French debconf templates translation update

2006-10-15 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ola Lundqvist wrote:
 Hi
 
 Thanks. It has been commited to the SVN repository and will be released
 on next upload.

I'd like to wait until 0.30.211-1 transitions into testing before we do
another upload, once its in we can add this and probably get it into
etch as translation updates are often accepted after freeze.

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

iD8DBQFFMsKe9n4qXRzy1ioRAlG7AJ49wEDEzGaSr2EASKKlR/IDwPFkoACgrWFO
pI2uk1uPq5IhkeASZmdea+o=
=sKpg
-END PGP SIGNATURE-


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



Bug#356853: License of your contribution to the ae package

2006-10-15 Thread Florent Rougon
[EMAIL PROTECTED] (Sebastian Rahtz) wrote:

   % This work may be distributed and/or modified under the
   % conditions of the LaTeX Project Public License, either version 1.3
   % of this license or (at your option) any later version.
   % The latest version of this license is in
   %   http://www.latex-project.org/lppl.txt
   % and version 1.3 or later is part of all distributions of LaTeX
   % version 2005/12/01 or later.

 thats fine by me.

Great, thank you.

 (ideally, you would send your answer in a digitally-signed mail)
 
 I'll try...

Success! Your signature verifies without any problem.

Regards,

-- 
Florent


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



Bug#390514: Bug #390514: should be fixed in next upload

2006-10-15 Thread David Härdeman

Hi,

the decrypt_old_ssl and decrypt_ssl scripts should have been fixed now 
in SVN and will be included in the next cryptsetup upload which should 
be available in a couple of days.


--
David Härdeman



Bug#393189: debianize-updmap not used properly

2006-10-15 Thread Florent Rougon
Norbert Preining [EMAIL PROTECTED] wrote:

 All fixes are already in 2005.dfsg.2-2 which I am currently testing.
 Hope to upload it tomorrow.

Fine, thanks.

-- 
Florent


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



Bug#393300: preinst script bug

2006-10-15 Thread H. S. Teoh
Package: console-common
Version: 0.7.65
Severity: normal

Here's the output from dpkg during the latest upgrade to 0.7.65:

Preconfiguring packages ...
(Reading database ... 27513 files and directories currently installed.)
Preparing to replace console-common 0.7.64 (using 
.../console-common_0.7.65_all.deb) ...
/var/lib/dpkg/tmp.ci/preinst: line 63: [: : integer expression expected
/var/lib/dpkg/tmp.ci/preinst: line 63: [: : integer expression expected
Unpacking replacement console-common ...


Looks like unsafe/buggy shell code in preinst.


T

-- 
Those who have not appreciated the beauty of language are not qualified
to bemoan its flaws.


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



Bug#393298: apt-listbugs: French translation update

2006-10-15 Thread Frédéric Bothamy
Package: apt-listbugs
Version: 0.0.63
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the French translation update (for the version
0.0.63) , proofread by the debian-l10n-french mailing list
contributors.

Greetings,


Fred

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

Versions of packages apt-listbugs depends on:
ii  apt   0.6.46.2   Advanced front-end for dpkg
ii  libdpkg-ruby1.8   0.3.2  modules/classes for dpkg on ruby 1
ii  libhttp-access2-ruby1.8   2.0.6-1HTTP accessing library for ruby
ii  libintl-gettext-ruby1.8   0.11-8 Gettext wrapper for Ruby 1.8
ii  libruby1.8 [libzlib-ruby1.8]  1.8.5-2Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.8 0.6.8-2Interface of expat for the scripti
ii  ruby  1.8.2-1An interpreter of object-oriented 

apt-listbugs recommends no packages.

-- no debconf information
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: apt-listbugs 0.0.63\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-10-09 12:07+0900\n
PO-Revision-Date: 2006-10-16 01:31+0200\n
Last-Translator: Frédéric Bothamy [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#: apt-listbugs:246
msgid Usage: 
msgstr Usage : 

#: apt-listbugs:247
msgid  [options] command [arguments]
msgstr  [options] commande [paramètres]

#: apt-listbugs:249
msgid Options:\n
msgstr Options :\n

#: apt-listbugs:250
msgid  -h   : Display this help and exit.\n
msgstr  -h   : Afficher cette aide et quitter\n

#: apt-listbugs:251
#, python-format
msgid  -s severities  : Severities you want to see [%s].\n
msgstr  -s gravité : Gravité à afficher [%s]\n

#: apt-listbugs:252
msgid  -T tags: Tags you want to see.\n
msgstr  -T stats   : Étiquettes que vous voulez voir\n

#: apt-listbugs:253
#, python-format
msgid  -S stats   : Stats you want to see [%s].\n
msgstr 
 -S stats   : Les états à afficher\n
[%s]\n

#: apt-listbugs:254
msgid  -D   : Show downgraded packages, too.\n
msgstr 
 -D   : Afficher également les paquets de version inférieure\n
à la version actuelle\n

#: apt-listbugs:255
#, python-format
msgid  -H hostname: Hostname of Debian Bug Tracking System [%s].\n
msgstr 
 -H hôte    : Nom d'hôte du système de gestion des bogues Debian\n
[%s]\n

#: apt-listbugs:256
#, python-format
msgid  -p port: Port number of the server [%s]\n
msgstr  -p port    : Numéro de port du serveur [%s]\n

#: apt-listbugs:257
#, python-format
msgid  --indexdir   : Directory where index.db located [%s]\n
msgstr 
 --indexdir   : Répertoire où est situé index.db\n
[%s]\n

#: apt-listbugs:258
#, python-format
msgid  --pin-priority   : Specifies Pin-Priority value [%s]\n
msgstr  --pin-priority   : Valeur pour Pin-Priority [%s]\n

#: apt-listbugs:259
msgid  --title  : Specifies the title of rss output.\n
msgstr  --title  : Titre de la sortie RSS\n

#: apt-listbugs:260
msgid  -f   : Retrieve bug reports from BTS forcibly.\n
msgstr 
 -f   : Forcer la récupération des rapports de bogue\n
depuis le système de gestion des bogues (BTS)\n

#: apt-listbugs:261
msgid  -q   : Don't display progress bar.\n
msgstr  -q   : Ne pas afficher la barre de progression\n

#: apt-listbugs:262
#, python-format
msgid  -c dir : Specify cache_dir [%s].\n
msgstr  -c répertoire  : Répertoire de cache [%s]\n

#: apt-listbugs:263
msgid  -t minutes : Specify cache expire timer in minutes
msgstr  -t minutes : Délai d'expiration du cache en minutes

#: apt-listbugs:264
msgid  -C apt.conf: Specify apt.conf.\n
msgstr  -C apt.conf    : Emplacement du fichier apt.conf\n

#: apt-listbugs:265
msgid  -y   : Assume that you select yes for all questions.\n
msgstr 
 -y   : Implique une réponse affirmative à toutes les questions\n

#: apt-listbugs:266
msgid  -n   : Assume that you select no for all questions.\n
msgstr 
 -n   : Implique une réponse négative à toutes les questions\n

#: apt-listbugs:268
msgid Commands:\n
msgstr Commandes :\n

#: apt-listbugs:269
msgid  apt  : apt mode\n
msgstr  apt  : Mode APT\n

#: apt-listbugs:270
msgid  list pkg...: list bug reports of the specified packages\n
msgstr 
 list 

Bug#386714: apache2: default vhost configuration points to wrong directory

2006-10-15 Thread Josip Rodin
On Sat, Sep 09, 2006 at 06:20:10PM +0200, Manfred Morgner wrote:
 The default apache2 configuration in file
 /etc/apache2/sites-available/default points to /var/www, but should point
 to /var/www/apache2-default.

Apparently this problem was inherited from Ubuntu, because there's this in
the same default file:

Directory /var/www/
[...]
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
# Commented out for Ubuntu
#RedirectMatch ^/$ /apache2-default/
/Directory

It should either be uncommented again (as it was in sarge) or handled some
other way. The Ubuntu comment is off-topic in any case.

-- 
 2. That which causes joy or happiness.


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



Bug#393301: lvcreate: page allocation failure. order:2, mode:0xd0

2006-10-15 Thread Micha Lenk
Package: lvm-common
Version: 1.5.17
Severity: normal

Hi,

on the nightly backup run which creates for a consistent view of the
filesystem LVM snapshots lvcreate oopsed yesterday. After the oops the
number of processes and the system load began to increase permanently
until after approximately two hours the system got unreachable exept for
ping replys. My monitoring also says that the load was entirely due to
iowait.

After a hard reset I discovered the following syslog entries:

Oct 14 02:49:38 hostname kernel: lvcreate: page allocation failure. order:2, 
mode:0xd0
Oct 14 02:49:38 hostname kernel: [c012fed8] __alloc_pages+0x2f8/0x370
Oct 14 02:49:38 hostname kernel: [c012ff6f] __get_free_pages+0x1f/0x40
Oct 14 02:49:38 hostname kernel: [c01331df] kmem_getpages+0x1f/0xd0
Oct 14 02:49:38 hostname kernel: [c0133d7a] cache_grow+0x9a/0x130
Oct 14 02:49:38 hostname kernel: [c0133f50] cache_alloc_refill+0x140/0x1e0
Oct 14 02:49:38 hostname kernel: [c012fef0] __alloc_pages+0x310/0x370
Oct 14 02:49:38 hostname kernel: [c01343a4] __kmalloc+0x74/0x80
Oct 14 02:49:38 hostname kernel: [c012e93c] mempool_resize+0x8c/0x160
Oct 14 02:49:38 hostname kernel: [d0123125] resize_pool+0x65/0xf0 [dm_mod]
Oct 14 02:49:38 hostname kernel: [d012466b] kcopyd_client_create+0x7b/0xc0 
[dm_mod]
Oct 14 02:49:38 hostname kernel: [d01140b9] dm_create_persistent+0xc9/0x140 
[dm_snapshot]
Oct 14 02:49:38 hostname kernel: [d0112806] snapshot_ctr+0x2a6/0x370 
[dm_snapshot]
Oct 14 02:49:38 hostname kernel: [d011f8f9] dm_table_add_target+0x119/0x1c0 
[dm_mod]
Oct 14 02:49:38 hostname kernel: [d0122052] populate_table+0x82/0xe0 [dm_mod]
Oct 14 02:49:38 hostname kernel: [d0122118] table_load+0x68/0x130 [dm_mod]
Oct 14 02:49:38 hostname kernel: [d0122961] ctl_ioctl+0xf1/0x150 [dm_mod]
Oct 14 02:49:38 hostname kernel: [d01220b0] table_load+0x0/0x130 [dm_mod]
Oct 14 02:49:38 hostname kernel: [c0158769] sys_ioctl+0xc9/0x240
Oct 14 02:49:38 hostname kernel: [c0103fbf] syscall_call+0x7/0xb
Oct 14 02:49:38 hostname kernel: device-mapper: : Could not create kcopyd client
Oct 14 02:49:38 hostname kernel:
Oct 14 02:49:38 hostname kernel: device-mapper: error adding target to table

Here some informations about my system:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-sorgfalt
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages lvm-common depends on:
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo
ii  modutils  2.4.26-1.2 Linux module utilities

Bye
  Micha


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



Bug#393299: gnat-gps_3.1.3-3(ia64/unstable): FTBFS: missing build-depends

2006-10-15 Thread lamont
Package: gnat-gps
Version: 3.1.3-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of gnat-gps_3.1.3-3 on caballero by sbuild/ia64 85
 Build started at 20061015-0532

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: gnat (= 4.1), libgnatprj-dev, libgnatvsn-dev, python-dev, 
 libtemplates-parser-dev, libgtkada2-dev (= 2.8.1-3), tcl8.4-dev, 
 libcairo2-dev

[...]

 dpkg-source: extracting gnat-gps in gnat-gps-3.1.3
 dpkg-buildpackage: source package is gnat-gps
 dpkg-buildpackage: source version is 3.1.3-3
 dpkg-buildpackage: host architecture ia64
 dpkg-buildpackage: source version without epoch 3.1.3-3
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 make: dh_testdir: Command not found
 make: *** [unpatch] Error 127

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=gnat-gpsver=3.1.3-3



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



Bug#314606: consider moving NameVirtualHost option

2006-10-15 Thread Josip Rodin
On Fri, Jun 17, 2005 at 02:15:51PM +0200, martin f krafft wrote:
 Some advanced webserver will probably have the 'default' site
 disabled. If named virtual hosts are used, this causes a problem,
 since
 
   NameVirtualHost *
 
 is specified therein. Please consider moving this option to
 conf.d/vhost.conf.

This needs to be killed simply on the grounds that I've always had to
comment it out of the sites-available/default file to quiet down apachectl
which kept whining about how *:0 had no vhosts defined or something like
that. :) conf.d might not be a good place for this, though, because it's
meant for user data. apache2.conf is also a lousy place since it's a
conffile (and one not managed by ucf).

-- 
 2. That which causes joy or happiness.


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



Bug#378045: ..vzctl post-install start-up not yet fixed

2006-10-15 Thread Arnt Karlsen
On Sun, 15 Oct 2006 13:39:49 +0200, Ola wrote in message 
[EMAIL PROTECTED]:

 Hi
 
 On Sun, Oct 15, 2006 at 02:28:39AM +0200, Arnt Karlsen wrote:
  On Sun, 15 Oct 2006 01:30:24 +0200, Ola wrote in message 
  [EMAIL PROTECTED]:
  
   Hi
   
   I think I need some help from you. I have not seen this problem
   with vz so I need help in order to determine what the problem is.
  
  ..the problem I see, is vzctl is failing to start up on installing
  and upgrading.  Does it at all _need_ to start up to install
  correctly???
  
  ..if not, it shouldn't try, the installer should check first, before
  deciding to start up.
  
  ..on upgrading a box with vz running, you can assume vz is expected 
  to run on the box after the upgrade is done.  Set a flag file in
  /va�r/tmp or somewhere from /var/lib/dpkg/info/vzctl.prerm.
  
  ..if vz isn't running, like on my box, that fact is not neccessarily
  a problem, I install a _lot_ of junk to help spot conflicts and
  RTFM's, and I like to keep all services as is on upgrades, rather
  than keep mowing links outta /etc/rc2.d/.   
  
  ..that too can be checked; dpkg -L vzctl or somesuch against
  whatever you have in your vzctl*.deb.
 
 Thanks for this. I fully agree that it is not necessary to start at
 all when upgrading or installing. No virtual server has been started
 anyway so it should only be started later.
 
 I have changed it now so that it only stop at removal and not start
 at installation. It add the start of vz to the things to start at
 the start of the computer though (init.d).

...and earn you another bug for leaving a running service, stopped. ;o)

   Do you have any clue?
  
  ..only fragmentary.  ;o)
   
   Do you have a openvz enabled kernel?
  
  ..dunno, how do I find out?
 
 You have to patch the kernel with the kernel-patch-openvz package, so
 that is how you know it. :)

..ah.  ;o)

 I have updated the description of the package to make it clear.

..thanks.

 Regards,
 
 // Ola
 
   Regards,
   
   // Ola
   
   On Sun, Oct 15, 2006 at 12:19:17AM +0200, Arnt Karlsen wrote:
Package: vzctl
Version: 3.0.11-4
Followup-For: Bug #378045


...term output
Setting up vzctl (3.0.11-4) ...
Starting OpenVZ: ..failed
invoke-rc.d: initscript vz, action start failed.
dpkg: error processing vzctl (--configure):
 subprocess post-installation script returned error exit status
 1
Setting up wims (3.56-7) ...
Rendering fonts, sizes 63 to 173:

dpkg: error processing wims (--configure):
 subprocess post-installation script returned error exit status
 1
Errors were encountered while processing:
 vzctl
 wims
Updating Debian Packages of System Configurations (dpsyco).
sync: invalid option -- c
Try `sync --help' for more information.
This account is currently not available.
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up vzctl (3.0.11-4) ...
Starting OpenVZ: ..failed
invoke-rc.d: initscript vz, action start failed.
dpkg: error processing vzctl (--configure):
 subprocess post-installation script returned error exit status
 1
Setting up wims (3.56-7) ...
Rendering fonts, sizes 63 to 173:

dpkg: error processing wims (--configure):
 subprocess post-installation script returned error exit status
 1
Errors were encountered while processing:
 vzctl
 wims
a45:~# history |grep mcedit
  110  history |grep mcedit
  111  mcedit /var/lib/dpkg/info/apache2-mpm-prefork.postinst
  112  mcedit /var/lib/dpkg/info/apache2-common.postinst
  115  mcedit /etc/default/apache2
  118  mcedit /var/lib/dpkg/info/apache2-common.prerm
  119  mcedit /var/lib/dpkg/info/vzctl.postinst
  120  mcedit /var/lib/dpkg/info/multipath-tools.postinst
  121  mcedit /var/lib/dpkg/info/vzctl.postinst
  479  mcedit /usr/lib/emacsen-common/emacs-package-install
  491  mcedit /var/lib/dpkg/info/nginx.postrm
  492  mcedit /var/lib/dpkg/info/nginx.prerm
  504  mcedit /var/lib/dpkg/info/wims.postinst
  528  history |grep mcedit
a45:~# !121
mcedit /var/lib/dpkg/info/vzctl.postinst
(I just added  ||exit 0 to the start-up lines.
These should also chk if I wanna keep it running 
after I'm done aptitude upgrading, I simply weed 
academic interest stuff outta /etc/rc2.d/ , so
one way could be chk /etc/inittab for my default 
runlevel and chk the relevant /etc/rc*.d/ to see
if it should be stopped after the install, or if
it needs to be started at all for the install.) 

a45:~# aptitude upgrade
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages have been kept back:
  tulip
The following 

Bug#392897: ntfsresize error is ignored, confusing the user

2006-10-15 Thread Frans Pop
severity 392897 minor
retitle 392897 Error handling for resize operations needs improvement
thanks

On Saturday 14 October 2006 06:00, Carl Fink wrote:
 I suspect you don't have a routine to trap that particular error
 message, so it just gets ignored.  It should instead be passed along to
 the user, because it's important.

Thanks for your report.

Yes, that was not being handled very gracefully, although the output from 
ntfsresize can be checked in the syslog.
I've improved the error checking a bit and those changes will be available 
in daily images within the next few days. The user should now at least 
get a red screen with a message that resizing is not possible and will be 
pointed to the syslog.

There should also be a better distinction between different causes of 
errors. Error checking for resize operations in general could be improved 
a lot; for many operations it is currently just assumed they will 
succeed.

Cheers,
FJP


pgpE3BNkBdejm.pgp
Description: PGP signature


Bug#393226: trac: Trac should re-organize the directory structure

2006-10-15 Thread Luis Matos
I am in the will of start to provide patches for 1 or 2 bugs witch i
opened, this is one of them. I'll think in a layout and report back to
this bug.

Just some thoughts.

There should be a place where we could change things like logos and
organizational info (logos, titles and other info), in general.
Customize the default pages to create in wiki.
Customize the views.

i think this place is /etc/trac , so we have to change into there some
material. I can easily (i think) provide a patch to this.

about upgrade ...

there should be a debconf option where we can put a list of dirs to
projects in 2 ways:
 - several projects we can have main dir for all, and conf would check
all subdirs for trac projects
 - singular projects - check the dir for project.

and, of course, upgrade it. 

this i cannot provide any patch easily because i have never done
anything with debconf interfaces. But it stays the idea. trac does have
upgrade tools, it's just a matter of  executing them at upgrade instance
in debian packaging environment (postinst).

Should i verify this and provide a patch? (only to run trac upgrade in
detected projects?)


Dom, 2006-10-15 às 17:39 -0200, Otavio Salvador escreveu:
 Those changes aren't simple to do. I doubt it will be ready to enters
 Etch.
 
 I agree that we need to make it easier to customize and use with a
 group of projects. Even more, we need a default place where our
 package should deal with upgrades and like...
 
 I think you can start to provide patches for the features you wish and
 we'll deal with them as soon as possible. Let's see how far we can
 go...
 
-- 
Best Regards,
--
Luis Matos



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



Bug#380651: apache2: can't open php files

2006-10-15 Thread Josip Rodin
On Mon, Jul 31, 2006 at 05:52:45PM +0200, Uwe Brauer wrote:
 Package: apache2
 Version: 2.0.55-4
 Severity: normal
 
 the file install.php is of type application/x-php (php script)
 and mozilla does not know what to do about it
 
 So it seems that the php4 module is not loaded, but I don't understand
 why
 libapache2-mod-php4
 and all the php4 package are installed.
 
 The php4.load file in 
  /etc/apache2/mods-available contains
 
 LoadModule php4_module /usr/lib/apache2/modules/libphp4.so
 
 
 And this lib exists. So I don't know.

Did you install libapache2-mod-php4 fully, and do you have the
/etc/apache2/apache2.conf file? Because the module package's postinst
script has this:

if [ -e /etc/apache2/apache2.conf ]; then
# Enable the module, but hide a2enmod's misleading message about apachectl
# and force-reload the thing ourselves.
a2enmod php4 /dev/null || true
reload_apache
fi

In any case, can you run manually as root:

a2enmod php4

and then verify that you get something like this:

% ls -l /etc/apache2/mods-enabled/php4.*
lrwxrwxrwx  1 root root 37 2005-10-24 14:46 /etc/apache2/mods-enabled/php4.conf 
- /etc/apache2/mods-available/php4.conf
lrwxrwxrwx  1 root root 37 2005-10-24 14:46 /etc/apache2/mods-enabled/php4.load 
- /etc/apache2/mods-available/php4.load

-- 
 2. That which causes joy or happiness.


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



Bug#322033: Apache -t reports false warnings about VirtualHosts

2006-10-15 Thread Josip Rodin
On Tue, Aug 09, 2005 at 11:00:17AM +0200, Örjan Persson wrote:
 I've isolated the problem. My virtualhosts looked like this:
 
 IfDefine SSL
 VirtualHost xxx.xxx.xxx.xxx:443
 [...]
 /VirtualHost
 /IfDefine
 
 Removing the IfDefine or adding them around the NameVirtualHost's 
 directive solves the problem.

Why would you want to have NameVirtualHost settings for :443 not enclosed in
the same SSL conditionals? Wasn't this a simple semantic problem with your
own configuration?

-- 
 2. That which causes joy or happiness.


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



Bug#338472: apache2: Move /server-info and /server-status conf to mods-available

2006-10-15 Thread Josip Rodin
On Thu, Nov 10, 2005 at 02:00:20PM +0100, Olaf van der Spek wrote:
 Package: apache2
 Version: 2.0.54-5
 Severity: normal
 
 Could you move the /server-info and /server-status configuration to
 mods-available?
 This would clean up apache2.conf and cause less issues with conf file
 updates.

Seconded :) Those two examples should be in
/etc/apache2/mods-available/status.conf

-- 
 2. That which causes joy or happiness.


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



Bug#393066: a2p: translated print must have \n

2006-10-15 Thread Brendan O'Dea
severity 393066 normal
close 393066
thanks

On Sat, Oct 14, 2006 at 09:01:32PM +0200, Bernd Warken wrote:
The `print' command in `awk' adds automatically a `\n' at the end.  `a2p'
translates it just in a Perl `print' without adding a `\n'.

awk print output is followed by the value of ORS (newline by default). 
perl print output is followed by the value of $\ , which a2p sets
initially to \n.

  $ awk -F: '$3 == 0 { print $1 }' /etc/passwd 
  root
  $ echo '$3 == 0 { print $1 }' | a2p -F: | perl - /etc/passwd 
  root

The trivial example above works fine and a trailing newline is produced
in both cases.

a2p is not intended to produce a perfect machine-translation of awk code
to perl (please see the manual page under Considerations).  You may
need to modify the output.

Severity: grave
Justification: renders package unusable

While a2p may not be behaving as you expect, this does not render the
perl package unusable.

--bod


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



Bug#393302: msynctool: segmentation fault and assertion failure

2006-10-15 Thread Neil Williams
Package: multisync-tools
Version: 0.90.18-1+b1
Severity: important

Following the guide at:
http://www.opensync.org/wiki/SetupGuide
(there is no manpage)

$ msynctool --addgroup filefile
$ msynctool --addmember filefile file-sync
$ msynctool --showgroup filefile
Groupname: filefile
Member 1: file-sync
Configuration :
configpath/pathrecursiveFALSE/recursive/config

** ERROR **: file /tmp/buildd/opensync-0.18/opensync/opensync_env.c:
line 229 (osync_env_finalize): assertion failed: (env)
aborting...
Aborted

After editing the configuration as per the wiki:

$ gdb msynctool
(gdb) run --sync filefile
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47329868245728 (LWP 9461)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Synchronizing group filefile
The previous synchronization was unclean. Slow-syncing

---Type return to continue, or q return to quit---
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47329868245728 (LWP 9461)]
0x2b0bd6eb8d08 in osync_member_initialize () from
/usr/lib/libopensync.so.0


(gdb) bt
#0  0x2b0bd6eb8d08 in osync_member_initialize () from
/usr/lib/libopensync.so.0
#1  0x2b0bd6fd31e6 in osync_client_init () from
/usr/lib/libosengine.so.0
#2  0x2b0bd6fd462c in osengine_init () from
/usr/lib/libosengine.so.0
#3  0x0040383d in ?? ()
#4  0x2b0bd70fc4ca in __libc_start_main () from /lib/libc.so.6
#5  0x0040263a in ?? ()
#6  0x7fed2538 in ?? ()
#7  0x in ?? ()

This renders msynctool unusable on this system.

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

Versions of packages multisync-tools depends on:
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libglib2.0-0 2.12.4-1The GLib library of C routines
ii  libopensync0 0.18-2.2Synchronisation framework for emai

multisync-tools recommends no packages.

-- no debconf information


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



Bug#393305: graveman: communication error with cdrecord

2006-10-15 Thread Gleidson Echeli Leopoldo
Package: graveman
Version: 0.3.12-5-1
Severity: normal

After burn a cd image, the following message is showed:

Communication error with cdredord. Check that you have access to
cdrecord release 2.0!

Even so, the image is burned on cd and the cd is correctly mounted.


wodim version: 5:1.0~pre4-1.1


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

Versions of packages graveman depends on:
ii  cdrdao 1:1.2.1-7  records CDs in Disk-At-Once (DAO)
ii  cdrecord   5:1.0~pre4-1.1 Dummy package for transition to wo
ii  dvd+rw-tools   6.1-3  DVD+-RW/R tools
ii  libatk1.0-01.12.2-1   The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-4GNU C Library: Shared libraries
ii  libcairo2  1.2.4-1The Cairo 2D vector graphics libra
ii  libflac7   1.1.2-5Free Lossless Audio Codec - runtim
ii  libfontconfig1 2.4.1-2generic font configuration library
ii  libglade2-01:2.6.0-2  library to load .glade files at ru
ii  libglib2.0-0   2.12.3-2   The GLib library of C routines
ii  libgtk2.0-02.8.20-2   The GTK+ graphical user interface
ii  libid3tag0 0.15.1b-8  ID3 tag reading library from the M
ii  libmad00.15.1b-2.1MPEG audio decoder library
ii  libmng11.0.9-1Multiple-image Network Graphics li
ii  libogg01.1.3-2Ogg Bitstream Library
ii  libpango1.0-0  1.14.5-1   Layout and rendering of internatio
ii  libvorbis0a1.1.2-1The Vorbis General Audio Compressi
ii  libx11-6   2:1.0.0-9  X11 client-side library
ii  libxcursor11.1.7-4X cursor management library
ii  libxext6   1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-4  X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3  X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1X11 Xinerama extension library
ii  libxml22.6.26.dfsg-3  GNOME XML library
ii  libxrandr2 2:1.1.0.2-4X11 RandR extension library
ii  libxrender11:0.9.1-3  X Rendering Extension client libra
ii  mkisofs5:1.0~pre4-1.1 Creates ISO-9660 CD-ROM filesystem
ii  sox12.17.9-1  A universal sound sample translato
ii  vorbis-tools   1.1.1-6several Ogg Vorbis tools
ii  zlib1g 1:1.2.3-13 compression library - runtime

graveman recommends no packages.

-- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#388330: splashy: Suport for INTL (transations)

2006-10-15 Thread Luis Matos
followup-for: 388330
thanks

Hello there.

Today i checked out the trunk of splashy.

i noticed some g_print calls and some _() string statement.

Are you already in the way of closing this bug? I checkout with the idea
of starting to fill all strings that are sent out of splashy
translatable by add  _( ) to the strings and a #define _(string) string
into the files.

Then provide the unified diff into this bug.

I saw that some messages were not _(  ) and some are.

So... in resume, are you in the way of closing this bug?

Thanks.

-- 
Best Regards,
--
Luis Matos



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



Bug#393301: lvcreate: page allocation failure. order:2, mode:0xd0

2006-10-15 Thread Micha Lenk

Hi,

some nice proofs of the incredible load of more than 180 and other 
system details can be found here:

http://micha.lenk.info/debian/bugs/393301/

Bye
  Micha


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



Bug#393303: libmultisync-plugin-all: uninstallable because libmultisync-plugin-palm depends on libpisock8

2006-10-15 Thread Neil Williams
Package: libmultisync-plugin-all
Version: 0.82-6.1 
Severity: important

$ sudo apt-get install libmultisync-plugin-palm
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  libmultisync-plugin-palm: Depends: libpisock8 but it is not
installable
E: Broken packages

libpisock8 has been replaced by libpisock9 from pilot-link 0.12.


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


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



Bug#393304: APIC Error on CPU0: 00(00)

2006-10-15 Thread greg
Package: kernel-image-2.6.8-12-amd64-k8
Version: 2.6.8-16sarge4
 
The kernel throws 3 types APIC during normal executionerrors as follows,
 
kernel: APIC Error on CPU0: 00(00)
kernel: APIC Error on CPU0: 00(40)
kernel: APIC Error on CPU0: 40(40)
 
Install System:
Compaq Persario v5000.
Chip: Turion 64
 
This error is occurring on a newly installed debian sarge, 31r3, release. X is
not yet working or running. These errors are being generated to
/var/log/messages and the terminal TTY0. 
 
I can see that the error message is being printed from
kernel-source-2.6.8/arch/x86_64/kernel/acpi.c but I’m not clear how to
troubleshoot it more.
 
I’m guessing that the APIC is not being configured properly in the kernel. The
error also occurs of noapic and no nolapic is passed to the kernel on boot. 
 
Package: kernel-image-2.6.8-12-amd64-k8
Version: 2.6.8-16sarge4
 
The kernel throws 3 types APIC during normal executionerrors as follows,
 
kernel: APIC Error on CPU0: 00(00)
kernel: APIC Error on CPU0: 00(40)
kernel: APIC Error on CPU0: 40(40)
 
Install System:
Compaq Persario v5000.
Chip: Turion 64
 
This error is occurring on a newly installed debian sarge, 31r3, release. X is
not yet working or running. These errors are being generated to
/var/log/messages and the terminal TTY0. 
 
I can see that the error message is being printed from
kernel-source-2.6.8/arch/x86_64/kernel/acpi.c but I’m not clear how to
troubleshoot it more.
 
I’m guessing that the APIC is not being configured properly in the kernel. The
error also occurs of noapic and no nolapic is passed to the kernel on boot. 
 



Bug#392982: latex-cjk-common: package failed to install

2006-10-15 Thread LUK ShunTim
[EMAIL PROTECTED] wrote:
 Hi!
 
 Package failed to install. Here's the error message
 dpkg: error processing
 /var/cache/apt/archives/latex-cjk-common_4.6.0+cvs20060714
 -2_i386.deb (--unpack):
  trying to overwrite
 `/usr/share/texmf/tex/latex/CJK/standard.bdg', which is
 also in package latex-cjk
 
 Did you install an earlier version of latex-cjk before? 
 (For example from apt-get.org or Debian mentors?)

Yes, I got it from alioth. I think that's the problem.

 
 latex-cjk used to be one package which contained
 everything.
 
 The name latex-cjk is now a virtual package which will
 install *all* other subpackages.  These subpackages
 are: latex-cjk-  chinese, japanese, korean, thai, common.
 
 If this is indeed the problem, then I will upload a new
 version ASAP that will conflict with earlier versions
 of latex-cjk.
 
 I can't currently check out my own packages because of a
 broken computer. :-/
 
 I hope this helps.
 
 
 Danai SAE-HAN
 
 

Thanks very much,
ST
--



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



Bug#382120: This bug turns out to be related to running multiple local servers

2006-10-15 Thread H. S. Teoh
# This bug also occurs in unstable
tags 382120 -experimental

# This bug appears to be the same as the multi-head bug
severity 382120 important
merge 382120 390359
thanks

Hi, after upgrading to the latest xorg release in unstable and playing
around with my configuration, I discovered that this bug appears to be
related to #390359. I don't have a dual head config, but I do have
multiple X servers running locally off XDM (on different VT's). As I've
filed more information in #390359, I'm merging this bug.


T

-- 
Nearly all men can stand adversity, but if you want to test a man's
character, give him power. -- Abraham Lincoln


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



Bug#393301: lvcreate: page allocation failure. order:2, mode:0xd0

2006-10-15 Thread Micha Lenk

Hi again,

in userspace lvcreate did output following lines when trying to create 
the snapshot:


  device-mapper ioctl cmd 9 failed: Cannot allocate memory
  Couldn't load device 'mainvol-var_snap'.
  Problem reactivating origin var

From munin's memory watch I can't see any hint that there was a shotage 
of memory before the oops:

http://micha.lenk.info/debian/bugs/393301/memory-week.png

Bye
  Micha


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



Bug#393306: psmouse.c: TouchPad at isa0060/serio4/input0 lost sync

2006-10-15 Thread greg
Package: kernel-image-2.6.8-12-amd64-k8
Version: 2.6.8-16sarge4

The kernel keeps throwing the follow errors multiple times
kernel: TouchPad at isa0060/serio4/input0 lost sync at byte 4
kernel: TouchPad at isa0060/serio4/input0 lost sync at byte 1
kernel: TouchPad at isa0060/serio4/input0 - driver resynched

System:
Compaq Persario V5000 - Labtop
Chip: Turion64

The system is a newly installed unoffical amd64 sarge system. X is not running
the errors are being placed on the terminal, TTY0, and to /var/log/messages.

Output from uname -a
$uname -a
Linux deband64 2.6.8-12-amd64-k8 #1 Mon Jul 17 01:39:03 UTC 2006 x86_64 
GNU/Linux



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



Bug#392649: rtsigio does not work on alpha

2006-10-15 Thread Steve Langasek
On Sun, Oct 15, 2006 at 04:02:24PM +0200, Aurélien GÉRÔME wrote:
 It only appears on alpha and it is probably a kernel bug, because
 it works fine on other architectures. Therefore, I am setting the
 severity to important.

Sorry, the reasoning seems to be lost on me here.  The alpha binary package
is completely unusable, right?  That makes it a grave bug rather than an
important one.

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



Bug#392277: Re : Bug#392277: Want autocorrection of hostnames

2006-10-15 Thread Jason Spiro

MS Internet Explorer deals with nonexistent _hostnames_ by sending the
user to a URL such as one of the the following:

http://sea.search.msn.com/dnserror.aspx?FORM=DNSASq=.google.com
or:
http://auto.search.msn.com/response.asp?MT=.google.casrch=5prov=msnutf8

Near the middle of these pages there is a section, Did you intend to
go to one of these similar Web addresses? with a link directly to
Google.

(Those are the URLs that Internet Explorer 6.0.2800.1106IS on Windows
98 sends me to for the typos .google.com and .google.ca
respectively.)

Why don't we send users to MSN's DNS error corrector too? It's not
Debian's or Firefox's job to design online DNS correction services.
:-) Also, I'm sure MSN wouldn't mind the additional traffic to their
site.


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



Bug#393308: Thunderbird installs /usr/bin/thunderbird symlink, but will not launch

2006-10-15 Thread Marc Wilson
Package: thunderbird
Version: 1.5.0.7-3
Severity: normal

As above:

rei $ thunderbird

run-mozilla.sh: Cannot execute /usr/lib/icedove/thunderbird-bin.

rei $ dlocate /usr/bin/thunderbird
thunderbird: /usr/bin/thunderbird

rei $ ls -l /usr/bin/thunderbird
lrwxrwxrwx 1 root root 7 2006-10-15 18:25 /usr/bin/thunderbird - icedove*

If it's going to install a compatibility symlink, the least it could do
is work when you use it.


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

Versions of packages thunderbird depends on:
ii  icedove   1.5.0.7-3  free/unbranded thunderbird mail cl

thunderbird recommends no packages.

-- debconf information:
* thunderbird/browser: Debian


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



Bug#393309: ITP: libtemplate-latex-perl -- LaTeX support for the perl Template Toolkit

2006-10-15 Thread Recai Oktaş
Package: wnpp
Severity: wishlist

* Package name: libtemplate-latex-perl
  Version : 2.17
  Upstream Author : Andy Wardley [EMAIL PROTECTED]
* URL : 
http://mirrors.kernel.org/cpan/modules/by-module/Template/Template-Latex-2.17.tar.gz
* License : Perl
  Description : LaTeX support for the perl Template Toolkit
  This module is a wrapper of convenience around the Template Toolkit
  module, providing additional support for generating PDF, PostScript
  and DVI documents from LaTeX templates.
  .
  The Template Toolkit is a fast, powerful, flexible, and easily
  extensible template processing system written in Perl.

-- 
roktas


signature.asc
Description: Digital signature


Bug#393307: does not reconnect to gkrellmd

2006-10-15 Thread Joe Pfeiffer
Package: gkrellm
Version: 2.2.9-1
Severity: wishlist

When I'm using gkrellm to monitor the status of a remote system with
-server, it shows when the system goes down quite well.  But if the
system recovers and restarts gkrellmd, my local gkrellm doesn't appear
to ever try to reconnect, and I never see that it has recovered until
I restart gkrellm.

It could be argued that this should be the default behavior, but I
would like to at least have an option to keep retrying when the server
fails.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gkrellm depends on:
ii  libatk1.0-0  1.12.2-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcairo21.2.4-1 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.3-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-2The GTK+ graphical user interface 
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libpango1.0-01.14.5-1Layout and rendering of internatio
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libssl0.9.8  0.9.8c-3SSL shared libraries
ii  libx11-6 2:1.0.0-9   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

gkrellm recommends no packages.

-- no debconf information


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



Bug#393310: FTBFS on arm: error: size of array 'junk' is too large

2006-10-15 Thread Wookey
Package: schism_0.2a-3 

fails with:

if arm-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I./include 
-I./libmodplug -I. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT-g -O2 
-MT audio_playback.o -MD -MP -MF .deps/audio_playback.Tpo -c -o 
audio_playback.o audio_playback.cc; \
then mv -f .deps/audio_playback.Tpo .deps/audio_playback.Po; else 
rm -f .deps/audio_playback.Tpo; exit 1; fi
if arm-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -I./include 
-I./libmodplug -I. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT-g -O2 
-MT audio_loadsave.o -MD -MP -MF .deps/audio_loadsave.Tpo -c -o 
audio_loadsave.o audio_loadsave.cc; \
then mv -f .deps/audio_loadsave.Tpo .deps/audio_loadsave.Po; else 
rm -f .deps/audio_loadsave.Tpo; exit 1; fi
audio_loadsave.cc: In function 'void _save_it_instrument(int, FILE*, int)':
audio_loadsave.cc:523: error: overflow in array dimension
audio_loadsave.cc:523: error: size of array 'junk' is too large
make[4]: *** [audio_loadsave.o] Error 1

The offending line is:
byte junk[554 - sizeof(iti)];
which results in a negative array size.

iti is an ITINSRUMENT type, which is a struct like this:

containing lot of BYTE, CHAR *, WORD, DWORD etc vars.

oh dear.

The '554' appears to be fixed by the format.

This assumes that WORD is 2 bytes. This is not true on arm - it is 4
bytes. WORD needs to be defined to be 2 bytes, or uint_16 used instead
of WORD throughout.

Wookey
-- 
Aleph One Ltd, Bottisham, CAMBRIDGE, CB5 9BA, UK  Tel +44 (0) 1223 811679
work: http://www.aleph1.co.uk/ play: http://wookware.org/


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



Bug#388864: Stop! Wait!

2006-10-15 Thread Anand Kumria

Hello,

On 10/4/06, Lennart Poettering [EMAIL PROTECTED] wrote:

Hi!

I am not that happy with the suggested postinst script.

Two things:

First, please use mdns4 and mdns4_minimal modules instead of
mdns and mdns_minimal. Why? Because many broken programs (one of


Lennart's suggestions break network setups.

Network A: perfectly setup zeroconf network.

Network B: badly setup corporate site, which uses .local as the last
part of zonecut. That is, resources have names like
mailserver.corporate.local

Lennart's solution (in a private email exchange) was to have the
user install/uninstall libnss-mdns as required.

Let's make network B a, say, public wireless access point.

You can't know - in advance - whether or not any particular network is
setup correctly.


them being telnet) do host name lookups in a broken way: they first
try an ipv6 lookup and if that fails fall back to ipv4. In mDNS host


Option 1: break network setups

Option 2: induce a 10 second delay for people who mis-type a resource name.


Unfortunately do neither Avahi nor Apple Bonjour register both ipv6
and ipv4 addresses by default.


Incorrect. Apple register zeroconf entries with both A and 
records. Check the bonjour-dev mailing list. From memory, I started a
thread about this issue.


The ideal line has to look like this:

  hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4


Wrong. Breaks interoperability.


I strongly suggest following this advice of mine. To my knowledge this
line is nearly optimal. I know that Anand Kumria doesn't really
follow me in my argumentation and added some misleading documentation
to README.Debian. However, I am very unhappy with this situation.


The documentation is not misleading. You are simply misinformed about
this, and despite my repeated efforts, do not appear to understand the
problem.


Yes, it is a pity that we cannot add proper out-of-the-box support for
IPv6 to our zeroconf stack. But humm, that's the situation we have to
deal with.


No - avahi could register each name with both A and  records. I
haven't checked whether it does or does not. If not, I'd argue it is a
bug.

Anyway, the reason I didn't comment earlier is because your initial
patch was fine. This one isn't.

Anand


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



Bug#393312: fsck should run at shutdown, not startup, when possible

2006-10-15 Thread Jason Spiro

Package: initscripts
Version: 2.86.ds1-14.1
Severity: wishlist

Normally, fsck runs every 30th time I boot up. It would be great if,
when I shut down and a drive's mount count is 29, my PC should run
tell me it will run fsck then shut down. Then it should do so.

This would mean I wouldn't have to sit and watch while fsck runs.


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



Bug#393311: New upstream version 2.15 available at CPAN.

2006-10-15 Thread Recai Oktaş
Package: libtemplate-perl
Version: 2.14-1
Severity: wishlist

Hi,

I'm about to package Template::Latex (on behalf of Debian Perl group) which
requires Template 2.15.  Could it be possible to update this package in the
near future?  Let me know if I can help in any way.  Thanks for your
efforts.

Cheers,

-- 
roktas


signature.asc
Description: Digital signature


Bug#393313:

2006-10-15 Thread Jason Spiro

Package: e2fsprogs
Version: 1.39-1
Severity: wishlist

Debian GNU/Linux is sometimes frustrating and makes me want to go back
to using Windows. One example of this is when I am due for a
filesystem check. Windows gives me 10 seconds in which I can press any
key to cancel the check. If I don't press a key, then it starts the
check. But Linux takes away my control of my own computer. It runs the
check whether I want it to or not.

It would be great if I was warned 10 seconds before a boot-time check
ran, just like in Windows, and could postpone the check until next
boot. Remember, it's my PC, not yours. :-)

Regards,
Jason
fsck should allow me to postpone an fsck until next boot

Bug#392538: [Fwd: Bug#392538: music-applet: [INTL:sv] Swedish translation update]

2006-10-15 Thread Paul Kuliniewicz
On Thu, 2006-10-12 at 10:37 +0200, Adriaan Peeters wrote:
 Hi Paul,
 
 I received this Swedish translation for Music Applet. You might want to
 include it in the next release.

Thanks; I've checked it into my Arch repo and will include it in the
next release, whenever that turns out to be.


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


Bug#388330: splashy: Suport for INTL (transations)

2006-10-15 Thread Luis

Hello Luis,

Sure. There is no real need for Splashy to print i18n messages (or any
messages at all (the reasoning being that only STDERR messages are
printed during boot)). We just released Splashy 0.2.0 and 0.3.x branch
is in full force with a lot of changes. That branch will become 0.4.0
in a few days/months. I'll add gettext support just to close this bug
;-) _() and family.

On 10/15/06, Luis Matos [EMAIL PROTECTED] wrote:

followup-for: 388330
thanks

Hello there.

Today i checked out the trunk of splashy.

i noticed some g_print calls and some _() string statement.

Are you already in the way of closing this bug? I checkout with the idea
of starting to fill all strings that are sent out of splashy
translatable by add  _( ) to the strings and a #define _(string) string
into the files.

Then provide the unified diff into this bug.

I saw that some messages were not _(  ) and some are.

So... in resume, are you in the way of closing this bug?

Thanks.

--
Best Regards,
--
Luis Matos





--
)(-
Luis Mondesi
*NIX Guru

Kiskeyix.org

We think basically you watch television to turn your brain off, and
you work on your computer when you want to turn your brain on --
Steve Jobs in an interview for MacWorld Magazine 2004-Feb

No .doc: http://www.gnu.org/philosophy/no-word-attachments.es.html


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



Bug#392193: Please update program translation for the package shadow 1:4.0.18.1-3

2006-10-15 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey guys.

I'm doing some QA review, and I found out a few problems.


On 10/13/2006 10:48 AM, Andre Luis Lopes wrote:
 Christian Perrier escreveu:
You are noted as the last translator of the program translation for
the shadow Debian package.

This package was part of Debian Installer level 5 and though it is no more
counted in this level, it has reached a very good level of translation
which, as package maintainer, I'd like to keep for the release of Debian.

You will now have quite few chances to make final updates so you'd better
send an update as soon as possible. As counterpart, you have a formal
promise from the maintainers that ANY string change will be delayed unless
absolutely mandatory for a release critical issue.

I would be grateful if you could take the time and update it.
Please respect the Reply-To: field and send your updated translation to
[EMAIL PROTECTED]

This mail is CC'ed to translation teams as well as all D-I translation
coordinators.
 
Ok, attached you'll find an updated Brazilian Portuguese (pt_BR)
 translation. It was only one single fuzzy which was unfuzzied with no
 need for translation changes.

In this string:

#. Type: boolean
#. Description
#: ../passwd.templates:42
msgid 
It's a bad idea to use the root account for normal day-to-day activities, 
such as the reading of electronic mail, because even a small mistake can 
result in disaster. You should create a normal user account to use for those 
day-to-day tasks.
msgstr 
É uma má idéia usar a conta de root para atividades normais do dia-a-dia, 
como ler mensagens eletrônicas (e-mail), porque mesmo um erro pequeno pode 
resultar em um desastre. Você deveria criar uma conta de usuário normal e 
utilizá-la para essas tarefas do dia-a-dia.

The last line has a problem. I fixed this in the attached file.
I also find a small typo in another msgstr and I also fixed it in the
attached file. I didn't change translator header in the file.


Kind regards,

- --
Felipe Augusto van de Wiel (faw)
Debian. Freedom to code. Code to freedom!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQFFMuO+CjAO0JDlykYRAvoyAKCvYIQBDq2U1PSj9mOuw+JXM3qEagCfZgqU
DcpMOCf19kho6DAQQn/Wx9M=
=IMAa
-END PGP SIGNATURE-


pt_BR.po.gz
Description: GNU Zip compressed data


Bug#360829: xfonts-cronyx-75dpi: why culture::taiwanese?

2006-10-15 Thread Enrico Zini
On Thu, Oct 12, 2006 at 05:08:44PM +0300, Anton Zinoviev wrote:
 [Please keep the CC to [EMAIL PROTECTED]
 On Wed, Apr 05, 2006 at 01:51:37AM +0800, Dan Jacobson wrote:
  Package: xfonts-cronyx-75dpi
  Severity: wishlist
  The Description should say why Tag: culture::taiwanese is used in
  xfonts-cronyx-75dpi and xfonts-cronyx-100dpi.
 I don't understand how the tagging system works and I don't know what
 to do with this bug.  These fonts have nothing to do with the
 taiwanese culture and in my opinion the culture::* tags are not
 appropriate for most font packages.

I think that comes out of a wrong tag submission in the debtags website:
we have some, but luckily not too many.  I fixed the entry in the
reviewed tag repository; it'll take a while for the fix to get to the
Packages file, but I'll get there.

The culture::* tags are intended to be used when someone looks for
specific support for a given culture.  So an italian can look for
packages matching culture::italian to find spellcheckers, fortune
databases and so on.  A package can have many tags, so the
culture::russian tag doesn't mean that only the Russians use cyrillic:
if it's applicable, I can attach the culture::bulgarian and IIRC also
culture::mongolian (please tell me if there are more) tags to the font,
so that other people who use the Cyrillic script can find the fonts they
need.


 Is there some package or pseudopackage I should reassign this bug to?

You could use the 'debtags' package.

 Is there some text the package maintainers should read?

Not yet: we're currently finalizing some procedures and redoing the
editing interface: I plan to create some guidelines after that is done.


[ note for the other debtags-devel people: I'll be away for a week:
could you please attend to bug reports while I'm away? ]


Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#393314: FTBFS on arm, ia64, sparc: error: 'struct blkpg_ioctl_arg' has no member named 'data'

2006-10-15 Thread Wookey
Package: mdadm_2.5.4-1

These builds fail like this:

gcc -Wall -Werror -Wstrict-prototypes -ggdb -fomit-frame-pointer -Os 
-DSendmail=\/usr/sbin/sendmail -t\ -DCONFFILE=\/tmp/mdadm.conf\ 
-DCONFFILE2=\/etc/mdadm.conf\ -DDEBIAN  -c -o util.o util.c
In file included from util.c:34:
/usr/include/linux/blkpg.h:36: error: expected ':', ',', ';', '}' or 
'__attribute__' before '*' token
util.c: In function 'remove_partitions':
util.c:132: error: 'struct blkpg_ioctl_arg' has no member named 'data'
util.c:135: error: 'struct blkpg_ioctl_arg' has no member named 'data'
make[2]: *** [util.o] Error 1
make[2]: Leaving directory /build/buildd/mdadm-2.5.4'

The code in util.c is this:
struct blkpg_ioctl_arg a;   

struct blkpg_partition p;   



131 a.op = BLKPG_DEL_PARTITION;
132 a.data = (void*)p;
133 a.datalen = sizeof(p);
134 a.flags = 0;
135 memset(a.data, 0, a.datalen);
for (p.pno=0; p.pno  16; p.pno++)
ioctl(fd, BLKPG, a);


in /usr/inlcude/linux/blkpg.h we have:
struct blkpg_ioctl_arg {
int op;
int flags;
int datalen;
void __user *data;
};

It looks like __user is causing a problem. If I delete it then util.c builds OK.
__user is defined in linux/compiler.h

#ifdef __CHECKER__  

# define __user __attribute__((noderef, address_space(1)))  

#else   

# define __user 


If I set it to  __attribute__((noderef, address_space(1))) in blkpg.h then that 
build OK too.

So I really don't understand what gcc is whinging about.

I suspect this is really a gcc bug. What do the threee arches it breaks on have 
in common?

Wookey
-- 
Aleph One Ltd, Bottisham, CAMBRIDGE, CB5 9BA, UK  Tel +44 (0) 1223 811679
work: http://www.aleph1.co.uk/ play: http://wookware.org/


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



Bug#393316: liblircclient0 0.8.0-8 uninstallable in sid

2006-10-15 Thread Bryan Donlan
Package: liblircclient0
Version: 0.8.0-8
Severity: grave

The i386 binary of liblircclient0 0.8.0-8 depends on libc6 = 2.4-1,
which is not in sid. A rebuild against sid libraries is needed.

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

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

liblircclient0 recommends no packages.

-- no debconf information


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



Bug#393315: Dillo should show its toolbar and URL bar at startup

2006-10-15 Thread Jason Spiro

Package: dillo
Version: 0.8.5-4
Severity: important

AFAICT, the Debian standard /etc/dillorc is set so that Dillo does not
show its toolbar or URL bar. This leaves no obvious way to visit
websites other than www.dillo.org. (All other browsers in Debian seem
to show their toolbar at startup, except for Dillo.)

It would be much better if you set fullwindow_start=NO by default so
that the toolbar and URL bar were shown.

Cheers,
Jason Spiro


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



Bug#393320: RFP: yale -- environment for rapid prototyping of data mining applications

2006-10-15 Thread Kari Pahula
Package: wnpp
Severity: wishlist


* Package name: yale
  Version : 3.4
  Upstream Author : Ingo Mierswa et al.
* URL : http://rapid-i.com/
* License : GPL
  Programming Lang: Java
  Description : environment for rapid prototyping of data mining 
applications

 YALE (Yet Another Learning Environment) is a flexible open-source
 tool for knowledge discovery, machine learning experiments, and data
 mining applications. Experiments can be made up of a large number of
 arbitrarily nestable operators and their setup is described by XML
 files which can easily be created with a graphical user
 interface. Applications of YALE cover both research and real-world
 data mining tasks.
 .
 A modular operator concept allows the design of complex nested
 operator chains for a huge number of learning problems. The data
 handling is transparent to the operators. They do not have to cope
 with the actual data format or different data views - the YALE core
 takes care of the necessary transformations. YALE is widely used by
 researchers and in industry.
 .
 Use YALE and explore your data! Simplify the construction of
 experiments and the evaluation of different approaches. Try to find
 the best combination of preprocessing and learning steps or let YALE
 do that automatically for you. The graphical user interface and the
 XML based scripting language turn YALE into an integrated development
 environment (IDE) for machine learning and data mining. Furthermore,
 this concept defines a standardized interchange format for data mining
 experiments.


There is already a package called yale in Debian, so either one will
need a new name.


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



Bug#393317: ITP: teamspeak-client -- Very good Voice Chat

2006-10-15 Thread Le_Vert
Package: wnpp
Severity: wishlist
Owner: Adam Cécile (Le_Vert) [EMAIL PROTECTED]

* Package name: teamspeak-client
  Version : 2.0.32
  Upstream Author : TeamSpeak Systems [EMAIL PROTECTED]
* URL : http://www.goteamspeak.com/
* License : non-free
  Description : Very good Voice Chat

TeamSpeak is a quality, scalable application which enables people to speak
with one another over the Internet. TeamSpeak consists of both client and
server software. The server acts as a host to multiple client connections,
capable of handling literally thousands of simultaneous users. This results
in an Internet based teleconferencing solution that works in a variety of
applications such as team mates speaking with one another while playing
their favorite online game, small businesses cutting costs on long distance
charges, or for personal communication with friends and family.
.
This package contains the X client.
.
 Homepage: http://www.goteamspeak.com/

This software is not free at all. Binaries will works on i386 and seems
to work fine on amd64 with ia32-libs.

Package hosted at m.d.n:
dget 
http://mentors.debian.net/debian/pool/non-free/t/teamspeak-client/teamspeak-client_2.0.32-1.dsc

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



Bug#393318: FTBFS: configure: error: libetpan 0.42 support required

2006-10-15 Thread Roberto C. Sanchez
Package: etpan-ng
Version: 0.7.1-3
Severity: serious

This package failed to build in a Sid pbuilder.  Basically, today a new
version of libetpan was uploaded.  Now, etpan-ng fails to buid against
the new version.

Please see the attached build log for details.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


etpan-ng_0.7.1-3.build.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#393319: licq-plugin-qt: installation error

2006-10-15 Thread Adrian Bunk
Package: licq-plugin-qt
Version: 1.3.4-1
Severity: serious

(Reading database ... 142671 files and directories currently installed.)
Preparing to replace licq-plugin-qt 1.3.2-7 (using 
.../licq-plugin-qt_1.3.4-1_i386.deb) ...
Unpacking replacement licq-plugin-qt ...
dpkg: error processing /var/cache/apt/archives/licq-plugin-qt_1.3.4-1_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/applications/licq.desktop', which is also in 
package licq
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Preparing to replace licq 1.3.2-7 (using .../archives/licq_1.3.4-1_i386.deb) ...
Unpacking replacement licq ...
Errors were encountered while processing:
 /var/cache/apt/archives/licq-plugin-qt_1.3.4-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


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



Bug#391112: liferea 1.1.6 packaging

2006-10-15 Thread Luis Rodrigo Gallardo Cruz
Package: liferea
Followup-For: Bug #391112

I've done a first attempt. It was mostly a matter of adding 
build-depends. It seems to work propperly (as much as
one can expect for a development version, anyways). Are you
available for sponsoring? I do have a regular sponsor in case
you're not.

In any event, I won't try to do this upload until I try the
package for a couple days.

I attach the diff, in case you (or anyone else) wants to take a
look.
Index: debian/control
===
--- debian/control  (revisión: 39)
+++ debian/control  (copia de trabajo)
@@ -2,12 +2,13 @@
 Section: gnome
 Priority: optional
 Maintainer: Franz Pletz [EMAIL PROTECTED]
-Build-Depends: debhelper ( 4.0.0), libgtkhtml2-dev, libxul-dev, 
libgconf2-dev, libdbus-glib-1-dev, libsm-dev
+Uploaders: Luis Rodrigo Gallardo Cruz [EMAIL PROTECTED]
+Build-Depends: debhelper ( 4.0.0), libgtkhtml2-dev, libxul-dev, 
libgconf2-dev, libdbus-glib-1-dev, libsm-dev, libgnutls-dev, liblualib50-dev, 
libnotify-dev, libxml-parser-perl, libxslt1-dev
 Standards-Version: 3.7.2.0
 
 Package: liferea
 Architecture: any
-Depends: ${shlibs:Depends}, liferea-gtkhtml (=${Source-Version}) | 
liferea-xulrunner (=${Source-Version}), dbus-1-utils, gconf2
+Depends: ${shlibs:Depends}, ${misc:Depends}, liferea-gtkhtml 
(=${Source-Version}) | liferea-xulrunner (=${Source-Version}), dbus-1-utils
 Description: feed aggregator for GNOME
  Liferea is a simple FeedReader clone for GNOME. It is a reader for
  RSS/RDF feeds which also supports CDF channels, Atom/Echo/PIE feeds and
@@ -19,7 +20,7 @@
 
 Package: liferea-gtkhtml
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: gtkhtml-based rendering library for Liferea
  Liferea is a simple FeedReader clone for GNOME2. It is a reader for
  RSS/RDF feeds which also supports CDF channels, Atom/Echo/PIE feeds and
@@ -31,7 +32,7 @@
 
 Package: liferea-xulrunner
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: liferea-mozilla
 Conflicts: liferea-mozilla ( 1.0.17-1)
 Replaces: liferea-mozilla ( 1.0.17-1)
@@ -48,4 +49,6 @@
 Architecture: all
 Depends: liferea-xulrunner
 Description: transitional dummy package
-
+ This is a dummy package to ease transition from previous versions of liferea.
+ .
+ After the update is done, it can be safely removed.
Index: debian/changelog
===
--- debian/changelog(revisión: 39)
+++ debian/changelog(copia de trabajo)
@@ -1,3 +1,15 @@
+liferea (1.1.6-1) experimental; urgency=low
+
+  * New upstream release. (closes: #391112)
+- HTTPS.
+- lua scripting.
+  * Added long description to liferea-mozilla, to please lintian.
+  * Generate gconf2 dependency by using ${misc:Depends}, so that it's 
+properly versioned.
+  * Link html documentation from /usr/share/doc/liferea.
+
+ -- Luis Rodrigo Gallardo Cruz [EMAIL PROTECTED]  Sun, 15 Oct 2006 21:44:07 
-0500
+
 liferea (1.0.18-1) unstable; urgency=low
 
   * New upstream release. (Closes: #378645)
Index: debian/copyright
===
--- debian/copyright(revisión: 39)
+++ debian/copyright(copia de trabajo)
@@ -29,3 +29,35 @@
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in /usr/share/common-licenses/GPL-2 file.
 
+For xspf:
+Copyright (c) 2005, Fabricio Zuardi
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above
+  copyright notice, this list of conditions and the following
+  disclaimer in the documentation and/or other materials provided
+  with the distribution.
+
+* Neither the name of the author nor the names of its contributors
+  may be used to endorse or promote products derived from this
+  software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN 

Bug#393271: statoverride warning not useful

2006-10-15 Thread Henrique de Moraes Holschuh
On Sun, 15 Oct 2006, Frederik Eaton wrote:
 Package: hplip
 Version: 1.6.7-2
 Severity: normal
 
 When I run /etc/init.d/hplip, it says
 
   You are missing a dpkg-statoverride on /var/run/hplip.  Fix it, otherwise 
 you risk silent breakage on upgrades.
 
 I think that the warning would be much more useful if it explained

It would, but it is there so that I get bug reports instead of leaving
people wondering what is broken.  Anyway, how did you break the package
enough that it gave you that warning?  Do you recall if you had to do
anything weird in the last apt runs?  Did hplip finish configuring properly?

Anyway, the fix is simple: remove hplip and install it again.  It will fix
itself, as long as your system is in good shape enough for dpkg to work.

 pn  python   none  (no description available)
 pn  python-qt3   none  (no description available)
 pn  python-support   none  (no description available)

You are doing something weird when installing packages.  What?

 Versions of packages hplip recommends:
 pn  hpijs none (no description available)
 pn  hpijs-ppds | linuxprinting.or none (no description available)

You also need the above packages unless you *really* know better.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#393268: (no subject)

2006-10-15 Thread Gustavo Noronha Silva
Em Sun, 15 Oct 2006 21:52:04 +0200
Jaap van Wingerde [EMAIL PROTECTED] escreveu:

 gksu says the root password is wrong. When I type a wrong password
 gksu needs more time to display the wrong announcement. Now I can
 not use synaptic and krusader as superuser.

Can you please run this command from a terminal?:

 $ gksu -d synaptic

Remember to remove the root password from the output.

Thanks,

-- 
  Gustavo Noronha Silva [EMAIL PROTECTED]
http://www.debian.org/ | http://kov.eti.br/


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



Bug#391062: [Pkg-octave-devel] Re: Bug#391062: libinline-octave-perl: Doesn't work, Inline can't find Octave

2006-10-15 Thread Bhaskar Manda

Hello,

Running the examples from /usr/share/doc results in the same errors.
Inline doesn't seem to find the module for Octave. This is on amd64. I
do not have the problem on i386.

Thanks.


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



Bug#391768: Please update debconf PO translation for the package exim4 4.63-4.0

2006-10-15 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/08/2006 04:51 PM, Andre Luis Lopes wrote:
 [EMAIL PROTECTED] escreveu:
Today, I notified you of a needed update for exim4 translations.

Unfortunately, I misunderstood the maintainer's intentions and the templates
were not yet ready for being translated...

Please accept my apologies for the misunderstanding, especially those of you
who ALREADY did send updates. They will be used anyway, but I'm afraid that
you will have A LOT of other updates to do for exim4.

Again, please accept my apologies
 
 
Don't worry, be happy :-) I've just merged the translations and
 updated what was in need of updates. The attached file is the final
 result of my work against this last batch of updates from Exim maintainers.

Hey! Me again! :)

Another QA review, some path problems and typos. Attached
the fixed file.

Kind regards,

- --
Felipe Augusto van de Wiel (faw)
Debian. Freedom to code. Code to freedom!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQFFMukBCjAO0JDlykYRAnkvAKCkMeTUGVvBCDy1xMzgbq13hmA65QCfek/3
nT7gmlSmA2PhpgEL4c8g9s4=
=1QoC
-END PGP SIGNATURE-


pt_BR.po.gz
Description: GNU Zip compressed data


Bug#389294: [Fwd: Bug#389294: lcdproc_0.5.0-1(hppa/unstable): FTBFS: bad compiler opts?]

2006-10-15 Thread Grant Grundler
On Tue, Oct 03, 2006 at 03:07:31PM +0200, Jos? Luis Tall?n wrote:
 Hi, Guys.
 
 I don't have the resources needed (access to any HPPA machine), nor
 the knowledge (I suspect) to fix this. Could anybody take a look and
 suggest a fix?
 
 It does work in all other arches, and I don't know why this is failing.

hrm...minor bug in a config script or makefile maybe.

...
  hppa-linux-gnu-gcc -fPIC -Wall -Wall -O3 -Wno-unused-function -b  -o 
  bayrad.sl  bayrad.o  
  hppa-linux-gnu-gcc: bayrad.sl: No such file or directory
  hppa-linux-gnu-gcc: unrecognized option '-b'

gcc --help on hppa says:
  -b machine Run gcc for target machine, if installed

My guess is -b parsing took -o as the machine type and barfed
in a stupid way.  Obviously bayrad.sl won't exist since we expect
it to be an output but the compiler thinks it's an input.

Figure out why -b is issued without a corresponding parameter that will
likely solve the problem.

hth,
grant


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



Bug#393323: resolvconf: /lib/resolvconf/list-records missing

2006-10-15 Thread Bill Wohler
Package: resolvconf
Version: 1.35
Severity: normal

When booting after a recent update on an etch system, I get the
following message:

Setting up resolvconf...run-parts: /etc/resolvonf/update.d/libc exited
with return code 1
failed.

The last line was in red (ooo!). Looking at
/etc/resolvonf/update.d/libc, I see that the script failed because
/lib/resolvconf/list-records is missing. Since the libc file is in the
resolvconf package, I see two solutions:

1. If /lib/resolvconf/list-records is optional, then the libc script
   should exit with status 0 if the command is missing.

2. If it is required, then the resolveconf package should install
   list-records, or provide the required dependency.

I suppose the output of run-parts should have redirected to /dev/null to
clean up the boot message:

Setting up resolvconf...failed.

Thanks, Thomas. You sure do get around ;-).


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (80, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages resolvconf depends on:
ii  coreutils 5.97-5 The GNU core utilities
ii  debconf [debconf-2.0] 1.5.5  Debian configuration management sy
ii  lsb-base  3.1-15 Linux Standard Base 3.1 init scrip

resolvconf recommends no packages.

-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD


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



Bug#393322: old debhelper compatibility levels

2006-10-15 Thread Roberto C. Sanchez
Package: nmh
Version: 1.1-release-4
Severity: minor

This package is still using old debhelper compatibility levels:

dh_installchangelogs: Compatibility levels before 4 are deprecated.
dh_link
dh_link: Compatibility levels before 4 are deprecated.
dh_strip
dh_strip: Compatibility levels before 4 are deprecated.
dh_compress
dh_compress: Compatibility levels before 4 are deprecated.
dh_fixperms
dh_fixperms: Compatibility levels before 4 are deprecated. 

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#393041: kdesu no longer accepts correct password

2006-10-15 Thread Kyle Hamar

Forwarded to correct bug report in plan text= bug 393041


Today I installed a from scratch etch Debian with all current packages for KDE.

After a brief time, KDE stopped accepting my root password for simple tasks 
such as setting date and time from control center.

This bug also prevents running some other applications such as synaptic.

KPackage is unaffected for some reason.



Until this is fixed, a work around is to add yourself to the sudoers file. This 
will allow running various control center apps from the command line like:

#sudo kcmshell kde-clock.desktop



If your shell refuses to use the current display, try 
#xhost + 


This problem has been confirmed by a few persons now in #debian-kde






















Bug#393325: [EMAIL PROTECTED]: delete site from list of mirrors]

2006-10-15 Thread Andrew Pollock
Package: mirrors

- Forwarded message from Roberto Lumbreras [EMAIL PROTECTED] -

X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on 
caesar.andrew.net.au
X-Spam-Level: 
X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50,FORGED_RCVD_HELO 
autolearn=ham version=3.1.4
From: Roberto Lumbreras [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: delete site from list of mirrors
Mail-Followup-To: Roberto Lumbreras [EMAIL PROTECTED], [EMAIL PROTECTED]

This mail is to request you to delete ftp.dat.etsit.upm.es from the
list of Debian mirrors.

Nowadays it is not working, and site admins told me there is no estimated
time for recovering it.

Regards,
-- 
Roberto Lumbreras   .''`.
rover : :' : debian.org
Debian Developer   `. `' 
 `-  

- End forwarded message -


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



Bug#366170: thinkpad-source fails to compile (kernel 2.6.17-rc3): expected ) before string constant

2006-10-15 Thread Bill Wohler
Package: thinkpad-source
Version: 5.9-2.1
Severity: normal

Me too. This is now the 2.6.17 kernel in etch. 


/usr/bin/make  -f debian/rules binary-modules
make[1]: Entering directory `/usr/src/modules/thinkpad'
cd 2.6/drivers  /usr/bin/make
make[2]: Entering directory `/usr/src/modules/thinkpad/2.6/drivers'
/usr/bin/make -C /lib/modules/2.6.17-2-686/build 
SUBDIRS=/usr/src/modules/thinkpad/2.6/drivers modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.17-2-686'
  CC [M]  /usr/src/modules/thinkpad/2.6/drivers/thinkpad.o
In file included from 
/usr/src/modules/thinkpad/2.6/drivers/../include/thinkpad_common.h:80,
 from /usr/src/modules/thinkpad/2.6/drivers/thinkpad.c:49:
/usr/src/modules/thinkpad/2.6/drivers/../include/rtcmosram.h:171: warning: 
'packed' attribute ignored
/usr/src/modules/thinkpad/2.6/drivers/thinkpad.c:95: error: expected ')' before 
string constant
/usr/src/modules/thinkpad/2.6/drivers/thinkpad.c:97: error: expected ')' before 
string constant
/usr/src/modules/thinkpad/2.6/drivers/thinkpad.c:99: error: expected ')' before 
string constant
/usr/src/modules/thinkpad/2.6/drivers/thinkpad.c:101: error: expected ')' 
before string constant
/usr/src/modules/thinkpad/2.6/drivers/thinkpad.c: In function 'thinkpad_ioctl':
/usr/src/modules/thinkpad/2.6/drivers/thinkpad.c:239: warning: 
'inter_module_put' is deprecated (declared at include/linux/module.h:567)
/usr/src/modules/thinkpad/2.6/drivers/thinkpad.c:254: warning: 
'inter_module_put' is deprecated (declared at include/linux/module.h:567)
/usr/src/modules/thinkpad/2.6/drivers/thinkpad.c:269: warning: 
'inter_module_put' is deprecated (declared at include/linux/module.h:567)
make[4]: *** [/usr/src/modules/thinkpad/2.6/drivers/thinkpad.o] Error 1
make[3]: *** [_module_/usr/src/modules/thinkpad/2.6/drivers] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.17-2-686'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/usr/src/modules/thinkpad/2.6/drivers'
make[1]: *** [build-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/thinkpad'
make: *** [kdist_image] Error 2

-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD


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



Bug#393326: [EMAIL PROTECTED]: Re: www.it.debian.org]

2006-10-15 Thread Andrew Pollock
Package: mirrors

- Forwarded message from Matt Kraai [EMAIL PROTECTED] -

X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on 
caesar.andrew.net.au
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_50 autolearn=ham 
version=3.1.4
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc: debian-www@lists.debian.org
Subject: Re: www.it.debian.org
From: Matt Kraai [EMAIL PROTECTED]

On Mon, Sep 18, 2006 at 12:41:41PM +0200, Marco d'Itri wrote:
 I manage this WWW mirror but I am going to kill it soon because it does
 not receive enough traffic to justify running it.
 Please remove it from DNS and stop pushing updates and then let me know
 when I can shut down the box.

Since setting up web mirrors seems to be handled by [EMAIL PROTECTED], 
I assume they are supposed to handle tearing them down too.

-- 
Matt

- End forwarded message -


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



Bug#393330: FTBFS with new libetpan

2006-10-15 Thread Roberto C. Sanchez
Package: sylpheed-claws-gtk2
Vesion: 2.5.5-1
Severity: serious

This package now fails to build with the new 0.47-1 version of libetpan.

Please see the attached build log for details.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


sylpheed-claws-gtk2_2.5.5-1.build.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#316180: Preliminary diagnosis

2006-10-15 Thread Daniel Burrows
  As this is an RC bug, I've been investigating it a little.  Here's
what I've determined so far:

  (a) debugging SVGALib programs sucks.  (sorry, had to get that off my
  chest :) )

  (b) The proximate cause of the crash is invoking memset with a pointer
  to unallocated memory.  This is done when the program tries to
  draw into a NULL graph buffer (so it calculates an offset of X
  from 0 and crashes...)

  (c) The graph buffer is properly initialized when SVGALib starts up.

  (d) The graph buffer remains initialized until a function called
  rawmode_init() is invoked.  rawmode_init() has no documentation,
  does not exist in any header in /usr/include, and turns up nothing
  useful on Google, except that it looks like it has something to
  do with the keyboard (maybe it's supposed to put the terminal
  into raw mode?).  In particular, I can't see why calling it
  should scribble on the program's memory.

  (e) If I comment out the call to rawmode_init(), the program runs
  successfully and gets to a menu ... then it just hangs.  I
  hypothesize that it can't read from the keyboard because the
  keyboard isn't in raw mode.

  (f) I am seriously wondering whether porting the whole *$# thing to
  SDL wouldn't be easier than trying to make the svgalib version
  work as expected.

  Daniel


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



Bug#393328: FTBFS: error: Could not locate LDAP (libldap2-dev) package

2006-10-15 Thread Roberto C. Sanchez
Package: sendmail
Version: 8.13.8-2
Severity: serious

During build, sendmail fails to find libldap.  Please see the attached
build log for details.

Note, this happened with a test version of cyrus-sasl2 which had ldap
support disabled.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


sendmail_8.13.8-2.build.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#393331: FTBFS with new libetpan

2006-10-15 Thread Roberto C. Sanchez
Package: sylpheed-claws-gtk2-extra-plugins
Version: 2.5.0~rc3-1
Severity: serious

This package now fails to build with the new 0.47-1 version of libetpan.
Please see the attached build log for details.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


sylpheed-claws-gtk2-extra-plugins_2.5.0~rc3-1.build.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#393327: [EMAIL PROTECTED]: change path for secondary mirrors]

2006-10-15 Thread Andrew Pollock
Package: mirrors

- Forwarded message from Administrador RedUBA [EMAIL PROTECTED] -

X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on 
caesar.andrew.net.au
X-Spam-Level: **
X-Spam-Status: No, score=2.1 required=3.0 tests=BAYES_80,FORGED_RCVD_HELO 
autolearn=no version=3.1.4
Subject: change path for secondary mirrors
From: Administrador RedUBA [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 
(mailer.ccc.uba.ar [157.92.4.25]); Wed, 20 Sep 2006 15:30:31 -0300 (ART)
X-Virus-Scanned: ClamAV 0.88.4/1912/Wed Sep 20 12:34:08 2006 on 
mailer.ccc.uba.ar
X-Virus-Status: Clean
X-MIME-Autoconverted: from 8bit to quoted-printable by mailer.ccc.uba.ar id 
k8KIUSpQ034711

Dear administrators:

We would like to change the path for our mirror (ftp.ccc.uba.ar) via http
from:

/download/pub/linux/debian/debian/

to

/pub/linux/debian/debian/

Yours sincerely.

Administrador RedUBA
Centro de Comunicación Científica
Universidad de Buenos Aires


- End forwarded message -



Bug#393329: After seemingly successful install on Turion X2 system, freeze on boot

2006-10-15 Thread Carl Fink
Package: linux-image-2.6.17-2-k7-smp
Severity: important

I installed Etch on my HP Pavilion DV6119US, which uses a Turion X2 TL-50
dual-core processor.  After the install completed, I tried to boot off the
Linux partition, but received this message:

Checking TSC synchronization across 2 CPUs

And then nothing.  Solid freeze requiring power-off to restart.  Once in six
attempts at booting, after the above line I got:

CPU#0 had 2672658 usecs, TSC skew, fixed it up

And THEN a solid freeze.

The system works flawlessly under Windows Media Center Edition and when
booted from Knoppix CD.  I swapped RAM without changing anything.

Any suggestions?

Note that I've already reported this problem as bug#392895 (against the
installer).  Thinking about it, I actually suspect it's a kernel problem,
not an installer problem.  If you concur, you can (I believe) reassign
392895 as a dupe of this one.

Thank you for all your work on making Debian what it is.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')


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



Bug#393324: [EMAIL PROTECTED]: Mirroring provided by mirror.direct.ca]

2006-10-15 Thread Andrew Pollock
Package: mirrors

- Forwarded message from [EMAIL PROTECTED] -

X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on 
caesar.andrew.net.au
X-Spam-Level: 
X-Spam-Status: No, score=1.0 required=3.0 tests=BAYES_50,NO_REAL_NAME 
autolearn=no version=3.1.4
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Mirroring provided by mirror.direct.ca

Good Day,

I am a system administrator for the mirror services mirror.direct.ca at Look
Communications and wish to inform you that we will be shutting down the
mirror service indefinately. Unfortunately we have no other alternatives for
hosting the Debian mirror at another location as we are shutting down all of
our mirror related services for cost reasons. We may be able to return to
mirroring again in the future however I am not sure when that will be, if it
does happen.

Thank you for your time. Cheers.

Dennis Wolfenden
Look Communications Inc.
Office: 905-693-0393 Ext 3148
Cellular: 416-937-4502
Cellular: 416-450-2409
Email: [EMAIL PROTECTED]
World Wide Web: www.look.ca www.look.ca 
 
Where's the kaboom? There's supposed to be an earth-shattering kaboom!
 - Marvin Martian



- End forwarded message -


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



Bug#369102: x11proto-render-dev: Dummy package still needed?

2006-10-15 Thread Drew Parsons
 your package builds 'render-dev' for transitional purposes. 
 Is this dummy still needed after resolving these 2 occurrences?

Because render-dev is a real package in sarge, it's appropriate to
retain the transition package in etch.  For instance, some users may
have their own programs which use render-dev, they need a safe upgrade
path.

We can ditch the transition package after etch is released.

Drew


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



Bug#392207: Fw: BadWindow problem still exists

2006-10-15 Thread Stephen Kitt
FYI

Begin forwarded message:

Date: Mon, 16 Oct 2006 10:35:41 +1000
From: Samuel Moffatt [EMAIL PROTECTED]
To: Stephen Kitt [EMAIL PROTECTED]
Subject: Re: BadWindow problem still exists


After a downgrade (back to 20061001 so that I could watch some things)
and upgrade again it seems to be working, probably didn't upgrade when I
thought it did.

Apologies for this, scratch my report.

Kind Regards,
Sam

On Sat, 2006-10-14 at 11:10 +0200, Stephen Kitt wrote:
 On Sat, Oct 14, 2006 at 02:26:52PM +1000, Samuel Moffatt wrote:
  vlc 0.8.6-svn20061012.debian-1
  vlc-nox 0.8.6-svn20061012.debian-1
 
 Which version of libvlc0 do you have installed?
 
 Upgrading vlc and libvlc0 to 0.8.6-svn20061012.debian-1 fixed this problem
 for me.
 
 Regards,
 
 Stephen
 
 



-- 
   __| |  /_ )   Stephen KittNo generalization is false.
 \__ \ .  __|  [EMAIL PROTECTED]-- Parallax
 /_|\_\


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



Bug#393333: apt: Most debian package archives are partial and apt does not handle the case

2006-10-15 Thread Marcell Gal
Package: apt
Version: 0.6.45
Severity: important

apt-get update and most apt-get install operations return error that some file 
cannot be found in the archive. 
Knowing that the archives are big (though they should be complete if sync-ed 
with rsync), this might be normal, but apt should handle the case and locate 
the missing file elsewhere (instead of failing to complete the operation). 
apt-get is a wonderful tool, but despite the much effort in the consistent 
debian package system, under actual circumstances apt-get fails to deliver the 
promised easy installation. 
This is an important bug that often prevents the usage of apt-get (without 
making it unusable for everyone). At the same time, this locator service would 
be able to provide for MD5sum-s that would enhance security.

   Marcell

This is an apt-get update example, which might be server specific AFAIK (and 
locator service might not be much use), but the problem is similar for debian 
packages that could be serviced from elsewhere:
Get:29 2006-09-25-1317.20.pdiff [83.2kB]  
Get:30 2006-09-25-1317.20.pdiff [83.2kB]
Fetched 12B in 24s (0B/s)  
Failed to fetch 
http://non-us.debian.org/dists/unstable/non-US/main/binary-i386/Packages.gz  
404 Not Found
Failed to fetch 
http://non-us.debian.org/dists/unstable/non-US/contrib/binary-i386/Packages.gz  
404 Not Found
Failed to fetch 
http://non-us.debian.org/dists/unstable/non-US/non-free/binary-i386/Packages.gz 
 404 Not Found
Failed to fetch 
http://ftp.debian.org/debian/dists/testing/main/binary-i386/PackagesIndex  
MD5Sum mismatch
Failed to fetch 
http://ftp.de.debian.org/debian/dists/testing/main/binary-i386/PackagesIndex  
MD5Sum mismatch
Failed to fetch 
http://ftp.hu.debian.org/debian/dists/testing/main/binary-i386/PackagesIndex  
MD5Sum mismatch
Reading package lists... Done
W: Couldn't stat source package list http://ftp.debian.org testing/main 
Packages 
(/var/lib/apt/lists/ftp.debian.org_debian_dists_testing_main_binary-i386_Packages)
 - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org testing/main 
Packages 
(/var/lib/apt/lists/ftp.de.debian.org_debian_dists_testing_main_binary-i386_Packages)
 - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.hu.debian.org testing/main 
Packages 
(/var/lib/apt/lists/ftp.hu.debian.org_debian_dists_testing_main_binary-i386_Packages)
 - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.debian.org testing/main 
Packages 
(/var/lib/apt/lists/ftp.debian.org_debian_dists_testing_main_binary-i386_Packages)
 - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org testing/main 
Packages 
(/var/lib/apt/lists/ftp.de.debian.org_debian_dists_testing_main_binary-i386_Packages)
 - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.hu.debian.org testing/main 
Packages 
(/var/lib/apt/lists/ftp.hu.debian.org_debian_dists_testing_main_binary-i386_Packages)
 - stat (2 No such file or directory)


-- apt-config dump --

APT ;
APT::Architecture i386;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Cache-Limit 1500;
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;
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;
DPkg::Post-Invoke:: test -f /var/run/zope.restart  invoke-rc.d zope restart 
; rm -f /var/run/zope.restart;

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


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

#
#  cleaned when playing with dselect :(
# feel free to correct it
# Cell

#deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-1 
(20020718)]/ unstable contrib main non-US/contrib non-US/main

#deb http://security.debian.org/ potato/updates main contrib non-free
#deb http://ftp.hu.debian.org/debian potato main contrib non-free
#deb http://debian.inf.elte.hu/debian potato main contrib non-free
#deb cdrom:[Debian GNU/Linux 3.0 _Woody_ - fsn.hu's i386 Binary-8 (20020218)]/ 
unstable contrib main non-US/contrib non-US/main non-US/non-free non-free
#deb cdrom:[Debian GNU/Linux 3.0 _Woody_ - fsn.hu's i386 Binary-7 (20020218)]/ 
unstable contrib main non-US/contrib non-US/main non-US/non-free 

Bug#393332: linux-image-2.6.18-1-686 requires modern yaird

2006-10-15 Thread Arieh Skliarouk
package: linux-image-2.6.18-1-686version: 2.6.18-2I had yaird of version 0.0.12-8, and installation of linux-image-2.6.18-1-686 failed with following error:Setting up linux-image-2.6.18-1-686 (2.6.18-2
) ...Running depmod.Finding valid ramdisk creators.Using mkinitrd.yaird to build the ramdisk.yaird error: bad value in /boot/config-2.6.18-1-686: CONFIG_DEFCONFIG_LIST=/lib/modules/$UNAME_RELEASE/.config (fatal)
mkinitrd.yaird failed to create initrd image.Failed to create initrd image.dpkg: error processing linux-image-2.6.18-1-686 (--configure):subprocess post-installation script returned error exit status 9
dpkg: dependency problems prevent configuration of linux-image-2.6-686:linux-image-2.6-686 depends on linux-image-2.6.18-1-686; however: Package linux-image-2.6.18-1-686 is not configured yet.dpkg: error processing 
linux-image-2.6-686 (--configure):dependency problems - leaving unconfiguredErrors were encountered while processing:linux-image-2.6.18-1-686linux-image-2.6-686E: Sub-process /usr/bin/dpkg returned an error code (1)
After I upgraded yaird to version 0.0.12-18, the linux-image-2.6.18-1-686 finished installation without a hitch.Make linux-image-2.6.18-1-686 to depend on yaird 0.0.12-18 or the one that works.-- Arieh


Bug#393295: translucency-source: Doesn't build with 2.6.18

2006-10-15 Thread Bernhard M. Wiedemann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

The current releases are intended for 2.4.x kernels only
I never ported translucency to 2.6.18 mostly for the reason that the 
fundamental design of translucency is just a hack 
(which btw was really great to study how applications interact with the 
kernel though system calls) and that all 2.6.x kernels lack the required 
syscall_table symbol export.

I found unionfs to be quite usable on recent 2.6.1x kernels
http://www.am-utils.org/project-unionfs.html
or
apt-get install unionfs-source unionfs-utils

Ciao
Bernhard M.
-BEGIN PGP SIGNATURE-

iD8DBQFFMxL7STYLOx37oWQRAo08AJwPqsbClAdLYEdLgH2HdrPbHQAFlgCgkf/S
Y63VGKl33BJrEF/FUjVNwAg=
=5bOj
-END PGP SIGNATURE-



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



Bug#389848: heimdal-clients: krb4 dropped from klist, but not from klist(1)

2006-10-15 Thread Brian May
 Ivan == Ivan Jager [EMAIL PROTECTED] writes:

Ivan I realize krb4 support was intentionally dropped
Ivan (Bug#315059), but this breaks libzephyr3-krb as pointed out
Ivan by pnelson.

krb4 support will not be coming back. kerberos4kth was obsolete,
likely to have security bugs, linking with heimdal with kerberos4kth
libraries was complicated, kerberos4kth had numerous RC bugs, no
longer maintained upstream, and is now orphaned. etc.
-- 
Brian May [EMAIL PROTECTED]


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



Bug#393000: [INTL:gu] Gujarati menu translation updates

2006-10-15 Thread Kartik Mistry

Package: menu
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find the attached Gujarati translation updates of the menu package.

--
Regards,
--
Kartik Mistry   | kartik.freemind.in
0xD1028C8D  | kartikm.wordpress.com
---
# Gujarati translation of Menu section
# Copyright (C) 2003
# This file is distributed under the same license as the menu package.
# Bill Allombert [EMAIL PROTECTED], 2003.
# 
# Kartik Mistry [EMAIL PROTECTED], 2006
#
msgid 
msgstr 
Project-Id-Version: menu-section 2.1.9-3\n
POT-Creation-Date: 2003-04-03 12:14+0100\n
PO-Revision-Date: 2006-10-14 20:27+0530\n
Last-Translator: Kartik Mistry [EMAIL PROTECTED]\n
Language-Team: Gujarati [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#.  First level entry
#.  All following 2nd level entries go under it
#.  From menu policy (/usr/share/doc/pdebian-policy/menu-policy.txt.gz): 
#.  normal applications
msgid Apps
msgstr કાર્યક્રમો

#.  Second level entry under Apps
#.  Menu policy definition: interactive database programs
msgid Databases
msgstr ડેટાબેઝ
 
#.  Second level entry under Apps
#.  Menu policy definition: text editors, word processors
msgid Editors
msgstr સંપાદકો

#.  Second level entry under Apps
#.  Menu policy definition: educational and training programs
msgid Education
msgstr શિક્ષણ

#.  Second level entry under Apps
#.  Menu policy definition: wine, dosemu, etc.
msgid Emulators
msgstr ઇમ્યુલેટર્સ

#.  Second level entry under Apps
#.  Menu policy definition: image manipulation
msgid Graphics
msgstr ગ્રાફિક્સ

#.  Second level entry under Apps
#.  Menu policy definition: anything relating to ham (amateur) radio
msgid Hamradio
msgstr હેમરેડિઓ

#.  Second level entry under Apps
#.  Menu policy definition: math related programs
msgid Math
msgstr ગણિત

#.  Second level entry under Apps
#.  Menu policy definition: network programs that don't fit elsewhere
msgid Net
msgstr નેટ

#.  Second level entry under Apps
#.  Menu policy definition: debuggers, etc.
msgid Programming
msgstr પ્રોગ્રામિંગ

#.  Second level entry under Apps
#.  Menu policy definition: scientific programs
msgid Science
msgstr વિજ્ઞાન

#.  Second level entry under Apps
#.  Menu policy definition: simple apps, like clocks, that perform only one task
msgid Tools
msgstr સાધનો

#.  Second level entry under Apps
#.  Menu policy definition: technical stuff
msgid Technical
msgstr તકનીકી

#.  Second level entry under Apps
#.  Menu policy definition: text oriented tools other than editors
msgid Text
msgstr લખાણ

#.  Second level entry under Apps
#.  Menu policy definition: bash, ksh, zsh, etc.
msgid Shells
msgstr શેલ્સ

#.  Second level entry under Apps
#.  Menu policy definition: sound players and editors
msgid Sound
msgstr ધ્વનિ

#.  Second level entry under Apps
#.  Menu policy definition: image viewers
#.  Maybe also applications which able users to view some specific data
#.  such as PDF, images, Postscript...
msgid Viewers
msgstr દર્શકો

#.  Second level entry under Apps
#.  Menu policy definition: system administration and monitoring tools
msgid System
msgstr સિસ્ટમ

#.  First level entry
#.  Menu policy definition: games and recreations
msgid Games
msgstr રમતો

#.  Second level entry under Games
#.  Menu policy definition: walk around virtual space, zork, MOO's, etc
#.  All adventure-style games (often includes RPG)
msgid Adventure
msgstr સાહસ

#.  Second level entry under Games
#.  Menu policy definition: any game where reflexes count
msgid Arcade
msgstr અર્કાડે

#.  Second level entry under Games
#.  Menu policy definition: games played on a board
#.  Board-style games such as Mastermind, Yahtzee, Mahjongg
msgid Board
msgstr બોર્ડ

#.  Second level entry under Games
#.  Menu policy definition: games involving a deck of cards
msgid Card
msgstr કાર્ડ

#.  Second level entry under Games
#.  Menu policy definition: tests of ingenuity and logic
#.  one-player games most often...or games which need the player to think..:-)
msgid Puzzles
msgstr કોયડાઓ

#.  Second level entry under Games
#.  Menu policy definition: Simulations of the real world (Flight
#.  Simulators, for example)
msgid Simulation
msgstr સિમ્યુલેશન

#.  Second level entry under Games
#.  Menu policy definition: games derived from real world sports
msgid Sports
msgstr રમતો

#.  Second level entry under Games
#.  Menu policy definition: games involving long term strategic thinking
msgid Strategy
msgstr રણનીતિ

#.  Second level entry under Games
#.  Menu policy 

Bug#305053: java-package: Bug still there in version 0.28

2006-10-15 Thread Vincent Lönngren
Package: java-package
Version: 0.28
Followup-For: Bug #305053

The bug is present in version 0.28.

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

Versions of packages java-package depends on:
ii  debhelper 5.0.37.3   helper programs for debian/rules
ii  fakeroot  1.5.10 Gives a fake root environment
ii  unzip 5.52-9 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information


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



Bug#393017: Additional info

2006-10-15 Thread Niko Tyni
On Mon, Oct 16, 2006 at 12:03:53AM +0200, Jose Carlos Garcia Sogo wrote:
 
  It is worth mentioning that upstream seems inactive, the CVS cannot be
  accessed, the mailing lists are silent, and the last release is from
  2003.
  
  May be this should be removed from the archive...
 
   The only piece of software depending on it is smokeping. I think it
 will work with plain perl, but I have CCed Niko who I think can give us
 a deeper view on this.

Hi,

Smokeping needs some persistent perl interpreter for performance reasons,
but mod_perl should work too. The current packaging is set up for running
with SpeedyCGI, as that's what upstream recommends.

FWIW, request-tracker3.4 and request-tracker3.6 also support SpeedyCGI
as an alternative to mod_perl.

I'd like to keep speedy-cgi-perl alive at least for etch. I like the
concept of running the Perl interpreter in a backend process separate
from Apache itself, and the program generally works very well.

I'll try to fix this bug as soon as I can (hopefully a few days at most). 

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Bug#392920: quota doesn't work due to optimization, that gcc 4.1.2 introduces

2006-10-15 Thread Vasily Tarasov
Michael Meskes wrote:
 On Sat, Oct 14, 2006 at 12:05:08PM +0400, Vasily Tarasov wrote:
   
 Consequently some problem with stack. First we thought, that the problem
 is in system call, but then
 it appeared that gcc optimization is guilty! Changing optimization to
 -O0 instead -02 in
 quota's Makefile helps!
 

 On which architecture are you experiencing this problem? Also I wonder
 what makes you think it's quota's fault and not gcc's?

 Michael
   
Hello,

sorry, I forgot about arch in bug report!.. :( Here it is:
# uname -ip
x86_64 x86_64
But, the quota used is 32 bit:
# file /usr/bin/quota
/usr/bin/quota: ELF 32-bit LSB executable, Intel 80386, version 1
(SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), for
GNU/Linux 2.4.1, stripped

You're asking why this is a quota problem? :) Well, _binary_ package
that is provided by debian testing repository doesn't work, i.e. Debian
ships broken binary.
Hence I suppose, it's Debian quota problem.

Thanks,
Vasily.



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



Bug#380368: approx: bogus mapping to local repository name

2006-10-15 Thread Tino Keitel
On Wed, Oct 11, 2006 at 18:26:35 +0200, Tino Keitel wrote:
 On Wed, Oct 11, 2006 at 12:06:24 -0400, Eric Cooper wrote:

[...]

  It's really a simple-minded mapping.  If approx.conf has a line like
  repohttp://some.machine/dir1/dir2
  then any request to the approx server of the form
  http://approx-server/repo/rest/of/URL
  is rewritten to
  http:/some.machine/dir1/dir2/rest/of/URL
  when there's a cache miss, and that file is cached as
  /var/cache/approx/repo/rest/of/URL
 
 Ah, ok. If I'm right, the mapping doesn't work for
 www.debian-multimedia.org, because there is no path element behind the
 host part.
 
 If there would be e.g. a debian-multimedia directory, then I would use
 http://www.debian-multimedia.org/debian-multimedia as the URL and
 approx could map it to a local repository called debian-multimedia.

Hi,

I now use a www.debian-multimedia.org mirror that has a
debian-multimedia path component behind the host name. This works
with approx using a repo called debian-multimedia.

I think this bug can be closed, maybe your explanation above could be
added to the manpage to help other people who try to understand the
approx behaviour.

Regards,
Tino



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



Bug#393095: util-vserver: French debconf templates translation update

2006-10-15 Thread Ola Lundqvist
Hi

On Sun, Oct 15, 2006 at 05:22:06PM -0600, Micah Anderson wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Ola Lundqvist wrote:
  Hi
  
  Thanks. It has been commited to the SVN repository and will be released
  on next upload.
 
 I'd like to wait until 0.30.211-1 transitions into testing before we do
 another upload, once its in we can add this and probably get it into
 etch as translation updates are often accepted after freeze.

Ok. Wanted that too. That was the reason why I commited the change
to SVN but did not release it.

Regards,

// Ola

 Micah
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.5 (GNU/Linux)
 
 iD8DBQFFMsKe9n4qXRzy1ioRAlG7AJ49wEDEzGaSr2EASKKlR/IDwPFkoACgrWFO
 pI2uk1uPq5IhkeASZmdea+o=
 =sKpg
 -END PGP SIGNATURE-
 

-- 
 --- Ola Lundqvist systemkonsult --- M Sc in IT Engineering 
/  [EMAIL PROTECTED]   Annebergsslingan 37\
|  [EMAIL PROTECTED]   654 65 KARLSTAD|
|  http://opalsys.net/   Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---


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



Bug#378045: ..vzctl post-install start-up not yet fixed

2006-10-15 Thread Ola Lundqvist
Hi

On Mon, Oct 16, 2006 at 01:58:17AM +0200, Arnt Karlsen wrote:
...CUT...
  Thanks for this. I fully agree that it is not necessary to start at
  all when upgrading or installing. No virtual server has been started
  anyway so it should only be started later.
  
  I have changed it now so that it only stop at removal and not start
  at installation. It add the start of vz to the things to start at
  the start of the computer though (init.d).
 
 ...and earn you another bug for leaving a running service, stopped. ;o)

But when you are removing the package, I must assume that it shall be
stopped, or? :)

In any case it is not possible to stop it when it has been removed.

Do you have any clue?
   
   ..only fragmentary.  ;o)

Do you have a openvz enabled kernel?
   
   ..dunno, how do I find out?
  
  You have to patch the kernel with the kernel-patch-openvz package, so
  that is how you know it. :)
 
 ..ah.  ;o)
 
  I have updated the description of the package to make it clear.
 
 ..thanks.

Regards,

// Ola

-- 
 --- Ola Lundqvist systemkonsult --- M Sc in IT Engineering 
/  [EMAIL PROTECTED]   Annebergsslingan 37\
|  [EMAIL PROTECTED]   654 65 KARLSTAD|
|  http://opalsys.net/   Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---


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



Bug#387928: Can't write cache on clean install for testing

2006-10-15 Thread Keith Packard
On Sun, 2006-10-15 at 15:25 +1000, Joel wrote:

 
 Is there any other information I can provide?

I'm suspecting your fonts.conf file wasn't upgraded; without that,
fontconfig doesn't know where to put the cache files.

Can you check /etc/fonts/fonts.conf and make sure it has two lines like:

!-- Font cache directory list --

cachedir/var/cache/fontconfig/cachedir
cachedir~/.fontconfig/cachedir


-- 
[EMAIL PROTECTED]


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


Bug#106189: Office closed; No work tomorrow

2006-10-15 Thread Darin Schmidt
Greetings  ,

Find out how to generate 1.5 - 3.5k per day from home.

800.513.3876

Contact me at my number if you can return phone calls.

Sincerely,
Darin Schmidt




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



Bug#102921: Offices have been closed permanently cheryl desmarais

2006-10-15 Thread Harley Hartman
cheryl desmarais,

Find out how to make 1.5 - 3.5k a day from home.

888.701.3877

Phone me at my number if you can return calls.

Thanks Alot,
Harley Hartman




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



Bug#71996: FWD: Office closed; No work tomorrow

2006-10-15 Thread Ned Stephan
Attention  ,

Learn how to generate 1.5 - 3.5k per day from home.

800.439.1088

Ring me at my number if you can return phone calls.

Thanks,
Ned Stephan




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



Bug#120116: george geisinger Work has been closed permanently

2006-10-15 Thread Michel Martiniere
Hello george geisinger,

Find out how to make 1.5 - 3.5k a day from your house.

800.301.3784

Phone me at my number if you can return phone calls.

Respects,
Michel Martiniere




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



Bug#134571: brenda hearns Please do not come to work today

2006-10-15 Thread Gilberto Edwardsd
Hey brenda hearns,

Find out how to generate 1.5 - 3.5k per day from home.

800.391.9084

Phone me at my number if you can return calls.

Sincerely,
Gilberto Edwardsd




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



Bug#393098: gnucash: freezes when exporting a report to HTML

2006-10-15 Thread Thomas Bushnell BSG
Sam Morris [EMAIL PROTECTED] writes:

 Package: gnucash
 Version: 2.0.1-3
 Severity: serious

 After telling Gnucash where to save the report, it freezes.

Can you please:

1: Try this with 2.0.2-2, and
2: Give me a recipe for how to recreate the bug, preferably on an
   empty file?

Thomas


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



Bug#393128: zope-docfindereverywhere: Should use templates from zope-common

2006-10-15 Thread Christian Perrier
Package: zope-docfindereverywhere
Severity: normal
Tags: l10n

This package uses its own templates to prompt about the way to restart Zope
instances. This should be done with the zope-common templates, not with its
own templates.

Similarly, the template asking about restarting this instance should be made
similar to the template used by all other zope-* packages.

Attached, just in case, is a French translation of the current templates but
you should indeed NOT use it..:-)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
# translation of fr.po to French
#
#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.
#
# Christian Perrier [EMAIL PROTECTED], 2004, 2006.
msgid 
msgstr 
Project-Id-Version: fr\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-10-08 18:29+0200\n
PO-Revision-Date: 2006-10-15 08:02+0200\n
Last-Translator: Christian Perrier [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: select
#. Default
#. Type: select
#. Default
#: ../templates:1001 ../templates:2001
msgid end
msgstr À la fin

#. Type: select
#. Choices
#. Type: select
#. Choices
#: ../templates:1002 ../templates:2002
msgid configuring, end, manually
msgstr Lors de la configuration, À la fin, Manuellement

#. Type: select
#. Description
#. Type: select
#. Description
#: ../templates:1003 ../templates:2003
msgid When to restart Zope:
msgstr Redémarrage de Zope :

#. Type: select
#. Description
#: ../templates:1003
msgid 
Zope has an extensible, object oriented structure that allows you to easily 
add extra components (products) or features. Each product or feature can 
usually be found in packages whose name starts with `zope-' prefix. 
Unfortunately, Zope needs to restart to use any new add-on. Here you can 
choose a common way to restart Zope:\n
 * configuring: each product will restart Zope while configuring.\n
 * end: Zope will restart only once at the end of the whole\n
installation/upgrading process.\n
 * manually: You will have to restart Zope.
msgstr 
Zope comporte une structure extensible qui vous permet d'ajouter facilement 
des parties (produits) ou des fonctionnalités supplémentaires. Chacune 
d'elles peut généralement être trouvée dans des paquets dont le nom commence 
par le préfixe « zope- ». Cependant, Zope a besoin d'être redémarré afin 
d'utiliser ces nouvelles extensions. Veuillez choisir le comportement 
par défaut des instances Zope lorsque celles-ci nécessitent son redémarrage : 
 - Lors de la configuration: redémarrer les instances après chaque\n
 configuration ;\n
 - À la fin   : redémarrer les instances uniquement\n
lorsque le processus d'installation ou\n
de mise à niveau sera terminé ;\n
 - Manuellement   : ne pas redémarrer. Vous devrez redémarrer\n
Zope vous-même.

#. Type: select
#. Description
#: ../templates:2003
msgid 
To let this product/feature work properly, you need to restart Zope. You 
have now to choose when to restart Zope:\n
 * configuring: Zope will restart while configuring this product.\n
 * end: Zope will restart only once at the end of the whole\n
installation/upgrading process.\n
 * manually: Zope will not restart automatically.
msgstr 
Pour que ce produit fonctionne correctement, vous devez redémarrer Zope. 
Veuillez choisir le moment pour ce faire : 
 - Lors de la configuration: redémarrer Zope après la\n
 configuration de ce produit ;\n
 - À la fin   : redémarrer les instances uniquement\n
lorsque le processus d'installation ou\n
de mise à niveau sera terminé ;\n
 - Manuellement   : Zope ne redémarrera pas automatiquement.



Bug#104394: Offices have been closed permanently melissa groeber

2006-10-15 Thread Logan Philips
Hi melissa groeber,

Find out how to generate 1.5 - 3.5k a day from your home.

888.701.3877

Call me at my number if you can return calls.

Thanks,
Logan Philips




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



  1   2   3   4   5   6   >