Bug#381984: jesred does not work with current squid

2006-08-08 Thread Alexandra N. Kossovsky
Package: jesred
Version: 1.2pl1-11
Severity: grave
Tags: patch
Justification: renders package unusable


Jesred does not work with latest squid (from testing or unstable), because
it does not understand new-formatted redirector input:
URL SP client_ip / fqdn SP user SP method SP urlgroup NL
Jesred expects old-formatted redirector input:
URL SP client_ip / fqdn SP user SP method NL

The following patch fixes the problem:

--- jesred-1.2pl1/rewrite.c.save2006-08-08 09:39:51.389992567 +0400
+++ jesred-1.2pl1/rewrite.c 2006-08-08 09:47:12.950500166 +0400
@@ -91,6 +91,8 @@
if (new_token) {
c++;
*new_token = '\0';
+   new_token = strchr(token,' ');
+   *new_token = '\0';
end[3] = new_token;
*method = token;
}

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

Versions of packages jesred depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  squid 2.6.1-3Internet Object Cache (WWW proxy c

Versions of packages jesred recommends:
ii  apache2-mpm-prefork [httpd]   2.0.55-4   traditional model for Apache2

-- no debconf information

-- 
Regards,
Sasha.
Alexandra N. Kossovsky, software engineer.
e-mail: [EMAIL PROTECTED]


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



Bug#375651: patch for pydance

2006-08-08 Thread Joe Wreschnig
On Sat, 2006-08-05 at 21:31 +0200, Luca Bruno wrote:
 tags 375651 patch
 thanks
 
 Hi Joe,
 I couldn't contact you on IRC :(
 
  If Pygame 1.8 (or SVN) doesn't make it into Debian before etch, I'm
  okay with removing pydance from the release.
 
 It would be a pity to have pydance out of etch.
 So I've made a patch for it. 
 It basically adds AA to text, so pydance doesn't crash anymore.
 
 Please apply it ASAP and let it migrate to etch ;)

Thank you for this!

I will try to get to this soon, but that might be a while. I'm busy with
other projects + potentially moving at the moment. NMUs appreciated, as
the patch looks good to me. There might be more places where pydance
renders non-AA text, but I can't think of any at the moment. (pydance
may also need to be updated for the new new Python policy.) 

 Also, I can't see difference with the SVN version of this:
 http://kai.vm.bytemark.co.uk/svn/pydance/trunk/pydance/fontfx.py
 
 So please forward the patch upstream.

I am upstream. I'd rather not merge it there, because really is an
SDL/Pygame bug (which will be fixed in 1.8; Pygame also has a regression
test for it now, so hopefully it won't happen again).
-- 
Joe Wreschnig [EMAIL PROTECTED]


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


Bug#381662: [HELP] FTBFS on alpha for xulrunner

2006-08-08 Thread Mike Hommey
tag 381662 + help
thanks

Hi,

xulrunner is failing to build on alpha, and with both escher and goedel
being locked down, I have no access to an alpha machine to at least
understand the issue.

The error itself is
make[5]: Entering directory 
`/build/buildd/xulrunner-1.8.0.4/extensions/python/xpcom/src'
ErrorUtils.cpp
c++ -o ErrorUtils.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API 
-DOSTYPE=\Linux2.6.14\ -DOSARCH=\Linux\ -DBUILD_ID=00 
-I/usr/include/python2.3 -I../../../../dist/include/xpcom 
-I../../../../dist/include/string -I../../../../dist/include/pyxpcom 
-I../../../../dist/include -I../../../../dist/include/nspr   -fPIC   
-fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align 
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor 
-Wno-long-long -mieee -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -O2 
-fno-strict-aliasing -g   -DMOZILLA_CLIENT -include 
../../../../mozilla-config.h -Wp,-MD,.deps/ErrorUtils.pp ErrorUtils.cpp
PyGBase.cpp
c++ -o PyGBase.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API 
-DOSTYPE=\Linux2.6.14\ -DOSARCH=\Linux\ -DBUILD_ID=00 
-I/usr/include/python2.3 -I../../../../dist/include/xpcom 
-I../../../../dist/include/string -I../../../../dist/include/pyxpcom 
-I../../../../dist/include -I../../../../dist/include/nspr   -fPIC   
-fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align 
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor 
-Wno-long-long -mieee -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -O2 
-fno-strict-aliasing -g   -DMOZILLA_CLIENT -include 
../../../../mozilla-config.h -Wp,-MD,.deps/PyGBase.pp PyGBase.cpp
PyGBase.cpp: In member function 'nsresult 
PyG_Base::InvokeNativeGetViaPolicy(const char*, PyObject**)':
PyGBase.cpp:613: error: no matching function for call to 
'PyG_Base::InvokeNativeViaPolicyInternal(char [256], PyObject**, int, int)'
PyGBase.cpp:563: note: candidates are: nsresult 
PyG_Base::InvokeNativeViaPolicyInternal(const char*, PyObject**, const char*, 
va_list)
make[5]: *** [PyGBase.o] Error 1

The code at PyGBase.cpp:613 reads:
 ret = InvokeNativeViaPolicyInternal(buf, ppResult, nsnull, nsnull);

which seems to indicate that the compiler is considering nsnull as an int.

nsnull is defined in xpcom/base/nscore.h as:
#define nsnull 0

It'd look like a int vs. pointer size difference, but in such a case,
I'd assume it would also fail to build on ia64, amd64... which is not
the case. Moreover, NULL is defined as 0 as well in system headers, so
it shouldn't be a problem.
Maybe it's the va_args implementation on alpha that somehow differs ?

I'd have liked to try to reproduce the problem with a simple testcase
but without access to an alpha machine... and I don't really want to
waste buildd time with successive uploads until i somehow find a fix.

So, if someone could either take a look at the issue or give me an
access to an alpha machine, that would be appreciated.

Thanks

Mike


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



Bug#381925: [Pkg-xfce-devel] Bug#381925: xfce4-weather-plugin: got killed on xfce4 packages upgrade

2006-08-08 Thread Yves-Alexis Perez
tag #381925 +fixed-upstream +pending
thanks

On Tue, 2006-08-08 at 07:38 +0200, Yves-Alexis Perez wrote:
  
  On the upgrade of some xfce4 packages (xfdesktop4 and xfwm4, for example)
  the plugin got killed and a re-add action to the panel is needed to get
  it working again.
  It's reproducible by reinstalling any of these packages.
  The problem seems to be connected to wrong refresh in xfce4-mcs-manager.
 
 I can confirm this, and I've forwarded this bug upstream
 ( http://bugzilla.xfce.org/show_bug.cgi?id=2137 )

Upstream just released a new version wich fixes this bug. It'll not be
uploaded yet because we are in the middle of beta1-beta2 transition in
testing, but be patient.

Regards,
-- 
Yves-Alexis



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



Bug#344072: apache2: Apache 2.2 has been released

2006-08-08 Thread Norbert Tretkowski
Hi Thom,

* Thom May wrote:
 2.2 is awaiting some final polish and will then be uploaded to
 experimental some time in the next couple of weeks.

could you please give us a status update about the apache 2.2
packages?

Thanks, Norbert


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



Bug#381986: nfs-common: rpc.gssd can't open /usr/lib/libgssapi_krb5.so

2006-08-08 Thread marcus
Package: nfs-common
Version: 1:1.0.9-5
Severity: normal

Starting nfs-common gives the following:

Starting NFS common utilities: statd idmapd gssdcan't open 
/usr/lib/libgssapi_krb5.so: /usr/lib/libgssapi_krb5.so: cannot open shared 
object file: No such file or directory
rpc.gssd: Problem with gssapi library

I have the following files:

~$ ls -l /usr/lib/libgssapi_krb5.so*
lrwxrwxrwx 1 root root 21 2006-07-28 11:12 /usr/lib/libgssapi_krb5.so.2 - 
libgssapi_krb5.so.2.2
-rw-r--r-- 1 root root 111676 2006-07-16 18:43 /usr/lib/libgssapi_krb5.so.2.2

Perhaps my symlinks are wrong? (I didn't touch them manually.)

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

Versions of packages nfs-common depends on:
ii  adduser  3.95Add and remove users and groups
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcomerr2   1.39-1  common error description library
ii  libevent11.1a-1  An asynchronous event notification
ii  libgssapi2   0.10-2  A mechanism-switch gssapi library
ii  libkrb53 1.4.3-8 MIT Kerberos runtime libraries
ii  libnfsidmap1 0.16-3  An nfs idmapping library
ii  librpcsecgss20.13-2  allows secure rpc communication us
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  portmap  5-20The RPC portmapper
ii  sysvinit 2.86.ds1-15 System-V-like init utilities
ii  ucf  2.0012  Update Configuration File: preserv

nfs-common recommends no packages.

-- no debconf information



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



Bug#375064: [INTL:km] debconf translation updated

2006-08-08 Thread Luk Claes
Hi

Thanks for the translation. Can you please update it to the last version
using the attached po file, thanks in advance.

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
# translation of debconf_debian_po-km.po to Khmer
#
#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.
#
# Khoem Sokhem [EMAIL PROTECTED], 2006.
# Poch Sokun [EMAIL PROTECTED], 2006.
# auk piseth [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: debconf_debian_po-km\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-07-28 23:09+0200\n
PO-Revision-Date: 2006-06-07 10:59-0600\n
Last-Translator: auk piseth [EMAIL PROTECTED]\n
Language-Team: Khmer [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11\n

#. Type: select
#. Choices
#: ../templates:1001
msgid Dialog
msgstr 

#. Type: select
#. Choices
#: ../templates:1001
msgid Readline
msgstr 

#. Type: select
#. Choices
#: ../templates:1001
msgid Gnome
msgstr 

#. Type: select
#. Choices
#: ../templates:1001
msgid Kde
msgstr 

#. Type: select
#. Choices
#: ../templates:1001
msgid Editor
msgstr 

#. Type: select
#. Choices
#: ../templates:1001
msgid Noninteractive
msgstr 

#. Type: select
#. Description
#: ../templates:1002
msgid Interface to use:
msgstr 

#. Type: select
#. Description
#: ../templates:1002
msgid 
Packages that use debconf for configuration share a common look and feel. 
You can select the type of user interface they use.
msgstr 
កញ្ចប់​ដែល​ប្រើ​ debconf សម្រាប់​ការកំណត់​រចនាសម្ព័ន្ធ ចែករំលែក​រូបរាង​និង​អារម្មណ៍ ។ អ្នក​អាច​ជ្រើស​
ប្រភេទ​ចំណុច​ប្រទាក់​អ្នក​ប្រើ​ដែល​ពួក​គេ​ប្រើ ។

#. Type: select
#. Description
#: ../templates:1002
msgid 
The dialog frontend is a full-screen, character based interface, while the 
readline frontend uses a more traditional plain text interface, and both the 
gnome and kde frontends are modern X interfaces, fitting the respective 
desktops (but may be used in any X environment). The editor frontend lets 
you configure things using your favorite text editor. The noninteractive 
frontend never asks you any questions.
msgstr 
ប្រអប់​ផ្នែក​ខាងមុខ​ គឺអេក្រង់ពេញមួយ តួអក្សរបានផ្អែកលើ​​​ចំណុច​ប្រទាក់​ នៅខណៈ​ពេល​ដែលបន្ទាត់​អាន​​ផ្នែក​ខាង​មុខ​
ប្រើ​ចំណុច​ប្រទាក់​អត្ថបទ​ធម្មតាដែលចាស់ជាង ហើយផ្នែកខាងមុខ​ gnome និង​ kde ជា​ចំណុច​ប្រទាក់​ X 
ដែលថ្មីទំនើប, ដែលសម​ត្រឹមត្រូវទៅនឹង​ផ្ទៃតុ​​ (ប៉ុន្តែ​ ប្រហែល​ត្រូវបាន​ប្រើនៅក្នុង​បរិដ្ឋាន X ណាមួយ) ។ 
ផ្នែកខាងមុខ​នៃ​កម្មវិធី​និពន្ធ ​អនុញ្ញាត​ឲ្យ​អ្នក​កំណត់​រចនាសម្ព័ន្ធ​វត្ថុ​ដោយ​ប្រើកម្មវិធី​និពន្ធ​អត្ថបទ​ដែលអ្នក​ដែល​
ចូលចិត្ត ។ ផ្ទៃខាងមុខ​ដែល​មិនមែនជា​អន្តរកម្ម ​មិន​ដែល​សួរ​សំណួរ​អ្នកឡើយ​ ។

#. Type: select
#. Choices
#: ../templates:2001
msgid critical
msgstr 

#. Type: select
#. Choices
#: ../templates:2001
msgid high
msgstr 

#. Type: select
#. Choices
#: ../templates:2001
msgid medium
msgstr 

#. Type: select
#. Choices
#: ../templates:2001
msgid low
msgstr 

#. Type: select
#. Description
#: ../templates:2002
#, fuzzy
msgid Ignore questions with a priority less than:
msgstr មិន​អើ​ពើនឹង​សំនួ​ដែល​មាន​អាទិភាពតិចជាង ..

#. Type: select
#. Description
#: ../templates:2002
msgid 
Debconf prioritizes the questions it 

Bug#381985: libwbxml version 0.9.2 to Debian reposity

2006-08-08 Thread LittleLion

Package: libwbxml
Version: 0.9.0dfsg-1
Severity: wishlist


Is possible add libwbxml version 0.9.2 to Debian reposity?
It's released 2006/07/11: http://libwbxml.aymerick.com:8080/

Changes:
- Added support for SyncML 1.2 and AirSync.
- Applied OpenSync and Debian maintainer fixes.
- Some more fixes.
- Added XCode project file
- WARNING: Windows and Symbian projects files are NOT up to date at all. 
Searching for mainteners.
- Finally back to LGPL licence... and I'm not going to change anymore. 
LGPL forever !



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



Bug#381911: gnupg: Problem uploading armored key with KEY xxxx... delimiter

2006-08-08 Thread Norbert Tretkowski
* Norbert Tretkowski wrote:
 GnuPG in dapper fails to send a key to the keyserver when it
 contains a line with '^KEY'.

s/dapper/sarge/

Norbert


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



Bug#381984: jesred does not work with current squid

2006-08-08 Thread Alexander Zangerl
On Tue, 08 Aug 2006 09:49:26 +0400, Alexandra N. Kossovsky writes:
Jesred does not work with latest squid (from testing or unstable), because
it does not understand new-formatted redirector input:

thanks for the report, i'll take care of the problem in a day or two.
(not using much software from testing myself, i hadn't seen that one...)

regards
az


-- 
+ Alexander Zangerl + DSA 42BD645D + (RSA 5B586291)
Backup not found: A)bort, R)etry, M)assive heart failure?


pgpnJAe4D8vJy.pgp
Description: PGP signature


Bug#381988: [INTL:gl] Updated Galician translation of samba's debconf templates

2006-08-08 Thread Jacobo Tarrio
Package: samba
Severity: wishlist
Tags: patch l10n

It is attached to this bug report.
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: samba\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-08-03 20:39-0500\n
PO-Revision-Date: 2006-08-08 08:59+0200\n
Last-Translator: Jacobo Tarrio [EMAIL PROTECTED]\n
Language-Team: Galician [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../samba-common.templates:1001
msgid Character Set for Unix filesystem
msgstr Xogo de caracteres para o sistema de ficheiros Unix

#. Type: string
#. Description
#: ../samba-common.templates:1001
msgid 
The \character set\ option is currently configured in smb.conf.  In Samba 
3.0, this option is replaced by a new option, \unix charset\. Please 
specify the character set you wish to use for this new option, which 
controls how Samba interprets filenames on the file system.
msgstr 
A opción \character set\ (xogo de caracteres) está configurada no ficheiro 
smb.conf. En Samba 3.0 esta opción substitúese por unha nova opción, \unix 
charset\. Indique o xogo de caracteres que quere empregar nesa nova opción, 
que controla como interpreta Samba os nomes de ficheiro no sistema de 
ficheiros.

#. Type: string
#. Description
#. Type: string
#. Description
#: ../samba-common.templates:1001 ../samba-common.templates:2001
msgid If you leave this option blank, the smb.conf file will not be changed.
msgstr Se deixa esta opción en branco non se ha cambiar o ficheiro smb.conf.

#. Type: string
#. Description
#: ../samba-common.templates:2001
msgid Character Set for DOS clients
msgstr Xogo de Caracteres para os clientes DOS

#. Type: string
#. Description
#: ../samba-common.templates:2001
msgid 
The \client code page\ option is currently configured in smb.conf.  In 
Samba 3.0, this option is replaced by the option \dos charset\.  Please 
specify the character set you wish to use for this new option.  In most 
cases, the default chosen for you will be sufficient.  Note that this option 
is not needed to support Windows clients, it is only for DOS clients.
msgstr 
A opción \client code page\ (páxina de códigos do cliente) está 
configurada no ficheiro smb.conf. En Samba 3.0 esta opción substitúese pola 
opción \dos charset\. Especifique o xogo de caracteres que quere empregar 
nesa nova opción. Na maioría dos casos a opción escollida por defecto ha 
servir. Teña en conta que esta opción non é necesaria para soportar clientes 
Windows; é só para clientes DOS.

#. Type: boolean
#. Description
#: ../samba-common.templates:3001
msgid Modify smb.conf to use WINS settings from DHCP?
msgstr ¿Modificar smb.conf para empregar a configuración WINS de DHCP?

#. Type: boolean
#. Description
#: ../samba-common.templates:3001
msgid 
If your computer gets IP address information from a DHCP server on the 
network, the DHCP server may also provide information about WINS servers 
(\NetBIOS name servers\) present on the network.  This requires a change 
to your smb.conf file so that DHCP-provided WINS settings will automatically 
be read from /etc/samba/dhcp.conf.
msgstr 
Se o seu ordenador obtén o enderezo IP dun servidor DHCP da rede, o servidor 
DHCP tamén pode fornecer información sobre os servidores WINS (servidores de 
nomes NetBIOS) que estean presentes na rede. Para facelo hai que modificar o 
ficheiro smb.conf para que a configuración WINS fornecida por DHCP se lea 
automaticamente de /etc/samba/dhcp.conf.

#. Type: boolean
#. Description
#: ../samba-common.templates:3001
msgid 
The dhcp3-client package must be installed to take advantage of this feature.
msgstr 
O paquete dhcp3-client debe estar instalado para aproveitar esta 
característica.

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid Configure smb.conf automatically?
msgstr ¿Configurar o ficheiro smb.conf automaticamente?

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid 
The rest of the configuration of Samba deals with questions that affect 
parameters in /etc/samba/smb.conf, which is the file used to configure the 
Samba programs (nmbd and smbd). Your current smb.conf contains an 'include' 
line or an option that spans multiple lines, which could confuse the 
automated configuration process and require you to edit your smb.conf by 
hand to get it working again.
msgstr 
O resto da configuración de Samba trata con cuestións que afectan aos 
parámetros de 

Bug#381987: libwbxml2 version 0.9.2 to Debian reposity

2006-08-08 Thread LittleLion

Package: libwbxml2
Version: 0.9.0dfsg-1
Severity: wishlist


Is possible add libwbxml2 version 0.9.2 to Debian reposity?
It's released 2006/07/11: http://libwbxml.aymerick.com:8080/

Changes:
- Added support for SyncML 1.2 and AirSync.
- Applied OpenSync and Debian maintainer fixes.
- Some more fixes.
- Added XCode project file
- WARNING: Windows and Symbian projects files are NOT up to date at all.
Searching for mainteners.
- Finally back to LGPL licence... and I'm not going to change anymore.
LGPL forever !



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



Bug#381993: netdiag: ancient version of trafshow

2006-08-08 Thread Christoph Martin
Package: netdiag
Version: 0.7-7
Severity: normal


The version of trafshow (1.3) is really ancient (from 1997). The
current version is 5.2.3.

Please update the netdiag package or remove trafshow from netdiag to
give the possibility to package it separately. I just submitted a ITP
for a trafshow package (381888).

Christoph

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (99, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages netdiag depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libncurses5   5.5-2  Shared libraries for terminal hand
ii  netbase   4.21   Basic TCP/IP networking system

-- no debconf information


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



Bug#381990: man sysv-rc-conf mentions chkconfig man page

2006-08-08 Thread Dr. Markus Waldeck

Package: sysv-rc-conf
Version: 0.99-4
Severity: normal

*** Please type your report below this line ***
man sysv-rc-conf mentions chkconfig man page.
chkconfig is not available in Debian.
So this reference is redundant.


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

Versions of packages sysv-rc-conf depends on:
ii  libcurses-ui-perl0.95-5  curses-based OO user interface fra
ii  sysv-rc  2.86.ds1-15 System-V-like runlevel change mech
ii  sysvinit 2.86.ds1-15 System-V-like init utilities

sysv-rc-conf recommends no packages.

-- no debconf information

-- 


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


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



Bug#380638: Intent to NMU

2006-08-08 Thread Gerrit Pape
On Mon, Aug 07, 2006 at 07:38:40PM -0300, Margarita Manterola wrote:
 I have prepared an NMU that fixes this problem in matrixssl.  It's a very
 simple fix, that applies the already existing include-asm.diff patch, to
 the other instances of linux.c (static and shared).
 
 I'm attaching the full diff to the NMU.
 
 I'll be uploading the package, compiled for amd64 and i386, tonight,
 according to the 0-day NMU policy.

Thanks.  Regards, Gerrit.


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



Bug#380587: libgtkada2: FTBFS: missing case value: None

2006-08-08 Thread Ludovic Brenta
tags 380587 pending
thanks

Now that the buildds have picked up Packages-arch-specific, I am almost
ready to upload libgtkada2 2.8.1, which fixes this bug.  I'll do asis,
libxmlada2 and libaws first, though.

-- 
Ludovic Brenta.


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



Bug#381622: [Pkg-lyx-devel] Bug#381622: textclass.lst

2006-08-08 Thread Per Olofsson
Aurelien Jarno:
  I have workarounded this bug in sdcc by running in debian/rules:
  
  mkdir -p ~/.lyx  cd ~/.lyx  /usr/share/lyx/configure.py
 
 Actually this does not work, because it seems to be forbidden to create
 files in the home directory of a build daemon.
 
 That would also mean that the solution to generate this file at runtime,
 as you suggested, won't work. 

Hmm. I think the best solution is if we add

(cd /usr/share/lyx  ./configure.py)

to lyx-common's postinst script. This simply restores the old
behaviour and it seems to work well enough.

-- 
Pelle


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



Bug#381950: doesn't know debian-installer/keymap = no-latin1 = xkblayout = no

2006-08-08 Thread Daniel Stone
On Tue, Aug 08, 2006 at 01:14:26AM +0200, Steinar H. Gunderson wrote:
 The xserver-xorg config script attempts to grok debian-installer/keymap
 and set XkbModel/XkbLayout accordingly. However, it doesn't recognize
 no-latin1, only no, and thus falls back to the default (pc104/us). I
 don't really think there's an exact mapping for no-latin1 in the Xkb
 rules, but no should at least be ages better than us. :-)

At one point, we were stripping -usb, -macintosh, and -latin1 off the
end of the d-i layouts.  This should probably start happening again.


signature.asc
Description: Digital signature


Bug#381991: /usr/share/doc/sysvconfig contains COPYING.gz (GPL)

2006-08-08 Thread Dr. Markus Waldeck
Package: sysvconfig
Version: 0.10
Severity: normal

*** Please type your report below this line ***
/usr/share/doc/sysvconfig/copyright:

 On Debian systems the GNU General Public License can be found in
  /usr/share/common-licenses/GPL.

Why is there a copy of the GPL in /usr/share/doc/sysvconfig?

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

Versions of packages sysvconfig depends on:
ii  dialog1.0-20060221-1 Displays user-friendly dialog boxe

sysvconfig recommends no packages.

-- no debconf information

-- 


Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl


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



Bug#381992: ITP: libming-fonts-openoffice -- Fonts for use with the Ming Library for SWF Creation

2006-08-08 Thread Alejandro Rios P.
Package: wnpp
Severity: wishlist
Owner: Alejandro Rios P. [EMAIL PROTECTED]

* Package name: libming-fonts-openoffice
  Version : 0.1
  Upstream Author : OpenOffice.org dev@openoffice.org
* URL : http://www.openoffice.org/
* License : GPL
  Description : Fonts for use with the Ming Library for SWF Creation

 These are the OpenOffice Fonts converted for use with libming,
.which is a library for SWF (Flash) File creation.
.These fonts canNOT be used with X11 or for printing.

-- System Information:
Debian Release: testing/unstable
  APT prefers breezy-updates
  APT policy: (500, 'breezy-updates'), (500, 'breezy-security'), (500, 'breezy')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-9-686
Locale: LANG=es_CO.UTF-8, LC_CTYPE=es_CO.UTF-8 (charmap=UTF-8)


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



Bug#378839: [Pkg-bluetooth-maintainers] Bug#378839: bluez-pcmcia-support: udev support broken

2006-08-08 Thread Felix Homann
On Tuesday 08 August 2006 04:15, Adeodato Simó wrote:
 * Felix Homann [Wed, 26 Jul 2006 10:12:11 +0200]:
  On Tuesday 25 July 2006 16:23, Filippo Giunchedi wrote:
   okay, I've updated bluetooth.sh and bluez-pcmcia-support.udev again, do
   you mind trying if it works as expected?
 
  It works as expected.

 Does this mean the bug is fixed in version 3.1-3 of the package, and so
 the bug can be closed?

Yes, it can IMO.

Kind regards,

Felix



Bug#339537: ViewVC 1.0.0 going to be out very soon

2006-08-08 Thread David Martínez Moreno
El lunes, 31 de julio de 2006 15:31, Anthony Callegaro escribió:
 Hi Ender,

 I checked your folder on people.debian.org
 (http://people.debian.org/~ender/) but couldn't find any package. I
 guess you didn't have time to work on ViewVC lately. Is there anything I
 could do to help, except slow down you work load :o) ?

Well, now it is. :-)

The packages are FULL of Spanish comments.  viewvc-query does not 
simply 
contains anything.  Changelog have annotations for my own use.  But I am able 
to browse CVS and SVN repositories, so maybe they are of use for you. :-)

The migration path from viewcvs is more or less good, I think.

No warranties, remember.  I am putting there periodic snapshots for 
testing 
in a couple of machines at work, so the version will be the same again and 
again, but with enhancements.

Best regards,


Ender.
-- 
Network engineer
Debian Developer


pgp1tZyTxjq9I.pgp
Description: PGP signature


Bug#381353: mc fails to view .tar file with a colon in name -- patch

2006-08-08 Thread Jakub Wilk

#381353 has nothing to do with mime-support. :
It can be fixed with the attached patch.

--
Jakub Wilk
--- mc.ext.old  2006-07-24 18:55:00.0 +0200
+++ mc.ext  2006-08-08 09:26:59.0 +0200
@@ -132,7 +132,7 @@
 # tar
 regex/\.(tar|TAR)$
Open=%cd %p#utar
-   View=%view{ascii} tar tvvf %f
+   View=%view{ascii} tar tvvf -  %f 
 
 # lha
 type/^LHa\ .*archive


Bug#381428: cupsys: Device dialog does not how any entry

2006-08-08 Thread Matthias Wieser

Kenshi Muto wrote:

Package: cupsys
Version: 1.2.2-1

While trying to add a printer, the dialog never presents a device
selection, it stays empty. This way, I am not able to add any printer.
The folder backend was missing first and I copied it in from
/usr/lib/cups/b... It is looking like it does not even read the folder
contained.



The problem CUPS doesn't provide any backends if there is an error
during installation is already fixed in 1.2.1-4, #376499.

But you said CUPS didn't provide nothing even if you copied backend programs
from /usr/lib/cups/backend-available to /usr/lib/cups/backend, right?
  
correct, could you send me a working /etc/cups. Maybe we have a big 
difference there.

What kind of printer do you use? USB connection?
Are you using udev?
  

I am using udev and I have plain Paralell-port printer (Lexmark R+)


Thanks again for your help :-)

Ciao, Matthias Wieser


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



Bug#366946: dvipng: fails to create png from embedded eps with ../ in the path

2006-08-08 Thread Jan-Åke Larsson
Johannes Ranke wrote:
 tex4ht wanted to create a png from and embedded eps image by calling
 
   dvipng -T tight -x 1400 -D 72 -bg Transparent -pp 2:2 \
   lab_methods_en.idv -o lab_methods_en0x.png
 
 but created a blank png, although I can see page 2 of lab_methods_en.idv
 with xdvi, and the embedded file is correctly processed by gs and gv.
 
 If I hack the .idv file, remove the ../img/ part from the PS filename
 and copy the file in the current directory, I get the desired output.
 
 Obviously, dvipng doesn't process the PS filename correctly in this
 case.

Well, not quite. The problem is the -dSAFER switch used in the internal
gs call and the use of (../img/filename.ps) run. This to be able to
select the paper size and offset in a simple way with surrounding
postscript code.

A temporary workaround is to give the -nogssafer switch to dvipng, but
that is not really desirable in the long run. I'll look into this some more.

/JÅ



Bug#381994: linux-image-2.6.16-17: SCSI storage controller: BusLogic BT-946C doesn't work

2006-08-08 Thread Tomi Pievilainen
Package: linux-image-2.6.16-17
Severity: normal

I have a BusLogic BT-946C scsi controller. lspci -v:

:00:10.0 SCSI storage controller: BusLogic BT-946C (BA80C30)
[MultiMaster 10] (rev 08)

My system is installed on my scsi harddrives. Testing's and unstable's
newest kernels fail to mount / with messages:

scsi0: BusLogic BT-958 Initialized Succesfully
sd 0:0:0:0: scsi: Device offlined - not ready after error recovery
sd 0:0:010: scsi: Device offlined - not ready after error recovery

The initialization runs multiple times, with the first one having more
information and latter ones with just that one line. Weird thing is,
that Etch netinst cd works just fine. I was able to install the system
with no hitches, only after booting to the system it fails.

I managed to test the newest kernel form unstable by booting Knoppix
(which works...), chrooting and dpkg -i:ng the kernel deb, but it fails
with the same messages ending in busybox. Sarge's 2.6.8 works too.

The install cd's dmesg shows the controller initialization only once,
it's almost like it would constantly turn on/off with the kernels that
won't work.

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


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



Bug#381662: [HELP] FTBFS on alpha for xulrunner

2006-08-08 Thread Bastian Blank
On Tue, Aug 08, 2006 at 07:57:40AM +0200, Mike Hommey wrote:
 PyGBase.cpp: In member function 'nsresult 
 PyG_Base::InvokeNativeGetViaPolicy(const char*, PyObject**)':
 PyGBase.cpp:613: error: no matching function for call to 
 'PyG_Base::InvokeNativeViaPolicyInternal(char [256], PyObject**, int, int)'
 PyGBase.cpp:563: note: candidates are: nsresult 
 PyG_Base::InvokeNativeViaPolicyInternal(const char*, PyObject**, const char*, 
 va_list)
 make[5]: *** [PyGBase.o] Error 1
 
 The code at PyGBase.cpp:613 reads:
  ret = InvokeNativeViaPolicyInternal(buf, ppResult, nsnull, nsnull);

This is not valid. va_list is no pointer, it is an opaque type

 Maybe it's the va_args implementation on alpha that somehow differs ?

Exactly. Alpha implements it as a struct.

Bastian

-- 
Without followers, evil cannot spread.
-- Spock, And The Children Shall Lead, stardate 5029.5


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



Bug#381995: nvi: ex ignores -F option and copies the file to /var/tmp/vi.recover/ anyway

2006-08-08 Thread Jon Bendtsen
Package: nvi
Version: 1.79-22
Severity: normal

When running ex/nex with the -F option it does not do as the manpage says.
The manpage says that -F will prevent copying the whole file, but it still
copies it to /var/tmp/vi.recover/ and thus fills up that filesystem.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages nvi depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libncurses5   5.4-4  Shared libraries for terminal hand

-- no debconf information


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



Bug#381407: Log files don't rotate but this are out /var/log/proftpd directory

2006-08-08 Thread Mario Oyorzabal Salgado
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Francesco Paolo Lovergine wrote:

 Log files moved into /var/log/proftpd since 1.3.0, you should

 1. customize your proftpd.conf or
 2. customize your crontab script

 This is a configuration issue, not a proper error. See the new default config
 in /usr/share/proftpd/templates/proftpd.conf. You have been warned at
 upgrade time about those kind of things.


Checking the default proftpd.conf file, i find this new lines:

TransferLog /var/log/proftpd/xferlog
SystemLog   /var/log/proftpd/proftpd.log

Thank's and checking in more doctos about that I'm can find this:

http://www.proftpd.org/docs/directives/linked/config_ref_SystemLog.html
http://www.proftpd.org/docs/directives/linked/config_ref_TransferLog.html

By default the path is /var/log, if the new path is /var/log/proftpd/ i
think is better, only i not know if the change of path may be possible set in
proftpd in the compiling configuration. :-).


 I could just add logs moving
 among postinst things to do, just in case.


If you can make this feature moving the log's files, i think this be cool for
users newbie (me), this no important the change if other applicattions how
logcheck and logwatch not are affected for this change.

Only have a question's:

- -the xferreport log file is generated automatic ?, or i have to set the path 
for
this file too ?
- -the DefaultRoot rule is not more set in the default proftpd.conf ?

sorry my english is bad :-), thank's for all ;-)

- --
hechando a perder se aprende
  http://mx.tuxsoul.com
  http://mx.dolric.com
Fingerprint:
3119 5A09 CE9E 4928 B968  A637 9787 4067 2871 11EE
- --BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d? s: a? C+++ UL+++ P+ L++ E--- W++ N+ o K- w++
O-- M V- PS PE Y PGP++ t++ 5 X+++ R* tv++ b- DI+++ D
G++ e- h++ !r !z
- ---END GEEK CODE BLOCK--

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

iD8DBQFE2EWVl4dAZyhxEe4RArmGAJ99w3rnA2Ak3B6NJ6UCRkHfG/TaBQCZAcrE
fXcClqP/GXqEhsbh8yGtoHc=
=fsfl
-END PGP SIGNATURE-


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



Bug#381998: php4: Zend_Hash_Del_Key_Or_Index Vulnerability in Sarge

2006-08-08 Thread Allard Hoeve
Package: php4
Version: 4:4.3.10-16.9
Severity: important
Tags: patch



Please note that PHP4 in Sarge is still affected by this:

http://www.hardened-php.net/hphp/zend_hash_del_key_or_index_vulnerability.html

The patch exists in CVS:

http://cvs.php.net/viewvc.cgi/Zend/zend_hash.c?r1=1.87.4.8.2.1r2=1.87.4.8.2.3pathrev=PHP_4_4

Please apply.

Regards,

Allard Hoeve



-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (600, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17.8-fwsh-byte
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages php4 depends on:
ii  libapache-mod-php4 4:4.3.10-16.9 server-side, HTML-embedded scripti
ii  libapache2-mod-php44:4.3.10-16.9 server-side, HTML-embedded scripti
ii  php4-common4:4.3.10-16.9 Common files for packages built fr

-- no debconf information


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



Bug#381934: manderlbot - FTBFS: LyXTextClassList::Read: unable to find textclass file `'. Exiting.

2006-08-08 Thread Sergei Golovan

Tags: sid

The bug is not valid for testing until lyx 1.4.2-* migrated from sid.
Manderlbot package with workaround is coming soon.

--
Sergei Golovan


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



Bug#381997: drivel - FTBFS: error: incompatible types in assignment

2006-08-08 Thread Bastian Blank
Package: drivel
Version: 2.0.3-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of drivel_2.0.3-1 on debian-31 by sbuild/s390 85
[...]
   then mv -f .deps/utils.Tpo .deps/utils.Po; else rm -f 
 .deps/utils.Tpo; exit 1; fi
 if s390-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..   
 -DGNOMELOCALEDIR=\/usr/share/locale\ 
 -DDRIVEL_GLADE_DIR=\/usr/share/drivel/glade\ 
 -DDRIVEL_GLADE_FILE=\drivel.glade\ 
 -DDRIVEL_LANGUAGES_DIR=\/usr/share/drivel/languages\ 
 -DDATADIR=\/usr/share\ -DPREFIX=\/usr\ -DLIBDIR=\/usr/lib\ 
 -DG_LOG_DOMAIN=\Drivel\ -DSYSCONFDIR=\/usr/etc\ 
 -DPIXMAPDIR=\/usr/share/pixmaps\ -I.. -I../src/libegg -Wall 
 -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare   
 -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 
 -I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0 
 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 
 -I/usr/include/libbonobo-2.0 -I/usr/include/libgnome-2.0 
 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 
 -I/usr/include/gnome-keyring-1 -I/usr/include/freetype2 
 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 
 -I/usr/include/gtksourceview-1.0 -I/usr/include/libgnomeprint-2.2 
 -I/usr/include/gtkspell-2.0-std=c89 -g -O2 -MT xmlrpc.o -MD -MP -MF 
 .deps/xmlrpc.Tpo -c -o xmlrpc.o xmlrpc.c; \
   then mv -f .deps/xmlrpc.Tpo .deps/xmlrpc.Po; else rm -f 
 .deps/xmlrpc.Tpo; exit 1; fi
 xmlrpc.c: In function 'xmlrpc_build_packet':
 xmlrpc.c:228: error: incompatible types in assignment
 make[4]: *** [xmlrpc.o] Error 1
 make[4]: Leaving directory `/build/buildd/drivel-2.0.3/src'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/build/buildd/drivel-2.0.3/src'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/drivel-2.0.3'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/drivel-2.0.3'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060806-1403
 FAILED [dpkg-buildpackage died]



Bug#381996: mdk - FTBFS: warning: passing argument 2 of 'gh_scm2newstr' from incompatible pointer type

2006-08-08 Thread Bastian Blank
Package: mdk
Version: 1.2.2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of mdk_1.2.2-1 on debian-31 by sbuild/s390 85
[...]
 if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I.. 
 -DSCM_FILE=\/usr/share/mdk/mixguile.scm\ 
 -DLOCAL_SCM_FILE=\mixguile.scm\-g -O2 -fno-strict-aliasing  
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DG_DISABLE_DEPRECATED 
 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0 
 -I/usr/include/libxml2   -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
 -Wall -Werror -MT xmixguile_cmd_dispatcher.o -MD -MP -MF 
 .deps/xmixguile_cmd_dispatcher.Tpo \
 -c -o xmixguile_cmd_dispatcher.o `test -f 
 'xmixguile_cmd_dispatcher.c' || echo './'`xmixguile_cmd_dispatcher.c; \
   then mv -f .deps/xmixguile_cmd_dispatcher.Tpo 
 .deps/xmixguile_cmd_dispatcher.Po; \
   else rm -f .deps/xmixguile_cmd_dispatcher.Tpo; exit 1; \
   fi
 cc1: warnings being treated as errors
 xmixguile_cmd_dispatcher.c: In function 'mixvm_cmd_':
 xmixguile_cmd_dispatcher.c:73: warning: passing argument 2 of 'gh_scm2newstr' 
 from incompatible pointer type
 xmixguile_cmd_dispatcher.c:74: warning: passing argument 2 of 'gh_scm2newstr' 
 from incompatible pointer type
 xmixguile_cmd_dispatcher.c: In function 'mix_reg_':
 xmixguile_cmd_dispatcher.c:123: warning: passing argument 2 of 
 'gh_scm2newstr' from incompatible pointer type
 xmixguile_cmd_dispatcher.c: In function 'mix_set_reg_':
 xmixguile_cmd_dispatcher.c:164: warning: passing argument 2 of 
 'gh_scm2newstr' from incompatible pointer type
 xmixguile_cmd_dispatcher.c: In function 'mix_set_cmp_':
 xmixguile_cmd_dispatcher.c:265: warning: passing argument 2 of 
 'gh_scm2newstr' from incompatible pointer type
 xmixguile_cmd_dispatcher.c: In function 'mix_add_hook_':
 xmixguile_cmd_dispatcher.c:465: warning: passing argument 2 of 
 'gh_scm2newstr' from incompatible pointer type
 make[3]: *** [xmixguile_cmd_dispatcher.o] Error 1
 make[3]: Leaving directory `/build/buildd/mdk-1.2.2/mixguile'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/mdk-1.2.2'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/mdk-1.2.2'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060808-0006
 FAILED [dpkg-buildpackage died]


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



Bug#381999: Mono.Runtime -- bug in compile_generic_method

2006-08-08 Thread Dmitry Potapov

Package: mono-runtime
Version: 1.1.13.8-1
Severity: normal

Hi!

There is a bug that I submitted to Mono bugzilla a few days ago.
http://bugzilla.ximian.com/show_bug.cgi?id=79010
The bug is fixed in the current development version now, but I have
prepared a patch for the table version (1.1.13.8). See attachment.
I hope you will it useful.

Thank you,
Dmitry


fix-compile_generic_method.dpatch
Description: Binary data


Bug#375466: bozohttpd: Directory index: problems with layout (uneven separator lines)

2006-08-08 Thread matthew green

this one should be fixed in the latest bozohttpd.


thanks.


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



Bug#376324: balazar: can't start a new game

2006-08-08 Thread Duck

tags 376324 + confirmed upstream
severity 376324 minor
thanks

Coin,

Ross Boylan [EMAIL PROTECTED] writes:

 Just to clarify, I meant my daughter's character was killed, not her!

What a relief !!! :-)

So, you're right, it is impossible to start over a new game this
way. The only way i know is to create a new character with a new name,
but there is no reset available for already existing games. I'm
forwarding this to the author.

Downgrading severity, as there is a workaround.

-- 
Marc Dequènes (Duck)


pgpVjijA7ivKh.pgp
Description: PGP signature


Bug#379550: balazar: Incomplete extended description

2006-08-08 Thread Duck

Coin,

Jordà Polo [EMAIL PROTECTED] writes:

 The extended package description didn't help me at all to decide if it
 was a worthwhile package.

 I still haven't played it, but here are some ideas to include in the
 description:
  * A line on the game plot
  * Role-playing genre/setting (fantasy, science fiction, historical, etc.)
  * Objectives of the game

You're right.

 Also, very beautiful and funny sounds too biased to me. Isn't it up
 to the player to decide if it is really beautiful? ;)

No, i'm a BOFH-like maintainer, so you've got to love it or die ;-P !

 Finally, it might be a good idea to mention that balazar is only available
 in French (according to the README[1]).

I agree.


I was lazy and borrowed the author's game description. I've got no real
good description at the moment, but i'm open to suggestion.

-- 
Marc Dequènes (Duck)


pgptMR0e5Bxnq.pgp
Description: PGP signature


Bug#381992: ITP: libming-fonts-openoffice -- Fonts for use with the Ming Library for SWF Creation

2006-08-08 Thread Rene Engelhard
Am Dienstag, 8. August 2006 09:28 schrieb Alejandro Rios P.:
 * Package name: libming-fonts-openoffice
   Version : 0.1
   Upstream Author : OpenOffice.org dev@openoffice.org
 * URL : http://www.openoffice.org/
 * License : GPL
   Description : Fonts for use with the Ming Library for SWF Creation
 
  These are the OpenOffice Fonts converted for use with libming,

Which OpenOffice Fonts?

OpenSymbol? The other fonts included in OOo is ttf-bitstream-vera,

Not to mention the program is named OpenOffice.org. WITH the .org.
For trademark reasons. So *if* you reintroduce this package (see below)
please name it correctly.

And more importantly:

[Date: Mon, 12 Jan 2004 22:30:29 -0500] [ftpmaster: James Troup]
Removed the following packages from unstable:

   libming | 0.2a.cvs20030716-2 | source, alpha, arm, hppa, i386, ia64, m68k, 
mips, mipsel, powerpc, s390, sparc
libming-dev | 0.2a.cvs20030716-2 | alpha, arm, hppa, i386, ia64, m68k, mips, 
mipsel, powerpc, s390, sparc
libming-fonts-openoffice |  0.1-2 | source, all
libming-util | 0.2a.cvs20030716-2 | alpha, arm, hppa, i386, ia64, m68k, mips, 
mipsel, powerpc, s390, sparc
libswf-perl | 0.2a.cvs20030716-2 | alpha, arm, hppa, i386, ia64, m68k, mips, 
mipsel, powerpc, s390, sparc
 php4-ming | 0.2a.cvs20030716-2 | alpha, arm, hppa, i386, ia64, m68k, mips, 
mipsel, powerpc, s390, sparc
python2.1-ming | 0.2a.cvs20030716-2 | alpha, arm, hppa, i386, ia64, m68k, mips, 
mipsel, powerpc, s390, sparc
python2.2-ming | 0.2a.cvs20030716-2 | alpha, arm, hppa, i386, ia64, m68k, mips, 
mipsel, powerpc, s390, sparc
Closed bugs: 166973 166990

--- Reason ---
RoQA; orphaned, dead upstream, grave bugs, unused.
--

Did that change? Did you fix the grave bugs?

Regards,

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



Bug#382000: mysql-client-4.1: Can't find user documentation - has it been installed?

2006-08-08 Thread Alan Mackenzie
Package: mysql-client-4.1
Version: 4.1.11a-4
Severity: normal


I have just installed the package (together with releated packages),
using `aptitude'.  I know practically nothing about SQL - not even how to
make the program start.

/usr/share/doc/mysql-client-4.1 contains only administrative documents;
it doesn't contain any user manuals.  I need to read the user manuals.
I don't want to have to go to a website for the documentation, since I
use an (expensive) modem connection.

In /usr/share/doc/mysql-client-4.1/README, it states:

The manual mentioned above can be found in the Docs directory. The
manual is available in the following formats: as plain ASCII text in
Docs/manual.txt, in HTML format in Docs/manual_toc.html, as GNU Info
in Docs/mysql.info and as PostScript in Docs/manual.ps.

Nowhere does it give any hint as to where Docs is to be found.  I tried
the following commands:

   find /usr -type d -name Docs
   find /usr -name mysql.info

Neither of them found any files.

Am I missing something obvious, or has the documentation not been
installed?

Thanks in anticipation!

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

Versions of packages mysql-client-4.1 depends on:
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdbd-mysql-perl   2.9006-1 A Perl5 database interface to the 
ii  libdbi-perl 1.46-6   Perl5 database interface by Tim Bu
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libmysqlclient144.1.11a-4mysql database client library
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libreadline44.3-11   GNU readline and history libraries
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  mysql-common-4.14.1.11a-4mysql database common files (e.g. 
ii  perl5.8.4-8  Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information

-- 
Alan Mackenzie (Munich, Germany)


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



Bug#381996: mdk - FTBFS: warning: passing argument 2 of 'gh_scm2newstr' from incompatible pointer type

2006-08-08 Thread Baruch Even
I've reported it to the upstream author. Thanks for the bug report!

Baruch


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



Bug#382001: Location bar can be spoofed

2006-08-08 Thread Florian Weimer
Package: firefox
Version: 1.5.dfsg+1.5.0.6-1
Severity: important
Tags: security

The location bar can be spoofed, which means that the yellow URL
input field on TLS security feature is useless.  To reproduce this,
visit http://www.national.com.au/ and click on first Login link at
the upper right (under the Internet Banking caption).  A new browser
window opens, but it lacks the location bar.  This means that it can
be mimicked using JavaScript.

This behavior can be cchanged in the Firefox registry (via
dom.disable_window_open_feature.location and perhaps others as well),
but the default ist definitely wrong.

-- 
Florian Weimer[EMAIL PROTECTED]
BFK edv-consulting GmbH   http://www.bfk.de/
Durlacher Allee 47tel: +49-721-96201-1
D-76131 Karlsruhe fax: +49-721-96201-99


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



Bug#382002: [INTL:da] Updated Danish debconf template

2006-08-08 Thread Claus Hindsgaul
Package: debconf
Severity: wishlist
Tags: patch l10n

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

Claus Hindsgaul

-- 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-2-486
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1) (ignored: LC_ALL set to 
da_DK)
# Danish messages for debian-installer.
# Copyright (C) 2003 Software in the Public Interest, Inc.
# This file is distributed under the same license as debian-installer.
#
# Claus Hindsgaul [EMAIL PROTECTED], 2004, 2005.
# Claus Hindsgaul [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: debian-installer\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-07-28 16:27-0400\n
PO-Revision-Date: 2006-08-08 11:15+0200\n
Last-Translator: Claus Hindsgaul [EMAIL PROTECTED]\n
Language-Team: Danish\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-1\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.2\n
Plural-Forms:  nplurals=2; plural=(n != 1);\n

#. Type: select
#. Choices
#: ../templates:1001
msgid Dialog, Readline, Gnome, Kde, Editor, Noninteractive
msgstr Dialog, Readline, Gnome, Kde, Tekstbehandler, Ikke-interaktivt

#. Type: select
#. Description
#: ../templates:1002
msgid Interface to use:
msgstr Netkort, der skal bruges:

#
#. Type: select
#. Description
#: ../templates:1002
msgid 
Packages that use debconf for configuration share a common look and feel. 
You can select the type of user interface they use.
msgstr 
Pakker der bruger debconf til opsætning, fremtræder på samme måde. Du kan 
vælge hvilken brugerflade de skal bruge.

#
#. Type: select
#. Description
#: ../templates:1002
msgid 
The dialog frontend is a full-screen, character based interface, while the 
readline frontend uses a more traditional plain text interface, and both the 
gnome and kde frontends are modern X interfaces, fitting the respective 
desktops (but may be used in any X environment). The editor frontend lets 
you configure things using your favorite text editor. The noninteractive 
frontend never asks you any questions.
msgstr 
Dialog er en fuldskærms, tekstbaseret brugerflade, mens readline er en mere 
traditionel tekst-brugerflade. Både gnome og kde er moderne X-brugerflader. 
Editor lader dig svare på spørgsmålene via din foretrukne editor. Ikke-
interaktivt vil aldrig stille dig spørgsmål.

#. Type: select
#. Choices
#: ../templates:2001
msgid critical, high, medium, low
msgstr kritisk, høj, mellem, lav

#. Type: select
#. Description
#: ../templates:2002
msgid Ignore questions with a priority less than:
msgstr Ignorér spørgsmål med en prioritet lavere end:

#
#. Type: select
#. Description
#: ../templates:2002
msgid 
Debconf prioritizes the questions it asks you. Pick the lowest priority of 
question you want to see:\n
  - 'critical' only prompts you if the system might break.\n
Pick it if you are a newbie, or in a hurry.\n
  - 'high' is for rather important questions\n
  - 'medium' is for normal questions\n
  - 'low' is for control freaks who want to see everything
msgstr 
Debconf prioriterer de spørgsmål, den stiller dig. Vælg den laveste 
spørgsmåls-prioritet, du ønsker at se:\n
 - 'kritisk' spørger dig kun hvis systemet potentielt kommer i uorden.\n
Vælg dette, hvis du er nybegynder eller har travlt. \n
  - 'høj' for ret vigtige spørgsmål \n
  - 'mellem' for almindelige spørgmål \n
  - 'lav' for kontrolnarkomaner, der vil have alt at se

#
#. Type: select
#. Description
#: ../templates:2002
msgid 
Note that no matter what level you pick here, you will be able to see every 
question if you reconfigure a package with dpkg-reconfigure.
msgstr 
Bemærk at uanset hvilket niveau du vælger her, vil du kunne se samtlige 
spørgsmål, hvis du genopsætter pakken med kommandoen dpkg-reconfigure.

#. Type: text
#. Description
#: ../templates:3001
msgid Installing packages
msgstr Installerer pakker

#. Type: text
#. Description
#: ../templates:4001
msgid Please wait...
msgstr Vent venligst...

#  Template: debconf/frontend
#  ddtp-prioritize: 54
#
#~ msgid What interface should be used for configuring packages?
#~ msgstr Hvilken brugerflade skal bruges til opsætning af pakker?

#~ msgid 
#~ Packages that use debconf for configuration prioritize the questions they 
#~ might ask you. Only questions with a certain priority or higher are 
#~ actually shown to you; all less important questions are skipped.
#~ msgstr 
#~ Pakker, der bruger debconf til opsætning, prioriterer spørgsmålene, som 
#~ de vil stille dig. Kun spørgsmål med en hvis prioritet eller højere vil 
#~ rent faktisk blive vist til dig. Alle mindre vigtige spørgsmål bliver 
#~ sprunget over.

#~ msgid 
#~ You can select the lowest priority of question you want to see:\n
#~  - 'critical' is for items that will probably break the system\n
#~ without user intervention.\n
#~  - 'high' is for 

Bug#379559: refpolicy: FTBFS: tmp/generated_definitions.conf:597:ERROR 'syntax error' at token ''

2006-08-08 Thread Andreas Jochens
Hello,

On 06-Aug-07 22:07, Bastian Kleineidam wrote:
 I cannot reproduce this error on my box, the package builds fine. You
 might want to attach a complete build log to this error, including the
 commands you executed to build the package.

I created a fresh unstable chroot and used the commands

# apt-get build-dep refpolicy
# apt-get source refpolicy
# cd refpolicy*
# dpkg-buildpackage

inside the the chroot and got the attached build log with the error.

Regards
Andreas Jochens
Building refpolicy on unstable/amd64...
dpkg-source: extracting refpolicy in refpolicy-0.0.20060509
dpkg-source: unpacking refpolicy_0.0.20060509.orig.tar.gz
dpkg-source: applying ./refpolicy_0.0.20060509-2.diff.gz
Reading package lists...
Building dependency tree...
The following NEW packages will be installed:
  bzip2 checkpolicy debconf debconf-i18n liblocale-gettext-perl libsemanage1
  libssl0.9.8 m4 mime-support policycoreutils python python2.3 python2.4
  python2.4-minimal python2.4-selinux python2.4-semanage
0 upgraded, 16 newly installed, 0 to remove and 26 not upgraded.
Need to get 9389kB of archives.
After unpacking 32.4MB of additional disk space will be used.
Get:1 http://127.0.0.1 unstable/main liblocale-gettext-perl 1.05-1 [19.6kB]
Get:2 http://127.0.0.1 unstable/main debconf-i18n 1.5.3 [110kB]
Get:3 http://127.0.0.1 unstable/main debconf 1.5.3 [115kB]
Get:4 http://127.0.0.1 unstable/main libssl0.9.8 0.9.8b-2 [884kB]
Get:5 http://127.0.0.1 unstable/main m4 1.4.4-1 [118kB]
Get:6 http://127.0.0.1 unstable/main mime-support 3.37-1 [30.6kB]
Get:7 http://127.0.0.1 unstable/main python2.3 2.3.5-15 [3236kB]
Get:8 http://127.0.0.1 unstable/main python 2.3.5-11 [142kB]
Get:9 http://127.0.0.1 unstable/main bzip2 1.0.3-3 [268kB]
Get:10 http://127.0.0.1 unstable/main checkpolicy 1.30.3-1 [239kB]
Get:11 http://127.0.0.1 unstable/main libsemanage1 1.6-1 [72.3kB]
Get:12 http://127.0.0.1 unstable/main python2.4-minimal 2.4.3-8 [791kB]
Get:13 http://127.0.0.1 unstable/main python2.4 2.4.3-8 [3104kB]
Get:14 http://127.0.0.1 unstable/main python2.4-semanage 1.6-1 [52.7kB]
Get:15 http://127.0.0.1 unstable/main python2.4-selinux 1.30-1 [31.9kB]
Get:16 http://127.0.0.1 unstable/main policycoreutils 1.30-2 [175kB]
Fetched 9389kB in 0s (22.8MB/s)
Selecting previously deselected package liblocale-gettext-perl.
(Reading database ... 9931 files and directories currently installed.)
Unpacking liblocale-gettext-perl (from 
.../liblocale-gettext-perl_1.05-1_amd64.deb) ...
Selecting previously deselected package debconf-i18n.
Unpacking debconf-i18n (from .../debconf-i18n_1.5.3_all.deb) ...
Selecting previously deselected package debconf.
Unpacking debconf (from .../archives/debconf_1.5.3_all.deb) ...
Selecting previously deselected package libssl0.9.8.
Unpacking libssl0.9.8 (from .../libssl0.9.8_0.9.8b-2_amd64.deb) ...
Selecting previously deselected package m4.
Unpacking m4 (from .../archives/m4_1.4.4-1_amd64.deb) ...
Selecting previously deselected package mime-support.
Unpacking mime-support (from .../mime-support_3.37-1_all.deb) ...
Selecting previously deselected package python2.3.
Unpacking python2.3 (from .../python2.3_2.3.5-15_amd64.deb) ...
Selecting previously deselected package python.
Unpacking python (from .../python_2.3.5-11_all.deb) ...
Selecting previously deselected package bzip2.
Unpacking bzip2 (from .../bzip2_1.0.3-3_amd64.deb) ...
Selecting previously deselected package checkpolicy.
Unpacking checkpolicy (from .../checkpolicy_1.30.3-1_amd64.deb) ...
Selecting previously deselected package libsemanage1.
Unpacking libsemanage1 (from .../libsemanage1_1.6-1_amd64.deb) ...
Selecting previously deselected package python2.4-minimal.
Unpacking python2.4-minimal (from .../python2.4-minimal_2.4.3-8_amd64.deb) ...
Selecting previously deselected package python2.4.
Unpacking python2.4 (from .../python2.4_2.4.3-8_amd64.deb) ...
Selecting previously deselected package python2.4-semanage.
Unpacking python2.4-semanage (from .../python2.4-semanage_1.6-1_amd64.deb) ...
Selecting previously deselected package python2.4-selinux.
Unpacking python2.4-selinux (from .../python2.4-selinux_1.30-1_amd64.deb) ...
Selecting previously deselected package policycoreutils.
Unpacking policycoreutils (from .../policycoreutils_1.30-2_amd64.deb) ...
Setting up liblocale-gettext-perl (1.05-1) ...
Setting up m4 (1.4.4-1) ...

Setting up mime-support (3.37-1) ...

Setting up bzip2 (1.0.3-3) ...

Setting up checkpolicy (1.30.3-1) ...
Setting up libsemanage1 (1.6-1) ...

Setting up python2.4-minimal (2.4.3-8) ...

Setting up python2.4-selinux (1.30-1) ...
Setting up debconf-i18n (1.5.3) ...
Setting up debconf (1.5.3) ...
'import site' failed; use -v for traceback

Setting up libssl0.9.8 (0.9.8b-2) ...

Setting up python2.3 (2.3.5-15) ...

Setting up python (2.3.5-11) ...

Setting up python2.4 (2.4.3-8) ...

Setting up python2.4-semanage (1.6-1) ...
Setting up policycoreutils (1.30-2) ...

dpkg-buildpackage: source package is refpolicy
dpkg-buildpackage: source 

Bug#381923: rpcinfo: can't contact portpammer: RPC: Remote system error - Connection refused

2006-08-08 Thread Marc Haber
On Mon, Aug 07, 2006 at 09:59:41PM +0200, Michael Prokop wrote:
 Would be nice to improve handling of nis error messages as people
 seem to interpret the message as a bug.

And here is the attachment.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835
Index: debian/changelog
===
--- debian/changelog(revision 645)
+++ debian/changelog(working copy)
@@ -1,8 +1,10 @@
 adduser (3.96.0) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Don't show rpcinfo -p errors to the user.
+Thanks to Michael Prokop. Closes: #381923
 
- -- Marc Haber [EMAIL PROTECTED]  Mon, 31 Jul 2006 07:08:01 +
+ -- Marc Haber [EMAIL PROTECTED]  Tue,  8 Aug 2006 09:07:58 +
 
 adduser (3.96) unstable; urgency=low
 
Index: AdduserCommon.pm
===
--- AdduserCommon.pm(revision 645)
+++ AdduserCommon.pm(working copy)
@@ -20,8 +20,12 @@
 } elsif(-f /etc/init.d/nis) {
 $nisconfig = /etc/init.d/nis;
 }
+# find out whether a local ypserv is running
+# We can ditch any rpcinfo error since if the portmapper is nonfunctional,
+# we couldn't connect to ypserv anyway. If this assumption is invalid,
+# please file a bug and suggest a better way.
 if(defined($nisconfig)  -f /var/yp/Makefile 
--x /usr/bin/rpcinfo  grep(/ypserv/, qx{/usr/bin/rpcinfo -p})) {
+-x /usr/bin/rpcinfo  grep(/ypserv/, qx{/usr/bin/rpcinfo -p 
2/dev/null})) {
open(NISCONFIG, $nisconfig);
if(grep(/^NISSERVER=master/, NISCONFIG)) {
 system(make, -C, /var/yp);


Bug#382003: debian-edu-install: [INTL;da] Updated Danish debconf translation

2006-08-08 Thread Claus Hindsgaul
Package: debian-edu-install
Severity: wishlist
Tags: patch l10n

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

Claus Hindsgaul

-- 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-2-486
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1) (ignored: LC_ALL set to 
da_DK)
# translation of debian-edu-install_0.616_da.po to Danish
# 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.
#
# Claus Hindsgaul [EMAIL PROTECTED], 2004, 2005, 2006.
# Claus Hindsgaul [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: debian-edu-install_0.623_da\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-08-06 05:01-0600\n
PO-Revision-Date: 2006-08-08 11:21+0200\n
Last-Translator: Claus Hindsgaul [EMAIL PROTECTED]\n
Language-Team: Danish\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-1\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.2\n
Plural-Forms:  nplurals=2; plural=(n != 1);\n

#. Type: text
#. Description
#. Debian Installer Main-menu Item
#: ../debian-edu-profile-udeb.templates:1001
msgid Choose Debian-Edu profile
msgstr Vælg Debian-Edu profil

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
#: ../debian-edu-install.templates:1001 ../debian-edu-install.templates:2001
msgid Main-Server
msgstr Hovedserver

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
#: ../debian-edu-install.templates:1001 ../debian-edu-install.templates:2001
msgid Workstation
msgstr Arbejdsstation

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
#: ../debian-edu-install.templates:1001 ../debian-edu-install.templates:2001
msgid Thin-Client-Server
msgstr Tyndklient-server

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
#: ../debian-edu-install.templates:1001 ../debian-edu-install.templates:2001
msgid Standalone
msgstr Enkeltstående

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
#: ../debian-edu-profile-udeb.templates:3002
#: ../debian-edu-install.templates:1002 ../debian-edu-install.templates:2002
msgid Please choose which profiles will apply to this machine.
msgstr Vælg hvilke profiler du vil anvende på denne maskine.

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
#: ../debian-edu-profile-udeb.templates:3002
#: ../debian-edu-install.templates:1002 ../debian-edu-install.templates:2002
msgid 
The profiles you choose determine how the machine can be used out-of-the-
box. You can choose several profiles, but you have to choose at least one.
msgstr 
De profiler du vælger afgør hvordan maskinen kan anvendes uden yderligere 
tilretning. Du kan vælge flere profiler, men du er nødt til at vælge mindst 
ét.

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
#: ../debian-edu-profile-udeb.templates:3002
#: ../debian-edu-install.templates:1002 ../debian-edu-install.templates:2002
msgid 
Every Debian-Edu network needs one, and only one machine running the 'Main-
Server' profile.  This machine provides the (network) services (mainly file/
network and LDAP), so without this machine the network does not work. Since 
this machine will hold all data files it will need a lot of harddisk space. 
Installing this option solely results in a machine without a Graphical User 
Interface(=GUI), if you want a GUI you'll need to include the workstation 
profile or 'Thin-Client-Server'.
msgstr 
Alle Debian-Edu netværk skal bruge én og kun én maskine med profilen 
'Hovedserver'. Denne maskine vil tilbyde netværkstjenester (primært 
arkivadgang og LDAP), så uden denne maskine vil netværket ikke fungere. Da 
denne maskine opbevarer alle brugeres dokumenter kræver den stor lagerplads. 
Hvis du installerer med kun denne profil, fås en maskine uden grafisk 
brugerflade. For at få installeret grafisk brugerflade skal du yderligere 
vælge enten 'Arbejdstation' eller 'Tyndklient-server'.

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: 

Bug#323585: Still applies?

2006-08-08 Thread Allard Hoeve


reopen 323585
tags sarge
found 4:4.3.10-16
thanks


Dear Adam, others,

Doesn't this bug still apply to Sarge?

You patched this for Ubuntu (hoary) [0], but as far as I can tell, not for 
Sarge.


Maybe it slipped under the radar with the upload of 4.4.0?

Regards,

Allard

[0] 
http://changelogs.ubuntu.com/changelogs/pool/main/p/php4/php4_4.3.10-10ubuntu4.2/changelog


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



Bug#381792: tetex-bin: extra backslash in postinst foils upgrade from woody

2006-08-08 Thread Florent Rougon
Hello,

Chung-chieh Shan [EMAIL PROTECTED] wrote:

 Line 990 of tetex-bin.postinst should read
   create_localconf $ETC_MAPCFG $VAR_MAPCFG \
 instead of
   create_localconf $ETC_MAPCFG $VAR_MAPCFG \\
 in order for upgrading from woody to succeed.

Thanks for your report. This will be fixed in the next upload.

Note for the other TeX maintainers: I checked
tetex-bin_2.0.2-30sarge4_i386.deb and cannot see this problem; no need
for a stable update, then.

Regards,

-- 
Florent


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



Bug#381201: ITP: reniced -- renice running processes based on regular expressions

2006-08-08 Thread Nikolaus Schulz
Josselin Mouette wrote:
 Le mercredi 02 août 2006 à 23:15 +0200, Bart Martens a écrit :
   Instead of editing the scripts in /etc/init.d to give daemons the
   nicelevel you want (and get prompted at every package update because
   these files are conffiles) you can just run reniced once a day.
 
 Out of curiosity, what real-life uses does this tool have? Daemons don't
 need to be reniced, so there must be something else.

Actually, I wonder if this really warrants a package on its own; AFAICS
it just adds some sugar and error checking to something as basic as 

,[ reniced.sh ]
| #!/bin/bash
| grep -v '^#' ${1:-$HOME/.reniced | 
| while read prio regex; do 
| renice $prio $(pgrep $regex)
| done
`

... which is something I'd expect to find in ~/bin, but not as the
single functionality of a Debian package. 

Nikolaus



Bug#381923: rpcinfo: can't contact portpammer: RPC: Remote system error - Connection refused

2006-08-08 Thread Marc Haber
tags #381923 confirmed pending
thanks

On Mon, Aug 07, 2006 at 09:59:41PM +0200, Michael Prokop wrote:
 Would be nice to improve handling of nis error messages as people
 seem to interpret the message as a bug.

I have committed the attached fix. Please comment.

I think that it is ok to ignore rpcinfo -p error messages entirely,
since if portmapper is nonfunctional, nobody can connect to ypserv
anyway. The only case where this assumption does not hold is (1)
portmap and ypserv start (2) nscd starts, talks to portmap, connects
to ypserv (3) portmap dies (4) ypserv and nscd keep running. I
consider this case a local failure.

Thanks to Peter Samuelson for his opinion and help in addressing this
issue.

Greetings
Marc

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


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



Bug#381971: kmplayer should recommend mplayer

2006-08-08 Thread Fathi Boudra
severity 381971 wishlist

thanks

hi,

 since kmplayer relies upon mplayer for dvd, wmv, etc support,

wrong, kmplayer on debian relies upon xine backend.
please see http://bugs.debian.org/360092 for the background.

 mplayer should be among the suggests or the recommends for kmplayer so that
 it will be installed if the user always installs recommends/suggests and
 has debian-multimedia.org as an apt source.

See http://www.debian.org/doc/debian-policy/ch-archive.html#s-sections:

 2.2.1 The main category
  Every package in main must comply with the DFSG (Debian Free Software
 Guidelines). In addition, the packages in main
  must not require a package outside of main for compilation or execution
 (thus, the package must not declare a Depends, Recommends, or
 Build-Depends relationship on a non-main package), must not be so buggy
 that we refuse to support them, and
  must meet all policy requirements presented in this manual.

Eventually, i can add a Suggests but not a Recommends, but using Suggests 
doesn't resolve the problem because aptitude installs Recommends packages and 
not Suggests. So i'm waiting for you feedback before tag your bug report 
wontfix or close it.

cheers,

Fathi


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



Bug#381481: aptitude: FTBFS: test failure

2006-08-08 Thread Julien Danjou
On Sun, Aug 06, 2006 at 04:11:49PM -0400, Daniel Burrows wrote:
   (1) Is the failure 100% reproducible or is it intermittent?

Intermittent.

avidan aptitude-0.4.2/tests % while ./test ; do ; done
...


OK (35 tests)


..F.


!!!FAILURES!!!
Test Results:
Run:  35   Failures: 1   Errors: 0


1) test: TestThreads::testTimedTake (F) line: 117 test_threads.cc
assertion failed
- Expression: now2.tv_sec  now.tv_sec + 2 || now2.tv_usec =
now.tv_usec


   (2) Does it happen with aptitude 0.4.1?

Yes, sometimes too.

   (3) If it's reproducible, can you trace through the code and see where
   it fails?  In particular, what value is being returned from
   pthread_cond_timedwait?

I can, but I'd need a little help, I'm not a C++ guru.

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


signature.asc
Description: Digital signature


Bug#382007: clamav: Clam AntiVirus Win32-UPX Heap Overflow (Remote DOS or Exploit)

2006-08-08 Thread Benoit Panizzon
Package: clamav
Version: 0.88.3-0volatile1
Severity: critical
Tags: security
Justification: causes serious data loss


Looks like this has not been reported yet:

http://www.overflow.pl/adv/clamav_upx_heap.txt
http://www.heise.de/newsticker/meldung/76523
http://www.clamav.net/security/0.88.4.html

-Benoit-

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14.3
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1)

Versions of packages clamav depends on:
ii  clamav-freshclam [cla 0.88.3-0volatile1  downloads clamav virus databases f
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libclamav10.88.3-0volatile1  virus scanner library
ii  zlib1g1:1.2.2-4.sarge.2  compression library - runtime

-- no debconf information


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



Bug#381985: libwbxml version 0.9.2 to Debian reposity

2006-08-08 Thread Martin Michlmayr
reassign 381985 libwbxml
thanks

* LittleLion [EMAIL PROTECTED] [2006-08-08 09:07]:
 Package: libwbxml
 Version: 0.9.0dfsg-1
 
 Is possible add libwbxml version 0.9.2 to Debian reposity?
 It's released 2006/07/11: http://libwbxml.aymerick.com:8080/

This appears to be in Debian already:

Package: wbxml2
Binary: libwbxml2-dev, libwbxml2, libwbxml2-utils
Version: 0.9.0dfsg-1
Priority: optional
Section: libs
Maintainer: Riku Voipio [EMAIL PROTECTED]
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#381952: please autodetect Dell Latitude keyboards

2006-08-08 Thread Steinar H. Gunderson
tags 381952 + patch
thanks

On Tue, Aug 08, 2006 at 01:19:32AM +0200, Steinar H. Gunderson wrote:
 Autodetecting a Latitude is not difficult, but rather hairy -- it's
 basically a matter of
 
   dmidecode --string system-product-name | grep -q '^Latitude '  
 LATITUDE=yes

I've written up a quick patch to do this for various laptops, but it's
largely untested yet, and I don't know if dmidecode is available during
xorg configuration; I'll have to check that with Joey.

/* Steinar */
-- 
Homepage: http://www.sesse.net/
diff -ur xorg-7.0.22/debian/xserver-xorg.config.in 
xorg-7.0.22.patched/debian/xserver-xorg.config.in
--- xorg-7.0.22/debian/xserver-xorg.config.in   2006-06-12 05:40:21.0 
+0200
+++ xorg-7.0.22.patched/debian/xserver-xorg.config.in   2006-08-08 
11:50:43.0 +0200
@@ -964,6 +964,99 @@
 warn selected layout '$XMAP' from '$DI_KEYMAP--$REALLANG' is l2-only
   fi
 
+  # Try to guess the keyboard model if we have a laptop; largely adapted
+  # from hotkey-setup by Matthew Garrett and laptop-detect by Thom May
+
+  # Are we a Mac?
+  if [ -d /proc/pmu ]; then
+batteries=$(grep Battery /proc/pmu/info| cut -f2 -d:)
+if test $batteries -ne 0; then
+  MODEL=apple_laptop
+fi
+  fi
+  
+  # Try to get information out of dmidecode, if we can
+  if [ -x /usr/sbin/dmidecode ]; then
+manufacturer=`dmidecode --string system-manufacturer`
+name=`dmidecode --string system-product-name`
+version=`dmidecode --string system-version`
+chassis=`dmidecode --string chassis-type`
+  
+case $manufacturer in
+Acer*)
+  case $name in
+  Ferrari*4000*)
+MODEL=acer_ferrari4k
+;;
+  TravelMate*800*)
+MODEL=acer_acer_tm_800
+;;
+  esac
+  ;;
+  
+Dell*)
+  case $name in
+  Latitude*)
+MODEL=latitude
+;;
+  esac
+  ;;
+  
+Hewlett-Packard*)
+  case $name in
+  Omnibook*XE3*GC*)
+MODEL=hpxe3gc
+;;
+  Omnibook*XE3*GF*)
+MODEL=hpxe3gf
+;;
+  Omnibook*XT1000*)
+MODEL=hpxt1000
+;;
+  Omnibook*500*FA*)
+MODEL=hp500fa
+;;
+  Omnibook*5*)
+MODEL=hp5xx
+;;
+  Omnibook*6000*)
+MODEL=hp6000
+;;
+  Omnibook*6100*)
+MODEL=hp6000
+;;
+  Pavillion*ZT11*)
+MODEL=hpzt11xx
+;;
+  esac
+  ;;
+  
+IBM*)
+  case $version in
+  *ThinkPad*)
+MODEL=thinkpad
+;;
+  esac
+  ;;
+  
+LENOVO*)
+  case $version in
+  *ThinkPad*)
+MODEL=thinkpad
+;;
+  esac
+  ;;
+  
+Toshiba*)
+  case $name in
+  Satellite*S3000*)
+MODEL=toshiba_s3000
+;;
+  esac
+  ;;
+esac
+  fi
+
   XKBLAYOUT=$XMAP
   XKBOPTIONS=$OPTIONS
   XKBVARIANT=$VARIANT


Bug#382005: yelp: keeps calling poll with zero time-out with gnumeric documentation

2006-08-08 Thread wouter
Package: yelp
Version: 2.14.2-2
Severity: normal


After opening documentation of gnumeric yelp takes a lot of cpu-time doing 
nothing. A strace showed about 250 calls per second to 'poll' with zero 
time-out.

After running yelp for some minutes this call could be isolated (filtered with 
'grep poll | sort | uniq -c' ):

  32499 poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=8, 
events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, 
events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=16, 
events=POLLIN|POLLPRI}, {fd=15, events=POLLIN|POLLPRI}, {fd=11, 
events=POLLIN|POLLPRI}, {fd=18, events=POLLIN}], 10, 0) = 0

Speculation: something sets an eventloop with a zero time-out.

Greetings,

Wouter Oosterveld

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

Versions of packages yelp depends on:
ii  docbook-xml4.4-5 standard XML documentation system,
ii  gconf2 2.14.0-1  GNOME configuration database syste
ii  gnome-doc-utils0.6.1-1   a collection of documentation util
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbz2-1.0 1.0.3-3   high-quality block-sorting file co
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libgcc11:4.1.1-5 GCC support library
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomeprint2.2-0 2.12.1-5  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1+b1   Layout and rendering of internatio
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libstartup-notification0   0.8-1 library for program launch feedbac
ii  libstdc++6 4.1.1-5   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.0-7 X11 client-side library
ii  libxml22.6.26.dfsg-2 GNOME XML library
ii  libxslt1.1 1.1.17-2  XSLT processing library - runtime 
ii  libxul0d   1.8.0.4-1 Gecko engine library
ii  xml-core   0.09-0.1  XML infrastructure and XML catalog
ii  zlib1g 1:1.2.3-13compression library - runtime

yelp recommends no packages.

-- no debconf information


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



Bug#382006: ImportError: No module named svnmailer

2006-08-08 Thread Michael Bussmann
Package: svnmailer
Version: 1.0.8-5
Severity: normal

Hi,

Starting svn-mailer always gives

| [EMAIL PROTECTED] [1096] =svn-mailer 
| Oops, svn-mailer crashed. You may want to send the traceback to the
| author:
| 
| Traceback (most recent call last):
|   File /usr/bin/svn-mailer, line 26, in ?
| from svnmailer import cli, main, subversion
| ImportError: No module named svnmailer

Cheers,
MB

-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (920, 'stable'), (900, 'stable'), (300, 'testing'), (100, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17.4
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages svnmailer depends on:
ii  python2.3.5-11   An interactive high-level object-o
ii  python-subversion 1.3.2-5Python bindings for Subversion
ii  python-support0.3.8  automated rebuilding support for p

svnmailer recommends no packages.

-- debconf-show failed


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



Bug#382008: aptitude: Bad error message when config file is read-only

2006-08-08 Thread Tim Phipps
Package: aptitude
Version: 0.4.1-1.1
Severity: minor

Running in a chroot with home directories mounted read-only I get this
error message in a read dialog box:

E: /home/root/.aptitude/config - Unable to open %s for writing (13 Permission 
denied)

I think the %s should be removed.

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.45 Advanced front-end for dpkg
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-5  GCC support library
ii  libncursesw5  5.5-2  Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.16-3   type-safe Signal Framework for C++
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.1-1.1  English manual for aptitude, a ter

-- no debconf information


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



Bug#380552: ftbfs

2006-08-08 Thread Michael Stone
This wasn't duplicated for any other arch, and this plaform apparantly 
hasn't even tried building the last two uploads. I'm going to assume it 
was a platform-specific build environment bug unless there's further 
information provided.


Mike Stone


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



Bug#381923: [Adduser-devel] Bug#381923: rpcinfo: can't contact portpammer: RPC: Remote system error - Connection refused

2006-08-08 Thread Stephen Gran
This one time, at band camp, Marc Haber said:
 And here is the attachment.

 Index: debian/changelog
 ===
 --- debian/changelog  (revision 645)
 +++ debian/changelog  (working copy)
 @@ -1,8 +1,10 @@
  adduser (3.96.0) UNRELEASED; urgency=low
  
* NOT RELEASED YET
 +  * Don't show rpcinfo -p errors to the user.
 +Thanks to Michael Prokop. Closes: #381923
  
 - -- Marc Haber [EMAIL PROTECTED]  Mon, 31 Jul 2006 07:08:01 +
 + -- Marc Haber [EMAIL PROTECTED]  Tue,  8 Aug 2006 09:07:58 +
  
  adduser (3.96) unstable; urgency=low
  
 Index: AdduserCommon.pm
 ===
 --- AdduserCommon.pm  (revision 645)
 +++ AdduserCommon.pm  (working copy)
 @@ -20,8 +20,12 @@
  } elsif(-f /etc/init.d/nis) {
  $nisconfig = /etc/init.d/nis;
  }
 +# find out whether a local ypserv is running
 +# We can ditch any rpcinfo error since if the portmapper is 
 nonfunctional,
 +# we couldn't connect to ypserv anyway. If this assumption is invalid,
 +# please file a bug and suggest a better way.
  if(defined($nisconfig)  -f /var/yp/Makefile 
 --x /usr/bin/rpcinfo  grep(/ypserv/, qx{/usr/bin/rpcinfo -p})) {
 +-x /usr/bin/rpcinfo  grep(/ypserv/, qx{/usr/bin/rpcinfo -p 
 2/dev/null})) {
   open(NISCONFIG, $nisconfig);
   if(grep(/^NISSERVER=master/, NISCONFIG)) {
  system(make, -C, /var/yp);

/me approves.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#381978: debian-installer: etch d-i installs an antique mouse cursor

2006-08-08 Thread Frans Pop
reassign 381978 xserver-xorg-core
tags 381978 + d-i
thanks

On Tuesday 08 August 2006 04:59, Michael Gilbert wrote:
 after installation, the etch X cursor looks very antiquated (plain
 black and rather small).  i am a huge fan of the pretty white cursor
 that came along with sarge, and am dissapointed that it has gone away.
 i'm not sure if the current cursor is a mistake or was discussed and
 selected.  i think that the sarge cursor looks better than the windows
 cursor and as such was an advantage.  anyway, my vote is to bring back
 the pretty white cursor.


pgpwaVty5Zvxo.pgp
Description: PGP signature


Bug#382012: apt-proxy-import doesn't start after last upgrade

2006-08-08 Thread Andreas Pakulat
Package: apt-proxy
Version: 1.9.34
Severity: important

Hi,

I wanted to switch back to apt-proxy (from apt-cacher) using this new
fixed version. Unfortunately apt-proxy-import hasn't been updated to the
newly created classes.

Andreas

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

Versions of packages apt-proxy depends on:
ii  adduser   3.96   Add and remove users and groups
ii  bzip2 1.0.3-3high-quality block-sorting file co
ii  debconf [debconf-2.0] 1.5.3  Debian configuration management sy
ii  logrotate 3.7.1-3Log rotation utility
ii  python2.3.5-11   An interactive high-level object-o
ii  python-apt0.6.19 Python interface to libapt-pkg
ii  python-central0.5.4  register and build utility for Pyt
ii  python-twisted-web0.6.0-1An HTTP protocol implementation to

apt-proxy recommends no packages.

-- debconf information:
* apt-proxy/upgrading-v2:
* apt-proxy/upgrading-v2-result:


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



Bug#382011: paxtest: FTBFS: error: 'BITS_PER_LONG' undeclared (first use in this function)

2006-08-08 Thread Julien Danjou
Package: paxtest
Version: 0.9.6-2
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of paxtest_0.9.6-2 on avidan by sbuild/i386 0.49
 Build started at 20060808-1217
 **
...
 dh_testdir
 /usr/bin/make -f Makefile.generic
 make[1]: Entering directory `/build/buildd/paxtest-0.9.6'
 gcc -O2 -DRUNDIR=\/usr/lib/paxtest\   -c -o chpax-0.5/aout.o 
 chpax-0.5/aout.c
 In file included from /usr/include/linux/cpumask.h:86,
  from /usr/include/asm-i486/processor.h:23,
  from /usr/include/asm/processor.h:8,
  from /usr/include/asm-i486/elf.h:10,
  from /usr/include/asm/elf.h:8,
  from /usr/include/linux/elf.h:6,
  from chpax-0.5/chpax.h:13,
  from chpax-0.5/aout.c:7:
 /usr/include/linux/bitmap.h: In function 'bitmap_zero':
 /usr/include/linux/bitmap.h:128: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h:128: error: (Each undeclared identifier is 
 reported only once
 /usr/include/linux/bitmap.h:128: error: for each function it appears in.)
 /usr/include/linux/bitmap.h: In function 'bitmap_fill':
 /usr/include/linux/bitmap.h:143: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_copy':
 /usr/include/linux/bitmap.h:149: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_and':
 /usr/include/linux/bitmap.h:160: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_or':
 /usr/include/linux/bitmap.h:169: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_xor':
 /usr/include/linux/bitmap.h:178: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_andnot':
 /usr/include/linux/bitmap.h:187: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_complement':
 /usr/include/linux/bitmap.h:196: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_equal':
 /usr/include/linux/bitmap.h:205: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_intersects':
 /usr/include/linux/bitmap.h:214: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_subset':
 /usr/include/linux/bitmap.h:223: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_empty':
 /usr/include/linux/bitmap.h:231: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_full':
 /usr/include/linux/bitmap.h:239: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_shift_right':
 /usr/include/linux/bitmap.h:253: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 /usr/include/linux/bitmap.h: In function 'bitmap_shift_left':
 /usr/include/linux/bitmap.h:262: error: 'BITS_PER_LONG' undeclared (first use 
 in this function)
 In file included from /usr/include/asm-i486/processor.h:23,
  from /usr/include/asm/processor.h:8,
  from /usr/include/asm-i486/elf.h:10,
  from /usr/include/asm/elf.h:8,
  from /usr/include/linux/elf.h:6,
  from chpax-0.5/chpax.h:13,
  from chpax-0.5/aout.c:7:
 /usr/include/linux/cpumask.h: At top level:
 /usr/include/linux/cpumask.h:88: error: expected specifier-qualifier-list 
 before 'DECLARE_BITMAP'
 /usr/include/linux/cpumask.h: In function '__cpu_set':
 /usr/include/linux/cpumask.h:94: error: 'cpumask_t' has no member named 'bits'
 /usr/include/linux/cpumask.h: In function '__cpu_clear':
 /usr/include/linux/cpumask.h:100: error: 'cpumask_t' has no member named 
 'bits'
 /usr/include/linux/cpumask.h: In function '__cpus_setall':
 /usr/include/linux/cpumask.h:106: error: 'cpumask_t' has no member named 
 'bits'
 /usr/include/linux/cpumask.h: In function '__cpus_clear':
 /usr/include/linux/cpumask.h:112: error: 'cpumask_t' has no member named 
 'bits'
 /usr/include/linux/cpumask.h: In function '__cpu_test_and_set':
 /usr/include/linux/cpumask.h:121: error: 'cpumask_t' has no member named 
 'bits'
 /usr/include/linux/cpumask.h: In function '__cpus_and':
 /usr/include/linux/cpumask.h:128: error: 'cpumask_t' has no member named 
 'bits'
 /usr/include/linux/cpumask.h:128: error: 'cpumask_t' has no member named 
 'bits'
 /usr/include/linux/cpumask.h:128: error: 'cpumask_t' has no member named 
 'bits'
 /usr/include/linux/cpumask.h: In function

Bug#381975: graphical-installer: cannot undo ssid entry

2006-08-08 Thread Frans Pop
reassign 381975 netcfg
thanks

I doubt that this is specific to the graphical installer.


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



Bug#382009: hddtemp: Please add support for ST98823AS

2006-08-08 Thread Alexander Wirt
Package: hddtemp
Version: 0.3-beta15-18
Severity: wishlist

Hi, 

please add the following entry to hddtemp.db:

ST98823AS   194  C  Seagate Momentus 5400.2 80GB

(This is the 80Gb Harddisk in the macbook)

Thanks 
Alex

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

Versions of packages hddtemp depends on:
ii  debconf [debconf-2.0]1.5.3   Debian configuration management sy
ii  grep 2.5.1.ds2-5 GNU grep, egrep and fgrep
ii  libc62.3.6-18GNU C Library: Shared libraries
ii  sed  4.1.5-1 The GNU sed stream editor

hddtemp recommends no packages.

-- debconf information:
  hddtemp/SUID_bit: false
* hddtemp/interface: 127.0.0.1
* hddtemp/daemon: true
  hddtemp/syslog: 0
* hddtemp/port: 7634


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



Bug#382010: let the bugscript abort the bug reporting

2006-08-08 Thread martin f krafft
Package: reportbug
Version: 3.21.2
Severity: wishlist

I wish my /usr/share/bug script could just exit 1 and cause
reportbug to exit, rather than spawn the MUA.

Thanks,

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


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


Bug#381985: libwbxml version 0.9.2 to Debian reposity

2006-08-08 Thread Riku Voipio
reassign 381985 libwbxml2
merge 381987 381985
thanks

On Tue, Aug 08, 2006 at 11:55:53AM +0200, Martin Michlmayr wrote:
 reassign 381985 libwbxml
 thanks
 
 * LittleLion [EMAIL PROTECTED] [2006-08-08 09:07]:
  Package: libwbxml
  Version: 0.9.0dfsg-1
  
  Is possible add libwbxml version 0.9.2 to Debian reposity?
  It's released 2006/07/11: http://libwbxml.aymerick.com:8080/
 
 This appears to be in Debian already:
 
 Package: wbxml2
 Binary: libwbxml2-dev, libwbxml2, libwbxml2-utils
 Version: 0.9.0dfsg-1
 Priority: optional
 Section: libs
 Maintainer: Riku Voipio [EMAIL PROTECTED]
 -- 
 Martin Michlmayr
 http://www.cyrius.com/


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



Bug#381193: [INTL:pt] Portuguese translation for clamav-data (debconf)

2006-08-08 Thread Marc Haber
tags #381193 confirmed pending
thanks

On Wed, Aug 02, 2006 at 07:41:04PM +0100, Rui Branco wrote:
 Portuguese (pt) translation for clamav-data's debconf messages by
 Ricardo Silva ardoric _at_ gmail.com.
 Feel free to use it.

I have committed the translation to svn. clamav-getfiles and
clamav-data are built from the same source. May I encourage
translation of clamav-getfiles debconf messages as well?

Greetings
Marc

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


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



Bug#380614: [Build-common-hackers] Bug#380614: cdbs: creates empty packages on -dbg package creation

2006-08-08 Thread Marc Haber
On Wed, Aug 02, 2006 at 11:17:16PM +0200, Peter Eisentraut wrote:
 Marc Haber wrote:
  Just for clarity: overriding DEB_DESTDIR would be to say
  DEB_DESTDIR:=debian/tmp in debian/rules?
 
 Yes.

First, I tried DEB_DESTDIR:=debian/tmp. This results in a libtool
error message libtool: install: debian/tmp/usr/lib' must be an
absolute directory name. Next, I tried
DEB_DESTDIR:=$(pwd)/debian/tmp, which resulted in trying to install
the compiled binary to /debian/tmp, of course with EPERM. Writing the
full path resulted in the already-known binary-less package.
$(pwd)/debian/tmp expands to /debian/tmp

 You can probably just write * in there.

That one results in
|dh_install -pksynaptics
|cp: cannot copy a directory, `./debian', into itself, 
`debian/ksynaptics/debian/tmp/debian'

Greetings
Marc

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


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



Bug#381033: patch

2006-08-08 Thread martin f krafft
tags 381033 patch pending
thanks

http://svn.debian.org/wsvn/collab-maint/deb-maint/hibernate/trunk/debian/patches/80-log-permissions.dpatch?op=filerev=0sc=0

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


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


Bug#380552: acknowledged by developer ()

2006-08-08 Thread Bastian Blank
reopen 380552
thanks

Closed without explanation.

The bug is reproducable with current HEAD.

Bastian

-- 
Deflector shields just came on, Captain.


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



Bug#381556: bugzilla: showdependencygraph.cgi not 2.22 version

2006-08-08 Thread Alexis Sukrieh

tags 381556 + confirmed
thanks

When pressing the show dependency graph link in the new/edit bug view, 
the following error occurs:


Software error:

Undefined subroutine main::PerformSubsts called at
/usr/lib/cgi-bin/bugzilla/showdependencygraph.cgi line 229.

The sub PerformSubsets doesn't exist anymore in 2.22. 2.22 includes
the call to perform_substs(). Seems to be an old version of
showdependencygraph.cgi in the 2.22 deb.


Indeed, sorry for that. It's not an old version of the script, it's just 
a patch made for the Debian needs, that comes from previous packages.


I'm going to update it accordingly.

Thanks for the report.

Alexis.


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



Bug#382013: installation: ernel 2.6.15 does not work after installing ttf-alee thunderbird-locale-fr bash apt and binutils

2006-08-08 Thread Jean-Michel
Package: installation
Severity: normal

In my system (Debian testing), I use kernel 2.6.15 for some monthes.

Yesterday evening, I'have done:
apt-get install  ttf-alee thunderbird-locale-fr bash apt binutils
(I had seen they were available with apt-get -s update andapt-get -s
upgrade).

After this installation, thunderbird was working fine, in french.

However, at rebooting the system, this morning, the system doesnot boot,
with kernel 2.6.15.
It stops with some panic error, related to a thing about ramfs, at early
stage of boot.
This boot try is not written nor in /var/log/syslog, nor in /var/log/messages.

However, the system boots correctly with the old 2.6.12 kernel, when
ADSL internet correction, udev, and X does not work correctly with my 2.6.12
instalation.


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


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



Bug#382003: debian-edu-install: [INTL;da] Updated Danish debconf translation

2006-08-08 Thread Petter Reinholdtsen
tags 382003 + pending
thanks

[Claus Hindsgaul]
 Please include the attached updated Danish debconf translation
 (/debian/po/da.po)

Thank you.  I've commited the file to svn and updated the .pot file.
In the process I discovered that the new strings you had translated
were not supposed to be translatable.  Those are internal values used
by the automatic partitioning.  I've marked them untranslatable, and
apologise for the extra work.  Thank you for bringing it to our
attention, though.


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



Bug#382014: can't fly to girlfriend

2006-08-08 Thread Gürkan Sengün

Package: galeon
Version: 1.3.20-1
Severity: important

i want to fly to my girlfriend in stockholm but when i go to
www.swiss.ch type in zurich, stockholm then hit search
the browser just crashes.

yours,
Gürkan



Bug#382015: hangs at animation before returning results

2006-08-08 Thread Gürkan Sengün

Package: konqueror
Version: 3.3.2-1sarge1
Severity: normal

i want to fly to stockholm but when i go to
www.swiss.ch type in zurich, stockholm then hit search
the browser just keeps showing an animation and no
results.

yours,
Gürkan



Bug#381881: mkfs.xfs: error loading librt.so

2006-08-08 Thread Frans Pop
On Monday 07 August 2006 17:31, Ionut Georgescu wrote:
 Comments/Problems:
 mkfs.xfs failed with error loading shared library librt.so. Used JFS
 insted of XFS in the end.

Looks like librt.so is part of libc6, but is currently not included in the 
libc6 udeb. We will follow up on that.

 portmap and printfconf took ages to install. The console (tty4) showed
 Obsolete command TITLE ... messages for both of them.

That message is harmless, but I've seen the same problem for portmap and 
already filed #381085.

 Overall Installation went very nice. Some local peculiarities ask for
 manual configuration of the network, despite of the existing DHCP
 server on the network. Had to pull the network cable and restart the
 installer to make DHCP fail and thus be able to choose the manual
 configuration.

Strange. DHCP detection has a timeout and can be cancelled. No idea why 
that should not work in your situation. DHCP sometimes not working 
because of local issues comes up sometimes, but is not something we can 
do much about.

 Why did I get libc6-amd64 installed on a 32bit system?

Yes, that annoys me too. Has to do with the priority of the package, not 
something we can really influence. Will hopefully be corrected before the 
release.

Thanks for your report.


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



Bug#382009: hddtemp: Please add support for ST98823AS

2006-08-08 Thread Alexander Wirt
Alexander Wirt schrieb am Dienstag, den 08. August 2006:

 Package: hddtemp
 Version: 0.3-beta15-18
 Severity: wishlist
 
 Hi, 
 
 please add the following entry to hddtemp.db:
 
 ST98823AS   194  C  Seagate Momentus 5400.2 80GB
Ah, my fault, the correct desription would be: 
Seagate Momentus 5400.2 80GB SATA

Alex



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



Bug#382012: (apt-proxy-import doesn't start after last upgrade

2006-08-08 Thread Andreas Pakulat
Hi,

forgot the backtrace:

[EMAIL PROTECTED]:/var/cache/apt-cacherapt-proxy-import packages/
2006/08/08 12:50 CEST [-] Log opened.
2006/08/08 12:50 CEST [-] [import] Importing packages from directory: packages/
2006/08/08 12:50 CEST [-] Traceback (most recent call last):
2006/08/08 12:50 CEST [-]   File /usr/sbin/apt-proxy-import, line 91, in ?
2006/08/08 12:50 CEST [-] packages.import_directory(factory, import_dir, 
config.opts['recursive'])
2006/08/08 12:50 CEST [-]   File 
/usr/lib/python2.3/site-packages/apt_proxy/packages.py, line 371, in 
import_directory
2006/08/08 12:50 CEST [-] import_file(factory, dir, file)
2006/08/08 12:50 CEST [-]   File 
/usr/lib/python2.3/site-packages/apt_proxy/packages.py, line 387, in 
import_file
2006/08/08 12:50 CEST [-] paths = get_mirror_path(factory, dir+'/'+file)
2006/08/08 12:50 CEST [-] NameError: global name 'get_mirror_path' is not 
defined

Andreas

-- 
You're definitely on their list.  The question to ask next is what list it is.


pgpXWguztcnPo.pgp
Description: PGP signature


Bug#382013: installation: ernel 2.6.15 does not work after installing ttf-alee thunderbird-locale-fr bash apt and binutils

2006-08-08 Thread Frans Pop
reassign 382013 initramfs-tools
tags 382013 + moreinfo
thanks

On Tuesday 08 August 2006 12:36, Jean-Michel wrote:
 Yesterday evening, I'have done:
 apt-get install  ttf-alee thunderbird-locale-fr bash apt binutils
 (I had seen they were available with apt-get -s update andapt-get -s
 upgrade).

I doubt your problem has anything to do with the installation of these 
packages

 However, at rebooting the system, this morning, the system doesnot
 boot, with kernel 2.6.15.
 It stops with some panic error, related to a thing about ramfs, at
 early stage of boot.

 However, the system boots correctly with the old 2.6.12 kernel, when
 ADSL internet correction, udev, and X does not work correctly with my
 2.6.12 instalation.

Please provide the exact messages you see on the console at the time the 
installation fails. These are needed to be able to diagnose the problem 
and help you.

Do you get into a shell when the boot fails?
If you do, what is the output of:
- echo $ROOT
- cat /proc/cmdline


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



Bug#324466: differences in dbase III and III+ files

2006-08-08 Thread Damyan Ivanov
Hi,

Here's a patch to read correctly dbase III files. I seem not to have
any III+ files around to test it, but it should be ok in that case too.

The idea is that instead of skipping the \r char (and eventually, the
null character after it) after the header to get to the data, we can
seek straight to the data using the information for header length:

(wrapped)
--- dbview-1.0.3/db_dump.c
+++ dbview-1.0.3/db_dump.c
@@ -268,7 +268,7 @@
}
stack_field(fld);
 }
-fseek(dbfile, 1, SEEK_CUR);  /* read the silly little \r 0x0d
character */
+fseek(dbfile, dbhead.header, SEEK_SET);  /* seek to the data
records start */

 return;
 }


Thanks for considering,
dam
-- 
Damyan Ivanov   Modular Software Systems
[EMAIL PROTECTED]
phone +359(2)928-2611, 929-3993  fax +359(2)920-0994
mobile +359(88)856-6067 [EMAIL PROTECTED]/Gaim



signature.asc
Description: OpenPGP digital signature


Bug#380407: nautilus: crashes when `Open as administrator`clicked

2006-08-08 Thread Gustavo Noronha Silva
Em Mon, 7 Aug 2006 10:35:27 -0400
한정훈 [EMAIL PROTECTED] escreveu:

[...]
 1. `startx` or start session with simple  powerful pwm.
 2. open an xterm. then `nautilus` in xterm
[...]
 4. when I tried `Open as admin~` on normal Desktop folder like
 before, no errors displayed.
 5. but when tryed on my HomeDir  TrashDir on my Desktop,
 (nautilus:2456): libgnomevfs-CRITICAL **:
 gnome_vfs_mime_application_get_exec: assertion `app != NULL' failed
 displayed  crash occurred.

That pretty much makes it a bug in the gksu nautilus module not handling
special cases where gnome_vfs_mime_application fails, I say, although
I'm unable to reproduce it here (gedit wants to handle it all =D).

I'll reassign, then, and we'll try some solutions.

Thanks,

-- 
Gustavo Noronha Silva [EMAIL PROTECTED]
http://people.debian.org/~kov/



Bug#382016: installation: kernel 2.6.15 does not work, after upgrading some packages.

2006-08-08 Thread Jean-Michel
Package: installation
Severity: normal

After installing some packages not related to the kernel, kernel 2.6.15
does not work anymore.

This continue the bugreport sent few minutes ago.

After bootin on a 2.6.12 kernel, (try to) boot with 2.6.15  makes
Boot sequence display the following lines:
(Not this report is approximative, and  mean some texte is not
reported.)


Net Registred protocol family 1
Net Registred protocol family 17
Net Registred protocol family 8
Net Registred protocol family 20
Using IPI shortcut mode
ACPI wake up devices:
SLPB PCI0 USB0  LPT1
ACPI (supports S0 S1 S4 S5)
RAMDISK(compressed image found at lock 0
input AT Translated Set 2 keyboard as /class/input/input0
RAMDISK: incomplete write (-28!=32768) 8388608
RAMDISK: ran out of compressed data
invalid compressed format (err=1)
VFS: Cannot open rot devices 307 or unknown block(3,7)
Please append a correct root= boot option 
Kernel panic - not syncing: VFS Unable to mount root fs on unknown block
(3,7)


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


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



Bug#382012: (apt-proxy-import doesn't start after last upgrade

2006-08-08 Thread Chris Halls
severity 382012 serious
tag 382012 + confirmed
thanks

On Tuesday 08 August 2006 11:50, Andreas Pakulat wrote:
 12:50 CEST [-] NameError: global name 'get_mirror_path' is not defined

Gah thanks Andreas. I've been so busy testing the caching that I completely 
overlooked apt-proxy-import.

Chris


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



Bug#380614: [Build-common-hackers] Bug#380614: cdbs: creates empty packages on -dbg package creation

2006-08-08 Thread Peter Eisentraut
Am Dienstag, 8. August 2006 12:49 schrieb Marc Haber:
 On Wed, Aug 02, 2006 at 11:17:16PM +0200, Peter Eisentraut wrote:
  Marc Haber wrote:
   Just for clarity: overriding DEB_DESTDIR would be to say
   DEB_DESTDIR:=debian/tmp in debian/rules?
 
  Yes.

 First, I tried DEB_DESTDIR:=debian/tmp.

Sorry, I didn't think all the way.  You need to set

DEB_DESTDIR = $(CURDIR)/debian/ksynaptics

$(CURDIR)/debian/tmp would be setting if you don't write this.  (Your missing 
binaries are still in the debian/tmp directory.)

 $(pwd)/debian/tmp expands to /debian/tmp

$(pwd) does not have a special meaning in make.

  You can probably just write * in there.

 That one results in

 |dh_install -pksynaptics
 |cp: cannot copy a directory, `./debian', into itself,
 | `debian/ksynaptics/debian/tmp/debian'

Probably debian/tmp/* then, or you need to give a --sourcedir option to 
dh_install.


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



Bug#382018: TAG: CSpace -- p2p Instant Messenger (serverless and open) to add to Debian as a Package (wishlist add request)

2006-08-08 Thread thomasasta
Package: wnpp
Severity: ITP   wishlist

CSpace is a p2p Instant Messenger, open source and serverless, working on a p2p 
Basis of the kademlia protocol based on a DHT. So it is owned to a peer 
userbase and not to a company, it is working very well and has no advertising 
like other Messenger.  All serverless and encrypted. It is requested for a 
package fo your linux distribution. The homepage is here:
http://cspace.in  and the Linux one here : http://www.aabdalla.com/cspace/

the code to add is here: 
http://www.aabdalla.com/cspace/releases/cspace-0.1.24-r0.i386.rpm

Please can you help us to get it into the next release or ask as well the linux 
creator to update it and join the packaging.

This mail follows:
http://www.nl.debian.org/devel/wnpp/#l2
sent by Lionel Elie Mamane [EMAIL PROTECTED]
See on how to file a Request For Package.



-- 


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


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



Bug#382022: Please provide check_system_crontabs script (and probably others) in the package

2006-08-08 Thread Julien Louis
Package: fcron
Version: 3.0.0-2
Severity: wishlist

Hi, 

Can you add check_system_crontabs script in the package and add a note
in the README.Debian about this script ? This could be ease the
migration from default cron to fcron.

Cheers

-- 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.17-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages fcron depends on:
ii  adduser   3.96   Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.3  Debian configuration management sy
ii  dpkg  1.13.22package maintenance system for Deb
ii  exim4 4.62-4 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.62-4 lightweight exim MTA (v4) daemon
ii  libc6 2.3.6-18   GNU C Library: Shared libraries
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l
ii  libselinux1   1.30-1 SELinux shared libraries

Versions of packages fcron recommends:
ii  sysklogd [system-log-daemon]  1.4.1-18   System Logging Daemon

-- debconf information excluded

-- 
 SUITE À DE NOMBREUSES TENTATIVES D'INTRUSIONS SUR MA MACHINE SUR LE PORT 80
Meuh non, pour tous vos problèmes de peau , Biactol.fr est le seul site
qui débouche tous vos ports, même le port 80...
-+- Yûsei in Guide du Fmblien Assassin : la crème de la sécurité -+-



Bug#382021: libselinux1: Should run telinit u in postinst script

2006-08-08 Thread Piotr Kaczuba
Package: libselinux1
Version: 1.30-1
Severity: normal

After upgrade of libselinux1 init is still using the old version and
therefore on a reboot or shutdown the root filesystem cannot be
remounted read-only, which leaves the root partition in an unclean
state.
The solution is to run telinit u or init u in the postinst script
like it's done for libc, which had the same problem in the past.

Piotr Kaczuba


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.8-orbiter.x86-64.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libselinux1 depends on:
ii  libc6 2.3.6-18   GNU C Library: Shared libraries
ii  libsepol1 1.12-1 Security Enhanced Linux policy lib

libselinux1 recommends no packages.

-- no debconf information


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



Bug#381881: mkfs.xfs: error loading librt.so

2006-08-08 Thread Frans Pop
reassign 381881 libc6-udeb
version 381881 2.3.6-18
retitle 381881 Please add librt to the udeb (needed by mkfs.xfs)
severity 381881 important
tags 381881 + d-i
thanks

On Monday 07 August 2006 17:31, Ionut Georgescu wrote:
 mkfs.xfs failed with error loading shared library librt.so. Used JFS
 insted of XFS in the end.

librt is currently not included in the libc6 udeb, but seems to be needed 
to create xfs filesystems. Please add it.


pgpdRfAG5qEpg.pgp
Description: PGP signature


Bug#295760: Does ktoon 0.8.0rc1 still need libming?

2006-08-08 Thread Juan Manuel Garcia Molina
Hi, Free.

El Martes, 8 de Agosto de 2006 02:07, Free Ekanayaka escribió:
 Hi Juan,

 I've seen that ktoon 0.8 is out! :) I've update the debian package of
 the 0.8.0rc1 (I've just added a new entry to the debian/changelog)and
 built it. Everything seems to work fine on my amd64 system.

I will play during the day with ktoon 0.8, building it for i386 and powerpc 
arches.

 What do you think about uploading it to Debian?

It should happen as soon as possible. Hopefully, within this week. Right.

 Ciao,

Thanks and regards.

-- 
Juan Manuel  Garcia Molina
Debian GNU/Linux Developer
[EMAIL PROTECTED] http://www.debian.org


pgp6Oo5ksuvOL.pgp
Description: PGP signature


Bug#382017: pdns: pdns-backend-pgsql + chroot + ssl does not work out of the box

2006-08-08 Thread Fabian Fagerholm
Package: pdns-backend-pgsql
Version: 2.9.20-3
Severity: wishlist

I noticed that the gpgsql backend does not work if you simply enable the 
chroot configuration option and expect to use an SSL connection to the 
PostgreSQL server. The backend is dynamically linked against libssl:

$ ldd /usr/lib/powerdns/libgpgsqlbackend.so | grep libssl
libssl.so.0.9.8 = /usr/lib/libssl.so.0.9.8 (0x2ab94b59f000)

Since the server is already chrooted when libssl is supposed to be 
linked in, it will fail, causing messages like this in 
/var/log/daemon.log:

Aug  8 12:38:45 myhost pdns[14523]: gpgsql Connection failed: Unable to connect 
to database, connect string: dbname=mydb user=myuser host=10.0.0.10 port=5432 
password=xxx: SSL SYSCALL error: No such file or directory

Some ways to fix this would be to copy (or hardlink) the required 
libraries into the chroot, to alter PowerDNS to allow loading libssl 
before chrooting, and to document how to make it work.

For now, a note in README.Debian, saying that the chroot option won't 
work with SSL connections would be nice.

Thanks!

-- 
Fabian Fagerholm [EMAIL PROTECTED]


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



Bug#382020: libsepol1: Should run telinit u in postinst script

2006-08-08 Thread Piotr Kaczuba
Package: libsepol1
Version: 1.12-1
Severity: normal

After upgrade of libsepol1 init is still using the old version and
therefore on a reboot or shutdown the root filesystem cannot be remounted 
read-only, which leaves the root partition in an unclean state.
The solution is to run telinit u or init u in the postinst script like it's
done for libc, which had the same problem in the past.

Piotr Kaczuba


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.8-orbiter.x86-64.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libsepol1 depends on:
ii  libc6 2.3.6-18   GNU C Library: Shared libraries

libsepol1 recommends no packages.

-- no debconf information


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



Bug#382019: gpglist: should ignore fpr: lines

2006-08-08 Thread debian
Package: signing-party
Version: 0.4.7-1
Severity: wishlist
Tags: patch

*** Please type your report below this line ***
If you happen to have with-fingerprint in your gpg configuration,
gpglist will hit lines 125f.
Please apply attached patch to make it happy again *g*

Best regards
K. Hoercher
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-wb-a
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages signing-party depends on:
ii  gnupg1.4.5-1 GNU privacy guard - a free PGP rep
ii  libgnupg-interfa 0.33-6  Perl interface to GnuPG
ii  libmailtools-per 1.74-0.1Manipulate email in perl programs
ii  libmime-perl 5.420-0.1   Perl5 modules for MIME-compliant m
ii  libtext-template 1.44-1.1Text::Template perl module
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

Versions of packages signing-party recommends:
ii  exim4 4.62-4 metapackage to ease exim MTA (v4)
ii  exim4-daemon-light [mail-tran 4.62-4 lightweight exim MTA (v4) daemon
ii  libpaper-utils1.1.19 Library for handling paper charact
ii  libtext-iconv-perl1.4-3  converts between character sets in
ii  whiptail  0.52.2-5.1 Displays user-friendly dialog boxe

-- no debconf information
--- /usr/bin/gpglist2005-08-08 09:55:14.0 +0200
+++ bin/gpglist 2006-08-08 12:45:53.0 +0200
@@ -121,6 +121,7 @@
}
last if ( m/^(sub):/ );
next if ( m/^(tru):/ );
+   next if ( m/^(fpr):/ );
print STDERR hi, i'm a bug. please report me to my owner\n;
die input: $_, key: $key;
 }


Bug#382007: clamav: Clam AntiVirus Win32-UPX Heap Overflow (Remote DOS or Exploit)

2006-08-08 Thread Adam D. Barratt
On Tuesday, August 08, 2006 10:55 AM, Benoit Panizzon [EMAIL PROTECTED] wrote:

 Package: clamav
 Version: 0.88.3-0volatile1
 Severity: critical
 Tags: security
 Justification: causes serious data loss
 
 
 Looks like this has not been reported yet:

Well, except that you already did, 15 minutes earlier.

Closing the first report.

Regards,

Adam


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



Bug#369517: linux-image-2.6.16-1-alpha-smp: undefined scsi symbols; fails to allocate percpu data

2006-08-08 Thread Andras Horvath
 But you get a shell if you use initramfs-tools where you can check why
 it is not there.

no I don't -- not with the default initramfs (it's called initrd but the
kernel claims it's initramfs) nor with the one I built myself.

But! This one is fine:

ii  linux-image-2.6.17-1-alpha-generic   2.6.17-5  Linux
kernel 2.6.17 image on Alpha machines

but the -smp is still suffering from the same SCSI problems..

Andras


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



Bug#374985: bugzilla: confirmed

2006-08-08 Thread Alexis Sukrieh

tags 374985 + unreproducible
tags 374985 + moreinfo
thanks

Cristian Ionescu-Idbohrn wrote:

The bug does not seem to be tagged 'confirmed' yet, but for the
record, I can confirm I've been hit by it too.


I cannot reproduce that bug, when I do what is explained in 
`/usr/share/doc/bugzilla/README.Debian'.


I set the following virtualhost:

VirtualHost 127.0.0.1
ServerAdmin [EMAIL PROTECTED]
ServerName bugzilla.domain.com

DocumentRoot /usr/share/bugzilla/web
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

#SetEnv X_BUGZILLA_SITE basic
SetEnv X_BUGZILLA_WEBPATH /

# This is needed for keeping a good url in lots of links
RewriteEngine On
RewriteRule ^(.*/cgi-bin/bugzilla)/?$ $1/index.cgi [R]

/VirtualHost

And edit /etc/bugzilla/params to set the variable urlbase:

 'urlbase' = 'http://127.0.0.1/cgi-bin/bugzilla/',

And everything works fine, the login page too.

Tell me if this helps to solve the bug.

Thanks.

--
Alexis Sukrieh


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



Bug#381980: installation-report: screen position problems

2006-08-08 Thread Christian Perrier
Quoting Eduardo Luis Pinheiro Silva ([EMAIL PROTECTED]):
 Subject: installation-report: screen position problems


This is your only explanation, I'm afraid. Can you be more specific?




signature.asc
Description: Digital signature


Bug#382024: soname bump without changing package name

2006-08-08 Thread Steinar H. Gunderson
Package: librpcsecgss2
Version: 0.14-1
Severity: serious

librpcsecgss2 0.14-1 bumped the soname to librpcsecgss.so.3, which
breaks binary compatibility. Please downgrade to 0.13 again, then make a
new package called librpcsecgss3 with the new version.

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

Versions of packages librpcsecgss2 depends on:
ii  libc6 2.3.6-18   GNU C Library: Shared libraries

librpcsecgss2 recommends no packages.

-- no debconf information


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



Bug#382023: webalizer: Upgrade failes: moving of config file

2006-08-08 Thread Stefan Völkel
Package: webalizer
Version: 2.01.10-30
Severity: normal

Preconfiguring packages ...
mv: cannot move `/etc/webalizer.conf' to
`/etc/webalizer/webalizer.conf': No such file or directory
webalizer failed to preconfigure, with exit status 1

upgrading from -29 to -30

regards
Stefan

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

Versions of packages webalizer depends on:
ii  debconf [debconf-2.0]  1.5.3 Debian configuration management sy
ii  libc6  2.3.6-18  GNU C Library: Shared libraries
ii  libdb4.2   4.2.52+dfsg-1 Berkeley v4.2 Database Libraries [
ii  libgd2-xpm 2.0.33-5  GD Graphics Library version 2
ii  libgeoip1  1.3.17-1  A non-DNS IP-to-country resolver l
ii  libpng12-0 1.2.8rel-5.2  PNG library - runtime
ii  zlib1g 1:1.2.3-13compression library - runtime

webalizer recommends no packages.

-- debconf information:
* webalizer/logfile: /var/log/apache2/bc-bd.org.access.log.1
* webalizer/doc_title: Usage Statistics for bc-bd.org
  webalizer/upgrading:
* webalizer/directory: /var/www/bc-bd.org/webalizer
* webalizer/upgrade2011030:


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



Bug#381994: linux-image-2.6.16-17: SCSI storage controller: BusLogic BT-946C doesn't work

2006-08-08 Thread maximilian attems
On Tue, Aug 08, 2006 at 10:54:11AM +0300, Tomi Pievilainen wrote:
 
 I have a BusLogic BT-946C scsi controller. lspci -v:
 
 :00:10.0 SCSI storage controller: BusLogic BT-946C (BA80C30)
 [MultiMaster 10] (rev 08)
 
 My system is installed on my scsi harddrives. Testing's and unstable's
 newest kernels fail to mount / with messages:
 
 scsi0: BusLogic BT-958 Initialized Succesfully
 sd 0:0:0:0: scsi: Device offlined - not ready after error recovery
 sd 0:0:010: scsi: Device offlined - not ready after error recovery

please post full not working dmesg.
 
 The initialization runs multiple times, with the first one having more
 information and latter ones with just that one line. Weird thing is,
 that Etch netinst cd works just fine. I was able to install the system
 with no hitches, only after booting to the system it fails.
 
 I managed to test the newest kernel form unstable by booting Knoppix
 (which works...), chrooting and dpkg -i:ng the kernel deb, but it fails
 with the same messages ending in busybox. Sarge's 2.6.8 works too.
 
 The install cd's dmesg shows the controller initialization only once,
 it's almost like it would constantly turn on/off with the kernels that
 won't work.
 


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



Bug#381547: aide: French debconf templates translation

2006-08-08 Thread Marc Haber
tags #381547 confirmed pending
thanks

On Sat, Aug 05, 2006 at 01:19:54PM +0200, Gregory Colpart wrote:
 Please find attached the French debconf templates translation,
 proofread by the debian-l10n-french mailing list contributors.

Committed to svn, thanks.

Greetings
Marc

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


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



  1   2   3   4   5   >