Bug#390636: Undefined subroutine main::WIFEXITED called at /usr/lib/dpkg/controllib.pl line 433

2006-10-03 Thread Brendan O'Dea
tag 390636 + pending
thanks

On Tue, Oct 03, 2006 at 12:17:57AM +0200, Per Olofsson wrote:
More specifically, controllib.pl is missing a use POSIX; or so.

Right.  Added.

--bod


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



Bug#390696: (no subject)

2006-10-03 Thread Frank Burkhardt
Hi,

On Mon, Oct 02, 2006 at 09:25:18PM -0700, Russ Allbery wrote:

[snip]

 In your original message, you said that you *weren't* getting forwardable
 TGTs and you wanted to change the module so that you would.  I think I'm
 confused.

Sorry. One mory try:

   * 'kinit' get's forwardable TGTs by default (- whenever it's not explicitely
 forbitten by either 'forwardable=false' in libdefaults or '-F').
   * libauthen-krb5-perl doesn't get forwardable TGTs regardless of what is
 defined in libdefaults.

I just wanted to point out, that getting forwardable TGTs seems to be the 
default
(because kinit behaves that way). I considered this an indication that the
kerberos guys think, getting forwardable TGTs by default is ok.

 If you put that configuration in your krb5.conf, does this
 module obtain forwardable TGTs for you?

No. I already had 'forwardable = true' in my krb5.conf.

[snip]

Regards,

Frank


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



Bug#390801: error with 'cp' in dfsbuild

2006-10-03 Thread pepo
Package: dfsbuild
Version: 0.99.0
Severity: important

Hi, I have problems when try to use dfsbuild... in the last step I get:

[dfs/INFO] Installing bootloader: Grub raw eltorito (no HD emulation)
cp: missing destination file operand after «/tmp/disco/target/boot/grub/»
Pruebe `cp --help' para más información.
[MissingH.Cmd.safeSystem/WARNING] Command cp 
[-rv,/tmp/disco/target/boot/grub/] failed; exit code 1
[dfs/CRITICAL] Exception: user error (Command cp 
[-rv,/tmp/disco/target/boot/grub/] failed; exit code 1)
dfsbuild: user error (Command cp [-rv,/tmp/disco/target/boot/grub/] failed; 
exit code 1)

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

Versions of packages dfsbuild depends on:
ii  cdebootstrap  0.3.11 Bootstrap a Debian system
ii  cramfsprogs   1.1-6  Tools for CramFs (Compressed ROM F
ii  debconf [debconf-2.0] 1.5.4  Debian configuration management sy
ii  grub  0.97-16.1  GRand Unified Bootloader
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  mkisofs   5:1.0~pre4-1.1 Creates ISO-9660 CD-ROM filesystem
ii  reprepro  1.2.0-1debian package repository producer
ii  ucf   2.0015 Update Configuration File: preserv

dfsbuild recommends no packages.

-- no debconf information


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



Bug#390800: cupsys depends on libdbus-1-2, which is no longer in the archive

2006-10-03 Thread Philip Miller
Package: cupsys
Version: 1.2.4-2
Severity: grave
Justification: renders package unusable

Cupsys 1.2.4-1 has an unversioned depends on libdbus-1-3, while 1.2.4-2 depends 
on libdbus-1-2 = 0.62. This is a 
serious regression, given that libdbus-1-2 has been removed from the archive. 
The latest version of cupsys is 
uninstallable as a result of this unsatisfiable dependency.

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


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



Bug#390336: boson-base package will be removed

2006-10-03 Thread Gonéri Le Bouder
Boson-base package is remplaced by the boson package.

I think i need to ask ftp master to remove this package.

Regards,

Gonéri



Bug#390574: zsh: Updated completions for schroot and dchroot

2006-10-03 Thread Clint Adams
 That seems fine, except for the fact that Available chroots is
 translated, so everything up to and including the ':' needs removing.

Okay, committing this then

Index: _dchroot
===
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dchroot,v
retrieving revision 1.2
diff -u -r1.2 _dchroot
--- _dchroot1 Oct 2006 21:57:05 -   1.2
+++ _dchroot3 Oct 2006 06:14:06 -
@@ -22,7 +22,6 @@
 case $state in
(chroot)
_wanted tag expl 'chroot' \
-   compadd ${(os:,:)${${${$(dchroot -l)#Available chroots: }/\[*\]/}//[  
-]/}}
+   compadd ${(os:,:)${${${$(dchroot -l )#*: }// /}//[[\]]/,}}
;;
 esac
Index: _dchroot-dsa
===
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dchroot-dsa,v
retrieving revision 1.1
diff -u -r1.1 _dchroot-dsa
--- _dchroot-dsa1 Oct 2006 21:57:05 -   1.1
+++ _dchroot-dsa3 Oct 2006 06:14:06 -
@@ -21,7 +21,6 @@
 case $state in
(chroot)
_wanted tag expl 'chroot' \
-   compadd ${(os:,:)${${${$(dchroot -l)#Available chroots: }/\[*\]/}//[  
-]/}}
+compadd ${(os:,:)${${${$(dchroot -l )#*: }// /}//[[\]]/,}}
;;
 esac


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



Bug#390733: Upgrade from sarge fails (Segmentation fault scrollkeeper-update -q)

2006-10-03 Thread Steve Langasek
reassign 390733 libxml2
found 390733 2.6.26.dfsg-3
thanks

On Mon, Oct 02, 2006 at 03:31:07PM -0400, Anthony DeRobertis wrote:
 Package: synaptic
 Version: 0.57.11
 Severity: serious

 # dpkg --configure -a
 Setting up synaptic (0.57.11) ...
 /var/lib/dpkg/info/synaptic.postinst: line 6:  4289 Segmentation fault  
 scrollkeeper-update -q
 dpkg: error processing synaptic (--configure):
  subprocess post-installation script returned error exit status 139
 Errors were encountered while processing:
  synaptic

 This is with scrollkeeper 0.3.14-10 (sarge); installing 0.3.14-11 (etch)
 fixes the problem, maybe there is a missing versioned depends.

 Versions of packages synaptic depends on:
[...]
 ii  libxml2 2.6.26.dfsg-3GNOME XML library

This ends up being the key: scrollkeeper depends on both libxslt1.1 and
libxml2, and the sarge libxslt1.1 seems to be incompatible with the etch
libxml2 but only libxml2 is upgraded as a dependency of synaptic.

Backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -137525568 (LWP 4424)]
0xf7ec38c8 in xmlXPathNewFloat () from /usr/lib/libxml2.so.2
(gdb) bt
#0  0xf7ec38c8 in xmlXPathNewFloat () from /usr/lib/libxml2.so.2
#1  0xf7ecd792 in xmlXPathNsLookup () from /usr/lib/libxml2.so.2
#2  0xf7ece509 in xmlXPathNsLookup () from /usr/lib/libxml2.so.2
#3  0xf7ece6bf in xmlXPathNsLookup () from /usr/lib/libxml2.so.2
#4  0xf7ece84f in xmlXPathNsLookup () from /usr/lib/libxml2.so.2
#5  0xf7ece98f in xmlXPathNsLookup () from /usr/lib/libxml2.so.2
#6  0xf7eceb2f in xmlXPathNsLookup () from /usr/lib/libxml2.so.2
#7  0xf7ecec7f in xmlXPathNsLookup () from /usr/lib/libxml2.so.2
#8  0xf7eceda2 in xmlXPathNsLookup () from /usr/lib/libxml2.so.2
#9  0xf7ed5680 in xmlXPathCtxtCompile () from /usr/lib/libxml2.so.2
#10 0xf7f81879 in xsltXPathCompile () from /usr/lib/libxslt.so.1
#11 0xf7f9383c in xsltDocumentComp () from /usr/lib/libxslt.so.1
#12 0xf7f94867 in xsltStylePreCompute () from /usr/lib/libxslt.so.1
#13 0xf7f7ccd0 in xsltParseStylesheetOutput () from /usr/lib/libxslt.so.1
#14 0xf7f7e214 in xsltParseStylesheetProcess () from /usr/lib/libxslt.so.1
#15 0xf7f7e27d in xsltParseStylesheetImportedDoc () from /usr/lib/libxslt.so.1
#16 0xf7f7e348 in xsltParseStylesheetDoc () from /usr/lib/libxslt.so.1
#17 0xf7f7e401 in xsltParseStylesheetFile () from /usr/lib/libxslt.so.1
#18 0xf7fa86a8 in apply_stylesheets () from /usr/lib/libscrollkeeper.so.0
#19 0xf7fa9743 in install () from /usr/lib/libscrollkeeper.so.0
[...]

Upgrading libxslt1.1 to the etch version makes the problem go away.

So the etch version of libxml2 needs to conflict with the sarge version of
libxslt1.1, since libxslt is known to use internal interfaces of libxml2.

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


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



Bug#390598: Confirm it

2006-10-03 Thread Christian Perrier
Quoting Otavio Salvador ([EMAIL PROTECTED]):
 Hello,
 
 I personally confirm that there's a problem. In my case, the keys: /
 and ? doesn't work.


Which keycode is it supposed to be mapped to? Is this 89?

the br-abnt keymap has:

keycode  89 = slashquestion
control keycode  89 = Delete  
alt keycode  89 = Meta_slash  


which br-abnt2 hasn't.

However, at least from the changelog, this hasn't changed for a
while. Do you guys have discovered it just now because you never
tested before or did this suddenly appear?



signature.asc
Description: Digital signature


Bug#390803: Tasksel translations for Estonian

2006-10-03 Thread Siim Põder
Package: tasksel
Severity: wishlist
Tags: patch l10n


Estonian debconf translations

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=et_EE.ISO-8859-15, LC_CTYPE=et_EE.ISO-8859-15 (charmap=ISO-8859-15)
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
msgid 
msgstr 
Project-Id-Version: Tasksel-tasks\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-08-27 12:33+0200\n
PO-Revision-Date: 2006-10-03 09:30+0300\n
Last-Translator: Siim Põder [EMAIL PROTECTED]\n
Language-Team: linuxiabi [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Estonian\n
X-Poedit-Country: ESTONIA\n

#. Description
#: ../po/debian-tasks.desc:1001
msgid Arabic environment
msgstr Araabiakeelne keskkond

#. Description
#: ../po/debian-tasks.desc:1001
msgid This task installs programs, data files, fonts, and documentation that 
makes it easier for Arabic speakers to use Debian.
msgstr See ülesanne paigaldab araabia keele kõnelejate Debiani kasutamist 
hõlbustavad programmid, andmefailid ja araabiakeelse dokumentatsiooni.

#. Description
#: ../po/debian-tasks.desc:2001
msgid Arabic desktop
msgstr Araabiakeelne töölaud

#. Description
#: ../po/debian-tasks.desc:2001
msgid This task localises the desktop in Arabic.
msgstr See ülesanne lokaliseerib töölaua araabia keelele.

#. Description
#: ../po/debian-tasks.desc:3001
msgid Basque desktop
msgstr Baskikeelne töölaud

#. Description
#: ../po/debian-tasks.desc:3001
msgid This task localises the desktop in Basque.
msgstr See ülesanne lokaliseerib töölaua baski keelele.

#. Description
#: ../po/debian-tasks.desc:4001
msgid Belarusian environment
msgstr Valgevenekeelne keskkond

#. Description
#: ../po/debian-tasks.desc:4001
msgid This task installs packages and documentation in Belarusian to help 
Belarusian speaking people use Debian.
msgstr See ülesanne paigaldab valgevene keele kõnelejate Debiani kasutamist 
hõlbustavad pakid ja valgevenekeelse dokumentatsiooni.

#. Description
#: ../po/debian-tasks.desc:5001
msgid Belarusian desktop
msgstr Valgevenekeelne töölaud

#. Description
#: ../po/debian-tasks.desc:5001
msgid This task localises the desktop in Belarusian.
msgstr See ülesanne lokaliseerib töölaua valgevene keelele.

#. Description
#: ../po/debian-tasks.desc:6001
msgid Bengali environment
msgstr Bengaalikeelne keskkond

#. Description
#: ../po/debian-tasks.desc:6001
msgid This task installs programs, data files, fonts, and documentation that 
makes it easier for Bengali speakers to use Debian.
msgstr See ülesanne paigaldab bengaali keele kõnelejate Debiani kasutamist 
hõlbustavad programmid, andmefailid ja bengaalizkeelse dokumentatsiooni.

#. Description
#: ../po/debian-tasks.desc:7001
msgid Bengali desktop
msgstr Bengalikeelne töölaud

#. Description
#: ../po/debian-tasks.desc:7001
msgid This task localises the desktop in Bengali.
msgstr See ülesanne lokaliseerib töölaua bengali keelele.

#. Description
#: ../po/debian-tasks.desc:8001
msgid Bosnian desktop
msgstr Bosniakeelne töölaud

#. Description
#: ../po/debian-tasks.desc:8001
msgid This task localises the desktop in Bosnian.
msgstr See ülesanne lokaliseerib töölaua bosnia keelele.

#. Description
#: ../po/debian-tasks.desc:9001
msgid Brazilian Portuguese environment
msgstr Brasiilia portugalikeelne keskkond

#. Description
#: ../po/debian-tasks.desc:9001
msgid This task installs programs, data files, and documentation that make it 
easier for Brazilian Portuguese speakers to use Debian.
msgstr See ülesanne paigaldab brasiilia portugali keele kõnelejatel Debiani 
kasutamist hõlbustavad programmid, andmefailid ja dokumentatsiooni.

#. Description
#: ../po/debian-tasks.desc:10001
msgid Brazilian Portuguese desktop
msgstr Brasiilia portugalikeelne töölaud

#. Description
#: ../po/debian-tasks.desc:10001
msgid This task localises the desktop in Brasilian Portuguese.
msgstr See ülesanne lokaliseerib töölaua Brasiilia portugali keelele.

#. Description
#: ../po/debian-tasks.desc:11001
msgid Bulgarian environment
msgstr Bulgaariakeelne keskkond

#. Description
#: ../po/debian-tasks.desc:11001
msgid This task installs programs and data files that make it easier for 
Bulgarian speakers to use Debian.
msgstr See ülesanne paigaldab bulgaaria keele kõnelejatel Debiani kasutamist 
hõlbustavad pakid.

#. Description
#: ../po/debian-tasks.desc:12001
msgid Bulgarian desktop
msgstr Bulgaariakeelne töölaud

#. Description
#: ../po/debian-tasks.desc:12001
msgid This task localises the desktop in Bulgarian.
msgstr See ülesanne lokaliseerib töölaua bulgaaria keelele.

#. Description
#: ../po/debian-tasks.desc:13001
msgid Catalan environment
msgstr 

Bug#390574: zsh: Updated completions for schroot and dchroot

2006-10-03 Thread Roger Leigh
Clint Adams [EMAIL PROTECTED] writes:

 That seems fine, except for the fact that Available chroots is
 translated, so everything up to and including the ':' needs removing.

 Okay, committing this then

 - compadd ${(os:,:)${${${$(dchroot -l)#Available chroots: }/\[*\]/}//[  
 -]/}}
 + compadd ${(os:,:)${${${$(dchroot -l )#*: }// /}//[[\]]/,}}

That's magic, thanks!


-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


pgpgc5Z5nFctr.pgp
Description: PGP signature


Bug#390798: Followup: got it working

2006-10-03 Thread sacrificial-spam-address
I needed to add

LoadModule auth_basic_module /usr/lib/apache2/modules/mod_auth_basic.so
LoadModule authz_groupfile_module 
/usr/lib/apache2/modules/mod_authz_groupfile.so
LoadModule authn_file_module /usr/lib/apache2/modules/mod_authn_file.so
LoadModule authz_user_module /usr/lib/apache2/modules/mod_authz_user.so
LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so

to the top of /etc/backuppc/apache.conf

mod_authz_user got the No groups file? error to go away, but then
it just served up the .cgi file's contents.  Adding mod_cgi
took care of that.


Anyway, that's the current workaround that gets backuppc going for me.
It might not be the optimal long-term solution.


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



Bug#390802: kalzium: given existing isotope data, what about an isotope view with decay paths?

2006-10-03 Thread Arthur Marsh
Package: kalzium
Version: 4:3.5.4-2
Severity: wishlist


Hi, just installed kalzium and had a look at it.

Given that the isotope abundances and decay types of unstable isotopes 
are listed, would it be possible to add an isotope view to kalzium 
that would include decay information?

This is more nuclear physics than chemistry, but it appears that much of 
the data required is already present in the package.

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

Versions of packages kalzium depends on:
ii  kalzium-data 4:3.5.4-2   data files for Kalzium
ii  kdeedu-data  4:3.5.4-2   shared data for KDE educational ap
ii  kdelibs4c2a  4:3.5.4-3   core libraries and binaries for al
ii  libc62.3.6.ds1-5 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-15  GCC support library
ii  libkdeedu3   4:3.5.4-2   library for use with KDE education
ii  libqt3-mt3:3.3.6-4   Qt GUI Library (Threaded runtime v
ii  libstdc++6   4.1.1-15The GNU Standard C++ Library v3

kalzium recommends no packages.

-- no debconf information


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



Bug#390736: aptitude: updates for Japanese documentation and RFP for aptitude-doc-ja

2006-10-03 Thread Christian Perrier
tags 390736 pending
thanks

Quoting Kobayashi Noritada ([EMAIL PROTECTED]):
 Package: aptitude
 Version: 0.4.3-1
 Severity: normal
 Tags: patch l10n
 
 
 Hi,
 
 Here attached a new tarball to update and fully po4a-ize Japanese
 documentation translation.


All committed (including the deletion) and patch sent to Daniel.

About the RFP, it should IMHO be filed separately. Don't expect too
much now. aptitude is not in the base system but should probably be
considered as frozen as the base system is, now (but that is up to
Daniel, not me..:-))





Bug#390773: apparently missing python-gst conflict

2006-10-03 Thread Loïc Minier
found 390773 0.10.5-4
close 390773 0.10.5-5
stop

Hi,

On Mon, Oct 02, 2006, Joey Hess wrote:
 Version: 0.10.5-5
 Severity: serious
 
 After upgrading this system from unstable circa 6-9 months ago,
 quodlibet failed as described in #390309.

 Are you 100% sure you tried with 0.10.5-5?  I fixed this particular bug
 in 0.10.5-5, and it works now (at least on my system I could reproduce
 the bug in the past, and I now have both bindings installed, and
 quodlibet starts).

 I'm closing the bug as I think you reported against the wrong version,
 but please reopen if you still get the bug with 0.10.5-5 and send me
 the output of:
import pygst
pygst.require(0.10)
import gst
print gst.gst_version, gst.pygst_version

  Thanks,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#363236: xprint restored, but not improved

2006-10-03 Thread Jan Willem Stumpel
Drew Parsons wrote:

 Damn, the spacing problem just reared its ugly head again ;-(
 
 *sigh*

The old xprint has state bug again? Works the first time, not
the second time?

Regards, Jan


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



Bug#375215: (no subject)

2006-10-03 Thread Sylvain Le Gall
thanks

Subject: libnss-ldap: This bugs come back
Followup-For: Bug #375215
Package: libnss-ldap
Version: 251-5.2

After an upgrade to 251-5.2, during the boot sequence i have an
increasing timeout during udev initialization (16, 32, 64 seconds).
Downgrading to udev 251-5.1 solve the problem.

Here is a part of nsswitch.conf :

passwd: compat files ldap [UNAVAIL=return]
group:  compat files ldap [UNAVAIL=return]
shadow: compat files ldap [UNAVAIL=return]


Regard
Sylvain Le Gall

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

Versions of packages libnss-ldap depends on:
ii  debconf [debconf-2.0]   1.5.5Debian configuration management sy
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libkrb531.4.4-3  MIT Kerberos runtime libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries

Versions of packages libnss-ldap recommends:
ii  libpam-ldap  180-1.1 Pluggable Authentication Module al
ii  nscd 2.3.6.ds1-4 GNU C Library: Name Service Cache 

-- debconf information:
* libnss-ldap/dblogin: false
* shared/ldapns/base-dn: dc=gallu,dc=homelinux,dc=org
  libnss-ldap/binddn: cn=proxyuser,dc=example,dc=net
* libnss-ldap/dbrootlogin: true
  libnss-ldap/override: true
* shared/ldapns/ldap-server: ldap
* libnss-ldap/confperm: false
* libnss-ldap/rootbinddn: cn=admin,dc=gallu,dc=homelinux,dc=org
* shared/ldapns/ldap_version: 3
* libnss-ldap/nsswitch:


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



Bug#390607: gdm: Additions

2006-10-03 Thread Andrei Emeltchenko
Package: gdm
Version: 2.14.5-1
Followup-For: Bug #390607


The reason why I have submitted bug for GDM is that other WM start
session OK (i.e. wdm)

I can also start session with startx without problem.

Best regards 
Andrei


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



Bug#390806: xorg: [INTL:ja] updated Japanese debconf translation

2006-10-03 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: xorg
Severity: wishlist
Version: 1:7.1.0-2
Tags: l10n patch

Hi,

Here is an updated Japanese debconf translation.
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkUiCdsACgkQQKW+7XLQPLHZFgCfdPrmNnWIwFVXBcRL7pMIHP4e
YcQAn17Z0dr5ORp50wnNLrx+ang6hUeO
=cYbG
-END PGP SIGNATURE-


ja.po.gz
Description: Binary data


Bug#390805: monotone support broken

2006-10-03 Thread Brian May
Package: tailor
Version: 0.9.26-1
Severity: normal

After trying to create a monotone repository:

16:21:44 [I] Bootstrapping project in /home/brian/monotone
16:21:44 [I] $ mtn db init --db /home/brian/monotone/vacation.mtn
16:21:44 [I] [Ok]
Traceback (most recent call last):
  File /usr/bin/tailor, line 35, in ?
main()
  File /var/lib/python-support/python2.4/vcpx/tailor.py, line 338, in main
tailorizer()
  File /var/lib/python-support/python2.4/vcpx/tailor.py, line 143, in __call__
self.bootstrap()
  File /var/lib/python-support/python2.4/vcpx/tailor.py, line 64, in bootstrap
dwd = self.workingDir()
  File /var/lib/python-support/python2.4/vcpx/project.py, line 203, in 
workingDir
self.dwd = DualWorkingDir(self.source, self.target)
  File /var/lib/python-support/python2.4/vcpx/dualwd.py, line 68, in __init__
self.target.prepareTargetRepository()
  File /var/lib/python-support/python2.4/vcpx/target.py, line 512, in 
prepareTargetRepository
self._prepareTargetRepository()
  File /var/lib/python-support/python2.4/vcpx/repository/monotone.py, line 
841, in _prepareTargetRepository
self.repository.create()
  File /var/lib/python-support/python2.4/vcpx/repository/monotone.py, line 
81, in create
cmd = self.repository.command(genkey, --db,
AttributeError: 'str' object has no attribute 'command'


Hmmm... Line 77 of monotone.py has self.command not
self.repository.command. I wonder if some of self.repository.command need
to be replaced with self.command. Especially line 75 and line 81.

If I try to run the command again anyway, it skips the initialization step
(because the monotone database looks initialized), but monotone hangs waiting
for a password (presumably because it get up to the step of creating a the key
I requested). This, to me, seems to be not-very-robust - if the initialization
failed, running the same command again should retry the initialization.

After making the change I suggested above, it appears that the passphrase is
mandatory:

16:37:05 [I] Bootstrapping project in /home/brian/monotone
16:37:05 [I] $ mtn db init --db /home/brian/monotone/vacation.mtn
16:37:05 [I] [Ok]
Traceback (most recent call last):
  File /usr/bin/tailor, line 35, in ?
main()
  File /var/lib/python-support/python2.4/vcpx/tailor.py, line 338, in main
tailorizer()
  File /var/lib/python-support/python2.4/vcpx/tailor.py, line 143, in __call__
self.bootstrap()
  File /var/lib/python-support/python2.4/vcpx/tailor.py, line 64, in bootstrap
dwd = self.workingDir()
  File /var/lib/python-support/python2.4/vcpx/project.py, line 203, in 
workingDir
self.dwd = DualWorkingDir(self.source, self.target)
  File /var/lib/python-support/python2.4/vcpx/dualwd.py, line 68, in __init__
self.target.prepareTargetRepository()
  File /var/lib/python-support/python2.4/vcpx/target.py, line 512, in 
prepareTargetRepository
self._prepareTargetRepository()
  File /var/lib/python-support/python2.4/vcpx/repository/monotone.py, line 
841, in _prepareTargetRepository
self.repository.create()
  File /var/lib/python-support/python2.4/vcpx/repository/monotone.py, line 
87, in create
regkey.execute(self.keygenid, input=passp)
UnboundLocalError: local variable 'passp' referenced before assignment

This should be checked, with an error displayed if not given.

Which is easy to fix, and now:

16:43:24 [I] Updating project in /home/brian/monotone
16:43:24 [I] Applying pending upstream changesets
16:43:24 [I] Changeset 6
16:43:24 [I] Log message: 03/03/00 - usersname.c removed
16:43:24 [I] /home/brian/monotone/vacation $ svn update --ignore-externals 
--revision 6 .
16:43:28 [I] [Ok]
16:43:28 [I] /home/brian/monotone/vacation $ mtn drop usersname.c
16:43:28 [I] [Ok]
16:43:28 [I] /home/brian/monotone/vacation $ mtn commit --author thecivvie 
--date 2000-03-23T12:13:44 --message-file /tmp/brian/tailornlAU81mtn .
16:43:28 [W] [Status 1]
16:43:28 [E] Monotone commit said: mtn: beginning commit on branch 
'org.vpac.vacation'
mtn: misuse: you have multiple private keys
mtn: misuse: pick one to use for signatures by adding '-kkeyname' to your 
command

16:43:28 [C] Couldn't replay changeset
16:43:28 [C] Upstream change application failed
Failure applying upstream changes: /home/brian/monotone/vacation $ mtn commit 
--author thecivvie --date 2000-03-23T12:13:44 --message-file 
/tmp/brian/tailornlAU81mtn . returned status 1

tailor is meant to be passing the -k parameter for the key it just created, but 
isn't.

-- 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.15-1-486
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages tailor depends on:
ii  python2.4.3-11   An interactive high-level object-o
ii  python-support0.5.1  automated rebuilding support for p

Versions of packages tailor 

Bug#390771: miredo should start on install

2006-10-03 Thread Rémi Denis-Courmont
tags 390771 + help confirmed
thanks

Hi,

On Tue, Oct 03, 2006 at 08:55:30AM +1000, Anand Kumria wrote :
 Miredo should start once the sysadmin has installed it.
 
 The current setup is akin to 'apt-get install prog' and _then_ having
 to chmod a+rx /usr/bin/prog
 
 There are already mechanisms in place for system-administrators to
 prevent startup (e.g. invoke-rc.d). An explicit install should result in
 an explicit startup.

The actual intent of not starting miredo by default is simply to not
make postinst fail if /dev/net/tun is absent (which is unfortunately the
default).

Had it not been for that, I'd have it default to on.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



Bug#390741: logwatch: unmatched postfix log messages

2006-10-03 Thread Willi Mann
Andreas Beckmann schrieb:
 Package: logwatch
 Version: 7.3.1-2
 Severity: normal
 
 Hi,
 
 although most postfix 2.3 messages were properly detected by the 7.3.1
 release, there seems to be a new message that can be ignored with the
 following additional line in scripts/services/postfix:
 
 or ( $ThisLine =~ m/^$re_MsgID: sender non-delivery notification: 
 $re_MsgID/ )
 
 There is another message (in postfix 2.2 as well) that's currently undetected:
 
4ECDB11F8004: client=host.example.com[8.1.2.1], sasl_method=CRAM-MD5, 
 [EMAIL PROTECTED], [EMAIL PROTECTED]

Should I report sasl_username or sasl_sender? What does make more sense?
Sorry, I don't have any postfix installation available.

Willi


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



Bug#390807: backup-manager: [INTL:ja] updated Japanese debconf translation

2006-10-03 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: backup-manager
Severity: wishlist
Version: 0.7.5-1

Here is an updated Japanese debconf translation.
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkUiDL8ACgkQQKW+7XLQPLHjtQCg0TsQpzruRh4IzpYTPjMuz/DQ
HsEAnAp5vmhnH/rAFPgxuaIOGmwS9SVh
=0u+5
-END PGP SIGNATURE-


ja.po.gz
Description: Binary data


Bug#381857:

2006-10-03 Thread Joseph E. ODoherty
I have the same issue described in this bug report. I have had (at various
times) both the nvidia-glx dirver and the nvidia binary drivers installed,
as packaged by debian and as downloaded from nvidia directly. I am in the
process of removing as much of xorg as I can to try to get this package
installed. I am confused by the error:

unable to create `./usr/lib/xorg/modules/extensions/libglx.so': No such file or 
directory

as the package does extract fine, however it does not unpack. 


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



Bug#383091: #383091 is not fixed

2006-10-03 Thread Yavor Doganov
reopen 383091
found 383091 1.2.4-1
thanks

Unfortunately this bug is not fixed, at least not for me.  My printer
is Brother HL-1430 and there's no change in the behaviour.  Sometimes
it prints, sometimes stalls.


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



Bug#390565: Patch for the graphical installer on PPC boxes

2006-10-03 Thread Sven Luther
On Mon, Oct 02, 2006 at 06:56:06PM -0400, Rick Thomas wrote:
 
 On Oct 2, 2006, at 2:28 PM, Sven Luther wrote:
 
  I am building a new image, and uploading it, stay tuned.
 
 I tried the new image (from http://people.debian.org/~luther/g-i/ 
 powerpc/gtk-miniiso/mini.iso dated 02-Oct-2006 05:07) on my PowerMac  
 3,5 with the Radeon video card.
 
 /proc/cpuinfo=  PowerMac3,5 [69 (PowerMac G4/733MHz Silver)]
 lspci=  ATI Technologies Inc Radeon RV200 QW [Radeon 7500]
 /proc/fb=   0 ATI Radeon QW
 
 
 When I did DEBIAN_FRONTEND=gtk ; debian-installer,
 
 I got dropped into the text mode installer with the error message:  
 Framebuffer not available. Disabling graphical frontend.
 I tried it with all combinations of enable/disable of linux_input  
 and radeon, with the same results.
 
 
 
 I also tried it on another machine with ATI Rage128 graphics card
 
 /proc/cpuinfo=  PowerMac3,1 (PowerMac G4 AGP Graphics)
 lspci=  ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS
 /proc/fb=   0 ATY Rage128
 
 I only did this one with both disables in place (unmodified /etc/ 
 directfbrc file).
 
 It also gave me the same error message about Framebuffer not  
 available and dropped me in the text mode installer.
 
 Is it possible that this image is broken in some fundamental way?

huh ? 

Friendly,

Sven Luther


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



Bug#381389: dh_pycentral patch

2006-10-03 Thread Raphael Hertzog
On Mon, 02 Oct 2006, Pierre Habouzit wrote:
  Another problem with smart-notifier is that it calls dh_python but
  lacks a pycompat file, so the new dh_python will do old-style stuff
  with it, including adding a postinst call to compileall.py.
 
 that's RC then. and a packaging problem, not our own.
 
  I thought that making dh_python a NOOP if there was a pycompat file
  was good enough, but this package seems to say otherwise? It seems
  that dh_python also needs to be a NOOP if Python-Version is set. Can
  someone verify that for me?

Yes I confirm that.

 well, you can do that too, but using dh_python to generate the substvars 
 for the new policy needed a pycompat if using dh_py* + dh_python. 
 That's a packaging problem. You should not care about it.

Yes you should IMO because the current dh_python assumes pycompat==2 if
there's no pycompat file and if there's a Python-Version control field.

That's because pycompat has only been introduced after the start of the
migration when Josselin decided to change his mind...

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/



Bug#390808: imagemagick: splash image replacement rant

2006-10-03 Thread Matt Taggart
Package: imagemagick
Version: 6.2.4.5.dfsg1-0.10
Severity: wishlist

I think the rant in the replacement splash image Original ImageMagick logo is 
not DFSG Free is a bad idea. It is confusing for non-tech users and serves 
little purpose other than making Debian look like a bunch of zealots. One 
could argue that it helps to inform users of the situation and pressure 
upstream to change, but I don't think that is worth the negative tradeoffs. 
While there seems to be consensus against Debian redistributing non-free 
images, I don't think there is consensus that the project should try and force 
upstream projects to only have free logos.

I think it would be better if that text was removed, and the replacement image 
just be a simple Debian branded logo. The README.Debian has a good 
explanation, that should be enough for anyone that needs to know more.

-- 
Matt Taggart
[EMAIL PROTECTED]




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



Bug#390654: gcj-4.1_4.1.1-15(hppa/unstable): FTBFS: missing argument?

2006-10-03 Thread Matthias Klose
tags 390654 + unreproducible
thanks

strange. works for me.


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



Bug#387887: nvidia-kernel-source: failed to determine PATCHLEVEL!

2006-10-03 Thread Christoph Haas
On Tuesday 03 October 2006 09:25, Anders Boström wrote:
  CH == Christoph Haas [EMAIL PROTECTED] writes:

  CH On Monday 02 October 2006 17:10, Anders Boström wrote:
   Do you have gcc-4.0 installed? I got exactly this error message when
   trying to compile the nvidia-drivers for a friend, and the solution
   was to install gcc-4.0...

  CH I just tried both with and without gcc-4.0 and strangely the module
 package CH is now built successfully every time.

  CH If nobody else can reproduce this problem I'd agree to have this
 bug CH closed.

 Have you uppgraded the kernel to 2.6.17? Debian 2.6.17? In that case,
 you will not need gcc-4.0 in order to compile the nvidia-drivers any
 more. Debian 2.6.17 is compiled with gcc-4.1.

You are right. I have the Linux image package 2.6.17-2-686 running now.
When I reported the bug it was 2.6.16-2-686.

Since I do a dist-upgrade every few days it's hard to get the same 
conditions like back then.

 Christoph



Bug#390743: logwatch: unmatched postfix-mysql and libnss-mysql log messages

2006-10-03 Thread Willi Mann
Andreas Beckmann schrieb:
 Package: logwatch
 Version: 7.3.1-2
 Severity: normal
 
 Hi,
 
 postfix-mysql and lib-nss-mysql spit out a few messages that are not
 recognized in the secure log script. I added the following lines to
 scripts/services/secure in order to ignore these messages:
 
 or ( $ThisLine =~ /^postfix\/smtpd\[\d+\]: sql auxprop plugin using mysql 
 engine/ )
 or ( $ThisLine =~ /^postfix\/smtpd\[\d+\]: sql plugin .*/ )
 or ( $ThisLine =~ /^postfix\/smtpd\[\d+\]: (begin|commit) transaction/ )
 

Will postfix/smtpd report anything useful to the secure logfile? If not,
we should ignore it completely.

 There are quite a few 'sql plugin .*' debug messages and I was to lazy
 to list them all separately :-)
 
 or ( $ThisLine =~ /^nss-mysql\[\d+\]: _nss_mysql_getspnam_r conf file 
 parsing failed/ )



 That is correct behaviour of libnss-mysql and caused by a non-root
 process executing the equivalent of 'getent shadow'. Since this needs to
 read a password column from the database the configuration file
 containing the database password is readable by root only. (There is a
 separate world readable configuration for passwd/group, but the database
 password contained there should not allow access to the password
 column).

Why is this reported? Is it not possible to configure nss-mysql to not
even try to parse that conffile? It looks to me as if this log message
reports a (minor) misconfiguration. If it is possible to avoid that
message, then it's OK to report it as Unmatched Entry (this is the
statement from Bjorn L. from upstream)

Willi


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



Bug#342841: Am I getting crazy

2006-10-03 Thread Lars Boegild Thomsen
I still see this problem with the latest version in etch.  If I update rrdtool 
it will not work.  I have to stick with the old version from sarge.

Regards, 

Lars...


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



Bug#390405: libgl1-mesa-dri: fog modes LINEAR and EXP broken on Rage Mobility 7500 (w/ trivial fix)

2006-10-03 Thread Michel Dänzer
On Sat, 2006-09-30 at 21:38 -0400, Christopher Lane Hinson wrote:
 
 I checked the source in unstable (mesa 6.5.1) and did not see any correction 
 to the source 
 code, and so I'm assuming that it hasn't been noticed of fixed.

Probably because nobody has reported it upstream...


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



Bug#387709: [Pkg-freeciv-devel] Bug#387709: Fonts

2006-10-03 Thread Jordi Mallach
tags 387709 + unreproducible
thank you

On Thu, Sep 21, 2006 at 09:37:49PM +0200, Miguel Gea Milvaques wrote:
 The xfonts-* installed/non-installed in my system:

Miguel, other people have more or less the same fonts installed and
can't reproduce. Can you strace or gdb it and see if you find
something else?

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


signature.asc
Description: Digital signature


Bug#389963: [Pkg-kbd-devel] Bug#389963: console-setup: Screen size is wrong

2006-10-03 Thread Thue Janus Kristensen

On 10/2/06, Anton Zinoviev [EMAIL PROTECTED] wrote:

On Thu, Sep 28, 2006 at 07:01:06PM +0200, Thue Janus Kristensen wrote:

 After installing console-setup, the size of my consoles F1-F6 is
 wrong. The buttom 2-3 lines are cut off.

While I was writting FAQ I realized that I gave you a wrong
suggestion.  I suppose the problem comes only when you switch to X and
then back to text mode.  However if the font on the console is
configured before X is started this doesn't happen.  Because of that
you don't have to use a font with standard size (16).  You only have
to reboot your laptop.

Anton Zinoviev


I just tested, and this is not true. Even after booting, the font size
is still reset to size 16 when X is started and I then switch to a
console.

Regards, Thue


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



Bug#389724: firefox: Firefox cannot print using CUPS managed printer without, crashing

2006-10-03 Thread Andrew De Ponte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am also having the same problem. It has happened on all of my machines
which run Debian testing. All are configured with CUPS to use both
network based printers and local via usb printers all configured through
 CUPS. Printing test pages from CUPS works fine for all the printers
from all the different computers. However, printing from Firefox causes
a crash after sending the print job to printer. This normally happens on
the second attempt to print but some times happens the first attempt to
print.

- --
Andrew De Ponte

Contact Info
- 
AIM Nick: HUNNYnNUTTS
JabberID: [EMAIL PROTECTED]

Current Open Source Projects
- 
Zaurus Synchronization REPository
(a.k.a. Zaurus Synchronization Reverse Engineering Project)
- - http://zsrep.sourceforge.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFIhQtVroBBszP8ekRAr8QAJ9AWetKa3li3r7wYnIVJ4iZBvCWDQCfXVuq
wvky5ZCjpH/08O4usHsI1o0=
=mDOo
-END PGP SIGNATURE-


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



Bug#389963: [Pkg-kbd-devel] Bug#389963: console-setup: Screen size is wrong

2006-10-03 Thread Thue Janus Kristensen

On 10/2/06, Anton Zinoviev [EMAIL PROTECTED] wrote:

On Mon, Oct 02, 2006 at 10:37:46PM +0200, Thue Janus Kristensen wrote:
 
 and then send to me the contents of the files /tmp/locale.out and
 /etc/default/console-setup?

 These are attached.

Acording to locale.out your active locale is en_US.UTF-8.  The next
thing we must ensure is that this locale is generated in your system.
Open the file /etc/locale.gen and make sure there are lines for all
locales you may want to use.  For example

en_US.UTF-8 UTF-8
en_US   ISO-8859-1
en_DK.UTF-8 UTF-8
en_DK   ISO-8859-1
da_DK.UTF-8 UTF-8
da_DK   ISO-8859-1

Then run as root the command locale-gen.


I does look right, and includes en_US.UTF-8. I have just rerun
locale.gen, and the bug still occurs.

Anyway, since the console does display the right characters once I
have run setupcon then it indicates that the locale does exist.


 I get the same wrong characters whether I type them or cat them from
 /tmp/danishtest

This means the keyboard setup is OK.

 To be precise, the characters actually written to screen are
 http://en.wikipedia.org/wiki/%CE%9C (lowercase)
 http://en.wikipedia.org/wiki/%C2%B0
 http://en.wikipedia.org/wiki/Sigma (lowercase)

This happens when the kernel thinks the font has ISO-8859-1 encoding
but instead it is with CP437.  I don't know what might cause this
because the font in your setup of console-setup has 512 symbols and
because of that it is clearly not ISO-8859-1 nor CP437.

Do you have installed some other package that tries to set the console?


kbd does have the init-script /etc/init.d/console-screen.kbd.sh ,
which is run on start. But kbd is recommended by console-setup, and
required by console-common, and so should not conflict with
console-setup?


In order to find out when the font brokes or whether it is loaded
properly at all you may want to use dpkg-reconfigure in order to
change the font to some that is easily distinguished from the boot
font.  For example Fixed with size 13 (you will need to change the
codeset from Uni1 to Lat15).  Then try to see during the boot proces
whether the font of console-setup loades (the corresponding message
should be Setting up console font and keymap).  Then try to see if
this font remains unchanged until X starts.  Return to the console
immediately and see if the font is already broken.  If not, perhaps
the font brokes when you log in?  In this case the problem is caused
by some of your startup scripts (~/.profile, ~/.bash_profile,
~/.bashrc, etc.).


The font does load during boot.

I have a very innocent .zshrc and /etc/zsh/, nothing which should
cause these kinds of problems. Besides, the problems already exist on
the login promt, before any shell startup scripts are run.


 I tried the tests in a console, after X started and I switched to the
 console. Please say if I should try them inside a boot which does not
 start X.

Perhaps not.  I am almost sure the problem will remain with a boot
which does not start X, but who knows...

Anton Zinoviev


As I can see the font is correct until X starts I assume this is the case.

Regards, Thue


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



Bug#390766: xserver-xorg: X server always looks up the compiled-in font pathes.

2006-10-03 Thread Michel Dänzer
On Mon, 2006-10-02 at 15:03 -0400, David Nusinow wrote:
 On Tue, Oct 03, 2006 at 02:37:14AM +, Evgeny M. Zubok wrote:
  As we see, Xorg server dublicates font patterns because it processes
  compiled-in pathes (see log above). Hm, this is something strange 
  because the FILE SECTION, subsection FontPath from 'man xorg.conf' says:
 
 This has been fixed in the latest upload of the X server to unstable.

And these changes are generating spurious bug reports due to incorrect
paths in xorg.conf... Damned if we do, damned if we don't. However, so
far the support burden seems quite clearly higher without forcing the
default paths. For the font path, one might do something fancy like
seeing if the font server works and only adding the default paths if it
doesn't.


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



Bug#388517: xserver-xorg: xserver crash on Radeon AIW 8500DV when starting opengl app using glx (but not dri)

2006-10-03 Thread Michel Dänzer
On Mon, 2006-10-02 at 23:30 +0200, Yann Dirson wrote:
 On Mon, Sep 25, 2006 at 09:17:39AM +0200, Michel D?nzer wrote:
  On Sun, 2006-09-24 at 19:28 -0400, Shawn Starr wrote:
   Can you try the new upstream release of the ATI driver?
   
   xserver-xorg-video-ati   6.6.2-2  X.Org X server 
   -- ATI display driver
  
  As the bug title says it's with DRI disabled, it's not a driver issue.
  Please try current xserver-xorg-core instead.
 
 Reproduced with xserver-xorg-core 2:1.1.1-9.

Out of curiosity, is there any particular reason why you're not using
AIGLX?

 I could also get a segfault from paraprof (java app not yet packaged,
 from source packaged tau).  It uses OpenGL through JOGL.  Here I could
 fire up a 3D display, rotate it around several axes, and got it to crash
 when zooming in, as follows.  Looks like the crash happens when enough
 of the scene gets out of the display window.  The backtrace is different
 though, maybe I should open another bug ?  Especially, I'm not sure at
 all there are anything clipped outside the window in the tulip case.

You should really report these upstream.


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



Bug#387887: nvidia-kernel-source: failed to determine PATCHLEVEL!

2006-10-03 Thread Anders Boström
 CH == Christoph Haas [EMAIL PROTECTED] writes:

 CH On Monday 02 October 2006 17:10, Anders Boström wrote:
  Do you have gcc-4.0 installed? I got exactly this error message when
  trying to compile the nvidia-drivers for a friend, and the solution
  was to install gcc-4.0...

 CH I just tried both with and without gcc-4.0 and strangely the module 
package 
 CH is now built successfully every time.

 CH If nobody else can reproduce this problem I'd agree to have this bug 
 CH closed.

Have you uppgraded the kernel to 2.6.17? Debian 2.6.17? In that case,
you will not need gcc-4.0 in order to compile the nvidia-drivers any
more. Debian 2.6.17 is compiled with gcc-4.1.

/ Anders



Bug#363236: xprint restored, but not improved

2006-10-03 Thread Drew Parsons
On Tue, 2006-10-03 at 08:39 +0200, Jan Willem Stumpel wrote:
 Drew Parsons wrote:
 
  Damn, the spacing problem just reared its ugly head again ;-(
  
  *sigh*
 
 The old xprint has state bug again? Works the first time, not
 the second time?
 

Seems like it, except it worked the first 50 times


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



Bug#390723: smlnj: lacks basic line editing and command history

2006-10-03 Thread Florian Weimer
* Edward Allcutt:

 It would be nice to be able to recall and edit previously issued lines
 of input. Currently, using the cursor keys yields only the usual
 ^[[A^[[D type response.

You could run sml under the rlwrap program to get this functionality
(but without context-sensitive tab completion, of course).


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



Bug#246647: input/output error

2006-10-03 Thread Eduard Bloch
#include hallo.h
* Tom Deblauwe [Mon, Oct 02 2006, 08:26:28PM]:
 Hello,
 
 I'm having the same problem with the input/output error
 
 I used cdrecord and this worked, but now wodim does not work unfortunately
 Attached are two logs of K3b.
 kind regards,
 Tom,

Weird. Could you try to reproduce it on the command line (see command
examples in the log) and add -vvv -VVV  /tmp/log to it? Creating a
log for cdrecord and one for wodim, then do gzip both logs and send them
to us?

Eduard.

 System
 ---
 K3b Version: 0.12.17
 
 KDE Version: 3.5.4
 QT Version:  3.3.6
 Kernel:  2.6.17.13
 Devices
 ---
 HL-DT-ST DVDRAM GMA-4082N HA01 (/dev/scd0, /dev/sg1) at /media/cdrom [CD-R; 
 CD-RW; CD-ROM; DVD-ROM; DVD-RAM; DVD-R; DVD-RW; DVD-R DL; DVD+R; DVD+RW; 
 DVD+R DL] [DVD-ROM; DVD-R Sequential; DVD-R Dual Layer Sequential; DVD-RAM; 
 DVD-RW Restricted Overwrite; DVD-RW Sequential; DVD+RW; DVD+R; DVD+R Double 
 Layer; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; 
 RAW/R96P; RAW/R96R; Restricted Overwrite]
 
 Used versions
 ---
 cdrecord: 2.1.1a03
 
 cdrecord
 ---
 This is wodim, not cdrecord. Don't expect it to behave like cdrecord in any
 way, don't refer to it as cdrecord. Send problem reports to
 [EMAIL PROTECTED], don't bother Joerg Schilling with any
 problems caused by this application.
 Copyright (C) 2006 cdrkit maintainers, (C) 1994-2006 Joerg Schilling
 scsidev: '0,1,0'
 scsibus: 0 target: 1 lun: 0
 Linux sg driver version: 3.5.33
 /usr/bin/X11/wodim: Warning: using inofficial version of libscg (debburn 
 project-0.8ubuntu1+debburn1 '@(#)scsitransp.c 1.91 04/06/17 Copyright 
 1988,1995,2000-2004 J. Schilling').
 /usr/bin/X11/wodim: Warning: using inofficial libscg transport code version 
 (cdrkit-team-scsi-linux-sg.c-1.86 '@(#)scsi-linux-sg.c 1.86 05/11/22 
 Copyright 1997 J. Schilling').
 SCSI buffer size: 64512
 TOC Type: 3 = CD-ROM XA mode 2
 Warning: This version of libscg has not been configured via the standard
 autoconfiguration method of the Schily makefile system. There is a high risk
 that the code is not configured correctly and for this reason will not behave
 as expected.
 Driveropts: 'burnfree'
 atapi: 1
 Device type: Removable CD-ROM
 Version: 5
 Response Format: 2
 Capabilities   : 
 Vendor_info: 'HL-DT-ST'
 Identifikation : 'DVDRAM GMA-4082N'
 Revision   : 'HA01'
 Device seems to be: Generic mmc2 DVD-R/DVD-RW.
 Current: 0x0009
 Profile: 0x0012 
 Profile: 0x0011 
 Profile: 0x0015 
 Profile: 0x0014 
 Profile: 0x0013 
 Profile: 0x001A 
 Profile: 0x001B 
 Profile: 0x002B 
 Profile: 0x0010 
 Profile: 0x0009 (current)
 Profile: 0x000A 
 Profile: 0x0008 
 Profile: 0x0002 
 Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
 Driver flags   : MMC-3 SWABAUDIO BURNFREE 
 Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
 Drive buf size : 1053696 = 1029 KB
 Drive DMA Speed: 13667 kB/s 77x CD 9x DVD
 FIFO size  : 4194304 = 4096 KB
 Track 01: data35 MB
 Total size:   41 MB (04:05.69) = 18427 sectors
 Lout start:   41 MB (04:07/52) = 18427 sectors
 Current Secsize: 2048
 ATIP info from disk:
   Indicated writing power: 5
   Is not unrestricted
   Is not erasable
   Disk sub type: Medium Type B, low Beta category (B-) (4)
   ATIP start of lead in:  -11607 (97:27/18)
   ATIP start of lead out: 359849 (79:59/74)
 Disk type:Short strategy type (Phthalocyanine or similar)
 Manuf. index: 18
 Manufacturer: Plasmon Data systems Ltd.
 Blocks total: 359849 Blocks current: 359849 Blocks remaining: 341422
 Speed set to 4234 KB/s
 Starting to write CD/DVD at speed  24.0 in dummy TAO mode for multi session.
 Last chance to quit, starting dummy write in 2 seconds.
1 seconds.
0 seconds. Operation starts.
 Waiting for reader process to fill input buffer ... input buffer ready.
 trackno=0
 BURN-Free is ON.
 Starting new track at sector: 0
 Track 01:0 of   35 MB written.
 Track 01:1 of   35 MB written (fifo 100%) [buf  99%]   1.8x.
 Track 01:2 of   35 MB written (fifo 100%) [buf  96%]  10.3x.
 Track 01:3 of   35 MB written (fifo 100%) [buf  99%]  10.7x.
 Track 01:4 of   35 MB written (fifo 100%) [buf  99%]  10.4x.
 Track 01:5 of   35 MB written (fifo 100%) [buf 100%]  10.7x.
 /usr/bin/X11/wodim: Input/output error. write_g1: scsi sendcmd: no error
 CDB:  2A 00 00 00 0B DE 00 00 1F 00
 status: 0x2 (CHECK CONDITION)
 Sense Bytes: 70 00 05 00 00 00 00 10 2A 30 02 80 21 02 00 00
 Sense Key: 0x5 Illegal Request, Segment 0
 Sense Code: 0x21 Qual 0x02 (invalid address for write) Fru 0x0
 Sense flags: Blk 0 (not valid) 
 resid: 63488
 cmd finished after 0.016s timeout 40s
 /usr/bin/X11/wodim: The current problem looks like a buffer underrun.
 /usr/bin/X11/wodim: It looks like 'driveropts=burnfree' does not work for 
 this drive.
 /usr/bin/X11/wodim: Please report.
 /usr/bin/X11/wodim: Make sure that you are root, enable DMA 

Bug#246647: input/output error

2006-10-03 Thread Eduard Bloch
#include hallo.h
* Eduard Bloch [Tue, Oct 03 2006, 10:22:01AM]:
 #include hallo.h
 * Tom Deblauwe [Mon, Oct 02 2006, 08:26:28PM]:
  Hello,
  
  I'm having the same problem with the input/output error
  
  I used cdrecord and this worked, but now wodim does not work unfortunately
  Attached are two logs of K3b.
  kind regards,
  Tom,
 
 Weird. Could you try to reproduce it on the command line (see command
 examples in the log) and add -vvv -VVV  /tmp/log to it? Creating a
 log for cdrecord and one for wodim, then do gzip both logs and send them
 to us?

PS: after that, could you set the wodim binary suid-root and retry the
same with it?

Eduard.
-- 
Die gefährlichste Klippe im Leben eines Künstlers ist die Heirat,
besonders eine sogenannte glückliche Heirat.
-- Anselm Feuerbach



Bug#310495: [EMAIL PROTECTED]: Re: [PATCH] Add multibyte support]

2006-10-03 Thread Jérôme Pouiller
Le mardi 3 octobre 2006 07:09, Kapil Hari Paranjape a écrit :
 However, I am still unable to get *any* reasonable output from this
 input for your version of par. There may be something wrong in my
 settings so I am sending you my environment variables and the output
 of par  jez.out  kapil.out.
Your variable PARINIT contains 'rTbqgR B=.,?_A_a Q=_s|'. If you remove 
option 'g', it work well.

Nevertheless, option 'g' shouldn't produce this. It is a bug. I try to 
correct it today.

-- 
Jérôme Pouiller (Jezz) jezz AT sysmic DOT org



Bug#390811: kernel upgrading problems 2.4.27.34-k6

2006-10-03 Thread Gregory D. MELLOTT
Package: kernel-image-2.4.27-3-k6
Version: 2.4.27-10sa

Comment:
Sorry to bother you folks.  Wish I could give more financial support
there also.  You are the only folk really supporting these older
machines any more. Possibly should have had Synaptic set to give me only
the stable versions.  I have most other machine set that way, I believe.

I wish I could simple copy and paste from the terminal buffer:

THE MEAT:
the error message is as follows:


Setting up kernel-image-2.4.27-3-k6 (2.4.27-10sarge4) ...
mdadm: md device /dev/md1 does not appear to be active.
/usr/sbin/mkinittrd: mdadm -D /dev/md1 failed
Failed to create initrd image.
dpkg: error processing kernel-image-2.4.27-3-k6 (--configure):
 subprocess post-installation script returned error exit status 9
dpkg: dependency problems prvent configuration of kernel-image2.4.k6:
 kernel-image-2.4-k6 depends on kernel-image-2.4.27-3-k6; however:
  Package kernel-image-2.4.27-3-k6 is not configured yet.
dpkg: error processing kernel-image-2.4-k6 (--configure):
 pependency problems - leaving unconfugured

Failed to apply all changes! Scroll in the terminal buffer to see what
went wron
g.
==


Apparently relavent details:
'/boot' is actually md3; and is the bootable partitions.  There are
modification made in it. (I seem to have lost the Red Hat 9 startup 
menu this last time.  I can probably dig it up again if I'm lucky, as
that installion has its own boot partition.)

Sincerely,

Gregory D. MELLOTT





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



Bug#390810: cowdancer: cowcopy fails on copying lib/init/rw/.ramfs

2006-10-03 Thread Norbert Preining
Package: cowdancer
Version: 0.23
Severity: important

Hi Uekawa-san!

As of recent I cannot use cowbuilder anymore for building:
$ cowbuilder --build --buildresult . foo.dsc
 - Copying COW directory
 cp: cannot create link 
`/var/cache/pbuilder/build/cow.4469/lib/init/rw/.ramfs': Invalid cross-device 
link
 Failed cowcopy.
$

Best wishes

Norbert

-- 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.18-mm2
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

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

Versions of packages cowdancer recommends:
ii  pbuilder  0.159  personal package builder for Debia

-- no debconf information


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



Bug#390565: Patch for the graphical installer on PPC boxes

2006-10-03 Thread Attilio Fiandrotti

Rick Thomas wrote:


On Oct 2, 2006, at 2:28 PM, Sven Luther wrote:


 I am building a new image, and uploading it, stay tuned.



I tried the new image (from http://people.debian.org/~luther/g-i/ 
powerpc/gtk-miniiso/mini.iso dated 02-Oct-2006 05:07) on my PowerMac  
3,5 with the Radeon video card.


/proc/cpuinfo=  PowerMac3,5 [69 (PowerMac G4/733MHz Silver)]
lspci=  ATI Technologies Inc Radeon RV200 QW [Radeon 7500]
/proc/fb=   0 ATI Radeon QW


When I did DEBIAN_FRONTEND=gtk ; debian-installer,

I got dropped into the text mode installer with the error message:  
Framebuffer not available. Disabling graphical frontend.
I tried it with all combinations of enable/disable of linux_input  and 
radeon, with the same results.




I also tried it on another machine with ATI Rage128 graphics card

/proc/cpuinfo=  PowerMac3,1 (PowerMac G4 AGP Graphics)
lspci=  ATI Technologies Inc Rage 128 PF/PRO AGP 4x TMDS
/proc/fb=   0 ATY Rage128

I only did this one with both disables in place (unmodified /etc/ 
directfbrc file).


It also gave me the same error message about Framebuffer not  
available and dropped me in the text mode installer.


Is it possible that this image is broken in some fundamental way?


looking at /proc/fb dumps, the framebuffer must have been nitialized 
correctly.
Did you enter export DEBIAN_FRONTEND=gtk or DEBIAN_FRONTEND=gtk 
before running debian-installer?
In the latter case, the DEBIAN_FRONTEND variable simply may not have 
been made visible to debconf, try again with export ... before running 
debian-installer and let's see if this works.


cheers

Attilio


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



Bug#389399: evolution-exchange: Evolution fails to display new messages in Exchange Inbox but manage to detect them in folder summary

2006-10-03 Thread Arief Mulya Utama
Package: evolution-exchange
Version: 2.6.3-1+b1
Followup-For: Bug #389399

Like I said in the subject,

After some time, evolution exchange detect new message arrival,
and show them in my Inbox summary like this = Inbox(1).

But there is no new message inside the folder.
Accessing my mailbox from Exchange's web interface, shows me the new message.

I need to close evolution and start over to be able to see new messages.


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

Versions of packages evolution-exchange depends on:
ii  evolution  2.6.3-2   groupware suite with mail client a
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.13-3  Avahi client library
ii  libavahi-common3   0.6.13-3  Avahi common library
ii  libavahi-glib1 0.6.13-3  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-4  The Bonobo UI library
ii  libc6  2.3.6.ds1-5   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-1   The Cairo 2D vector graphics libra
ii  libcamel1.2-8  1.6.3-1+b1The Evolution MIME message handlin
ii  libdbus-1-30.93-1simple interprocess messaging syst
ii  libebook1.2-5  1.6.3-1+b1Client library for evolution addre
ii  libecal1.2-6   1.6.3-1+b1Client library for evolution calen
ii  libedata-book1.2-2 1.6.3-1+b1Backend library for evolution addr
ii  libedata-cal1.2-5  1.6.3-1+b1Backend library for evolution cale
ii  libedataserver1.2-71.6.3-1+b1Utility library for evolution data
ii  libedataserverui1.2-6  1.6.3-1+b1GUI utility library for evolution 
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexchange-storage1.2-1   1.6.3-1+b1Backend library for evolution cale
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-4  GNOME configuration database syste
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-3  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print architecture -
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-2+b1   GNOME virtual file-system (runtime
ii  libgnutls131.4.4-1   the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-1 library for common error values an
ii  libgtk2.0-02.8.20-2  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libldap2   2.1.30-13+b1  OpenLDAP libraries
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.4-2  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.2  PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libsoup2.2-8   2.2.96-1  an HTTP library implementation in 
ii  libtasn1-3 0.3.6-1   Manage ASN.1 structures (runtime)
ii  libx11-6   2:1.0.0-9 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension 

Bug#362216: Package available

2006-10-03 Thread Michal Čihař
Hi

On Mon, 2 Oct 2006 20:23:24 +0100
James Westby [EMAIL PROTECTED] wrote:

 Ok, so by source I probably meant these CSV files, what the GPL calls
 preferred form of modification. If the package is GPL (I forget) then
 this is required to be distributable.

It's GNU FDL (and thus targeted to non-free) and there is AFAIK no such
condition there.

 My concerns were raised due to the fact that the source package only
 contains binary files, so it is unlikely that is the format they are
 edited in.

Well data is edited online in MySQL database, any other format is just
export from it.

There would be also slight problem with CSV sources that they stay on
upstream server only for one day, so checksum can not be verified.

Anyway I'm open to change, I will probably ask on -mentors for more
opinions.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#390816: linux-image-2.6.16-2-686: kernel BUG at drivers/scsi/aic7xxx/aic7xxx_osm.c:535! (seen at scsiadd -a )

2006-10-03 Thread Guido Ackermann
Package: linux-image-2.6.16-2-686
Version: 2.6.16-18
Severity: important

Got a kernel-message to submit when doing scsiadd -a 00 05 00
to activate my Artec-Scanner at this address.

[ cut here ]
kernel BUG at drivers/scsi/aic7xxx/aic7xxx_osm.c:535!
invalid opcode:  [#1]
Modules linked in: nfs nfsd exportfs lockd nfs_acl sunrpc button ac
battery ipt_multiport ipt_LOG ipt_MASQUERADE iptable_nat xt_tcpudp
xt_state ip6table_filter ip6_tables iptable_filter ip_tables x_tables
ip_nat_tftp ip_nat_snmp_basic ip_nat_pptp ip_nat_irc ip_nat_ftp
ip_nat_amanda ip_conntrack_tftp ip_conntrack_proto_sctp
ip_conntrack_pptp ip_conntrack_netlink ip_nat ip_conntrack_netbios_ns
ip_conntrack_irc ip_conntrack_ftp ip_conntrack_amanda ip_conntrack
nfnetlink ppp_deflate zlib_deflate bsd_comp ppp_async ppp_generic
wlan_wep ipv6 ext2 dm_snapshot dm_mirror dm_mod loop wm8775 evdev
cx25840 i810_audio tda9887 ac97_codec tuner v4l2_common shpchp
pci_hotplug sg sr_mod st ivtv snd_intel8x0 snd_ac97_codec snd_ac97_bus
intel_agp agpgart firmware_class hisax_fcpcipnp hisax_isac hisax
crc_ccitt snd_pcm snd_timer isdn i2c_algo_bit i2c_i801 psmouse ath_pci
ath_rate_sample wlan ath_hal v4l1_compat tveeprom rtc slhc serio_raw
pcspkr i2c_core parport_pc parport analog gameport videodev floppy
snd_page_alloc usblp snd_mpu401 snd_mpu401_uart snd_rawmidi
snd_seq_device snd soundcore ext3 jbd mbcache ide_cd cdrom ide_disk piix
generic ide_core uhci_hcd usbcore aic7xxx scsi_transport_spi scsi_mod
3c59x e100 mii thermal processor fan
CPU:0
EIP:0060:[d08ca27e]Tainted: P  VLI
EFLAGS: 00010086   (2.6.16-2-686 #1)
EIP is at ahc_linux_target_alloc+0xff/0x219 [aic7xxx]
eax:    ebx: cfc71ad4   ecx: cfca8400   edx: 0005
esi: cf226c00   edi: cfca8580   ebp: cfca8548   esp: caaffe18
ds: 007b   es: 007b   ss: 0068
Process scsiadd (pid: 6761, threadinfo=caafe000 task=ca8a1550)
Stack: 0cf233800 0246 41ca8414 0007 cf236034  cf2c4800
cfca8400
   cf2c4804 cfca8404 b01fbbaf cf2c4800 cfca8400 cf2c4804 cfca8404
d086ef57
   cfca8400 0005  cf2c48d0 cfca84b0 cf2c4800 cfca8414
0286
Call Trace:
 [b01fbbaf] transport_add_device+0xe/0x11
 [d086ef57] scsi_alloc_target+0x1bd/0x238 [scsi_mod]
 [d086f8a6] __scsi_scan_target+0x45/0x577 [scsi_mod]
 [b0150bd5] generic_permission+0x8d/0xc5
 [b0150ee7] permission+0x77/0xac
 [b013372e] get_page_from_freelist+0x7e/0x29f
 [d086ff04] scsi_scan_host_selected+0xc3/0xdc [scsi_mod]
 [d087178f] proc_scsi_write+0x136/0x22f [scsi_mod]
 [b01468cc] vfs_write+0xa3/0x13a
 [b014714e] sys_write+0x3b/0x64
 [b0102915] syscall_call+0x7/0xb
Code: b6 96 32 01 00 00 89 54 24 0c 8b 91 3c 01 00 00 74 0e 0f b6 86 33
01 00 00 83 c2 08 89 44 24 0c 9c 8f 44 24 04 fa 83 3b 00 74 08 0f 0b
17 02 58 fc 8c d0 8b 4c 24 40 31 c0 89 0b b9 43 00 00 00

After this the SCSI-system wasn't usable anymore. 
Even unloading Module was not possible.
I had to reboot the system. 


-- 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 linux-image-2.6.16-2-686 depends on:
ii  initramfs-tools [linux-initra 0.80   tools for generating an initramfs
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo

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

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

Bug#390653: openafs-modules-source: openafs module causes kernel Oops upon load

2006-10-03 Thread Andree Leidenfrost
Hi Russ,

Sure, please find it attached.

Should have done that in the first place - sorry.

Cheers,
Andree


On Mon, 2006-10-02 at 09:54 -0700, Russ Allbery wrote:
 Andree Leidenfrost [EMAIL PROTECTED] writes:
 
  Package: openafs-modules-source
  Version: 1.4.2~fc4-2
  Severity: important
 
  Hi Russ again,
 
  Sorry for being a pain.
 
  I've just built new a new openafs kernel module and this is what I get when 
  I try  to load it:
 
  aurich64:/home/andree# modprobe openafs
  Killed
  aurich64:/home/andree#
  Message from [EMAIL PROTECTED] at Mon Oct  2 22:34:17 2006 ...
  aurich64 kernel: Oops:  [1] SMP
 
  Message from [EMAIL PROTECTED] at Mon Oct  2 22:34:17 2006 ...
  aurich64 kernel: CR2: fffd
 
 Could you send the entirety of the oops?  Thanks!
 
-- 
Andree Leidenfrost
@ Debian Developer
Sydney - Australia

Oct  2 23:10:30 aurich64 kernel: openafs: module license 
'http://www.openafs.org/dl/license10.html' taints kernel.
Oct  2 23:10:30 aurich64 kernel: Unable to handle kernel paging request at 
fffd RIP: 
Oct  2 23:10:30 aurich64 kernel:  [883e0506] 
:openafs:check_table+0x26/0x50
Oct  2 23:10:30 aurich64 kernel: PGD 203027 PUD 100c067 PMD 0 
Oct  2 23:10:30 aurich64 kernel: Oops:  [1] SMP 
Oct  2 23:10:30 aurich64 kernel: CPU 0 
Oct  2 23:10:30 aurich64 kernel: Modules linked in: openafs ipv6 nfs lockd 
nfs_acl sunrpc ppdev parport_pc lp parport button ac battery w83627hf hwmon_vid 
eeprom i2c_isa snd_seq_dummy snd_seq_oss snd_seq_midi snd_seq_midi_event 
snd_seq snd_via82xx_modem snd_via82xx snd_pcm_oss gameport snd_mixer_oss 
snd_ac97_codec snd_ac97_bus snd_mpu401_uart snd_rawmidi snd_seq_device snd_pcm 
psmouse snd_timer shpchp snd tsdev i2c_viapro serio_raw pci_hotplug ide_tape 
soundcore snd_page_alloc evdev i2c_core pcspkr ext3 jbd mbcache dm_mirror 
dm_snapshot dm_mod raid456 xor raid1 md_mod ide_generic ide_cd cdrom ide_disk 
usbhid via82cxxx sata_via libata scsi_mod generic ide_core skge uhci_hcd 
ehci_hcd thermal processor fan
Oct  2 23:10:30 aurich64 kernel: Pid: 3153, comm: modprobe Tainted: P   M  
2.6.18-1-amd64 #1
Oct  2 23:10:30 aurich64 kernel: RIP: 0010:[883e0506]  
[883e0506] :openafs:check_table+0x26/0x50
Oct  2 23:10:30 aurich64 kernel: RSP: :81007b8c5dd0  EFLAGS: 00010286
Oct  2 23:10:30 aurich64 kernel: RAX: 8020 RBX: fffd 
RCX: 
Oct  2 23:10:30 aurich64 kernel: RDX:  RSI: fffd 
RDI: 
Oct  2 23:10:30 aurich64 kernel: RBP:  R08:  
R09: 8840faa0
Oct  2 23:10:30 aurich64 kernel: R10:  R11:  
R12: fffd
Oct  2 23:10:30 aurich64 kernel: R13: 8840d988 R14: 8840d760 
R15: 6000
Oct  2 23:10:30 aurich64 kernel: FS:  2b34da2f86d0() 
GS:8052() knlGS:
Oct  2 23:10:30 aurich64 kernel: CS:  0010 DS:  ES:  CR0: 
8005003b
Oct  2 23:10:30 aurich64 kernel: CR2: fffd CR3: 7b8d 
CR4: 06e0
Oct  2 23:10:30 aurich64 kernel: Process modprobe (pid: 3153, threadinfo 
81007b8c4000, task 810037abd040)
Oct  2 23:10:30 aurich64 kernel: Stack:  883e05bb 802483f1 
8021bc83 
Oct  2 23:10:30 aurich64 kernel:  8840d760  
81007bcbee30 8840e800
Oct  2 23:10:30 aurich64 kernel:  81007bcbedc0 c221f718 
883e07fa 8840e800
Oct  2 23:10:30 aurich64 kernel: Call Trace:
Oct  2 23:10:30 aurich64 kernel:  [883e05bb] 
:openafs:scan_for_syscall_table+0x8b/0x240
Oct  2 23:10:30 aurich64 kernel:  [802483f1] sys_ioctl+0x0/0x78
Oct  2 23:10:30 aurich64 kernel:  [8021bc83] sys_close+0x0/0xa2
Oct  2 23:10:30 aurich64 kernel:  [883e07fa] 
:openafs:osi_find_syscall_table+0x8a/0x1f0
Oct  2 23:10:30 aurich64 kernel:  [883e108b] 
:openafs:osi_syscall_init+0xb/0xe0
Oct  2 23:10:30 aurich64 kernel:  [8801f017] 
:openafs:init_module+0x17/0xa6
Oct  2 23:10:30 aurich64 kernel:  [802974fc] 
sys_init_module+0x16a0/0x1856
Oct  2 23:10:30 aurich64 kernel:  [8025840e] system_call+0x7e/0x83
Oct  2 23:10:30 aurich64 kernel: 
Oct  2 23:10:30 aurich64 kernel: 
Oct  2 23:10:30 aurich64 kernel: Code: 48 39 06 76 20 ff c1 81 f9 de 00 00 00 
75 0b b9 ff ff ff ff 
Oct  2 23:10:30 aurich64 kernel: RIP  [883e0506] 
:openafs:check_table+0x26/0x50
Oct  2 23:10:30 aurich64 kernel:  RSP 81007b8c5dd0
Oct  2 23:10:30 aurich64 kernel: CR2: fffd


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


Bug#390813: samba: [INTL: DE] Updated german debconf translation

2006-10-03 Thread Holger Wansing
Package: samba
Severity: wishlist
Tags: patch l10n



Hi,

Here is the updated German translation of samba for D-I LEVEL 4


Please implement ...



Best
Holger

# translation of samba_3.0.23b-2 to German
#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.
# Holger Wansing [EMAIL PROTECTED], 2006.
# Martin Krüger [EMAIL PROTECTED], 2005.
#
msgid 
msgstr 
Project-Id-Version: samba_3.0.23b-2\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-08-15 07:59-0500\n
PO-Revision-Date: 2006-10-03 09:02+0200\n
Last-Translator: Holger Wansing [EMAIL PROTECTED]\n
Language-Team: German debian-l10n-german@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../samba-common.templates:1001
msgid Modify smb.conf to use WINS settings from DHCP?
msgstr 
Soll smb.conf so abgeändert werden, dass per DHCP angebotene WINS-
Einstellungen verwendet werden?

#. Type: boolean
#. Description
#: ../samba-common.templates:1001
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 
Wenn Ihr Computer IP-Adress-Informationen von einem DHCP-Server im Netzwerk 
bezieht, kann es sein, dass auch Informationen über WINS-Server (»NetBIOS-
Name-Server«) zur Verfügung gestellt werden, sollten solche Server im 
Netzwerk vorhanden sein. Eine Änderung der Datei smb.conf ist erforderlich, 
damit die über DHCP angebotenen WINS-Einstellungen automatisch aus der 
Datei /etc/samba/dhcp.conf übernommen werden.

#. Type: boolean
#. Description
#: ../samba-common.templates:1001
msgid 
The dhcp3-client package must be installed to take advantage of this feature.
msgstr 
Sie müssen das Paket dhcp3-client installiert haben, um diese Funktionalität 

nutzen zu können.

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid Configure smb.conf automatically?
msgstr Soll smb.conf automatisch konfiguriert werden?

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
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 
Der Rest der Konfiguration von Samba betrifft Fragen über Parameter in /etc/
samba/smb.conf (das ist die Datei, die genutzt wird, um die Samba-Programme 
(nmbd und smbd) zu konfigurieren). Ihre aktuelle smb.conf enthält eine 
»include«-Zeile oder eine mehrzeilige Option. Dies kann den automatischen 
Konfigurationsprozess stören, so dass Sie eventuell Ihre smb.conf-Datei 
manuell korrigieren müssen, um Samba wieder zum Laufen zu bekommen.

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid 
If you do not choose this option, you will have to handle any configuration 
changes yourself, and will not be able to take advantage of periodic 
configuration enhancements.
msgstr 
Wenn Sie diese Option nicht wählen, werden Sie jede Änderung an der 
Konfiguration manuell vornehmen müssen und können nicht den Vorteil von 
regelmäßigen Verbesserungen an der Konfiguration nutzen.

#. Type: string
#. Description
#: ../samba-common.templates:3001
msgid Workgroup/Domain Name:
msgstr Arbeitsgruppen-/Domain-Name:

#. Type: string
#. Description
#: ../samba-common.templates:3001
msgid 
Please specify the workgroup you want this server to appear to be in when 
queried by clients. Note that this parameter also controls the domain name 
used with the security=domain setting.
msgstr 
Bitte geben Sie die Arbeitsgruppe an, in der der Server bei Anfragen von 
Clients erscheinen soll. Beachten Sie, dass dieser Parameter auch den Domain-
Namen festlegt, der für die Einstellung security=domain verwendet wird.

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid Use password encryption?
msgstr Verschlüsselte Passwörter verwenden?

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid 
All recent Windows clients communicate with SMB servers using encrypted 
passwords. If you want to use clear 

Bug#310495: [EMAIL PROTECTED]: Re: [PATCH] Add multibyte support]

2006-10-03 Thread Kapil Hari Paranjape
Hello,

On Tue, 03 Oct 2006, Jérôme Pouiller wrote:
 Le mardi 3 octobre 2006 07:09, Kapil Hari Paranjape a écrit :
  However, I am still unable to get *any* reasonable output from this
  input for your version of par. There may be something wrong in my
  settings so I am sending you my environment variables and the output
  of par  jez.out  kapil.out.
 Your variable PARINIT contains 'rTbqgR B=.,?_A_a Q=_s|'. If you remove 
 option 'g', it work well.
 
 Nevertheless, option 'g' shouldn't produce this. It is a bug. I try to 
 correct it today.

Thanks for this. Yes. It works now. As you say the problem is with
the character tests in reformat.c. These are the character tests
(like isalnum) for single-width characters. We need to include the
character tests for wide characters (iswalnum).

Regards,

Kapil.
--



signature.asc
Description: Digital signature


Bug#383264: Works for me with recent kernel from unstable

2006-10-03 Thread Dmitry Semyonov

Hi Dann,

On 10/2/06, dann frazier [EMAIL PROTECTED] wrote:

On Mon, Oct 02, 2006 at 04:11:27PM +0400, Dmitry Semyonov wrote:

 I was able to load the kernel on Compaq DL380 with serial console
 enabled for both GRUB and kernel messages.

  This sounds like a *success* report, not a bug report ;)
Is this a follow up to another bug report? If so, which one?


The same one to which you sent this follow up ;)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383264

--
...Bye..Dmitry.


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



Bug#390819: Apache2.2 upgrade makes apache2-common --remove fail

2006-10-03 Thread Daniel Franganillo

Subject: Apache2.2 upgrade makes apache2-common --remove fail
Package: apache2-common
Version: 2.0.55-4.2
Severity: important

Today i upgraded my apache2 SID server to apache2.2 avaliable in SID.
Unfortunately the upgrade failed when it tried to remove
apache2-common:

 Output -
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 97767 files and directories currently installed.)
Removing apache2-common ...
Stopping apache 2.0 web server... failed!
invoke-rc.d: initscript apache2, action stop failed.
dpkg: error processing apache2-common (--remove):
subprocess pre-removal script returned error exit status 1
Errors were encountered while processing:
apache2-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of apache2-mpm-prefork:
apache2-mpm-prefork depends on apache2.2-common (= 2.2.3-1); however:
 Package apache2.2-common is not installed.
dpkg: error processing apache2-mpm-prefork (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apache2:
apache2 depends on apache2-mpm-worker | apache2-mpm-prefork; however:
 Package apache2-mpm-worker is not installed.
 Package apache2-mpm-prefork is not configured yet.
dpkg: error processing apache2 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libapache2-mod-php4:
libapache2-mod-php4 depends on apache2-mpm-prefork ( 2.0.52); however:
 Package apache2-mpm-prefork is not configured yet.
dpkg: error processing libapache2-mod-php4 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
apache2-mpm-prefork
apache2
libapache2-mod-php4
 Output 

I had the Apache server stopped for configuration issues and this
maybe broke de upgrade.
Regards,

-- 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.17v2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
(ignored: LC_ALL set to [EMAIL PROTECTED])

Versions of packages apache2-common depends on:
ii  apache2-utils2.0.55-4.2  utility programs for webservers
ii  debconf  1.5.5   Debian configuration management sy
ii  debianutils  2.17.3  Miscellaneous utilities specific t
ii  libc62.3.6.ds1-5 GNU C Library: Shared libraries
ii  libdb4.4 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libexpat11.95.8-3.3  XML parsing C library - runtime li
ii  libgcc1  1:4.1.1-15  GCC support library
ii  libmagic14.17-4  File type determination library us
ii  lsb-base 3.1-17  Linux Standard Base 3.1 init scrip
ii  mime-support 3.37-1  MIME files 'mime.types'  'mailcap
ii  net-tools1.60-17 The NET-3 networking toolkit
ii  openssl  0.9.8c-2Secure Socket Layer (SSL) binary a
ii  ssl-cert 1.0.13  Simple debconf wrapper for openssl

apache2-common recommends no packages.

-- no debconf information


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



Bug#390817: apache2.2-common: /etc/apache2/*-available/ have .svn dirs inside

2006-10-03 Thread Pierre Habouzit
Package: apache2.2-common
Version: 2.2.3-1
Severity: grave
Justification: causes non-serious data loss

[root mad] cd /etc/apache2/mods-available ; svn info | grep URL
URL : 
svn+ssh://svn.debian.org/svn/pkg-apache/trunk/apache2/config-dir/mods-available

  says it all. I happen to version my /etc/ files under svn, hence the
loss that incured because it messed up with the .svn dirs in a bad way.



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

Versions of packages apache2.2-common depends on:
ii  apache2-utils 2.2.3-1utility programs for webservers
ii  libmagic1 4.17-4 File type determination library us
ii  lsb-base  3.1-17 Linux Standard Base 3.1 init scrip
ii  mime-support  3.37-1 MIME files 'mime.types'  'mailcap
ii  net-tools 1.60-17The NET-3 networking toolkit

apache2.2-common recommends no packages.

-- no debconf information


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



Bug#390814: please remove --strict-binding --indirect-rendering from compiz wrapper

2006-10-03 Thread Vincent Ho
Package: compiz
Version: 0.0.13+git20060928-2
Severity: normal


I'm using compiz with the binary NVidia drivers.  At this HOWTO page for
getting compiz to work with the current version[1], it says you don't
need to use --indirect-rendering (and in fact, that it limits the number
of extensions exposed by the driver).  Instead, the page suggests simply
starting with compiz --replace --use-cow gconf.  For those of us who
aren't using AIGLX in stock Xorg drivers, would it be possible to remove
--strict-binding --indirect-rendering from the wrapper script?

To be honest I'm not really sure why the wrapper is present at all, and
perhaps it should be renamed compiz-wrapper instead of renaming the
binary to compiz.real.

[1] http://www.nvnews.net/vbulletin/showthread.php?t=77030

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

Versions of packages compiz depends on:
ii  compiz-core 0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gnome0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gtk  0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-plugins  0.0.13+git20060928-2 OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information


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



Bug#376912: Can be closed

2006-10-03 Thread Joerg Morbitzer


DVB-T tuner works fine again with linux-image-2.6.18, so this bug can be 
closed.


Regards, Joerg.



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



Bug#373253: Bug found also in DFB 0.9.25

2006-10-03 Thread Attilio Fiandrotti

Hi

this bug was found [1][2] by two different AMD64 testers also in an 
image dated Oct 2, 2006 , which contains DirectFB 0.9.25.

The good news is that everything else works exactly as i386 :)

cheers

Attilio

[1] http://lists.debian.org/debian-italian/2006/10/msg00025.html
[2] http://lists.debian.org/debian-italian/2006/10/msg00026.html


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



Bug#390037: ITP: toilet -- create ASCII and ANSI art from text

2006-10-03 Thread Sam Hocevar
On Tue, Oct 03, 2006, Junichi Uekawa wrote:
   TOIlet is a free FIGlet clone. It creates large characters out of ordinary
   screen characters in a way reminiscent of Usenet and ANSI signatures.
   .
   TOIlet has support for FIGlet ASCII fonts, but can use the full Unicode
   character set, colourize its output, and output in various formats such
   as IRC colour codes.
 
 I was a bit interested into this: can it also reproduce Japanese text
 etc.?

   It has UTF-8 input, so all it needs is a font with the appropriate
glyphs. I found at least one: figlet's banner.flf has the katakana set
(but no hiragana or kanjis):

% toilet -d /usr/share/figlet -f banner コンニチハ
 # ##
 ##  #   #   ##
  #   # # ## # #  #
  ######
  #  ##  #   #  #
  ###   ##   #  #
 #   ####

   It's not a very nice font but maybe I could get help from Japanese
Unicode artists to draw a font. If saw some pretty talented people on
the iichan message boards (though they seem to rather use the Mona font
and not a fixed-width font).

Regards,
-- 
Sam.



Bug#390815: munin-node: Hangs forever on start-up.

2006-10-03 Thread Lars Bahner
Package: munin-node
Version: 1.2.3-1
Severity: normal

Hey,

when a system with munin-node installed and a missing network connection
boots munin-node hangs indefinitely. Please provide a sane time-out for
the init-script.

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

Versions of packages munin-node depends on:
ii  libnet-server-perl 0.87-3sarge1  An extensible, general perl server
ii  perl   5.8.4-8sarge5 Larry Wall's Practical Extraction 
ii  procps 1:3.2.1-2 The /proc file system utilities

-- no debconf information


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



Bug#337282: successful compile on debian etch

2006-10-03 Thread Conall O'Brien

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 3 Oct 2006, at 06:26, The Anarcat wrote:

I have been able to sucessfully compile the SILC/IRSSI plugin under  
etch
today. Now I'm far from a Debian package, but I wanted to state,  
for the

record that it is possible to compile it, and I have made a summary
procedure for it, inspired by a throughout compilation guide:

http://penguin-breeder.org/silc/


Yes, I've encountered this guide. I was planning on following it as I  
make the irssi-silc package.



Here's my procedure:

http://wiki.koumbit.net/TheAnarcat/SilcIrssi


Excellent. Thank you very much.


It is my belief, however, that this will not be successfully packaged
until we have a silc-client package (#388690), or at least its source,
because the compilation process is a bit ackward and jumps from one  
tree

to the other between irssi, silc-client and silc-plugin.


Yeah, I feel the same way. That's why I'm also the owners of the silc- 
server and silc-client ITPs as well :)


I would be very happy to see this plugin live in etch and would  
like to

help.


I've been able to convince work to let me spend some of my time  
working on Debian related activities, so I hope to have furfilled my  
outstanding ITPs in the next few weeks.



Some help would be great, as it could help get this package into  
Etch. I'm afraid I won't be looking at this or any of my other ITPs  
this week.



Ping me by email next week and we'll see what we can accomplish :)

- --

Conall O'Brien

+353 (0)1 6535148 | http://www.conall.net

GPG Key: http://www.conall.net/gpg/

Unix, BASIC, C, PASCAL, APL, ADA, and PROFANITY spoken here.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFFIieBVg0IYe59x04RAnLuAJ0QUF4vmQqB1l3Z0SWN5Yj29YJxAwCfaR+8
G0hrv7HGpejvyH5rWxrQTSM=
=aM1P
-END PGP SIGNATURE-


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



Bug#390716: wishlist features

2006-10-03 Thread Arnaud Cornet
 Yes. I don't mind them coming up for a *new* event.
 
 Did that clarify the request?

Yes. First, if you close a channel tab, the channel won't re-open on
reconnect. Your problem just happens for private messages. This is
because the client does not send anything to bip when you close a
private message tab. This is implied by the irc protocol. So bip cannot
track your open private message windows. What happens is that it
backlogs the private messages from chanserv and nickserv and your client
open tabs for this reason.

I would suggest that you try the blreset_on_talk option though. It will
forget all backlog information prior to your last message on a server.
This way you will certainly not have the chanserv, nickserv window
opening again an again. You can also try to manually run /quote bip
blreset.

Your first wishlist item is on our todo list.
-- 
Arnaud Cornet


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



Bug#390758: 01_exim4-config_listmacrosdefs: MAIN_LOG_SELECTOR defined unconditionally

2006-10-03 Thread Marc Haber
tags #390758 confirmed pending
thanks

On Mon, Oct 02, 2006 at 05:36:34PM -0400, Aaron M. Ucko wrote:
 /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs currently
 defines MAIN_LOG_SELECTOR unconditionally; could you please
 conditionalize it on .ifndef MAIN_LOG_SELECTOR so that one can
 override it by putting a different setting in 00_local_options?

I have done this in svn.

However, it is now possible to redefine macros _after_ their
definition using the == assignment operatgor, see spec.txt 6.6.

Can you please verify whether this would suit your needs as well, as
this would be a great help for us getting rid of all these ugly ifndef
statements.

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#390818: apache2-mpm-prefork: upgrade does not work if apache2 is already stopped

2006-10-03 Thread Pierre Habouzit
Package: apache2-mpm-prefork
Version: 2.2.3-1
Severity: grave
Justification: renders package unusable


sorry for the french locale, but I guess all is pretty clear enough.

 * Stopping apache 2.0 web server...
grep: /etc/apache2/conf.d/[^.#]*: Aucun fichier ou répertoire de ce type
[ ok ]
Dépaquetage de la mise à jour de apache2-mpm-prefork ...
(Lecture de la base de données... 142522 fichiers et répertoires déjà 
installés.)
Suppression de apache2-common ...
 * Stopping apache 2.0 web server...
grep: /etc/apache2/conf.d/[^.#]*: Aucun fichier ou répertoire de ce type
[fail]
invoke-rc.d: initscript apache2, action stop failed.
dpkg : erreur de traitement de apache2-common (--remove) :
 le sous-processus pre-removal script a retourné une erreur de sortie d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 apache2-common
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

Versions of packages apache2-mpm-prefork depends on:
ii  apache2.2-common2.2.3-1  Next generation, scalable, extenda
ii  libapr1 1.2.7-6  The Apache Portable Runtime Librar
ii  libaprutil1 1.2.7+dfsg-2 The Apache Portable Runtime Utilit
ii  libc6   2.3.6.ds1-5  GNU C Library: Shared libraries
ii  libdb4.34.3.29-6 Berkeley v4.3 Database Libraries [
ii  libdb4.44.4.20-8 Berkeley v4.4 Database Libraries [
ii  libexpat1   1.95.8-3.3   XML parsing C library - runtime li
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpcre36.7-1Perl 5 Compatible Regular Expressi
ii  libpq4  8.1.4-7  PostgreSQL C client library
ii  libsqlite3-03.3.7-1  SQLite 3 shared library
ii  libuuid11.39-1.1 universally unique id library

apache2-mpm-prefork recommends no packages.

-- no debconf information



Bug#246647: input/output error

2006-10-03 Thread Tom Deblauwe

Eduard Bloch wrote:

#include hallo.h
* Eduard Bloch [Tue, Oct 03 2006, 10:22:01AM]:
  

#include hallo.h

Weird. Could you try to reproduce it on the command line (see command

examples in the log) and add -vvv -VVV  /tmp/log to it? Creating a
log for cdrecord and one for wodim, then do gzip both logs and send them
to us?



PS: after that, could you set the wodim binary suid-root and retry the
same with it?

Eduard.
  


The wodim binary had already the right permissions according to k3bsetup2
Ok, I will try this as soon as possible.

Regards,
Tom,




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



Bug#390653: openafs-modules-source: openafs module causes kernel Oops upon load

2006-10-03 Thread Andree Leidenfrost
Hi Russ,

On Mon, 2006-10-02 at 11:44 -0700, Russ Allbery wrote:
 Russ Allbery [EMAIL PROTECTED] writes:
  Andree Leidenfrost [EMAIL PROTECTED] writes:
 
  Package: openafs-modules-source
  Version: 1.4.2~fc4-2
  Severity: important
 
  Hi Russ again,
 
  Sorry for being a pain.
 
  I've just built new a new openafs kernel module and this is what I get
  when I try to load it:
 
  aurich64:/home/andree# modprobe openafs
  Killed
  aurich64:/home/andree#
  Message from [EMAIL PROTECTED] at Mon Oct  2 22:34:17 2006 ...
  aurich64 kernel: Oops:  [1] SMP
 
  Message from [EMAIL PROTECTED] at Mon Oct  2 22:34:17 2006 ...
  aurich64 kernel: CR2: fffd
 
  Could you send the entirety of the oops?  Thanks!
 
 This still might be useful, just in case, but we think we know where the
 problem is.  I may have a patch for you to try later today.

Cool, just let me know. (I'm GMT+10 btw.)

Cheers,
Andree
-- 
Andree Leidenfrost
@ Debian Developer
Sydney - Australia



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


Bug#390812: apache2.2: does not upgrades

2006-10-03 Thread Pierre Habouzit
Package: apache2.2
Severity: grave
Justification: renders package unusable


it seems that there is a problem to stop apache2 that makes the upgrade fail.


 * Stopping apache 2.0 web server...

grep: 
/etc/apache2/conf.d/[^.#]*: Aucun fichier ou répertoire de ce type


 [ ok ]
Dépaquetage de la mise à jour de apache2-mpm-prefork ...
(Lecture de la base de données... 142522 fichiers et répertoires déjà 
installés.)
Suppression de apache2-common ...
 * Stopping apache 2.0 web server...

grep: 
/etc/apache2/conf.d/[^.#]*: Aucun fichier ou répertoire de ce type


 [fail]
invoke-rc.d: initscript apache2, action stop failed.
dpkg : erreur de traitement de apache2-common (--remove) :
 le sous-processus pre-removal script a retourné une erreur de sortie d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 apache2-common
E: Sub-process /usr/bin/dpkg returned an error code (1)



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



Bug#390809: Error message from pcmcia (i82365)

2006-10-03 Thread Matthias Popp
Package: linux-image-2.6.18-1-486
Version: 2.6.18-1

While loading the modul i82365 error message Intel ISA PCIC Probe: not found 
appears permanently, if there is no pcmcia-device avaliable in the machine.
There is no way to stop this error message, only a reboot helps to work again 
with this machine.

I am using Debian SId  with libc6  2.3.6.ds1-4 . But I have found this bug 
first in a Debian installer build by my self.  The installer is extremly 
slow. 

-- 
with best regards from Dortmund
                                                     Matthias Popp 


___
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de




Bug#390820: O: driftnet

2006-10-03 Thread Steve Kemp
Package: wnpp
Severity: normal


I do not have the time to care for this package as much as it deserves
and am hereby orphaning it.

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

-- 
Steve
-- 
http://www.steve.org.uk/


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



Bug#390829: kaffeine: Kaffeine refuses to start completely

2006-10-03 Thread Tilman Schr�
Package: kaffeine
Version: 0.8.2-1
Severity: grave
Justification: renders package unusable


Since the last apt-get update  upgrade kaffeine refuses to start completely, 
it exits immediately without any output (no text on console, X screen ...).

This is the output when I want to start kaffeine from console: (Second hit on 
enter about one second after the first one)

[EMAIL PROTECTED]:~$ kaffeine 
[1] 3836
[EMAIL PROTECTED]:~$
[1]+  Donekaffeine
[EMAIL PROTECTED]:~$


This is the gdb output with kaffeine-gdb installed:

[EMAIL PROTECTED]:~$ gdb
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu.
(gdb) file kaffeine
Reading symbols from /usr/bin/kaffeine...Reading symbols from 
/usr/lib/debug/usr/bin/kaffeine...done.
Using host libthread_db library /lib/tls/libthread_db.so.1.
done.
(gdb) run
Starting program: /usr/bin/kaffeine
[Thread debugging using libthread_db enabled]
[New Thread -1506879808 (LWP 3861)]

Program exited normally.
(gdb) quit
[EMAIL PROTECTED]:~$


Without kaffeine-dbg installed gdb produces almost the same output, but with 
lots of (no debugging symbols found) lines and with a different thread and 
LWP number (but I think this is normal because they are different on every gdb 
run).

If you need more information on my system just mail me at [EMAIL PROTECTED]

I hope you will be able to fix this soon!

Bye, Tilman!



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

Versions of packages kaffeine depends on:
ii  hdparm  6.6-1tune hard disk parameters for high
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  libacl1 2.2.41-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.32-1 Extended attribute shared library
ii  libaudio2   1.8-2The Network Audio System (NAS). (s
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libcdparanoia0  3a9.8-14 Shared libraries for cdparanoia
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0] 0.1.7-4  Client library for the gamin file 
ii  libgcc1 1:4.1.1-13   GCC support library
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libogg0 1.1.3-2  Ogg Bitstream Library
ii  libpcre36.4-2Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-4Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.1-2X11 Session Management library
ii  libstdc++6  4.1.1-13 The GNU Standard C++ Library v3
ii  libvorbis0a 1.1.2-1  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.1.2-1  The Vorbis General Audio Compressi
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.1-3X11 Input extension library
ii  libxine11.1.2-3  the xine video/media player librar
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxt6  1:1.0.2-2X11 toolkit intrinsics library
ii  libxtst61:1.0.1-5X11 Testing -- Resource extension 
ii  zlib1g  1:1.2.3-13   compression library - runtime

kaffeine recommends no packages.

-- no debconf information


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



Bug#390832: O: xautomation -- Control X from the command line, and find things on the screen

2006-10-03 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of xautomation, Aurelien Jarno,
has orphaned it.

If you want to be the new maintainer, please take it. See
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions about how to adopt a package properly.

Some information about this package:

Package: xautomation
Priority: extra
Section: x11
Installed-Size: 108
Maintainer: Debian QA Group [EMAIL PROTECTED]
Architecture: i386
Version: 0.96-5
Depends: libc6 (= 2.3.6-6), libpng12-0 (= 1.2.8rel), libx11-6, libxtst6
Filename: pool/main/x/xautomation/xautomation_0.96-5_i386.deb
Size: 25052
MD5sum: d693db7052d911ef3058ac94fcfd81d4
SHA1: 38a46f3083706a87f883f778fa230c17f929fc4f
SHA256: 8681634e899dda605e063d7e1805afe7d6499d795c913a9d9823cd9e4d8bd820
Description: Control X from the command line, and find things on the screen
 Control X from the command line for scripts, and do visual scraping to
 find things on the screen. The control interface allows mouse movement,
 clicking, button up/down, key up/down, etc, and uses the XTest extension so
 you don't have the annoying problems that xse has when apps ignore sent
 events. The visgrep program find images inside of images and reports the
 coordinates, allowing programs to find buttons, etc, on the screen to click
 on.
 .
  Homepage: http://hoopajoo.net/projects/xautomation.html
  Author:   Steve Slaven [EMAIL PROTECTED]
Tag: interface::commandline, role::sw:utility, x11::application

Package: xautomation
Binary: xautomation
Version: 0.96-5
Priority: extra
Section: x11
Maintainer: Debian QA Group [EMAIL PROTECTED]
Build-Depends: debhelper (= 4.0.0), libxtst-dev, libx11-dev, libpng-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/x/xautomation
Files:
 8211fb4a4612c65d54b8f9ea08e77f8f 618 xautomation_0.96-5.dsc
 55f1247f9e25d57ba23e9e9f3cf5f87e 73335 xautomation_0.96.orig.tar.gz
 4490e11270b5c671bf3f757158383e49 17078 xautomation_0.96-5.diff.gz


Aníbal Monsalve Salazar
--
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#390827: O: libnids

2006-10-03 Thread Steve Kemp
Package: wnpp
Severity: normal


  Because of my lack of time I'm orphaning this package.  Ideally
 whoever takes this will help out with dnsiff/tcpflow.

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

-- 
Steve
-- 
http://www.steve.org.uk/


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



Bug#390834: libmodule-corelist-perl must depend on libversion-perl

2006-10-03 Thread Dominique Dumont
Package: libmodule-corelist-perl
Version: 2.08-1
Severity: important


Hello

The corelist program fails with the following message:

$ corelist
Can't locate version.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
/usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 .) at /usr/bin/corelist 
line 73.
BEGIN failed--compilation aborted at /usr/bin/corelist line 73.


Line 73 of corelist is :
  use version ();

libversion-perl is mentionned in Build-Depends-Indep field but not in
Depends field of the control file.

Once libversion-perl is installed on my system, corelist works fine.

Cheers


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

Versions of packages libmodule-corelist-perl depends on:
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 

libmodule-corelist-perl recommends no packages.

-- no debconf information


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



Bug#390835: O: ttf-dustin -- Various TrueType fonts from dustismo.com

2006-10-03 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of ttf-dustin, Aurelien Jarno,
has orphaned it.

If you want to be the new maintainer, please take it. See
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions about how to adopt a package properly.

Some information about this package:

Package: ttf-dustin
Priority: optional
Section: x11
Installed-Size: 1224
Maintainer: Debian QA Group [EMAIL PROTECTED]
Architecture: all
Version: 20030517-3
Depends: defoma (= 0.7.0)
Filename: pool/main/t/ttf-dustin/ttf-dustin_20030517-3_all.deb
Size: 619858
MD5sum: b93addd20a61e673e518fd27768f582c
SHA1: f9ac830f6c513cdf69272c586e7592e83052d3e6
SHA256: 827a8249d53eae74b57c1af9e26a3317b658a9f6923cb7ea7ae77f767dab1d02
Description: Various TrueType fonts from dustismo.com
 This package contains various fonts from dustismo.com licensed under
 the GPL.
 .
 Dustismo and Dustismo Roman are general purpose Sans Serif and Roman TrueType
 fonts (with bold, italic and bold-italic variations), and contain all the
 European Latin characters.
 .
 The other fonts are beautiful for special decorations and headlines, but
 they are limited to subsets of ASCII...
 .
  Author:   Dustin Norlander [EMAIL PROTECTED]
  Homepage: http://www.dustismo.com
Tag: made-of::data:font, role::content:data

Package: ttf-dustin
Binary: ttf-dustin
Version: 20030517-3
Priority: optional
Section: x11
Maintainer: Debian QA Group [EMAIL PROTECTED]
Build-Depends: debhelper ( 4.0.0), defoma (= 0.7.0), unzip (= 5.50-1)
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/t/ttf-dustin
Files:
 9dd566fb07eaea8bb024c83b06fbdf6b 627 ttf-dustin_20030517-3.dsc
 cb130e89d7cf0723550ccb432de3d0ef 716076 ttf-dustin_20030517.orig.tar.gz
 be1dcda91db237e22dd176f5d90a971c 2306 ttf-dustin_20030517-3.diff.gz


Aníbal Monsalve Salazar
--
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#390822: O: dsniff

2006-10-03 Thread Steve Kemp
Package: wnpp
Severity: normal


  I do not have the time to give this package the love and attention
 it requires, so I am orphaning my involvement with it.

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

-- 
Steve
-- 
http://www.steve.org.uk/


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



Bug#385484: evolution: Does not update inbox after deleting messages or receiving new mail

2006-10-03 Thread David Weinehall
I'm pretty sure this bug is in evolution-exchange rather than
evolution itself -- downgrading evolution-exchange to 2.6.2-3
makes things work properly again (without any downgrades of
evolution or evolution-data-server needed).


Regards: David
-- 
 /) David Weinehall [EMAIL PROTECTED] /) Rime on my window   (\
//  ~   //  Diamond-white roses of fire //
\)  http://www.acc.umu.se/~tao/(/   Beautiful hoar-frost   (/


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



Bug#390817: apache2.2-common: /etc/apache2/*-available/ have .svn dirs inside

2006-10-03 Thread Tollef Fog Heen

severity 390817 important
force-merge 390817 390785
thanks

Pierre Habouzit skrev:


  says it all. I happen to version my /etc/ files under svn, hence the
loss that incured because it messed up with the .svn dirs in a bad way.


Please look at already-filed bugs before filing new bugs.

- tfheen



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



Bug#390824: O: komi

2006-10-03 Thread Steve Kemp
Package: wnpp
Severity: normal



  Komi the space frog is a fun game with no new upstream activity,
 because of my lack of time I'm orphaning it.  There is comaintainers
 in the Games-team.

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

-- 
Steve
-- 
http://www.steve.org.uk/


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



Bug#390830: : O: xwelltris -- 3D Tetris like popular game similar to Welltris

2006-10-03 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of xwelltris, Aurelien Jarno,
has orphaned it.

If you want to be the new maintainer, please take it. See
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions about how to adopt a package properly.

Some information about this package:

Package: xwelltris
Priority: optional
Section: games
Installed-Size: 408
Maintainer: Debian QA Group [EMAIL PROTECTED]
Architecture: i386
Version: 1.0.1-5
Depends: libc6 (= 2.3.6-6), libgcc1 (= 1:4.1.1-12), libsdl-image1.2 (= 
1.2.5), libsdl1.2debian (= 1.2.10-1), libstdc++6 (= 4.1.1-12)
Filename: pool/main/x/xwelltris/xwelltris_1.0.1-5_i386.deb
Size: 293576
MD5sum: 0a96d09aedcb0c6964e6abe53cc57a45
SHA1: 04048bce3a53051cff908fa15e60cdeb47501a5f
SHA256: 3ec6d6965049f690995287dbb4b1e87c21a0e7fb23fdffd12871a115fda7
Description: 3D Tetris like popular game similar to Welltris
 The idea of this game was by the Russian programmer Pogitnov. It has the same
 gameplay concept as Tetris.
 .
 Imagine that you are looking into a glass from the top. You see four walls
 and the bottom. The flat 2D figures falling down from the walls one by one.
 You can move these figures from one wall to another or rotate the figure. If
 the figure leave the wall it moves on the bottom while another figure is
 pushed. You need to form full rows and/or columns on the bottom. When you
 form such row it disappear and you receive additional empty space on the
 bottom and scores :).
 .
  Authors:  Leonid V. Khramov [EMAIL PROTECTED] and Irina V. Khramova
  Homepage: http://xnc.dubna.su/xwelltris/
Tag: game::tetris, interface::3d, uitoolkit::sdl, use::gameplaying, 
x11::application

Package: xwelltris
Binary: xwelltris
Version: 1.0.1-5
Priority: optional
Section: games
Maintainer: Debian QA Group [EMAIL PROTECTED]
Build-Depends: debhelper ( 4.0.0), autotools-dev, libsdl-image1.2-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/x/xwelltris
Files:
 435999d400633c4458d602dcd628e881 612 xwelltris_1.0.1-5.dsc
 8730c2009244df113200b06c9e6b9885 422822 xwelltris_1.0.1.orig.tar.gz
 13e0968aa9f06a94394a871e966efcf0 3190 xwelltris_1.0.1-5.diff.gz


Aníbal Monsalve Salazar
--
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#390825: muttprint doesn't work with CUPS as stated in the manual

2006-10-03 Thread Andreas Pakulat
Package: muttprint
Version: 0.72d-8
Severity: important

Hi,

according to the manual it should be Ok to set PRINT_COMMAND to CUPS
and muttprint will then properly use cups-commands to print. This is
wrong, when set to CUPS it uses lpr -P printer -o options, which
doesn't work. The lpr is wrong and the switch for specifying the
printer is -d not -P.

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

Versions of packages muttprint depends on:
ii  debconf [debconf-2.0]  1.5.5 Debian configuration management sy
ii  libtext-iconv-perl 1.4-3 converts between character sets in
ii  perl   5.8.8-6.1 Larry Wall's Practical Extraction 
ii  texlive-fonts-recommended  2005.dfsg.1-1 TeX Live: Recommended fonts
ii  texlive-latex-extra2005.dfsg.1-1 TeX Live: LaTeX supplementary pack
ii  texlive-latex-recommended  2005.dfsg.1-1 TeX Live: LaTeX recommended packag

Versions of packages muttprint recommends:
ii  emacs-snapshot-gtk [mail- 1:20060923-1   The GNU Emacs editor (with GTK+ 2.
ii  kmail [mail-reader]   4:3.5.4-1+b1   KDE Email client
ii  mutt [mail-reader]1.5.13-1   text-based mailreader supporting M
ii  mutt-ng [mutt]0.0+20060429-2 text-based mailreader supporting M
ii  thunderbird [mail-reader] 1.5.0.7-2  standalone mail client based on mo

-- debconf information:
  muttprint/moved_pics:
  muttprint/utf8:


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



Bug#390831: base-config: use /dev/cdrom and not physical device in /etc/fstab

2006-10-03 Thread schaefer
Package: base-config
Severity: normal


I just installed with a daily etch installer for testing and I saw the 
following issue (which is very cosmetic but may annoy people):

   the /dev/cdrom symlink is correctly set

but

   /etc/fstab lists the physical device and not /dev/cdrom

This means that e.g. if you migrate to ide-scsi, you have two places to 
change.


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


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



Bug#390823: apache2-common cannot be purged.

2006-10-03 Thread Pierre Habouzit
Package: apache2-common
Version: 2.0.55-4.2
Severity: serious

  it should have been made an empty package, without maintainer scripts,
so that it could be purged, as it's superseeded with apache2.2-common.


  [madcoder mad] LC_ALL=C sudo dpkg --purge apache2-common
(Reading database ... 142646 files and directories currently installed.)
Removing apache2-common ...
  Purging configuration files for apache2-common ...
  find: /etc/apache2: Permission denied
update-rc.d: /etc/init.d/apache2 exists during rc.d purge (use -f to
force)
  dpkg: error processing apache2-common (--purge):
 subprocess post-removal script returned error exit status 1
Errors were encountered while processing:
 apache2-common


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



Bug#390816: linux-image-2.6.16-2-686: kernel BUG at drivers/scsi/aic7xxx/aic7xxx_osm.c:535! (seen at scsiadd -a )

2006-10-03 Thread Bastian Blank
tags 390816 moreinfo
thanks

On Tue, Oct 03, 2006 at 10:51:39AM +0200, Guido Ackermann wrote:
 EIP:0060:[d08ca27e]Tainted: P  VLI

Your kernel is tainted, check it again without proprietary modules

 EFLAGS: 00010086   (2.6.16-2-686 #1)

Please recheck with 2.6.18-1-686.

Bastian

-- 
Deflector shields just came on, Captain.


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



Bug#390826: O: late

2006-10-03 Thread Steve Kemp
Package: wnpp
Severity: normal


  Late is a fun game with no new upstream activity, because of my lack
  of time I'm orphaning it.  There is comaintainers in the Games-team.


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

-- 
Steve
-- 
http://www.steve.org.uk/


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



Bug#390828: O: tcpflow

2006-10-03 Thread Steve Kemp
Package: wnpp
Severity: normal


  Because of my lack of time I'm orphaning this package.

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

-- 
Steve
-- 
http://www.steve.org.uk/


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



Bug#390821: O: debian-builder

2006-10-03 Thread Steve Kemp
Package: wnpp
Severity: normal


  I do not have the time to care for this package, although I am
 still available on the rare chance it needs a new upstream release,
 so I am offering it for adoption.

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

-- 
Steve
-- 
http://www.steve.org.uk/


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



Bug#390833: O: wdg-html-validator -- WDG HTML Validator

2006-10-03 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of wdg-html-validator, Aurelien Jarno,
has orphaned it.

If you want to be the new maintainer, please take it. See
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions about how to adopt a package properly.

Some information about this package:

Package: wdg-html-validator
Priority: optional
Section: web
Installed-Size: 1124
Maintainer: Debian QA Group [EMAIL PROTECTED]
Architecture: all
Version: 1.6.2-6
Depends: sgml-data, opensp (= 1.5release-1.1), libwww-perl, 
libhtml-parser-perl, libunicode-string-perl, libunicode-map8-perl, 
libi18n-charset-perl (= 1.12-1), w3c-dtd-xhtml, libjconv-bin, perl
Recommends: apache | httpd
Suggests: wdg-html-reference
Conflicts: wdg-html-reference ( 4.0)
Filename: pool/main/w/wdg-html-validator/wdg-html-validator_1.6.2-6_all.deb
Size: 481000
MD5sum: 646ded5ce3d62c1385239d87dc64b8af
SHA1: 3718c8d5ef06878a85920d2cc3980d86a0ca4a79
SHA256: fe6b6bb4cea1d58815a37495d983ee6a47ee2389c71bc7d65e5b2b454739399c
Description: WDG HTML Validator
 This is a CGI script which lets you enter the URL of a web page which will
 be then checked against a validating SGML parser for conformance to official
 HTML standards.  Pages can also be uploaded and HTML can be directly entered.
 .
 A command-line version is also included in the package.
 .
  Homepage: http://www.htmlhelp.com/tools/validator/
  Author: Liam Quinn [EMAIL PROTECTED]
Tag: interface::web, made-of::lang:perl, protocol::http, role::sw:utility, 
use::checking, web::cgi, works-with::text:html

Package: wdg-html-validator
Binary: wdg-html-validator
Version: 1.6.2-6
Priority: optional
Section: web
Maintainer: Debian QA Group [EMAIL PROTECTED]
Build-Depends: debhelper (= 4.0.0)
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/w/wdg-html-validator
Files:
 27809c38342078a273ec390be5df7c76 613 wdg-html-validator_1.6.2-6.dsc
 acb477380c4437dfb8aca63e777084f9 472777 wdg-html-validator_1.6.2.orig.tar.gz
 8b756aa0c6918f93265e10c482de4544 12607 wdg-html-validator_1.6.2-6.diff.gz


Aníbal Monsalve Salazar
--
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#384949: Doesn't handle forgetfull (buggy) clients well

2006-10-03 Thread jaris
On Tue, October 3, 2006 04:40, Jose Luis Rivas Contreras wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 package rtorrent
 tags 384949 confirmed
 severity 384949 wishlist
 thanks
 I now think it is a combination of things:

 1. clients sometimes forget requests, they skip ahead.
 2. rtorrent tries to reget those holes after a while (which seems to
 work much better now)
 3. super-seeder hide chunks they have served

 If you combine those 3 it seem that rtorrent looses a source for the
 chunk with the hole and if there aren't any other sources the block
 will remain incomplete and stall the download till the superseeder
 resets itself. At least that is what it looks like now.


 I'm not sure what to do about this. It isn't really a bug in rtorrent
 but we can't fix every other client out there.

 Rtorrent could better remember that some client did have that chunk
 and re-request it even if that client now says it isn't available
 anymore. I.e. ignore the super-seeder hack. Unless the super-seeder
 will NAK such requests.

 MfG
 Goswin

 Ok, so since this isn't a problem of rtorrent, but you add a request for
 feature to rtorrent I'm changing this to severity wishlist.

 Plus, I'm sending this to upstreams.

That's too much data to keep around, so it won't be implemented. It might
be an idea to add a limit on request pipe-line size on a per-client type
basis, so I added a ticket (#484) for that.

The super-seeder can't really hide chunks, so it must be a problem of the
super-seeder restarting/being reconnected. Anyway, it would have to be a
bad super-seeder implementation, not to mention super-seeding has been
superseded by Fast Extension so the incentive isn't really there to use
resources to fix this.

Rakshasa



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



Bug#390728: compiz: X freezes on radeon 9200

2006-10-03 Thread Thierry Reding
* Vedran Furač wrote:
 Package: compiz
 Version: 0.0.13+git20060928-2
 Severity: important
 
 Doesn't work for me on radeon 9200 (with open source drivers). X freezes
 immediately after I run compiz (or beryl). I can move cursor but without
 any interaction. Killing compiz unfreezes X.
 
 In logfile I have:
 
 AIGLX: 3D driver claims to not support visual 0x23 ... 0x32

Those can safely be ignored.

 Other seems fine. You can find xorg.conf attached.

Can you attach the output of compiz? You can also try uncommenting the
XAANoOffscreenPixmaps in your Device section. Not sure it will help,
though.

 - Thierry

[...]



signature.asc
Description: Digital signature


Bug#390839: O: myphpmoney -- Finance manager written in PHP

2006-10-03 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of myphpmoney, Aurelien Jarno,
has orphaned it.

If you want to be the new maintainer, please take it. See
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions about how to adopt a package properly.

Some information about this package:

Package: myphpmoney
Priority: optional
Section: utils
Installed-Size: 4016
Maintainer: Debian QA Group [EMAIL PROTECTED]
Architecture: all
Version: 1.3RC3+dfsg-2
Depends: apache (= 1.3.29.0.1-1) | apache-ssl (= 1.3.29.0.1-1) | apache-perl 
(= 1.3.29.0.1-1) | httpd, php4 (= 4.0.3pl1) | php4-cgi (= 4.0.3pl1) | 
libapache-mod-php4 | libapache2-mod-php4, php4-mysql, php4-gd, mysql-client, 
wwwconfig-common (= 0.0.19), ttf-bitstream-vera, debconf (= 0.5) | debconf-2.0
Recommends: mysql-server-4.1 | mysql-server-5.0
Filename: pool/main/m/myphpmoney/myphpmoney_1.3RC3+dfsg-2_all.deb
Size: 638890
MD5sum: fede2bf3f0b6b7bc2766d2be95ff8fd3
SHA1: cb7b7555a9c12959b8640d22ca005a213d56a09d
SHA256: 15f65a46c589c80f11ff586810c13c507907fa7003a390467ba90c47404c5765
Description: Finance manager written in PHP
 MyPhpMoney is a finance manager written in PHP. It consists of 6 modules:
   * Count book (to enter your operations and balance your accounts) ;
   * Schedule of payments (to allow you to know the date due on your
 coming payments) ;
   * Operation and Recipient (to see a summary of operations, with the
 origin and the destination of your money) ;
   * Loan simulation
   * Backup MySql
   * Options  Configuration.
 .
 It runs using Apache for web server and MySQL for the database.
 .
  Homepage: http://myphpmoney.sourceforge.net
Tag: field::finance, interface::web, made-of::lang:php, use::organizing, 
works-with::db:sql

Package: myphpmoney
Binary: myphpmoney
Version: 1.3RC3+dfsg-2
Priority: optional
Section: utils
Maintainer: Debian QA Group [EMAIL PROTECTED]
Build-Depends: debhelper ( 4.1.16)
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/m/myphpmoney
Files:
 beb94408a05fb65da795a01c5aa5c167 600 myphpmoney_1.3RC3+dfsg-2.dsc
 cc34a5dbb1fca3cad5720934a170d1df 628299 myphpmoney_1.3RC3+dfsg.orig.tar.gz
 c62e02e5105c6a431316c8f25c224735 25926 myphpmoney_1.3RC3+dfsg-2.diff.gz


Aníbal Monsalve Salazar
--
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#390837: O: quiteinsane -- A Qt based X11 frontend for SANE (Scanner Access Now Easy)

2006-10-03 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of quiteinsane, Aurelien Jarno,
has orphaned it.

If you want to be the new maintainer, please take it. See
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions about how to adopt a package properly.

Some information about this package:

Package: quiteinsane
Priority: optional
Section: graphics
Installed-Size: 1864
Maintainer: Debian QA Group [EMAIL PROTECTED]
Architecture: i386
Version: 0.10-13
Depends: libc6 (= 2.3.6-6), libgcc1 (= 1:4.1.1-12), libice6 (= 1:1.0.0), 
libieee1284-3, libjpeg62, libpng12-0 (= 1.2.8rel), libqt3-mt (= 3:3.3.6), 
libsane (= 1.0.11-3), libsm6, libstdc++6 (= 4.1.1-12), libtiff4, libusb-0.1-4 
(= 2:0.1.12), libx11-6, libxext6, zlib1g (= 1:1.2.1), gocr
Filename: pool/main/q/quiteinsane/quiteinsane_0.10-13_i386.deb
Size: 853278
MD5sum: 262493f54b5b3a05a775a683cf2382d7
SHA1: a677bdbbfce70dc96f3271eb015a6e8ab3d225ff
SHA256: 66c24f56c09d810d6590328420a6e884a62fe58a3d3aadff9aa5c10df9074a93
Description: A Qt based X11 frontend for SANE (Scanner Access Now Easy)
 QuiteInsane is a graphical frontend for SANE (Scanner Access Now Easy). It
 can save an image to a file in a variety of image formats, send an image to
 a printer or do OCR (Optical Character Recognition) using gocr.
 .
 SANE stands for Scanner Access Now Easy and is an application programming
 interface (API) that provides standardized access to any raster image scanner
 hardware (flatbed scanner, hand-held scanner, video- and still-cameras,
 frame-grabbers, etc.).
 .
  Author:   Michael Herder [EMAIL PROTECTED]
  Homepage: http://quiteinsane.sourceforge.net
Tag: interface::x11, uitoolkit::qt, use::downloading, works-with::image:raster, 
x11::application

Package: quiteinsane
Binary: quiteinsane
Version: 0.10-13
Priority: optional
Section: graphics
Maintainer: Debian QA Group [EMAIL PROTECTED]
Build-Depends: debhelper ( 4.0.0), autotools-dev, automake1.4, autoconf, 
libtool, perl, libtiff4-dev, libsane-dev, libqt3-mt-dev (= 3:3.3.4-4), 
libqt3-compat-headers
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/q/quiteinsane
Files:
 5b4b228b082b5981d47695e14a7129e0 717 quiteinsane_0.10-13.dsc
 f07006e5de95a6c326166696638ca3b5 1275576 quiteinsane_0.10.orig.tar.gz
 3238b01d26ecd9b2ea2d8bebcd0f5189 6084 quiteinsane_0.10-13.diff.gz


Aníbal Monsalve Salazar
--
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#390809: Error message from pcmcia (i82365)

2006-10-03 Thread Bastian Blank
tags 390809 moreinfo
thanks

On Tue, Oct 03, 2006 at 09:48:47AM +0200, Matthias Popp wrote:
 While loading the modul i82365 error message Intel ISA PCIC Probe: not 
 found 
 appears permanently, if there is no pcmcia-device avaliable in the machine.
 There is no way to stop this error message, only a reboot helps to work again 
 with this machine.

The i82365 module prints Intel ISA PCIC probe: not found once and
directly returns with ENODEV. Also there was no changes in this driver
for over 9 months. I expect that something in userland tries to load the
module in an endless loop.

 I am using Debian SId  with libc6  2.3.6.ds1-4 . But I have found this bug 
 first in a Debian installer build by my self.  The installer is extremly 
 slow. 

Which udev version? Please provide a process listing. Does blacklisting
the module helps (/etc/modprobe.d/)?

Bastian

-- 
Earth -- mother of the most beautiful women in the universe.
-- Apollo, Who Mourns for Adonais? stardate 3468.1



Bug#390412: Last.FM streamer script

2006-10-03 Thread qaz
hi,  you don't need the script anymore to play lastfm streams, try disabling 
the script.


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



Bug#390838: libxine1,vlc: Cannot be installed together in Testing

2006-10-03 Thread Helge Kreutzmann
Package: libxine1,vlc
Severity: important

For quite some time libxine1 and xine-ui have been held back by apt
(on dist-upgrade). Now I invested why:
remaxp:~# env LANG=C apt-get install libxine1 xine-ui
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libxine1: Depends: libmodplug0c2 (= 1:0.7-4.1) but it is not going to be 
installed
E: Broken packages

Ok, lets install it:
remaxp:~# env LANG=C apt-get install libmodplug0c2
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  libxine1
The following packages will be REMOVED:
  libmodplug0 libvlc0-dev qvlc vlc vlc-alsa vlc-ggi vlc-plugin-alsa
  vlc-plugin-ggi vlc-plugin-sdl vlc-qt vlc-sdl wxvlc
The following NEW packages will be installed:
  libmodplug0c2
The following packages will be upgraded:
  libxine1
1 upgraded, 1 newly installed, 12 to remove and 3 not upgraded.
Need to get 3930kB of archives.
After unpacking 17.7MB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.

So I can either use a current xine or vlc? If libmodplug0c2 is compatible 
with libmodplug0 (it was a recompile with a newer gcc only, right?),
then probably a recompile of vlc with an updated dependency would do?

(I wanted to try, but apt wanted to remove mozilla-browser (???) for
installing the build dependencies).

Since I use xine more often than vlc, I upgraded xine now, looking
forward to re-installing vlc.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7-grsec-cz01
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#390836: O: quiteinsanegimpplugin -- A Qt based SANE plugin for GIMP 2.0

2006-10-03 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of quiteinsanegimpplugin, Aurelien Jarno,
has orphaned it.

If you want to be the new maintainer, please take it. See
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions about how to adopt a package properly.

Some information about this package:

Package: gimp2.0-quiteinsane
Priority: optional
Section: graphics
Installed-Size: 540
Maintainer: Debian QA Group [EMAIL PROTECTED]
Architecture: i386
Source: quiteinsanegimpplugin
Version: 0.3-8
Replaces: gimp1.2-quiteinsane
Depends: libatk1.0-0 (= 1.12.2), libc6 (= 2.3.6-6), libcairo2 (= 1.2.4), 
libfontconfig1 (= 2.4.0), libgcc1 (= 1:4.1.1-12), libgimp2.0 (= 2.2.0+rel), 
libglib2.0-0 (= 2.12.0), libgtk2.0-0 (= 2.8.0), libice6 (= 1:1.0.0), 
libieee1284-3, libjpeg62, libpango1.0-0 (= 1.14.4), libpng12-0 (= 1.2.8rel), 
libqt3-mt (= 3:3.3.6), libsane (= 1.0.11-3), libsm6, libstdc++6 (= 
4.1.1-12), libtiff4, libusb-0.1-4 (= 2:0.1.12), libx11-6, libxcursor1 ( 
1.1.2), libxext6, libxfixes3 (= 1:4.0.1), libxi6, libxinerama1, libxrandr2, 
libxrender1, zlib1g (= 1:1.2.1)
Filename: pool/main/q/quiteinsanegimpplugin/gimp2.0-quiteinsane_0.3-8_i386.deb
Size: 211996
MD5sum: 116471bf11f832e0930b142f8f6c92a8
SHA1: b1ea7e3954ded0f7b7010ac168c0a14697bef592
SHA256: b0915fbe25dc5bd76a53165596bda7dc13b2c2b70e0ba4275d1d2da606476116
Description: A Qt based SANE plugin for GIMP 2.0
 This Qt based SANE plugin runs through the GIMP image manipulation program
 and provide the ability to scan directly from it.
 .
 SANE stands for Scanner Access Now Easy and is an application programming
 interface (API) that provides standardized access to any raster image scanner
 hardware (flatbed scanner, hand-held scanner, video- and still-cameras,
 frame-grabbers, etc.).
 .
  Author:   Michael Herder [EMAIL PROTECTED]
  Homepage: http://quiteinsane.sourceforge.net
Tag: interface::x11, role::sw:plugin, suite::gimp, uitoolkit::gtk, 
uitoolkit::qt, works-with::image:raster, x11::application

Package: quiteinsanegimpplugin
Binary: gimp2.0-quiteinsane
Version: 0.3-8
Priority: optional
Section: graphics
Maintainer: Debian QA Group [EMAIL PROTECTED]
Build-Depends: debhelper ( 4.0.0), autotools-dev, libtool, autoconf, 
automake1.7, perl, libsane-dev, libqt3-mt-dev (= 3:3.3.4-4), 
libqt3-compat-headers, libgimp2.0-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/q/quiteinsanegimpplugin
Files:
 ec3f6fab5d0ba120b9de06e6ef457e09 751 quiteinsanegimpplugin_0.3-8.dsc
 270c315a26c110bde1d0232e3ce0e1c4 802353 quiteinsanegimpplugin_0.3.orig.tar.gz
 278a61f14deea23ffb193d15ecfe5dea 3118 quiteinsanegimpplugin_0.3-8.diff.gz


Aníbal Monsalve Salazar
--
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#364952: Firefox hangs on www.opensource.ps

2006-10-03 Thread Wolf Wiegand
 I can reproduce this with
 http://www.finepix.de/usergallery/index.php?cat=15196 , choosing a
 gallery and then clicking on one of the pictures. I get the same output
 from strace, and setting MOZ_DISABLE_PANGO=1 does not help, either.

Sorry, I must have done something wrong there. Setting
MOZ_DISABLE_PANGO=1 does help, firefox does not hang anymore.

Cheers,

Wolf
-- 
How are you going to get a reputation as a miracle worker if you tell the 
Captain the actual amount of time it will take?!?! (Scotty on TNG)


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



Bug#390843: bind9: Reinstall init script on upgrade

2006-10-03 Thread Simone Piccardi
Package: bind9
Version: 1:9.2.4-1sarge1
Severity: important


Following an upgrade it reinstall the links on the /etc/rcN.d/
directories also when they were removed (and restart the daemon too).

That's not correct, if I removed them it is meaning that I do not want
that bind is started at boot. It should do the link installation only on
the first install.

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

Versions of packages bind9 depends on:
ii  adduser   3.63   Add and remove users and groups
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  libdns16  1:9.2.4-1sarge1DNS Shared Library used by BIND
ii  libisc7   1:9.2.4-1sarge1ISC Shared Library used by BIND
ii  libisccc0 1:9.2.4-1sarge1Command Channel Library used by BI
ii  libisccfg01:9.2.4-1sarge1Config File Handling Library used 
ii  liblwres1 1:9.2.4-1sarge1Lightweight Resolver Library used 
ii  libssl0.9.7   0.9.7e-3sarge4 SSL shared libraries
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#364952: Firefox hangs on www.opensource.ps

2006-10-03 Thread Wolf Wiegand
Hi,

I can reproduce this with
http://www.finepix.de/usergallery/index.php?cat=15196 , choosing a
gallery and then clicking on one of the pictures. I get the same output
from strace, and setting MOZ_DISABLE_PANGO=1 does not help, either.

Cheers,

Wolf

-- 
How are you going to get a reputation as a miracle worker if you tell the 
Captain the actual amount of time it will take?!?! (Scotty on TNG)


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



Bug#390791: mkinitramfs doesn't include required firmware

2006-10-03 Thread Frederik Schueler
Hello,

On Mon, Oct 02, 2006 at 10:52:39PM -0400, Michael Shuey wrote:
 The qla2xxx driver gets loaded during the initramfs, but it's completely 
 non-functional.  I need to manually remove it and re-insert it after 
 booting (since /lib/firmware exists in the full userland) before the driver 
 will actually work.

Did you install the firmware on your own, or from the firmware-qlogic
package in non-free? 

Best regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


  1   2   3   4   5   6   >