Bug#410028: cdcat segfaults often upon reading a cd

2007-04-10 Thread Mgr. Peter Tuharsky

Hi,

I found the bug to be related to MP3 info. When MP3 ID3 and bitrate 
detection is disabled, the bug disappears.


I can of course try the patched version -could You send me a .deb, please?

Peter

intrigeri  wrote / napísal(a):

Hello,

Mgr. Peter Tuharsky wrote (07 Feb 2007 08:28:45 GMT) :

For about 40% of my data CD's, the CDCAT crashes when reading them,
with segmentation fault. I don't know, what is so special for the
crashed CD's. I suspected diacritical symbols in file names first,
however crash happens even for very simple file names, eq:


Some people, such as me, have seen a similar bug vanish after applying
the patch attached to Debian bug #358929 on 13 Aug 2006 by arno.

Are you in a position to try this ? This might help getting a fixed
cdcat version in Debian...

If needed, I can provide you with a patched package for i386 or ppc.

Ciao,
--
  intrigeri [EMAIL PROTECTED]



--
Odchádzajúca správa neobsahuje ví­rusy, nepouží­vam Windows.
===

Mgr. Peter Tuhársky
Referát informatiky
Mesto Banská Bystrica
ČSA 26
975 39 Banská Bystrica

Tel: +421 48 4330 118
Fax: +421 48 411 3575

===



Bug#401171: RFP: gnome-phone-manager -- Phone Manager is a program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop.

2007-04-10 Thread Kartik Mistry

# I am no longer interested in this ITP. So, retitle to RFP.

retitle 401171 RFP: gnome-phone-manager -- Phone Manager is a program
created to allow you to control aspects of your mobile phone from your
GNOME 2 desktop.

noowner 401171

thanks

--
Regards,

KartiK MistrY  | kartikmistry.org
0xD1028C8D  | kartikm.wordpress.com



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



Bug#343077: unison2.9.1-gtk: possibly gtk-qt-engine's fault

2007-04-10 Thread Sylvain Le Gall
Hello,

On Mon, Apr 09, 2007 at 10:32:14AM -0400, csights wrote:
 Package: unison2.9.1-gtk
 Version: 2.9.1-5
 Followup-For: Bug #343077
 
 Hi,
   I'm wondering if the original reporter is using gtk-qt-engine?  I 
 started having this
 problem after upgrading from gtk-qt-engine 0.7-? to 0.8~svn-rev31-3.  
 Reinstalling 
 gtk-qt-engine 0.7 causes the button text to be visable again.
   I have opened a bug #418384 against gtk-qt-engine .
 

It is possible, but unison 2.9.1 is a very old release... The bug
doesn't appear on more recent version (using GTK 2). Maybe this bug is
related to GTK 1 and gtk-qt-engine.

Regards
Sylvain Le Gall




Bug#348088: cdparanoia: Please include Redhat SG_IO patch

2007-04-10 Thread Daniel Baumann
David Weinehall wrote:
 Now that Etch has been released, could you please consider applying this
 patch?

Well, most of the RH patches are already part of cdparanoia 3.10, then,
some of them are incompatible with 3.10, and one or two doesn't make
sense or are not needed/usefull/$whatever on Debian.

For the sg_io and o_excl, those were merged mostly, but I'll check if
there is something missing.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#311821: This bug should be fixed

2007-04-10 Thread Brian C
Hi,

I don't think the person who filed this bug explained well enough why it
should be fixed.  Upon a fresh install of the Debian Etch WordPress
package, the software will be (in the eyes of most users) broken.  That
is, key features of the software, such as the ability to upload images
to one's blog, will not work.  That is unacceptable.  Installing
WordPress would be easier on Debian than on any other distribution if
this bug were fixed.

After a fresh install, it is necessary for a user to do this:

# sudo chown :www-data /etc/wordpress/*
# sudo mkdir /usr/share/wordpress/wp-content/uploads
# sudo chown www-data:www-data /usr/share/wordpress/wp-content/uploads

Commands that accomplish the same things should be part of the
post-installation process.

It is also necessary for a user to do this:

# sudo sh /usr/share/doc/wordpress/examples/setup-mysql -n exampleuser
exampledomain.com

but not every user will know to read the first part of setup-mysql to
figure this out.  This step cannot be completely automated since
everyone's domain name will differ, but it suggests that post-install a
dialog should ask the user:

Would you like to set up a WordPress blog on a particular domain? [Y/n]

If Y, then:

Enter a MySQL username (16 chars or less):
Enter the fully-qualified domain name for the blog:
[use inputs to run the above command]

Would you like to set up a WordPress blog on another domain name? [y/N]

If Y, then: repeat as above.  If N, then end.

Brian


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



Bug#231770: lintian: Add checks for prompting in maintainerscripts

2007-04-10 Thread Luk Claes
tags 231770 +patch
thanks

Hi

Easy patch included for consideration.

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -Nru lintian-1.23.28/checks/scripts lintian-1.23.28.new/checks/scripts
--- lintian-1.23.28/checks/scripts  2007-03-10 07:55:47.0 +0100
+++ lintian-1.23.28.new/checks/scripts  2007-04-10 08:18:15.0 +0200
@@ -463,6 +463,9 @@
if (m/^\s*mknod(?:\s|$)/ and not m/\sp\s/) {
tag mknod-in-maintainer-script, $file:$.;
}
+   if (m/^\s*read(?:\s|$)/) {
+   tag read-in-maintainer-script, $file:$.;
+   }
 
# Collect information about init script invocations to catch running
# init scripts directory rather than through invoke-rc.d.  Since the
diff -Nru lintian-1.23.28/checks/scripts.desc 
lintian-1.23.28.new/checks/scripts.desc
--- lintian-1.23.28/checks/scripts.desc 2007-03-10 07:55:47.0 +0100
+++ lintian-1.23.28.new/checks/scripts.desc 2007-04-10 08:24:06.0 
+0200
@@ -345,3 +345,10 @@
 Type: warning
 Info: This script apparently runs gconftool or gconftool-2.  It should
  probably be calling gconf-schemas or update-gconf-defaults instead.
+
+Tag: read-in-maintainer-script
+Type: warning
+Info: Prompting in maintainer scripts should be done by communicating
+ through a program which conforms to the Debian Configuration management
+ specification, version 2 or higher.
+Ref: policy 3.9.1 


signature.asc
Description: OpenPGP digital signature


Bug#330025: lintian: bogus compat check

2007-04-10 Thread Luk Claes
tags 330025 +patch
thanks

Hi

Easy patch included for consideration.

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -Nru lintian-1.23.28/checks/rules lintian-1.23.28.new/checks/rules
--- lintian-1.23.28/checks/rules2007-03-10 07:55:47.0 +0100
+++ lintian-1.23.28.new/checks/rules2007-04-10 08:38:38.0 +0200
@@ -57,6 +57,10 @@
 while (RULES) {
 $includes = 1 if /^ *[s-]?include\s+/;
 
+if (m/^\s*DH_COMPAT(?:\s|:)/) {
+tag declares-deprecated-DH_COMPAT);
+}
+
 # We're looking only for the required targets.  Ignore everything else.
 next unless /^([^:]+):/;
 my @targets = split (' ', $1);
diff -Nru lintian-1.23.28/checks/rules.desc 
lintian-1.23.28.new/checks/rules.desc
--- lintian-1.23.28/checks/rules.desc   2007-03-10 07:55:47.0 +0100
+++ lintian-1.23.28.new/checks/rules.desc   2007-04-10 08:40:49.0 
+0200
@@ -33,3 +33,10 @@
  of the required targets.  All of build, binary, binary-arch,
  binary-indep, and clean must be provided, even if they don't do anything
  for this package.
+
+Tag: declares-deprecated-DH_COMPAT
+Type: warning
+Info: As of debhelper version 4, the DH_COMPAT environment variable is
+ deprecated, so any command in debian/rules that sets it should be deleted.
+ .
+ Please refer to the debhelper(7) manual page for more information.


signature.asc
Description: OpenPGP digital signature


Bug#418108: python-central: UnboundLocalError: local variable 'config' referenced before assignment

2007-04-10 Thread Matthias Klose
Steve Langasek writes:
 Hi Matthias,
 
 Well, this one-line bug is causing us quite a bit of trouble in unstable
 right now, so I've prepared a 0-day NMU to fix it on the grounds that it
 would be nice to not have all new python package uploads failing to build on
 the buildds.  Patch attached, NMU on its way to incoming.

thanks for addressing this; sorry, uploaded an unfixed version :-(

  Matthias


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



Bug#231770: lintian: Add checks for prompting in maintainerscripts

2007-04-10 Thread Russ Allbery
Luk Claes [EMAIL PROTECTED] writes:

 tags 231770 +patch
 thanks

 Hi

 Easy patch included for consideration.

My concern about the simple approach to this (which I never sent to the
bug; my bad) is that the other major use of read besides prompting is for
parsing files.  It's not uncommon to see a construct like:

while read facility destination ; do
# do something with facility and destination
done  /etc/syslog.conf

Your patch won't produce false positives with this, but I don't know if
there are any scripts that do something similar but don't use that
explicit of a loop.  I don't see any in a quick check on my system, but I
only have a few packages installed.

The other problem is that some packages fall back on read when debconf
isn't available (Postfix, for example) and others intentionally don't use
debconf (libc6).  I'm not sure how to handle those cases, and this patch
would definitely give false positives for Postfix unless we think that it
shouldn't support a fallback if debconf is missing.  There are several
other packages on my system with similar fallbacks (flex, fvwm, and
openssh-server) in their *.preinst files.

I wonder if we could work around the case where read is used only as a
fallback by not issuing this diagnostic for scripts that also try to use
debconf and just assume that if the maintainer is using debconf at all,
they know what they're doing.  That leaves the packages that are
intentionally avoiding use of debconf, but maybe if we exempt essential
packages from this check (plus things like libc6 that are essential in
practice), that would cut the false positives down sufficiently.

What do you think?

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


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



Bug#417872: Yet another new upstream version available

2007-04-10 Thread Christian Perrier
merge 387856 417872
retitle 417872 New upstream version: 3.0.54
thanks

Yet another new upstream...

-- 




signature.asc
Description: Digital signature


Bug#330025: lintian: bogus compat check

2007-04-10 Thread Russ Allbery
Luk Claes [EMAIL PROTECTED] writes:

 tags 330025 +patch
 thanks

 Hi

 Easy patch included for consideration.

Thanks!  At this point I'm tempted to take this, although I think that
CDBS still uses DH_COMPAT rather than a debian/compat file (but I'm not
positive, and regardless this sort of check wouldn't catch it).

However, in a quick check, I can't find any information that substantiates
the original reporter's assertion that it's deprecated.  The description
in debhelper's man page is:

   DH_COMPAT
   Temporarily specifies what compatibility level debhelper should run
   at, overriding any value in debian/compat.

which doesn't sound deprecated.  Maybe it's the temporarily that should
be read as implying that it shouldn't be used as a normal part of
debian/rules?

A warning about setting DH_COMPAT in debian/rules is going to catch a
*lot* of packages, so I want to be sure that it's really the right thing
to warn about before we do it.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


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



Bug#418499: Bug in installation of apache2

2007-04-10 Thread Noel Torres

Package: apache2.2-common
Version: 2.2.3-4
Severity: grave

Hello all:

Installing the package in a new install (that is, not upgrading it) 
leaves a server unable to start.


Line 189 of /etc/apache2/apache2.conf references to file /etc/httpd.conf 
which does no exist.


Thus, the server does not start:

# apache2ctl start
apache2: Syntax error on line 189 of /etc/apache2/apache2.conf: Could 
not open configuration file /etc/apache2/httpd.conf: No such file or 
directory

#

But it is not clear what happens, since people will usually see this:

# /etc/init.d/apache2 start
#

That is, no error at all. Also in syslog there is no error at all (there 
is no info at all).


This can be addressed in two ways:
a) ship an empty httpd.conf or create (touch) it in postinst
b) comment line 189 of apache2.conf, leaving it there for user info



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



Bug#418431: libtool: provided m4 files produce autoconf warnings

2007-04-10 Thread Ralf Wildenhues
Hello Guillem,

* Guillem Jover wrote on Mon, Apr 09, 2007 at 08:02:29PM CEST:
 
 When using «autoreconf -fi -Wall» the m4 provided files trigger
 autoconf warnings, which is quite annoying as it makes it more
 difficult to see what are the warnings on your configure.ac or m4
 files.
 
 The attached patch fixes this.

Yes; thanks for the patch.  However, branch-1-5 Libtool has some
backward compatibility requirements that prevent this change.
Different matter for CVS HEAD, I guess.

 The AC_LANG_PUSH([C]) call is a hack
 (although an improvment over the obsolete macro) and should probably
 be fixed once/if autoconf provides support for java and rc files for
 AC_LANG, the other option would be to define the needed macros as
 it's done in autoconf's c.m4 or fortran.m4.

Yes, but proper Java/RC support would need more work than just that.

Cheers,
Ralf


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



Bug#418500: libpam-mysql: broken, 'undefined symbol' message in log

2007-04-10 Thread Alexander Onic
Package: libpam-mysql
Version: 0.6.2-1
Severity: important


I was trying to use libpam-mysql for authentication which never worked
for me. The following message appears in the log when trying to auth via
pam. Authentication only worked with other methods (pam_unix).

Apr  4 06:51:40 localhost authdaemond: PAM unable to 
dlopen(/lib/security/pam_mysql.so)
Apr  4 06:51:40 localhost authdaemond: PAM [dlerror: 
/lib/security/pam_mysql.so: undefined
 symbol: pam_get_item]
Apr  4 06:51:40 localhost authdaemond: PAM adding faulty module: 
/lib/security/pam_mysql.so


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.27-xenU-ns1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)

Versions of packages libpam-mysql depends on:
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libmysqlclient15off5.0.32-7etch1 mysql database client library
ii  zlib1g 1:1.2.3-13compression library - runtime

libpam-mysql recommends no packages.

-- no debconf information


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



Bug#418164: gnupg: --no-tty undocumented

2007-04-10 Thread Werner Koch
On Sat,  7 Apr 2007 16:54, [EMAIL PROTECTED] said:

 Please mention the --no-tty option in the manpage.  It's essential for
 writing scripts that use gpg.

We obviously lost this option entry  while migrating from sgml to texinfo.  I
have just fixed it in my working copy.

* gpg.texi (GPG Configuration Options): Document --batch, no-tty,
--yes and --no.

Salam-Shalom,

   Werner




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



Bug#407701: dh_desktop: please generate the ${Mime-Types} variable

2007-04-10 Thread Josselin Mouette
Le lundi 09 avril 2007 à 19:22 -0400, Joey Hess a écrit :
 Josselin Mouette wrote:
  No. If you really think it deserves a debate, I can ask somewhere, but I
  wonder where would be a suitable place.
 
 I'm more interested in whether it's going to be used and who plans to
 use it.

I plan to use it in nautilus (or probably a nautilus plugin), to propose
package installations for handling files with recognized MIME types but
no installed application handling them.

The debhelper-side implementation is not optimal because it requires
modifying the control file to add this field, but I'm not aware of any
way to automatically add a field.

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




Bug#418501: gaim: Suspicious message about dbus

2007-04-10 Thread Olivier Berger
Package: gaim
Version: 1:2.0.0+beta5-10
Severity: minor

While trying to investigate a crash in gaim, I launched it with -d debug
option, and I see many reports of that kind :

dbus: Need to register an object with the dbus subsystem.
g_log: file ../../libgaim/dbus-server.c: line 118 (gaim_dbus_pointer_to_id): 
should not be reached

I'm not sure it is related to my crash, but this message sounds
suspicious of some problem to me.

All I could find already on that subject is :
https://bugs.launchpad.net/ubuntu/+source/gaim/+bug/80985 but it seems
to indicate a relation to network-manager... but that one is not present
on this system... so might not be n-m related.

Hope this help,

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

Versions of packages gaim depends on:
ii  gaim-data   1:2.0.0+beta5-10 multi-protocol instant messaging c
ii  libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii  libavahi-compat-howl0   0.6.16-3etch1Avahi Howl compatibility library
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.0.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.71-3   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgstreamer0.10-0  0.10.10-3Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface 
ii  libgtkspell02.0.10-3+b1  a spell-checking addon for GTK's T
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libncursesw55.5-5Shared libraries for terminal hand
ii  libnspr4-0d 1.8.0.11-2   NetScape Portable Runtime Library
ii  libnss3-0d  1.8.0.11-2   Network Security Service libraries
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libperl5.8  5.8.8-7  Shared Perl library
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libstartup-notification 0.8-2library for program launch feedbac
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxml2 2.6.27.dfsg-1GNOME XML library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxss1 1:1.1.0-1X11 Screen Saver extension library

Versions of packages gaim recommends:
ii  gstreamer0.10-alsa0.10.10-4  GStreamer plugin for ALSA
ii  gstreamer0.10-esd 0.10.4-4   GStreamer plugin for ESD
ii  gstreamer0.10-plugins-base0.10.10-4  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.4-4   GStreamer plugins from the good 
ii  python2.4.4-2An interactive high-level object-o
ii  python-dbus   0.71-3 simple interprocess messaging syst

-- no debconf information


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



Bug#329971: reassign

2007-04-10 Thread Rene Engelhard
clone 329971 -1
reassign -1 wnpp
reassign -1 RFP: myspell-it -- Italian dictionary for myspell
thanks

Hi,

this needs to be packaged externally. Anyone doing this welcome (it will
supersede the old one if the version's higher. I will then stop building
it from openoffice.org-dictionaries).

Enrico, as you do the thesaurus, do you also want to do the dictionary?

Regards,

Rene


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



Bug#418275: [EMAIL PROTECTED]: [Bug 1528] unable to load ulog pcap dumps]

2007-04-10 Thread Frederic Peters
- Forwarded message from [EMAIL PROTECTED] -

Date: Tue, 10 Apr 2007 05:51:58 + (GMT)
From: [EMAIL PROTECTED]
Subject: [Bug 1528] unable to load ulog pcap dumps
To: [EMAIL PROTECTED]

http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1528





--- Comment #3 from [EMAIL PROTECTED]  2007-04-10 05:51 GMT ---
Which version of ulogd was used to make the capture file? This information is
required to file a bug report at https://bugzilla.netfilter.org/bugzilla/


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.

- End forwarded message -


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



Bug#418275: [EMAIL PROTECTED]: [Bug 1528] unable to load ulog pcap dumps]

2007-04-10 Thread Frederic Peters
- Forwarded message from [EMAIL PROTECTED] -

Date: Sun,  8 Apr 2007 22:39:46 + (GMT)
From: [EMAIL PROTECTED]
Subject: [Bug 1528] unable to load ulog pcap dumps
To: [EMAIL PROTECTED]

http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1528





--- Comment #2 from [EMAIL PROTECTED]  2007-04-08 22:39 GMT ---
The file really is corrupt - the len field of the per-packet headers of the
packets are completely bogus.

I think Wireshark could ignore the bogosity - I don't think it's used to
allocate buffers, in which case at least you won't get out of memory crashes
- but it would mean that

1) some of the heuristics to discover the various annoying we'll use the
standard libpcap magic number, but we won't use the standard libpcap per-packet
header format bogosities might no longer work (it's too bad users, rather than
the developers responsible for those bogosities, will be the ones who suffer,
as the developers in question richly deserve to do so)

and

2) some statistics from those files will be massively untrustworthy.

I'd suggest filing a bug against the ulogd-pcap plugin to get it to stop
writing corrupt libpcap files.  If there are a lot of corrupt files out there,
I might consider getting rid of the check in wiretap, but, if I do, I will
cheerfully mark all complaints about

1) the heuristics failing

or

2) the statistics being bogus

as please complain to the ulogd-pcap developers, it's their fault.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.

- End forwarded message -


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



Bug#417279: etch installation report

2007-04-10 Thread Sergio Gelato
* Frans Pop [2007-04-09 23:13:25 +0200]:
 On Monday 09 April 2007 22:53, Sergio Gelato wrote:
  According to
  http://www.novell.com/documentation/zlm72/lm7admin/data/b3r865p.html
  some of the boot to utility partition functionality relies on special
  features of Dell's MBR; however, the partition can also be booted from
  GRUB just like any other DOS partition.
 
 Thanks! From that info it looks as if the partition can just be 
 chainloaded even if grub is installed in the MBR. It should be relatively 
 simple to add detection for this in os-prober.
 
 Could you test this if we implement it?

I can't make any promises. We don't buy Dell gear every day, and
historically I've tended to install Debian using FAI rather than
d-i. This was an exception since I haven't had time to update my
FAI config for etch but the machine's NIC (Broadcom 5754) required
a 2.6.17 or newer kernel. I may switch to d-i with preseeding at
some point, but I don't know when.

Of course one can make a partial test, running the prober by itself and
printing out what would have been done, in which case yes, I do have a
number of systems with 0xde partitions this could be tried on.


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



Bug#418376: texlive-fonts-extra: files in wrong place

2007-04-10 Thread Norbert Preining
Ciao Paride!

On Mon, 09 Apr 2007, Paride Legovini wrote:
 /usr/share/doc/texlive-fonts-extra/latex/cmastro/astro.sty
 /usr/share/doc/texlive-doc/latex/cmastro/astro.sty

Grazie tantissimo, col primo upload di TeX Live 2007 verso Unstable lo
sarà stato aggiustato.

Next upload to unstable will fix this.

Cordiali saluti

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Università di Siena
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
NASEBY (n.)
The stout metal instrument used for clipping labels on to exhibits at
flower shows.
--- Douglas Adams, The Meaning of Liff


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



Bug#418503: octave2.9: Must not enter testing

2007-04-10 Thread Thomas Weber
Package: octave2.9
Version: 2.9.10-4
Severity: grave
Justification: renders package unusable

Octave 2.9.10 doesn't play well with the current octave2.9-forge packages in
Debian, so it shouldn't enter testing in the current state. 

  Thomas


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages octave2.9 depends on:
ii  atlas3-base [liblapack.s 3.6.0-20.6  Automatically Tuned Linear Algebra
ii  atlas3-sse2 [liblapack.s 3.6.0-20.6  Automatically Tuned Linear Algebra
ii  fftw33.1.2-1 library for computing Fast Fourier
ii  lapack3 [liblapack.so.3] 3.0.2531a-6 library of linear algebra routines
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libgfortran1 4.1.1-21Runtime library for GNU Fortran ap
ii  libglpk0 4.15-5  linear programming kit with intege
ii  libhdf5-serial-1.6.5-0 [ 1.6.5-3 Hierarchical Data Format 5 (HDF5) 
ii  libncurses5  5.5-5   Shared libraries for terminal hand
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libreadline5 5.2-2   GNU readline and history libraries
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libufsparse  1.2-7   collection of libraries for comput
ii  refblas3 [libblas.so.3]  1.2-8   Basic Linear Algebra Subroutines 3
ii  texinfo  4.8.dfsg.1-4Documentation system for on-line i
ii  zlib1g   1:1.2.3-13  compression library - runtime

octave2.9 recommends no packages.

-- no debconf information


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



Bug#417976: [INTL:ka] XKB Georgian keyboard layouts

2007-04-10 Thread Aiet Kolkhi

So, in short, if this bug has been reported upstream, I see a very low
benefit in keeping it opened in Debian.


Allright, then I guess the bug can be closed, as it has indeed been
reported upstream.


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



Bug#418232: Chapter title in page header broken for memoir class

2007-04-10 Thread Norbert Preining
On Son, 08 Apr 2007, Jordan Mantha wrote:
 Package: tetex-extra
 Version: 3.0.dfsg.3-4
[...]
 This exact bug is fixed by version 3.6 of mempatch.sty. Ubuntu contains
 version 3.5 Therefore, this bug is fixed by updating to a more recent
 upstream version.

Soon there will be an upload of TeX Live 2007 to unstable actually
replacing all the tetex packages. TeX Live 2007 contains mempatch.sty
version 4.8, so this bug will be closed with the upload of TeX Live.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Università di Siena
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
ABERBEEG (vb.)
Of amateur actors, to adopt a Mexican accent when called upon to play
any variety of foreigner (except Pakistanis - from whom a Welsh accent
is considered sufficient).
--- Douglas Adams, The Meaning of Liff


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



Bug#418143: LOCAL_STORAGE no longer activates ltspfsd

2007-04-10 Thread Joshua N Pritikin
On Mon, Apr 09, 2007 at 10:16:14AM -0700, [EMAIL PROTECTED] wrote:
 On Mon, Apr 09, 2007 at 12:32:57PM +0530, Joshua N Pritikin wrote:
  On Sat, Apr 07, 2007 at 10:52:06AM -0700, [EMAIL PROTECTED] wrote:
   On Sat, Apr 07, 2007 at 04:07:51PM +0530, Joshua Pritikin wrote:
I figured out that the new option is called LOCALDEV but
why the change? If it's not broken then why fix it?
   
   i suspect this was not an intentional switch.
   
   we should explore making this and other settings backwards compatible
   with ltsp 4.x, or at the very least, document the changes.
  
  Yes, we need a LTSP 4.2 - 5.0 (debian) migration guide. At least:
  
  * Don't mention the SERVER=xxx.xxx.xxx.xxx in lts.conf. This doesn't 
  work yet.
 
 in what way does this not work for you?
 
 i am able to change the default login server by setting SERVER in
 lts.conf.

Oh! I guess that bug got fixed. I confirm it works here too.


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



Bug#416506: #416506: gnome-screensaver unlock dialog does not appear

2007-04-10 Thread Damyan Ivanov
reassign 416506 libgnomekbd1,libgnomekbdui1 2.18.0-1
close 416506 2.18.1-1
thanks

Hi,

After upgrading libgnomekbd1 and libgnomekbdui1 from 2.18.0-1 to
2.18.1-1, the gnome-screensaver dialog appears and seems to work.
Also, the keyboard switcher applet loads and works.

I am not sure which one of libgnomekbd1 and libgnomekbdui1 was causing
the problem and I no longer have the 2.18.0-1 versions to check.

Thanks for packaging 2.18.1


Happy Etch!
dam
-- 
Damyan Ivanov   Modular Software Systems
phone +359(2)928-2611, 929-3993  fax +359(2)920-0994
mobile +359(88)856-6067  JID [EMAIL PROTECTED]



signature.asc
Description: OpenPGP digital signature


Bug#415194: libextlib-ocaml-dev: No debugging information

2007-04-10 Thread Stefano Zacchiroli
On Mon, Apr 09, 2007 at 10:44:05PM +0200, Stefano Zacchiroli wrote:
 I pinger vorlon on this on IRC. He suggested to get in touch with
 d-policy for this, explaining why OCaml libraries should be in our
 opinion be handled differently than other libraries. I argued with him
 that the reason why it is so is that we are talking only about -dev
 libraries and hence space on the non-developer user is not wasted. I
 haven't yet prepared the mail for -policy though.
 
 Anyone willing to do so before please step forward, possibly Cc-ing this
 list.
 
 Otherwise I'll do so in the next few days.

In the end it seems to me there's no need for that. According to my
reading of the appropriate chapters of the standard Debian policy the
following apply:
- binaries should be stripped per default, with support for
  DEB_BUILD_OPTIONS for overriding that
- *shared* libraries should be stripped
- nothing is said about stripping *static* libraries and in fact my
  tests on the *.a files I have in my /usr/lib/ confirm that *.a are not
  stripped

So, with my tiny change to our policy, we are aligned with the standard
policy. Hence, no need to contact -policy.

Now it's mass bug reporting time, we need a tool able to recognize if a
-dev ocaml library contains debugging information and if not we need to
report the bug against the library ...

Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#418505: vegastrike: empty packages [sudo and $(PWD)]

2007-04-10 Thread Niko Tyni
Package: vegastrike
Version: 0.4.3.debian-1
Severity: grave
Justification: renders package inusable

The package is empty on alpha, mips, and mipsel. These are the
architectures whose buildds use sudo instead of fakeroot. The problem
is using $(PWD) in debian/rules, since that gets unset by sudo.

The proposed fix is to use $(CURDIR) (set by make) instead
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Bug#418144: ltspfs: CD does not mount

2007-04-10 Thread Joshua N Pritikin
On Mon, Apr 09, 2007 at 10:17:08AM -0700, [EMAIL PROTECTED] wrote:
 On Mon, Apr 09, 2007 at 01:44:29PM +0530, Joshua N Pritikin wrote:
  Nothing happens when I inserting a floppy. If I mount the floppy by 
  hand:
  
mount -t vfat /dev/fd0 /var/run/drives/floppy0
  
  I see udevmonitor messages mount@/block/fd0 but /etc/fstab is not 
  updated (on the client) and nothing appears on the server.
 
 does it work properly without manual intervention if you make the
 changes noted in:
 
 http://bugs.debian.org/416673  

I don't find any difference with or without 416673. The CD-ROM works. 
Floppies don't. Doesn't there need to be some kind of floppypinger 
analguous to the cdpinger?


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



Bug#416506: #416506: gnome-screensaver unlock dialog does not appear

2007-04-10 Thread Alan Baghumian
I think it isn't a bug. Did you logged out/in after upgrading your system?
I had the same problem but logging out/in solved that.

Alan

 reassign 416506 libgnomekbd1,libgnomekbdui1 2.18.0-1
 close 416506 2.18.1-1
 thanks

 Hi,

 After upgrading libgnomekbd1 and libgnomekbdui1 from 2.18.0-1 to
 2.18.1-1, the gnome-screensaver dialog appears and seems to work.
 Also, the keyboard switcher applet loads and works.

 I am not sure which one of libgnomekbd1 and libgnomekbdui1 was causing
 the problem and I no longer have the 2.18.0-1 versions to check.

 Thanks for packaging 2.18.1


 Happy Etch!
   dam
 --
 Damyan Ivanov   Modular Software Systems
 phone +359(2)928-2611, 929-3993  fax +359(2)920-0994
 mobile +359(88)856-6067  JID [EMAIL PROTECTED]

 ___
 pkg-gnome-maintainers mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers




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



Bug#418232: Chapter title in page header broken for memoir class

2007-04-10 Thread Frank Küster
user [EMAIL PROTECTED]
usertags 418232 tetex-only
thanks

Jordan Mantha [EMAIL PROTECTED] wrote:

 Package: tetex-extra
 Version: 3.0.dfsg.3-4

 I'm just forwarding bug #78423 from Ubuntu
 (see http://launchpad.net/bugs/78423 for the complete report):

Many thanks for this!  You're doing us a great favor, because we don't
have the time ATM to follow Ubuntu's bugs.

 This exact bug is fixed by version 3.6 of mempatch.sty. Ubuntu contains
 version 3.5 Therefore, this bug is fixed by updating to a more recent
 upstream version.

texlive (both the version in etch and sid and the version in
experimental) also have a newer version.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#418506: gambas2-gb-db-firebird: empty package on !i386

2007-04-10 Thread Niko Tyni
Package: gambas2-gb-db-firebird
Version: 1.9.48-1
Severity: grave
Justification: renders package unusable

As seen on packages.debian.org [1], the gambas2-gb-db-firebird package
is empty on !i386. These empty packages are unusable, hence the 'grave'
severity.

It looks like the reason is that firebird2-dev isn't available on other
architectures, as you note in the build dependencies. Please indicate
that in the gambas2-gb-db-firebird Architecture: entry too, don't specify
any.

[1] http://packages.debian.org/unstable/libdevel/gambas2-gb-db-firebird

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Bug#418507: installation: gnome-audio not installed when performing installgui

2007-04-10 Thread Андрей Зайцев
package: installation

Hello! 
It's not really a bug. I'd rather say it's a future-request. So...
When performing installgui from NetInst CD (Debian Etch amd64 4.0r0), package 
gnome-audio is not installed by default. I think it should be installed because 
a lot of multimedian stuff is installed by default and installing gnome-audio 
should be reasonable, without this package there is no system sounds in Gnome - 
this looks weird.

Other installation CDs/DVDs or architectures not tested.

Using Debian Etch Amd64


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



Bug#418284: ppp-udeb: Should quote username and password

2007-04-10 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frans Pop wrote:
 Package: ppp-udeb
 Version: 2.4.4rel-8
 
 --  Forwarded Message  --
 Hello debian-installer-team,
 
 I downloaded me a new debian 4.0 network cd image for installing over
 the Internet.
 
 I entered my ppp account informations and try to connect. But there was
 not possible.
 
 After the 2. try i logged on to console 2 and make a cat to
 /etc/ppp/pap-secrets and found the problem.
 
 My Provider has a # in the username and the entry in the pap-secrets was
 not quoted with  or '
 
 After a echo \[EMAIL PROTECTED] * \password\ 
 /etc/ppp/pap-secrets and a pppd call provider I was connected...
 
 Please let the entry in pap and chap secrets wrote with quotes.

I already have a patch for this issue (attached).
Can this patch be applied over etch, if proven correct (I haven't
made any tests yet, but I am not expecting no problems given the
simplicity of the change)? I am thinking about r1 here, mostly.

Is this possible?

- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGG0ghY8Chqv3NRNoRAr+MAJwMXZQ0BW/Zj8H4IHRktbYAYxoatQCfaBJ4
yQthHEo++9mz/5i/HKfgUMk=
=/XfR
-END PGP SIGNATURE-
Tue Apr 10 11:12:36 EEST 2007  Eddy Petrişor [EMAIL PROTECTED]
  * quote username and password in pap/chap secrets - Closes: 418284
diff -rN -u old-ppp-eddyp-dev/ppp-2.4.4rel/debian/changelog new-ppp-eddyp-dev/ppp-2.4.4rel/debian/changelog
--- old-ppp-eddyp-dev/ppp-2.4.4rel/debian/changelog	2007-04-10 11:13:14.0 +0300
+++ new-ppp-eddyp-dev/ppp-2.4.4rel/debian/changelog	2007-04-10 11:13:14.0 +0300
@@ -1,3 +1,10 @@
+ppp (2.4.4rel-9) unstable; urgency=low
+
+  * ppp-udeb: quote username and password in pap/chap secrets since they
+might contain special characters (Closes: 418284)
+
+ -- Eddy Petrișor [EMAIL PROTECTED]  Tue, 10 Apr 2007 11:10:06 +0300
+
 ppp (2.4.4rel-8) unstable; urgency=high
 
   * urgency high since fixes an RC bug
diff -rN -u old-ppp-eddyp-dev/ppp-2.4.4rel/debian/ppp-udeb.postinst new-ppp-eddyp-dev/ppp-2.4.4rel/debian/ppp-udeb.postinst
--- old-ppp-eddyp-dev/ppp-2.4.4rel/debian/ppp-udeb.postinst	2007-04-10 11:13:14.0 +0300
+++ new-ppp-eddyp-dev/ppp-2.4.4rel/debian/ppp-udeb.postinst	2007-04-10 11:13:14.0 +0300
@@ -273,7 +273,7 @@
 chmod 600 /etc/ppp/pap-secrets
 cat EOF  /etc/ppp/pap-secrets
 #GENERATED-BY-DEBIAN-INSTALLER#
-$USERNAME	*	$PASSWORD
+$USERNAME	*	$PASSWORD
 EOF
 cp /etc/ppp/pap-secrets /etc/ppp/chap-secrets
 



Bug#416506: #416506: gnome-screensaver unlock dialog does not appear

2007-04-10 Thread Damyan Ivanov
Hi, Alan,

-=| Alan Baghumian, 10.04.2007 13:31 |=-
 I think it isn't a bug. Did you logged out/in after upgrading your system?
 I had the same problem but logging out/in solved that.

Yes, I did log out/in numerous times :)

And upgrading libgnomekbd[ui]1 to 2.18.1-1 seems to fix it.


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



signature.asc
Description: OpenPGP digital signature


Bug#418500: Acknowledgement (libpam-mysql: broken, 'undefined symbol' message in log)

2007-04-10 Thread Alexander Onic
The same bug is filed in the Ubuntu Bug DB.
https://bugs.launchpad.net/ubuntu/+source/pam-mysql/+bug/96091

A solution hack is also given:

export LD_PRELOAD=/lib/libpam.so.0.79
restart auth services

Alex


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



Bug#418508: libooc-vo: Please remove this package from unstable

2007-04-10 Thread Nathanael Nerode
Package: libooc-vo
Severity: serious
Justification: All of it

This package has been unbuildable for over a year and uninstallable for some 
time 
as well.  It also hasn't been updated since 2003.

Users would be better served at this point to go directly upstream for sources.
If and when you prepare a new, functional version of the package, do please 
upload it.  Until then (unless that is going to happen very soon) please remove 
this package from unstable.

If this bug sits without response for several months, I will ask the ftpmasters 
to remove the package myself.

--Your Friendly QA Person


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



Bug#417597: vserver-debiantools: newvserver modifies /etc/motd of host system

2007-04-10 Thread Ola Lundqvist
Hi

I have now removed the motd update code all together as it is generated
at reboot anyway, so there are no use for it.

I have uploaded a version to unstable with that correction. Please test it
to see if it works well for you. If it do I'll try to get it into the etch
stable release if possible.

Regards,

// Ola

On Mon, Apr 09, 2007 at 12:55:15AM +0200, Emanuele Rocca wrote:
 Hello Ola,
 
 * Ola Lundqvist [EMAIL PROTECTED], [2007-04-08 23:22 +0200]:
   On Fri, Apr 06, 2007 at 02:04:08PM +0200, Emanuele Rocca wrote:
[EMAIL PROTECTED]:~$ ls -l /etc/motd
lrwxrwxrwx 1 root root 13 2007-02-19 21:46 /etc/motd - /var/run/motd

[EMAIL PROTECTED]:~$ ls -l /var/lib/vservers/ns/etc/motd
lrwxrwxrwx 1 root root 13 2007-04-06 13:18 /var/lib/vservers/ns/etc/motd 
  - /var/run/motd

They both point to the same file. Maybe the right thing to do is
creating a new motd for the guests, rather than pointing to
/var/run/motd?
   
   Emm yes. This is obviously a standard behaviour that must have changed 
  since
   woody or something.
   
   But this must mean that this file will be regenerated at reboot, right?
 
 Yes, by /etc/rcS.d/S55bootmisc.sh:
 
 # Update motd
 uname -snrvm  /var/run/motd
 [ -f /etc/motd.tail ]  cat /etc/motd.tail  /var/run/motd
 
 However, I do not believe that this makes the bug less important,
 especially on machines that are not rebooted often like servers.
 
 ciao,
 ema
 

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


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



Bug#416841: Need help with MySQL upgrade tests on 2.4 kernel

2007-04-10 Thread Christian Hammers


On 2007-04-09 Steve Langasek wrote:
 On Mon, Apr 09, 2007 at 01:28:18PM +0200, Christian Hammers wrote:
   Mmm, guess I wasn't clear -- I mean that there's no point in trying to 
   work
   on this bug, because lenny *as a whole* will not support 2.4 kernels.  
   (the
   glibc maintainers are eager to drop LinuxThreads support, which means 
   lenny
   will stop supporting threading on 2.4 within days/weeks of the etch
   release.)
 
  What I feared was the upgrade process itself. I guess that mysql and the
  new 2.6 kernel will get installed in the same apt-get dist-upgrade run
  and thus if mysql-server-5.0 hangs and the user presses ctrl-c he is left
  with a half broken system.
 
 It *doesn't* *matter*.  Running etch with a 2.4 kernel is not officially
 supported;

I talk about the upgrade from *sarge* to etch!
The bug report was against the etch version of mysql and the release notes 
do not demand a kernel upgrade to 2.6 before even starting the dist-upgrade
from sarge to etch. Chapter 4.1.5 just says that kernel 2.4.1 is required
before upgrading. Etch to lenny is of course no problem.

So depending on what I further find out, I propose a upload to 4.0r1 and/or a
note in the release notes for mysql.

bye,

-christian-


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



Bug#418510: hg-load-dirs: references to darcs in the description

2007-04-10 Thread Antti-Juhani Kaijanaho
Package: hg-load-dirs
Version: 1.1.4
Severity: minor

Description: Import upstream archives into darcs
 Mercurial works fine for importing new archives.  However, for situations
 where the upstream renames or moves files and directories on a regular
 basis, version information can be lost.
 .
 hg-load-dirs works with darcs to import these things and preserve
 changes.  It works on a principle similar to Subversion's
 svn_load_dirs or my tla_load_dirs package for Arch.

I doubt these references to darcs should be there :)

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

Kernel: Linux 2.6.18-4-amd64 (SMP w/1 CPU core)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#411424: package ready/searching for a sponsor

2007-04-10 Thread Philipp Benner

The package is ready and can be downloaded from:
http://www-lehre.inf.uos.de/~pbenner/debian/#prolog-el_1.14-1_powerpc

I'm currently searching for a sponsor.

-- 
Philipp Benner


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



Bug#418473: /usr/share/doc/cdrecord empty

2007-04-10 Thread Sam Morris
Josh, I have the same behaviour here. Though I believe I went cdrecord
- wodim + cdrecord (transitional) - wodim alone; then when I installed
multicd, cdrecord was pulled back in--so the symlink really should have
been created.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#82804: Fwd: Bug#82804: xbase-clients: [xmag] BadMatch during X_GetImage and then coredump

2007-04-10 Thread David Martínez Moreno
Hello, Wichert.  It seems that your cistron.nl address is no longer 
valid, so 
I am forwarding this mail.

--  Mensaje reenviado  --

Subject: Bug#82804: xbase-clients: [xmag] BadMatch during X_GetImage and then 
coredump
Date: Lunes, 9 de Abril de 2007
From: Brice Goglin [EMAIL PROTECTED]
To: Wichert Akkerman [EMAIL PROTECTED]

Hi,

About 6 years ago, you reported a bug to the Debian BTS regarding xmag
crashing in XGetImage. Did you reproduce this problem recently? With
Xorg/Etch? If not, I will close this bug in the next weeks.

Thanks,
Brice


---

Best regards,


Ender.
-- 
- Kyle, all those times I said you were a dumb, stupid Jew,
  well, I was wrong, you're not a Jew.
- Cartman, I *am* Jewish!
- There, there, don't be hard on yourself, Kyle.
-- Cartman  Kyle (South Park).
--
Desarrollador de Debian
Debian developer


pgpjW3gieA9SS.pgp
Description: PGP signature


Bug#418003: Sid version is badly broken

2007-04-10 Thread Francesco Paolo Lovergine
Package: wmii
Version: 3.6~rc2+20070329-1
Followup-For: Bug #418003

severity 418003 grave
thanks

When wmii is created for the first time the lack of /etc/wmii-3.5
prevents any key working. After creating a symlink to /etc/X11/wmii-3.5
it at least works, but I'm still not able to use the Mod1 key under
specific conditions not yet found (maybe just running it a second time?).

Also, I run a few xterms by .xsession and it tags them as 'nil' which is ugly.
The previous wmiirc tags them as '1' which is a sane default.

Please, take this crap out of testing :)

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

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

Versions of packages wmii depends on:
ii  dwm-tools   20-1 dynamic window manager (tools)
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libx11-62:1.0.3-7X11 client-side library

Versions of packages wmii recommends:
ii  wmii-doc  1:1-3  lightweight tabbed and tiled X11 w

-- no debconf information


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



Bug#353352: Old bug, do you still have the problem ?

2007-04-10 Thread Sune Vuorela
On Monday 09 April 2007, Oliver Kellogg wrote:
 This is a duplicate of http://bugs.kde.org/120455 which was fixed in
 umbrello version 1.5.2.

Hi!

Thanks for looking after our bugs. Is there a official version number mapping 
between umbrello versions and kdesdk versions, as we in debian track kdesdk 
and their versioning scheme.

/Sune


-- 
How might I do for removing the GUI?

You neither should debug the file of a graphic AT case, nor must debug a menu.


pgpYZQt50k7gb.pgp
Description: PGP signature


Bug#418512: python-ooolib: Wrong spelling in package description

2007-04-10 Thread Marc Fargas
Package: python-ooolib
Version: 0.0.8-1
Severity: minor

Package description says:
Description: Python module for creating OpenDocument documents 
(sp.sheet/text)
ooolib is a python module to be used to create simple OpenDocunent
speadsheet and text documents.
.
In contrast to libooolib-perl this supports ODT but *not* the
old format.
Python-Version: = 2.4

On line 3, shouldn't it read spReadsheet ?

Cheers,
Marc

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


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



Bug#418513: gnome-system-tools: Don't recognize root password

2007-04-10 Thread Yannick Palanque
Package: gnome-system-tools
Version: 2.14.0-3
Severity: important

Tools users-admin, network-admin, services-admin  time-admin don't 
recognize my root password. I do know the correct password (everything 
else works -- su -l, synaptic, etc.).

If I enter the correct password, users-admin launchs itself but I have a 
dialog box saying The entered password is invalid / Check that you 
typed it correctly and that you haven't activated the caps lock key 
(in french).

If I enter a wrong password, like ndignidgn, I have the same dialog 
box asking for the password telling me that the password is wrong (the 
users-admin's window is not displayed).

My english is not very good, I hope I made myself clear. ;-)

Feel free to ask other questions for debugging, I don't know what else 
to do myself.


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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-system-tools depends on:
ii  gconf22.16.1-1   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.12.4-3   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.16-5   Avahi client library
ii  libavahi-common3  0.6.16-5   Avahi common library
ii  libavahi-glib10.6.16-5   Avahi glib integration library
ii  libbonobo2-0  2.14.0-4   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-6   The Bonobo UI library
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.16.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.4-2LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.6-2   The GLib library of C routines
ii  libgnome-keyring0 0.6.0-3GNOME keyring services library
ii  libgnome2-0   2.16.0-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.14.1-3   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.14.2-7 GNOME virtual file-system (runtime
ii  libgnutls13   1.4.4-3the GNU TLS library - runtime libr
ii  libgpg-error0 1.4-2  library for common error values an
ii  libgtk2.0-0   2.8.20-7   The GTK+ graphical user interface 
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libnautilus-extension12.14.3-11+b1   libraries for nautilus components 
ii  liborbit2 1:2.14.7-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libtasn1-30.3.9-1Manage ASN.1 structures (runtime)
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxml2   2.6.27.dfsg-1  GNOME XML library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  perl  5.8.8-7Larry Wall's Practical Extraction 
ii  system-tools-backends 1.4.2-4System Tools to manage computer co
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages gnome-system-tools recommends:
ii  gksu  2.0.0-4graphical frontend to su
ii  gnome-control-center  1:2.14.2-7 

Bug#12261: Followup, possible patch for second oldest bug in xterm

2007-04-10 Thread Nathanael Nerode
This bug still exists in current xterm, as far as I can tell.

The following untested patch implements Richard Braakman's suggestion from 1997,
slightly more portably.

Open questions:
(1) Where should the logging be closed?
(2) Is any additional portability goo needed to send this upstream (e.g. for 
systems without termios.h)?
(3) Is anyone interested in testing it?

I assign these changes to the public domain, since they're trivial.

--- main.c  2007-04-10 04:39:13.0 -0400
+++ main.c.new  2007-04-10 04:56:45.0 -0400
@@ -4613,11 +4613,9 @@
 #endif /* USE_SYSV_UTMP */
 #endif /* HAVE_UTMP */
 
-close(screen-respond);/* close explicitly to avoid race with slave 
side */
-#ifdef ALLOWLOGGING
-if (screen-logging)
-   CloseLog(screen);
-#endif
+/* Flush pending data before releasing ownership, so nobody else can
+   grab it */
+tcflush(screen-respond, TCOFLUSH);
 
 if (am_slave  0) {
/* restore ownership of tty and pty */
@@ -4625,6 +4623,16 @@
 #if (defined(USE_PTY_DEVICE)  !defined(__sgi)  !defined(__hpux))
set_owner(ptydev, 0, 0, 0666U);
 #endif
+
+   /* Close after releasing ownership to avoid race condition: other programs 
+  grabbing it, and *then* having us release ownership... */
+
+close(screen-respond);/* close explicitly to avoid race with slave 
side */
+#ifdef ALLOWLOGGING
+if (screen-logging)
+   CloseLog(screen);
+#endif
+
 }
 #ifdef NO_LEAKS
 if (n == 0) {

-- 
Nathanael Nerode  [EMAIL PROTECTED]

This space intentionally left blank.



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



Bug#416125: Fixed upstream...

2007-04-10 Thread David Weinehall
This bug has been fixed in vte 0.16.1; please consider packaging.


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#418513: (pas de sujet)

2007-04-10 Thread Yannick P.

Etch  Sid have the same version of gnome-system-tools?
I had not this problem a few days ago.


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



Bug#418515: linux-image-2.6.18-4-686: kernel BUG at fs/fuse/control.c:82

2007-04-10 Thread Thomas Creutz
Package: linux-image-2.6.18-4-686
Version: 2.6.18.dfsg.1-12
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

i get the follow messages when i execute /etc/init.d/fuse start

kernel BUG at fs/fuse/control.c:82!
invalid opcode:  [#1]
SMP
Modules linked in: nls_utf8 ntfs usb_storage vmnet vmblock vmmon fglrx rfcomm 
l2cap bluetooth ipt_MASQUERADE iptable_mangle iptable_nat iptable_filter 
ip_nat_ftp ip_nat ip_conntrack_ftp ip_conntrack nfnetlink ip_tables x_tables 
ppdev lp cpufreq_ondemand speedstep_centrino freq_table button ac battery ipv6 
fuse dm_snapshot dm_mirror dm_mod sbp2 loop joydev pcmcia snd_hda_intel 
snd_hda_codec snd_pcm_oss snd_mixer_oss ipw3945 ieee80211 ieee80211_crypt 
snd_pcm parport_pc sg serio_raw yenta_socket i2c_i801 firmware_class tsdev 
parport eth1394 psmouse sdhci mmc_core rsrc_nonstatic pcmcia_core pcspkr 
snd_timer snd_page_alloc evdev i2c_core intel_agp agpgart rtc sr_mod cdrom snd 
soundcore usbhid ext3 jbd mbcache sd_mod generic ide_core ata_piix libata 
scsi_mod ehci_hcd uhci_hcd usbcore ohci1394 ieee1394 e1000 thermal processor fan
CPU:1
EIP:0060:[f8e34d5d]Tainted: P  VLI
EFLAGS: 00210202   (2.6.18-4-686 #1)
EIP is at fuse_ctl_add_dentry+0x16/0xcb [fuse]
eax: e3652be8   ebx: e3652be8   ecx: d64c1d80   edx: f2ffc480
esi: f2ffc480   edi: f2ffc480   ebp: c02ce9c0   esp: d64c1d44
ds: 007b   es: 007b   ss: 0068
Process mount (pid: 11497, ti=d64c task=dcba1550 task.ti=d64c)
Stack:   e3652be8 d64c1d80 f2ffc480  f8e34e67 4140
   0002 c02ce9c0 c0284e60 d64c1d80 f8e354eb 0001  c0170031
   d64c1db0  c01b7a18 d574be01 461b4940 2e95b1de d574be00 d574be00
Call Trace:
 [f8e34e67] fuse_ctl_add_conn+0x55/0xb9 [fuse]
 [c0170031] notify_change+0x186/0x2c1
 [c01b7a18] idr_get_new+0xa/0x26
 [f8e34f26] fuse_ctl_fill_super+0x5b/0xb9 [fuse]
 [c015fbb8] get_sb_single+0x51/0x97
 [f8e34ecb] fuse_ctl_fill_super+0x0/0xb9 [fuse]
 [c015faaf] vfs_kern_mount+0x7d/0xf2
 [f8e34ecb] fuse_ctl_fill_super+0x0/0xb9 [fuse]
 [c015fb56] do_kern_mount+0x25/0x36
 [c0171f8c] do_mount+0x5d8/0x648
 [c017122a] mntput_no_expire+0x11/0x6a
 [c01674b0] link_path_walk+0xb3/0xbd
 [c014c2ee] __handle_mm_fault+0x408/0x740
 [c016780f] do_path_lookup+0x20a/0x225
 [c0145520] get_page_from_freelist+0x9b/0x36e
 [c0170e92] copy_mount_options+0x26/0x109
 [c0172069] sys_mount+0x6d/0xaa
 [c0102c11] sysenter_past_esp+0x56/0x79
 Code: fa 50 89 e8 53 e8 9a 0c 34 c7 83 c4 14 83 c4 20 5b 5e 5f 5d c3 55 57 56 
89 d6 53 83 ec 08 83 ba ac 00 00 00 02 8b 6c 24 24 7e 08 0f 0b 52 00 d9 54 e3 
f8 89 ca e8 9c 8d 33 c7 85 c0 89 c7 0f 84
 EIP: [f8e34d5d] fuse_ctl_add_dentry+0x16/0xcb [fuse] SS:ESP 0068:d64c1d44

nbtxc:~# dpkg -l | grep fuse 
ii  afuse  0.1.1-1+b2 
automounting file system implemented in user 
ii  fuse-utils 2.6.3-2
Filesystem in USErspace (utilities) 
ii  libfuse2   2.6.3-2
Filesystem in USErspace library 

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

Versions of packages linux-image-2.6.18-4-686 depends on:
ii  coreutils 5.97-5.3   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.85g  tools for generating an initramfs
ii  module-init-tools 3.3-pre4-2 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-4-686 recommends:
ii  libc6-i686  2.3.6.ds1-13 GNU C Library: Shared libraries [i

- -- debconf information:
  linux-image-2.6.18-4-686/preinst/failed-to-move-modules-2.6.18-4-686:
  linux-image-2.6.18-4-686/preinst/lilo-initrd-2.6.18-4-686: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-4-686/preinst/elilo-initrd-2.6.18-4-686: true
  linux-image-2.6.18-4-686/preinst/overwriting-modules-2.6.18-4-686: true
  linux-image-2.6.18-4-686/prerm/removing-running-kernel-2.6.18-4-686: true
  linux-image-2.6.18-4-686/prerm/would-invalidate-boot-loader-2.6.18-4-686: true
  linux-image-2.6.18-4-686/postinst/bootloader-test-error-2.6.18-4-686:
  linux-image-2.6.18-4-686/preinst/abort-overwrite-2.6.18-4-686:
  linux-image-2.6.18-4-686/postinst/old-system-map-link-2.6.18-4-686: true
  linux-image-2.6.18-4-686/postinst/depmod-error-2.6.18-4-686: false
  linux-image-2.6.18-4-686/preinst/abort-install-2.6.18-4-686:
  linux-image-2.6.18-4-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-4-686/postinst/bootloader-error-2.6.18-4-686:
  linux-image-2.6.18-4-686/postinst/depmod-error-initrd-2.6.18-4-686: false
  linux-image-2.6.18-4-686/postinst/old-initrd-link-2.6.18-4-686: 

Bug#418514: RFP: qbittorrent -- An advanced bittorrent client in C++ / Qt4

2007-04-10 Thread Daniel Nylander
Package: wnpp
Severity: wishlist


* Package name: qbittorrent
  Version : 0.9.1
  Upstream Author : Christophe Dumez: chris (at) qbittorrent (dot) org
* URL : http://www.qbittorrent.org/
* License : GPL
  Description : qbittorrent - An advanced bittorrent client in C++ / Qt4

qBittorrent can now be considered as a good alternative to other
bittorrent clients. It provides a lot of features such as:

* A polished Graphical User Interface written with Qt4.2 toolkit
* Multiple simultaneous downloads / uploads
* An integrated search engine
* DHT (trackerless) support
* uTorrent Peer eXchange support (PeX)
* Directory scanning with automated download of torrents inside
* Good internationalization (20+ languages supported)
* Selective download of files in a torrent
* Media File previewing while downloading
* Torrent trackers edition and prioritizing
* Seeders / Leechers displayed in download list
* Torrent download in correct order
* System tray integration
* Tracker authentication support
* Unicode support
* Torrent downloading directly from their url
* Connection though a proxy
* IP Filtering similar to the one in eMule

qBittorrent is based on the great Libtorrent by Arvid Norberg.


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



Bug#417333: Too bad it happened again

2007-04-10 Thread Olivier Berger
FYI, I have my server crashed again it seems.

With netconsole, I've been able to get some details.

Here's the log :

Apr 10 07:58:00 157.159.11.48 BUG: unable to handle kernel NULL pointer 
dereference
Apr 10 07:58:00 157.159.11.48 at virtual address 001c 
Apr 10 07:58:00 157.159.11.48 printing eip: 
Apr 10 07:58:00 157.159.11.48 c024c725 
Apr 10 07:58:00 157.159.11.48 *pde =  
Apr 10 07:58:00 157.159.11.48 Oops:  [#1] 
Apr 10 07:58:00 157.159.11.48 SMP 
Apr 10 07:58:00 157.159.11.48  
Apr 10 07:58:00 157.159.11.48 Modules linked in:
Apr 10 07:58:00 157.159.11.48 ip_conntrack_ftp
Apr 10 07:58:00 157.159.11.48 ipt_REJECT
Apr 10 07:58:00 157.159.11.48 xt_tcpudp
Apr 10 07:58:00 157.159.11.48 ipt_ULOG
Apr 10 07:58:00 157.159.11.48 xt_limit
Apr 10 07:58:00 157.159.11.48 xt_state
Apr 10 07:58:00 157.159.11.48 iptable_filter
Apr 10 07:58:00 157.159.11.48 ip_tables
Apr 10 07:58:00 157.159.11.48 x_tables
Apr 10 07:58:00 157.159.11.48 ts_kmp
Apr 10 07:58:00 157.159.11.48 ip_conntrack_amanda
Apr 10 07:58:00 157.159.11.48 ipv6
Apr 10 07:58:00 157.159.11.48 ip_conntrack
Apr 10 07:58:00 157.159.11.48 nfnetlink
Apr 10 07:58:00 157.159.11.48 reiserfs
Apr 10 07:58:00 157.159.11.48 netconsole
Apr 10 07:58:00 157.159.11.48 tsdev
Apr 10 07:58:00 157.159.11.48 psmouse
Apr 10 07:58:00 157.159.11.48 i2c_piix4
Apr 10 07:58:00 157.159.11.48 i2c_core
Apr 10 07:58:00 157.159.11.48 serio_raw
Apr 10 07:58:00 157.159.11.48 pcspkr
Apr 10 07:58:00 157.159.11.48 rtc
Apr 10 07:58:00 157.159.11.48 floppy
Apr 10 07:58:00 157.159.11.48 sworks_agp
Apr 10 07:58:00 157.159.11.48 agpgart
Apr 10 07:58:00 157.159.11.48 evdev
Apr 10 07:58:00 157.159.11.48 ext3
Apr 10 07:58:00 157.159.11.48 jbd
Apr 10 07:58:00 157.159.11.48 mbcache
Apr 10 07:58:00 157.159.11.48 dm_mirror
Apr 10 07:58:00 157.159.11.48 dm_snapshot
Apr 10 07:58:00 157.159.11.48 dm_mod
Apr 10 07:58:00 157.159.11.48 ide_cd
Apr 10 07:58:00 157.159.11.48 cdrom
Apr 10 07:58:00 157.159.11.48 ide_disk
Apr 10 07:58:00 157.159.11.48 e1000
Apr 10 07:58:00 157.159.11.48 ohci_hcd
Apr 10 07:58:00 157.159.11.48 usbcore
Apr 10 07:58:00 157.159.11.48 thermal
Apr 10 07:58:00 157.159.11.48 processor
Apr 10 07:58:00 157.159.11.48 fan
Apr 10 07:58:00 157.159.11.48 serverworks
Apr 10 07:58:00 157.159.11.48 siimage
Apr 10 07:58:00 157.159.11.48 ide_core
Apr 10 07:58:00 157.159.11.48  
Apr 10 07:58:00 157.159.11.48 CPU:0 
Apr 10 07:58:00 157.159.11.48 EIP:0060:[c024c725]Not tainted VLI 
Apr 10 07:58:00 157.159.11.48 EFLAGS: 00210292   (2.6.18-4-686 #1)  
Apr 10 07:58:00 157.159.11.48 EIP is at tcp_tso_segment+0x193/0x21e 
Apr 10 07:58:00 157.159.11.48 eax: c104   ebx:    ecx: dff79380   
edx: 3834 
Apr 10 07:58:00 157.159.11.48 esi: dff639a4   edi: a80da185   ebp: 0014   
esp: cc2a3ae0 
Apr 10 07:58:00 157.159.11.48 ds: 007b   es: 007b   ss: 0068 
Apr 10 07:58:00 157.159.11.48 Process apache2 (pid: 18491, ti=cc2a2000 
task=dff99550 task.ti=cc2a2000)
Apr 10 07:58:00 157.159.11.48 

Hope this helps,
-- 
Olivier BERGER [EMAIL PROTECTED]
Ingénieur Recherche - Dept INF
INT Evry (http://www.int-evry.fr)
OpenPGP-Id: 1024D/6B829EEC






Bug#355013: initramfs-tools: device mapper device ordering breaks boot (sometimes)

2007-04-10 Thread maximilian attems
tags 355013 moreinfo
stop

On Sun, 16 Apr 2006, Christian Weeks wrote:

 On Sun, 2006-04-16 at 11:33 +0200, maximilian attems wrote:
  ok, adding discs works much better with grub.
 
 I know. I've used grub for non-LVM installations. But I also love the
 reorganizing convenience of LVM. Does grub now work with LVM roots
 then? This was the reason I used lilo (well, actually, debian-installer
 selected lilo for me, because I'd done an LVM root installation).
 
 I know of and loathe the /boot partition workaround (see RedHat)- it's
 nasty and uses up disk that I would like for other things.
 

should be fixed with latest lilo that went into Etch.
can you confirm?

thanks for feedback.

--
maks


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



Bug#418330: confirming this bug

2007-04-10 Thread Johannes Rohr
Hi, I'm seeing the same bug here. All gnome-system-tools are currently
unusable, even when launched by root directly. My gnome desktop is
mostly from experimental, therefore I suspect an incompatibility between
old g-s-t and newer GNOME.

Thanks,

Johannes




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



Bug#418443: Floppy boot disks images aren't included on Debian 4.0?

2007-04-10 Thread Holger Wansing
On Mon, 9 Apr 2007 20:49:44 +0200 Xavi wrote:
 Package: Debian CD and Debian Netinstall CD
 Version: 4.0
 
 I'ts not exactly a bug, but I've searched for the new version of the Floppy
 disks images so I can launch my installation on an older machine but I
 wasn't success at all. Are them not included or missing?

Go to

http://www.debian.org/releases/etch/debian-installer/index.en.html

and select your architecture under section
other images (netboot, usb stick, floppy, etc)


-- 
Kind regards
Holger

==
Created with Sylpheed 2.2.2
under Debian GNU/LINUX 3.1 »Sarge«
http://counter.li.org/,  Registered LinuxUser #311290
Spamfiltering by bogofilter.sourceforge.net
=


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



Bug#418516: /dev/kqemu is not created automatically when loading module kqemu

2007-04-10 Thread Matthieu Fertré
Package: kqemu-modules-2.6.18-4-686
Version: 2.6.18+1.3.0~pre9-4
Severity: wishlist

After loading kqemu module with modprobe, the device /dev/kqemu still
does not exist.
I have to create it :

# mknod /dev/kqemu c 250 0
# chmod 666 /dev/kqemu

to be able to use qemu with kqemu accelerator.

Without creating the device manually, I get the following message :

$ qemu -hda hda_etch.img -boot d -cdrom debian-40r0-i386-netinst.iso 
Could not open '/dev/kqemu' - QEMU acceleration layer not activated

Moreover, it will be really great if the module can be load
automatically when using qemu, but I don't know if it is possible.

I am using Debian Sid, kernel 2.6.18-4-686 and qemu 0.8.2-5






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



Bug#418517: ITP: gnunet-qt -- QT frontend to GNUnet

2007-04-10 Thread Arnaud Kyheng
Package: wnpp
Severity: wishlist
Owner: Arnaud Kyheng [EMAIL PROTECTED]


* Package name: gnunet-qt
  Version : 0.7.1c
  Upstream Author : Christian Grothoff [EMAIL PROTECTED]
* URL : http://www.gnunet.org/
* License : GPL
  Programming Lang: C++
  Description : QT frontend to GNUnet


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


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



Bug#418462: [Pkg-mailman-hackers] Bug#418462: mailman: Fails to upgrade from Sarge to Etch

2007-04-10 Thread Thijs Kinkhorst
reassign 418462 python
thanks

Hi Christian,

On Mon, 2007-04-09 at 22:31 +0200, Christian Fromme wrote:
 
 I found out that '/usr/bin/python' was a symlink pointing to the 
 non-existant binary '/usr/bin/python2.3'. However, I could fix it by 
 doing the following:
 
 # rm /usr/bin/python
 # ln -s /usr/bin/python2.4 /usr/bin/python 

Thank you for your report - but I don't think that where /usr/bin/python
points to is anywhere related to Mailman. I'm reassigning it to python
for now.


Thijs


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


Bug#417895: Output of dmesg

2007-04-10 Thread Alister Winfield


vice[:00:0d.0:pcie00]
PCI: Setting latency timer of device :00:0e.0 to 64
pcie_portdrv_probe-Dev[005d:10de] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[:00:0e.0:pcie00]
PCI: Setting latency timer of device :80:0b.0 to 64
pcie_portdrv_probe-Dev[005d:10de] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[:80:0b.0:pcie00]
PCI: Setting latency timer of device :80:0c.0 to 64
pcie_portdrv_probe-Dev[005d:10de] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[:80:0c.0:pcie00]
PCI: Setting latency timer of device :80:0d.0 to 64
pcie_portdrv_probe-Dev[005d:10de] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[:80:0d.0:pcie00]
PCI: Setting latency timer of device :80:0e.0 to 64
pcie_portdrv_probe-Dev[005d:10de] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[:80:0e.0:pcie00]
Real Time Clock Driver v1.12ac
hpet_resources: 0xfed0 is busy
hpet_acpi_add: no address or irqs in _CRS
Linux agpgart interface v0.101 (c) Dave Jones
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
pnp: the driver 'serial' has been registered
pnp: match found with the PnP device '00:05' and the driver 'serial'
00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
pnp: the driver 'i8042 kbd' has been registered
pnp: the driver 'i8042 aux' has been registered
pnp: the driver 'i8042 kbd' has been unregistered
pnp: the driver 'i8042 aux' has been unregistered
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
ACPI: (supports S0 S1 S4 S5)
Freeing unused kernel memory: 176k freed
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver  
(PCI)

ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 22
GSI 16 sharing vector 0x3A and IRQ 16
ACPI: PCI Interrupt :00:02.0[A] - Link [LUS0] - GSI 22 (level,  
low) - IRQ 58

PCI: Setting latency timer of device :00:02.0 to 64
ohci_hcd :00:02.0: OHCI Host Controller
ohci_hcd :00:02.0: new USB bus registered, assigned bus number 1
ohci_hcd :00:02.0: irq 58, io mem 0xfe3ff000
SCSI subsystem initialized
libata version 2.00 loaded.
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 7 ports detected
ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 21
GSI 17 sharing vector 0x42 and IRQ 17
ACPI: PCI Interrupt :00:02.1[B] - Link [LUS2] - GSI 21 (level,  
low) - IRQ 66

PCI: Setting latency timer of device :00:02.1 to 64
ehci_hcd :00:02.1: EHCI Host Controller
ehci_hcd :00:02.1: new USB bus registered, assigned bus number 2
ehci_hcd :00:02.1: debug port 1
PCI: cache line size of 64 is not supported by device :00:02.1
ehci_hcd :00:02.1: irq 66, io mem 0xfe3fec00
ehci_hcd :00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 7 ports detected
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with  
idebus=xx

NFORCE-CK804: IDE controller at PCI slot :00:06.0
NFORCE-CK804: chipset revision 242
NFORCE-CK804: not 100% native mode: will probe irqs later
NFORCE-CK804: :00:06.0 (rev f2) UDMA133 controller
ide0: BM-DMA at 0x2000-0x2007, BIOS settings: hda:DMA, hdb:DMA
Probing IDE interface ide0...
hda: MATSHITACD-RW CW-8124, ATAPI CD/DVD-ROM drive
ohci_hcd :00:02.0: wakeup
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
usb 1-3: new full speed USB device using ohci_hcd and address 2
usb 1-3: configuration #1 chosen from 1 choice
usb 1-4: new full speed USB device using ohci_hcd and address 3
usb 1-4: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
usb 1-5: new full speed USB device using ohci_hcd and address 4
usb 1-5: configuration #1 chosen from 1 choice
input: American Megatrends Inc. Virtual Keyboard and Mouse as /class/ 
input/input0

usbcore: registered new driver usbkbd
drivers/usb/input/usbkbd.c: :USB HID Boot Protocol keyboard driver
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning

Bug#418427: mirror ftp.iitm.ac.in, freshness issue, stable points to sarge

2007-04-10 Thread Simon Paillard
Hello,

I contact you since it seems your mirror has not been updated since
April 6th, and that implies that stable is still pointing to sarge
instead of etch :

lrwxrwxrwx1 00   5 Mar 28 21:20 stable - sarge

This freshness issue is a issue for new etch install (which has been
released on April 8th), like the one in #418427.

Could you make sure as soon as possible that your mirror is updated on a
daily basis ? (if not twice a day).

Thanks in advance for you reactivity.

Best regards.

On Tue, Apr 03, 2007 at 01:27:41PM +0530, Prof. P. Sriram wrote:
 On Mon, 2 Apr 2007, Simon Paillard wrote:
  Source packages must also be provided by public Debian mirrors, to let
  users do apt-get source easily. Can you fix that ?
 
 done.

Ok.

  A minor point, you can also remove from debian/dists Contents-$arch* of
  architectures you don't provide, and make sure that you don't update
  them for nothing (the last anonftpsync deals with this issue).
 
 done; i have upgraded to the newer version of anonftpsync that takes care 
 of this.

Ok.

 we have also decided to carry amd64 architecture in our mirror. the 
 content should show up accordingly in a day or so after the syncing up.

Ok.

 

-- 
Simon Paillard


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



Bug#75344: xbase-clients: [xauth] needs to way to identify and remove stale xauth cookies

2007-04-10 Thread Vincent Zweije
On Mon, Apr 09, 2007 at 08:04:38PM +0200, Brice Goglin wrote:

||  About 6 years ago, you reported (or replied to) a bug in the Debian BTS
||  regarding xauth needing a way to identify/remove stake cookies. Did any
||  of you guys reproduce this problem recently? With Xorg/Etch? If not, I
||  will close this bug in the next weeks.

A quick look at /usr/bin/startx suggests that the problem is still there:
an existing cookie for a display will be reused even if it is stale.

Ciao.Vincent.
-- 
Vincent Zweije [EMAIL PROTECTED]| If you're flamed in a group you
http://www.xs4all.nl/~zweije/  | don't read, does anybody get burnt?
[Xhost should be taken out and shot] |-- Paul Tomblin on a.s.r.


signature.asc
Description: Digital signature


Bug#418413: supertuxkart: Fails to start completely, telling memory access error

2007-04-10 Thread Bruno Kleinert
This one time, at band camp, Cyril Brulebois wrote:
 to get your program running under a C locale. I'm just wondering
 whether that could be translated to segmentation fault, which is
 also named segmentation violation, aka SEGV.

hi cyril,

speicherzugriffsfehler is segfault/SEGV/segmentation violation -
whatever you prefer ;)

i installed supertuxkart on my amd64 sid machine (same version of
supertuxkart) but i couldn't reproduce a segfault. the only strange
thing was supertuxkart said, it creates the config directory in my home
and will read data from some directory in /usr/share/... - and then
exited. the second time i ran supertuxkart it worked just fine.

@marco: have you tried to rename the directory .supertuxkart in your
home directory to something else (e.g. .supertuxkart.bak, please do NOT
delete it, it might become interesting for us!) this will force
supertuxkart to create a new .supertuxkart in your home. if there was
an error in there this might help to track down the issue.

if this doesn't help, strace output and a backtrace may be helpful, but
first things first.

cheers - fuddl

-- 
Among elephants it's not considered cool nor in any good taste
to drain other elephants




signature.asc
Description: PGP signature


Bug#418437: iceape-browser: PageUp and PageDown keyboard navigation not working properly

2007-04-10 Thread Hendrik-Jan Heins

I can't seem to reproduce your issue.
using iceape-browser 1.0.8-4 on etch, the page up / page down buttons
act very predictable on the link you provided.

Hendrik-Jan


2007/4/9, Stefaan [EMAIL PROTECTED]:


 Could it be somehow that it stops working properly when the mouse cursor
 gets over a flash object ?

Flash as far as I can see is no prerequisite. It seems to be occurring
on pages with
different columns. Somehow the cursor seems to jump to a different
column upon
pressing pagedown/pageup. If that column (e.g. used for navigation) is
not as long as the
actual text I am trying to read, I get stuck.

An example page which as far as I can see does not contain flash, and
where i have the problem
is here: http://nl.wikipedia.org/wiki/Portaal:Biologie





___
pkg-mozilla-maintainers mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-mozilla-maintainers




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



Bug#418519: No option in d-i to setup an entire (whole) disk as LVM physical volume

2007-04-10 Thread Meder Bakirov
Package: debian-installer
Version: 20070308

There is no option in debian-installer to setup an entire (whole) disk as LVM 
physical volume (PV). 

e.g.: I have two disks (/dev/sda, /dev/sdb) and I want to setup /dev/sdb as a 
physical volume (PV) as in 'pvcreate /dev/sdb'. Now, in d-i, I have to create 
a partition to make my second disk an LVM PV.

Thank you!


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



Bug#418413: supertuxkart: Fails to start completely, telling memory access error

2007-04-10 Thread Marco Schuster

Hi Cyril, thanks for your quick answer!

Cyril Brulebois wrote:



Speicherzugriffsfehler is German for memory access error.


Thanks for the translation. Just in case you come across a similar
situation in the future, remember you can just use the following:
$ LANG=C supertuxkart

to get your program running under a C locale. I'm just wondering
whether that could be translated to segmentation fault, which is also
named segmentation violation, aka SEGV.

Cheers,

Yes, you're right...it seems it is a segfault: 
http://harddisk.is-a-geek.org/supertuxkart.log


Thanks,
Marco



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



Bug#418518: kdebase: [INTL:fr] French debconf templates translation

2007-04-10 Thread Christian Perrier
Package: kdebase
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.

Thanks for taking care of warning translators before uploading a new
version with string changes. It's highly appreciated.



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
# translation of fr.po to French
# debconf templates for xorg-x11 package
# French translation
#
# $Id: fr.po 1053 2006-01-10 19:20:06Z ender $
#
# Copyrights:
#
# This file is distributed under the same license as the xorg-x11 package.
# Please see debian/copyright.
#
#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.
#
# Branden Robinson, 2000-2004.
# Thomas Morin, 2001.
# Patrice Karatchentzeff, 2001.
# Jérôme Schell, 2001.
# Jean-Christophe Dubacq, 2002.
# Christian Perrier [EMAIL PROTECTED], 2003, 2004, 2006, 2007.
msgid 
msgstr 
Project-Id-Version: fr\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-03-23 07:15+0100\n
PO-Revision-Date: 2007-04-05 20:10+0200\n
Last-Translator: Christian Perrier [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms: Plural-Forms: nplurals=2; plural=n1;\n
\n

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid Default display manager:
msgstr Gestionnaire graphique de session par défaut :

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid 
A display manager is a program that provides graphical login capabilities 
for the X Window System.
msgstr 
Un gestionnaire graphique de session est un programme qui permet de se 
connecter depuis le système X Window.

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid 
Only one display manager can manage a given X server, but multiple display 
manager packages are installed. Please select which display manager should 
run by default.
msgstr 
Un seul gestionnaire graphique de session peut s'occuper d'un serveur X 
donné, bien que plusieurs gestionnaires puissent être installés 
simultanément. Veuillez choisir celui qui sera utilisé par défaut.

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid 
Multiple display managers can run simultaneously if they are configured to 
manage different servers; to achieve this, configure the display managers 
accordingly, edit each of their init scripts in /etc/init.d, and disable the 
check for a default display manager.
msgstr 
Plusieurs gestionnaires graphiques peuvent être lancés en même temps, s'ils 
gèrent des serveurs X différents ; pour cela, configurez correctement chacun 
des gestionnaires graphiques, modifiez leurs scripts de lancement dans /etc/
init.d, et désactivez le test de gestionnaire graphique par défaut.

#. Type: boolean
#. Description
#: ../kdm.templates:3001
msgid Stop the kdm daemon?
msgstr Faut-il arrêter le démon kdm ?

#. Type: boolean
#. Description
#: ../kdm.templates:3001
msgid 
The K Desktop manager (kdm) daemon is typically stopped on package upgrade 
and removal, but it appears to be managing at least one running X session.
msgstr 
Le gestionnaire de sessions KDE (kdm) est généralement arrêté lors de la mise 
à jour ou de la suppression du paquet. Cependant, il semble qu'il gère 
actuellement encore au moins une session X.

#. Type: boolean
#. Description
#: ../kdm.templates:3001
msgid 
If kdm is stopped now, any X sessions it manages will be terminated. 
Otherwise, the new version will take effect the next time the daemon is 
restarted.
msgstr 
Si kdm est arrêté maintenant, toutes les sessions X qu'il gère seront 
terminées. L'autre possibilité est de laisser fonctionner kdm, la nouvelle 
version ne devenant active qu'au prochain redémarrage du démon.



Bug#418500: Acknowledgement (libpam-mysql: broken, 'undefined symbol' message in log)

2007-04-10 Thread Pawel Wiecek
On Apr 10, 10:17am, Alexander Onic wrote:
 A solution hack is also given:
 
 export LD_PRELOAD=/lib/libpam.so.0.79
 restart auth services

Not a pretty one. I'll see how to workaround this in a proper way :^)

   Pawel

-- 
 (___)  | Pawel Wiecek - Coven / Svart - |
 o o  |  http://www.coven.vmh.net/[EMAIL PROTECTED]GSM: 
+48603240006 |
 \ ^ /  | GPG/PGP info in message headers  *  [ Debian GNU/Linux developer ] |
  ()   |   *  * Eat shit -- billions of flies can't be wrong.*  *   |


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



Bug#418520: please change package section from misc to shells

2007-04-10 Thread Tomas Pospisek
Package: screen
Version: 4.0.3-0.3+b1
Severity: wishlist
Tags: patch

Rationale: I think screen is a shell in the best IT-sense of the word.
So I ask you to please move it to a more specific section.
*t

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

Versions of packages screen depends on:
hi  base-passwd 3.5.11   Debian base system master password
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libncursesw55.5-5Shared libraries for terminal hand
hi  libpam0g0.79-4   Pluggable Authentication Modules l
hi  passwd  1:4.0.18.1-7 change and administer password and

screen recommends no packages.

-- debconf information excluded


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



Bug#417998: Fwd: [Pkg-xfce-devel] Bug#417998: xfce4-panel: gnome-system-monitor as panel right-click entry

2007-04-10 Thread Stephan Arts

-- Forwarded message --
From: Stephan Arts [EMAIL PROTECTED]
Date: Apr 10, 2007 8:28 AM
Subject: Re: [Pkg-xfce-devel] Bug#417998: xfce4-panel:
gnome-system-monitor as panel right-click entry
To: Michael Gilbert [EMAIL PROTECTED]


On 4/10/07, Michael Gilbert [EMAIL PROTECTED] wrote:

On 4/6/07, Stephan Arts wrote:
 i am neither the panel-developer, nor a debian packager... but...

 ARE YOU INSANE?!!!11

 sorry, I lost it there... let me explain:

 First of all: there is the xfce4-taskmanager (dunno if it's in the
 debian repos yet)

 Second:
 Xfce4-panel is an xfce-core applition. Adding the
 gnome-system-monitor launcher to it would be a death-sin.
 gnome-system-monitor depends on a lot of gnome-libs. using it with
 xfce kind of beats the purpose. (Running Xfce in  50MB of ram is
 really out of the question then)

 Third:
 The right-click menu has a clear purpose aswell:
 1) on the panel, it is for adding and removing plugins.
 2) on a window-button in the taskbar, it is for performing operations
 on that window (like closing it)

 Conclusion:
 There is absolutely no good reason to add this functionality to the panel.

i should have been clearer, my intent was to suggest this
functionality as an addition to the xfce panel task bar right-click
menu.  this would parallel the windows task bar right-click menu.

 I hope i made myself clear.

yes, and to excess.


good


obviously, to do this right, the task manager app would be a
configurable xfce prefered application defaulting to
xfce4-taskmanager if it is available.


This is definitely not something for Xfce 4.4. (and if win-users want
something win-like, they should use KDE imo) However, if you think you
can convince the other xfce-developers of the need of this feature,
you could send a mail to the xfce4-dev m/l[1]. Then it becomes a
matter of discussion for Xfce 4.6.

Regards,

Stephan

[1] http://foo-projects.org/mailman/listinfo/xfce4-dev


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



Bug#418521: glibc: [INTL:eu] Debconf basque translation update

2007-04-10 Thread Piarres Beobide
Package: glibc
Severity: wishlist
Tags: patch l10n

Hello

Atached glibc debconf template basque translation, please commit it.

Thanks 


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

Kernel: Linux 2.6.18
Locale: LANG=eu_ES, LC_CTYPE=eu_ES (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
# translation of eu.po to librezale
# Piarres Beobide [EMAIL PROTECTED], 2006.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
msgid 
msgstr 
Project-Id-Version: eu\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-04-09 00:10+0200\n
PO-Revision-Date: 2006-11-16 23:57+0100\n
Last-Translator: Piarres Beobide [EMAIL PROTECTED]\n
Language-Team: librezale [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1)\n
X-Generator: KBabel 1.11.4\n

#. Type: multiselect
#. Choices
#: ../debhelper.in/locales.templates:1001
msgid All locales
msgstr locale guztiak

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid Locales to be generated:
msgstr Sortu behar diren locale-ak:

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid 
Locales are a framework to switch between multiple languages and allow users 
to use their language, country, characters, collation order, etc.
msgstr 
Locale-ak hizkuntza anitz artean aldatzeko ingurugiroa da erabiltzaileek 
beren hizkuntza, herrialdea, karaktere-jokoa erabiltzeko gaitasuna ematen 
dute

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid 
Please choose which locales to generate. UTF-8 locales should be chosen by 
default, particularly for new installations. Other character sets may be 
useful for backwards compatibility with older systems and software.
msgstr 
Mesedez zein locale sortuko diren hautatu. Lehenespen bezala UTF-8 locale-ak 
hautau beharko lirateke, bereiziki instalazio berri batetan. Beste karaktere 
joko batzuek sortzea erabilgarri izan liteke sistema eta software 
zaharragoekin 
bateragarritasuna mantentzeko

#. Type: select
#. Choices
#: ../debhelper.in/locales.templates:2001
msgid None
msgstr Batez

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid Default locale for the system environment:
msgstr Sistema inguruneko locale lehenetsia:

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid 
Many packages in Debian use locales to display text in the correct language 
for the user. You can choose a default locale for the system from the 
generated locales.
msgstr 
Debian pakete anitzek locale-ak erabiltzen dituzte erabiltzaileari dagokion 
hizkuntzan testuak bistaratzeko. Locale lehenetsia sortutako locale-en artean 
hautatu dezakezu.

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid 
This will select the default language for the entire system. If this system 
is a multi-user system where not all users are able to speak the default 
language, they will experience difficulties.
msgstr 
Honek zure sistemako hizkuntza aukeratuko du. Hautatutako hizkuntza 
denek erabiltzen ez duten erabiltzaile anitzeko sistema bat bada, agian 
erabiltzaile horiek arazoetan aurki daitezke.

#~ msgid 
#~ Choose which locales to generate.  The selection will be saved to `/etc/
#~ locale.gen', which you can also edit manually (you need to run `locale-
#~ gen' afterwards).
#~ msgstr 
#~ Hautatu zein locale sortu behar diren.  Hautapena `/etc/locale.gen'-en 
#~ gordeko da, zein eskuz editatu dezakezu (editatu ondoren `locale-gen' 
#~ exekutatu.

#~ msgid 
#~ When `All locales' is selected, /etc/locale.gen will be set as a symlink 
#~ to /usr/share/i18n/SUPPORTED.
#~ msgstr 
#~ `locale guztiak' hautatu ezkero, /etc/locale.gen /usr/share/i18n/
#~ SUPPORTED-ra lotura sinboliko bat bezala ezarriko da.


Bug#311821: This bug should be fixed

2007-04-10 Thread Thibaut VARENE

On 4/10/07, Brian C [EMAIL PROTECTED] wrote:

Hi,

I don't think the person who filed this bug explained well enough why it
should be fixed.  Upon a fresh install of the Debian Etch WordPress
package, the software will be (in the eyes of most users) broken.  That
is, key features of the software, such as the ability to upload images
to one's blog, will not work.  That is unacceptable.  Installing
WordPress would be easier on Debian than on any other distribution if
this bug were fixed.

After a fresh install, it is necessary for a user to do this:

# sudo chown :www-data /etc/wordpress/*
# sudo mkdir /usr/share/wordpress/wp-content/uploads
# sudo chown www-data:www-data /usr/share/wordpress/wp-content/uploads


Actually I think this would conflict with multiple blogs on the same
machine cases, such as what I'm doing with my particular wordpress
setup. I have not sat down and thought long enough about a workaround
yet, though.

HTH

--
Thibaut VARENE
http://www.parisc-linux.org/~varenet/


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



Bug#359614: /etc/udev/rules.d non-symlinks

2007-04-10 Thread Loïc Minier
On Mon, Apr 09, 2007, Joey Hess wrote:
 The intent is to let users disable a udev rule by removing the symlink, or
 reorder a rule to a different number by renaming the symlink. Putting a rules
 conffile directly in /etc/udev/rules.d/ wouldn't allow for this, and as Marco
 says in #359614, this may be useful. Or at least appeared to be useful when
 I designed this. My question is simply whether anyone actually finds this
 useful?

 Can we encode the number in the rule itself?  Perhaps in the comments
 at the top of the file.
   This would allow dpkg to handle numbering changes correctly.

-- 
Loïc Minier
For subalterns, saying something intelligent is as risky as saying something
 stupid.



Bug#418221: wmgui: fail to autodetect my wii handset, Error opening control channel

2007-04-10 Thread Romain Beauxis
Hi !

For this kind of bug report, you better submit to cwiid's main trac system..

However, cwiid's author is CCed in this mail..

Romain


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



Bug#418021: title

2007-04-10 Thread C.Y.M
The title of this bug is misleading.

Package: libx11-6
Version: 2:1.0.3-6
Severity: important

It should read:

Package: libx11-6
Version: 2:1.0.3-7
Severity: important


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



Bug#418519: No option in d-i to setup an entire (whole) disk as LVM physical volume

2007-04-10 Thread Frans Pop
On Tuesday 10 April 2007 11:57, Meder Bakirov wrote:
 There is no option in debian-installer to setup an entire (whole) disk
 as LVM physical volume (PV).

 e.g.: I have two disks (/dev/sda, /dev/sdb) and I want to setup
 /dev/sdb as a physical volume (PV) as in 'pvcreate /dev/sdb'. Now, in
 d-i, I have to create a partition to make my second disk an LVM PV.

What's so bad about having to create a partition that spans the whole 
disk?


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



Bug#418522: ftp.debian.org: please remove otrs from unstable

2007-04-10 Thread Torsten Werner
Package: ftp.debian.org
Severity: normal

Hi,


after the release of etch the old package 'otrs' is obsolete and it has
been replaced by the newer 'otrs2' and 'otrs2-doc' packages. Please
remove the old 'otrs' package from unstable.


Thanks,
Torsten



signature.asc
Description: Digital signature


Bug#418523: mirror submission for mirror.gregstar.at

2007-04-10 Thread Gregor Lichtscheidl
Package: mirrors
Severity: wishlist

Site: mirror.gregstar.at
Submission-Type: new
Type: leaf
CDImage-http: /debian/
Mirrors-from: debian.inode.at
Archive-architecture: amd64 i386 
Maintainer: Gregor Lichtscheidl [EMAIL PROTECTED]
Country: AT Austria
Sponsor: Gregstar.at http://www.gregstar.at
Comment: CD-Image Mirror ohne DVD
 nur i386 und amd64
 jeden Tag um 3 Uhr
 10 MBit/s


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



Bug#12261: Followup, possible patch for second oldest bug in xterm

2007-04-10 Thread Thomas Dickey
On Tue, Apr 10, 2007 at 11:10:47AM +0200, Nathanael Nerode wrote:
 This bug still exists in current xterm, as far as I can tell.

I might have seen this before, but see that it's against xbase rather
than xterm - so perhaps I didn't see it...
 
 The following untested patch implements Richard Braakman's suggestion from 
 1997,
 slightly more portably.
 
 Open questions:
 (1) Where should the logging be closed?
 (2) Is any additional portability goo needed to send this upstream (e.g. for 
 systems without termios.h)?

I'll take a closer look (thanks)

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgppRfnuuPP4G.pgp
Description: PGP signature


Bug#418527: trac-ja-resource: Too old for the version of trac in etch

2007-04-10 Thread David Smith
Package: trac-ja-resource
Version: 0.8.4-2-1
Severity: normal

Many paths in the templates are incorrect and there are
failures pulling resources from the database, such as
components.

I've created a new package available from my mercurial
repository at http://hg.bosabosa.org/ . Please examine the
patches and consider uploading a new package.

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

Versions of packages trac-ja-resource depends on:
ii  trac  0.10.3-1   Enhanced wiki and issue tracking s

trac-ja-resource recommends no packages.

-- no debconf information

-- 
=
  David D. Smith davidsmith at acm.org
Jabber/GoogleTalk: dds at jabber.org ; GPG: 0xE6511C7E
IRC: dds on irc.freenode.net ; MSN: dds4418 at hotmail.com
==


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



Bug#418525: rdesktop: Does not check for error-code on XInitImage

2007-04-10 Thread eyck
Package: rdesktop
Version: 1.5.0-1
Severity: minor


rdesktop segfaults after recent update to libx11-6, supposedly fixing
this:
xwin.c:2419

 XInitImage(image);
 XPutImage(g_display, bitmap, g_create_glyph_gc, image, 0, 0, 0, 0, width, 
height);

to check for error codes would be nice (in this case, rdesktop ignores
error on XInitImage, and calling XPutImage causes segfault).


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

Versions of packages rdesktop depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries
ii  libx11-62:1.0.3-7X11 client-side library

rdesktop recommends no packages.

-- no debconf information


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



Bug#418529: jed: evalfile() no longer supporting ~ in path name

2007-04-10 Thread Peter Karlsson
Package: jed
Version: 0.99.18-8.etch.4
Severity: normal

Since I have the same configuration files on several different systems, with
different $HOME, I have set up my .jedrc to use ~ to refer to a file under
my home directory:

  evalfile(~/skel/jed/joe); pop();

This used to work with the version of Jed in Sarge, but after an upgrade to
Etch, it fails with

  Unable to load /usr/share/jed/lib/~/skel/jed/joe.slc

Changing the evalfile to take the full path works:

  evalfile(/home/peter/skel/jed/joe); pop();

But that means having to refer to the actual home directory path on all my
installations.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-486
Locale: LANG=sv, LC_CTYPE=sv (charmap=ISO-8859-1) (ignored: LC_ALL set to 
sv_SE.ISO8859-1)

Versions of packages jed depends on:
ii  jed-common  0.99.18-8.etch.4 S-Lang runtime files for jed and x
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgpmg11.19.6-25General Purpose Mouse - shared lib
ii  libslang2   2.0.6-4  The S-Lang programming library - r

jed recommends no packages.

-- no debconf information


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



Bug#418524: tora: Bad input and output of cyrillic symbols

2007-04-10 Thread Renat Sabitov
Package: tora
Version: 1.3.21-3
Severity: important
Tags: l10n

Tora compiled with Oracle libraries.

In sql window cyrillic symbols input looks like 7-bit shrinked, for
example Hello, world! in russian looks like dOExAO, IEO!. In schema
browser all cyrillic symbols changed to ?.

In result window all ok.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) (ignored: 
LC_ALL set to ru_RU.KOI8-R)

Versions of packages tora depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libacl12.2.42-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   1:2.4.32-1.1  Extended attribute shared library
ii  libaudio2  1.8-4 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libfam02.7.0-12  Client library to control the FAM 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpcre3   6.7-1 Perl 5 Compatible Regular Expressi
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqscintilla6 1.6-2.1   Qt source code editing component b
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libqt3-mt-mysql3:3.3.7-4 MySQL database driver for Qt3 (Thr
ii  libqt3-mt-odbc 3:3.3.7-4 ODBC database driver for Qt3 (Thre
ii  libqt3-mt-psql 3:3.3.7-4 PostgreSQL database driver for Qt3
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 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  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

tora recommends no packages.

-- debconf-show failed


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



Bug#418528: dpkg(8) german translation

2007-04-10 Thread Florian Rehnisch
Package: dpkg
Version: 1.10.28

Manpage for dpkg(8) in german
-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
.hw Un-ter-ver-zeich-nis-sen Kon-fi-gu-ra-tions-da-tei glei-chen
.hw Pa-ra-me-ter kon-fi-gu-riert Kon-fi-gu-ra-tions-da-tei-en
.hw ak-tua-li-sie-ren au-to-ma-ti-sche Se-lek-tions-zu-stän-de
.hw Wur-zel-ver-zeich-nis un-zu-rei-chend be-nut-zer-freund-li-che-re
.hw Sei-ten-ef-fek-te be-stimm-te available
.TH DPKG 8 12. April 1998 Debian Projekt dpkg Sammlung
'\TODO: Sammlung für »suite«, hmm ...
.SH NAME
dpkg \- Ein Paket-Manager auf mittlerer Ebene für Debian
.SH ÜBERSICHT
\fBdpkg\fR [\fIOptionen\fP] \fIAktion\fP
.SH WARNUNG
Dieses Handbuch ist für Benutzer gedacht, die \fBdpkg\fPs
Kommandozeilenoptionen und Paketzustände detailierter als in \fBdpkg
\-\-help\fP gegeben verstehen möchten.

Es sollte \fInicht\fP von Paketbetreuern benutzt werden, die verstehen möchten
wie \fBdpkg\fP ihre Pakete installiert. Die Beschreibungen dessen, was
\fBdpkg\fP beim Installieren und Entfernen von Paketen tut, sind teilweise
unzureichend.
.SH BESCHREIBUNG
\fBdpkg\fP ist ein Werkzeug mittlerer Ebene, um Debian Pakete zu installieren,
zu bauen, zu entfernen und zu verwalten. Die primäre und benutzerfreundlichere
Oberfläche für \fBdpkg\fP ist \fBdselect\fP(8). \fBdpkg\fP selbst wird
vollständig über Kommandozeilenparameter gesteuert, die aus genau einer Aktion
und keiner oder mehreren Optionen bestehen. Der Aktion-Parameter sagt
\fBdpkg\fP, was zu tun ist, und Optionen steuern das Verhalten der Aktion auf
bestimmte Weise.

\fBdpkg\fP kann auch als Front-End für \fBdpkg\-deb\fP benutzt werden. Die
folgenden sind \fBdpkg\-deb\fP Aktionen, und wenn sie vorkommen, startet
\fBdpkg\fP einfach \fBdpkg\-deb\fP und übergibt ihm die Parameter:
.nf
\fB\-b\fP, \fB\-\-build\fP,
\fB\-c\fP, \fB\-\-contents\fP,
\fB\-I\fP, \fB\-\-info\fP,
\fB\-f\fP, \fB\-\-field\fP,
\fB\-e\fP, \fB\-\-control\fP,
\fB\-x\fP, \fB\-\-extract\fP,
\fB\-X\fP, \fB\-\-vextract\fP, und
\fB\-\-fsys\-tarfile\fP.
.fi
Siehe bitte \fBdpkg\-deb\fP(1) für Informationen über diese Aktionen.
.SH INFORMATIONEN ÜBER PAKETE
\fBdpkg\fP verwaltet einige nützliche Informationen über verfügbare Pakete. Die
Information ist in drei Klassen unterteilt: \fBZustände\fP (states),
\fBSelektions-Zustände\fP (selection states) und \fBMarkierungen\fP (flags).
Diese Werte sind gedacht, um hauptsächlich von \fBdselect\fP geändert zu
werden.
.SS PAKET-ZUSTÄNDE
.TP
\fBinstalliert (installed)\fR
Das Paket ist entpackt und sauber konfiguriert.
.TP
\fBhalb\-installiert (half\-installed)\fR
Die Installation des Paketes wurde begonnen, aber aus gewissen Gründen nicht
beendet.
.TP
.B nicht installiert (not\-installed)
Das Paket ist auf dem System nicht installiert.
.TP
.B entpackt (unpacked)
Das Paket ist entpackt, aber nicht konfiguriert.
.TP
.B halb konfiguriert (half\-configured)
Das Paket ist entpackt und die Konfiguration wurde begonnen, aber aus gewissen
Gründen noch nicht beendet.
.TP
.B Konfigurationsdateien (config\-files)
Nur die Konfigurationsdateien des Pakets liegen auf dem System.
.SS PAKET-SELEKTIONS-ZUSTÄNDE
.TP
.B installieren (install)
Das Paket ist zur Installation ausgewählt.
.TP
.B entfernen (deinstall)
Das Paket ist zum Entfernen ausgewählt (d.h. wir wollen alle Dateien außer
Konfigurationsdateien entfernen).
.TP
.B vollständig entfernen (purge)
Das Paket wurde zum vollständigen Entfernen ausgewählt (d.h. wir wollen alles
entfernen, einschließlich der Konfigurationsdateien).
.SS PAKET-MARKIERUNGEN
.TP
.B halten (hold)
Ein Paket, das auf »halten« gesetzt wurde, wird nicht von \fBdpkg\fP
bearbeitet, solange dies nicht mit der Option \fB\-\-force\-hold\fP erzwungen
wird.
.TP
.B Neuinstallation erforderlich (reinst\-required)
Ein Paket, das so markiert ist, ist beschädigt und benötigt eine
Neuinstallation. Solch ein Paket kann nicht entfernt werden, solange dies nicht
mit der Option \fB\-\-force\-remove\-reinstreq\fP erzwungen wird.
.SH AKTIONEN
.TP
\fBdpkg \-i\fP | \fB\-\-install\fP \fIPaket-Datei\fP ...
Installiere das Paket. Wenn die Option \fB\-\-recursive\fP oder \fB\-R\fP
angegeben ist, muss \fIPaket-Datei\fP stattdessen auf ein Verzeichnis
verweisen.

Die Installation besteht aus den folgenden Schritten:
.br
\fB1.\fP Die Kontrolldateien des neuen Paketes extrahieren.
.br
\fB2.\fP Wenn vor der Installation eine andere Version desselben Paketes
installiert war, das \fIprerm\fP Skript des alten Paketes ausführen.
.br
\fB3.\fP Das \fIpreinst\fP Skript ausführen, wenn vom Paket eines bereit
gestellt wird.
.br
\fB4.\fP Die neuen Dateien entpacken, und gleichzeitig die alten Dateien
sichern, so dass sie wiederhergestellt werden können, wenn etwas schief läuft.
.br
\fB5.\fP Wenn vor der neuen Installation eine andere Version desselben Paketes
installiert war das \fIpostrm\fP Skript des alten Paketes ausführen.  Beachte,
dass dieses Skript nach dem \fIpreinst\fP Skript des neuen 

Bug#418530: dpkg-deb(1) german translation

2007-04-10 Thread Florian Rehnisch
Package: dpkg
Version: 1.10.28

Manpage for dpkg-deb(1) in german
-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
.hw Ver-zeich-nis
.TH DPKG\-DEB 1 1. Juni 1996 Debian Projekt dpkg Sammlung
.SH NAME
dpkg\-deb \- Debian Paket-Archiv (.deb) Manipulationswerkzeug
.SH ÜBERSICHT
\fBdpkg\-deb\fP
\fB\-b\fP | \fB\-\-build\fP
\fIVerzeichnis\fP [ \fIArchiv\fP | \fIVerzeichnis\fP ]
.br
\fBdpkg\-deb -I\fP | \fB\-\-info\fP
\fIArchiv\fP [ \fIKontroll-Datei-Name\fP ...]
.br
\fBdpkg\-deb \-f\fP | \fB\-\-field\fP
\fIArchiv\fP [ \fIKontroll-Feld-Name\fP ...]
.br
\fBdpkg\-deb \-c\fP | \fB\-\-contents\fP \fIArchiv\fP
.br
\fBdpkg\-deb \-x\fP | \fB\-\-extract\fP | \fB\-X\fP | \fB\-\-vextract\fP
\fIArchiv Verzeichnis\fP
.br
\fBdpkg\-deb \-\-fsys\-tarfile\fP \fIArchiv\fP
.br
\fBdpkg\-deb \-e\fP | \fB\-\-control\fP \fIArchiv Verzeichnis\fP
\TODO: `dpkg-deb -W | --show' fehlt hier
.SH BESCHREIBUNG
\fBdpkg\-deb\fP packt, entpackt und gibt Informationen über Debian Archive.

Man benutze \fBdpkg\fP, um Pakete auf dem System zu installieren und zu
entfernen.

Man kann \fBdpkg\-deb\fP auch starten, indem man \fBdpkg\fP mit allen möglichen
Optionen aufruft, die man an \fBdpkg\-deb\fP weitergeben will. \fBdpkg\fP
erkennt, dass man \fBdpkg\-deb\fP will, und startet es für einen.
.SH AKTIONSOPTIONEN
.TP
\fB\-\-build\fP, \fB\-b\fP
Erzeugt ein Debian-Archiv aus dem Dateisystembaum, der in \fIVerzeichnis\fP
gespeichert ist. \fIVerzeichnis\fP muss ein Unterverzeichnis \fBDEBIAN\fP
haben, das Kontrollinformationen enthält, wie die Kontrolldatei selbst. Dieses
Verzeichnis erscheint \fInicht\fP in dem Dateisystemarchiv des Binärpaketes,
sondern die Dateien werden in die Kontrollinformation des Binärpaketes gepackt.

Man kann den Kompressionslevel angeben, indem man die Option \fB\-z\fP\fI#\fP
benutzt. \fBdpkg\-deb\fP gibt diese Option an \fBgzip\fP weiter.

Solange man nicht \fB\-\-nocheck\fP angibt, liest und analysiert \fBdpkg\-deb
DEBIAN/control\fP. Es prüft sie auf Syntaxfehler und andere Probleme und zeigt
den Namen des gebauten Binärpaketes an. \fBdpkg\-deb\fP prüft auch die
Berechtigungen der Betreuerskripte und andere Dateien, die sich im \fBDEBIAN\fP
Kontroll-Informations-Verzeichnis befinden.

Wenn kein \fIArchiv\fP angegeben ist, dann schreibt \fBdpkg\-deb\fP das Paket
in die Datei \fIVerzeichnis\fP\fB.deb\fP.

Wenn das Archiv, das erzeugt werden soll, bereits existiert, wird es
überschrieben.

Wenn das zweite Argument ein Verzeichnis ist, dann schreibt \fBdpkg\-deb\fP in
die Datei \fIPaket_Version_Arch\fP\fB.deb\fP, oder
\fIPaket_Version\fP\fB.deb\fP, wenn kein \fBArchitecture\fP Feld in der
Paketkontrolldatei vorhanden ist. Wenn ein Zielverzeichnis angegeben ist, statt
einer Datei, darf die Option \fB\-\-nocheck\fP nicht benutzt werden (weil
\fBdpkg\-deb\fP  die Paketkontrolldatei lesen und analysieren muss, um den zu
benutzenden Dateinamen zu ermitteln).
.TP
\fB\-\-info\fP, \fB\-I\fP
Bietet Informationen über ein Binär-Paket-Archiv.

Wenn keine \fIKontroll-Datei-Name\fPn angegeben sind, gibt es eine
Zusammenfassung des Inhalts des Pakets aus sowie seine Kontroll-Datei.

Wenn irgendwelche \fIKontroll-Datei-Name\fPn angegeben werden, gibt sie
\fBdpkg\-deb\fP in der angegebenen Reihenfolge aus; wenn irgendwelche der
Komponenten nicht vorhanden sind, gibt es eine Fehlermeldung auf der
Standard-Fehler-Ausgabe aus und beendet sich mit Rückgabestatus 2.
.TP
\fB\-\-field\fP, \fB\-f\fP
Extrahiere Kontroll-Datei Informationen aus einem Binär-Paket-Archiv.

Wenn keine \fIKontroll-Datei-Feld\fPer angegeben sind, gibt es die ganze
Kotroll-Datei aus.

Wenn irgendwelche angegeben sind, gibt \fBdpkg\-deb\fP ihren Inhalt aus, in der
Reihenfolge in der sie in der Kontroll-Datei auftauchen. Wenn mehr als ein
\fIKontroll-Datei-Feld\fP angegeben wird, setzt \fBdpkg\-deb\fP vor jedes Feld
den Feld-Namen (und Doppelpunkt und Leerzeichen).

Für Felder, die verlangt, aber nicht gefunden werden, werden keine Fehler
gemeldet.
.TP
\fB\-\-contents\fP, \fB\-c\fP
Listet den Inhalt des Anteils des Dateisystembaumes am Archiv. Die Liste wird
gegenwärtig in dem Format erzeugt, das von \fBtar\fPs wortreichem Auflisten
generiert wird.
.TP
\fB\-\-extract\fP, \fB\-x\fP, \fB\-\-vextract\fP, \fB\-X\fP
Extrahiert aus einem Paket-Archiv den Dateisystembaum in das angegebene
Verzeichnis.

\fB\-\-vextract\fP (\fB\-X\fP) gibt eine Liste der extrahierten Dateien aus,
während es läuft, wohingegen \fB\-\-extract\fP (\fB\-x\fP) schweigt, solange
kein Fehler auftritt.

Man beachte, dass das Extrahieren eines Paketes in das Wurzelverzeichnis '/'
\fInicht\fP zu einer korrekten Installation führt! Man benutze \fBdpkg\fP, um
Pakete zu installieren.

\fIVerzeichnis\fP (aber nicht die ihm übergeordneten) wird erzeugt, wenn nötig.
.TP
\fB\-\-fsys\-tarfile\fP
Extrahiert die Dateisystembaumdaten aus einem Binärpaket und sendet sie im
\fBtar\fP-Format auf die Standardausgabe. Zusammen mit \fBtar\fP(1) kann dies
benutzt werden, 

Bug#418526: Can't open file `${prefix}/share/discover/pci.lst' for reading!

2007-04-10 Thread Fabian Greffrath
Package: discover1
Version: 1.7.19
Severity: important

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

Hi!

When I run `discover -d' as root I get the following messages:

# discover -d
Reading PCI hardware database...
Can't open file `/etc/discover/pci.lst' for reading!
Reading PCI hardware database...
Reading PCI hardware database...
Can't open file `${prefix}/share/discover/pci.lst' for reading!
Reading USB hardware database...
Can't open file `/etc/discover/usb.lst' for reading!
Reading USB hardware database...
Reading USB hardware database...
Can't open file `${prefix}/share/discover/usb.lst' for reading!
Reading PCMCIA hardware database...
Can't open file `/etc/discover/pcmcia.lst' for reading!
Reading PCMCIA hardware database...
Reading PCMCIA hardware database...
Can't open file `${prefix}/share/discover/pcmcia.lst' for reading!
Reading PCI hardware database...
Can't open file `/etc/discover/pci-26.lst' for reading!
Reading PCI hardware database...
Reading PCI hardware database...
Can't open file `${prefix}/share/discover/pci-26.lst' for reading!
Reading USB hardware database...
Can't open file `/etc/discover/usb-26.lst' for reading!
Reading USB hardware database...
Reading USB hardware database...
Can't open file `${prefix}/share/discover/usb-26.lst' for reading!
Reading PCMCIA hardware database...
Can't open file `/etc/discover/pcmcia-26.lst' for reading!
Reading PCMCIA hardware database...
Reading PCMCIA hardware database...
Can't open file `${prefix}/share/discover/pcmcia-26.lst' for reading!
Reading PCI hardware database...
Can't open file `/etc/discover/pci-i386.lst' for reading!
Reading PCI hardware database...
Can't open file `/lib/discover/pci-i386.lst' for reading!
Reading PCI hardware database...
Can't open file `${prefix}/share/discover/pci-i386.lst' for reading!
Reading USB hardware database...
Can't open file `/etc/discover/usb-i386.lst' for reading!
Reading USB hardware database...
Can't open file `/lib/discover/usb-i386.lst' for reading!
Reading USB hardware database...
Can't open file `${prefix}/share/discover/usb-i386.lst' for reading!
Reading PCMCIA hardware database...
Can't open file `/etc/discover/pcmcia-i386.lst' for reading!
Reading PCMCIA hardware database...
Can't open file `/lib/discover/pcmcia-i386.lst' for reading!
Reading PCMCIA hardware database...
Can't open file `${prefix}/share/discover/pcmcia-i386.lst' for reading!

Probing PCI cards...
Found nVidia Corporation nForce2 AGP (different version?) 
(bridge)
Found nVidia Corporation nForce2 Memory Controller 1 (Unknown)
Found nVidia Corporation nForce2 Memory Controller 4 (Unknown)
Found nVidia Corporation nForce2 Memory Controller 3 (Unknown)
Found nVidia Corporation nForce2 Memory Controller 2 (Unknown)
Found nVidia Corporation nForce2 Memory Controller 5 (Unknown)
Found nVidia Corporation nForce2 ISA Bridge (bridge)
Found nVidia Corporation nForce2 SMBus (MCP) (Unknown)
Found nVidia Corporation nForce2 USB Controller (usb)
Found nVidia Corporation nForce2 USB Controller (usb)
Found nVidia Corporation nForce2 USB Controller (usb)
Found nVidia Corporation nForce2 Ethernet Controller (ethernet)
Found nVidia Corporation nForce Audio Processing Unit (sound)
Found nVidia Corporation nForce2 AC97 Audio Controler (MCP) 
(sound)
Found nVidia Corporation nForce2 External PCI Bridge (bridge)
Found nVidia Corporation nForce2 IDE (ide)
Found nVidia Corporation nForce2 FireWire (IEEE 1394) 
Controller (bridge)
Found nVidia Corporation nForce2 AGP (bridge)
Found Philips Semiconductors SAA7134/SAA7135HL Video Broadcast 
Decoder (video)
Found ATI Technologies Inc R300 AD [Radeon 9500 Pro] (video)
Found ATI Technologies Inc R300 AD [Radeon 9500 Pro] 
(Secondary) (video)

Probing USB devices...
Found Unknown Unknown
Found Unknown Unknown
Found Unknown Unknown
Found Unknown Unknown

Probing SCSI devices...
Found SPRING MultiCard Slot A (4)
Found SPRING MultiCard Slot C (4)

Probing parallel ports...

Probing serial ports...

Please note the lines stating 

Can't open file 

Bug#406759: Not a synce-serial bug, seams kernel driver bug: ipaq

2007-04-10 Thread Ulrich Möhrke
Hello,

you can close this. I found, that this happens because of changes within the 
kernel driver ipaq. It works fine with changing this again and it works fine 
with normal serial port.

Thanks,
Ulrich


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



Bug#418531: /usr/lib/tiger/systems/Linux/2/check_rcumask: line 132: [: too many arguments

2007-04-10 Thread Marcin Kasperski
Package: tiger
Version: 1:3.2.1-35
Severity: normal

Umask check fails due to empty shell variable.

Without analysing it in detail, let me bet that replacing

[ $UMASK1 != 002 -a $UMASK1 != 022 -o $UMASK2 != 002 -a $UMASK2 != 022 ]

with

[ $UMASK1 != 002 -a $UMASK1 != 022 -o $UMASK2 != 002 -a $UMASK2 != 022 ]

would do...

The problem happens when my /etc/profile contains

 # default umask
 umask 022

After I removed the first from the lines above, the problem
disappeared. But this is of course naive workaround.


Details below


*** Shortest story ***

/usr/lib/tiger/systems/Linux/2/check_rcumask: line 132: [: too many arguments

*** A bit longer story ***

# /usr/lib/tiger/systems/Linux/2/check_rcumask
Configuring...

Will try to check using config for 'GNU/Linux' running Linux 
2.6.16.29-xenU-xp061122...
--CONFIG-- [con005c] Using configuration files for Linux 
2.6.16.29-xenU-xp061122. Using
   configuration files for generic Linux 2.

# Checking for correct umask settings for init scripts...
--WARN-- [misc021w] There are no umask entries in /etc/init.d/rcS
--WARN-- [misc021w] There are no umask entries in /etc/csh.login
/usr/lib/tiger/systems/Linux/2/check_rcumask: line 132: [: too many arguments

*** Very long story ***

# set -x
mekk:/bin/pwd# . /usr/lib/tiger/systems/Linux/2/check_rcumask
+ . /usr/lib/tiger/systems/Linux/2/check_rcumask
++ TigerInstallDir=/usr/lib/tiger
++ basedir=/usr/lib/tiger
++ for parm in '$@'
++ case $parm in
++ for parm in '$@'
++ case $parm in
++ for parm in '$@'
++ case $parm in
++ for parm in '$@'
++ case $parm in
++ '[' '!' -r /usr/lib/tiger/config ']'
++ . /usr/lib/tiger/config
+++ TigerLogDir=/var/log/tiger
+++ TigerWorkDir=/var/run/tiger/work
+++ TigerConfigDir=/etc/tiger
+++ LANG=C
+++ LC_ALL=C
+++ export LANG LC_ALL
+++ '[' YES '!=' YES ']'
++ . /usr/lib/tiger/initdefs
+++ '[' '!' -n echo ']'
+++ trap cleanup 0
++ '[' N = Y ']'
++ echo

++ echo '# Checking for correct umask settings for init scripts...'
# Checking for correct umask settings for init scripts...
++ haveallcmds HEAD TAIL GREP EXPAND SED CAT SORT LS AWK
++ __retval=0
++ for __file in '$@'
++ eval '__cmdstr=$HEAD'
+++ __cmdstr=/usr/bin/head
++ set X /usr/bin/head
++ __cmd=/usr/bin/head
++ '[' '!' -n /usr/bin/head ']'
++ '[' '!' -f /usr/bin/head ']'
++ for __file in '$@'
++ eval '__cmdstr=$TAIL'
+++ __cmdstr=/usr/bin/tail
++ set X /usr/bin/tail
++ __cmd=/usr/bin/tail
++ '[' '!' -n /usr/bin/tail ']'
++ '[' '!' -f /usr/bin/tail ']'
++ for __file in '$@'
++ eval '__cmdstr=$GREP'
+++ __cmdstr=/bin/grep
++ set X /bin/grep
++ __cmd=/bin/grep
++ '[' '!' -n /bin/grep ']'
++ '[' '!' -f /bin/grep ']'
++ for __file in '$@'
++ eval '__cmdstr=$EXPAND'
+++ __cmdstr=/usr/bin/expand
++ set X /usr/bin/expand
++ __cmd=/usr/bin/expand
++ '[' '!' -n /usr/bin/expand ']'
++ '[' '!' -f /usr/bin/expand ']'
++ for __file in '$@'
++ eval '__cmdstr=$SED'
+++ __cmdstr=/bin/sed
++ set X /bin/sed
++ __cmd=/bin/sed
++ '[' '!' -n /bin/sed ']'
++ '[' '!' -f /bin/sed ']'
++ for __file in '$@'
++ eval '__cmdstr=$CAT'
+++ __cmdstr=/bin/cat
++ set X /bin/cat
++ __cmd=/bin/cat
++ '[' '!' -n /bin/cat ']'
++ '[' '!' -f /bin/cat ']'
++ for __file in '$@'
++ eval '__cmdstr=$SORT'
+++ __cmdstr=/usr/bin/sort
++ set X /usr/bin/sort
++ __cmd=/usr/bin/sort
++ '[' '!' -n /usr/bin/sort ']'
++ '[' '!' -f /usr/bin/sort ']'
++ for __file in '$@'
++ eval '__cmdstr=$LS'
+++ __cmdstr=/bin/ls
++ set X /bin/ls
++ __cmd=/bin/ls
++ '[' '!' -n /bin/ls ']'
++ '[' '!' -f /bin/ls ']'
++ for __file in '$@'
++ eval '__cmdstr=$AWK'
+++ __cmdstr=/usr/bin/awk
++ set X /usr/bin/awk
++ __cmd=/usr/bin/awk
++ '[' '!' -n /usr/bin/awk ']'
++ '[' '!' -f /usr/bin/awk ']'
++ return 0
++ Foundumask=0
++ for file in ''\''/etc/init.d/rcS'\''' ''\''/etc/rc.d/init.d/umask.sh'\''' 
''\''/etc/init.d/umask.sh'\''' ''\''/etc/rc.d/init.d/functions'\''' 
''\''/etc/csh.login'\''' ''\''/etc/profile'\'''
++ '[' -r /etc/init.d/rcS ']'
+++ /usr/bin/wc -l
+++ /bin/grep umask /etc/init.d/rcS
++ Occurance=0
++ '[' 0 -eq 1 ']'
++ '[' 0 = 2 ']'
++ '[' 0 = 0 ']'
++ message WARN misc021w '' 'There are no umask entries in /etc/init.d/rcS'
++ _level=WARN
++ _msgid=misc021w
++ _trail=
++ _mesg='There are no umask entries in /etc/init.d/rcS'
++ __len=79
++ ignore_message 'WARN misc021w There are no umask entries in /etc/init.d/rcS'
++ __retval=1
++ __mesgcheck='WARN misc021w There are no umask entries in /etc/init.d/rcS'
++ '[' -n /etc/tiger/tiger.ignore ']'
++ '[' -f /etc/tiger/tiger.ignore ']'
+++ /bin/egrep -v -f /etc/tiger/tiger.ignore
+++ echo 'WARN misc021w There are no umask entries in /etc/init.d/rcS'
++ '[' -z 'WARN misc021w There are no umask entries in /etc/init.d/rcS' ']'
++ return 1
++ '[' N = N ']'
++ '[' WARN = INFO -a xN = xN ']'
++ /usr/bin/awk '
  BEGIN {
printf(--%s-- [%s] , WARN, misc021w);
vl = length(WARN) + 5;
spaces=;
for(i=0;ivl;i++)
   spaces=spaces  ;
ll = vl + length(misc021w) + 3;
  }
  {
if(ll==0){
  printf(%s, spaces);
  

Bug#418532: bzexe refers wrongly to /usr/bin/bzip2

2007-04-10 Thread Christer Stenbrenden
Package: bzip2
Version: 1.0.3-6

When compressing binaries with bzexe, the script header refers wrongly
to /usr/bin/bzip. The correct path is /bin/bzip2.

Extract from a bzexe generated file:

...
if /usr/bin/tail -n +$skip $0 | /usr/bin/bzip2 -cd  $tmpfile; then
...

The hardcoded reference to /usr/bin/bzip2 is found on line 124 in the bzexe
script.

I am using Debian GNU/Linux sid, custom kernel 2.6.20.6 and libc6-2.5-0exp6.

-- 
**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--**--
Christer Stenbrenden   Email : [EMAIL PROTECTED]
mnemonic AS, Wergelandsvn. 25  Phone : +47 4541 5077
N-0167 Oslo, NORWAYFax   : +47 2320 4701 


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



Bug#418533: rdesktop: segfaults always

2007-04-10 Thread Olaf Zaplinski

Package: rdesktop
Architecture: i386
Version: 1.5.0-1
Severity: grave

I always get segfaults when trying to login to a W2K RDP server after 
entering my login data:


$ rdesktop winsrvr
WARNING: Remote desktop does not support colour depth 16; falling back to 8
Segmentation fault



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



Bug#418419: vtun: doesn't work in etch

2007-04-10 Thread Martín Ferrari

Hi,

On 4/10/07, Arseny Klimovsky [EMAIL PROTECTED] wrote:


Sorry, I'm sending the bug report not from the system, on which it appears.

kernel 2.6.8-2-386
udev is installed



You're using an old kernel, you should update to a current one
(install linux-image-2.6-486). Udev can't be working on your machine,
as you can read in /usr/share/doc/udev/README.Debian.gz:

The running kernel must be not older than 2.6.15 and must support the
hotplug subsystem (CONFIG_HOTPLUG) and tmpfs (CONFIG_TMPFS).

That's why the package doesn't try to create the nodes, as with a
current kernel everything should work automatically.

--
Martín Ferrari


Bug#418524: Acknowledgement (tora: Bad input and output of cyrillic symbols)

2007-04-10 Thread Renat Sabitov

This is way to solve problem (tested by myself):

from http://www.nabble.com/No-Umlaut-with-tora-t1649798.html

by Dandrea Francesco May 19, 2006;

There is a bug in Qscintilla with the management of Utf8.
I sent a patch to the Qscintilla developer that fixed the problem (it's 
in Qscintilla CVS I think). It's attached to the mail.
If you downolad the Qscintilla source, apply the patch, and compile all, 
you can then modify the Tora source putting the call

this-setUtf8(true);
in the constructor of toMarkedText.
I have other problems with italian accented letters, (they always 
appears as a square...), but if you are able to see umlaut maybe it will 
works for you. Otherwise you have to look to the oracle connection 
management probably


--
Renat Sabitov   e-mail: [EMAIL PROTECTED]
Stack Soft jid: [EMAIL PROTECTED]
--- /cygdrive/c/Documents and 
Settings/so000377/Desktop/qscintilla-1.65-gpl-1.6/qt/qextscintilla.cpp
2005-08-30 20:39:28.0 +0200
+++ qextscintilla.cpp   2006-03-21 14:30:19.013214900 +0100
@@ -2539,16 +2539,14 @@
 
 
 // Return a position from a line number and an index within the line.
 long QextScintilla::posFromLineIndex(int line,int index)
 {
-   long pos = SendScintilla(SCI_POSITIONFROMLINE,line) + index;
-   long eol = SendScintilla(SCI_GETLINEENDPOSITION,line);
-
-   if (pos  eol)
-   pos = eol;
-
+long pos=SendScintilla(SCI_POSITIONFROMLINE,line);
+for(int i=0;iindex;i++)
+  pos=SendScintilla(SCI_POSITIONAFTER,pos);
+   
return pos;
 }
 
 
 // Return a line number and an index within the line from a position.


Bug#418534: swfdec-mozilla: Missing dependencies

2007-04-10 Thread Mika Tiainen
Package: swfdec-mozilla
Version: 0.4.3-1
Severity: important

The package is missing library dependencies:

[EMAIL PROTECTED]:~$ ldd /usr/lib/mozilla/plugins/libswfdecmozilla.so | grep 
'not found'
libplds4.so = not found
libplc4.so = not found
libnspr4.so = not found
libswfdec-0.4.so.2 = not found

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.21-rc4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages swfdec-mozilla depends on:
ii  libasound2  1.0.13-2 ALSA library
ii  libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface 
ii  liboil0.3   0.3.10-1.1   Library of Optimized Inner Loops
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

swfdec-mozilla recommends no packages.

-- no debconf information


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



Bug#416243: Acknowledgement (kpdf: watch file does not work)

2007-04-10 Thread Meelis Roos

Hmm, I discovered yesterday that it has started to work - probably after 
some Debian unstable daily updates. So not reproducible any more.

-- 
Meelis Roos ([EMAIL PROTECTED])


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



Bug#418535: Grub on wrong HDD after Etch installation

2007-04-10 Thread Erno Vaurio

Package: grub-installer
Version: 1.22

Hello, my computer has 2 hdd's, one serial ATA behind a Silicon Image 
3112 chipset and one IDE as a secondary slave. I chose to install Etch 
(stable) on a partition in the serial ata drive (sda), which went on 
without problems. My motherboard, ABIT NF7-S rev 1.1 has an option in 
BIOS to boot from serial ATA, so naturally I assumed grub would be 
installed on the boot sector of sda. This wasn't the case, as grub was 
installed on the PATA (IDE) drive hdb. I was able to overcome this by 
simply choosing to boot from the IDE drive in BIOS, but I think this 
behavior warrants a fix.




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



Bug#418536: apache2 can't be removed if stoppped

2007-04-10 Thread Noel Torres

Package: apache2.2-common
Version: 2.2.3-4


Trying to remove apache2-mpm-worker with the server stopped does not work:

Desinstalando apache2-mpm-worker ...
Stopping web server (apache2)... failed!
invoke-rc.d: initscript apache2, action stop failed.
dpkg: error al procesar apache2-mpm-worker (--remove):
 el subproceso pre-removal script devolvió el código de salida de error 1
Se encontraron errores al procesar:
 apache2-mpm-worker
E: Sub-process /usr/bin/dpkg returned an error code (1)

That forced me to start the server, because I needed it removed anyway.

Solutions: either allow /etc/init.d/apache2 (package apache2.2-common) 
to success if there is no apache2 process to stop, or modify pre-removal 
script (package apache2-mpm-worker) to work if server is not running. I 
think the last would must be done in more packages, like the prefork one.


BTW, congratulations for etch's release :)

Noel Torres
er Envite


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



Bug#417333: FYI, may be have similar problem on another type of HW

2007-04-10 Thread Olivier Berger
Thanks.

I'm setting echo 1 /proc/sys/kernel/panic_on_oops ... and will try to
report on the actual error which happens first.

Many thanks.

Le lundi 02 avril 2007 à 18:29 +0200, Oleg Verych a écrit :

 
 Please look at suggested in the link debugging tools, in case you will hit
 *your* bug again, because it has some traces of other fault:
 
 ,-*-
 | [...] dst_output
 | [...] ip_queue_xmit
 | [...] dst_output
 | [...] tcp_transmit_skb
 | [...] tcp_push_one
 | [...] tcp_sendmsg
 | [...] inet_sendmsg
 | [...] do_sock_write
 | [...] sock_writev
 | [...] do_wp_page
 | [...] __handle_mm_fault -- here
 | [...] autoremove_wake_function
 | [...] __next_cpu
 | [...] sock_writev
 | [...] do_readv_writev
 | [...] vfs_writev
 | [...] sys_writev
 | [...] sysenter_past_esp
 |Code: 
 |EIP: [c024c735] tcp_tso_segment ...
 | 0Kernel panic - not syncing: Fatal exception in interrupt
 `-*-
 
 And that fault was preempted by the interrupt, thus we see a panic.
 
 So, this is my view on that. Hope it helps, also.
 
-- 
Olivier BERGER [EMAIL PROTECTED]
Ingénieur Recherche - Dept INF
INT Evry (http://www.int-evry.fr)
OpenPGP-Id: 1024D/6B829EEC






Bug#418422: Should I care ?

2007-04-10 Thread Christian Perrier
This bug was probably introduced during the rewrite, sorry for
this. Such bugs come from trailing spaces in the original templates
filessomething pretty hard to spot.

Indeed, there are two places in the rewritten templates with this
error: the one spotted by Helge and another one after the comma that
follows Alternatively.

I will take care of these when translation updates will be sent.



signature.asc
Description: Digital signature


Bug#418538: write errors bring dar to infinite loop

2007-04-10 Thread Robert Millan
Package: dar
Version: 2.2.1-1
Severity: normal

dar was writing to a file in a mounted samba filesystem.  The server died,
generating write errors in the client side.  As a consequence, dar went
crazy into a user-mode infinite loop.

  - A file descriptor is open for writing to a *.dar.1 file that formerly was
  in the samba mounted filesystem.

  - No syscalls are ever performed (checked with strace).

  - gdb backtrace (with symbols):

#0  0xb7df61ac in libdar::compressor::gzip_write (this=0x80b1e40, a=0x19000 
Address 0x19000 out of bounds, size=73158) at wrapperlib.hpp:86
#1  0xb7df73d4 in libdar::compressor::inherited_write (this=0x80b1e40, 
a=0xb7ee0520 U\211�\203�X\211]�\213E\b\211u�\211}�\213P\004趿��\201ú\a,
size=3085829408) at compressor.hpp:86
#2  0xb7e4b3df in libdar::generic_file::write (this=0x82fe9f0, a=0xb7ee0520 
U\211�\203�X\211]�\213E\b\211u�\211}�\213P\004趿��\201ú\a, size=3085829408)
at generic_file.cpp:112
#3  0xb7e4b7df in libdar::generic_file::copy_to (this=0x833c520, [EMAIL 
PROTECTED]) at generic_file.cpp:158
#4  0xb7e4b821 in libdar::generic_file::copy_to (this=0x833c520, [EMAIL 
PROTECTED], [EMAIL PROTECTED]) at generic_file.cpp:166
#5  0xb7e4687f in save_inode ([EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL 
PROTECTED], stock=0x80b1e40, info_details=32, [EMAIL PROTECTED],
compr_used=3085829408, [EMAIL PROTECTED], alter_atime=false) at 
filtre.cpp:879
#6  0xb7e381e5 in libdar::filtre_sauvegarde ([EMAIL PROTECTED], [EMAIL 
PROTECTED], [EMAIL PROTECTED], stockage=0x80b1e40, [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], info_details=true, [EMAIL PROTECTED], 
make_empty_dir=true, save_ea_root=false, save_ea_user=false,
[EMAIL PROTECTED], [EMAIL PROTECTED], nodump=false, [EMAIL PROTECTED], 
alter_atime=false, same_fs=false, ignore_owner=false)
at defile.hpp:53
#7  0xb7eff102 in libdar::archive::op_create_in (this=0x809a318, [EMAIL 
PROTECTED], create_not_isolate=true, [EMAIL PROTECTED], [EMAIL PROTECTED],
ref_arch=0x0, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], 
[EMAIL PROTECTED], allow_over=true, warn_over=true,
info_details=true, pause=false, empty_dir=true, algo=bzip2, 
compression_level=6, [EMAIL PROTECTED], [EMAIL PROTECTED], root_ea=false,
user_ea=false, [EMAIL PROTECTED], crypto=crypto_blowfish, [EMAIL 
PROTECTED], crypto_size=10240, [EMAIL PROTECTED], [EMAIL PROTECTED],
nodump=false, [EMAIL PROTECTED], empty=false, alter_atime=false, 
same_fs=false, ignore_owner=false) at archive.cpp:719
#8  0xb7ef2745 in archive (this=0x809a318, [EMAIL PROTECTED], [EMAIL 
PROTECTED], [EMAIL PROTECTED], ref_arch=0xb7ee0520, [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], allow_over=true, 
warn_over=true, info_details=true, pause=false, empty_dir=true,
algo=3085829408, compression_level=3085829408, [EMAIL PROTECTED], [EMAIL 
PROTECTED], root_ea=false, user_ea=false, [EMAIL PROTECTED],
crypto=3085829408, [EMAIL PROTECTED], crypto_size=3085829408, [EMAIL 
PROTECTED], [EMAIL PROTECTED], nodump=false, ignore_owner=false,
[EMAIL PROTECTED], empty=false, alter_atime=false, same_fs=false, [EMAIL 
PROTECTED]) at archive.cpp:140
#9  0x0806e2db in little_main ([EMAIL PROTECTED], argc=-1209137888, 
argv=0xb7ee0520, env=0xb7ee0520) at stl_alloc.h:652
#10 0x08076dc3 in dar_suite_global (argc=72, argv=0xbf8a4ce4, env=0xb7ee0520, 
call=0x806dbd0 little_main) at dar_suite.cpp:94
#11 0x0806dbcb in main (argc=-1209137888, argv=0xb7ee0520, env=0xb7ee0520) at 
dar.cpp:56

Sometimes the backtrace starts with this instead:

#0  0xb7c8d975 in BZ2_bzCompress () from /usr/lib/libbz2.so.1.0
#1  0xb7ee0d62 in libdar::wrapperlib::bz_compress (this=0x82fe9f0, 
flag=134997624) at wrapperlib.cpp:323

We can't reproduce the problem anymore, but the dar process is still running.
Let me know if you want me to poke for other information from it.

-- System Information:
removed irrelevant information (the problem happens on a sarge i386)


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



  1   2   3   4   5   >