Bug#292831: udev: udev prevents X from beeing started

2005-01-30 Thread Hamish Moffatt
On Mon, Jan 31, 2005 at 05:31:03AM +0100, Joey Hess wrote:
 Marco d'Itri wrote:
  My package works as designed, but let me know if you can design
  something better.
 
 Oh, so it's udev that's responsible for what IIRC is a race that can
 cause X to not see the ps/2 mouse if the module is loaded as part of X's
 setup? Nice design. :-P
 
 FWIW, we have worked around this bug in d-i unstable for at least i386
 and amd64 by always putting psmouse in /etc/modules.

I did an amd64 install last week from the (then) current install image
and didn't end up with psmouse in /etc/modules; I added it by hand when
I found that udev was preventing X from starting. :-(

I am yet to submit a report; my bad.

Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]


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



Bug#270261: workaround

2005-01-30 Thread Vassilii Khachaturov
In case it was not apparent from my original mail, a workaround
exists -- just launch webmagick with the locale reset to C, as in

LANG=C webmagick


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



Bug#255655: retested with firefox/1.0

2005-01-30 Thread Vassilii Khachaturov
Still broken --
Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.5) Gecko/20050110 Firefox/1.0 
(Debian package 1.0+dfsg.1-2)

BTW my last email on this bug should have said
...the default should be (3) for UNIX (or whatever else has
sendmail present) and (4) for non-UNIX systems.
rather than same with (2) and (3) instead of (3) and (4) --
I had added a preceding item later and renumbered them,
but forgot to change the last sentence of that paragraph.



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



Bug#155752: Fo'rg'et the do'ct'or, get m;eds o'n-li'ne ! EGUYOQ

2005-01-30 Thread Ethel Costello

Whe'n was the l'ast time
..You ha'd to wait ho'urs to get your Per'scr'ipt'ion ?
..You ove'r paid for your Perscription me'dica'tion ?
..You di'dn't feel like leaving the h'ouse to go get your Per'scrip'tion =
Me'ds?
..You wis'hed that your per'scri'ption med'ic'ation could be deliv'red to=
 your d'oor?

Wi'sh no m'ore! Get you Free p'ersc'ription  on-line...
..and sa've hund'eds of dolla'rs on your pers'cri'ption  medic'ation !
..No Wait'ing Lines 
..Fast and Easy Shi'pping
..Discre'et Packaging
..Fully Conf'idential
http://nzznpmmu246.dxpsorthnk.com/c/
http://iyanvokw246.dyethsnrjui.com/bye/


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



Bug#291563: mozilla-thunderbird-locale-it: localization for thunderbird 1.0

2005-01-30 Thread Vittorio Palmisano
close #291563
thanks

Mario ha scritto:
 
 Can you package the italian localization for thunderbird 1.0 (already in 
 unstable)? 
 

italian localization is now on unstable



-- 
/Vittorio Palmisano/
Home Page: http://redclay.altervista.org


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



Bug#292817: timeout: Please support more time formats

2005-01-30 Thread Cyril Bouthors
Package: timeout
Version: 1.11-6.1
Severity: wishlist

Please support more time formats, like tmpreaper does.  Here's a quote
From the manual:

   The time_spec should be a number, defaulting to hours,
   optionally suffixed by one character: d for days, h for
   hours, m for minutes, or s for seconds.

It would be nice to be able to call timeout like this:
   timeout 6h foo
instead of:
   timeout 21600 foo

It's more readable and quite useful for very long lasting nightly cron
jobs like backups.

I guess the time format parsing can be easily pasted from tmpreaper.

Thanks.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=EN_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages timeout depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information

-- 
Cyril Bouthors


pgpUlWFG1IgcT.pgp
Description: PGP signature


Bug#292819: getfacl only takes filenames with maximum length _POSIX_PATH_MAX via stdin

2005-01-30 Thread Andree Leidenfrost
Package: acl
Version: 2.2.26-1
Severity: normal
Tags: patch

Dear Nathan

getfacl uses a string of length _POSIX_PATH_MAX (256 characters) when 
reading in filenames via stdin (e.g. 'echo filename | getfacl -'). 
Therefore filenames (including path) longer than that fail. The linux kernel 
headers define PATH_MAX in /usr/include/linux/limits.h to be 4096 characters.
So files (including paths) may exist up to that length on a linux system.

If one provides the filename as an argument (getfacl filename) the above
limitation does not exist (which is also inconsistent).

It would be great if getfacl could be changed to accept filenames up to 
the maximum length supported by linux, i.e. PATH_MAX (4096 characters).

I attach a little patch that implements this.

To give you a little bit of background, I'm the co-maintainer of the 
mondo package. A user has raised an issue with getfacl not working for 
some of his files on the mondorescue mailing list which I have tracked 
down to the above issue.

Best regards  thanks a lot
Andree

PS: There may be reasons why this absolutely has to be _POSIX_PATH_MAX 
which I'm not aware of. I have searched Google but may have overlooked 
something. If so, I would be very grateful for an explanation.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages acl depends on:
ii  libacl1 2.2.26-1 Access control list shared library
ii  libattr12.4.18-1 Extended attribute shared library
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information
--- getfacl.c.orig	2005-01-30 21:14:43.0 +1100
+++ getfacl.c	2005-01-30 21:14:57.0 +1100
@@ -607,7 +607,7 @@
 
 char *next_line(FILE *file)
 {
-	static char line[_POSIX_PATH_MAX], *c;
+	static char line[PATH_MAX], *c;
 	if (!fgets(line, sizeof(line), file))
 		return NULL;
 


Bug#292818: apt-proxy: Significant performance improvement on UML

2005-01-30 Thread Paul Wagland
Package: apt-proxy
Version: 1.9.25
Severity: important
Tags: patch

Hi,

On User Mode Linux, because of the fact that all system calls are
thunked, the trick that you use to ignore the standard output actually
takes a lot of time and CPU. By redirecting stdout to /dev/null the
performance of apt-proxy improves significantly. In the attached patch,
I do exactly that. I have not played with stderr, since there is
commented out debugging code that will use the value that is calculated.
That said, if it could be removed, I would lose no sleep ;-)

Anyway, timings on my system (second run for both, so they are both
running off of disk cache):

old: Fetched 19.7MB in 23s (830kB/s)
new: Fetched 19.7MB in 15s (1242kB/s)

This will also make a difference on non-UML hosts, but the change will
probably not be so great.

Cheers,
Paul

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apt-proxy depends on:
ii  bzip2 1.0.2-3high-quality block-sorting file co
ii  debconf   1.4.42 Debian configuration management sy
ii  logrotate 3.7-2  Log rotation utility
ii  python2.3.4-6An interactive high-level object-o
ii  python-apt0.5.10 Python interface to libapt-pkg
ii  python-bsddb3 3.3.0-6Python interface to libdb3
ii  python-twisted1.3.0-6Event-based framework for internet

-- debconf information:
  apt-proxy/upgrading-v2:
  apt-proxy/upgrading-v2-result:
Index: apt_proxy/apt_proxy.py
===
RCS file: /cvsroot/apt-proxy/apt-proxy/apt_proxy/apt_proxy.py,v
retrieving revision 1.104
diff -u -r1.104 apt_proxy.py
--- apt_proxy/apt_proxy.py  26 Jan 2005 10:31:52 -  1.104
+++ apt_proxy/apt_proxy.py  30 Jan 2005 10:00:29 -
@@ -148,7 +148,8 @@
 return
 
 log.debug(starting verification:  + exe +   + str(args))
-self.process = reactor.spawnProcess(self, exe, args)
+   self.nullhandle = open(/dev/null, w)
+self.process = reactor.spawnProcess(self, exe, args, childFDs = { 
0:w, 1:self.nullhandle.fileno(), 2:r })
 self.laterID = reactor.callLater(self.factory.timeout, self.timedout)
 
 def connectionMade(self):


Bug#292821: Please put crontabs in /var/lib, not /var/spool

2005-01-30 Thread Jeroen van Wolffelaar
Package: cron
Version: 3.0pl1-86
Severity: normal

Hi,

Currently, crontabs are stored in /var/spool. In my reading and
interpretation of the FHS, /var/lib is more appropriate for it.

crontabs are not spool data in the sense that is stored temporarily
there awaiting later processing, what is the case with 'at', or mail
spool, or lpd spool, etc, but rather it's a dynamic configuration of
when to execute what on the system. It's the via-user-program editable
configuration of cron, analogous to /etc/cron.d, which matches /var/lib
much better.

It's also more convenient to have crontabs in /var/lib, as usually
/var/spool makes no sense to be backupped, by the time the backup is
done, the data is outdated, while all of /var/lib naturally make much
sense to backup. And crontabs fall in the 'makes sense to backup'
category.

Of course, because of the freeze, this is a post-sarge issue.

Thanks,
--Jeroen

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

Versions of packages cron depends on:
ii  adduser 3.59 Add and remove users and groups
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libpam0g0.76-22  Pluggable Authentication Modules l

-- debconf information:
* cron/checksecurity:

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED]
http://jeroen.A-Eskwadraat.nl


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



Bug#271427: another Debian font bug

2005-01-30 Thread Danilo egan
Hi Steve,

Today at 1:38, Steve Langasek wrote:

 I don't imagine that a private use glyph is anything we should be overly
 worried about release-wise...

Provided how simple it is to actually integrate them as well, I see no
reason not to.  Adobe PUA is guaranteed to be static, and it's not
really private either.  I see no benefit in dropping them, and if
you include them, there'll be less chances of multiple conflicting
packages around, and people could actually start to build their
software expecting to have these alternate glyphs.

Of course, them missing should not block the release or be considered
critical.

Cheers,
Danilo


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



Bug#292823: ipw2100-source: new upstream version 1.0.3 available

2005-01-30 Thread Chris Vanden Berghe
Package: ipw2100-source
Version: 1.0.2-1
Severity: wishlist


Just to let you know that there is a new version of ipw2100 available, which
fixes an important bug with power management.

# Fixed #496 problem with wrong arguments being passed to set_security (thanks 
to Henrik Brix Andersen)
# Fixed #407 problem with disassociation events not being sent to user space 
when firmware is being restarted
# Fixed #523 problem with suspend not working (thanks to Stefan Dosinger and 
Henrik Brix Andersen)
# Fixed #545 type-o in error message (thanks to Henrik Brix Andersen)
# Fixed problem with stats not being usable by non iwconfig wireless tools
# Sync of ieee80211 with ipw2200 v0.22

Cheers,
Chris.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10.t41-1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ipw2100-source depends on:
ii  debconf [debconf-2.0] 1.4.42 Debian configuration management sy
ii  debhelper 4.2.30 helper programs for debian/rules
ii  module-assistant  0.7.2  tool to make module package creati

-- debconf information:
* ipw2100/firmware_note:


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



Bug#292803: luola-levels: no levels found

2005-01-30 Thread Christian T. Steigies
On Sat, Jan 29, 2005 at 08:45:16PM -0600, Bruno Engelmann wrote:
 Package: luola-levels
 Version: 5.1-1
 Severity: grave
 Justification: renders package unusable
 
 After upgrading to the latest version of luola-levels (5.1-1), luola gives
 me the message: No levles found in the data directory
 /usr/share/games/luola/levels/. There does seem to be level files in
 this directory, and I my user account can read them. Perhaps these
 levels require a new version of luola?

Which version of luola do you have installed? 1.2.6 uses a new level format,
so the old (4.0) levels will not work anymore with that version. I didn't
realize that the new levels do not work with the old luola either...
Can you please upgrade luola to 1.2.6-1 and try again?

Christian


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



Bug#237118: nautilus: opening an http location adds a bunch of translated File menus

2005-01-30 Thread Marius Gedminas
On Sun, Jan 30, 2005 at 01:31:56AM +0100, Sebastien Bacher wrote:
 Le dimanche 30 janvier 2005 à 02:13 +0200, Marius Gedminas a écrit :
 
  On my laptop (which now runs Ubuntu Hoary) I get (translating from
  Lithuanian) Cannot open http://www.debian.org: it is not a folder.
 
 Right, nautilus is only a file-manager now so it tries to open a network
 share (like a webdav one), not a webpage.

I think there was a time when you could apt-get install nautilus-gtkhtml
or something, and then it knew how to render HTML files in a nautilus
window.

  www.debian.org, and I got what looks like a word processor embedded in
  a new Nautilus window, displaying an empty page.  There are no extra
  translated menu items.
 
 so no bug here neither ? Do you think we can close this bug ?

Sure.

Marius Gedminas
-- 
C++ is a loaded machine gun helpfully pointed at your feet with the safety off.
-- ChaosDiscord on Slashdot



Bug#292824: ITA: webcheck - WWW site link checker

2005-01-30 Thread Christian Aichinger
Package: wnpp
Severity: normal

webcheck doesn't have an O/RFA bug filed against WNPP, but it has it's
maintainer set to the Debian QA Group, and the last debian/changelog
entry says:
  * orphan this package; set maintainer to
Debian QA Group [EMAIL PROTECTED]
For the orphaning message see according bug entry in
http://bugs.debian.org/wnpp

I'd like to maintain the package, since I've used it for some time. It's
my first package, and I've read the relevant documentation [Debian
Policy,
Debian NM Guide, Debian Developers Ref., Debian Python Policy, ..]

Cheers,
Greek0


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



Bug#292825: gdesklets-data should depends on python-xdg

2005-01-30 Thread Jien He
Package: gdesklets-data
Version: 0.32
Severity: normal

If not have python-xdg installed, the StartBar will having the following
issue:

File /usr/local/lib/gdesklets/factory/SensorFactory.py, line 59, in
create_sensor
module = __import__(name)
File ./StarterBar/__init__.py, line 2, in ?
from IconSet import IconSet
ImportError: cannot import name IconSet

After having python-xdg installed, the problem will be solved.

python-xdg is only a recommands package for gdesklets-data now,
It should be a depends package for gdesklets-data.

-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=zh_CN, LC_CTYPE=zh_CN (charmap=GB2312) (ignored: LC_ALL set
to zh_CN)

Versions of packages gdesklets-data depends on:
ii gdesklets 0.32-1 an advanced architecture for deskt
ii python 2.3.4-5 An interactive high-level object-o

begin:vcard
fn;quoted-printable:=E4=BD=95=E9=94=AE
n;quoted-printable:;=E4=BD=95=E9=94=AE
org;quoted-printable;quoted-printable:=E4=B8=9C=E8=BD=AF=E9=87=91=E7=AE=97=E7=9B=98=E8=BD=AF=E4=BB=B6=E6=9C=89=E9=
	=99=90=E5=85=AC=E5=8F=B8;=E7=A0=94=E5=8F=91=E4=B8=AD=E5=BF=83
adr;quoted-printable;quoted-printable;quoted-printable:;;=E6=B1=9F=E5=8C=97=E5=8C=BA=E7=BA=A2=E7=9F=B3=E8=B7=AF12=E5=8F=B7;=E9=87=8D=E5=BA=86=E5=B8=82;;400020;=E4=B8=AD=E5=9B=BD
email;internet:[EMAIL PROTECTED]
tel;work:86-23-67634007
tel;fax:86-23-67634571
tel;cell:13508327783
note;quoted-printable:AIM/ICQ: hejgasoftcomcn=0D=0A=
	Yahoo: hejgasoft
url:http://www.gasoft.com.cn
version:2.1
end:vcard



Bug#268425: main-menu: backing up at critical priority is confusing

2005-01-30 Thread Petter Reinholdtsen
tags 268425 + pending
thanks

I agree, we need to do something about this.  Perhaps the patch isn't
perfect, but I just commited it to svn anyway, to get more people to
test it.


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



Bug#292828: galeon: galeon crashes on myportal: reloaded

2005-01-30 Thread Stephan A Suerken
Package: galeon
Version: 1.3.19-1
Severity: normal

Hi,

doing this

# adduser test
# su test
? galeon
In GUI, press reload icon

galeon segfaults:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1225731424 (LWP 2913)]
0xb5aebdc1 in NSGetModule () from /usr/lib/mozilla/components/libimglib2.so
(gdb) bt
#0  0xb5aebdc1 in NSGetModule () from /usr/lib/mozilla/components/libimglib2.so
#1  0xb5aec061 in NSGetModule () from /usr/lib/mozilla/components/libimglib2.so
#2  0xb5aef5bf in NSGetModule () from /usr/lib/mozilla/components/libimglib2.so
#3  0xb6b1a072 in NSGetModule () from /usr/lib/mozilla/components/libnecko.so
#4  0xb6ab9d9f in NSGetModule () from /usr/lib/mozilla/components/libnecko.so
#5  0xb6ab9d22 in NSGetModule () from /usr/lib/mozilla/components/libnecko.so
#6  0xb7f7b3d1 in nsInputStreamReadyEvent::EventHandler () from 
/usr/lib/mozilla/libxpcom.so
#7  0xb7f919f7 in PL_HandleEvent () from /usr/lib/mozilla/libxpcom.so
#8  0xb7f91924 in PL_ProcessPendingEvents () from /usr/lib/mozilla/libxpcom.so
#9  0xb7f935b9 in nsEventQueueImpl::NotifyObservers () from 
/usr/lib/mozilla/libxpcom.so
#10 0xb5a9bcf5 in nsBaseWidget::FreeNativeData () from 
/usr/lib/mozilla/components/libwidget_gtk2.so
#11 0xb7250bbf in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#12 0xb722b4f2 in g_main_depth () from /usr/lib/libglib-2.0.so.0
#13 0xb722c568 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#14 0xb722c8a0 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#15 0xb722ce43 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#16 0xb73943c8 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#17 0x0807b61f in main ()

Hope this helps,

Stephan

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=en_GB.ISO-8859-15, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages galeon depends on:
ii  debconf  1.4.30.11   Debian configuration management sy
ii  galeon-common1.3.19-1GNOME web browser for advanced use
ii  gconf2   2.8.1-4 GNOME configuration database syste
ii  gnome-control-center 1:2.8.1-3   The GNOME Control Center for GNOME
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libeel2-22.8.2-1 Eazel Extensions Library (for GNOM
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.1-1   Library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-9 The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libhowl0 0.9.8-2 Library for Zeroconf service disco
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libnautilus2-2   2.8.2-2 libraries for nautilus components 
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libtasn1-2   0.2.10-3Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 

Bug#292501: dash doesn't parse $ENV when invoked with -c

2005-01-30 Thread Gerrit Pape
tags 292501 + patch
forwarded 292501 upstream
quit.

On Thu, Jan 27, 2005 at 01:17:00PM +0100, Jörg Sommer wrote:
 man dash says:
  If the environment variable ENV is set on entry to a shell, or is set in
  the .profile of a login shell, the shell next reads commands from the
  file named in ENV.  Therefore, a user should place commands that are to
 ...
  substituting for ``.shinit'' any filename you wish.  Since the ENV file
  is read for every invocation of the shell, including shell scripts and
^
  non-interactive shells, the following paradigm is useful for restricting
 
 But dash behaves:
 
 $ echo $ENV
 /home/joerg/.shrc
 $ head -4 $ENV
 # ~/.shrc: executed by sh(1) for non-login shells.
 # throught $ENV set in ~/.profile
 
 echo $0 shrc
 (joerg):~$ dash -c true
 (joerg):~$ posh -c true
 posh shrc

Yes, the documentation doesn't match the code here, thanks for pointing
at this.  The change has been made in dash with version 0.3.8-25 in
2001, for a good reason I think.  The open group IEEE Std 1003.1 spec
also agrees[0].

I suggest the first patch attached to fix the documentation.  freebsd
made the same code change in 1997, and added a paragraph to the man
page[1].  The second patch attached changes dash.1 similar, I would
prefer the first one htough.

Regards, Gerrit.

[0] http://www.opengroup.org/onlinepubs/009695399/utilities/sh.html
[1] http://www.freebsd.org/cgi/cvsweb.cgi/src/bin/sh/sh.1.diff?r1=1.13r2=1.14
-- 
Open projects at http://smarden.org/pape/.
Index: src/dash.1
===
RCS file: /cvs/dash/src/dash.1,v
retrieving revision 1.1
diff -u -r1.1 dash.1
--- src/dash.1  3 Jul 2004 12:52:54 -   1.1
+++ src/dash.1  30 Jan 2005 11:01:08 -
@@ -143,7 +143,7 @@
 if they exist.
 If the environment variable
 .Ev ENV
-is set on entry to a shell, or is set in the
+is set on entry to an interactive shell, or is set in the
 .Pa .profile
 of a login shell, the shell next reads
 commands from the file named in
@@ -151,7 +151,7 @@
 Therefore, a user should place commands that are to be executed only at
 login time in the
 .Pa .profile
-file, and commands that are executed for every shell inside the
+file, and commands that are executed for every interactive shell inside the
 .Ev ENV
 file.
 To set the
@@ -165,31 +165,6 @@
 substituting for
 .Dq .shinit
 any filename you wish.
-Since the
-.Ev ENV
-file is read for every invocation of the shell, including shell scripts
-and non-interactive shells, the following paradigm is useful for
-restricting commands in the
-.Ev ENV
-file to interactive invocations.
-Place commands within the
-.Dq case
-and
-.Dq esac
-below (these commands are described later):
-.Pp
-.Bl -item -compact -offset indent
-.It
-.Li case $- in *i*)
-.Bl -item -compact -offset indent
-.It
-.Li # commands for interactive use only
-.It
-.Li ...
-.El
-.It
-.Li esac
-.El
 .Pp
 If command line arguments besides the options have been specified, then
 the shell treats the first argument as the name of a file from which to
Index: src/dash.1
===
RCS file: /cvs/dash/src/dash.1,v
retrieving revision 1.1
diff -u -r1.1 dash.1
--- src/dash.1  3 Jul 2004 12:52:54 -   1.1
+++ src/dash.1  30 Jan 2005 11:06:02 -
@@ -165,38 +165,22 @@
 substituting for
 .Dq .shinit
 any filename you wish.
-Since the
-.Ev ENV
-file is read for every invocation of the shell, including shell scripts
-and non-interactive shells, the following paradigm is useful for
-restricting commands in the
-.Ev ENV
-file to interactive invocations.
-Place commands within the
-.Dq case
-and
-.Dq esac
-below (these commands are described later):
-.Pp
-.Bl -item -compact -offset indent
-.It
-.Li case $- in *i*)
-.Bl -item -compact -offset indent
-.It
-.Li # commands for interactive use only
-.It
-.Li ...
-.El
-.It
-.Li esac
-.El
-.Pp
 If command line arguments besides the options have been specified, then
 the shell treats the first argument as the name of a file from which to
 read commands (a shell script), and the remaining arguments are set as the
 positional parameters of the shell ($1, $2, etc).
 Otherwise, the shell
 reads commands from its standard input.
+.Pp
+Unlike older versions of
+.Nm
+the
+.Ev ENV
+script is only sourced on invocation of interactive shells.
+This closes a well-known, and sometimes easily exploitable security hole
+related to poorly thought out
+.Ev ENV
+scripts.
 .Ss Argument List Processing
 All of the single letter options have a corresponding name that can be
 used as an argument to the


Bug#292822: apt-get segfaulting after fresh install on kernel 2.4 (in chroot environment all is ok)

2005-01-30 Thread Michelle Konzack
Am 2005-01-30 13:00:14, schrieb Anton:
 Package: apt
 Version: 0.5.28.1
 
 I sent installation report also. Will post link soon.
 gdb doesn't snow anything good, but memory addresses.
 
 On installed system there is 2.4 kernel
 On system which from I chroot into installed system there is 2.6.10 kernel

Can you call 'strace apt-get ...' and send the relevant output ?

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#204363: [patch] Re: Bug#204363: cleanlinks breaks xterm and apt

2005-01-30 Thread Siward de Groot
On Tuesday 25 January 2005 13:06, Sam Watkins wrote:
| On Mon, Jan 24, 2005 at 11:24:47PM +0100, Florian Ernst wrote
|
| (on debain-user):
|  cleanlinks is dangerous, it wasn't never meant for general system
|  maintenance and doesn't work as advertised in its manpage.
|
| Rather than fixing cleanlinks to work better, which is apparently not
| happening, the manpage at least should be corrected to warn of this bug
| in big flashing red letters.  (cleanlinks deletes all symlinks to
| anything that isn't a regular file, e.g. symlinks to directories)

Attached is a patch for the manpage.

Also attached are 2 Perl scripts that do
   remove dangling symlinks and empty directories.
They seem to work, but are not systematically tested.

Cleanlinks is in xc/util because it is a utility that is used by X, i think.
When i 'grep -n -d recurse /my/source/X/xfree86-4.3.0.dfsg.1`,
  i do not see it being called anywhere,
  but then how can it break xterm ?
Maybe this is because i 'apt-get source'd sarge and not testing ?

have fun !

  Siward de Groot
  http://home.wanadoo.nl/siward
--- cleanlinks.man.patched	2005-01-29 22:23:58.0 +0100
+++ cleanlinks.man	2002-10-12 18:06:40.0 +0200
@@ -1,13 +1,13 @@
 .TH cleanlinks 1 __vendorversion__
 .SH NAME
-cleanlinks \- undo effects of lndir
+cleanlinks \- remove dangling symbolic links and empty directories
 .SH SYNOPSIS
 .B cleanlinks
 .SH DESCRIPTION
 The
 .I cleanlinks
 program searches the directory tree descended from the current directory for
-symbolic links whose targets are not ordinary files, and removes them.
+symbolic links whose targets do not exist, and removes them.
 It then removes all empty directories in that directory tree.
 .PP
 .I cleanlinks


rmdanglinks
Description: Perl program


rmemptydirs
Description: Perl program


Bug#132873: klogd: could you be more specific ?

2005-01-30 Thread Olivier Berger
Thanks very much.

OK. I see... so it should probably be a request filed on procps (which
provides sysctl) in order to have /etc/sysctl.conf changed in order to
have something like :

kernel.printk = 4   4   1   7

by default in there.

I doubt most users would need to have less important messages than
errors displayed on the console.

I'll file a bug-report on procps.

Best regards,

Georg Neis [EMAIL PROTECTED] writes:

 * Olivier Berger [EMAIL PROTECTED] wrote:
 Martin Schulze wrote:
  Benjamin Drieu wrote:
   
   I often have to install firewalls based on Debian and kernel logging
   make console useless, so everytime I have to change klog init.d
   scripts to add a -c option to avoid flooding the console.
  
  That's what syctl is for and not klogd.
  
 
 Could you be more specific ?
 
 I couldn't find information about syctl :(

 That shoud be sysctl.

 $ man sysctl
 [...]
sysctl  is used to modify kernel parameters at runtime.  The parameters
available are those listed under /proc/sys/.
 [...]

 $ man proc
 [...]
/proc/sys/kernel/printk
   The  four values in this file are console_loglevel, default_mes-
   sage_loglevel,minimum_console_level and default_con-
   sole_loglevel.   These  values  influence printk() behavior when
   printing or logging error messages. See syslog(2) for more  info
   on  the  different  loglevels.   Messages with a higher priority
   than console_loglevel will be printed to the console.   Messages
   without  an  explicit  priority  will  be  printed with priority
   default_message_level.  minimum_console_loglevel is the  minimum
   (highest)   value   to   which   console_loglevel  can  be  set.
   default_console_loglevel  is  the   default   value   for   con-
   sole_loglevel.
 [...]



-- 
Olivier BERGER (OpenPGP: 1024D/B4C5F37F)
APRIL (http://www.april.org) - Vive python (http://www.python.org)
Pétition contre les brevets logiciels : http://petition.eurolinux.org



Bug#292830: dhcp3-server: domain name list support

2005-01-30 Thread Geert Stappers
Package: dhcp3-server
Version: 3.0.1-1
Severity: wishlist
Tags: upstream

Hello,

Currently only 
 option domain-name foo.organisation.tld ;
is possible. Which results in /etc/resolv.conf in
 search foo.organisation.tld


Please make also
 option domain-name foo.organisation.tld, organisation.tld ;
and
 option domain-name foo.organisation.tld, bar.organisation.tld ;
possible.

Or make it possible to
 option domain-search foo.organisation.tld, organisation.tld ;
and
 option domain-search foo.organisation.tld, bar.organisation.tld ;


This extentsion results in /etc/resolv.conf in
 search foo.organisation.tld organisation.tld
or
 search foo.organisation.tld bar.organisation.tld



This wishlist is filed in Debian BTS, because it is a bugtracking system
that I'm familair with. I hope that you take it upstream.


Cheers
Geert Stappers


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages dhcp3-server depends on:
ii  debconf 1.4.30.5 Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  dhcp3-common3.0.1-1  Common files used by all the dhcp3
ii  libc6   2.3.2.ds1-16 GNU C Library: Shared libraries an

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages dhcp3-server depends on:
ii  debconf 1.4.30.5 Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  dhcp3-common3.0.1-1  Common files used by all the dhcp3
ii  libc6   2.3.2.ds1-16 GNU C Library: Shared libraries an

-- debconf information excluded


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



Bug#292824: ITA: webcheck - WWW site link checker

2005-01-30 Thread Jeroen van Wolffelaar
On Sun, Jan 30, 2005 at 12:31:41PM +0100, Christian Aichinger wrote:
 Package: wnpp
 Severity: normal
 
 webcheck doesn't have an O/RFA bug filed against WNPP, but it has it's
 maintainer set to the Debian QA Group, and the last debian/changelog
 entry says:
   * orphan this package; set maintainer to
 Debian QA Group [EMAIL PROTECTED]
 For the orphaning message see according bug entry in
 http://bugs.debian.org/wnpp
 
 I'd like to maintain the package, since I've used it for some time. It's
 my first package, and I've read the relevant documentation [Debian
 Policy,
 Debian NM Guide, Debian Developers Ref., Debian Python Policy, ..]

The bug is reassigned to ftp.d.o to get it removed as nobody adopted it
in a reasonable time. See #251931. I acknowledge it isn't easy to find
that bug, I still suggest to close this one, and reassign  retitle, and
set owner of, the original bug #251931, such that history remains there.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#285041: new version of fprobe

2005-01-30 Thread Radu Spineanu
Hello


A new version of fprobe was released which fixes the potential DoS
attack.

Florian, if you have some time, could you please look over it ?
If it's ok i would like to upload it in Debian.

Thanks.

Radu


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



Bug#292833: sudo's noexec tag doesn't work in unstable

2005-01-30 Thread Panayiotis Christodoulou
Package: sudo
Version: 1.6.8p5-1

Hello,

Sudo's noexec tag doesn't work in unstable.

$ sudo command
Password:
command: error while loading shared 
libraries: /usr/libexec/sudo_noexec.so: cannot open shared object file: 
No such file or directory

Indeed, sudo's package in unstable doesn't contain this file.


You could test it by putting the line below

Defaults   noexec

in /etc/sudoers after Cmnd_Alias specification and before user 
specification.




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



Bug#292834: procps: add printk setting in susctl.conf to cleanup console messages

2005-01-30 Thread Olivier Berger
Package: procps
Version: 1:3.2.1-2
Severity: wishlist

By default, the kernel printk messages which are displayed 
on the console concern all levels of gravity.

This renders the console unusable for instance if iptables 
logs are displayed all the time (see bug #132873, for 
instance, for a discussion around this issue).

I think it should be wise to add the following to /etc/sysctl.conf 
by default :

kernel.printk = 4 4 1 7

Thus low priority messages wouldn't be displayed on the console, 
still being available through the syslog files.

Thanks in advance.

Best regards,

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-200501281
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages procps depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- no debconf information


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



Bug#292836: ttcn3parser: FTBFS: Missing Build-Depends on 'python-dev'

2005-01-30 Thread Andreas Jochens
Package: ttcn3parser
Severity: serious
Tags: patch

cd .  python setup.py build --build-base=./build
/bin/sh: python: command not found
make: *** [common-build-impl] Error 127

Please add the missing Build-Depends on 'python-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/ttcn3parser-20050122/debian/control ./debian/control
--- ../tmp-orig/ttcn3parser-20050122/debian/control 2005-01-30 
13:36:16.479552772 +0100
+++ ./debian/control2005-01-30 13:36:04.706824974 +0100
@@ -2,14 +2,14 @@
 Section: devel
 Priority: extra
 Maintainer: W. Borgert [EMAIL PROTECTED]
-Build-Depends: debhelper ( 4), docbook-xsl (= 1.60), python2.3-dev, 
xsltproc, cdbs
+Build-Depends: debhelper ( 4), docbook-xsl (= 1.60), python-dev, xsltproc, 
cdbs
 Standards-Version: 3.6.1.1
 
 Package: ttcn3parser
 Architecture: all
-Depends: python, python2.3-pyparsing
+Depends: python, python-pyparsing
 Recommends: ttcn-el
-Suggests: python2.3-psyco
+Suggests: python-psyco
 Description: parser for the TTCN-3 test specification language
  This is a parser for TTCN-3 (Testing and Test Control
  Notation 3), a language mainly for testing of communication


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



Bug#292829: udev - fails to upgrade

2005-01-30 Thread Marco d'Itri
On Jan 30, Bastian Blank [EMAIL PROTECTED] wrote:

 udev fails to upgrade.
 | udev requires a kernel = 2.6.8, upgrade aborted.
 
 The system runs several kernels with the versions 2.4.21, 2.4.27, 2.6.8
 and 2.6.10.
So, what does uname -r returns on that system?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#292837: pam: Please use a newer version of Berkeley DB

2005-01-30 Thread Andreas Jochens
Package: pam
Severity: wishlist
Tags: patch

Please reconsider using a newer version of Berkeley DB. The old 'db3' version 
has problems on the amd64 and ppc64 architectures.

Upgrading should not be that difficult. Many other packages already switched 
to newer versions without problems. 

The 'pam_userdb' module is the only part of 'pam' that uses Berkeley DB.
I do not know if this module is used very often, but if someone 
wants to use it, he will likely have .db files which were created by
a newer (4.x) version of Berkeley DB. 


The attached patch changes 'debian/control' to use 'libdb4.3-dev' instead
of 'libdb3-dev' and drops the patch 'debian/patches-applied/020_userdb_db3'
which is currently applied to the sources.

Regards
Andreas Jochens

diff -urN ../tmp-orig/pam-0.76/debian/control ./debian/control
--- ../tmp-orig/pam-0.76/debian/control 2005-01-30 13:16:26.503615023 +0100
+++ ./debian/control2005-01-30 13:11:35.817783180 +0100
@@ -4,7 +4,7 @@
 Uploaders: Karl Ramm [EMAIL PROTECTED], Steve Langasek [EMAIL PROTECTED]
 Maintainer: Sam Hartman [EMAIL PROTECTED]
 Standards-Version: 3.5.8
-Build-Depends: cracklib2-dev (= 2.7-9), bzip2, debhelper, patch, libdb3-dev, 
libcap-dev [!hurd-i386 !freebsd-i386 !netbsd-i386]
+Build-Depends: cracklib2-dev (= 2.7-9), bzip2, debhelper, patch, 
libdb4.3-dev, libcap-dev [!hurd-i386 !freebsd-i386 !netbsd-i386]
 Build-Depends-Indep: linuxdoc-tools, linuxdoc-tools-latex,  tetex-extra, 
groff, opensp
 
 Package: libpam0g
diff -urN ../tmp-orig/pam-0.76/Linux-PAM/configure.in ./Linux-PAM/configure.in
--- ../tmp-orig/pam-0.76/Linux-PAM/configure.in 2005-01-30 13:16:26.573601484 
+0100
+++ ./Linux-PAM/configure.in2005-01-30 13:09:48.011609158 +0100
@@ -209,7 +209,7 @@
 AC_CHECK_LIB(ndbm, dbm_store, HAVE_LIBNDBM=yes ; AC_DEFINE(HAVE_LIBNDBM),
HAVE_LIBNDBM=no)
 AC_SUBST(HAVE_LIBNDBM)
-AC_CHECK_LIB(db3, main, HAVE_LIBDB=yes ; AC_DEFINE(HAVE_LIBDB),
+AC_CHECK_LIB(db, dbm_store, HAVE_LIBDB=yes ; AC_DEFINE(HAVE_LIBDB),
HAVE_LIBDB=no)
 if test x$HAVE_LIBDB != xyes ; then
AC_CHECK_LIB(db, db_create, HAVE_LIBDB=yes ; AC_DEFINE(HAVE_LIBDB),
diff -urN ../tmp-orig/pam-0.76/Linux-PAM/modules/pam_userdb/Makefile 
./Linux-PAM/modules/pam_userdb/Makefile
--- ../tmp-orig/pam-0.76/Linux-PAM/modules/pam_userdb/Makefile  2005-01-30 
13:16:26.600596262 +0100
+++ ./Linux-PAM/modules/pam_userdb/Makefile 2005-01-30 13:09:48.011609158 
+0100
@@ -18,7 +18,7 @@
 else
 ifeq ($(HAVE_LIBDB),yes)
  WHICH_DB=db
- MODULE_SIMPLE_EXTRALIBS = -ldb3
+ MODULE_SIMPLE_EXTRALIBS = -ldb
 else
  WHICH_DB=none
 endif
diff -urN ../tmp-orig/pam-0.76/debian/patches-applied/020_userdb_db3 
./debian/patches-applied/020_userdb_db3
--- ../tmp-orig/pam-0.76/debian/patches-applied/020_userdb_db3  2005-01-30 
13:16:26.555604965 +0100
+++ ./debian/patches-applied/020_userdb_db3 1970-01-01 01:00:00.0 
+0100
@@ -1,32 +0,0 @@
-Index: Linux-PAM/configure.in
-===
-RCS file: /afs/sipb/project/debian/cvs/pam/Linux-PAM/configure.in,v
-retrieving revision 1.11
-diff -u -r1.11 configure.in
 Linux-PAM/configure.in 21 Sep 2002 18:11:04 -  1.11
-+++ Linux-PAM/configure.in 21 Sep 2002 18:23:59 -
-@@ -208,7 +208,7 @@
- AC_CHECK_LIB(ndbm, dbm_store, HAVE_LIBNDBM=yes ; AC_DEFINE(HAVE_LIBNDBM),
-   HAVE_LIBNDBM=no)
- AC_SUBST(HAVE_LIBNDBM)
--AC_CHECK_LIB(db, dbm_store, HAVE_LIBDB=yes ; AC_DEFINE(HAVE_LIBDB),
-+AC_CHECK_LIB(db3, main, HAVE_LIBDB=yes ; AC_DEFINE(HAVE_LIBDB),
-   HAVE_LIBDB=no)
- if test x$HAVE_LIBDB != xyes ; then
-   AC_CHECK_LIB(db, db_create, HAVE_LIBDB=yes ; AC_DEFINE(HAVE_LIBDB),
-Index: Linux-PAM/modules/pam_userdb/Makefile
-===
-RCS file: 
/afs/sipb/project/debian/cvs/pam/Linux-PAM/modules/pam_userdb/Makefile,v
-retrieving revision 1.6
-diff -u -r1.6 Makefile
 Linux-PAM/modules/pam_userdb/Makefile  15 Sep 2002 20:18:02 -  
1.6
-+++ Linux-PAM/modules/pam_userdb/Makefile  21 Sep 2002 18:23:59 -
-@@ -18,7 +18,7 @@
- else
- ifeq ($(HAVE_LIBDB),yes)
-  WHICH_DB=db
-- MODULE_SIMPLE_EXTRALIBS = -ldb
-+ MODULE_SIMPLE_EXTRALIBS = -ldb3
- else
-  WHICH_DB=none
- endif


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



Bug#292839: ftpwatch: No README.debian in the top level directory

2005-01-30 Thread Santiago Vila
Package: ftpwatch
Version: 1.17.1
Tags: patch

There is no README.debian in the top-level directory, but the debstd
call of debian/rules references one. This error is currently ignored
by debmake, but it will not always be ignored.

The file debian/README.debian is installed automatically and does not
need to be referenced by debian/rules.

Patch follows:

diff -ru ftpwatch-1.17.1.orig/debian/rules ftpwatch-1.17.1/debian/rules
--- ftpwatch-1.17.1.orig/debian/rules   2000-10-29 14:20:33.0 +0100
+++ ftpwatch-1.17.1/debian/rules2005-01-30 14:31:39.0 +0100
@@ -45,7 +45,7 @@
 # Must have debmake installed for this to work. Otherwise please copy
 # /usr/bin/debstd into the debian directory and change debstd to debian/debstd
dh_perl
-   debstd README.debian
+   debstd
 
cp debian/config debian/templates debian/tmp/DEBIAN
 #  mkdir debian/tmp/usr/share

Thanks.


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



Bug#281734: parted: doesn't calculate partition paths correctly when using udev with devfs rules

2005-01-30 Thread Sven Luther
On Sun, Jan 30, 2005 at 12:42:04PM +, Colin Watson wrote:
 On Sun, Jan 30, 2005 at 07:35:03AM +0100, Sven Luther wrote:
  On Wed, Nov 17, 2004 at 03:21:04PM +, Colin Watson wrote:
   On Wed, Nov 17, 2004 at 04:15:18PM +0100, Sven Luther wrote:
On Wed, Nov 17, 2004 at 03:00:04PM +, Colin Watson wrote:
   http://people.ubuntulinux.org/patches/parted-udev-devfs-rules.patch
  
  Arg, this patch has dissapeared from there, i suppose i could find it in the
  ubuntu parted packages, but it is non-obvious to me yet how to find it.
 
   http://patches.ubuntulinux.org/patches/parted-udev-devfs-rules.patch

Thanks. 

In future, i would greatly appreciate that you add the patch directly as
attachement to the bug report, which is how a propper bug report should look
like, not containing vanishing attachements to random web pages.

But i know you know that already, but if this is indeed ubuntu policy for
giving back code to debian, it sucks bigtime.

Thanks for the patch anyway, too bad i missed it yesterday when i had time to
do the fix though.

Friendly,

Sven Luther



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



Bug#292831: udev: udev prevents X from beeing started

2005-01-30 Thread Marco d'Itri
On Jan 30, Martin Zobel-Helas [EMAIL PROTECTED] wrote:

 This breaks unrelated stuff here, so please fix it.
I'll wait for your patch.

 Every 0-8-15 user will do exactly the same as i did. It is your package
 package breaking a perfectly running X here.
My package works as designed, but let me know if you can design
something better.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#292828: galeon: galeon crashes on myportal: reloaded

2005-01-30 Thread Loïc Minier
forwarded 292828 http://bugzilla.gnome.org/show_bug.cgi?id=165190
thanks

Hi,

 Your bug has already been reported upstream, and upstream could
 reproduce it, it's being worked on.  You might want to subscribe to the
 upstream BTS to follow the discussion.

   Regards,

-- 
Loïc Minier [EMAIL PROTECTED]
Neutral President: I have no strong feelings one way or the other.



Bug#291014: debmirror: dists/woody/updates/Contents-i386.gz failed md5sum check

2005-01-30 Thread Mario Lipinski
Hello,

i removed the --getcontents switch and debmirror runs fine. But the
mirror does not work then.
Error:
Failed to fetch
ftp://server/debian-security/dists/testing/updates/main/binary-i386/Packages.gz 
 Unable to fetch file, server said 'Can't open 
/debian-security/dists/testing/updates/main/binary-i386/Packages.gz: No such 
file or directory  '

Can i make debmirror somehow to fetch the Packages without a Contents
file?

Mirroring debian-security worked some time ago. I don't know whether
debmirror or security.debian.org changed.

Yours sincerely,

Mario Lipinski


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



Bug#292840: obexserver: no ChangeLog, NEWS or README

2005-01-30 Thread Santiago Vila
Package: obexserver
Version: 1.0-3
Tags: patch

There are no ChangeLog, NEWS or README files in the top-level
directory, but debian/rules references them. debmake currently ignores
this error, but in a future release it will not (and then this bug
would become of serious severity).

Patch follows:

diff -ru obexserver-1.0.orig/debian/rules obexserver-1.0/debian/rules
--- obexserver-1.0.orig/debian/rules2003-06-02 00:39:37.0 +0200
+++ obexserver-1.0/debian/rules 2005-01-30 14:46:53.0 +0100
@@ -31,7 +31,7 @@
$(MAKE) install prefix=`pwd`/debian/tmp/usr
 # Must have debmake installed for this to work. Otherwise please copy
 # /usr/bin/debstd into the debian directory and change debstd to debian/debstd
-   debstd ChangeLog NEWS README 
+   debstd
dpkg-gencontrol -isp
chown -R root.root debian/tmp
chmod -R go=rX debian/tmp

Thanks.


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



Bug#292844: linwsjt: there is no `BUGS'

2005-01-30 Thread Santiago Vila
Package: linwsjt
Version: 0.4.7-3
Tags: patch

There is not a file named BUGS but debian/rules references one.
debmake currently ignores this error, but in a future release it will
not (and then this bug would become of serious severity).

Patch follows:

diff -ru linwsjt-0.4.7.orig/debian/rules linwsjt-0.4.7/debian/rules
--- linwsjt-0.4.7.orig/debian/rules 2005-01-30 15:05:01.0 +0100
+++ linwsjt-0.4.7/debian/rules  2005-01-30 15:05:59.0 +0100
@@ -30,7 +30,7 @@
$(MAKE) install DESTDIR=`pwd`/debian/tmp
 # Must have debmake installed for this to work. Otherwise please copy
 # /usr/bin/debstd into the debian directory and change debstd to debian/debstd
-   debstd BUGS changelog README TODO 
+   debstd changelog README TODO
dpkg-gencontrol -isp
chown -R root.root debian/tmp
chmod -R go=rX debian/tmp

Thanks.


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



Bug#292750: galeon: The --server option should not need $DISPLAY

2005-01-30 Thread Loïc Minier
tags 292750 + wontfix
thanks

Hi,

Cyril Bouthors [EMAIL PROTECTED] - Sat, Jan 29, 2005:

 The --server option should not need the $DISPLAY environment variable:

 I've talked with upstream about that, and it's clear it won't be fixed
 any time soon.

 First we talked about whether it was fixable at all, and concluded that
 Galeon is quite tightly bound to Gtk and other libs tightened to Gtk.

 Then we talked about the decrease of performances this might cause,
 --server is there so fasten startup times, and while the overall gain
 might be currently caused by multiple factors, such as:
 - a process forks instead of being completely resolved by ld,
 - the graphic engines are initialized.

 ... making it so that --server can work without the graphics
 initialization might decrease the benefit of the server mode.

 My general feeling is that it's not a priority to permit such
 flexibility and it's acceptable to require a DISPLAY for server mode.

 I'm tagging the bug wontfix, since work is not going to happen in this
 direction any time soon, but if you provide help or patches, I'll
 transmit them upstream of course.

   Regards,

-- 
Loïc Minier [EMAIL PROTECTED]
Neutral President: I have no strong feelings one way or the other.



Bug#281734: parted: doesn't calculate partition paths correctly when using udev with devfs rules

2005-01-30 Thread Colin Watson
On Sun, Jan 30, 2005 at 12:42:04PM +, Colin Watson wrote:
 On Sun, Jan 30, 2005 at 07:35:03AM +0100, Sven Luther wrote:
  On Wed, Nov 17, 2004 at 03:21:04PM +, Colin Watson wrote:
   On Wed, Nov 17, 2004 at 04:15:18PM +0100, Sven Luther wrote:
On Wed, Nov 17, 2004 at 03:00:04PM +, Colin Watson wrote:
   http://people.ubuntulinux.org/patches/parted-udev-devfs-rules.patch
  
  Arg, this patch has dissapeared from there, i suppose i could find it in the
  ubuntu parted packages, but it is non-obvious to me yet how to find it.
 
   http://patches.ubuntulinux.org/patches/parted-udev-devfs-rules.patch

The old URL has been fixed now, too.

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#291710: init script hides important error messages

2005-01-30 Thread Gerrit Pape
On Sat, Jan 22, 2005 at 12:50:06PM +0100, Eduard Bloch wrote:
 I was looking for the reason of cfs failured and now I am puzzled. strace
 outputs the attached stuff. But nothing appears on the logs or on the command
 line. When I run that commands without start-stop-daemon, I can see the error
 message that helped to identify my nfs problem.

Hmm, yes.  It's start-stop-daemon with the option --background that
redirects fd 0, 1, and 2 to /dev/null before starting the daemon.
Having cfsd daemonize itself and start-stop-daemon not writing a pid
file would cause start-stop-daemon when running /etc/init.d/cfs stop
even more to be a hack than currently.  I'm not sure how to fix it?

Personally I consider the whole start-stop-daemon concept to be a hack,
and prefer to run the cfs service under supervision of the runit
package.  The package provides the service directory /etc/cfs for that.

Regards, Gerrit.


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



Bug#292846: konqueror: send image file

2005-01-30 Thread psycheye
Package: konqueror
Version: 4:3.3.1-4
Severity: minor


Hi, this is a example: open konqueror web b. and web pages with images.
Click on image and send image. Now kmail open with attach.
Kmail get image ON INTERNET and not in konqueror cache! It's not better
kmail attach image from konqueror cache??
Thank u.

please write: [EMAIL PROTECTED]

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10fuck
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages konqueror depends on:
ii  kcontrol 4:3.3.1-4   KDE Control Center
ii  kdebase-kio-plugins  4:3.3.1-4   KDE I/O Slaves
ii  kdelibs4 4:3.3.2-1   KDE core libraries
ii  kdesktop 4:3.3.1-4   KDE Desktop
ii  kfind4:3.3.1-4   KDE File Find Utility
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, implementation
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libkonq4 4:3.3.1-4   Core libraries for KDE's file mana
ii  libpcre3 4.5-1.1 Perl 5 Compatible Regular Expressi
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-7   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#292848: wdm doesn't support accent in po file

2005-01-30 Thread Encolpe DEGOUTE
Package: wdm
Version: 1.27-2.1
Severity: important
Tags: patch l10n


Actually, when you use the fr_FR locale, all strings are truncate before
the first accentuate character.
Attached here come a fr_FR.po file without accentuated characters, but
it will be better to with the bug upstream.

Regards,
Encolpe

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wdm depends on:
ii  debconf  1.4.42  Debian configuration management sy
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libpam-modules   0.76-22 Pluggable Authentication Modules f
ii  libpam-runtime   0.76-22 Runtime support for the PAM librar
ii  libpam0g 0.76-22 Pluggable Authentication Modules l
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libwraster3  0.91.0-7Shared libraries of Window Maker r
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  psmisc   21.5-1  Utilities that use the proc filesy
ii  xbase-clients4.3.0.dfsg.1-10 miscellaneous X clients
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  xutils   4.3.0.dfsg.1-10 X Window System utility programs

-- debconf information:
* shared/default-x-display-manager: wdm
  wdm/daemon_name: /usr/bin/X11/wdm
# translation of fr_FR.po to 
# Copyright 2003 (c), Mathieu Roy [EMAIL PROTECTED]
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
# Encolpe DEGOUTE, 2005.
# Encolpe DEGOUTE, 2005.
msgid 
msgstr 
Project-Id-Version: fr_FR\n
POT-Creation-Date: Fri, 14 Nov 2003 09:03:15 +0100\n
PO-Revision-Date: 2005-01-30 15:48+0100\n
Last-Translator: Encolpe DEGOUTE\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n
Language-Team:  [EMAIL PROTECTED]\n
X-Generator: KBabel 1.9.1\n

#: src/wdmLogin/Login.c:70
msgid no help available.
msgstr 
wdm is a graphical interface used to authenticate a user to the system and 
perform the login process.\n
\n
\n
Enter your user name (userid) at the prompt and press enter.  The panel 
will then present a prompt to enter your password.  Enter the password and 
press enter.\n
\n
\n
The login will then be performed and your window manager started.\n
\n
\n
The Start WM PopUp selection specifies the parameter to pass to Xsession to 
start the window manager.\n
\n
\n
NoChange will start the same window manager the user used for their last 
session.\n
\n
\n
failsafe is a simple xterm session and the other listed options will start 
the indicated (installation specific) window manager.\n
\n
\n
The Options PopUp selection specifies:\n
\n
 Login - logon to the system\n
\n
 Reboot - shutdown and reboot the system\n
\n
 Halt - shutdown the system and halt\n
\n
 ExitLogin - exit the display manager\n
\n
\n
The installation may require a valid username and password or username=root 
and root's password to perform Reboot, Halt or Exit.\n
\n
\n
NOTE:  ExitLogin (or, as it is sometimes refered to: exit) is intended for 
use primarily in wdm testing.  It will shut down the x-server but the wdm 
must be terminated by other means.  Starting wdm as a detached process will 
result that it will be very difficult  to terminate.\n
\n
\n
ExitLogin performs the same operation as ctrl-r does for xdm.\n
\n
\n
1. The StartOver button will erase the current login Information and begin 
the login process again.\n
\n
\n
2. See the man page for additional information on configuring this package.  
There are numerous options for setting the background color or pixmap, the 
LoginPanel logo, the selection of window managers to start, and the 

Bug#292851: xmahjongg: [manpage] description of the s key is wrong

2005-01-30 Thread Georg Neis
Package: xmahjongg
Version: 3.6.1-1
Severity: minor

Hello,

from the manpage:

   Solve (no button; keystroke: s)
If you get stuck, press the s key. After the board is restored
to its original state, xmahjongg will show you one way to
solve it by removing tiles two at a time. Press s again to
stop. This won't work if you gave the --any-boards option (see
below).

However, pressing s again does not stop but increases the speed in
which the game is solved.  See panel.cc.

Btw: there's a typo in the OPTION section: apperance

Regards, Georg

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xmahjongg depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libstdc++5   1:3.3.5-7   The GNU Standard C++ Library v3
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information

-- 
NO SALESPERSON MAY LEAVE THE FLOOR OR GO TO THE DOOR WITHOUT THE
AUTHORIZATION OF A SUPERIOR.  THE MGT.


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



Bug#289307: Integrate to kernel-source?

2005-01-30 Thread Teemu Ikonen
 * Package name: pwc
   Version : 10.0.6a
   Upstream Author : Luc Saillard [EMAIL PROTECTED]
 * URL : http://www.saillard.org/linux/pwc/
 * License : (GPL)
   Description : Free Philips USB Webcam driver for Linux that
 supports VGA resolution, newer kernels and replacing the old pwcx module.

Since this package claims to be GPL (although there might be issues with the
reverse engineering which this code is based on) is there any reason not to
integrate this code into the kernel-source package and have the pwc.ko
module compiled automatically to kernel-packages? 

The kernel-package-2.6.10-1-686 package already contains several usb-webcam
drivers in the /drivers/usb/media/ directory which are approximately the
same size as pwc.ko.

Teemu


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



Bug#292855: rhythmbox: Window title always shows (Paused) even while playing

2005-01-30 Thread Enver ALTIN
Package: rhythmbox
Version: 0.8.8-3
Severity: minor

Window title always shows (Paused), no matter if it's already playing
or not.

Thanks,

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages rhythmbox depends on:
ii  gconf2   2.8.1-4 GNOME configuration database syste
ii  gstreamer0.8-alsa [gstre 0.8.7-3 ALSA plugin for GStreamer
ii  gstreamer0.8-artsd [gstr 0.8.7-3 aRtsd plugin for GStreamer
ii  gstreamer0.8-esd [gstrea 0.8.7-3 Enlightened Sound Daemon plugin fo
ii  gstreamer0.8-flac0.8.7-3 FLAC plugin for GStreamer
ii  gstreamer0.8-gnomevfs0.8.7-3 Gnome VFS plugin for GStreamer
ii  gstreamer0.8-jack [gstre 0.8.7-3 JACK plugin for GStreamer
ii  gstreamer0.8-mad 0.8.7-3 MAD MPEG audio decoder plugin for 
ii  gstreamer0.8-misc0.8.7-3 Collection of various GStreamer pl
ii  gstreamer0.8-oss [gstrea 0.8.7-3 OSS plugin for GStreamer
ii  gstreamer0.8-vorbis  0.8.7-3 Vorbis plugin for GStreamer
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-11LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-9 The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-13   GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgstreamer-gconf0.8-0  0.8.7-3 GConf support for GStreamer
ii  libgstreamer0.8-00.8.8-1 Core GStreamer libraries, plugins,
ii  libgtk2.0-0  2.6.1-1 The GTK+ graphical user interface 
ii  libhowl0 0.9.8-2 Library for Zeroconf service disco
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.0-2 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtasn1-2   0.2.10-4Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.16-1GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#292759: shell script sniplets in /usr/bin?

2005-01-30 Thread Goswin von Brederlow
Matthew Palmer [EMAIL PROTECTED] writes:

 On Sat, Jan 29, 2005 at 05:40:05PM +0100, Santiago Vila wrote:
 On Sat, 29 Jan 2005, Jochen Voss wrote:
 
  [...]
  My question: does anybody have further references for the question
  whether it is ok or maybe even preferable to install non-programs in
  /usr/bin?
 
 You forgot to quote last thing I said when closing the bug.
 
 So I'll repeat: Please read the logs for non-bug Bug#292759, where the
 author explains the rationale for putting gettext.sh in /usr/bin.

 Because I don't wanna play by the rules! is not a rationale.  So you have
 to specify a path -- so what?  The way things stand at the moment, if I were
 to drop a gettext.sh in my ~/bin (which is quite likely, except that I don't
 like to put a .sh on my helper scripts) your shell scripts would suddenly go
 tits-up in a most unpleasant fashion.  Personally, *that* would be enough to
 make me want to hardcode the path.

 - Matt

That is why you normaly have ~/bin last in PATH.

MfG
Goswin


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



Bug#291761: packagesearch: search seems not to work

2005-01-30 Thread Benjamin Mesing
Hello,

 I have a possible clue: maybe this is some interaction with package
 installation.  I had the problem happen again, and it was while I was
 doing an apt-get dist-upgrade (specifically, while it was doing all
 the installs).
Thanks, I was able to reproduce the bug now doing an apt-get update
while fideling around with the searches. Afterwards the apt-search was
broken in packagesearch. Now that I know what is wrong, I only have to
find a solution :-o. But this is not that easy because I have to
recognize external changes on the apt database. Perhaps this bug really
is something for the won't fix section. I will think about it.

Thanks again for your report and your patience in hunting down the
problem.

Greetings Ben




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



Bug#290474: I can't boot 2.6.8 and 2.6.10 kernels on my system, while 2.6.7 starts without problems

2005-01-30 Thread AKL. Mantas Kriauciunas
Hi,

I can't boot 2.6.8 and 2.6.10 kernels on my system while 2.6.7 was
installed on same system and starts without problems few months ago.

I got the same error like others - cannot open dev/console, preceded
by a message from pivot_root which does not found the root partition.

I use grub and xfs file system on SATA drive (hde) on system with
Athlon (k7) CPU.

Tried several initrd versions (0.1.77, 0.1.76, 0.1.73, 0.1.67), but
without success :( AFAIK when I installed 2.6.7 kernel, then
initrd-tools version 0.1.67 were installed on my system and initrd was
generated corectly, this kernel starts without problems.

It seems bugs 290474 and 271038 are related - in both cases kernel
doesn't start with message cannot open dev/console: No such file

I can send initrd, generated when I install kernel-image 2.6.8 and
2.6.10, which doesn't start.

-- 
Labanaktis/Good luck,
Mantas Kriauinas Jabber ID: [EMAIL PROTECTED]GPG ID: 43535BD5
Public organization Open Source for Lithuania - www.akl.lt



Bug#292857: clamav-daemon: PAckage description 'suggests' refers to non-existing 'lha'

2005-01-30 Thread Jari Aalto
Package: clamav-daemon
Version: 0.80-7
Severity: minor


During installation, following messages are displayed:

Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  clamav clamav-base clamav-freshclam libclamav1 libcurl3 libgmp3
Suggested packages:
  unrar lha clamav-docs daemon libcurl3-gssapi ca-certificates
Recommended packages:
  arj unzoo
The following NEW packages will be installed:
  clamav clamav-base clamav-daemon clamav-freshclam libclamav1 libcurl3
libgmp3

- - 

However, there is no package 'lha'. You may want update the Recommends.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages clamav-daemon depends on:
ii  clamav  0.80-7   Antivirus scanner for Unix
ii  clamav-freshclam [clamav-da 0.80-7   Downloads clamav virus databases f
ii  debconf [debconf-2.0]   1.4.30.11Debian configuration management sy
ii  libbz2-1.0  1.0.2-1  A high-quality block-sorting file 
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libclamav1  0.80-7   Virus scanner library
ii  libcurl37.12.3-2 Multi-protocol file transfer libra
ii  libgmp3 4.1.4-5  Multiprecision arithmetic library
ii  libidn110.5.2-3  GNU libidn library, implementation
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
ii  logrotate   3.7-2Log rotation utility
ii  ucf 1.13 Update Configuration File: preserv
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information excluded


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



Bug#286440: isdnutils and pcmcia

2005-01-30 Thread Per Olofsson
Matthias Klose:
 Per Olofsson writes:
  I'm not sure what I'm supposed to do with this bug. If you want me to
  include an /etc/pcmcia/avm script, could somebody send such a script
  to me? It seems like the right solution to me since, as Achim notes,
  cards can be inserted and removed at any time.
 
 IICU, the idea was to move the initscript from 20 to 19 or something
 like this.

That's not really the right way to do it since the card can be
inserted and removed at any time. However, I have moved the init
script to rcS.d in the experimental pcmcia-cs package.

-- 
Pelle


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



Bug#292860: nvidia-glx: system freeze on X startup (ver 1.0.6629+1-1)

2005-01-30 Thread soeffing
Package: nvidia-glx
Version: 1.0.6629+1-1
Severity: important

Using the newest nvidia-glx and nvidia-kernel-source, the X server
freezes on startup (fully locked - screen is black, no keyboard, no
network access). I can't provide more information, since I have to hard
reset at this point. /var/log/XFree86.0.log is empty.

It doesn't work with an up-to-date 2.6.10 kernel (unstable) nor with the
2.6.6 I'd been working with before.

Unfortunately I can't get back to my old configuration because
nvidia-glx.1.0.6111 was taken out of testing, so I'm left without
working X server.

Stefan

-- Package-specific info:
/proc/driver/nvidia/version:

:02:00.0 VGA compatible controller: nVidia Corporation NVCrush11 [GeForce2 
MX Integrated Graphics] (rev b1)


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (5, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages nvidia-glx depends on:
ii  libc6  2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  libx11-6   4.3.0.dfsg.1-10   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-10   X Window System miscellaneous exte
ii  nvidia-kernel-2.6. 1.0.6629+1-1+stefan.8 NVIDIA binary kernel module for Li
ii  xlibmesa3-glu [lib 4.2.1-12.1Mesa OpenGL utility library [XFree
ii  xlibs  4.3.0.dfsg.1-10   X Keyboard Extension (XKB) configu
ii  xserver-common 4.3.0.dfsg.1-10   files and utilities common to all 

-- no debconf information


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



Bug#292684: ITP: libnet-rendezvous-publish-backend-howl-perl -- Perl interface to Howl Zeroconf library

2005-01-30 Thread ms419
On Jan 29, 2005, at 8:20 PM, Jeff Waugh wrote:
quote who=[EMAIL PROTECTED]
Package: wnpp Severity: wishlist
http://cgi.sfu.ca/~jdbates/debian/pool/libnet-rendezvous-publish-perl/
Richard Clamp's useful Zeroconf multicast DNS (Rendezvous) Perl 
library
- Howl backend. Allows advertising services from Perl - such as HTTP, 
SSH,
etc - in addition to DPAP, etc, for sharing photos with iPhoto.
You guys should refer to #281247 in the Debian BTS before doing too 
much
work on this...
Cool - thanks for your feedback, Jeff! I'll look  see what happens 
when mDNSResponder isn't running

Jack

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


Bug#292861: package eagle-usb-utils won't build

2005-01-30 Thread Olivier Berger
Package: eagle-usb
Severity: normal


Hi.

I tried and rebuild the package locally in order to get a full
package, since it seems it's incomplete (see 269258).

I did :

# apt-get source eagle-usb-utils
# cd eagle-usb-1.9.9/
# debian/rules binary

It then fails on :

...
make[1]: Leaving directory `/root/tmp/eagle-usb-1.9.9/driver/user'
/usr/bin/make DESTDIR=/root/tmp/eagle-usb-1.9.9/debian/eagle-usb-utils -C pppoa 
install
make[1]: Entering directory `/root/tmp/eagle-usb-1.9.9/pppoa'
/usr/bin/install -c -d /root/tmp/eagle-usb-1.9.9/debian/eagle-usb-utils/usr/sbin
/usr/bin/install -c -m 755 pppoa 
/root/tmp/eagle-usb-1.9.9/debian/eagle-usb-utils/usr/sbin
make[1]: Leaving directory `/root/tmp/eagle-usb-1.9.9/pppoa'
dh_install -s
dh_testdir -a
dh_testroot -a
dh_installchangelogs -a
dh_installdocs -a
dh_installdebconf -a
dh_installman -a
doc/man/eaglectrl.8: No such file or directory at /usr/bin/dh_installman line 
116.
make: *** [binary-arch] Error 2

Hope this helps.

Regards,


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-200501281
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#292040: zsync: allow larger blocksizes, or dynamic blocksizes like rsync

2005-01-30 Thread Robert Lemmen
hi folks, the power-of-two limitation is fine i think, and zsyncmake
does allow bigger block sizes, so i will close this bug. a cool feature
could be to allow zsyncmake to try different block sizes and choose the 
right one itself, just a thought though.

cu  robert

-- 
Robert Lemmen   http://www.semistable.com 


signature.asc
Description: Digital signature


Bug#292759: shell script sniplets in /usr/bin?

2005-01-30 Thread Andreas Rottmann
Goswin von Brederlow [EMAIL PROTECTED] writes:

 Matthew Palmer [EMAIL PROTECTED] writes:

 On Sat, Jan 29, 2005 at 05:40:05PM +0100, Santiago Vila wrote:
 On Sat, 29 Jan 2005, Jochen Voss wrote:
 
  [...]
  My question: does anybody have further references for the question
  whether it is ok or maybe even preferable to install non-programs in
  /usr/bin?
 
 You forgot to quote last thing I said when closing the bug.
 
 So I'll repeat: Please read the logs for non-bug Bug#292759, where the
 author explains the rationale for putting gettext.sh in /usr/bin.

 Because I don't wanna play by the rules! is not a rationale.  So you have
 to specify a path -- so what?  The way things stand at the moment, if I were
 to drop a gettext.sh in my ~/bin (which is quite likely, except that I don't
 like to put a .sh on my helper scripts) your shell scripts would suddenly go
 tits-up in a most unpleasant fashion.  Personally, *that* would be enough to
 make me want to hardcode the path.

 - Matt

 That is why you normaly have ~/bin last in PATH.

Well, maybe I am not normal ;), but I put it first in PATH, with the
same rationale /usr/local/bin comes before /usr/bin (i.e. to be able
to override distribution supplied software with locally-installed
versions).

Rotty
-- 
Andreas Rottmann | [EMAIL PROTECTED]  | [EMAIL PROTECTED] | [EMAIL 
PROTECTED]
http://yi.org/rotty  | GnuPG Key: http://yi.org/rotty/gpg.asc
Fingerprint  | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62

Any technology not indistinguishable from magic is insufficiently advanced.
   -- Terry Pratchett


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



Bug#292111: installation-reports: FAILURE TO RECOGNIZE EXISTING PARTITIONS

2005-01-30 Thread Frans Pop
On Tuesday 25 January 2005 07:36, Gene Cooperman wrote:
 I tried to use the Debian installer with Debian testing
 (Sarge, version of 1/17/05, rc2 release).  Unfortunately, when it
 came to partitioning, I selected
   manually partition
 and was presented only with the possibility of partitioning the whole
 disk:  Maxtor 6Y160M0 (163 GB)
 The installer knows the disk, but did not show me my existing
  partitions for reformatting.

People are currently working on a new version of parted that may well fix 
your problems.
Please try again later this week using a _daily_ netinst CD image of the 
installer.

Please let us know the results.

Cheers,
FJP


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



Bug#292862: d-i install report

2005-01-30 Thread Søren Boll Overgaard
Package: installation-reports

INSTALL REPORT

Debian-installer-version:

http://archive.progeny.com/debian/dists/sarge/main/installer-i386/current//images/netboot/netboot.tar.gz
 fetched at 2005-01-25
uname -a: Linux griswold 2.4.27-2-386 #1 Thu Jan 20 10:55:08 JST 2005 i586 
GNU/Linux
Date: 2005-01-25 
Method: 
How did you install?  
- Boot from dhcpd, install from tftpd-hpa.
What did you boot off?  
- The network.
If network install, from where?
- ftp://ftp.se.debian.org/
Proxied?
- No proxy.

Machine: soekris4801
Processor: Geode by NSC at 266 MHz
Memory: 128 MB
Root Device: ide device. HITACHI_DK239A-65B
Root Size/partition table:  
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/hda1   255001 53563187832  23% /
tmpfs63656 0 63656   0% /dev/shm
/dev/hda9  2187676 32896   2043652   2% /home
/dev/hda8   170010  4160156780   3% /tmp
/dev/hda5  2202544266548   1824112  13% /usr
/dev/hda6   984822 70613861669   8% /var


Output of lspci and lspci -n:

griswold:~# lspci 
:00:00.0 Host bridge: Cyrix Corporation PCI Master
:00:06.0 Ethernet controller: National Semiconductor Corporation DP83815 
(MacPhyter) Ethernet Controller
:00:07.0 Ethernet controller: National Semiconductor Corporation DP83815 
(MacPhyter) Ethernet Controller
:00:08.0 Ethernet controller: National Semiconductor Corporation DP83815 
(MacPhyter) Ethernet Controller
:00:12.0 ISA bridge: National Semiconductor Corporation: Unknown device 0510
:00:12.1 Bridge: National Semiconductor Corporation: Unknown device 0511
:00:12.2 IDE interface: National Semiconductor Corporation SCx200 IDE (rev 
01)
:00:12.5 Bridge: National Semiconductor Corporation: Unknown device 0515
:00:13.0 USB Controller: Compaq Computer Corporation ZFMicro Chipset USB 
(rev 08)
griswold:~# 

griswold:~# lspci -n
:00:00.0 0600: 1078:0001
:00:06.0 0200: 100b:0020
:00:07.0 0200: 100b:0020
:00:08.0 0200: 100b:0020
:00:12.0 0601: 100b:0510
:00:12.1 0680: 100b:0511
:00:12.2 0101: 100b:0502 (rev 01)
:00:12.5 0680: 100b:0515
:00:13.0 0c03: 0e11:a0f8 (rev 08)
griswold:~# 


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Comments/Problems:

While it is nice that the install automatically detects and makes a note about 
multiple network interfaces, it would be beneficial to inexperienced users to 
have about about enabling the interfaces not being used during the install.



-- 
Søren O.   ,''`.
  : :' :
GPG key id: 0x1EB2DE66`. `'
GPG signed mail preferred.  `-



Bug#292857: clamav-daemon: PAckage description 'suggests' refers to non-existing 'lha'

2005-01-30 Thread Adam D. Barratt
On Sun, 2005-01-30 at 18:32 +0200, Jari Aalto wrote:
 Package: clamav-daemon
 Version: 0.80-7
 Severity: minor
 
 During installation, following messages are displayed:
[...]
 Suggested packages:
   unrar lha clamav-docs daemon libcurl3-gssapi ca-certificates
[...]
 However, there is no package 'lha'.

There *is*. It's in non-free, which is fine as clamav only suggests it,
and does not depend on it.

 You may want update the Recommends.

s/Recommends/Suggests/. Either way, see above.

Regards,

Adam



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



Bug#292744: Pothana font replaced by Tikkana because Pothana doesn't conform to ISO-8859-1

2005-01-30 Thread Soumyadip Modak
Ok, added Tikkana font and removed Pothana2000

On Sat, 2005-01-29 at 18:25 +0530, Y Giridhar Appaji Nag wrote:
 Package: ttf-indic-fonts
 Version: 1:0.3.7
 Severity: important
 
 The Telugu font, Pothana, included in this package is does not conform
 to ISO-8859-1 encoding rules and the font does not appear well on web
 pages (see http://www.google.co.in/te) for example.  An updated version
 of the pothana font called as Tikkana is used by several websites and it
 also conforms to the ISO-8859-1 encoding rules.
 
 Please replace or add the Tikkana font to this package.
 
 -- System Information:
 Debian Release: 3.1
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: i386 (i686)
 Kernel: Linux 2.4.27-2-686
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
 
 Versions of packages ttf-indic-fonts depends on:
 ii  defoma0.11.8-0.1 Debian Font Manager -- automatic 
 f
 
 -- no debconf information
 
-- 
Soumyadip Modak
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://soumyadip.blogspot.com



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



Bug#292863: FTBFS: 1.1.3-3 fails to build on all arches since november, vcl-gtk-rtl-fix.diff doesn't apply.

2005-01-30 Thread Sven Luther
Package: openoffice.org
Version: 1.1.3-4
Severity: serious
Justification: FTBFS.


As said, openoffice.org is currently FTBFS on all arches where it has been
attempted (powerpc, sparc and s390, i think, as you can see here : 

  
http://buildd.debian.org/fetch.php?pkg=openoffice.orgver=1.1.3-3arch=powerpcstamp=1103668978file=logas=raw

Error seems to be :

  1 out of 6 hunks FAILED -- saving rejects to file 
vcl/unx/gtk/window/gtkframe.cxx.rej
  Testing patch vcl-gtk-rtl-fix.diff failed. at ooo-build/patches/apply.pl line 
44.

And altough it seems like 1.1.3-4 may have fixed it since it it touches the
above .diff, no build has been attempted since then, and it is almost a month
now.

This problem may be known already, i just file it here for documentation
purpose, and in case you were not aware of it, which i doubt.

Friendly,

Sven Luther

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8-powerpc
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openoffice.org depends on:
ii  dictionaries-common [openof 0.24.5   Common utilities for spelling dict
ii  openoffice.org-bin  1.1.2dfsg1-3 OpenOffice.org office suite binary
ii  openoffice.org-debian-files 1.1.2-5+1Debian specific parts of OpenOffic
ii  openoffice.org-l10n-en [ope 1.1.2-5  English (US) language package for 
ii  openoffice.org-l10n-fr [ope 1.1.2-5  French language package for OpenOf
ii  ttf-opensymbol  1.1.3-4  The OpenSymbol TrueType font

-- no debconf information



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



Bug#279900: confirm

2005-01-30 Thread Justin Pryzby
I can confirm that make -t segfaults (make -f debian/rules -t build).
Justin


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



Bug#142699: aptitude tried to install a package it schould hold

2005-01-30 Thread Albert Bursche
Package: aptitude
Version: 0.2.15.8-1
Followup-For: Bug #142699


I tried to put the package nvidia-glx on hold via the 
following command but it tried to update the package.
(As it can be seen in the output) 


eagle-one:/home/afb/inst+src# aptitude hold nvidia-glx
Reading Package Lists... Done
Building Dependency Tree   
Reading extended state information   
Initializing package states... Done
Reading task descriptions... Done  
The following packages have been kept back:
 libdbi-perl phpmyadmin ytalk 
The following packages will be upgraded:
 nvidia-glx 
1 packages upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 0B/2882kB of archives. After unpacking 77.8kB will be used.
Do you want to continue? [Y/n/?] n
Abort.

In the aptitude ui i couldn't put it on hold directly but after marking it 
manual m the = put it on hold.

I hope I could provide useful information to solve the problem.
Thanks in advanve.
Albert Bursche


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-5-3 0.5.28.1 Advanced front-end for dpkg
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-6GCC support library
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libsigc++-1.2-5c102 1.2.5-1  Type-safe Signal Framework for C++
ii  libstdc++5  1:3.3.5-5The GNU Standard C++ Library v3

-- no debconf information


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



Bug#292111: installation-reports: FAILURE TO RECOGNIZE EXISTING PARTITIONS

2005-01-30 Thread Sven Luther
On Sun, Jan 30, 2005 at 06:27:11PM +0100, Frans Pop wrote:
 On Tuesday 25 January 2005 07:36, Gene Cooperman wrote:
  I tried to use the Debian installer with Debian testing
  (Sarge, version of 1/17/05, rc2 release).  Unfortunately, when it
  came to partitioning, I selected
manually partition
  and was presented only with the possibility of partitioning the whole
  disk:  Maxtor 6Y160M0 (163 GB)
  The installer knows the disk, but did not show me my existing
   partitions for reformatting.
 
 People are currently working on a new version of parted that may well fix 
 your problems.
 Please try again later this week using a _daily_ netinst CD image of the 
 installer.

Heu, the above doesn't seem to fail in the diagnostic of what the new version
should be fixing though. Gene, are you sure the disk actually had a partition
table, and if so, what was it ? Also, could you see what the kernel has to say
about it, by going to console 2, and looking at /proc/partitions.

Also, what parted has to say about it directly too. Go to console 2 and type
parted, and then print, copy the info, and then quit.

Friendly,

Sven Luther



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



Bug#292861: My fault : didn't have xsltproc installed

2005-01-30 Thread Olivier Berger
Oops. Sorry... this is probably normal since I hadn't installed
xsltproc.

Dunno if there should be some way to detect it before going through
the whole compilation and packaging.

configure detects that xsltproc is missing and thus doesn't generate
the docs. If possible this should be checked by the package generation
I suppose.

Anyway, I think this one can be closed.

Sorry about that.

Best regards,
-- 
Olivier BERGER (OpenPGP: 1024D/B4C5F37F)
APRIL (http://www.april.org) - Vive python (http://www.python.org)
Pétition contre les brevets logiciels : http://petition.eurolinux.org



Bug#292864: icon: FTBFS on hurd-i386: broken Makefile

2005-01-30 Thread Michael Banck
Package: icon
Severity: important
Tags: patch

Automatic build of icon_9.4.2-2.1 on nighthawk by sbuild/hurd-i386 1.1.1.1
Build started at 20050130-1902
icon_9.4.2-2.1.dsc exists in cwd
** Using build dependencies supplied by package:
Build-Depends: xlibs-dev
Checking for already installed source dependencies...
xlibs-dev: missing
Checking for source dependency conflicts...
[...]
Checking correctness of source dependencies...
--
dpkg-source: extracting icon in icon-9.4.2
dpkg-buildpackage: source package is icon
dpkg-buildpackage: source version is 9.4.2-2.1
dpkg-buildpackage: host architecture is hurd-i386
[...]
gcc -Wall -g -O2   -c -o xwindow.o xwindow.c
gcc -Wall -g -O2   -c -o dlrgint.o dlrgint.c

And there it stops, and the machine reboots. Not really sure this is not
perhaps a machine-specific problem, but somebody else reported an
infinite loop with a subsequent reboot as well and the below patch made
the build go fine.

It appears the problem is in src/common/Makefile:

gpxmaybe:
-if [ x$(XL) != x ]; then $(MAKE) $(GDIR); fi

while the test seems to be true on hurd-i386, $GDIR is not defined in
config/gnu/Makedef. The following patch fixes this by resyncing
config/gnu/Makedef with config/linux/Makedef. (-lpthread is needed on
GNU/Hurd as well)

As icon is in the Build-Depends for ifupdown (through nowebm) since
recently, and a new ifupdown as currently present on hurd-i386 is
mandated by netbase, the bootstrapping for hurd-i386 is broken currently
and this fix is urgently needed. Thus, I will NMU icon in the next days
if I don't hear back from you.


cheers,

Michael
diff -u icon-9.4.2/config/gnu/Makedefs icon-9.4.2/config/gnu/Makedefs
--- icon-9.4.2/config/gnu/Makedefs
+++ icon-9.4.2/config/gnu/Makedefs
@@ -1,17 +1,19 @@
-#  Makefile definitions from config/unix/gnu
-
 #  CC   C compiler
 #  CFLAGS   flags for building C files
 #  CFDYNadditional flags for dynamic functions
 #  RLINKflags for linking run-time system
 #  RLIBSlibraries to link with run-time system
+#  TLIBSlibraries to link for POSIX threads
 #  XLIBSlibraries to link for graphics
 #  XPMDEFS  definitions for building XPM library
+#  GDIR directory of graphics helper library
 
 CC = gcc
 CFLAGS = -O2
 CFDYN = -fPIC
 RLINK = -Wl,-E
 RLIBS = -lm -ldl
+TLIBS = -lpthread
 XLIBS = -L/usr/X11R6/lib -lX11
 XPMDEFS = -DZPIPE
+GDIR = xpm
diff -u icon-9.4.2/debian/changelog icon-9.4.2/debian/changelog
--- icon-9.4.2/debian/changelog
+++ icon-9.4.2/debian/changelog
@@ -1,3 +1,11 @@
+icon (9.4.2-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update config/gnu/Makeconf according to config/linux/Makeconf to
+prevent an infinite loop/system hang.
+
+ -- Michael Banck [EMAIL PROTECTED]  Sun, 30 Jan 2005 18:38:33 +0100
+
 icon (9.4.2-2.1) unstable; urgency=low
 
   * Non-maintainer upload during BSP


Bug#292865: de: wrong translation in EXIF dialog

2005-01-30 Thread Bert Lange
Package: gqview
Version: 1.4.5-1
Severity: minor


Hi there!

In the german translation is a little bug.

In the Exif information dialog on orientation the right translation 
should be

top left - Oben links

not vice versa.

Thank you.

Bert Lange

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i586)
Kernel: Linux 2.4.26
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to de_DE)

Versions of packages gqview depends on:
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libglib2.0-02.6.1-3  The GLib library of C routines
ii  libgtk2.0-0 2.4.14-2 The GTK+ graphical user interface 
ii  libpango1.0-0   1.6.0-3  Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#281688: dasher: Eats my keymap

2005-01-30 Thread Matthew Garrett
Just to check - are you quitting dasher correctly when doing this?
-- 
Matthew Garrett | [EMAIL PROTECTED]



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



Bug#289494: sablevm: cannot create vm

2005-01-30 Thread Kurt Roeckx
The 2.6.10 kernel seems to have enabled the noexec for
i386 too.  I have no idea if i386 kernels are affected
too, but I think they are.

Booting the kernel with noexec=off fixes the problem.

Here is a log from IRC a few days ago with Colin Watson:
Kamion perhaps whatever in sablevm needs an executable stack is in assembly, 
in which case gcc can't automatically detect it
Kamion the assembler has an --execstack option to force that
Kamion or the linker has a -z execstack option
Kamion or you can put this in the assembly:
Kamion .section .note.GNU-stack, x, @progbits
Kamion .previous



Kurt



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



Bug#292862: d-i install report

2005-01-30 Thread Søren Boll Overgaard
On Sun, Jan 30, 2005 at 06:47:30PM +0100, Frans Pop wrote:
 On Sunday 30 January 2005 18:27, Søren Boll Overgaard wrote:
  While it is nice that the install automatically detects and makes a
  note about multiple network interfaces, it would be beneficial to
  inexperienced users to have about about enabling the interfaces not
  being used during the install.
 
 Hmmm. The second part of that sentence is a bit garbled.

What I meant to say was, that after the install has finished, it would be 
nice to have a bit of information about the interfaces that weren't actually
used during the installation.

In my case, the soekris net4801 has 3 ethernet interfaces, of which I used the
first one for the install. However, once the installer completes
/etc/network/interfaces makes no mention of the 2 previously unused interfaces,
even though they were correctly identified during the install.
It would be nice to have e.g. a couple of commented entries for eth1 and eth2
or at least an explanation on what to do to enable the unused interfaces in
/etc/network/interfaces or a similary appropriate location.

Anyway, that's just my 2 cents.

 Our experience is that it is not always possible to detect which interface 
 should be used.
 Listing all is the best option we currently have.

That's not really what I meant, sorry for the confusion. Hopefully I have
clarified what I meant above.

 Thank you for your installation report. Closing it as the installation was 
 successful.

Hmm, should I only submit installation reports when something isn't working?

-- 
Søren O.   ,''`.
  : :' :
GPG key id: 0x1EB2DE66`. `'
GPG signed mail preferred.  `-



Bug#292867: psgml: speed up parsing when setting faces

2005-01-30 Thread Dave Love
Package: psgml
Version: 1.3.1-12
Severity: wishlist
Tags: patch

The following patch typically makes parsing several times faster in
Emacs if `sgml-set-face' is on.  It doesn't have any effect in XEmacs
or Emacs when sgml-set-face is nil.

While I'm about it, it also avoids some compilation warnings and
removes the setting of an unused variable outside the package's name
space.

I should have submitted it long ago for PSGML, but I don't remember
doing so.  I'll post to the PSGML list if I can, but I've previously
had trouble with that, so I'm not trying to cc this.

Changes to speed up parsing under Emacs when setting faces.  They're
against the Debian version of psgml-1.3.1, but probably apply generally.
Also avoid a few warnings.

2005-01-28  Dave Love  [EMAIL PROTECTED]

	* psgml-other.el (sgml-parse-in-loop): Defvar when compiling.
	(sgml-set-face-for): Use sgml-parse-in-loop.

	* psgml-dtd.el (sgml-write-dtd): Don't set file-type (unused).

	* psgml-parse.el (mc-flag, which-func-mode): Defvar when
	compiling.
	(sgml-parse-in-loop): New variable.
	(sgml-parser-loop): Use it and sgml-with-modification-state.

--- psgml-dtd.el	2005/01/28 12:32:58	1.1
+++ psgml-dtd.el	2005/01/28 12:42:54
@@ -1002,7 +1002,6 @@
(sgml-saved-dtd-version 7)\n)
   (let ((print-escape-multibyte t))
 (sgml-code-dtd dtd))
-  (set 'file-type 1)
   (let ((coding-system-for-write 'no-conversion))
 (write-region (point-min) (point-max) file)))
 
--- psgml-other.el	2005/01/28 12:29:37	1.1
+++ psgml-other.el	2005/01/28 13:01:11
@@ -139,11 +139,20 @@
 	 (when (not modified)
 	   (sgml-restore-buffer-modified-p nil))
 
+(eval-when-compile
+  (defvar sgml-parse-in-loop))
+
 (defun sgml-set-face-for (start end type)
   (let ((face (cdr (assq type sgml-markup-faces
 (cond
  (sgml-use-text-properties
-  (sgml-with-modification-state
+  ;; `sgml-with-modification-state' is rather expensive.  If we're
+  ;; in the parsing loop, hoist the job out of the loop.
+  (if (not sgml-parse-in-loop)
+	  (sgml-with-modification-state
+	   (put-text-property start end 'face face)
+	   (when (and sgml-default-nonsticky ( start end))
+	 (put-text-property (1- end) end 'rear-nonsticky '(face
 	(put-text-property start end 'face face)
 (when (and sgml-default-nonsticky ( start end))
   (put-text-property (1- end) end 'rear-nonsticky '(face)
--- psgml-parse.el	2005/01/28 12:29:37	1.1
+++ psgml-parse.el	2005/01/28 12:56:28
@@ -349,6 +349,8 @@
  (sgml-restore-buffer-modified-p buffer-modified)
  (sgml-debug Restoring buffer mod: %s buffer-modified)
 
+(eval-when-compile (defvar mc-flag))
+
 (defun sgml-set-buffer-multibyte (flag)
   (cond ((featurep 'xemacs)
  flag)
@@ -357,6 +359,7 @@
   (if (eq flag 'default)
   default-enable-multibyte-characters
 flag)))
+	;; I doubt the current code works in old Mule anyway.  -- fx
 	((boundp 'MULE)
  (set 'mc-flag flag))
 (t
@@ -2854,6 +2857,8 @@
 	 (message Fontifying...done))
  (error nil
 
+(eval-when-compile (defvar which-func-mode))
+
 (defun sgml-set-active-dtd-indicator (name)
   ;; At least when using the which-func machinery, don't show anything
   ;; unless `sgml-live-element-indicator' is non-nil.
@@ -4044,9 +4049,16 @@
   (sgml-set-markup-type nil))
 
 (defvar sgml-parser-loop-hook nil)
+(defvar sgml-parse-in-loop nil
+  Non-nil means the body of `sgml-parser-loop' is executing.
+Thus lower-level functions don't need to use `sgml-with-modification-state'.)
 (defun sgml-parser-loop (extra-cond)
   (let (tem
-	(sgml-signal-data-function (function sgml-pcdata-move)))
+	(sgml-signal-data-function (function sgml-pcdata-move))
+	;; Speed up significantly by effectively hoisting
+	;; `sgml-with-modification-state' out of the loop.
+	(sgml-parse-in-loop t))
+(sgml-with-modification-state
 (while (and (eq sgml-current-tree sgml-top-tree)
 		(or ( (point) sgml-goal) sgml-current-eref)
 		(progn (setq sgml-markup-start (point)
@@ -4091,7 +4103,7 @@
((and sgml-parser-loop-hook
  (run-hook-with-args-until-success 'sgml-parser-loop-hook)))
(t
-	(sgml-do-pcdata))
+	(sgml-do-pcdata)))
 
 (defun sgml-handle-shortref (name)
   (sgml-set-markup-type 'shortref)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages psgml depends on:
ii  emacs21   21.3+1-8   The GNU Emacs editor
ii  sgml-base 1.26   SGML infrastructure and SGML catal
ii  sgml-data 2.0.2  common SGML and XML data
ii  ucf   1.13   Update Configuration File: preserv

-- no debconf information


Bug#292866: locales listing incorrect when installing Sarge

2005-01-30 Thread Jonathan Wang
Package: locales
Version: 2.3.2.ds1-20
When installing Sarge using debian-installer RC2 and with default 
locale set to none, the dialog Configuring locales prompting for 
which locales to generate lists as the first item Usage: 
/usr/sbin/validlocale locale and is selected by default. Attempting 
to continue installation with this item selected succeeds until the 
system reboots and packages begin to be installed, at which point the 
post-installation script for locale fails (presumably because it tried 
to auto-generate the locale Usage...).

Dropping into a shell, running dpkg-reconfigure --force locale and 
deselecting the Usage... selection allows locale to install cleanly.

Jonathan

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


Bug#292647: more info

2005-01-30 Thread Unit3
Ok, I managed to recover my data from a recent backup, and I've 
discovered some more pertinant info on the bug.

It looks like it wasn't that the upgrade script didn't necessarily try 
to run createlang, I just suspect it tried to run it as the drupal 
database user, not the database administrator. On my system, the drupal 
user didn't have permissions to create plpgsql on the table, so I had to 
manually run the command as the DB admin user, and then run the 
update.php script twice to get everything sorted out.


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


Bug#292862: d-i install report

2005-01-30 Thread Frans Pop
reopen 292862
reassign 292862 netcfg
severity 292862 wishlist
retitle 292862 Could add commented config info for unused interfaces
thanks

On Sunday 30 January 2005 19:21, Søren Boll Overgaard wrote:
 That's not really what I meant, sorry for the confusion. Hopefully I
 have clarified what I meant above.

OK. I've reopened the report and assigned it to the correct place.

  Thank you for your installation report. Closing it as the
  installation was successful.

 Hmm, should I only submit installation reports when something isn't
 working?

No, we welcome all reports especially for non-standard hardware if there 
are any comments on usability, like yours.

Cheers,
FJP



Bug#292870: clamav-daemon: [debconf] Add support for LogFileMaxSize

2005-01-30 Thread Jari Aalto
Package: clamav-daemon
Version: 0.81-2
Severity: normal


debconf does not seem to ask details for LogFileMaxSize, but it would
be good it it did, since overly long log files are not good.

Perhaps a more sensible default could be used in clamd.conf as well, like:

  LogFileMaxSize 200  # approx. 2M


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages clamav-daemon depends on:
ii  clamav-base 0.81-2   base package for clamav, an anti-v
ii  clamav-freshclam [clamav-da 0.81-2   downloads clamav virus databases f
ii  debconf [debconf-2.0]   1.4.30.11Debian configuration management sy
ii  libbz2-1.0  1.0.2-1  A high-quality block-sorting file 
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libclamav1  0.81-2   virus scanner library
ii  libcurl37.12.3-2 Multi-protocol file transfer libra
ii  libgmp3 4.1.4-5  Multiprecision arithmetic library
ii  libidn110.5.2-3  GNU libidn library, implementation
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
ii  logrotate   3.7-2Log rotation utility
ii  ucf 1.13 Update Configuration File: preserv
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information excluded


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



Bug#292705: liferea: New upstream release available

2005-01-30 Thread David Moreno Garza
On Sat, 2005-01-29 at 08:56 +0100, Jérôme Marant wrote:
  Hi,
  
  Could ypu please update liferea to 0.9b?
  
  Current version crashes all the time, when doing simple actions
  like subscribing to feed (I can reproduce).
 
  Please report any concrete bugs you find.
 
 So are you going to update the package anyway?

Of course I will.

--
David Moreno Garza [EMAIL PROTECTED] | http://www.damog.net/
 I never know how much of what I say is true. 
 GPG: C671257D - 6EF6 C284 C95D 78F6 0B78 FFD3 981C 5FD7 C671 257D




Bug#292871: lyx-qt doesn't show math symbol with hebrew locale

2005-01-30 Thread micha
Package: lyx-qt
Version: 1.3.4-2
Severity: normal

Under an hebrew locale (LANG=he_IL) lyx-qt doesn't show the math simbols
such as sum and int (it just shows the word). Setting LC_TIME to an
english locale (such as en_US) and leaving LANG as he_IL solves the
problem.
This doesn't happen with lyx-xforms.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-om1
Locale: LANG=he_IL, LC_CTYPE=he_IL (charmap=ISO-8859-8)

Versions of packages lyx-qt depends on:
ii  latex- 0.1-5 Xft-compatible versions of some La
ii  libaik 1.0.1+cvs.2004.03.15+dev-0.12-0.2 an English-language thesaurus (dev
ii  libc6  2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  libgcc 1:3.4.3-7 GCC support library
ii  libice 4.3.0.dfsg.1-10   Inter-Client Exchange library
ii  libqt3 3:3.3.3-8 Qt GUI Library (Threaded runtime v
ii  libsm6 4.3.0.dfsg.1-10   X Window System Session Management
ii  libstd 1:3.3.5-7 The GNU Standard C++ Library v3
ii  libx11 4.3.0.dfsg.1-10   X Window System protocol client li
ii  lyx-co 1.3.4-2   High Level Word Processor - common
ii  xlibs  4.3.0.dfsg.1-10   X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#292868: DVB headers not included in kernel-headers

2005-01-30 Thread grythumn
Package: kernel-headers-2.6.10-1
Version: 2.6.10-4

The DVB headers from dvb-core are not being included in the headers package; this confuses the video4linux snapshots. Copying them out of the source package fixes this.

drivers/media/dvb/dvb-core/

Thanks!

R C

In file included from /home/zarquon/dev/hack/video4linux/cx88.h:33, from /home/zarquon/dev/hack/video4linux/cx88-video.c:36:/home/zarquon/dev/hack/video4linux/media/video-buf-dvb.h:1:20: dvbdev.h: No such file or directory/home/zarquon/dev/hack/video4linux/media/video-buf-dvb.h:2:20: dmxdev.h: No such file or directory/home/zarquon/dev/hack/video4linux/media/video-buf-dvb.h:3:23: dvb_demux.h: No such file or directory/home/zarquon/dev/hack/video4linux/media/video-buf-dvb.h:4:21: dvb_net.h: No such file or directory/home/zarquon/dev/hack/video4linux/media/video-buf-dvb.h:5:26: dvb_frontend.h: No such file or directory

Bug#292872: RFP: axyftp -- GUI FTP client for X Window System

2005-01-30 Thread james mcguire
Package: wnpp
Severity: wishlist


* Package name: axyftp
  Version : 0.5.1
  Upstream Author : Alexander Yukhimets [EMAIL PROTECTED]
* URL : http://www.wxftp.seul.org/
* License : GPL/Artistic License
  Description : GUI FTP client for X Window System

AxY FTP is an X Window System FTP client designed to be used mainly on 
Linux workstations. It is written using Motif widget set and XmAxyList 
Widget. GTK+ GUI implementation is also available.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7alsa
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#292873: 3ddesktop: goto[bla] command line options with mode=flip do not exit

2005-01-30 Thread Wouter Michiel Koolen-Wijkstra
Package: 3ddesktop
Version: 0.2.7-1
Severity: normal


When mode=flip, 3ddesk --goto[bla] only returns when switching to an odd
numbered desktop. (I have only tested this with 4 desktops in KDE). When
switching to an even numbered desktop, the program keeps focus, like on
a normal (goto-less) invocation.

This does not happen in the other modes.

Kind regards,

Wouter Koolen-Wijkstra

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages 3ddesktop depends on:
ii  freeglut32.2.0-8 OpenGL Utility Toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libimlib21.1.2-3 powerful image loading and renderi
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxi6   4.3.0.dfsg.1-10 X Window System Input extension li
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  xlibmesa-gl [libgl1] 4.3.0.dfsg.1-10 Mesa 3D graphics library [XFree86]
ii  xlibmesa-glu [libglu1]   4.3.0.dfsg.1-10 Mesa OpenGL utility library [XFree
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#292875: iformat issue with man page

2005-01-30 Thread Joey Hess
Package: note
Version: 1.1.1-2
Severity: minor

The man page contains this:

   If topic-support is turned on (which is by default), the various notes
   are sorted under various topics. There is no special database field
   for the topic. Instead the topic will be stored right in the note.  If
   the first line of your note contains some text bordered by slashes (or
   whatever you prefer, set TopicSeparator in your config! default is
   slash), then note will consider it as the topic of this certain note.
   For examle:

B/TodoList/

The B should be removed.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages note depends on:
ii  perl  5.8.4-5Larry Wall's Practical Extraction 

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#292874: RFP: kasablanca -- Fast and free FTP client for KDE

2005-01-30 Thread james mcguire
Package: wnpp
Severity: wishlist


* Package name: kasablanca
  Version : 0.4.0.1
  Upstream Author : Name [EMAIL PROTECTED]
* URL : http://kasablanca.berlios.de/
* License : GPL
  Description : Fast and free FTP client for KDE

Kasablanca is an ftp client, written in c++, using the kde libraries. 
among its features are
currently encryption (auth tls) support, fxp, site bookmarks, and queued 
transfers.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7alsa
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#289307: ITP: pwc -- Free Philips USB Webcam driver for Linux replacing the old pwcx

2005-01-30 Thread Jose Carlos Garcia Sogo

 You posted it to debian-l10n-spanish instead of debian-devel-spanish

El sb, 29-01-2005 a las 14:03 +0100, Victor Seva escribi:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Now in version 7 I'm trying to get my pwc package to work with
 module-assistant.
 
 I need suggestions... I'm doing this correctly?
 
 Thanks to Sean Finney and Jesus Climent for their support
 
 Source packages:
 http://mentors.debian.net/debian/pool/main/p/pwc/
 http://linuxmaniac.homeip.net/debian/
 
 - --
 Victor Seva
 [EMAIL PROTECTED]
 http://www.torreviejawireless.org
 http://linuxmaniac.homeip.net
 jabber: [EMAIL PROTECTED]
 PGP Key ID: 0xDD12F253
 Socio numero 78 de ANURI
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFB+4mmS/DSSd0S8lMRAs5jAJoDpOqEiLuJU8GcODChOPWBFn80DgCeOpYS
 qTedWfswlUClS4dTWgG6yCI=
 =2ScB
 -END PGP SIGNATURE-
 
 
-- 
Jose Carlos Garcia Sogo
   [EMAIL PROTECTED]


signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Bug#292800: Digikam - huge memory leak when downloading from camera

2005-01-30 Thread Paul Telford
On Jan 29, 2005, at 4:06 PM, Richard Lamont wrote:
Package: digikam
Version: 0.7-3
Severity: important

Hi Richard,
 I have forwarded your bug report to the upstream author of digikam, it 
is in the KDE bug tracking system as bug #98227.
http://bugs.kde.org/show_bug.cgi?id=98227

Thanks,
 Paul.
P.S.  1000 pictures in one day?  Wow!!

--
Paul Telford | 1024D/431B38BA | [EMAIL PROTECTED] | [EMAIL PROTECTED]
   C903 0E85 9AF5 1B80 6A5F  F169 D7E9 4363 431B 38BA

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


Bug#292876: sbcl: FTBFS on amd64 with kernel 2.6.10

2005-01-30 Thread Frederik Schueler
Package: sbcl
Version: 1:0.8.19-1
Severity: important

Hello,

building sbcl on amd64 works fine if the kernel version is 2.6.8 but
fails with kernel version 2.6.10. Booting with noexec=off shows no
difference.

This segfault is different thant the usual alignment ones, it gets not
recorded in the kern.log.

If you need any additional infos, drop me a line. The buildd log is
attached.

Kind regards
Frederik Schuler

-- 
ENOSIG
---BeginMessage---
Automatic build of sbcl_1:0.8.19-1 on athlon.lowpingbastards.de by sbuild/amd64 
1.1.1.1
Build started at 20050127-0238
**
Checking available source versions...
Fetching source files...
Reading Package Lists...
Building Dependency Tree...
Need to get 3059kB of source archives.
Get:1 http://debian-amd64.alioth.debian.org sid/main sbcl 1:0.8.19-1 (dsc) 
[665B]
Get:2 http://debian-amd64.alioth.debian.org sid/main sbcl 1:0.8.19-1 (tar) 
[3047kB]
Get:3 http://debian-amd64.alioth.debian.org sid/main sbcl 1:0.8.19-1 (diff) 
[11.6kB]
Fetched 3059kB in 26s (116kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper ( 4.1.16), sbcl, common-lisp-controller (= 4.2), 
texinfo, tetex-bin, time
Checking for already installed source dependencies...
debhelper: already installed (in sufficient version 4.2.30  4.1.16)
sbcl: missing
common-lisp-controller: missing
texinfo: missing
tetex-bin: missing
time: missing
Checking for source dependency conflicts...
  /usr/bin/sudo /usr/bin/apt-get --purge  -q -y install sbcl 
common-lisp-controller texinfo tetex-bin time
Reading Package Lists...
Building Dependency Tree...
The following extra packages will be installed:
  cl-asdf ed libice6 libkpathsea3 libpaper1 libpng12-0 libsm6 libt1-5 libwww0
  libx11-6 libxaw7 libxext6 libxmu6 libxpm4 libxt6 mime-support realpath
  tetex-base ucf xfree86-common xlibs-data
Suggested packages:
  ilisp tetex-extra lpr gv postscript-viewer xpdf-reader pdf-viewer chktex
  lacheck rubber x-window-system-core x-window-system
Recommended packages:
  libpaper-utils tetex-doc dialog psutils texi2html perl-tk
The following NEW packages will be installed:
  cl-asdf common-lisp-controller ed libice6 libkpathsea3 libpaper1 libpng12-0
  libsm6 libt1-5 libwww0 libx11-6 libxaw7 libxext6 libxmu6 libxpm4 libxt6
  mime-support realpath sbcl tetex-base tetex-bin texinfo time ucf
  xfree86-common xlibs-data
0 upgraded, 26 newly installed, 0 to remove and 1 not upgraded.
Need to get 14.1MB/38.7MB of archives.
After unpacking 159MB of additional disk space will be used.
Get:1 http://debian-amd64.alioth.debian.org sid/main cl-asdf 1.86-1 [46.5kB]
Get:2 http://debian-amd64.alioth.debian.org sid/main realpath 1.9.16 [21.9kB]
Get:3 http://debian-amd64.alioth.debian.org sid/main common-lisp-controller 
4.12 [22.2kB]
Get:4 http://debian-amd64.alioth.debian.org sid/main sbcl 1:0.8.18.38-1 [14.0MB]
Get:5 http://debian-amd64.alioth.debian.org sid/main time 1.7-19 [33.0kB]
Preconfiguring packages ...
Fetched 14.1MB in 1m56s (121kB/s)
Selecting previously deselected package cl-asdf.
(Reading database ... 14600 files and directories currently installed.)
Unpacking cl-asdf (from .../cl-asdf_1.86-1_all.deb) ...
Selecting previously deselected package realpath.
Unpacking realpath (from .../realpath_1.9.16_amd64.deb) ...
Selecting previously deselected package common-lisp-controller.
Unpacking common-lisp-controller (from .../common-lisp-controller_4.12_all.deb) 
...
Setting up cl-asdf (1.86-1) ...

Setting up realpath (1.9.16) ...
Setting up common-lisp-controller (4.12) ...

Selecting previously deselected package sbcl.
(Reading database ... 14660 files and directories currently installed.)
Unpacking sbcl (from .../sbcl_1%3a0.8.18.38-1_amd64.deb) ...
Selecting previously deselected package texinfo.
Unpacking texinfo (from .../texinfo_4.7-2.2_amd64.deb) ...
Selecting previously deselected package ucf.
Unpacking ucf (from .../apt/archives/ucf_1.13_all.deb) ...
Moving old data out of the way
Selecting previously deselected package tetex-base.
Unpacking tetex-base (from .../tetex-base_2.0.2c-3_all.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_4.3.0.dfsg.1-10_amd64.deb) ...
Selecting previously deselected package libkpathsea3.
Unpacking libkpathsea3 (from .../libkpathsea3_2.0.2-26_amd64.deb) ...
Selecting previously deselected package libpaper1.
Unpacking libpaper1 (from .../libpaper1_1.1.14-3_amd64.deb) ...
Selecting previously deselected package libpng12-0.
Unpacking libpng12-0 (from .../libpng12-0_1.2.8rel-1_amd64.deb) ...
Selecting previously deselected package libsm6.
Unpacking libsm6 (from .../libsm6_4.3.0.dfsg.1-10_amd64.deb) ...
Selecting previously deselected package xfree86-common.
Unpacking xfree86-common (from .../xfree86-common_4.3.0.dfsg.1-10_all.deb) ...
Selecting previously deselected package xlibs-data.
Unpacking xlibs-data (from 

Bug#291672: fbrun crashes the x-server

2005-01-30 Thread Tobias Pfeiffer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
Matt Hope wrote:
| I think you mean fbrun kills your windowmanager - or are you sure it
| kills the server?
I cannot say for sure. because Restart from the fluxbox menu also
brings me back to the login manager (kdm), not like the usual behaviour.
Bye
Tobias
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFB/UND0JWAx4q8rvURAl7bAJ9qBrQ+ad4944xT+OcCLpt9X6E6mQCeLXk1
Ov/uPJsdsiVie4XVib4rwr0=
=xHWU
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#292758: lostirc: conversion to utf-8 fails on german umlaut in fullname

2005-01-30 Thread Morten Brix Pedersen
Hi,

* M. Dietrich [EMAIL PROTECTED] [2005-01-29 15:56:28]:
 if the fullname grabbed from /etc/passwd contains a special char like
 a german umlaut lostirc compains and can't logg into the remote
 server. i can't edit the fullname in the program or didn't found how.
 if i replace it in ~/.lostirc/options.conf everything is fine.

Can you please try recompiling LostIRC with the attached patch and see
if that makes it work for you? It needs to be applied against
LostIRCApp.cpp.

Thanks!

  - Morten.
Index: LostIRCApp.cpp
===
RCS file: /cvsroot/lostirc/lostirc/src/libirc/LostIRCApp.cpp,v
retrieving revision 1.43
diff -u -r1.43 LostIRCApp.cpp
--- LostIRCApp.cpp  24 Jun 2004 01:35:09 -  1.43
+++ LostIRCApp.cpp  30 Jan 2005 20:32:37 -
@@ -43,7 +43,7 @@
 
 // Only read until the first comma
 if (realname.find(,) != ustring::npos)
-  realname = realname.substr(0, realname.find(,));
+  realname = Util::convert_to_utf8(realname.substr(0, 
realname.find(,)));
 
 if (options.nick-empty())
   options.nick = Glib::get_user_name();


Bug#292880: sshd is unable to do X-forwarding with Kernel 2.6

2005-01-30 Thread Konstantin Seiler
Package: ssh
Version: 1:3.8.1p1-8.sarge.4
Severity: important


When upgrading from a 2.4-Kernel to 2.6, sshd is unable to handle
X-forwarding. 

Debug-Output of sshd follows:

Restarting OpenBSD Secure Shell server: sshddebug1: sshd version 
OpenSSH_3.8.1p1 Debian-8.sarge.4
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
socket: Address family not supported by protocol
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
debug1: Server will not fork when running in debugging mode.
Connection from 132.230.75.74 port 55348
debug1: Client protocol version 2.0; client software version OpenSSH_3.8.1p1 
Debian-8.sarge.4
debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.4 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4
debug1: list_hostkey_types: ssh-rsa,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client-server aes128-cbc hmac-md5 none
debug1: kex: server-client aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received
debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT
debug1: SSH2_MSG_KEX_DH_GEX_REPLY sent
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user kaymes service ssh-connection method none
debug1: attempt 0 failures 0
debug1: PAM: initializing for kaymes
debug1: PAM: setting PAM_RHOST to lanai.physik.uni-freiburg.de
debug1: PAM: setting PAM_TTY to ssh
Failed none for kaymes from 132.230.75.74 port 55348 ssh2
debug1: userauth-request for user kaymes service ssh-connection method publickey
debug1: attempt 1 failures 1
debug1: test whether pkalg/pkblob are acceptable
debug1: temporarily_use_uid: 1014/1014 (e=0/0)
debug1: trying public key file /home/kaymes/.ssh/authorized_keys
debug1: matching key found: file /home/kaymes/.ssh/authorized_keys, line 1
Found matching RSA key: bf:41:0b:52:e0:72:ec:f7:62:e2:c1:e1:2d:04:b1:87
debug1: restore_uid: 0/0
Postponed publickey for kaymes from 132.230.75.74 port 55348 ssh2
debug1: userauth-request for user kaymes service ssh-connection method publickey
debug1: attempt 2 failures 1
debug1: temporarily_use_uid: 1014/1014 (e=0/0)
debug1: trying public key file /home/kaymes/.ssh/authorized_keys
debug1: matching key found: file /home/kaymes/.ssh/authorized_keys, line 1
Found matching RSA key: bf:41:0b:52:e0:72:ec:f7:62:e2:c1:e1:2d:04:b1:87
debug1: restore_uid: 0/0
debug1: ssh_rsa_verify: signature correct
Accepted publickey for kaymes from 132.230.75.74 port 55348 ssh2
debug1: Entering interactive session for SSH2.
debug1: server_init_dispatch_20
debug1: server_input_channel_open: ctype session rchan 0 win 65536 max 16384
debug1: input_session_request
debug1: channel 0: new [server-session]
debug1: session_new: init
debug1: session_new: session 0
debug1: session_open: channel 0
debug1: session_open: session 0: link with channel 0
debug1: server_input_channel_open: confirm session
debug1: server_input_channel_req: channel 0 request pty-req reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req pty-req
debug1: Allocating pty.
debug1: session_pty_req: session 0 alloc /dev/pts/0
debug1: server_input_channel_req: channel 0 request x11-req reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req x11-req
debug1: x11_create_display_inet: Socket family 10 not supported
debug1: x11_create_display_inet: Socket family 10 not supported
debug1: x11_create_display_inet: Socket family 10 not supported
debug1: x11_create_display_inet: Socket family 10 not supported

[ MANY MANY identical lines skipped ]

debug1: x11_create_display_inet: Socket family 10 not supported
debug1: x11_create_display_inet: Socket family 10 not supported
debug1: x11_create_display_inet: Socket family 10 not supported
debug1: x11_create_display_inet: Socket family 10 not supported
Failed to allocate internet-domain X11 display socket.
debug1: x11_create_display_inet failed.
debug1: server_input_channel_req: channel 0 request [EMAIL PROTECTED] reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req [EMAIL PROTECTED]
debug1: temporarily_use_uid: 1014/1014 (e=0/0)
debug1: restore_uid: 0/0
debug1: channel 1: new [auth socket]
debug1: server_input_channel_req: channel 0 request shell reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req shell
debug1: PAM: setting PAM_TTY to /dev/pts/0
debug1: PAM: establishing credentials
debug1: Setting controlling tty using TIOCSCTTY.
debug1: server_input_channel_req: channel 0 request window-change reply 0
debug1: session_by_channel: session 0 

Bug#292816: INcreasing CHUNK_SIZE helps

2005-01-30 Thread Peter Chubb


I got the code and recompiled with CHUNK_SIZE set to 16k, and now I
see no problems.

PeterC


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



Bug#292881: greylistd: French debconf templates translation

2005-01-30 Thread jean-luc Coulon (f5ibh)
Package: greylistd
Severity: wishlist
Tags: l10n

Hi,

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

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

Regards

Jean-Luc

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (199, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-k8-7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
# translation of fr.po to 
# translation of fr.po to
#
#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.
# , 2005.
# , 2005.
#
msgid 
msgstr 
Project-Id-Version: greylistd 0.8.1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-01-17 16:10-0800\n
PO-Revision-Date: 2005-01-20 17:54+0100\n
Last-Translator: Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED]\n
Language-Team:  French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.9.1\n

#. Type: boolean
#. Description
#: ../templates:4
msgid Restart Exim after adding it to the greylist group?
msgstr 
Faut-il redémarrer Exim après l'avoir ajouté au groupe « greylist » ?

#. Type: boolean
#. Description
#: ../templates:4
msgid You are using Exim 4 as your Mail Transport Agent (MTA).  Great!
msgstr 
Votre agent de transport du courrier (« MTA : Mail Transport Agent ») est 
Exim4.

#. Type: boolean
#. Description
#: ../templates:4
msgid 
The \Debian-exim\ user will be added to the \greylist\ group, so that 
the Exim daemon process can talk to greylistd.  However, for this change to 
take effect, the process must also be restarted.
msgstr 
L'utilisateur « Debian-exim » va être ajouté au group « greylist » afin 
de permettre au démon Exim de dialoguer avec greylistd. Cependant, pour que 
ces changements soient effectifs, il faut aussi le redémarrer.

#. Type: note
#. Description
#: ../templates:13
msgid Exim 4 needs additional configuration
msgstr Configuration supplémentaire nécessaire pour Exim4

#. Type: note
#. Description
#: ../templates:13
msgid 
For greylisting to become effective, your Mail Transport Agent (MTA) needs 
to talk to greylistd while receiving incoming mail; and depending on the 
response, issue a temporary rejection (451 SMTP code) to the remote host.
msgstr 
Pour que la gestion des listes grises (« greylists ») soit effective, 
votre agent de transport du courriel (MTA) doit échanger des informations 
avec greylistd lorsqu'il reçoit du courrier entrant. Selon la réponse 
obtenue, il pourra envoyer une notification de rejet temporaire à l'hôte 
distant (code SMTP 451).

#. Type: note
#. Description
#: ../templates:13
msgid 
Since you are using Exim 4 as your MTA, a script is available for you to 
perform this task.  At a root prompt, type:\n
 # greylistd-setup-exim4 add\n
If you overwrite your Exim configuration files in the future (for instance, 
when upgrading Exim), you may need to re-run this command.
msgstr 
Puisque vous utilisez Exim4, un script est disponible pour vous permettre de 
réaliser cela. Á l'invite du superutilisateur (root), utilisez la commande 
suivante :\n
 # greylistd-setup-exim4 add\n
Si, par la suite, vous modifiez vos fichiers de configuration d'Exim (par 
exemple lors d'une mise à niveau d'Exim), vous devrez de nouveau lancer 
cette commande.

#. Type: note
#. Description
#: ../templates:13
msgid 
Later, before you uninstall \greylistd\, you want to run:\n
 # greylistd-setup-exim4 remove
msgstr 
Plus tard, avant de désinstaller « greylistd », vous devrez utiliser la 
commande :\n
 # greylistd-setup-exim4 remove

#. Type: note
#. Description
#: ../templates:13
msgid 
For more options and help on usage, run the command without any arguments, 
or see the \greylistd-setup-exim4(8)\ manual page.  One suggested option 
for the \add\ command is \-netmask=24\.
msgstr 
Pour obtenir davantage d'informations sur les options disponibles ou 
d'aide sur l'utilisation de cette commande, lancez-la sans aucun argument 
ou consultez la page de manuel « greylistd-setup-exim4(8) ». Il est 
suggéré d'utiliser l'option « -netmask=24 » avec la commande « add ».

#. Type: note
#. Description
#: ../templates:13
msgid 
The reason this operation is not performed automatically is that Exim's 
configuration files are tagged as \conffiles\, so per Debian Policy they 
are completely under your control.  Only you can change them.
msgstr 
Cette opération n'est pas faite automatiquement parce que les fichiers de 

Bug#260761: Bug #260761: gtk-doc-tools: gtkdoc-scan trapped by recursive symbolic links

2005-01-30 Thread Martin Quinson
Ho, well. The upstream convinced me that when your package have this issue,
you should fix it, not gtk-doc-tools. This is true.

And moreover, they convinced me that if you don't program gtk, you shouldn't
use this tool. So I switched to doxygen...

All this to say that closing this bug sounds like a good idea.

Thanks for your time,
Mt.

On Sat, Jan 29, 2005 at 11:31:18PM +, Roger Leigh wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hello,
 
 Regarding your bug report:
 
 Did the workaround suggestion in the GNOME bugzilla work out?
 Is the bug still a problem?
 
 I uploaded a new version of gtk-doc (1.3-1.1) today.  Does this
 improve things in any way?
 
 Upstream have marked this as wontfix.  Is this acceptable to you,
 and if not, do you have any workaround or patch you would like
 including in the Debian packages?
 
 
 Regards,
 Roger
 
 - -- 
 Roger Leigh
 Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
 Debian GNU/Linuxhttp://www.debian.org/
 GPG Public Key: 0x25BFB848.  Please sign and encrypt your 
 mail.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.5 (GNU/Linux)
 Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/
 
 iD8DBQFB/BzFVcFcaSW/uEgRAr2iAJ9hSbN2g0HzZ/mrfrkjtq2sWUy1YwCg73Lv
 HJTPbYG1mEbUyDqD1xoo49c=
 =2Wv/
 -END PGP SIGNATURE-
 


signature.asc
Description: Digital signature


Bug#292884: auctex spins forever with font-lock enabled

2005-01-30 Thread Daniel Burrows
Package: auctex
Version: 11.54-4
Severity: normal

  A couple days ago, I was editing a large file when emacs went into what 
appeared to be an infinite loop -- no display updates and it was eating 100% 
of CPU.  I killed it and re-opened the file, only to have it hang again.  
After a little experimentation, I determined that the following was 
happening: if font-lock-mode is enabled, and some other unknown circumstance 
holds, auctex goes nuts when I finish typing a tag.  For instance, I could 
type:

\en

  but when I type the d, auctex hangs.  If I let it run long enough, an 
autosave file is generated in which the d is present, and auctex can load 
and fontify it with no problems.

  I have no idea how to reduce this to a minimal test case, unfortunately.  I 
haven't seen it since I shut off font-lock-mode, but I can say that it 
happens even if I move my .emacs out of the way (so my personal settings 
aren't triggering whatever the problem is).

  Daniel

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set 
to en_US)

Versions of packages auctex depends on:
ii  debconf   1.4.42 Debian configuration management 
sy
ii  debianutils   2.11.2 Miscellaneous utilities specific 
t
ii  emacs21   21.3+1-8   The GNU Emacs editor
ii  make  3.80-9 The GNU version of the make 
util

-- debconf information:
  auctex/doauto: Background
* auctex/default: true
  auctex/logfile: /tmp/update-auctex-elisp.XFhc0SH
  auctex/alreadydefault:
  auctex/doautofg: File

-- 
/--- Daniel Burrows [EMAIL PROTECTED] --\
| The Turtle Moves! |
\ The Turtle Moves! -- http://www.lspace.org ---/


pgpChqf8Zpmhf.pgp
Description: PGP signature


Bug#292885: gimp: Rotate toolbox tool causes garbage to appear

2005-01-30 Thread David N. Welton
Package: gimp
Version: 2.2.2-1
Severity: normal


I opened an image up to rotate it just a bit with the gimp, and when I
grabbed the corner to rotate, it distorted the image and caused
garbage to appear.  If needed, I can take a screenshot to show exactly
how it's misbehaving.

Thanks,
Dave

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.6
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gimp depends on:
ii  aalib1   1.4p5-22ascii art library
ii  gimp-data2.2.2-1 Data files for The GIMP
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libasound2   1.0.8-1 ALSA library
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libexif100.6.9-4 The EXIF library allows you to par
ii  libexpat11.95.8-1XML parsing C library - runtime li
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgimp2.0   2.2.2-1 Libraries necessary to run the GIM
ii  libgimpprint14.2.7-4 The Gimp-Print printer driver libr
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liblcms1 1.13-1  Color management library
ii  libmng1  1.0.8-1 Multiple-image Network Graphics li
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtiff4 3.7.1-2 Tag Image File Format (TIFF) libra
ii  libwmf0.2-7  0.2.8-1.1   Windows metafile conversion librar
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxpm4  4.3.0.dfsg.1-10 X pixmap library
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  wget 1.9.1-8 retrieves files from the web
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#289901: Acknowledgement (lifelines: Potential nasty problems in 3.0.39. Fake RC bug to prevent it entering sarge)

2005-01-30 Thread Christian Perrier
According to lifelines authors, they're not confident enough for
declaring 4.0.40 stable. So, this bug will remain opened for
preventing lifelines to enter sarge.




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



Bug#292886: Phantom spaces appearing in TeX documents; related to fill?

2005-01-30 Thread Daniel Burrows
Package: auctex
Version: 11.54-4
Severity: normal

  I keep some TeX documents in a Subversion repository, and in the last few 
weeks (not sure just when it started) I started seeing diffs like this:

@@ -2993,13 +2994,13 @@
 
 \end{itemize}
 
-  \item $\alpha'=\alpha_c$.
+  \item $\alpha'=\alpha_c$. 

  It might not be obvious, but the difference there is that there's a single 
space at the end of the line that wasn't there before.  I wasn't sure at 
first where this was coming from, but I believe that I've tracked it down.  
It appears that when you hit M-q (to fill a paragraph) in an auctex buffer, 
random lines in the file get an extra space appended to them (mostly just 
final lines in paragraphs, but other lines get the same treatment sometimes 
too).

  Daniel

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set 
to en_US)

Versions of packages auctex depends on:
ii  debconf   1.4.42 Debian configuration management 
sy
ii  debianutils   2.11.2 Miscellaneous utilities specific 
t
ii  emacs21   21.3+1-8   The GNU Emacs editor
ii  make  3.80-9 The GNU version of the make 
util

-- debconf information:
  auctex/doauto: Background
* auctex/default: true
  auctex/logfile: /tmp/update-auctex-elisp.XFhc0SH
  auctex/alreadydefault:
  auctex/doautofg: File

-- 
/--- Daniel Burrows [EMAIL PROTECTED] --\
|  We're definitely at the forefront of this.  This idea of|
|   protecting your files is still pretty new because the idea  |
|   of firewalls is still pretty new. -- a representative of the   |
|   Brown Faculty Advisory Computing Committee, September 2001. |
\-- (if (not (understand-this)) (go-to http://www.schemers.org)) ---/


pgpXMLjEc2xhy.pgp
Description: PGP signature


Bug#292887: upgrading from drupal 4.4.x does not upgrade the mysql database and makes drupal inaccesable

2005-01-30 Thread paul b van den berg
Package: drupal
Version: 4.5.2-1
Severity: grave
Justification: renders package unusable

After upgrading from 4.4.x to 4.5.2 I could not connect to my drupal
installation, due to a missing table users_roles.
dpkg-reconfigure drupal gave the following output:
I: Attempting to update database
An override for /var/lib/drupal/files already exists, but --force specified 
so lets ignore it.

I would like to see a passed or failed after the I: line.
In my case the upate failed.

After running /usr/share/drupal/update.php I was able to use the system again.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages drupal depends on:
ii  apache1.3.33-3   versatile, high-performance HTTP s
ii  debconf   1.4.30.11  Debian configuration management sy
ii  exim4 4.34-10An MTA (Mail Transport Agent)
ii  exim4-daemon-light [mail-tran 4.34-10Lightweight version of the Exim (v
ii  makepasswd1.10-2 Generate and encrypt passwords
ii  mysql-client [virtual-mysql-c 4.0.23-3   mysql database client binaries
ii  php4-cli  4:4.3.10-2 command-line interpreter for the p
ii  php4-mysql4:4.3.10-2 MySQL module for php4
ii  postgresql-client 7.4.6-6front-end programs for PostgreSQL
ii  wwwconfig-common  0.0.42 Debian web auto configuration

-- debconf information:
* drupal/remove_backups: false
  drupal/createuser_failed:
* drupal/db_auto_update: true
  drupal/dropdb_failed:
  drupal/upgradedb_impossible:
* drupal/dbgeneration: false
* drupal/dbtype: MySQL
* drupal/database_doremove: false
  drupal/createdb_failed:
* drupal/dbserver: localhost
* drupal/webserver: apache
  drupal/upgradedb_failed:
* drupal/dbname: drupal
* drupal/dbuser: drupal
  drupal/dbadmin: root
  drupal/initdb_failed:
  drupal/conffile_failed:


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



Bug#288006: ntop leaks memory

2005-01-30 Thread Ola Lundqvist
Hello

On Fri, Dec 31, 2004 at 06:05:31PM +0100, Jerome Warnier wrote:
 Package: ntop
 Version: 2:3.0-3
 Severity: important
 
 It seems it has been a long time since ntop leaks memory (at least when
 running as daemon). You could already notice it in Woody, and this is
 still a big problem in Sarge. I even suspect ntop to make one of my
 servers crash a few days ago, after running several days on a quite busy
 network. Very difficult to trace indeed, though seing its huge memory
 usage is very easy.
 
 Maybe the next release (3.1, released on 21st of Decembre) fixes this?
 The announce says smarter memory usage.

I have uploaded a 3.1 ntop version to exprimental. I do not get it to
work though as I get a segmentation fault. If you have time to take a
look at it, that would be really nice.

Regards,

// Ola

 Thanks
 
 -- System Information:
 Debian Release: 3.1
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.8-1-686-smp
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 
 Versions of packages ntop depends on:
 ii  debconf 1.4.30.11Debian configuration management 
 sy
 ii  libc6   2.3.2.ds1-18 GNU C Library: Shared libraries 
 an
 ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared 
 lib
 ii  libgd2-xpm  2.0.33-1.1   GD Graphics Library version 2
 ii  libgdbm31.8.3-2  GNU dbm database routines 
 (runtime
 ii  libglib1.2  1.2.10-9 The GLib library of C routines
 ii  libjpeg62   6b-9 The Independent JPEG Group's 
 JPEG 
 ii  libpcap0.7  0.7.2-7  System interface for user-level 
 pa
 ii  libpng12-0  1.2.8rel-1   PNG library - runtime
 ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
 ii  libxml2 2.6.11-5 GNOME XML library
 ii  zlib1g  1:1.2.2-3compression library - runtime
 
 -- debconf information:
 * ntop/user: ntop
 * ntop/interfaces: bond0
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  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#292327: Possible wrong Prerequisites

2005-01-30 Thread Thorsten Haude
Hi,

some helpful tips on the SA mailing list brought me to taking a closer
look at SA's package: Razor, one of the network tests, is not a
prerequisite. If SA is configured to use the network tests, it might
make sense to get the packages installed that are required for this.


Thorsten
-- 
Im übrigen gilt ja hier derjenige, der auf den Schmutz hinweist,
für viel gefährlicher als der, der den Schmutz macht.
- Kurt Tucholsky


pgp3HcULEKiq9.pgp
Description: PGP signature


Bug#292888: Installation story on Acer TravelMate 4000WLMi notebook

2005-01-30 Thread Sarantos Kapidakis
Package: installation-reports

INSTALL REPORT

Debian-installer-version: 2005-01-13, official sarge-i386-netinst.iso
uname -a: Linux eva 2.4.27-2-686 #1 Thu Dec 30 18:26:31 JST 2004 i686 GNU/Linux
Date: 2005-01-15
Method: bootstrapping (-- more on this later).
Machine: Acer TravelMate 4000WLMi notebook
Processor: Intel(R) Pentium(R) M processor 1.40GHz
Memory: 512Mb
Root Device: IDE
Root Size/partition table:
/dev/hda1 : start=   63, size=  6152832, Id=12 Acer Disk-to-Disk recovery
/dev/hda2 : start=  6152895, size=  8385930, Id=83 /
/dev/hda3 : start= 14538825, size= 20964825, Id= c, bootable XP
/dev/hda4 : start= 35503650, size= 81706590, Id= f
/dev/hda5 : start= 35503713, size= 67087377, Id= b
/dev/hda6 : start=102591153, size=  6297417, Id=83 /usr/local
/dev/hda7 : start=10633, size=  8321607, Id=83 /home
I have installed grub on /dev/hda
and use bootpart on XP (default bootable partition) to boot on Debian
Output of lspci:
:00:00.0 Host bridge: Intel Corp. 82852/855GM Host Bridge (rev 02)
:00:00.1 System peripheral: Intel Corp. 855GM/GME GMCH Memory I/O Control 
Registers (rev 02)
:00:00.3 System peripheral: Intel Corp. 855GM/GME GMCH Configuration 
Process Registers (rev 02)
:00:01.0 PCI bridge: Intel Corp. 855GME GMCH Host-to-AGP Bridge (Virtual 
PCI-to-PCI) (rev 02)
:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #1 (rev 03)
:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #2 (rev 03)
:00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #3 (rev 03)
:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI 
Controller (rev 03)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 83)
:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 03)
:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage 
Controller (rev 03)
:00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus 
Controller (rev 03)
:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 
Modem Controller (rev 03)
:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility 
Radeon 9600 M10]
:02:02.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 
01)
:02:04.0 Network controller: Intel Corp. PRO/Wireless 2200BG (rev 05)
:02:06.0 CardBus bridge: Texas Instruments: Unknown device 8031
:02:06.2 FireWire (IEEE 1394): Texas Instruments: Unknown device 8032
:02:06.3 Unknown mass storage controller: Texas Instruments: Unknown device 
8033
Output of lspci -n:
:00:00.0 0600: 8086:3580 (rev 02)
:00:00.1 0880: 8086:3584 (rev 02)
:00:00.3 0880: 8086:3585 (rev 02)
:00:01.0 0604: 8086:3581 (rev 02)
:00:1d.0 0c03: 8086:24c2 (rev 03)
:00:1d.1 0c03: 8086:24c4 (rev 03)
:00:1d.2 0c03: 8086:24c7 (rev 03)
:00:1d.7 0c03: 8086:24cd (rev 03)
:00:1e.0 0604: 8086:2448 (rev 83)
:00:1f.0 0601: 8086:24cc (rev 03)
:00:1f.1 0101: 8086:24ca (rev 03)
:00:1f.3 0c05: 8086:24c3 (rev 03)
:00:1f.5 0401: 8086:24c5 (rev 03)
:00:1f.6 0703: 8086:24c6 (rev 03)
:01:00.0 0300: 1002:4e50
:02:02.0 0200: 14e4:4401 (rev 01)
:02:04.0 0280: 8086:4220 (rev 05)
:02:06.0 0607: 104c:8031
:02:06.2 0c00: 104c:8032
:02:06.3 0180: 104c:8033

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[E]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [E]
Detect hard drives: [E]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [E]

Comments/Problems:
There is an incompatibility between the kernel and my hardhare.
This prevents me booting on most normal ways - e.g. using knoppix or
Debian default boot methods.
I managed to boot knoppix, using the failsafe option.
Debian should also have a way to omit utilizing some of my hardware,
to help the system boot on kernel incompatibilities.

The boot image (and all other boot debian images I tried) did not work.
The system crashed on loading some kernel modules.
I booted using knoppix, formatted the partitions, and used the bootstrapping
to install the system from the network.

I understand that this is a kernel problem, so I tried all other availabe 
(precompiled) versions of the kernel, but the module still crashes the system.
I include later information about this problem (with one of ythe versions of 
the kernel)

In order to be able to boot later, I had to prohibit loading the i810_audio 
module.
Every time Debian rebuilds the modules.conf file, my system is not bootable, 
and I have 

Bug#292889: entering new item is confusingly different than editing existing item

2005-01-30 Thread Joey Hess
Package: hnb
Version: 1.9.17-4
Severity: normal

If I just start typing into hdb, it creates a new item in the list. At
this point each character I type shows up, but the cursos is hidden (in
the lower-right corner), and there is no line editing support. So I
cannot move around in the entry I'm adding, and it's not really
intuitive that I'm doing text entry at all, since everyone has been
trained to expect to see a cursor when entering text.

I think hdb should use the same UI for adding a new item as it uses when
I edit an existing item, so there is a cursor and arrow keys and delete
work.

I'm using the standard hdbrc.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages hnb depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#292892: k3b has problems Reading local song database

2005-01-30 Thread Helen Faulkner
Package: k3b
Version: 0.11.19-1
Severity: normal
When I start k3b, it seems to get stuck for a long time while the
splash-screen says it is Reading local song database.  It used to
start in seconds, now it seems to get stuck at this point for several
minutes before continuing, using most of the CPU in the process.
As far as I know, there is no local song database.  Certainly there is
nothing that should require that much processing.  I'm not sure what k3b
is actually doing at this point.  It is certainly annoying and I wonder
whether this is a slightly poorly designed feature or whether it could
be symptomatic of some larger problem.
Please let me know if I can provide any more information about this.
Thanks,
Helen.
-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Versions of packages k3b depends on:
ii  cdparanoia   3a9.8-11An audio extraction tool
for sampl
ii  cdrecord 4:2.01+01a01-2  command line CD writing tool
ii  k3blibs  0.11.19-1   The KDE cd burning
application lib
ii  kcontrol 4:3.3.2-1   KDE Control Center
ii  kdebase-bin  4:3.3.2-1   KDE Base (binaries)
ii  kdelibs-data 4:3.3.2-1   KDE core shared data
ii  kdelibs4 4:3.3.2-1   KDE core libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D
graphi
ii  libarts1 1.3.2-2 aRts Sound system
ii  libasound2   1.0.8-1 ALSA library
ii  libaudio21.7-2   The Network Audio System
(NAS). (s
ii  libaudiofile00.2.6-5 Open-source version of
SGI's audio
ii  libc62.3.2.ds1-20GNU C Library: Shared
libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon -
Shared
ii  libfam0c102  2.7.0-6 client library to control
the FAM
ii  libfontconfig1   2.2.3-4 generic font configuration
library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine,
shared lib
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library,
implementation
ii  libjack0.80.0-0  0.99.0-2JACK Audio Connection Kit
(librari
ii  libmad0  0.15.1b-1   MPEG audio decoder library
ii  libogg0  1.1.0-1 Ogg Bitstream Library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded
runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session
Management
ii  libstdc++5   1:3.3.5-7   The GNU Standard C++ Library v3
ii  libvorbis0a  1.0.1-1 The Vorbis General Audio
Compressi
ii  libvorbisenc21.0.1-1 The Vorbis General Audio
Compressi
ii  libvorbisfile3   1.0.1-1 The Vorbis General Audio
Compressi
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol
client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-10 X Window System
miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing
librar
ii  libxrandr2   4.3.0.dfsg.1-10 X Window System Resize,
Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension
client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  mkisofs  4:2.01+01a01-2  Creates ISO-9660 CD-ROM
filesystem
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB)
configu
ii  zlib1g   1:1.2.2-4   compression library - runtime
-- no debconf information

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


Bug#292893: smartmontools produce scsi: unknown opcode 0x4d

2005-01-30 Thread Adi Kriegisch
Package: smartmontools
Version: 5.32-2

(I hope this is the right place to report this bug)

After one of the last kernel upgrades (I didn't reboot since 2.6.8-11) -- 
either 2.6.8-12 or 2.6.8-13 -- introduced something that makes smartctl and 
smartd to produce the following kernel messages every time they access smart 
information from my harddisks:
scsi: unknown opcode 0x4d

running smartctl -a /dev/sda produces about 20 entries.

From what I found out of kernel-source-2.6.8-13 changelog:

   * scsi-ioctl.dpatch
 Provide a warning about unknown opcodes (Andres Salomon).

I would say that this might be related somehow. Anyways, I hope this is the 
right place to report this bug.

As kernel 2.6.8 and smartmontools 5.32 should go into sarge maybe this should 
get fixed somehow...

best regards,
 Adi Kriegisch



  1   2   >