Bug#289560: vim: Race conditions and symlink attacks in vim (tcltags and vimspell)

2005-01-10 Thread Javier Fernández-Sanguino Peña
On Mon, Jan 10, 2005 at 10:33:00AM +0100, Bram Moolenaar wrote:
   Did you contact the original authors, Darren Hiebert and Neil
   Schemenauer?
  
  No, I didn't. I was not sure if they were still active. Do you want me to 
  forward this?
 
 Yes.  They are the authors, thus I hesitate to change their work without
 at least trying to contact them.

Ok. Will do.

 
   I wonder if there isn't a shorter method.  The handling of the temp file
   becomes more than half the script this way.
  
  Actually, there is, you could remove the lines that try to use a temporary
  file in a temporary directory (below the comments) and just abort with a 
  Cannot create temporary file message if tmp_tagfile (or OUTFILE) are 
  'none'.
 
 So there would be a few (old?) systems where the script won't work?

Correct. Those that don't have mktemp or tempfile. These should be 
available in most Linux distributions but I'm not sure about their 
availability in other UNIX systems (I believe mktemp is available in 
Solaris, in HP-UX and in Tru64 but not in AIX, for example)

Regards

Javier




signature.asc
Description: Digital signature


Bug#289560: vim: Race conditions and symlink attacks in vim (tcltags and vimspell)

2005-01-10 Thread Javier Fernández-Sanguino Peña
On Mon, Jan 10, 2005 at 10:33:00AM +0100, Bram Moolenaar wrote:
 
 Javier -
 
   Did you contact the original authors, Darren Hiebert and Neil
   Schemenauer?
  
  No, I didn't. I was not sure if they were still active. Do you want me to 
  forward this?
 
 Yes.  They are the authors, thus I hesitate to change their work without
 at least trying to contact them.

At least one of the mail addresses ([EMAIL PROTECTED]) bounces.

Regards

Javier


signature.asc
Description: Digital signature


Bug#289444: vlc: No video (at least xvid ones) can be read when using ffmpeg from debian

2005-01-10 Thread Sam Hocevar
 In fact, I think that vlc does not use ffmpeg at all (it is not in the
 dependencies).

   This is expected: the ffmpeg libraries are statically linked.

-- 
Sam.


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



Bug#289613: lessdisks: chroot install needlessly pauses to warn about rebooting

2005-01-10 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10-01-2005 04:06, Vagrant Cascadian wrote:
 Package: lessdisks
 Severity: normal
 Tags: patch
 
 if the server has the same kernel as the kernel installed into a
 lessdisks chroot, during installation it gives an annoying and
 misleading warning:
 
  You are attempting to install a kernel version that is the same as
  the version you are currently running (version $running). The modules
  list is quite likely to have been changed, and the modules dependency
  file /lib/modules/$version/modules.dep needs to be re-built.
 
 it requires hitting enter to proceed with the installation...
 
 the attached patch should fix this, by enabling the silent_modules
 option in the chroot's /etc/kernel-img.conf

Ahh - makes sense.

I'll throw this into next release, and hope you'll test that it actually
works, ok?


 - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB4lT5n7DbMsAkQLgRAm+cAJ9cDWj3gTa2l2Oh7D5EPP2lsfHi+wCeJzMU
GQcCB2RiPSr2YAzYSvLU/7Y=
=L8jf
-END PGP SIGNATURE-



Bug#289634: Description for ogre-tools should not say Ogre's proprietary mesh format

2005-01-10 Thread Federico Di Gregorio
On Mon, Jan 10, 2005 at 12:51:26AM -0800, Josh Triplett wrote:
 Package: ogre-tools
 Version: 0.15.1-8
 Severity: minor
 
 The description for ogre-tools currently says:
 
  Ogre is a complete object-oriented 3D rendering engine. It supports
  different rendering subsystems but only the OpenGL system is useful
  for Linux.
 
  This package contains tools used to convert from and to Ogre's
  proprietary mesh format.
 
 The custom native format of any Free Software program is by definition
 not proprietary; furthermore, proprietary has strong negative
 connotations.  I suggest s/proprietary/custom/ or s/proprietary/native/.

While I don't give such a negative connotation to proprietary I
agree that using another term can be better. I'll change to native
in -9.

thank you for your help,
federico




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



Bug#289644: pkgconfig files missing for mdbtools

2005-01-10 Thread Martin Ellis
Package: mdbtools
Version: 0.5.99.0.6pre1.0.20041117-2
Severity: wishlist

Please include /usr/lib/pkgconfig/libmdb{,sql}.pc in future versions of
this package - it seems to make writing configure.in files for packages
that use mdbtools somewhat simpler.

Thanks
Martin

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=en_GB, LC_CTYPE=en_GB

Versions of packages mdbtools depends on:
ii  libc6   2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libglib2.0-02.4.7-1  The GLib library of C routines
ii  libmdbtools 0.5.99.0.6pre1-2 mdbtools libraries
ii  libreadline44.3-11   GNU readline and history libraries

-- no debconf information


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



Bug#289645: glimmer: Please remove the Build-Depends on 'libdb3-dev'

2005-01-10 Thread Andreas Jochens
Package: glimmer
Severity: wishlist
Tags: patch

The attached patch removes the Build-Depends on 'libdb3-dev'
from debian/control. It is not necessary and causes some problems
on the amd64 and ppc64 architectures.

Regards
Andreas Jochens

diff -urN ../tmp-orig/glimmer-1.2.1/debian/control ./debian/control
--- ../tmp-orig/glimmer-1.2.1/debian/control2005-01-10 11:27:52.736727248 
+0100
+++ ./debian/control2005-01-10 11:15:04.473521008 +0100
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Joe Drew [EMAIL PROTECTED]
-Build-Depends: python2.3-dev, python-gtk-1.2, libgtk1.2-dev, libgnome-dev, 
liborbit-dev, debhelper (= 2.0), gettext, xlibs-dev, libglib1.2-dev, 
libart-dev, gdk-imlib1-dev, libaudiofile-dev, libesd0-dev, libdb3-dev, 
libgdk-pixbuf-dev (= 0.11.0-2), libglade-gnome0-dev, libglade0-dev, 
libgnome-vfs-dev (= 1.0.1), libxml-dev, libgnomeprint-dev, libzvt-dev, 
libgtkxmhtml-dev
+Build-Depends: python2.3-dev, python-gtk-1.2, libgtk1.2-dev, libgnome-dev, 
liborbit-dev, debhelper (= 2.0), gettext, xlibs-dev, libglib1.2-dev, 
libart-dev, gdk-imlib1-dev, libaudiofile-dev, libesd0-dev, libgdk-pixbuf-dev 
(= 0.11.0-2), libglade-gnome0-dev, libglade0-dev, libgnome-vfs-dev (= 1.0.1), 
libxml-dev, libgnomeprint-dev, libzvt-dev, libgtkxmhtml-dev
 Standards-Version: 3.6.1
 
 Package: glimmer


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



Bug#289646: kbabel: crash with some .po file

2005-01-10 Thread Matas Costa
Package: kbabel
Version: 4:3.3.1-2
Severity: grave
Justification: renders package unusable

kbabel crashes (SIGSEGV) with certain entries. This makes imposible to work. 
You can find a file with this problem at

http://webs.ono.com/uucp/knewsticker_crash.po

Open the file, go to entry 98 (Crtl+g). Try to save or move to other entry. 
Backtrace:

(no debugging symbols found)
-- message repeats 23 times --
[Thread debugging using libthread_db enabled]
[New Thread -1222682240 (LWP 4546)]
(no debugging symbols found)
-- message repeats 22 times --
[KCrash handler]
#4  0xb66e0d45 in DataBaseManager::addLocation ()
   from /usr/lib/kde3/kbabeldict_dbsearchengine.so
#5  0xb66dec89 in DataBaseManager::putItem ()
   from /usr/lib/kde3/kbabeldict_dbsearchengine.so
#6  0xb66e169a in DataBaseManager::putNewTranslation ()
   from /usr/lib/kde3/kbabeldict_dbsearchengine.so
#7  0xb66d7e25 in KDBSearchEngine::stringChanged ()
   from /usr/lib/kde3/kbabeldict_dbsearchengine.so
#8  0x080ec354 in KBabelDictBox::prevResult ()
#9  0x08091df1 in QMemArraychar::detach ()
#10 0x08087708 in KBabelView::update ()
#11 0x08086eed in KBabelView::update ()
#12 0x0808f8a0 in KBabelView::staticMetaObject ()
#13 0xb71db52c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#14 0xb71db354 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#15 0xb7a0edbb in KAction::activated () from /usr/lib/libkdeui.so.4
#16 0xb7a0e78f in KAction::slotActivated () from /usr/lib/libkdeui.so.4
#17 0xb7a0efc1 in KAction::qt_invoke () from /usr/lib/libkdeui.so.4
#18 0xb71db52c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#19 0xb71db354 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#20 0xb77f619b in KAccelPrivate::menuItemActivated ()
   from /usr/lib/libkdecore.so.4
#21 0xb77f49d8 in KAccelPrivate::eventFilter () from /usr/lib/libkdecore.so.4
#22 0xb71d8e5e in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#23 0xb71d8d8c in QObject::event () from /usr/lib/libqt-mt.so.3
#24 0xb721160f in QWidget::event () from /usr/lib/libqt-mt.so.3
#25 0xb72cfca2 in QMainWindow::event () from /usr/lib/libqt-mt.so.3
#26 0xb717ebcf in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#27 0xb717e6c4 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#28 0xb7771e03 in KApplication::notify () from /usr/lib/libkdecore.so.4
#29 0xb77f394b in KAccelEventHandler::x11Event ()
   from /usr/lib/libkdecore.so.4
#30 0xbdcf in KApplication::x11EventFilter ()
   from /usr/lib/libkdecore.so.4
#31 0xb71074a8 in qt_set_x11_event_filter () from /usr/lib/libqt-mt.so.3
#32 0xb74b in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#33 0xb71281a4 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#34 0xb7190f28 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#35 0xb7190dd8 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#36 0xb717ee21 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#37 0x080749d4 in ?? ()
#38 0xb980 in ?? ()
#39 0x in ?? ()
#40 0x in ?? ()
#41 0x in ?? ()
#42 0x in ?? ()
#43 0x0001 in ?? ()
#44 0x0811d9c0 in _IO_stdin_used ()
#45 0x in ?? ()
#46 0x0811d980 in _IO_stdin_used ()
#47 0x0811d730 in _IO_stdin_used ()
#48 0x000b in ?? ()
#49 0xb6e20e54 in ?? () from /usr/lib/libstdc++.so.5
#50 0x000b in ?? ()
#51 0x0811e95d in typeinfo name for QGList ()
#52 0xb9a8 in ?? ()
#53 0xb6dff2ee in operator new () from /usr/lib/libstdc++.so.5
#54 0xb6c23900 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#55 0x08072991 in ?? ()

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

Versions of packages kbabel depends on:
ii  kdelibs4  4:3.3.2-0pre1 KDE core libraries
ii  libart-2.0-2  2.3.16-6  Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-19  GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-17 Berkeley v4.2 Database Libraries [
ii  libfam0c102   2.7.0-6   client library to control the FAM 
ii  libgcc1   1:4.0-0pre2   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  libpng12-01.2.8rel-1PNG library - runtime
ii  libqt3c102-mt 3:3.3.3-7 Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-10   X Window System Session Management
ii  libstdc++51: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   

Bug#287371: [xml/sgml-pkgs] Bug#287371: xsltproc: Probable memory leak (when using document()?)

2005-01-10 Thread Vincent Lefevre
On 2004-12-31 14:15:42 +0900, Mike Hommey wrote:
 On Fri, Dec 31, 2004 at 02:40:54AM +0100, Vincent Lefevre [EMAIL PROTECTED] 
 wrote:
  On 2004-12-30 14:05:06 +0900, Mike Hommey wrote:
   Can you try with xsltproc from the experimental distribution? I know
   several memleaks have been fixed there and in libxml2.
  
  Unfortunately, there's no package for PowerPC yet.
 
 Can't you try to build it ?

I could try on an x86 machine where I've installed the experimental
libxml2 package (version 2.6.16-1). The problem is still there.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


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



Bug#289647: chkrootkit: /etc/cron.daily/chkrootkit - Change of -e test to -r/-f

2005-01-10 Thread Jari
Package: chkrootkit
Severity: minor


Perhaps this test:

if [ -e $CF ]; then
. $CF
fi


might better use -r?

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
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)


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



Bug#289649: artwiz fonts not working under fluxbox

2005-01-10 Thread Samid Tennakoon
Package: xfonts-artwiz
Version: 2.8

When I installed xfonts-artwiz package and set the
menu font to artwiz-nu in fluxbox, it doesnt seem to
load the font
correctly. It shows up on xfontsel ok also shows up in
xlsfonts | grep artwiz

I found that the fonts (artwiz-aleczapka-en-1.3.tar) I
downloaded from the official artwiz site seems to work
with fluxbox.

eg:
-artwiz-anorexia-medium-r-normal--0-0-75-75-p-0-iso8859-1

Updating the xfonts-artwiz package with the latest
fonts from the official artwiz site would be great :)

I am using Debian GNU/Linux 3.0r3 (unstable) kernel
2.6.8-1-386
fluxbox 0.9.11

regards,
Samid




Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com


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



Bug#286767: some more info

2005-01-10 Thread Spiro Trikaliotis
Hello,

* On Sun, Jan 09, 2005 at 02:26:57PM -0600 Zed Pobre wrote:
 
 Well, building with this patch seems to work, but unfortunately it
 doesn't fix the C128 problem.  It still dies at exactly the same
 point.  This is with the 1.15 roms.  It does so even if I move my
 .vice directory out of the way.

Try the attached patch vice-1.15-submenu.diff.gz, please.

For the Z80 issue, try the attached patch vice-1.15-z80.diff.gz.

Regards,
   Spiro.

-- 
Spiro R. Trikaliotis
http://www.trikaliotis.net/
http://www.viceteam.org/


signature.asc
Description: Digital signature


Bug#289650: Shows KDE items in the gnome menu

2005-01-10 Thread Sjoerd Simons
Package: libgnomevfs2-common
Version: 2.8.3-8
Severity: normal
Tags: patch

When both KDE and gnome are installed, the main gnome menu shows the kde items
too.. Which isn't very nice.

See http://fire.luon.net/~sjoerd/scareseb128.png for example..

Attached patch bans KDE stuff from the gnome menu...

  Sjoerd

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

Versions of packages libgnomevfs2-common depends on:
ii  gconf2  2.8.1-4  GNOME configuration database syste
ii  gnome-mime-data 2.4.1-2  base MIME and Application database
ii  libbonobo2-02.8.0-4  Bonobo CORBA interfaces library
ii  libbz2-1.0  1.0.2-2  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libfam0c102 2.7.0-6  client library to control the FAM 
ii  libgconf2-4 2.8.1-4  GNOME configuration database syste
ii  libgcrypt11 1.2.0-11 LGPL Crypto library - runtime libr
ii  libglib2.0-02.4.8-1  The GLib library of C routines
ii  libgnomevfs2-0  2.8.3-8  The GNOME virtual file-system libr
ii  libgnutls11 1.0.16-13GNU TLS library - runtime library
ii  libgpg-error0   1.0-1library for common error values an
ii  libhowl00.9.8-2  Library for Zeroconf service disco
ii  liborbit2   1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  libsmbclient3.0.10-1 shared library that allows applica
ii  libtasn1-2  0.2.10-4 Manage ASN.1 structures (runtime)
ii  libxml2 2.6.11-5 GNOME XML library
ii  shared-mime-info0.15-1   FreeDesktop.org shared MIME databa
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information
--- modules/vfolder/applications-all-users.vfolder-info.in.orig 2005-01-09 
15:09:25.0 +
+++ modules/vfolder/applications-all-users.vfolder-info.in  2005-01-09 
15:18:46.504575825 +
@@ -33,7 +33,11 @@
 
 Query
   And
+KeywordApplication/Keyword
 KeywordCore/Keyword
+Not
+  KeywordKDE/Keyword
+/Not
!-- FIXME: Seth, why would this be wanted? --
!--Not
  KeywordMerged/Keyword
@@ -51,6 +55,7 @@
  KeywordUtility/Keyword
  Not
KeywordSystem/Keyword
+  KeywordKDE/Keyword
  /Not
/And
   /Query
@@ -67,6 +72,7 @@
  KeywordAccessibility/Keyword
  Not
KeywordSettings/Keyword
+  KeywordKDE/Keyword
  /Not
/And
   /Query
@@ -83,6 +89,7 @@
   KeywordApplication/Keyword
   Not
 KeywordSettings/Keyword
+KeywordKDE/Keyword
   /Not
 /And
   /Query
@@ -103,6 +110,9 @@
 And
   KeywordApplication/Keyword
  KeywordDevelopment/Keyword
+  Not
+KeywordKDE/Keyword
+  /Not
 /And
   /Query
   DontShowIfEmpty/
@@ -116,6 +126,9 @@
 And
   KeywordApplication/Keyword
  KeywordGame/Keyword
+  Not
+KeywordKDE/Keyword
+  /Not
 /And
   /Query
   DontShowIfEmpty/
@@ -129,6 +142,9 @@
 And
   KeywordApplication/Keyword
  KeywordGraphics/Keyword
+  Not
+KeywordKDE/Keyword
+  /Not
 /And
   /Query
   DontShowIfEmpty/
@@ -142,6 +158,9 @@
 And
   KeywordApplication/Keyword
  KeywordNetwork/Keyword
+  Not
+KeywordKDE/Keyword
+  /Not
 /And
   /Query
   DontShowIfEmpty/
@@ -155,6 +174,9 @@
 And
   KeywordApplication/Keyword
  KeywordAudioVideo/Keyword
+  Not
+KeywordKDE/Keyword
+  /Not
 /And
   /Query
 
@@ -178,6 +200,9 @@
KeywordCalendar/Keyword
KeywordProjectManagement/Keyword
  /Or
+Not
+  KeywordKDE/Keyword
+/Not
/And
   /Query
   DontShowIfEmpty/
@@ -198,6 +223,7 @@
   KeywordApplication/Keyword
   Not
 KeywordSettings/Keyword
+KeywordKDE/Keyword
   /Not
   KeywordSystem/Keyword
 /And


Bug#289466: Identification of problem

2005-01-10 Thread Christian Perrier
Quoting Frank Lichtenheld ([EMAIL PROTECTED]):
 On Mon, Jan 10, 2005 at 07:46:56AM +0100, Christian Perrier wrote:
  After looking at viewcvs config and postinst script, the situation is
  even worse : all settings made by the local admin are always replaced
  by debconf values when upgrading.
 
 This isn't true. The script tries to read all values from the old
 config. You must overlooked the lines like
 cvs_roots=`/usr/lib/viewcvs/viewcvs-config --get cvs_roots`
 etc.
 
 It's not perfect and I don't like it but it is not as worse as
 you declare it.

Hmm, you're right. Apologies to the maintainerI overread the
config script.

Then it might be easier to fix : just do nothing when there are
virtual hosts, as you suggested.





Bug#289271: In addition, I believe that fai-setup:add_export_line() is broken

2005-01-10 Thread Thomas Lange
 On Sat, 08 Jan 2005 14:48:45 +0200, Shaul Karl [EMAIL PROTECTED] said:

   The following patch should fix what looks to me broken:
Does it only look broken, or do you have any p[roblems?

 -[ -f /etc/exports ]  grep -q ^$pattern[[:space:]] /etc/exports 
 return
 -echo $pattern $options  /etc/exports
 +[ -f /etc/exports ]  ! grep -q ^$pattern[[:space:]] /etc/exports 
 echo $pattern $options  /etc/exports
 +return
  }

 This patch:
 1. puts the return in a separate line.
 2. Negates grep's return value before using it in the list.
I don't understand why this additional patch is needed. I never heard
of any problems with these lines. 

-- 
regards Thomas


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



Bug#281952: retitling duplicate bugs

2005-01-10 Thread Martin-Éric Racine
retitle 281952 control-center:  acme:  excessive /dev/pmu popups (1) 
retitle 284328 control-center:  acme:  excessive /dev/pmu popups (2)
thanks

*

Information about what /dev/pmu is and what PowerPC hardware provides it appears
in the kernel documentation, specifically:

config ADB_PMU
bool Support for PMU  based PowerMacs
depends on PPC_PMAC
help
  On PowerBooks, iBooks, and recent iMacs and Power Macintoshes, the
  PMU is an embedded microprocessor whose primary function is to
  control system power, and battery charging on the portable models.
  The PMU also controls the ADB (Apple Desktop Bus) which connects to
  the keyboard and mouse on some machines, as well as the non-volatile
  RAM and the RTC (real time clock) chip.  Say Y to enable support for
  this device; you should do so if your machine is one of those
  mentioned above.

config PMAC_PBOOK
bool Power management support for PowerBooks
depends on ADB_PMU
---help---
  This provides support for putting a PowerBook to sleep; it also
  enables media bay support.  Power management works on the
  PB2400/3400/3500, Wallstreet, Lombard, and Bronze PowerBook G3 and
  the Titanium Powerbook G4, as well as the iBooks.  You should get
  the power management daemon, pmud, to make it work and you must have
  the /dev/pmu device (see the pmud README).

  Get pmud from ftp://ftp.samba.org/pub/ppclinux/pmud/.

  If you have a PowerBook, you should say Y here.

*

Additionally, one notices that not all NewWorld hardware provides PMU:

*

config ADB_CUDA
bool Support for CUDA based Macs and PowerMacs
depends on (ADB || PPC_PMAC)  !PPC_PMAC64
help
  This provides support for CUDA based Macintosh and Power Macintosh
  systems.  This includes many m68k based Macs (Color Classic, Mac TV,
  Performa 475, Performa 520, Performa 550, Performa 575,
  Performa 588, Quadra 605, Quadra 630, Quadra/Centris 660AV, and
  Quadra 840AV), most OldWorld PowerMacs, the first generation iMacs,
  the BlueWhite G3 and the Yikes G4 (PCI Graphics).  All later
  models should use CONFIG_ADB_PMU instead.  It is safe to say Y here
  even if your machine doesn't have a CUDA.

*

Essentially, all Apple laptops and all post-G3 desktops (except for the Yikes
G4) provide PMU, while early-G3 and OldWorld hardware provides CUDA instead.

*

There are three solutions to this problem, one simple kludge, one more elaborate
klude and one clean final resolution:

*

1. quick and dirty annoyance cleanup

A quick and dirty fix would be to remove the code that generates the error
popops.  The rationale is, the user won't know what causes them or what to do to
fix things, so let's not annoy him needlessly.

Basically, we let ACME wonder why it cannot access the LCD brightness control
and leave it at that.

*

2. ACME code cleanup

The proper solution for the code cleanup would be to perform the following
checks:

1) check if we are at least on NewWorld. If not, PMU is not there and that's
not an error.

2) if it indeed is NewWorld, check if we have /proc/device-tree/aliases/via-pmu
and if we don't, then this is an early G3 without PMU support, which is not an 
error. We exit gracefully and disable LCD support in our code.

3) if we passed both 1 and 2, let's access PMU via the 'pmud' daemon.  We should
never access devices directly for security reasons (hence current code is bad).

*

3. Removing ACME completely and instead Recommends: pmud | pbbuttonsd

ACME codes shows that it's essentially a needless fork off pbbuttonsd, with the
added irritant of having to fiddle with user permissions (which is not necessary
with pbbuttonsd since it's a daemon). 

The only tiny advantage that ACME has over pmud | pbbuttonsd is that it can use
ALSA | OSS | Gstreamer as alternative means of controling the audio volume.  

IMHO, it would be more practical to completely get rid of ACME and to instead
port its extensive audio control options into pmud | pbbuttonsd.

*

Recommended strategy for Sarge:  1. quick and dirty fix.

Recommended strategy for Etch:   3. purge ACME and improve pbbuttonsd.

-- 
Martin-Éric Racine, ICT Consultant
http://www.iki.fi/q-funk/






Bug#289653: (no subject)

2005-01-10 Thread Herbert Straub
Package: python2.1-email
Version: 2.5.5-1

I got this errormessage while building this package on woody:
dpkg-checkbuilddeps: Unmet build dependencies: python2.2-dev
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.

I found this line in the control file
Build-Depends-Indep: debhelper (= 4.1.67), python, python2.1-dev,
python2.2-dev

debian/control build-depend specification: does python2.1-email really needs
python2.1-dev and python2.2-dev. I backported python2.1-email to woody and
removed the python2.2-dev and can build the package and i think it works with
cvs-syncmail on woody.

Regards
Herbert Straub



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



Bug#289657: wireless-tools: Impossible to use the interface name ``--help''

2005-01-10 Thread Jan Minar
Package: wireless-tools
Version: 27-1
Severity: normal

# ip l s dev dummy0 up
# ip l s dummy0 name --help
# ip l l --help
6: --help: BROADCAST,NOARP mtu 1500 qdisc noqueue 
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff

... oops, how do I change/list the device parameters with
iwonfig/iwlist (I know dummy0 is not a wireless device, but I let's
neglect this for now, OK)?

# iwconfig -- --help
Error : unrecognised wireless request --help
# iwlist -- --help
iwlist: unknown command `--help'

-- both interpret `--' as a normal interface name.

The problem is more severe then it seems at the first glance: At the
very moment, I'm trying to write a portable script that will check for a
device of a given name being present on a system.  The admin could have
set the device name to virtually anything, using ip(8), but ip isn't
present on most systems, and in fact it could have been removed after
the device name change, even on this system.  I have no way at all to
access this device, from a shell script.

Note ifconfig has exactly the same problem (which makes things worse).


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (700, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.28-jan
Locale: LANG=C, LC_CTYPE=cs_CZ.ISO-8859-2 (charmap=ISO-8859-2)

Versions of packages wireless-tools depends on:
ii  libc6   2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libiw27 27-1 Wireless tools - library

-- no debconf information

-- 
 )^o-o^|jabber: [EMAIL PROTECTED]
 | .v  Ke-mail: jjminar FastMail FM
 `  - .' phone: +44(0)7981 738 696
  \ __/Jan icq: 345 355 493
 __|o|__Min  irc: [EMAIL PROTECTED]


pgp3tdMhPI6VS.pgp
Description: PGP signature


Bug#288642: libglade2-0: glade files worked with libglade 2.4.0 not working in 2.4.1

2005-01-10 Thread baiju m
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Baiju M [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libglade2-0: glade files worked with libglade 2.4.0 not
working in 2.4.1
X-Mailer: reportbug 3.2
Date: Mon, 10 Jan 2005 18:04:08 +0530
X-Debbugs-Cc: [EMAIL PROTECTED]

Package: libglade2-0
Version: 1:2.4.1-1
Followup-For: Bug #288642


My PyGTK apps not working since I updated to libglade 2.4.1

I found few related links :
http://bugzilla.gnome.org/show_bug.cgi?id=160586
http://www.mail-archive.com/pygtk@daa.com.au/msg10020.html
http://www.mail-archive.com/pygtk@daa.com.au/msg10021.html

Is it possible to install two libglade?

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

Versions of packages libglade2-0 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.4.8-1  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  libxml2 2.6.11-5 GNOME XML library
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#289661: htdig: run_htnotify = false prevents running rundig

2005-01-10 Thread Olivier Berger
Package: htdig
Version: 1:3.1.6-10.1
Severity: normal


The debconf-configured option run_htnotify from /et/default/htdig is
supposed to be controlling the launch of htnotify (inside rundig I
suppose).

I think it is used the wrong way in /etc/cron{daily|weeksly}/htdig since
it controls the launch of rundig, not the fact that rundig would spawn
or not htnotify...

Note that the syntax errors reported in the cron scripts should of
course be corrected to allow the script to execute (see bug reports
#269080, ...)

I think that the actual behaviour of run_htnotify now, is just to
control if rundig, hence htdig will work or not.

Hope this helps


-- 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 htdig depends on:
ii  debconf [debconf-2.0]   1.4.30.11Debian configuration management sy
ii  gawk1:3.1.4-2GNU awk, a pattern scanning and pr
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb2  2:2.7.7.0-9  The Berkeley database routines (ru
ii  libgcc1 1:3.4.3-6GCC support library
ii  libstdc++5  1:3.3.5-5The GNU Standard C++ Library v3
ii  lockfile-progs  0.1.10   Programs for locking and unlocking
ii  perl5.8.4-5  Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information:
* htdig/run-htnotify: true
* htdig/keep-databases: true
* htdig/generate-databases: true
  htdig/dblocation-changed:
* htdig/announce_package_split:


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



Bug#284560: Those packages are available

2005-01-10 Thread Alexander Sack
Markus Schaber wrote:
Hi,
Thunderbird 1.0 is available as debian package via
http://jwsdot.com/debian/ - I don't have any idea why they are not
uploaded to experimental series, at least, and why the maintainer did
not mention them here.
Markus
There are currently some legal issues pending. I hope that they will be solved 
soon, so I can upload the latest to unstable. FWIW,

See:
http://lists.debian.org/debian-legal/2004/12/msg00328.html
http://lists.debian.org/debian-legal/2005/01/msg6.html
http://lists.debian.org/debian-legal/2005/01/msg00023.html
--
 GPG messages preferred. |  .''`.  ** Debian GNU/Linux **
 Alexander Sack  | : :' :  The  universal
 [EMAIL PROTECTED] | `. `'  Operating System
 http://www.jwsdot.com/  |   `-http://www.debian.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#289662: gv: strange behavior due to missing %%EndProcSet

2005-01-10 Thread Vincent Lefevre
Package: gv
Version: 1:3.6.1-3
Severity: normal

gv behaves strangely on

  http://www.vinc17.org/research/papers/these.ps.gz

Just after opening the file, the slider in the scrollbar on the left
is very small, but when I click in this scrollbar, the slider takes
the whole space in the scrollbar, and the page numbers up to 54 are
displayed, though the Postscript document has 148 pages. Once Page 54
is displayed (e.g. by clicking on 54), any attempt to display another
page (e.g. with Page Up or Page Down or a click on a page number)
shows the next page (55, 56, 57...).

The Postscript viewers gnome-gv (from the Debian package) and mgv
(which I installed in the past -- it is not in Debian) don't have
any problem with this file.

In the file, the last %%BeginProcSet does not have a corresponding
%%EndProcSet (I don't know why -- the file was generated by dvips
a few years ago). If I add the corresponding %%EndProcSet manually,
then the problem with the page numbers disappears. The problem with
the slider is still there, but this one could be bug #288451 (I'm
not sure, though).

Note: I reported the bug concerning the page numbers to the original
author Johannes Plass 5 years ago, but I've never received any reply.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-dixsept
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages gv depends on:
ii  gs   8.01-5  Transitional package
ii  gs-gpl [gs]  8.01-5  The GPL Ghostscript PostScript int
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
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  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  xaw3dg   1.5+E-8 Xaw3d widget set
ii  xlibs4.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#224905: gpsd in sid

2005-01-10 Thread Frank Kirschner
Hi,

Tilman Koschnick:
 gpsd just entered sid as an independend package.

I've just uploaded a new version of gpsdrive, that does not have gpsd
anymore in the package. Now gpsdrive recommends gpsd as package.

Can you get a look at the new package, if everything is ok?

thanks in advance

Frank

-- 
Frank Kirschner
[EMAIL PROTECTED]


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



Bug#289665: xfsprogs: xfs_repair requires unholy amounts of memory

2005-01-10 Thread Peter Palfrader
Package: xfsprogs
Version: 2.6.20-1
Severity: normal

Hi,

I have a filesystem that stores (a backup) of my maildir with about 900k
files.  This filesystem somehow (bad disk most likely) got corrupted a
bit so I tried to xfs_repair it.

| Phase 6 - check inode connectivity...
| - resetting contents of realtime bitmap and summary inodes
| - ensuring existence of lost+found directory
| - traversing filesystem starting at / ... 
| bad hash table for directory inode 119782815 (no leaf entry): rebuilding
| rebuilding directory inode 119782815
| rebuilding directory inode 187306538
| rebuilding directory inode 67122641
| rebuilding directory inode 134364167
| rebuilding directory inode 222199735
| rebuilding directory inode 23536180
| rebuilding directory inode 257248905
| rebuilding directory inode 51980172
| rebuilding directory inode 184752564
| Terminated

In the 'traversing filesystem starting at /' state, xfs_repair started
to eat enormous amounts of memory, and got OOM killed at about using 1.4
gigs of virtual memory.

It seems that it tries to store the entire tree in RAM?  Maybe this
could be changed to not require that much ram.

-- 
Peter


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



Bug#289664: zsh: completion for gnome-gv

2005-01-10 Thread Vincent Lefevre
Package: zsh
Version: 4.2.1-17
Severity: wishlist

There are no completions for gnome-gv yet. gnome-gv accepts .ps files
(NO pdf), possibly compressed (e.g. with gzip or bzip2). Concerning
the options, they are given in a standard way by gnome-gv --help
(I don't know if zsh knows to parse that).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-dixsept
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages zsh depends on:
ii  debconf 1.4.41   Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  passwd  1:4.0.3-30.7 Change and administer password and

-- debconf information excluded


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



Bug#289670: kdelibs3: Changed dependencies during security update

2005-01-10 Thread Helge Kreutzmann
Package: kdelibs3
Version: 4:2.2.2-13.woody.12
Severity: normal

I just wanted to apply the latest security update for kdelibs (DSA 631-1), 
I was quite astonished, when I got 
The following NEW packages will be installed:
  libarts libglib2.0-0 

I was under the impression, that security updates should only change
the minimum possible. DSA 631-1 I did not list any notice regarding new
dependencies. 

I compared the dependencies of -13.woody.12 (Installed as of this writing)
and -13.woody.13 which is supposed to be the security update. I see, that
two new dependencies have been added:
   libarts (= 4:2.2.2-1) | libarts-alsa (= 4:2.2.2-1)
   libglib2.0-0 (= 2.0.1)

If these are indeed security-related changes, than they should be mentioned
in the DSA.

I downloaded the deb next and looked at the changelog. It states:
  * Non-maintainer upload by the Security Team
  * Applied upstream patch to fix arbitrary FTP command execution
  [kio/ftp/ftp.cc, CAN-2004-1165]

Again, no mentioning of changed dependencies. I now really start to wonder
what has happened.


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux zola 2.4.28-grsec-hk02 #1 Mon Dec 27 14:36:44 CET 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages kdelibs3 depends on:
ii  kdelibs3-bin 4:2.2.2-13.woody.12 KDE core binaries (binary files)
ii  kdelibs3-bin [kdelib 4:2.2.2-13.woody.12 KDE core binaries (binary files)
ii  libbz2-1.0   1.0.2-1 A high-quality block-sorting file 
ii  libc62.2.5-11.5  GNU C Library: Shared libraries an
ii  libfam0  2.6.6.1-5.2 client library to control the FAM 
ii  libjpeg626b-5The Independent JPEG Group's JPEG 
ii  libpcre3 3.4-1.1 Philip Hazel's Perl Compatible Reg
ii  libpng2  1.0.12-3.woody.9PNG library - runtime
ii  libqt2   3:2.3.1-22  Qt GUI Library (runtime version).
ii  libstdc++2.10-glibc2 1:2.95.4-11woody1   The GNU stdc++ library
ii  libtiff3g3.5.5-6.woody5  Tag Image File Format library
ii  libxml2  2.4.19-4woody2  GNOME XML library
ii  libxslt1 1.0.16-0.2  XSLT processing library
ii  xbase-clients4.1.0-16woody5  miscellaneous X clients
ii  xlibs4.1.0-16woody5  X Window System client libraries
ii  zlib1g   1:1.1.4-1.0woody0   compression library - runtime
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferred 
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


pgp3wFCOz9n18.pgp
Description: PGP signature


Bug#289681: /usr/share/iso-codes/iso_3166.tab is empty, building di modules not possible

2005-01-10 Thread Cajus Pollmeier
Package: iso-codes
Version: 0.42-1
Severity: normal


Bug is like the subject says. the new version keeps i.e. countrychooser
from building. It is marked as grave to avoid the migration to testing.

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

-- no debconf information


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



Bug#289676: Fwd: Two airo.c questions

2005-01-10 Thread Jan Minar
Since JT seems to have me blacklisted:

 [EMAIL PROTECTED]: host deimos.hpl.hp.com[192.6.19.190] said: 550 Direct 
 access
 denied; relay mail through the SMTP server of your ISP   

Upstream does NOT know about this.  And they probably won't know, until
they get a real MX.

Jan.

- Forwarded message from Jan Minar [EMAIL PROTECTED] -

Date: Mon, 10 Jan 2005 13:52:55 +
From: Jan Minar [EMAIL PROTECTED]
To: Benjamin Reed [EMAIL PROTECTED],
Javier Achirica [EMAIL PROTECTED],
Jean Tourrilhes [EMAIL PROTECTED]
Subject: Two airo.c questions
User-Agent: Mutt/1.3.28i

Hi.

Is there a reason linux2.4/drivers/net/wireless/airo.c uses a limit of
16 bytes for the node nickname length?  Is it a hardware limitation?
Kernel uses IW_ESSID_MAX_SIZE which is 32, and iwconfig assumes this,
irc://irc.freenode.org/#wireless reports.  Indeed, iwconfig says:


# iwconfig ap0 nick `perl -e 'print A x 17'` 
Error for wireless request Set Nickname (8B1C) :
SET failed on device ap0 ; Argument list too long.

# iwconfig ap0 nick `perl -e 'print A x 33'`
Error for wireless request Set Nickname (8B1C) :
argument too big (max 32)

The code in question seems to be:

linux-2.4.28/drivers/net/wireless/airo.c:airo_set_nick:

if(dwrq-length  16 + 1) {
return -E2BIG;
}



Also, a bit more demanding question: is the answer to ``Why isn't
/proc/driver/aironet/ethX renamed when the device is renamed (ip link
set eth0 name foobar) -- ``Because you haven't sent a patch for that!''?


Cheers,
Jan.
- End forwarded message -

-- 
 )^o-o^|jabber: [EMAIL PROTECTED]
 | .v  Ke-mail: jjminar FastMail FM
 `  - .' phone: +44(0)7981 738 696
  \ __/Jan icq: 345 355 493
 __|o|__Min  irc: [EMAIL PROTECTED]


pgpNkYB9AekUo.pgp
Description: PGP signature


Bug#289670: kdelibs3: Changed dependencies during security update

2005-01-10 Thread Helge Kreutzmann
Hello Joey,
On Mon, Jan 10, 2005 at 02:56:40PM +0100, Martin Schulze wrote:
  I just wanted to apply the latest security update for kdelibs (DSA 631-1), 
  I was quite astonished, when I got 
  The following NEW packages will be installed:
libarts libglib2.0-0 

snip

  Again, no mentioning of changed dependencies. I now really start to wonder
  what has happened.
 
 Broken build dependency/conflict definition.

Ah, ok.

 I don't know what has introduced this dependency.  However, since at least
 libarts* are also in the suggests field, it shouldn't pose a problem.

Ok. Libarts was not installed, because most of our systems do not have
audio available. I guess its no problem either (unless KDE feels
unhappy due to libarts but no audio hardware).

 
 libarts was installed on the i386 build system.  Maybe that's how the
 dependency was introduced.  It's not declared as a build-conflict, and
 hence not removed before the build.
 
 Regards,
 
   Joey
 
 PS: Please use X-Debbugs-Cc next time so I don't have to dig out the bugnr
 on my own.

Sorry. Since the system I reported from does not have direct mail
capability, I copied over to my mail account. Will read
bugs.debian.org about X-Debbugs-Cc: for the next time.

Greetings  Thanks for quick reply

   Helge
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferred 
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/


pgpjI7Q6WQ4IZ.pgp
Description: PGP signature


Bug#289686: PHP 4.3.10-2 incompatibility

2005-01-10 Thread Florent
Package: php4
Version: 4.3.10-2
Severity: grave
Since I upgraded in PHP 4.3.10-2 my sarge box, cacti and phpldapadmin 
have stopped working: they both diplay several errors (undefined index, 
...).
I checked register_globals variable and 4.2 compatibility bug, but I 
think it's really this PHP version that occurs those bugs. I don't use 
Zend products or any accelerator/something else: only apache 
apache2-mpm-prefork 2.0.52-3 and libapache2-mod-php4 4.3.10-2.
I notified both projects and they check if they can test on their side.

I use Debian Sarge 3.1 with Linux kernel 2.4.26.

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


Bug#289686: Acknowledgement (PHP 4.3.10-2 incompatibility)

2005-01-10 Thread Florent
phpmyadmin 2.6.1-rc1 doesn't work anymore too.

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


Bug#289690: (no subject)

2005-01-10 Thread Tibor Radvanyi
Package: kernel-image-2.6.8-1-686
Version: 2.6.8-10
Dear Package Maintener,
I am using Sarge, I have just did an apt-get dist-upgrade. My previous 
kernel was already 2.6.8 but it was also upgraded during the dist-upgrade.
I use pam_mount to mount NT server shares. It used to be working fine 
before the dist-upgrade, but now when I try to reach certain files (I 
tend to suspect that this is file size related) the command e.g. a cp 
just hangs then gives this:
 cp ~/local/M/data/Docs/Form.doc ./
 cp: reading `/home/tibor/local/M/data/Docs/Form.doc': Input/output error

At the same time I see this in /var/log/syslog:
 Jan 10 15:35:05 matrix kernel: smb_proc_readX_data: offset is larger 
than SMB_READX_MAX_PAD or negative!
 Jan 10 15:35:05 matrix kernel: smb_proc_readX_data: -59  64 || -59  0
 Jan 10 15:35:35 matrix kernel: smb_add_request: request [d5509e60, 
mid=211] timed out!

The content of ~/.pam_mount.conf is the following:
volume user01 smb ebpsfile04   tradva01$ /home/tibor/local/M 
uid=tibor,gid=tibor - -
volume user01 smb ebpsgrpclust groups/home/tibor/local/S 
uid=tibor,gid=tibor - -
volume user01 smb ebpsduploIT/home/tibor/local/F 
uid=tibor,gid=tibor - -
volume user01 smb 10.10.1.15  movies/home/tibor/local/movies 
uid=tibor,gid=tibor - -

The relvant (not comment) lines /etc/security/pam_mount.conf
debug 0
mkmountpoint 1
fsckloop /dev/loop7
luserconf .pam_mount.conf
options_allow   uid,gid,nosuid,nodev,loop,encryption
options_require uid,gid
lsof /usr/sbin/lsof %(MNTPT)
fsck /sbin/fsck -p %(FSCKLOOP)
losetup /sbin/losetup -p0 %(before=\-e \ CIPHER) %(before=\-k \ 
KEYBITS) %(FSCKLOOP) %(VOLUME)
unlosetup /sbin/losetup -d %(FSCKLOOP)
cifsmount /bin/mount -t cifs //%(SERVER)/%(VOLUME) %(MNTPT) -o 
username=%(USER)%(before=\,\ OPTIONS)
smbmount /usr/bin/smbmount   //%(SERVER)/%(VOLUME) %(MNTPT) -o 
username=%(USER)%(before=\,\ OPTIONS)
ncpmount /usr/bin/ncpmount   %(SERVER)/%(USER) %(MNTPT) -o 
pass-fd=0,volume=%(VOLUME)%(before=\,\ OPTIONS)
smbumount /usr/bin/smbumount %(MNTPT)
ncpumount /usr/bin/ncpumount %(MNTPT)
umount   /bin/umount %(MNTPT)
lclmount /bin/mount -p0 %(VOLUME) %(MNTPT) %(before=\-o \ OPTIONS)
cryptmount /bin/mount -t crypt %(before=\-o \ OPTIONS) %(VOLUME) 
%(MNTPT)
nfsmount /bin/mount %(SERVER):%(VOLUME) %(MNTPT)%(before=\-o \ OPTIONS)
mntagain /bin/mount --bind %(PREVMNTPT) %(MNTPT)
pmvarrun /usr/sbin/pmvarrun -u %(USER) -d -o %(OPERATION)

The libc6 version I am using: 2.3.2.ds1-20
uname -a prints:
Linux matrix 2.6.8-1-686 #1 Thu Nov 25 04:34:30 UTC 2004 i686 GNU/Linux
I found the following post that may be useful:
http://lwn.net/Articles/112514/?format=printable
Regards,
Tibor
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#289534: rezound hangs after Jack Port Selection dialogue

2005-01-10 Thread Geiger Guenter
On Sun, Jan 09, 2005 at 05:15:21PM +0100, Daniel Nouri wrote:
 Package: rezound
 Version: 0.11.1beta-3
 Severity: important
 
 
 After I select alsa_pcm:playback_1 as the output channel, the main GUI
 does not show up.  The program just hangs.  Other JACK applications run
 well on this system.
 
 This problem also occured in 0.10.0beta-something.  I get no error 
 output.  In ALSA mode the program runs just fine.

Hi, 

This is strange. I can't currently reproduce the problem, therefore I am
forwarding to the rezound mailing list. Maybe someone else encountered
similar problems or knows what the problem could be and how to debug it. 
What sound card are you using ?
Maybe you can send the last few lines of an strace rezound ?

Thanks, 

Guenter

 
 Thank you.
 
 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.5.041223
 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
 
 Versions of packages rezound depends on:
 ii  fftw2 [fftw2-double] 2.1.3-16Library for computing Fast 
 Fourier
 ii  libasound2   1.0.7-4 ALSA library
 ii  libaudiofile00.2.6-5 Open-source version of SGI's 
 audio
 ii  libc62.3.2.ds1-20GNU C Library: Shared libraries 
 an
 ii  libflac4 1.1.0-11Free Lossless Audio Codec - 
 runtim
 ii  libfox1.01.0.52-2The FOX C++ GUI Toolkit
 ii  libgcc1  1:3.4.3-6   GCC support library
 ii  libjack0.80.0-0  0.99.0-2JACK Audio Connection Kit 
 (librari
 ii  libjpeg626b-9The Independent JPEG Group's 
 JPEG 
 ii  libogg0  1.1.2-1 Ogg Bitstream Library
 ii  libpng12-0   1.2.8rel-1  PNG library - runtime
 ii  libsoundtouch1   1.2.1-5 sound stretching library
 ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
 ii  libtiff4 3.6.1-5 Tag Image File Format library
 ii  libvorbis0a  1.1.0-0.0   The Vorbis General Audio 
 Compressi
 ii  libvorbisenc21.1.0-0.0   The Vorbis General Audio 
 Compressi
 ii  libvorbisfile3   1.1.0-0.0   The Vorbis General Audio 
 Compressi
 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  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-4   compression library - runtime
 
 -- no debconf information
 


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



Bug#289685: mysql-server: on local connection refused since last upgrade

2005-01-10 Thread Christian Hammers
Hello Mathieu

On 2005-01-10 Mathieu Roy wrote:
 Since the latest upgrade of the package, non-local connection made by
 specific users just stopped to work. It fails with mnogosearch but also
 with a simple command with mysqlshow. 
 Nothing changed in the configuration of the client, neither in the mysql
 user/host database.
 
 I looked in the init scripts, including the new 
 file /usr/share/mysql/debian-start.inc.sh but found no --skip-networking or
 similar option that could explain this problem.
skip-networking appears in /etc/mysql/my.cnf. It is the default but will
not be changed on upgrade if you changed it.

Please take a look at the system log or, if going via network do an
ngrep -d any '' port 3306 to see what goes over the wire.

bye,

-christian-


pgpFIOB9xaUhK.pgp
Description: PGP signature


Bug#286726: Firmware theory

2005-01-10 Thread Andres Salomon
Regarding http://hostap.epitest.fi/bugz/show_bug.cgi?id=6

On Fri, 2005-01-07 at 11:59 -0500, Ian Gulliver wrote:
 This card has internal flash and doesn't need firmware uploads on
 insert; I don't believe that's the issue.
 

Jouni, what are your thoughts?


-- 
Andres Salomon [EMAIL PROTECTED]


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


Bug#289709: function url() from CGI.pm is bogus

2005-01-10 Thread Erwan MAS
Package: perl-modules
Severity: important
Tags: patch

Context :
url() method when REQUEST_URI contains
some variables with newline.

The unescape call show newline character .
and the dot in the regex can match for it .
see the line :
  $script_name =~ s/\?.+$// ;

Sot when var in the query string contains newline
the script_name can not be stripped .



--- /usr/share/perl/5.8.4/CGI.pm2005-01-10 17:45:12.0 +0100
+++ /usr/share/perl/5.8.4/CGI.pm.orig   2004-12-11 14:17:53.0 +0100
@@ -2528,41 +2528,41 @@
 
  Method: url
 # Like self_url, but doesn't return the query string part of
 # the URL.
 
 'url' = 'END_OF_FUNC',
 sub url {
 my($self,@p) = self_or_default(@_);
 my ($relative,$absolute,$full,$path_info,$query,$base) = 

rearrange(['RELATIVE','ABSOLUTE','FULL',['PATH','PATH_INFO'],['QUERY','QUERY_STRING'],'BASE'],@p);
 my $url;
 $full++  if $base || !($relative || $absolute);
 
 my $path = $self-path_info;
 my $script_name = $self-script_name;
 
 # for compatibility with Apache's MultiViews
 if (exists($ENV{REQUEST_URI})) {
 my $index;
$script_name = unescape($ENV{REQUEST_URI});
-$script_name =~ s/\?.+$//s;   # strip query string
+$script_name =~ s/\?.+$//;   # strip query string
 # and path
 if (exists($ENV{PATH_INFO})) {
my $encoded_path = unescape($ENV{PATH_INFO});
$script_name  =~ s/\Q$encoded_path\E$//i;
  }
 }
 
 if ($full) {
my $protocol = $self-protocol();
$url = $protocol://;
my $vh = http('host');
if ($vh) {
$url .= $vh;
} else {
$url .= server_name();
my $port = $self-server_port;
$url .= : . $port
unless (lc($protocol) eq 'http'   $port == 80)
|| (lc($protocol) eq 'https'  $port == 443);
}

-- 
 
/ Erwan MAS /\
   | mailto:[EMAIL PROTECTED]   |_/
___|   |
\___\__/


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



Bug#285718: mozilla-firefox: Sorting in cookie sites list confusing or broken

2005-01-10 Thread Eric Dorland
* David Gibson ([EMAIL PROTECTED]) wrote:
 On Sat, Jan 08, 2005 at 06:09:58PM -0500, Eric Dorland wrote:
  tags 285718 unreproducible
  thanks
  
  * David Gibson ([EMAIL PROTECTED]) wrote:
   Package: mozilla-firefox
   Version: 1.0-5
   Severity: normal
   
   
   In the cookie exceptions dialog (Edit|Preferences, then Exceptions button 
   in
   the Cookies section), clicking the Site heading, to sort the list
   produces strage results.  Clicking on it repeatedly seems to result in a
   variety of different orders for the list (more than 2), mosat of which
   don't appear to be sorted, or if they are sorted it's not clear by what.
  
  Seemed to sort them alphabetically either ascending or descending to
  me. 
 
 Did you check right down the list to make sure?  When I've tried this,
 the list looks sorted at first glance (say the first page or so), but
 if you check down there are at least a few things out of order.  Would
 a sample hostperm.1 file be useful?

Yes, please. I only added a few hosts to test. 

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#289586: FTBFS: Provides but also Build-Conflicts with libgnutls-dev

2005-01-10 Thread Adrian Bunk
On Mon, Jan 10, 2005 at 12:06:37PM +0100, Guus Sliepen wrote:
...
 On Mon, Jan 10, 2005 at 06:52:53AM +0100, Matthias Urlichs wrote:
...
  Just deinstall gnutls11-dev before building a new version.
  What's the problem?
 
 Apart from that being slightly anoying, it seems wrong to me that a package
 would Build-Conflict with itself. The build environment shouldn't brake
 down because of previously installed packages it doesn't Build-Depend
 on in my opinion. I also don't see many other source packages
 Build-Conflicting with their own -dev packages.

I haven't checked this case, but if a build conflict is required for 
some reason (and be it a strange one), there's nothing wrong with it.

 Guus Sliepen [EMAIL PROTECTED]

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed



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



Bug#289040: Applets never start with konqueror

2005-01-10 Thread Ean Schuessler
Applet support is mostly broken because of problems in upstream Classpath. 
I'll try to find out if there is any chance of anything significant working 
anytime soon. Keep in mind that Open Source Swing implementations are still 
in a pretty early state and will run only a few things.


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



Bug#289715: openoffice.org-bin: Impress single Word color modification is broken again

2005-01-10 Thread Eric Valette
Package: openoffice.org-bin
Version: 1.1.3-4
Severity: grave
Justification: renders package unusable


I already reported this bug. It has been fixed once and then seems to
have reappeared. This makes Impress almost unusable because you cannot 
change the color of a single word (it loose the word selection as soon as 
pointer is on the color selection window).

I'm fade up with maintainers introducing bugs because the binary 
official package does work as expected.

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

Versions of packages openoffice.org-bin depends on:
ii  debconf [debconf-2.0]1.4.41  Debian configuration management sy
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libcurl3 7.12.3-2Multi-protocol file transfer libra
ii  libdb4.2++   4.2.52-17   Berkeley v4.2 Database Libraries f
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  libmyspell3  1:3.1-10MySpell spellchecking library
ii  libneon230.23.9.dfsg.3-2 An HTTP and WebDAV client library 
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstartup-notification0 0.7-1   library for program launch feedbac
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libstlport4.64.6.2-2 STLport C++ class library
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxaw7  4.3.0.dfsg.1-10 X Athena widget set library
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  openoffice.org   1.1.3-4 high-quality office productivity s
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- debconf information:
* openoffice.org-bin/prelink: true


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



Bug#289702: menu: Non-executable update-menus breaks woody ghostview postrm

2005-01-10 Thread Bill Allombert
On Mon, Jan 10, 2005 at 11:00:57AM -0500, Adam C Powell IV wrote:
 Package: menu
 Version: 2.1.19
 Severity: serious
 Justification: Policy 10.9
 
 Greetings,
 
 During a woody-sarge upgrade, the new menu unpacked before the old
 ghostview was removed, resulting in the following breakage:

Thanks to notifying me!
May I ask why ghostview was removed here ?

 Removing ghostview ...
 /var/lib/dpkg/info/ghostview.postrm: /usr/bin/update-menus: Permission denied
 dpkg: error processing ghostview (--purge):
  subprocess post-removal script returned error exit status 1

So ghostview.postrm use the ominous command -v
if command -v update-menus  /dev/null 21; then
update-menus
fi

(command -v has this nasty bug of finding non executable files in the
path and not being POSIX sh). This is serious multi-policy violation in
woody ghostview...  

 I believe this is because update-menus was non-executable, which I have
 heard you do in order to prevent packages from calling it before the
 package is configured. 

Yes, but this is the behaviour documented by _woody_ menu as well!
(but actually woody update-menu is shipped executable.)

  (I understand this is not quite the same as
 Policy 10.9, but reportbug asked for a policy section. :-)

Bah, use expert mode in reportbug!

 How to fix this?  I suppose you could conflict with ghostview, which is
 now obsolete, so it gets removed before menu is upgraded.  Most other
 woody packages (at least, all others installed on my one remaining woody
 system) use test -x update-menus to avoid calling it if not executable,
 so those should upgrade just fine.

I think you are right. I will try to check all relevant maintainers
scripts in woody first.  

I am afraid apt prefer to keep ghostview than removing it, making hard
to upgrade. What do you think ?

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#289723: lintian: ChangeLog compression is a 'should' not a 'must'

2005-01-10 Thread Hendrik Sattler
Package: lintian
Version: 1.23.7
Severity: normal


Hi,

lintian outputs the following error:
E: obexftp: changelog-file-not-compressed ChangeLog.html
N:
N:   Changelog files must be compressed using `gzip -9'. Even if they start
N:   out small, they will become large with time.
N:
N:   Refer to Policy Manual, section 12.7 for details.
N:

However, debian-policy 3.6.1 section 12.7 says:
If the upstream changelog is distributed in HTML, it should be made available
in that form as /usr/share/doc/package/changelog.html.gz and a plain text
changelog.gz should be generated from it using, for example,
lynx -dump -nolist.

There is no 'must' in there.
Additionally, changelog.html is not quite a common name, even the cvs2cl tool
creates a ChangeLog file.

HS

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

Versions of packages lintian depends on:
ii  binutils   2.15-5The GNU assembler, linker and bina
ii  diffstat   1.35-1produces graph of changes introduc
ii  file   4.12-1Determines file type using magic
ii  gettext0.14.1-6  GNU Internationalization utilities
ii  intltool-debian0.30+20040213 Help i18n of RFC822 compliant conf
ii  man-db 2.4.2-19  The on-line manual pager
ii  perl [libdigest-md5-perl]  5.8.4-5   Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#289722: ITP: kde-systray2 -- KDE systray applet with icon hiding support

2005-01-10 Thread Jose Luis Tallon
Package: wnpp
Severity: wishlist


* Package name: kde-systray2
  Version : 0.51
  Upstream Author : Georges A.K. [EMAIL PROTECTED]
* URL : http://www.kde-look.org/content/download.php?content=17732
* License : GPL
  Description : KDE systray applet with icon hiding support

 This is the KDE System Tray with icon hiding support. It works exactly like
 the original tray but adds icon hiding support, smooth scrolling and icon
 grouping.

 (Some of this functionality will be available in KDE 3.4, but it is much
 too nice to stay 3 years without :-)


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


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



Bug#257098: any updates?

2005-01-10 Thread Mike O'Connor
Any chance that ratpoison 1.3.0 is going to be packaged anytime soon?  Anything 
I can do to help?


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



Bug#233778: pc halts

2005-01-10 Thread maximilian attems
please submit:
* lspci -n
* lspci -v
of that machine, and try to reproduce your problem with a newer d-i.
http://www.debian.org/devel/debian-installer/
thanks for your feedback.
maks



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



Bug#289724: Enscript needs /etc/papersize

2005-01-10 Thread John Plate
Package: enscript
Version: 1.6.4-5
1: Encript does not work if /etc/papersize does not exist. It produces illegal 
Postscript.
2: If I set
DefaultMedia: A4
  in /etc/enscript.cfg then enscript will segfault!! (if /etc/papersize does 
not exist)
3: Should enscript depend on libpaper-utils (with paperconfig which can produce 
  /etc/papersize.

Best Regards,
John

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


Bug#59518: Downl0ad Holiday Tunes

2005-01-10 Thread Better than Napster
Hello,

Un limited
Music and MP 3 songs
Movies
Games
Software
TV Shows
Song Lyrics
Audio Books

Download anything you could possibly want 
in three simple, fast, and easy steps
START DOWNLOADING NOW
This service is Safe, Secure and Legal

http://www.2oo5-downloading.com/gr8.html

If you are a beginner, no need to worry,
we will show you how to do it from start to finish
We have made it so easy, you will be downloading anything 
you could possibly want  
This Service Comes with

More  Bonuses

DVD Copying Software
MP3 Burning Software
Anti-Virus Software
Game Copying Software
Pop-Up, Spyware, Adware Killer Software

http://www.2oo5-downloading.com/gr8.html

Even More Benefits : 

Latest FileSharing Software
In-Depth Visual Tutorials
Internet History Cleaner
Privacy Protection Software
Access to 9000 Songs
Unlimited Technical Support
Stay Legal  Do not Get Sued

Check out to Join Now and Start Downloading in Minutes

http://www.2oo5-downloading.com/gr8.html


regards
Leila Murdock
Promotional Manager
Internet Download Center


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



Bug#282688: RFP: autoconf-doc -- Documentation for autoconf, automatic configure script builder

2005-01-10 Thread Jeroen van Wolffelaar
On Wed, Jan 05, 2005 at 12:54:04AM -0500, Theodore Ts'o wrote:
 retitle 282688 ITP: autoconf-doc -- Documentation for autoconf, automatic 
 configure script builder
 owner 282688 [EMAIL PROTECTED]
 thanks
 
 I plan to be packaging autoconf-doc, probably in non-free, so it won't
 have to be moved there post-Sarge.

Apparantly[1] Henrique de Moraes Holschuh [EMAIL PROTECTED] already
packaged and uploaded autoconf-doc, without consulting wnpp.

I suggest you two contact eachother and come to an agreement  close
this bug.

--Jeroen

[1] http://packages.debian.org/unstable/doc/autoconf-doc

-- 
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#289664: zsh: completion for gnome-gv

2005-01-10 Thread Clint Adams
 There are no completions for gnome-gv yet. gnome-gv accepts .ps files
 (NO pdf), possibly compressed (e.g. with gzip or bzip2). Concerning
 the options, they are given in a standard way by gnome-gv --help
 (I don't know if zsh knows to parse that).

This should do the trick.

Index: Completion/Unix/Command/_gnome-gv
===
RCS file: Completion/Unix/Command/_gnome-gv
diff -N Completion/Unix/Command/_gnome-gv
--- /dev/null   1 Jan 1970 00:00:00 -
+++ Completion/Unix/Command/_gnome-gv   10 Jan 2005 18:28:25 -
@@ -0,0 +1,6 @@
+#compdef gnome-gv ggv
+
+_arguments \
+  '(--help)-\\?[help]' \
+  '(--windows)-w[number of empty windows]:number:' \
+  '*:file: _pspdf -z' --
Index: Completion/Unix/Type/_pspdf
===
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Type/_pspdf,v
retrieving revision 1.2
diff -u -r1.2 _pspdf
--- Completion/Unix/Type/_pspdf 21 Jan 2004 13:53:29 -  1.2
+++ Completion/Unix/Type/_pspdf 10 Jan 2005 18:28:25 -
@@ -1,4 +1,4 @@
-#compdef gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii ghostview mgv ggv pstoedit 
pstotgif
+#compdef gsbj gsdj gsdj500 gslj gslp gsnd ps2ascii ghostview mgv pstoedit 
pstotgif
 
 local expl ext
 


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



Bug#289727: zope-atcontenttypes: Japanese po-debconf template translations (ja.po)

2005-01-10 Thread Hideki Yamane
Package: zope-atcontenttypes
Severity: wishlist
Tags: patch, l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear zope-atcontenttypes maintainer,

 Here's Japanese po-debconf template (ja.po) file that reviewed
 by several Japanese Debian developers and users.

 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ samba.gr.jp/iijmio-mail.jp



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

iD8DBQFB4s2QIu0hy8THJksRAg+nAJ91rDa10Zsm9Cny/5OXS8D+U+1/OACfUvjA
LAS9bR4ruXnRApS7DrETAnU=
=GEpn
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#
msgid 
msgstr 
Project-Id-Version: zope-atcontenttypes 0.2-rc3-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-11-21 20:48+0100\n
PO-Revision-Date: 2005-01-11 01:55+0200\n
Last-Translator: Hideki Yamane [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=EUC-JP\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:3
msgid do nothing, disable it
msgstr ²¿¤â¤·¤Ê¤¤, ̵¸ú¤Ë¤¹¤ë

#. Type: select
#. Description
#: ../templates:5
msgid Action on the ATContentTypes in /var/lib/zope/Products/:
msgstr /var/lib/zope/Products/ Æâ¤Î ATContentTypes ¤ËÂФ¹¤ëÀßÄê¤Ë¤Ä¤¤¤Æ:

#. Type: select
#. Description
#: ../templates:5
msgid 
Important: A version of ATContentTypes is already installed in /var/lib/zope/
Products/.  Debian's zope (rightly) gives precedence to the packages 
installed there.  This new ATContentTypes Product, being installed into /usr/
lib/zope/lib/python/Products/ATContentTypes, will be *ignored* by your zope 
until the version in /var/lib/zope/Products/ has been removed and Zope has 
been restarted.
msgstr 
½ÅÍ×: ATContentTypes ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î 1 ¤Ä¤¬´û¤Ë /var/lib/zope/Products/ ¤Ë¥¤¥ó
¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Debian ¤Î zope ¤Ï¡¢¤½¤³¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Ñ¥Ã¥±¡¼¥¸
¤ò (Àµ³Î¤Ë) Í¥À褷¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ ATContentTypes ¥×¥í¥À¥¯¥È¤Ï¡¢/usr/lib/
zope/lib/python/Products/ATContentTypes ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¡¢/var/lib/zope/
Products/ ¤Ë¤¢¤ë¥Ð¡¼¥¸¥ç¥ó¤¬ºï½ü¤µ¤ì¤Æ Zope ¤¬ºÆµ¯Æ°¤µ¤ì¤ë¤Þ¤Ç zope ¤«¤é¡Ö̵
»ë¡×¤µ¤ì¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Debian packages don't like to interfere with what you've installed manually; 
if you choose (or accept the default) \do nothing\, your previous 
ATContentTypes will be left untouched, and it will continue to work and be 
used by zope.  This new ATContentTypes will be installed and configured 
properly, but will *not* be used by zope until you do something to get rid 
of the other one.
msgstr 
Debian ¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¢¤Ê¤¿¤¬¼êÆ°¤ÇÆþ¤ì¤¿¤â¤Î¤Ë¤Ï´³¾Ä¤·¤Þ¤»¤ó; \²¿¤â¤·¤Ê¤¤\ 
¤òÁª¤ó¤À (¤¢¤ë¤¤¤Ï¥Ç¥Õ¥©¥ë¥È¤Î¤Þ¤Þ¤Ë¤·¤¿) ¾ì¹ç¡¢°ÊÁ°¤Î ATContentTypes ¥×¥í¥À
¥¯¥È¤Ï²¿¤â¼ê¤ò²Ã¤¨¤é¤ì¤Ê¤¤¤Þ¤Þ¤ÇÆ°ºî¤ò³¤±¡¢zope ¤«¤éÍøÍѤµ¤ì¤Þ¤¹¡£¤³¤Î¿·¤·
¤¤ ATContentTypes ¥×¥í¥À¥¯¥È¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ìÀµ¤·¤¯ÀßÄꤵ¤ì¤Þ¤¹¤¬¡¢¤â¤¦ÊÒÊý
¤ò²¿¤È¤«¤·¤Æºï½ü¤·¤Ê¤¤¸Â¤ê zope ¤«¤é¤ÏÍøÍѤµ¤ì¡Ö¤Þ¤»¤ó¡×¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
If you choose \disable it\, /var/lib/zope/Products/ATContentTypes will be 
moved to /var/lib/zope/DISABLED_Products/ATContentTypes, which will prevent 
zope from seeing that version of this product; it will therefore load *this* 
one the next time zope starts.
msgstr 
\̵¸ú¤Ë¤¹¤ë\ ¤òÁª¤ó¤À¾ì¹ç¡¢zope ¤¬¤³¤Î¥×¥í¥À¥¯¥È¤Î°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»²¾È¤¹
¤ë¤Î¤òËɤ°¤¿¤á¤Ë /var/lib/zope/Products/ATContentTypes ¤Ï /var/lib/zope/
DISABLED_Products/ATContentTypes ¤Ë°ÜÆ°¤µ¤ì¤Þ¤¹¡£¤Ä¤Þ¤ê¼¡²ó zope ¤¬µ¯Æ°¤¹¤ëºÝ
¤Ë¡Ö¤³¤Î¡×¥×¥í¥À¥¯¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Note that you can later move /var/lib/zope/DISABLED_Products/ATContentTypes 
back to /var/lib/zope/Products/ATContentTypes and restart zope, if you want 
to revert to that version.
msgstr 
°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÌᤷ¤¿¤¤¤È¤¤¤¦¾ì¹ç¤Ï¡¢¸å¤Û¤É /var/lib/zope/
DISABLED_Products/ATContentTypes ¤ò /var/lib/zope/Products/ATContentTypes ¤Ë
Ìᤷ zope ¤òºÆµ¯Æ°¤¹¤ì¤Ð¤Î¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£


Bug#289726: Include /usr/lib/menu/doxygen

2005-01-10 Thread Jose Luis Fernandez Barros
Package: doxygen
Version: 1.3.7-0.3
Severity: wishlist


(applicable to newer versions)
Something like:

?package(doxygen):\
  needs=text\
  section=Apps/Programming\
  title=doxygen\
  command=/usr/bin/doxygen

Same for /usr/lib/menu/doxygen-gui (a doxygen-gui package wishlist, sorry):

?package(doxygen-gui):\
  needs=text\
  section=Apps/Programming\
  title=doxywizard\
  command=/usr/bin/doxywizard


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages doxygen depends on:
ii  libc6   2.3.2.ds1-13 GNU C Library: Shared libraries 
an
ii  libgcc1 1:3.3.4-2GCC support library
ii  libstdc++5  1:3.3.4-2The GNU Standard C++ Library v3

-- no debconf information


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



Bug#289672: bts: -o / --offline option is not recognized

2005-01-10 Thread Julian Gilbey
On Mon, Jan 10, 2005 at 03:52:28PM +0200, Tristan Seligmann wrote:
 Package: devscripts
 Version: 2.8.6
 Severity: normal
 Tags: patch
 
 Attempting to pass this option results in output like:
 
 $ bts -o bugs
 bts: Unknown option, -o
 Run bts --help for more information
 
 I'm attaching a patch which fixes what would appear to be a simple
 oversight in the option handling code.

Oops, thanks.

   Julian


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



Bug#288431: jpilot-backup: Databases with names containing non-ASCII characters are not properly handled.

2005-01-10 Thread Eric Lavarde
Hi,
bingo, I actually have 5 databases with non-ASCII characters:
~/.jpilot/backup$ ls -1 | cat -v | grep M-
AdressenM-dnderung.pdb
BM-|cher.pdb
DM-ipartements franM-gais.pdb
MaM-qanaDB.pdb
MaM-qana.prc
and 5 empty lines in jpilot-backup (and none of the listed databases 
does appear).

Seems to be the problem. Just need to fix it now! ;-)
Cheers, Eric
Ludovic Rousseau wrote:
Eric, I see in your active.dbm that you have three databases with non
ASCII characters. They are Adressennderung, Maana and MaanaDB.
Do you see them in the plugin display? Maybe they are the source of the
crash.
--
Gewalt ist die letzte Zuflucht der Inkompetenz.
Violence is the Last Resort of the Incompetent.
Gwalt jest ostatnem schronieniem niekompetencji.
La violence est le dernier refuge de l'incompetence.
~ Isaac Asimov



Bug#257098: any updates?

2005-01-10 Thread Björn Lindström
Mike O'Connor [EMAIL PROTECTED] writes:

 Any chance that ratpoison 1.3.0 is going to be packaged anytime soon?
 Anything I can do to help?

Well, I went as far as making a package, giving it to the current
maintainer, receiving the answer that he'd commit it in a couple of
weeks. That's months ago.

In the mean time, there's a .deb available for download from the same
place as the ratpoison source.

Feel free to pitch me as a replacement to the Debian powers that be. If
I'm asked, I'd do the reading and try out for developerhood.


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



Bug#289729: zope-cmfformcontroller: Japanese po-debconf template translation (ja.po)

2005-01-10 Thread Hideki Yamane
Package: zope-cmfformcontroller
Severity: wishlist
Tags: patch l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear zope-cmfformcontroller maintainer,

 Here's Japanese po-debconf template (ja.po) file that reviewed
 by several Japanese Debian developers and users.

 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ samba.gr.jp/iijmio-mail.jp


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

iD8DBQFB4s6bIu0hy8THJksRApjSAKCpk/eXD17BUBFNMwIGjLhMGtN0xgCgjbQl
irhUk+5f31yp2Y4p+9OnKPo=
=Y7ez
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#
msgid 
msgstr 
Project-Id-Version: zope-cmfformcontroller 1.0.3-2\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-10-31 12:34+0100\n
PO-Revision-Date: 2005-01-11 01:55+0200\n
Last-Translator: Hideki Yamane [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=EUC-JP\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:3
msgid do nothing, disable it
msgstr ²¿¤â¤·¤Ê¤¤, ̵¸ú¤Ë¤¹¤ë

#. Type: select
#. Description
#: ../templates:5
msgid Action on the CMFFormController in /var/lib/zope/Products/:
msgstr /var/lib/zope/Products/ Æâ¤Î CMFFormController ¤ËÂФ¹¤ëÀßÄê¤Ë¤Ä¤¤¤Æ:

#. Type: select
#. Description
#: ../templates:5
msgid 
Important: A version of CMFFormController is already installed in /var/lib/
zope/Products/.  Debian's zope (rightly) gives precedence to the packages 
installed there.  This new CMFFormController Product, being installed into /
usr/lib/zope/lib/python/Products/CMFFormController, will be *ignored* by 
your zope until the version in /var/lib/zope/Products/ has been removed and 
Zope has been restarted.
msgstr 
½ÅÍ×: CMFFormController ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î 1 ¤Ä¤¬´û¤Ë /var/lib/zope/Products/ ¤Ë
¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Debian ¤Î zope ¤Ï¡¢¤½¤³¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Ñ¥Ã¥±¡¼
¥¸¤ò (Àµ³Î¤Ë) Í¥À褷¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ CMFFormController ¥×¥í¥À¥¯¥È¤Ï¡¢/usr/
lib/zope/lib/python/Products/CMFFormController ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¡¢/var/lib/
zope/Products/ ¤Ë¤¢¤ë¥Ð¡¼¥¸¥ç¥ó¤¬ºï½ü¤µ¤ì¤Æ Zope ¤¬ºÆµ¯Æ°¤µ¤ì¤ë¤Þ¤Ç zope ¤«¤é
¡Ö̵»ë¡×¤µ¤ì¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Debian packages don't like to interfere with what you've installed manually; 
if you choose (or accept the default) \do nothing\, your previous 
CMFFormController will be left untouched, and it will continue to work and 
be used by zope.  This new CMFFormController will be installed and 
configured properly, but will *not* be used by zope until you do something 
to get rid of the other one.
msgstr 
Debian ¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¢¤Ê¤¿¤¬¼êÆ°¤ÇÆþ¤ì¤¿¤â¤Î¤Ë¤Ï´³¾Ä¤·¤Þ¤»¤ó; \²¿¤â¤·¤Ê¤¤\ 
¤òÁª¤ó¤À (¤¢¤ë¤¤¤Ï¥Ç¥Õ¥©¥ë¥È¤Î¤Þ¤Þ¤Ë¤·¤¿) ¾ì¹ç¡¢°ÊÁ°¤Î CMFFormController ¥×¥í
¥À¥¯¥È¤Ï²¿¤â¼ê¤ò²Ã¤¨¤é¤ì¤Ê¤¤¤Þ¤Þ¤ÇÆ°ºî¤ò³¤±¡¢zope ¤«¤éÍøÍѤµ¤ì¤Þ¤¹¡£¤³¤Î¿·¤·
¤¤ CMFFormController ¥×¥í¥À¥¯¥È¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ìÀµ¤·¤¯ÀßÄꤵ¤ì¤Þ¤¹¤¬¡¢¤â¤¦ÊÒ
Êý¤ò²¿¤È¤«¤·¤Æºï½ü¤·¤Ê¤¤¸Â¤ê zope ¤«¤é¤ÏÍøÍѤµ¤ì¡Ö¤Þ¤»¤ó¡×¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
If you choose \disable it\, /var/lib/zope/Products/CMFFormController will 
be moved to /var/lib/zope/DISABLED_Products/CMFFormController, which will 
prevent zope from seeing that version of this product; it will therefore 
load *this* one the next time zope starts.
msgstr 
\̵¸ú¤Ë¤¹¤ë\ ¤òÁª¤ó¤À¾ì¹ç¡¢zope ¤¬¤³¤Î¥×¥í¥À¥¯¥È¤Î°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»²¾È¤¹
¤ë¤Î¤òËɤ°¤¿¤á¤Ë /var/lib/zope/Products/CMFFormController ¤Ï /var/lib/zope/
DISABLED_Products/CMFFormController ¤Ë°ÜÆ°¤µ¤ì¤Þ¤¹¡£¤Ä¤Þ¤ê¼¡²ó zope ¤¬µ¯Æ°¤¹
¤ëºÝ¤Ë¡Ö¤³¤Î¡×¥×¥í¥À¥¯¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Note that you can later move /var/lib/zope/DISABLED_Products/
CMFFormController back to /var/lib/zope/Products/CMFFormController and 
restart zope, if you want to revert to that version.
msgstr 
°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÌᤷ¤¿¤¤¤È¤¤¤¦¾ì¹ç¤Ï¡¢¸å¤Û¤É /var/lib/zope/
DISABLED_Products/CMFFormController ¤ò /var/lib/zope/Products/
CMFFormController ¤ËÌᤷ zope ¤òºÆµ¯Æ°¤¹¤ì¤Ð¤Î¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£


Bug#289730: zope-cmfquickinstallertool: Japanese po-debconf template translation (ja.po)

2005-01-10 Thread Hideki Yamane
Package: zope-cmfquickinstallertool
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear zope-cmfquickinstallertool maintainer,

 Here's Japanese po-debconf template (ja.po) file that reviewed
 by several Japanese Debian developers and users.

 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ samba.gr.jp/iijmio-mail.jp



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

iD8DBQFB4s9vIu0hy8THJksRAscKAKCznC1IFritnwxAhqnRMx21c60sYACeN60D
KDApCtFWwVg6+5FQaRJemEM=
=PxdU
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#
msgid 
msgstr 
Project-Id-Version: zope-cmfquickinstallertool 1.5.0-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-10-31 13:14+0100\n
PO-Revision-Date: 2005-01-11 01:55+0200\n
Last-Translator: Hideki Yamane [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=EUC-JP\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:3
msgid do nothing, disable it
msgstr ²¿¤â¤·¤Ê¤¤, ̵¸ú¤Ë¤¹¤ë

#. Type: select
#. Description
#: ../templates:5
msgid Action on the CMFQuickInstallerTool in /var/lib/zope/Products/:
msgstr 
/var/lib/zope/Products/ Æâ¤Î CMFQuickInstallerTool ¤ËÂФ¹¤ëÀßÄê¤Ë¤Ä¤¤¤Æ:

#. Type: select
#. Description
#: ../templates:5
msgid 
Important: A version of CMFQuickInstallerTool is already installed in /var/
lib/zope/Products/.  Debian's zope (rightly) gives precedence to the 
packages installed there.  This new CMFQuickInstallerTool Product, being 
installed into /usr/lib/zope/lib/python/Products/CMFQuickInstallerTool, will 
be *ignored* by your zope until the version in /var/lib/zope/Products/ has 
been removed and Zope has been restarted.
msgstr 
½ÅÍ×: CMFQuickInstallerTool ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î 1 ¤Ä¤¬´û¤Ë /var/lib/zope/
Products/ ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Debian ¤Î zope ¤Ï¡¢¤½¤³¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ
¤ì¤¿¥Ñ¥Ã¥±¡¼¥¸¤ò (Àµ³Î¤Ë) Í¥À褷¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ CMFQuickInstallerTool ¥×¥í¥À
¥¯¥È¤Ï¡¢/usr/lib/zope/lib/python/Products/CMFQuickInstallerTool ¤Ë¥¤¥ó¥¹¥È¡¼
¥ë¤µ¤ì¡¢/var/lib/zope/Products/ ¤Ë¤¢¤ë¥Ð¡¼¥¸¥ç¥ó¤¬ºï½ü¤µ¤ì¤Æ Zope ¤¬ºÆµ¯Æ°¤µ
¤ì¤ë¤Þ¤Ç zope ¤«¤é¡Ö̵»ë¡×¤µ¤ì¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Debian packages don't like to interfere with what you've installed manually; 
if you choose (or accept the default) \do nothing\, your previous 
CMFQuickInstallerTool will be left untouched, and it will continue to work 
and be used by zope.  This new CMFQuickInstallerTool will be installed and 
configured properly, but will *not* be used by zope until you do something 
to get rid of the other one.
msgstr 
Debian ¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¢¤Ê¤¿¤¬¼êÆ°¤ÇÆþ¤ì¤¿¤â¤Î¤Ë¤Ï´³¾Ä¤·¤Þ¤»¤ó; \²¿¤â¤·¤Ê¤¤\ 
¤òÁª¤ó¤À (¤¢¤ë¤¤¤Ï¥Ç¥Õ¥©¥ë¥È¤Î¤Þ¤Þ¤Ë¤·¤¿) ¾ì¹ç¡¢°ÊÁ°¤Î CMFQuickInstallerTool 
¥×¥í¥À¥¯¥È¤Ï²¿¤â¼ê¤ò²Ã¤¨¤é¤ì¤Ê¤¤¤Þ¤Þ¤ÇÆ°ºî¤ò³¤±¡¢zope ¤«¤éÍøÍѤµ¤ì¤Þ¤¹¡£¤³¤Î
¿·¤·¤¤ CMFQuickInstallerTool ¥×¥í¥À¥¯¥È¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ìÀµ¤·¤¯ÀßÄꤵ¤ì¤Þ¤¹
¤¬¡¢¤â¤¦ÊÒÊý¤ò²¿¤È¤«¤·¤Æºï½ü¤·¤Ê¤¤¸Â¤ê zope ¤«¤é¤ÏÍøÍѤµ¤ì¡Ö¤Þ¤»¤ó¡×¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
If you choose \disable it\, /var/lib/zope/Products/CMFQuickInstallerTool 
will be moved to /var/lib/zope/DISABLED_Products/CMFQuickInstallerTool, 
which will prevent zope from seeing that version of this product; it will 
therefore load *this* one the next time zope starts.
msgstr 
\̵¸ú¤Ë¤¹¤ë\ ¤òÁª¤ó¤À¾ì¹ç¡¢zope ¤¬¤³¤Î¥×¥í¥À¥¯¥È¤Î°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»²¾È¤¹
¤ë¤Î¤òËɤ°¤¿¤á¤Ë /var/lib/zope/Products/CMFQuickInstallerTool ¤Ï /var/lib/
zope/DISABLED_Products/CMFQuickInstallerTool ¤Ë°ÜÆ°¤µ¤ì¤Þ¤¹¡£¤Ä¤Þ¤ê¼¡²ó zope 
¤¬µ¯Æ°¤¹¤ëºÝ¤Ë¡Ö¤³¤Î¡×¥×¥í¥À¥¯¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Note that you can later move /var/lib/zope/DISABLED_Products/
CMFQuickInstallerTool back to /var/lib/zope/Products/CMFQuickInstallerTool 
and restart zope, if you want to revert to that version.
msgstr 
°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÌᤷ¤¿¤¤¤È¤¤¤¦¾ì¹ç¤Ï¡¢¸å¤Û¤É /var/lib/zope/
DISABLED_Products/CMFQuickInstallerTool ¤ò /var/lib/zope/Products/
CMFQuickInstallerTool ¤ËÌᤷ zope ¤òºÆµ¯Æ°¤¹¤ì¤Ð¤Î¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£


Bug#289731: zope-cmfsin: Japanese po-debconf template translation (ja.po)

2005-01-10 Thread Hideki Yamane
Package: zope-cmfsin
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear zope-cmfsin maintainer,

 Here's Japanese po-debconf template (ja.po) file that reviewed
 by several Japanese Debian developers and users.

 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ samba.gr.jp/iijmio-mail.jp



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

iD8DBQFB4s/WIu0hy8THJksRAutSAJ0SOkObHn2tU9JAZjRaENd6X6FQpgCeJPFI
CsC1S8Hq11OAZ+/XYSUnNdc=
=Jt5Q
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#
msgid 
msgstr 
Project-Id-Version: zope-cmfsin 0.6.1-2\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-11-13 23:44+0100\n
PO-Revision-Date: 2005-01-11 01:55+0200\n
Last-Translator: Hideki Yamane [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=EUC-JP\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:3
msgid do nothing, disable it
msgstr ²¿¤â¤·¤Ê¤¤, ̵¸ú¤Ë¤¹¤ë

#. Type: select
#. Description
#: ../templates:5
msgid Action on the CMFSin in /var/lib/zope/Products/:
msgstr /var/lib/zope/Products/ Æâ¤Î CMFSin ¤ËÂФ¹¤ëÀßÄê¤Ë¤Ä¤¤¤Æ:

#. Type: select
#. Description
#: ../templates:5
msgid 
Important: A version of CMFSin is already installed in /var/lib/zope/
Products/.  Debian's zope (rightly) gives precedence to the packages 
installed there.  This new CMFSin Product, being installed into /usr/lib/
zope/lib/python/Products/CMFSin, will be *ignored* by your zope until the 
version in /var/lib/zope/Products/ has been removed and Zope has been 
restarted.
msgstr 
½ÅÍ×: CMFSin ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î 1 ¤Ä¤¬´û¤Ë /var/lib/zope/Products/ ¤Ë¥¤¥ó¥¹¥È¡¼¥ë
¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Debian ¤Î zope ¤Ï¡¢¤½¤³¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Ñ¥Ã¥±¡¼¥¸¤ò (Àµ³Î
¤Ë) Í¥À褷¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ CMFSin ¥×¥í¥À¥¯¥È¤Ï¡¢/usr/lib/zope/lib/python/
Products/CMFSin ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¡¢/var/lib/zope/Products/ ¤Ë¤¢¤ë¥Ð¡¼¥¸¥ç¥ó
¤¬ºï½ü¤µ¤ì¤Æ Zope ¤¬ºÆµ¯Æ°¤µ¤ì¤ë¤Þ¤Ç zope ¤«¤é¡Ö̵»ë¡×¤µ¤ì¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Debian packages don't like to interfere with what you've installed manually; 
if you choose (or accept the default) \do nothing\, your previous CMFSin 
will be left untouched, and it will continue to work and be used by zope.  
This new CMFSin will be installed and configured properly, but will *not* be 
used by zope until you do something to get rid of the other one.
msgstr 
Debian ¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¢¤Ê¤¿¤¬¼êÆ°¤ÇÆþ¤ì¤¿¤â¤Î¤Ë¤Ï´³¾Ä¤·¤Þ¤»¤ó; \²¿¤â¤·¤Ê¤¤\ 
¤òÁª¤ó¤À (¤¢¤ë¤¤¤Ï¥Ç¥Õ¥©¥ë¥È¤Î¤Þ¤Þ¤Ë¤·¤¿) ¾ì¹ç¡¢°ÊÁ°¤Î CMFSin ¥×¥í¥À¥¯¥È¤Ï²¿
¤â¼ê¤ò²Ã¤¨¤é¤ì¤Ê¤¤¤Þ¤Þ¤ÇÆ°ºî¤ò³¤±¡¢zope ¤«¤éÍøÍѤµ¤ì¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ CMFSin 
¥×¥í¥À¥¯¥È¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ìÀµ¤·¤¯ÀßÄꤵ¤ì¤Þ¤¹¤¬¡¢¤â¤¦ÊÒÊý¤ò²¿¤È¤«¤·¤Æºï½ü¤·
¤Ê¤¤¸Â¤ê zope ¤«¤é¤ÏÍøÍѤµ¤ì¡Ö¤Þ¤»¤ó¡×¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
If you choose \disable it\, /var/lib/zope/Products/CMFSin will be moved 
to /var/lib/zope/DISABLED_Products/CMFSin, which will prevent zope from 
seeing that version of this product; it will therefore load *this* one the 
next time zope starts.
msgstr 
\̵¸ú¤Ë¤¹¤ë\ ¤òÁª¤ó¤À¾ì¹ç¡¢zope ¤¬¤³¤Î¥×¥í¥À¥¯¥È¤Î°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»²¾È¤¹
¤ë¤Î¤òËɤ°¤¿¤á¤Ë /var/lib/zope/Products/CMFSin ¤Ï /var/lib/zope/
DISABLED_Products/CMFSin ¤Ë°ÜÆ°¤µ¤ì¤Þ¤¹¡£¤Ä¤Þ¤ê¼¡²ó zope ¤¬µ¯Æ°¤¹¤ëºÝ¤Ë¡Ö¤³
¤Î¡×¥×¥í¥À¥¯¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Note that you can later move /var/lib/zope/DISABLED_Products/CMFSin back to /
var/lib/zope/Products/CMFSin and restart zope, if you want to revert to that 
version.
msgstr 
°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÌᤷ¤¿¤¤¤È¤¤¤¦¾ì¹ç¤Ï¡¢¸å¤Û¤É /var/lib/zope/
DISABLED_Products/CMFSin ¤ò /var/lib/zope/Products/CMFSin ¤ËÌᤷ zope ¤òºÆµ¯
Æ°¤¹¤ì¤Ð¤Î¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£


Bug#289737: split documentation in a new flac-doc package

2005-01-10 Thread Jose Luis Fernandez Barros
Package: flac
Version: 1.1.0-11
Severity: wishlist


$ du -sh /usr/share/doc/flac/html/
3,7M/usr/share/doc/flac/html


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages flac depends on:
ii  libc6   2.3.2.ds1-13 GNU C Library: Shared libraries 
an
ii  libflac41.1.0-11 Free Lossless Audio Codec - 
runtim
ii  libogg0 1.1.0-1  Ogg Bitstream Library
ii  liboggflac1 1.1.0-11 Free Lossless Audio Codec - 
runtim

-- no debconf information


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



Bug#289735: zope-plonearticle: Japanese po-debconf template translation (ja.po)

2005-01-10 Thread Hideki Yamane
Package: zope-plonearticle
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear zope-plonearticle maintainer,

 Here's Japanese po-debconf template (ja.po) file that reviewed
 by several Japanese Debian developers and users.

 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ samba.gr.jp/iijmio-mail.jp



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

iD8DBQFB4tC6Iu0hy8THJksRApQkAJ0bxNZ70OdqK6ifhCV3Ggcg4av02ACfUZBq
EqTlr6wYK/6bk/m04mjGExE=
=pLGf
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#
msgid 
msgstr 
Project-Id-Version: zope-plonearticle 2.0.5-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-11-14 09:16+0100\n
PO-Revision-Date: 2005-01-11 01:55+0200\n
Last-Translator: Hideki Yamane [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=EUC-JP\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:3
msgid do nothing, disable it
msgstr ²¿¤â¤·¤Ê¤¤, ̵¸ú¤Ë¤¹¤ë

#. Type: select
#. Description
#: ../templates:5
msgid Action on the PloneArticle in /var/lib/zope/Products/:
msgstr /var/lib/zope/Products/ Æâ¤Î PloneArticle ¤ËÂФ¹¤ëÀßÄê¤Ë¤Ä¤¤¤Æ:

#. Type: select
#. Description
#: ../templates:5
msgid 
Important: A version of PloneArticle is already installed in /var/lib/zope/
Products/.  Debian's zope (rightly) gives precedence to the packages 
installed there.  This new PloneArticle Product, being installed into /usr/
lib/zope/lib/python/Products/PloneArticle, will be *ignored* by your zope 
until the version in /var/lib/zope/Products/ has been removed and Zope has 
been restarted.
msgstr 
½ÅÍ×: PloneArticle ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î 1 ¤Ä¤¬´û¤Ë /var/lib/zope/Products/ ¤Ë¥¤¥ó¥¹
¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Debian ¤Î zope ¤Ï¡¢¤½¤³¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Ñ¥Ã¥±¡¼¥¸¤ò 
(Àµ³Î¤Ë) Í¥À褷¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ PloneArticle ¥×¥í¥À¥¯¥È¤Ï¡¢/usr/lib/zope/lib/
python/Products/PloneArticle ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¡¢/var/lib/zope/Products/ ¤Ë¤¢
¤ë¥Ð¡¼¥¸¥ç¥ó¤¬ºï½ü¤µ¤ì¤Æ Zope ¤¬ºÆµ¯Æ°¤µ¤ì¤ë¤Þ¤Ç zope ¤«¤é¡Ö̵»ë¡×¤µ¤ì¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Debian packages don't like to interfere with what you've installed manually; 
if you choose (or accept the default) \do nothing\, your previous 
PloneArticle will be left untouched, and it will continue to work and be 
used by zope.  This new PloneArticle will be installed and configured 
properly, but will *not* be used by zope until you do something to get rid 
of the other one.
msgstr 
Debian ¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¢¤Ê¤¿¤¬¼êÆ°¤ÇÆþ¤ì¤¿¤â¤Î¤Ë¤Ï´³¾Ä¤·¤Þ¤»¤ó; \²¿¤â¤·¤Ê¤¤\ 
¤òÁª¤ó¤À (¤¢¤ë¤¤¤Ï¥Ç¥Õ¥©¥ë¥È¤Î¤Þ¤Þ¤Ë¤·¤¿) ¾ì¹ç¡¢°ÊÁ°¤Î PloneArticle ¥×¥í¥À¥¯
¥È¤Ï²¿¤â¼ê¤ò²Ã¤¨¤é¤ì¤Ê¤¤¤Þ¤Þ¤ÇÆ°ºî¤ò³¤±¡¢zope ¤«¤éÍøÍѤµ¤ì¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ 
PloneArticle ¥×¥í¥À¥¯¥È¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ìÀµ¤·¤¯ÀßÄꤵ¤ì¤Þ¤¹¤¬¡¢¤â¤¦ÊÒÊý¤ò²¿¤È
¤«¤·¤Æºï½ü¤·¤Ê¤¤¸Â¤ê zope ¤«¤é¤ÏÍøÍѤµ¤ì¡Ö¤Þ¤»¤ó¡×¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
If you choose \disable it\, /var/lib/zope/Products/PloneArticle will be 
moved to /var/lib/zope/DISABLED_Products/PloneArticle, which will prevent 
zope from seeing that version of this product; it will therefore load *this* 
one the next time zope starts.
msgstr 
\̵¸ú¤Ë¤¹¤ë\ ¤òÁª¤ó¤À¾ì¹ç¡¢zope ¤¬¤³¤Î¥×¥í¥À¥¯¥È¤Î°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»²¾È¤¹
¤ë¤Î¤òËɤ°¤¿¤á¤Ë /var/lib/zope/Products/PloneArticle ¤Ï /var/lib/zope/
DISABLED_Products/PloneArticle ¤Ë°ÜÆ°¤µ¤ì¤Þ¤¹¡£¤Ä¤Þ¤ê¼¡²ó zope ¤¬µ¯Æ°¤¹¤ëºÝ¤Ë
¡Ö¤³¤Î¡×¥×¥í¥À¥¯¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Note that you can later move /var/lib/zope/DISABLED_Products/PloneArticle 
back to /var/lib/zope/Products/PloneArticle and restart zope, if you want to 
revert to that version.
msgstr 
°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÌᤷ¤¿¤¤¤È¤¤¤¦¾ì¹ç¤Ï¡¢¸å¤Û¤É /var/lib/zope/
DISABLED_Products/PloneArticle ¤ò /var/lib/zope/Products/PloneArticle ¤ËÌᤷ 
zope ¤òºÆµ¯Æ°¤¹¤ì¤Ð¤Î¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£


Bug#289740: zope-portaltransport: Japanese po-debconf template translation (ja.po)

2005-01-10 Thread Hideki Yamane
Package: zope-portaltransport
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear zope-portaltransport maintainer,

 Here's Japanese po-debconf template (ja.po) file that reviewed
 by several Japanese Debian developers and users.

 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ samba.gr.jp/iijmio-mail.jp



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

iD8DBQFB4tQoIu0hy8THJksRAqjVAKCqa4IfSXJyVFIOzR0xeZO5QBl97wCgsDf7
N0wrkxcpQdj1I1NnrtWeX7U=
=hdu0
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#
msgid 
msgstr 
Project-Id-Version: zope-portaltransport 1.1-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-11-14 00:36+0100\n
PO-Revision-Date: 2005-01-11 01:55+0200\n
Last-Translator: Hideki Yamane [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=EUC-JP\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:3
msgid do nothing, disable it
msgstr ²¿¤â¤·¤Ê¤¤, ̵¸ú¤Ë¤¹¤ë

#. Type: select
#. Description
#: ../templates:5
msgid Action on the PortalTransport in /var/lib/zope/Products/:
msgstr /var/lib/zope/Products/ Æâ¤Î PortalTransport ¤ËÂФ¹¤ëÀßÄê¤Ë¤Ä¤¤¤Æ:

#. Type: select
#. Description
#: ../templates:5
msgid 
Important: A version of PortalTransport is already installed in /var/lib/
zope/Products/.  Debian's zope (rightly) gives precedence to the packages 
installed there.  This new PortalTransport Product, being installed into /
usr/lib/zope/lib/python/Products/PortalTransport, will be *ignored* by your 
zope until the version in /var/lib/zope/Products/ has been removed and Zope 
has been restarted.
msgstr 
½ÅÍ×: PortalTransport ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î 1 ¤Ä¤¬´û¤Ë /var/lib/zope/Products/ ¤Ë¥¤
¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Debian ¤Î zope ¤Ï¡¢¤½¤³¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¥Ñ¥Ã¥±¡¼¥¸
¤ò (Àµ³Î¤Ë) Í¥À褷¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ PortalTransport ¥×¥í¥À¥¯¥È¤Ï¡¢/usr/lib/
zope/lib/python/Products/PortalTransport ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¡¢/var/lib/zope/
Products/ ¤Ë¤¢¤ë¥Ð¡¼¥¸¥ç¥ó¤¬ºï½ü¤µ¤ì¤Æ Zope ¤¬ºÆµ¯Æ°¤µ¤ì¤ë¤Þ¤Ç zope ¤«¤é¡Ö̵
»ë¡×¤µ¤ì¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Debian packages don't like to interfere with what you've installed manually; 
if you choose (or accept the default) \do nothing\, your previous 
PortalTransport will be left untouched, and it will continue to work and be 
used by zope.  This new PortalTransport will be installed and configured 
properly, but will *not* be used by zope until you do something to get rid 
of the other one.
msgstr 
Debian ¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¢¤Ê¤¿¤¬¼êÆ°¤ÇÆþ¤ì¤¿¤â¤Î¤Ë¤Ï´³¾Ä¤·¤Þ¤»¤ó; \²¿¤â¤·¤Ê¤¤\ 
¤òÁª¤ó¤À (¤¢¤ë¤¤¤Ï¥Ç¥Õ¥©¥ë¥È¤Î¤Þ¤Þ¤Ë¤·¤¿) ¾ì¹ç¡¢°ÊÁ°¤Î PortalTransport ¥×¥í¥À
¥¯¥È¤Ï²¿¤â¼ê¤ò²Ã¤¨¤é¤ì¤Ê¤¤¤Þ¤Þ¤ÇÆ°ºî¤ò³¤±¡¢zope ¤«¤éÍøÍѤµ¤ì¤Þ¤¹¡£¤³¤Î¿·¤·
¤¤ PortalTransport ¥×¥í¥À¥¯¥È¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ìÀµ¤·¤¯ÀßÄꤵ¤ì¤Þ¤¹¤¬¡¢¤â¤¦ÊÒÊý
¤ò²¿¤È¤«¤·¤Æºï½ü¤·¤Ê¤¤¸Â¤ê zope ¤«¤é¤ÏÍøÍѤµ¤ì¡Ö¤Þ¤»¤ó¡×¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
If you choose \disable it\, /var/lib/zope/Products/PortalTransport will be 
moved to /var/lib/zope/DISABLED_Products/PortalTransport, which will prevent 
zope from seeing that version of this product; it will therefore load *this* 
one the next time zope starts.
msgstr 
\̵¸ú¤Ë¤¹¤ë\ ¤òÁª¤ó¤À¾ì¹ç¡¢zope ¤¬¤³¤Î¥×¥í¥À¥¯¥È¤Î°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»²¾È¤¹
¤ë¤Î¤òËɤ°¤¿¤á¤Ë /var/lib/zope/Products/PortalTransport ¤Ï /var/lib/zope/
DISABLED_Products/PortalTransport ¤Ë°ÜÆ°¤µ¤ì¤Þ¤¹¡£¤Ä¤Þ¤ê¼¡²ó zope ¤¬µ¯Æ°¤¹¤ë
ºÝ¤Ë¡Ö¤³¤Î¡×¥×¥í¥À¥¯¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Note that you can later move /var/lib/zope/DISABLED_Products/PortalTransport 
back to /var/lib/zope/Products/PortalTransport and restart zope, if you want 
to revert to that version.
msgstr 
°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÌᤷ¤¿¤¤¤È¤¤¤¦¾ì¹ç¤Ï¡¢¸å¤Û¤É /var/lib/zope/
DISABLED_Products/PortalTransport ¤ò /var/lib/zope/Products/PortalTransport 
¤ËÌᤷ zope ¤òºÆµ¯Æ°¤¹¤ì¤Ð¤Î¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ¤¤¡£


Bug#289741: zope-pts: Japanese po-debconf template translation (ja.po)

2005-01-10 Thread Hideki Yamane
Package: zope-pts
Severity: wishlist
Tags: l10n patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear zope-pts maintainer,

 Here's Japanese po-debconf template (ja.po) file that reviewed
 by several Japanese Debian developers and users.

 Could you apply it, please?

- --
Regards,

 Hideki Yamane henrich @ samba.gr.jp/iijmio-mail.jp



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

iD8DBQFB4tS7Iu0hy8THJksRAv6tAJ90zJgP5vBpw4RXhX7nPxUUbjPvYQCghSJi
xVvQ0qRCnXFQT1D1GjyIAyo=
=g74K
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#
msgid 
msgstr 
Project-Id-Version: zope-pts 1.2-rc1-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-11-01 01:32+0100\n
PO-Revision-Date: 2005-01-11 01:55+0200\n
Last-Translator: Hideki Yamane [EMAIL PROTECTED]\n
Language-Team: Japanese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=EUC-JP\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:3
msgid do nothing, disable it
msgstr ²¿¤â¤·¤Ê¤¤, ̵¸ú¤Ë¤¹¤ë

#. Type: select
#. Description
#: ../templates:5
msgid Action on the PlacelessTranslationService in /var/lib/zope/Products/:
msgstr 
/var/lib/zope/Products/ Æâ¤Î PlacelessTranslationService ¤ËÂФ¹¤ëÀßÄê¤Ë¤Ä¤¤
¤Æ:

#. Type: select
#. Description
#: ../templates:5
msgid 
Important: A version of PlacelessTranslationService is already installed in /
var/lib/zope/Products/.  Debian's zope (rightly) gives precedence to the 
packages installed there.  This new PlacelessTranslationService Product, 
being installed into /usr/lib/zope/lib/python/Products/
PlacelessTranslationService, will be *ignored* by your zope until the 
version in /var/lib/zope/Products/ has been removed and Zope has been 
restarted.
msgstr 
½ÅÍ×: PlacelessTranslationService ¤Î¥Ð¡¼¥¸¥ç¥ó¤Î 1 ¤Ä¤¬´û¤Ë /var/lib/zope/
Products/ ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£Debian ¤Î zope ¤Ï¡¢¤½¤³¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ
¤ì¤¿¥Ñ¥Ã¥±¡¼¥¸¤ò (Àµ³Î¤Ë) Í¥À褷¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ PlacelessTranslationService 
¥×¥í¥À¥¯¥È¤Ï¡¢/usr/lib/zope/lib/python/Products/PlacelessTranslationService 
¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¡¢/var/lib/zope/Products/ ¤Ë¤¢¤ë¥Ð¡¼¥¸¥ç¥ó¤¬ºï½ü¤µ¤ì¤Æ 
Zope ¤¬ºÆµ¯Æ°¤µ¤ì¤ë¤Þ¤Ç zope ¤«¤é¡Ö̵»ë¡×¤µ¤ì¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Debian packages don't like to interfere with what you've installed manually; 
if you choose (or accept the default) \do nothing\, your previous 
PlacelessTranslationService will be left untouched, and it will continue to 
work and be used by zope.  This new PlacelessTranslationService will be 
installed and configured properly, but will *not* be used by zope until you 
do something to get rid of the other one.
msgstr 
Debian ¥Ñ¥Ã¥±¡¼¥¸¤Ï¤¢¤Ê¤¿¤¬¼êÆ°¤ÇÆþ¤ì¤¿¤â¤Î¤Ë¤Ï´³¾Ä¤·¤Þ¤»¤ó; \²¿¤â¤·¤Ê¤¤\ 
¤òÁª¤ó¤À (¤¢¤ë¤¤¤Ï¥Ç¥Õ¥©¥ë¥È¤Î¤Þ¤Þ¤Ë¤·¤¿) ¾ì¹ç¡¢°ÊÁ°¤Î 
PlacelessTranslationService ¥×¥í¥À¥¯¥È¤Ï²¿¤â¼ê¤ò²Ã¤¨¤é¤ì¤Ê¤¤¤Þ¤Þ¤ÇÆ°ºî¤ò³
¤±¡¢zope ¤«¤éÍøÍѤµ¤ì¤Þ¤¹¡£¤³¤Î¿·¤·¤¤ PlacelessTranslationService ¥×¥í¥À¥¯¥È
¤Ï¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ìÀµ¤·¤¯ÀßÄꤵ¤ì¤Þ¤¹¤¬¡¢¤â¤¦ÊÒÊý¤ò²¿¤È¤«¤·¤Æºï½ü¤·¤Ê¤¤¸Â¤ê 
zope ¤«¤é¤ÏÍøÍѤµ¤ì¡Ö¤Þ¤»¤ó¡×¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
If you choose \disable it\, /var/lib/zope/Products/
PlacelessTranslationService will be moved to /var/lib/zope/DISABLED_Products/
PlacelessTranslationService, which will prevent zope from seeing that 
version of this product; it will therefore load *this* one the next time 
zope starts.
msgstr 
\̵¸ú¤Ë¤¹¤ë\ ¤òÁª¤ó¤À¾ì¹ç¡¢zope ¤¬¤³¤Î¥×¥í¥À¥¯¥È¤Î°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»²¾È¤¹
¤ë¤Î¤òËɤ°¤¿¤á¤Ë /var/lib/zope/Products/PlacelessTranslationService ¤Ï /var/
lib/zope/DISABLED_Products/PlacelessTranslationService ¤Ë°ÜÆ°¤µ¤ì¤Þ¤¹¡£¤Ä¤Þ¤ê
¼¡²ó zope ¤¬µ¯Æ°¤¹¤ëºÝ¤Ë¡Ö¤³¤Î¡×¥×¥í¥À¥¯¥È¤ò¼Â¹Ô¤·¤Þ¤¹¡£

#. Type: select
#. Description
#: ../templates:5
msgid 
Note that you can later move /var/lib/zope/DISABLED_Products/
PlacelessTranslationService back to /var/lib/zope/Products/
PlacelessTranslationService and restart zope, if you want to revert to that 
version.
msgstr 
°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ËÌᤷ¤¿¤¤¤È¤¤¤¦¾ì¹ç¤Ï¡¢¸å¤Û¤É /var/lib/zope/
DISABLED_Products/PlacelessTranslationService ¤ò /var/lib/zope/Products/
PlacelessTranslationService ¤ËÌᤷ zope ¤òºÆµ¯Æ°¤¹¤ì¤Ð¤Î¤ËÃí°Õ¤·¤Æ¤¯¤À¤µ
¤¤¡£


Bug#289720: krdc: could not start rdesktop

2005-01-10 Thread Christoffer Sawicki
 after upgrading my system krdc no longer works

 I used to be able to connect to a local Windows machine, now the
 connection dialog comes up but when I try to connect I get the message

 Could not start rdesktop; make sure rdesktop is properly installed.

 I have tried re-installing the package and still get the same problem.

The package `krdc' *recommends* the package `rdesktop'. Is the package 
installed? If not, and it works after installing it, I'll close this bug.

Quoting from the policy:
--8--
 Recommends 
  This declares a strong, but not absolute, dependency. 

  The Recommends field should list packages that would be found together
  with this one in all but unusual installations.
--8--

IIRC, apt-get shows which packages are recommended to install when installing 
a package. If not, you should probably use aptitude or dselect.

*/ Christoffer Sawicki [EMAIL PROTECTED]


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



Bug#289743: ratpoison: build-deps should include automake1.4

2005-01-10 Thread Mike O'Connor
Package: ratpoison
Version: 1.2.1
Severity: important
Justification: fails to build from source

right now ratpoison's builddeps include automaken but this should be
changed to automake1.4 since this is the only version of automake that
seems to work.

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

Versions of packages ratpoison depends on:
ii  libc6 2.3.2.ds1-18   GNU C Library: Shared libraries an
ii  xlibs 4.3.0.dfsg.1-8 X Window System client libraries m

-- no debconf information


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



Bug#288431: jpilot-backup: Databases with names containing non-ASCII characters are not properly handled.

2005-01-10 Thread Ludovic Rousseau
Le Monday 10 January 2005 à 19:53:11, Eric Lavarde a écrit:
 Hi,
 
 bingo, I actually have 5 databases with non-ASCII characters:

Try to use:
$ LANG=en_IE jpilot

I also have filenames with non ASCII chararacters but they are displayed
correctly in the backup plugin.

The difference is that I do not use a UTF-8 locale but just $LANG=fr_FR

If I use LANG=fr_FR.UTF-8 I can reproduce the crash. I will work on it.

Bye,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --


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



Bug#289702: menu: Non-executable update-menus breaks woody ghostview postrm

2005-01-10 Thread Bill Allombert
On Mon, Jan 10, 2005 at 11:00:57AM -0500, Adam C Powell IV wrote:
 During a woody-sarge upgrade, the new menu unpacked before the old
 ghostview was removed, resulting in the following breakage:
 
 Removing ghostview ...
 /var/lib/dpkg/info/ghostview.postrm: /usr/bin/update-menus: Permission denied
 dpkg: error processing ghostview (--purge):
  subprocess post-removal script returned error exit status 1

After inspection, I think the following packages have the same bug:

ghostview/postinst:if command -v update-menus  /dev/null 21; then
gwm/postinst:if command -v update-menus  /dev/null 21; then
joe/postinst:  if command -v update-menus /dev/null 21; then update-menus; 
fivim-gtk/postinst:   if command -v update-menus /dev/null 21 ; then
vim-perl/postinst:  if command -v update-menus /dev/null 21 ; then
vim-python/postinst:if command -v update-menus /dev/null 21 ; then
vim-ruby/postinst:  if command -v update-menus /dev/null 21 ; then
vim-tcl/postinst:   if command -v update-menus /dev/null 21 ; then
vim/postinst:   if command -v update-menus /dev/null 21 ; then
xodo/postinst:  if command -v update-menus /dev/null 21; then update-menus; 
fi
xvier/postinst:if command -v update-menus /dev/null 21; then
wn/postinst:  if which update-menus  /dev/null

ghostview and gwm have been removed from sarge.
xodo still has the bug in sarge.

I suppose I need a versionned conflict against vim*, xvier and wn.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


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



Bug#289555: Still dpkg-divert problems

2005-01-10 Thread Aurlien Jarno
On Mon, Jan 10, 2005 at 08:08:27PM +0100, Svante Signell wrote:
 On Mon, 2005-01-10 at 15:55 +0100, Aurélien Jarno wrote:
  Svante Signell wrote:
   diversion of /lib/modules/2.4.27-1-686/kernel/drivers/i2c/i2c-algo-bit.o
   to /lib/modules/2.4.27-1-686/old-i2c/i2c-algo-bit.o by i2c-2.4.27-1-686
  
  Everything seems to be normal, so I don't know what happens exactly. I 
  tried a lot of installation and upgrade sequences (even 2.7.0-16 - 
  2.9.0-1 - 2.9.0-2 ... - 2.9.0-8), and I can't reproduce your problem. 
  The 2.9.0-1 through 2.9.0-7 version fails to install, but 2.9.0-8 works 
  correctly.
  
  I made some test packages that have debug information printed in the 
  preinst script, could you please try to install them:
  http://temp.aurel32.net/i2c
 
 # dpkg -i i2c-2.4.27-1-686_2.9.0-8+test_i386.deb
 (Reading database ... 152717 files and directories currently installed.)
 Preparing to replace i2c-2.4.27-1-686 1:2.7.0-16 (using
 i2c-2.4.27-1-686_2.9.0-8+test_i386.deb) ...
 Removing old diversion
 dpkg-divert: rename involves overwriting
 `/lib/modules/2.4.27-1-686/kernel/drivers/i2c/i2c-algo-bit.o' with
   different file `/lib/modules/2.4.27-1-686/old-i2c/i2c-algo-bit.o', not
 allowed
 dpkg: error processing i2c-2.4.27-1-686_2.9.0-8+test_i386.deb
 (--install):
  subprocess pre-installation script returned error exit status 2
 Errors were encountered while processing:
  i2c-2.4.27-1-686_2.9.0-8+test_i386.deb
 
  Also, would it be possible to give me the output of dpkg -S 
  /lib/modules/2.4.27-1-686/kernel/drivers/i2c/i2c-algo-bit.o
 
 # dpkg -S /lib/modules/2.4.27-1-686/kernel/drivers/i2c/i2c-algo-bit.o
 diversion by i2c-2.4.27-1-686
 from: /lib/modules/2.4.27-1-686/kernel/drivers/i2c/i2c-algo-bit.o
 diversion by i2c-2.4.27-1-686
 to: /lib/modules/2.4.27-1-686/old-i2c/i2c-algo-bit.o
 kernel-image-2.4.27-1-686: 
 /lib/modules/2.4.27-1-686/kernel/drivers/i2c/i2c-algo-bit.o
 

Thanks, now I have to think a lot to find the problem and to found a
fix. I hope to have a new package during the night.


-- 
  .''`.  Aurelien Jarno   GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#289166: tulip dont start

2005-01-10 Thread Yann Dirson
This is strange, could look like an incompatibility between some
versions of libxmu ?

On Mon, Jan 10, 2005 at 05:03:17PM +0100, olivier Goudron wrote:
 Hello.
 Today, after an dist-upgrade the problem is solved (libXmu is 
 updated). The last dist-update was made one week ago. Thanks for your help.
 
 Best regards, Olivier Goudron
 
 Yann Dirson a écrit :
 
 On Fri, Jan 07, 2005 at 05:23:54PM +0100, olivier Goudron wrote:
  
 
 Package: tulip
 Version: 2.0.0-2
 Severity: grave
 Justification: renders package unusable
 
 when i try to start tulip it fail with this message :
 Unable to resolve Xmu symbols - please check your Xmu library
 installation.

 
 
 This is quite strange.  I have the same versions on my sarge box, and
 do not see any such problem.  Are you sure that your packages are all
 correct ?  Did you experience any disk-full condition recently ?
 
 To check some of your system, you can run debsums -s.  That may
 point out missing or corrupted files, from those packages shipping
 checksums.
 
 Regards,
  
 

-- 
Yann Dirson[EMAIL PROTECTED] |
Debian-related: [EMAIL PROTECTED] |   Support Debian GNU/Linux:
|  Freedom, Power, Stability, Gratis
 http://ydirson.free.fr/| Check http://www.debian.org/



Bug#282688: RFP: autoconf-doc -- Documentation for autoconf, automatic configure script builder

2005-01-10 Thread Henrique de Moraes Holschuh
On Mon, 10 Jan 2005, Jeroen van Wolffelaar wrote:
 On Wed, Jan 05, 2005 at 12:54:04AM -0500, Theodore Ts'o wrote:
  retitle 282688 ITP: autoconf-doc -- Documentation for autoconf, automatic 
  configure script builder
  owner 282688 [EMAIL PROTECTED]
  thanks
  
  I plan to be packaging autoconf-doc, probably in non-free, so it won't
  have to be moved there post-Sarge.
 
 Apparantly[1] Henrique de Moraes Holschuh [EMAIL PROTECTED] already
 packaged and uploaded autoconf-doc, without consulting wnpp.
 
 I suggest you two contact eachother and come to an agreement  close
 this bug.

It was uploaded on 2004-12-09, to non-free.  I plead guilty for not checking
wnpp (I usually do check.  I don't recall why I didn't do it in this case).

Anyway, I certainly don't mind if someone else wants to take care of the
package.  So, if Theodore wants the package, it's his.

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


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



Bug#289745: debianutils: sensible-browser incorrectly handles BROWSER

2005-01-10 Thread Julian Gilbey
Package: debianutils
Version: 2.11.2

sensible-browser does not appear to handle the BROWSER variable
correctly :-(

For example, with Eric Raymond's example:

BROWSER='mozilla -raise -remote openURL(%s,new-window):links'

because the command will be split and not handed to /bin/sh, mozilla
will receive the arguments (C syntax):

argv[0] = -raise
argv[1] = -remote
argv[2] = \openURL(http://www.blah.org/,new-window)\
argv[3] = NULL

Unfortunately, the embedded quotes in argv[2] cause mozilla to fail.

My suggested solution to this is to replace sensible-browser with an
appropriate modification of David Wheeler's browse script, along with
his Secure BROWSER modification of Eric Raymond's BROWSER variable,
all available from http://www.dwheeler.com/browse/, with BROWSE under
a DFSG license, but the specs not yet.

   Julian


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



Bug#289747: reiser4progs: mkfs.reiser4 is broken on sparc64

2005-01-10 Thread Robert Annessi
Package: reiser4progs
Version: 1.0.3-1
Severity: normal

The userspace tools of reiser4 are completly broken on sparc64:

sunkist:/tmp# dd if=/dev/zero of=/tmp/reiser4.fuckup bs=1M count=100
100+0 records in
100+0 records out
104857600 bytes transferred in 1.146879 seconds (91428655 bytes/sec)
sunkist:/tmp# mkfs.reiser4 -f /tmp/reiser4.fuckup 
mkfs.reiser4 1.0.3
Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser, licensing governed
by 
reiser4progs/COPYING. 

Block size 8192 will be used.  
Linux 2.6.10-grsec-reiser4 is detected.
Uuid 3ff49d15-896b-4b67-867c-04362bbfb7f2 will be used.
Reiser4 is going to be created on /tmp/reiser4.fuckup. 
(Yes/No): y
Creating reiser4 on /tmp/reiser4.fuckup ... Bus error  
sunkist:/tmp# 



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

Versions of packages reiser4progs depends on:
ii  debconf [debconf-2.0]   1.4.30.11Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libreadline44.3-11   GNU readline and history libraries
ii  libuuid11.35-6   Universally unique id library

-- debconf information excluded


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



Bug#289748: zsh: menu navigation is suboptimal

2005-01-10 Thread Benjamin Hill (Mako)
Package: zsh
Version: 4.2.1-15
Severity: minor


Thanks for maintaining zsh (again)!

zsh menu navigation is confusing and implemented so that it makes
reaching the last element in a list of completions extremely
difficult.

In a multi-column menu of completions, pressing up from most items
will take the user to the previous item in the list. When an item that
is at the top of a column is selected, pressing up moves the
selection to the last item in the previous column.  This is the
correct behavior.

This does not happen when the users is on first item in the first
column. Pressing up from *this* item (and only this item) will take
the users to the last item in the first (current) column. It should
take the users to the last item in the list (i.e., the last item in
the last column).

The effect of this is that it can make it very hard to select the last
item in a long multi-column menu of completions. For date-based
organization of data in a directory, this can be particularly
frustrating.

Similarly, pressing down from the final column will select the item
that is one to the left and one down of the last item rather than the
first item (which would be expected). Pressing right from the last
item moves to the first column (as would be expected) but also moves
one down (which would not). Moving left from the first column acts
irregularly as well selecting items that are sometimes one up and
sometimes in the second-to-last column (depending on the layout).

This should all be normalized so that the normal operating is
grid-like movement (as it is in most places that do not involve edges
of the grid) and so that moving up from the first item or down from
that item moves to the end/beginning.


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

Versions of packages zsh depends on:
ii  debconf 1.4.30.10Debian configuration management sy
ii  libc6   2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  passwd  1:4.0.3-30.3 Change and administer password and

-- debconf information excluded


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



Bug#122520: Correct Email (133751@bugs.debian.org) ?

2005-01-10 Thread LifeVest Solutions

Attention;


After viewing your credit history we are unable to approve your
mortgage-refinance at the rate of 2.64%.  However we 
can approve you at a rate of 3.13%.

If you are satisfied with our new rate, then we will need you to
verify some information below.

http://ashindmosthqy.sowvagrant.net/prime/buy

We apologize for this Inconvenience
LifeVest Solutions
Wilbur Cullen;
Fin-Broker




WR0NG PERS0N?
Visit our Site to 0pt-0ut


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



Bug#240932: (fwd) RE: ide troubles

2005-01-10 Thread maximilian attems
thanks for your quick feedback,
forwarding messages as debian-boot may have more insights?

- Forwarded message from Will Lentz [EMAIL PROTECTED] -

From: Will Lentz [EMAIL PROTECTED]

RC2 doesn't have this problem!  Yay!  :-)

Of course, now I get an error message saying:
Failed to copy file from CDROM, Retry?
and Alt-F4 shows:
grep:
/cdrom/dists//Release
: No such file or directory 

How do I tell it to look for /cdrom/dists/sarge/Release?

Thanks,
Will

 -Original Message-
 From: maximilian attems [mailto:[EMAIL PROTECTED] On Behalf Of 
 maximilian attems
 Sent: Monday, January 10, 2005 9:25 AM
 To: [EMAIL PROTECTED]
 Cc: Will Lentz
 Subject: Re: ide troubles
 
 tags 240932 moreinfo
 thanks
 
 have you tried to reporduce it with an recent d-i, like rc2:
 http://www.debian.org/devel/debian-installer/
 
 can you provide the logs of the kernel oops you were experiencing.
 thanks maks
 
 

- End forwarded message -


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



Bug#289620: lessdisks: package fails to install

2005-01-10 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10-01-2005 16:32, Vagrant Cascadian wrote:

 this part is still breaks for me when installing 0.5.3cvs.20040906-9.
 
 /usr/sbin/lessdisks-keycopy:
 
  47   perl -ni -e $n++; \
  48 print \$type $name $pubkey\n\ if $n==1; \
  49 print  next unless /^((rsa|dsa)\s$name\s|# dummy line)/i; 
 $workdir/known_hosts
 
 i'm guessing $n is not set?

Shit. And a crisis has occurred at a client of mine, so I have not time
currently to test thoroughly myself.

I recognize that error - seems I have somehow put in older buggy code
instead of the final working one. $n is a Perl variable, so must -
contrary to the other variables - be escaped.


Putting up another release, again blindly hoping that someone will be
loud about it if too buggy for Sarge.


 - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB4t0Jn7DbMsAkQLgRAqUjAKClVEVM1wMzvud6tb2w47sYym4O8QCfQHvJ
e7AMYV31mLTQHIC7ZL8gmtM=
=oD5U
-END PGP SIGNATURE-



Bug#287737: [Gpsd-dev] [PATCH] gpsd should not return error code when started in daemon mode

2005-01-10 Thread Tilman Koschnick
On Sun, 2005-01-09 at 18:31 +0100, Petter Reinholdtsen wrote:
 When gpsd i started in daemon mode, it return an error code instead of
 0.  The code seem to try to return the pid, but this is not really
 working very well.  This change fixes the problem.  I'm not sure why
 _exit() was used, so I changed it to exit().

The attached patch makes the parent process return 0 on exit, and
optionally stores the PID in a file. I added an option '-P pidfile' to
facilitate this.

This behaviour makes it easier to write start/stop scripts which a)
check on successfull startup (return 0), and b) stop the daemon using
the process id stored e.g. in /var/run/gpsd.pid. I'd appreciate if this
could be included in the next release.

Cheers, Til
Index: gpsd.xml
===
--- gpsd.xml	(revision 1310)
+++ gpsd.xml	(working copy)
@@ -27,6 +27,7 @@
   arg choice='opt'-i replaceableinitial-position/replaceable/arg
   arg choice='opt'-n /arg  
   arg choice='opt'-h /arg
+  arg choice='opt'-P replaceablepidfile/replaceable/arg
   arg choice='opt'-D replaceabledebuglevel/replaceable/arg
   arg choice='opt'-v /arg
 /cmdsynopsis
@@ -134,6 +135,12 @@
 listitemparaDisplay help message and terminate./para/listitem
 /varlistentry
 varlistentry
+term-P/term
+listitem
+paraSpecify the name and path to record the daemon's process ID./para
+/listitem
+/varlistentry
+varlistentry
 term-D/term
 listitem
 paraSet debug level. At debug levels 2 and above,
Index: gpsd.c
===
--- gpsd.c	(revision 1310)
+++ gpsd.c	(working copy)
@@ -35,6 +35,7 @@
 
 struct gps_session_t *session;
 static char *device_name = DEFAULT_DEVICE_NAME;
+static char *pid_file = NULL;
 static fd_set all_fds, nmea_fds, watcher_fds;
 static int debuglevel, nfds, in_background = 0;
 
@@ -53,6 +54,18 @@
 exit(10 + sig);
 }
 
+static void store_pid(pid_t pid)
+{
+	FILE *fp;
+
+	if ((fp = fopen(pid_file, w)) != NULL) {
+		fprintf(fp, %u\n, pid);
+		(void) fclose(fp);
+	} else {
+		gpsd_report(1, Cannot create PID file: %s.\n, pid_file);
+	}
+}
+
 static int daemonize(void)
 {
 int fd;
@@ -64,7 +77,9 @@
 case 0:	/* child side */
 	break;
 default:	/* parent side */
-	_exit(pid);
+	if (pid_file)
+		store_pid(pid);
+	exit(0);
 }
 
 if (setsid() == -1)
@@ -114,6 +129,7 @@
 #endif /* TRIPMATE_ENABLE */
   -s baud_rate   = set baud rate on gps device \n\
   -d host[:port] = set DGPS server \n\
+  -P pidfile = set file to record process ID \n\
   -D integer (default 0) = set debug level \n\
   -h = help message \n,
 	   DEFAULT_DEVICE_NAME, DEFAULT_GPSD_PORT);
@@ -402,7 +418,7 @@
 extern char *optarg;
 
 debuglevel = 1;
-while ((option = getopt(argc, argv, D:S:d:hnp:s:v
+while ((option = getopt(argc, argv, D:S:d:hnp:P:s:v
 #if TRIPMATE_ENABLE || defined(ZODIAC_ENABLE)
 			i:
 #endif /* TRIPMATE_ENABLE || defined(ZODIAC_ENABLE) */
@@ -455,6 +471,9 @@
 	case 'p':
 	device_name = optarg;
 	break;
+	case 'P':
+	pid_file = optarg;
+	break;
 	case 's':
 	gpsd_speed = atoi(optarg);
 	break;


Bug#252202: More information about this bug

2005-01-10 Thread Romain Francoise
Emacs from CVS can now parse this style of output, but the CVS version
in Debian still has a bug when committing files in subdirectories.

Say I am committing file 'include/foo.include'.  With versions prior to
1.12.8, I would get:

| Checking in include/foo.include;
| /var/lib/cvs/www/include/foo.include,v  --  foo.include
| new revision: 1.14; previous revision: 1.13
| done

PCL-CVS would parse the first line to get the filename with its full
path.  With the CVS version in current Debian unstable (1.12.9), I get
this:
 
| /var/lib/cvs/www/include/foo.include,v  --  foo.include
| new revision: 1.14; previous revision: 1.13

Since the Checking in.. line disappeared, PCL-CVS now uses the
rightmost part of the -- line to get the filename.  Notice how it
does not specify the path!  PCL-CVS has no way to know that the file is
really in directory 'include/'...[1]

This was fixed upstream, with newer CVS versions (1.12.10 and up), I get
this:

| /var/lib/cvs/www/include/foo.include,v  --  include/foo.include
| new revision: 1.14; previous revision: 1.13

PCL-CVS works fine with these newer versions.

Can we get a new upstream version in Debian in time for sarge?

If not, could you please fix the output of CVS so that it contains the
full path of the file?  I guess this bug affects other tools that rely
on the output of CVS...  The other option would be to put the Checking
in.. line back.

I'm worried that this bug will affect lots of users if sarge releases
with this version of CVS.

Thanks,

-- 
  ,''`.
 : :' :Romain Francoise [EMAIL PROTECTED]
 `. `' http://people.debian.org/~rfrancoise/
   `-

Footnotes:
[1]  Apart from parsing the leftmost part of that line, but it would be
 clunky: when the file is on a branch, an extra Attic/ directory
 must be taken into account, etc.


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



Bug#288427: bugs.debian.org: razor version is old, please upgrade

2005-01-10 Thread Santiago Vila
On Mon, 10 Jan 2005, Blars Blarson wrote:

 So, IMHO, spam filtering at bugs.debian.org should continue to be at
 least as good as it is in lists.debian.org. If for this to happen you
 have to use some soft but effective DNSBL like the CBL, or some advanced
 technology like greylisting, or both, please consider doing so.
 
 The 100,000 spams a day figure is very impressive indeed, but I don't
 think the BTS really *has* to receive all those spams. Many of them
 could be rejected at SMTP time.
 
 We are useing SBL-XBL as part of the spamassassin filtering, which
 includes CBL.
 
 I think we are doing about as good as we can with the resouces
 available.  The only ways I think we could do significantly better
 would require more manpower.  (Either rewrite spamscan to be
 multi-theaded so we can do more network tests, or spend more time
 manually checking mail and writing spamassasin rules.)
 
 I'm closing this bug since I don't think it serves any useful purpouse
 to leave it open.  
 
 If you have any useful sugestions, send them to [EMAIL PROTECTED]

Of course I have:

I suggest that you use SBL-XBL to reject email at SMTP stage. That's
what I say we don't really *have* to receive those messages.
Then there will be more resources available that could be used for razor.

May I know why do you consider this suggestion not useful? On one
hand you say that we are doing about as good as we can with the
resouces available, but on the other hand you do not seem to be
willing to increase the resources. What's the logic behind this?

At the very minimum, we should be rejecting messages from open proxies.
There is very little point in wasting CPU power for them.


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



Bug#285074: Bug#278582: marked as done (SDL Parachute Deployed when using aRts version of libsdl)

2005-01-10 Thread Lawrence Williams
Hello,
Thanks for the patch! Would you mind not making an upload of SDL right now? 
I will package a new revision of the current one with the build dependencies 
fixed ( i already fixed that bug here in 1.2.8 that I am working on... it 
was simply a 'configure' parameter ). I will try to release a -4 revision 
tonight with the fixes already included.

Would you be able to upload it for me?
Lawrence
Original Message Follows
From: Steve Langasek [EMAIL PROTECTED]
To: Lawrence Williams [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: Bug#285074: Bug#278582: marked as done (SDL Parachute Deployed 
when using aRts version of libsdl)
Date: Mon, 10 Jan 2005 03:33:29 -0800

tags 285074 patch
severity 285074 important
thanks
On Fri, Jan 07, 2005 at 07:53:55AM -0330, Lawrence Williams wrote:
 I am working on packaging SDL 1.2.8. Among other things, I will disable
 dlopen() so bugs like this won't occur.
I don't know what your timetable for the new version is, but in the
meantime, we worked this bug a bit at the BSP this weekend, and the attached
patch is the result.  This may be nothing different than what you already
had in mind, but I figured it wouldn't hurt to get it into the BTS.
In looking around at the source, I noticed that the alsa driver was not the
only one that had references to dlopen(); the esd and arts drivers also have
support for dlopen, only in the case of these two drivers, they *only*
support dlopen -- they are not linked against the underlying libs, and as a
result the packages are also missing dependencies on the packages providing
them!  I'm almost positive this is not the intended behavior -- AIUI, much
of the purpose of having split SDL audio packages is to ensure there's at
least one working audio driver -- but I didn't make any changes here without
confirming with you first.
I'm not NMUing for this bug at this time, because upon reflection, I think
this bug should be downgraded; and because the entire issue arose because of
a misbuild in the *maintainer's* build environment, so an NMU doesn't
actually fix that.  The chances of a security upload tripping across this
bug in testing or stable is very slim, and the immediate breakage in the
archive has already been fixed by a recompile-only NMU, so I don't think
there's any reason left to consider this RC.
OTOH, if it's determined that libsdl1.2debian-arts and libsdl1.2debian-esd
are missing dependencies on the corresponding audio libs, that would be an
RC bug.
Thanks,
--
Steve Langasek
postmodern programmer
 libsdl1.2-285074.diff 
 signature.asc 

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


Bug#289757: konqueror: FSView report wrong filesize

2005-01-10 Thread Mikael Hedin
Package: konqueror
Version: 4:3.3.1-3
Severity: normal

Comparing the icon view and FSView, the same file has different size.
This seems to be due to fsview using 10-based prefixes, and the icon
view (and list view) uses the 2-based (1024) prefixes.

Regards,

Micce


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

Versions of packages konqueror depends on:
ii  kcontrol 4:3.3.1-3   KDE Control Center
ii  kdebase-kio-plugins  4:3.3.1-3   KDE I/O Slaves
ii  kdelibs4 4:3.3.1-4   KDE core libraries
ii  kdesktop 4:3.3.1-3   KDE Desktop
ii  kfind4:3.3.1-3   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-3   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#289756: installation-reports

2005-01-10 Thread Brian Steele






Package: installation-reportsDebian-installer-version: Sarge uname -a:Date: 01/10/2005Method: CD netinst from here http://cdimage.debian.org/pub/cdimage-testing/daily/i386/20050109/ Machine: Asus A7N8X-E Deluxe, w/Radeon 9200 AGP video card, USB keyboard and mouse.Processor: 3200+Memory: 512MBRoot Device: 1 SATA Western Digital HD using onboard SATA port.Root Size/partition table: Output of lspci and lspci -n: Base System Installation Checklist:[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try itInitial boot worked: [x]Configure network HW: [x]Config network: [x]Detect CD: [E]Load installer modules: [ ]Detect hard drives: [ ]Partition hard drives: [ ]Create file systems: [ ]Mount partitions: [ ]Install base system: [ ]Install boot loader: [ ]Reboot: [ ]Comments/Problems:Ive tried business card, netinst and disk 1 of the CD set. Each time the unstaller hangs here:Loading module sd_mod for SCSI disk supportIf I use the linux26 kernal the OS loads fine. Is there more information I can provide? I attempt to get it if there is.






Bug#289381: wm2: The pointer will not bring up the xterm

2005-01-10 Thread Clinton Judd
Hi Bernhard,

I performed the commands you listed and also I have
included a fresh listing of the ~/.xsession-errors
file.  The file is called test_results and was created
as a text file.

The xsession-errors file indicates the problem lies
with the package locales.  I checked my listing of
installed files and version 2.3.2.ds1-2 of locales is
installed.

Thank you again.  Your help has been very useful.

Clinton Judd
--- Bernhard R. Link [EMAIL PROTECTED] wrote:

 * Clinton Judd [EMAIL PROTECTED] [050109 17:09]:
  I didn't phrase the statement well.  As you know
 the
  only way to open a program with wm2 is to open an
  xterm window and type in the program name.  What
 is
  happening now is the xterm will not open.   When
 you
  click on the 'button' new, nothing happens.  What
 I
  was trying to tell you was the 'button' exit wm2
  works.  Also the pointer will glide across the
 screen
  without the jerky motion which I hae seen when you
  have a conflict with the programs gpm and X
 window.
 
 Is there some xterminal installed on the computer in
 question? The wm2 package only recommends an 
 x-terminal-emulator and does not depend it, so you
 might
 end up with no one installed, if you did non
 explicitly
 or implicitly install one. It could also be that the
 
 configuration deciding which x-terminal-emulator to
 use is corrupted.
 
 To rule this out the output of the commands
 
 which x-terminal-emulator
 
 /usr/sbin/update-alternatives --display
 x-terminal-emulator
 
 and (with TERM beeing the filename after link
 currently points to
 from the update-alternatives command)
 
 ls -la TERM
 
 would be helpful.
 
 Additionally the content of your ~/.xsession-errors
 file might
 contain things intresting to the solution of this
 problem.
 (I suggest deleting it before another test of wm2,
 so that
  it does not contain any old stuff or things
 generated by other
  programs).
 
  Since I sent the bug report, I removed the package
 gpm
  as a test.  When I brought up the x window after
 the
  removal the pointer was frozen.  Reinstallation of
 gpm
  resulted in the previous motion.  The
 configuration
  files of gpm and XF86 appear to be the same as
 before
  the update.
 
 I'd be supprised if gpm has any relation to this.
 
 Hochachtungsvoll,
   Bernhard R. Link
 




__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 

test_results
Description: test_results


Bug#289470: totem crash

2005-01-10 Thread Ing. Vladimir M. Kerka
Sebastien Bacher wrote:
Le lundi 10 janvier 2005 à 18:59 +0100, Ing. Vladimir M. Kerka a écrit :

 mediadev = /dev/cdroms/cdrom0

do you have a /dev/cdroms/cdrom0 ?
Yes, and cdrom0 is a symlink, which points to 
../scsi/host0/bus0/target1/lun0/cd [what corresponds with result of 
command cdrecord -scanbus:
scsibus0:
	0,0,0	  0) 'IOMEGA  ' 'ZIP 100 ' '14.A' Removable Disk
	0,1,0	  1) 'TOSHIBA ' 'DVD-ROM SD-R1312' '1011' Removable CD-ROM.
Nevertheless in my /etc/fstab, there is
 /dev/cdrom  /media/cdromiso9660 defaults,noauto,user,ro,exec

does it crash with root in the same way ?
Yes, messages on console are:
dunadan:~# totem
libhal.c 2282 : Error sending msg: Service org.freedesktop.Hal does 
not exist

** (totem:12608): WARNING **: Failed to open cd device cdroms/cdrom0
** (totem:12608): WARNING **: Failed to open cd device cdroms/cdrom0
Using netbios name DUNADAN.
Using workgroup DINMONT.
/usr/share/bug-buddy/gdb-cmd:2: Error in sourced command file:
Previous frame inner to this frame (corrupt stack?)
and backtrace:
Backtrace was generated from '/usr/bin/totem'
Using host libthread_db library /lib/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 12608)]
[New Thread 32769 (LWP 12610)]
[New Thread 16386 (LWP 12611)]
[New Thread 32771 (LWP 12612)]
[New Thread 49156 (LWP 12654)]
[New Thread 65541 (LWP 12655)]
[New Thread 81926 (LWP 12656)]
[New Thread 98311 (LWP 12657)]
0x41183c0b in waitpid () from /lib/libpthread.so.0
#0  0x41183c0b in waitpid () from /lib/libpthread.so.0
#1  0x400f7b5c in __JCR_LIST__ () from /usr/lib/libgnomeui-2.so.0
#2  0x in ?? ()
#3  0x400b4434 in libgnomeui_segv_handle (signum=11) at gnome-ui-init.c:741
#4  0x41182825 in __pthread_sighandler () from /lib/libpthread.so.0
#5  signal handler called
#6  0x4108ec2f in strlen () from /lib/libc.so.6
#7  0x41d66d47 in giop_send_buffer_append_string () from 
/usr/lib/libORBit-2.so.0
#8  0x41d740d0 in ORBit_marshal_value () from /usr/lib/libORBit-2.so.0
#9  0x41d74073 in ORBit_marshal_value () from /usr/lib/libORBit-2.so.0
#10 0x41d6b3c8 in ORBit_small_freekids () from /usr/lib/libORBit-2.so.0
#11 0x41d6b95b in ORBit_small_invoke_stub () from /usr/lib/libORBit-2.so.0
#12 0x41d6b840 in ORBit_small_invoke_stub_n () from /usr/lib/libORBit-2.so.0
#13 0x41d7f7c2 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0
#14 0x406f471a in ConfigDatabase_set (_obj=0x0, key=0x807fd42 
/apps/totem/mediadev,
value=0x0, ev=0x0) at GConfX-stubs.c:234
#15 0x406eb3de in gconf_engine_set (conf=0x80d98b0, key=0x807fd42 
/apps/totem/mediadev,
value=0x8960ae0, err=0xb148) at gconf.c:1257
#16 0x406eda74 in error_checked_set (conf=0x0, key=0x0, gval=0x8960ae0, 
err=0xb178)
at gconf.c:3315
#17 0x406f066a in gconf_client_set_string (client=0x80dbe08,
key=0x807fd42 /apps/totem/mediadev, val=0x0, err=0x0) at 
gconf-client.c:1722
#18 0x0806c58d in on_combo_entry1_changed (bcs=0x0, device=0x0, 
totem=0x80ee528)
at totem-preferences.c:218
#19 0x40718b33 in g_cclosure_marshal_VOID__STRING () from 
/usr/lib/libgobject-2.0.so.0
#20 0x407066b6 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#21 0x40717ec8 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#22 0x40716f4c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#23 0x407171e6 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#24 0x4028fba9 in combo_device_changed (combo=0x8127bc0, 
user_data=0x8127bc0)
at bacon-cd-selection.c:138
#25 0x407183b6 in g_cclosure_marshal_VOID__VOID () from 
/usr/lib/libgobject-2.0.so.0
#26 0x407066b6 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#27 0x40717ec8 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#28 0x40716f4c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#29 0x407172d4 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#30 0x4036c5a1 in gtk_combo_box_set_active () from 
/usr/lib/libgtk-x11-2.0.so.0
#31 0x4036c467 in gtk_combo_box_set_active () from 
/usr/lib/libgtk-x11-2.0.so.0
#32 0x40290c59 in bacon_cd_selection_set_device (bcs=0x8127bc0,
device=0x8960988 /dev/cdrom) at bacon-cd-selection.c:482
#33 0x0806d10b in totem_setup_preferences (totem=0x80ee528) at 
totem-preferences.c:494
#34 0x0806b649 in main (argc=1, argv=0xbae4) at totem.c:3597

Thread 8 (Thread 98311 (LWP 12657)):
#0  0x4117f604 in __pthread_sigsuspend () from /lib/libpthread.so.0
No symbol table info available.
#1  0x4117f3c8 in __pthread_wait_for_restart_signal () from 
/lib/libpthread.so.0
No symbol table info available.
#2  0x4117bf2b in [EMAIL PROTECTED] () from /lib/libpthread.so.0
No symbol table info available.
#3  0x406a9008 in xine_event_wait () from /usr/lib/libxine.so.1
No symbol table info available.
#4  0x08960080 in ?? ()
No symbol table info available.
#5  0x0001 in ?? ()
No symbol table info available.
#6  0x406a94b4 in xine_event_create_listener_thread () from 
/usr/lib/libxine.so.1
No symbol table info 

Bug#289758: bogofilter always reports spamicity=0.520000

2005-01-10 Thread Christian Garbs
Package: bogofilter
Version: 0.93.3.1-1
Severity: important

I had some problems with the upgrade from 0.93.1 bogofilter version,
so I just removed my old wordlist and started new with a clean and
empty ~/.bogofilter directory.

I'm using procmail to classify my mail, the receipt looks like the one
in the bogofilter manpage (except for an extra -l for syslog output
and an explicit -d ~/.bogofilter to point to my directory).

The mails actually get filtered by bogofilter, but every single mail
gets this classification:

X-Bogosity: Unsure, tests=bogofilter, spamicity=0.52, version=0.93.3.1

I can mark a mail as spam and then bounce it back to myself, it will
be scanned properly and get spamicity=0.52 again.

My syslog looks like this:

Jan 10 08:23:29 yggdrasil bogofilter[8910]: register-Ns, 250 words, 1 messages
Jan 10 08:23:37 yggdrasil bogofilter[8932]: register-Ns, 282 words, 1 messages
Jan 10 08:24:07 yggdrasil bogofilter[8966]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 08:24:14 yggdrasil bogofilter[8972]: register-Ns, 175 words, 1 messages
Jan 10 09:12:15 yggdrasil bogofilter[11668]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 09:24:08 yggdrasil bogofilter[12207]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
[...]
Jan 10 16:24:06 yggdrasil bogofilter[2119]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 16:36:10 yggdrasil bogofilter[2965]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 17:24:09 yggdrasil bogofilter[5313]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 17:56:28 yggdrasil bogofilter[6937]: register-Ns, 207 words, 1 messages
Jan 10 17:56:39 yggdrasil bogofilter[6955]: register-Ns, 1069 words, 1 messages
Jan 10 17:56:56 yggdrasil bogofilter[6963]: register-Ns, 195 words, 1 messages
Jan 10 18:00:14 yggdrasil bogofilter[17895]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 18:12:06 yggdrasil bogofilter[24940]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
[...]
Jan 10 21:36:14 yggdrasil bogofilter[16926]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 21:37:36 yggdrasil bogofilter[17010]: register-Ns, 159 words, 1 messages
Jan 10 21:38:19 yggdrasil bogofilter[17060]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 21:38:34 yggdrasil bogofilter[17083]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 21:38:37 yggdrasil bogofilter[17086]: register-Sn, 144 words, 1 messages
Jan 10 21:38:58 yggdrasil bogofilter[17102]: register-Sn, 201 words, 1 messages
Jan 10 21:39:00 yggdrasil bogofilter[17114]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 21:39:04 yggdrasil bogofilter[17148]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 21:39:05 yggdrasil bogofilter[17151]: register-Sn, 255 words, 1 messages
Jan 10 21:48:08 yggdrasil bogofilter[17748]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 
Jan 10 21:48:09 yggdrasil bogofilter[17764]: X-Bogosity: Unsure, 
spamicity=0.52, version=0.93.3.1 

With the old version 0.93.1 everything was fine for me:

Jan  6 11:48:09 yggdrasil bogofilter[15096]: X-Bogosity: Spam, 
spamicity=1.00, version=0.93.1, register-s, 220 words, 1 messages 
Jan  6 11:48:09 yggdrasil bogofilter[15101]: X-Bogosity: Spam, 
spamicity=1.00, version=0.93.1, register-s, 179 words, 1 messages 
Jan  6 11:52:57 yggdrasil bogofilter[15413]: X-Bogosity: Unsure, 
spamicity=0.499758, version=0.93.1 
Jan  6 12:24:07 yggdrasil bogofilter[16686]: X-Bogosity: Ham, 
spamicity=0.00, version=0.93.1, register-n, 320 words, 1 messages 
Jan  6 12:36:06 yggdrasil bogofilter[17203]: X-Bogosity: Ham, 
spamicity=0.00, version=0.93.1, register-n, 359 words, 1 messages

My freshly created directory looks like this:

[EMAIL PROTECTED]:~$ ls -l .bogofilter/
insgesamt 2772
-rw---  1 mitch mitch   16384 2005-01-10 21:38 __db.001
-rw---  1 mitch mitch 5251072 2005-01-10 21:38 __db.002
-rw---  1 mitch mitch   98304 2005-01-10 21:38 __db.003
-rw---  1 mitch mitch 4063232 2005-01-10 21:38 __db.004
-rw---  1 mitch mitch   16384 2005-01-10 21:38 __db.005
-rw---  1 mitch mitch   0 2005-01-10 21:38 lockfile-d
-rw---  1 mitch mitch1024 2005-01-10 21:48 lockfile-p
-rw---  1 mitch mitch 1048576 2005-01-10 21:48 log.01
-rw---  1 mitch mitch   20480 2005-01-10 21:39 wordlist.db

My crontab contains this entry to remove the huge logs that can
accumulate:

#
# remove bogofilter database transaction logs
#
44 4* * *   db4.3_archive -h ~/.bogofilter -d


What is wrong here?
Why do all my mails get classified as spamicity=0.52?

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

Versions of packages bogofilter depends on:
ii  

Bug#288777: libungif4: upstream location in copyright file is outdated

2005-01-10 Thread Michael Fedrowitz
On Wed, 2005-01-05 at 17:31 +0100, Adrian Bunk wrote:

 Hi,

 Upstream moved to
   http://sourceforge.net/projects/libungif

Right, as a matter of fact I'm already using source from there, I just
forgot to update the copyright file. Will do with the next upload.

-Michael


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



Bug#289620: lessdisks: package fails to install

2005-01-10 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10-01-2005 22:08, Vagrant Cascadian wrote:
I recognize that error - seems I have somehow put in older buggy code
instead of the final working one. $n is a Perl variable, so must -
contrary to the other variables - be escaped.


Putting up another release, again blindly hoping that someone will be
loud about it if too buggy for Sarge.
 
 
 ok, package installs now, though the keycopy script doesn't produce a
 proper known_hosts file... new bug to follow, but at least it's a lower
 severity :)

Thanks for checking so swiftly.

The crisis is almost over here, so hopefully I can soon locate the
remaining problems and move on to convincing you that the change after
all is A Good Thing(tm).

I agree the approach is something I'll have to work more on improving.


 - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB4vPFn7DbMsAkQLgRApQpAKCcpmTXfg9fIyk5kkZHWfo7PcsVLgCbB3WW
2qTul6qIZNu2GE1tWzQGh5k=
=yMiR
-END PGP SIGNATURE-



Bug#289759: lessdisks: keycopy doesn't produce valid known_hosts file

2005-01-10 Thread Vagrant Cascadian
Package: lessdisks
Version: 0.5.3cvs.20040906-10
Severity: important

this version was downloaded from http://incoming.debian.org

lessdisks-keycopy fails to generate a valid known_hosts file.

in /var/lib/lessdisks/root/.ssh/known_hosts:

dsa whetstone ssh-dss
dsa disk ssh-dss
dsa xapp ssh-dss

where it should contain:

whetstone ssh-dss key_gibberish_here
disk ssh-dss key_gibberish_here
xapp ssh-dss key_gibberish_here

i believe the bug is in the perl code in /usr/sbin/lessdisks-keycopy.


live well,
  vagrant


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

Versions of packages lessdisks depends on:
ii  adduser 3.59 Add and remove users and groups
ii  binutils2.15-5   The GNU assembler, linker and bina
ii  coreutils [shelluti 5.2.1-2  The GNU core utilities
ii  debconf 1.4.30.11Debian configuration management sy
ii  debootstrap 0.2.45   Bootstrap a basic Debian system
ii  lessdisks-easydialo 0.5.3cvs.20040906-10 flexible diskless (x)terminal syst
ii  nfs-kernel-server [ 1:1.0.6-3Kernel NFS server support
ii  shellutils  5.2.1-2  The GNU shell programming utilitie
ii  wget1.9.1-8  retrieves files from the web

-- debconf information excluded


signature.asc
Description: Digital signature


Bug#289555: Still dpkg-divert problems

2005-01-10 Thread Aurelien Jarno
The latest version of the i2c modules are available from
http://incoming.debian.org (the version is 2.9.0-10). 

Please test it. I hope everything will work now, I am crossing the 
fingers.

Bye.
Aurelien

-- 
  .''`.  Aurelien Jarno   GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#289724: Enscript needs /etc/papersize

2005-01-10 Thread Michael Fedrowitz
On Mon, 2005-01-10 at 19:20 +0100, John Plate wrote:

 Hi,

 1: Encript does not work if /etc/papersize does not exist. It produces 
 illegal Postscript.
 
 2: If I set
   DefaultMedia: A4
in /etc/enscript.cfg then enscript will segfault!! (if /etc/papersize does 
 not exist)
 
 3: Should enscript depend on libpaper-utils (with paperconfig which can 
 produce 
/etc/papersize.

No, what should happen is this: if DefaultMedia is set it should be
used, if not it should fall back to libpaper (i.e. /etc/papersize) and
if that isn't available either it should use its internal default of A4.
However this sounds like something's seriously broken. Not sure whether
it's enscript's or libpaper's fault; I'll have to investigate...

-Michael


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



Bug#289668: gnucash: Please remove the Build-Depends on 'libdb3-dev'

2005-01-10 Thread Thomas Bushnell BSG
Andreas Jochens [EMAIL PROTECTED] writes:

 Package: gnucash
 Severity: wishlist
 
 Please remove the Build-Depends on 'libdb3-dev' from debian/control. 
 The package does not need it.

Um, who says?  1.8.9 and 1.8.10 both contain configure tests that
require Berkeley db.  What am I missing?

Thomas


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



Bug#276469: mailman: Install sets wrong home directory

2005-01-10 Thread John Summerfield

Tollef Fog Heen wrote:
* John 

| On installation, mailman creates the user with this command:
| adduser --system --home /var/list --ingroup list list
| The directory /var/list does not exist, is not created and
| (I think) is wrong anyway.
This is to be consistent with base-passwd:
I don't see what base-passwd has to do with it, but then I'm not a dd, 
I'm just a dopey user.

Seems to me the whole idea of putting _application_ binaries into 
_system_ libraries is flawed anyway, and mailman is just as much an 
application as the in-house software we used at The Department of Social 
Security's Pensions, Payments, Family Allowances, Unemployment Benefits 
were when I worked there in the 70s  80s, and those were in private 
libraries.

Further, using a common account name (which I presume is the idea of 
using a nodescript name such as list as about) mitigates against using 
more than one list manager.

_I_ think binaries in /usr/mailman/bin and dynamic files in 
/var/{lib,spool}/mailman is sensible, and use sudo (not su) to grant 
list manangers access to mailman executables and directories.


Note that Mailman doesn't use the home directory for anything, so it
doesn't matter that the directory does not exists.
Ok, it doesn't matter that users are confused by it and that cd ~list 
doesn't lead anywhere useful such as /var/lib/mailman where mailman logs 
etc can be found.


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


Bug#289756: installation-reports

2005-01-10 Thread Peter Karbaliotis
Brian Steele wrote:
...
Machine: Asus A7N8X-E Deluxe, w/Radeon 9200 AGP video card, USB keyboard and mouse.
...
I also see this with the same motherboard (see Bug #280950).  What can 
we do to help diagnose this problem?

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


Bug#279011: The second invocation of gnuclient causes emacs to crash

2005-01-10 Thread Benjamin Drieu
Manoj Srivastava [EMAIL PROTECTED] writes:

 I am getting repeatable crashes when using gnuserv with the
  CVS version of emacs. The behaviour is strange, in that the first
  invocation works, but the second invocation immediately causes emacs
  to crash.

   I can notreproduce this bug with the version of emacs in
  Debian, so feel free to downgrade/close this bug, but it would be
  really nice if this could be fixed.

Isn't the bug in GNU Emacs instead ?  I'll try to install a CVS
version and have a look at it, but there are great chances it is Emacs
who is guilty.

Cheers,
Benjamin

-- 
  .''`.
 ; ;' ;  Debian GNU/Linux |   Benjamin Drieu
 `. `'http://www.debian.org/  |  [EMAIL PROTECTED]
   `-


pgptMAM8hhmaB.pgp
Description: PGP signature


Bug#289671: gnucash-docs: Please use a newer version of Berkeley DB

2005-01-10 Thread Thomas Bushnell BSG
Andreas Jochens [EMAIL PROTECTED] writes:

 The attached patch changes the Build-Depends to 'libdb4.3-dev'
 in debian/control. The older 'libdb3-dev' has some problems on
 the amd64 and ppc64 architectures.

gnucash-docs is normally used with gnucash.  Gnucash needs libdb, and
indeed must specify libdb3 because its dependencies use that too.

I understand there's a real problem here, but I don't see a trivial
option.



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



Bug#288753: Bug#289327: merging duplicate bug

2005-01-10 Thread Norbert
Am 10.01.2005 04:27:02 schrieb(en) Branden Robinson:
severity 289327 normal
retitle 289327 internal error: /var/lib/dpkg/alternatives/x-cursor- 
theme
corrupt: missing newline after manflag
ressign 289327 gtk2-engines-industrial
merge 288753 289327
thanks

Sir,
Filing multiple reports about a problem against different packages  
and with
varying severities is neither the proper way to communicate with a
volunteer-driver project, nor does it appreciably increase the
likelihood
that your problem will be resolved in a timely fashion.

You filed #288753 on 5 January against gtk2-engines-industrial with
normal
severity, reporting the following problem:
  internal error: /var/lib/dpkg/alternatives/x-cursor-theme corrupt:
missing
  newline after manflag
You then filed #289327 on 8 January against xlibs-data, reporting the
exact
same problem.  This time with *CRITICAL* severity.
This problem came from an other package during an upgrade.
On 9 January, Josselin Mouette attempted to contact you regarding
#288753,
but you have not yet replied.
If you do not plan to respond to this query for further information,
then
that, too, is not a good way to interact with volunteer developers.
The mail arrived at 00:34:58 local time. I replied on the 10th of  
January.

In, the future, please do not file duplicate bug reports.  It causes
people
to spend time identifying and merging those duplicates, and  
attempting
to
write patient mails to the submittes, that could be spent researching
the
problems reported and working towards a solution.
Sorry fot that but after the upgrade GNOME could not start anymore. So  
I sent the bug-report.

Norbert



Bug#289762: nagios-mysql: no status update after mysql update

2005-01-10 Thread Philipp Niemann
Package: nagios-mysql
Version: 2:1.3-0+pre6
Severity: important

I experience problems after upgrading mysql from 4.0.22-6 to 4.0.23-1
I am not shure, if this is really a mysql problem. But as all my other
applications don't complain, I am posting it here.

So, after the upgrade, there are no longer useable hoststatus and
servicestatus tables. The WebUI almost hangs on reload and has zero
hosts and zero services configured.

This error message is logged to syslogd (actually
/var/log/nagios/nagios.log):
Error: Could not insert/update status record for host 'datamart' in table 
'hoststatus' of database 'nagios'

Any more information? The tables do exist, but have no longer any
content. There often is a process locking the mysql tables.

Maybe it is because nagios is running during the update of mysql?

Regards,
Philipp Niemann

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

Versions of packages nagios-mysql depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgd2-noxpm2.0.33-1.1   GD Graphics Library version 2 (wit
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libmysqlclient103.23.56-2LGPL-licensed client library for M
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  nagios-common   2:1.3-0+pre6 A host/service/network monitoring 
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#289763: rsjog fails with no such device /dev/sonypi

2005-01-10 Thread Geraint Paul Bevan
Package: rsjog
Version: 1.1-4
Severity: important
I have just installed rsjog, but it fails with the following error:
[EMAIL PROTECTED]:~$ rsjog
/dev/sonypi: No such device
/usr/bin/rsjog:437:in `initialize': No such device - /dev/sonypi
(Errno::ENODEV)
from /usr/bin/rsjog:437:in `new'
from /usr/bin/rsjog:437:in `listen'
from /usr/bin/rsjog:97:in `initialize'
from /usr/bin/rsjog:599:in `new'
from /usr/bin/rsjog:599
The device does exist and the module is compiled into the kernel:
[EMAIL PROTECTED]:~$ ls -l /dev/sonypi
crw-r--r--  1 root root 10, 250 Mar 29  2002 /dev/sonypi
[EMAIL PROTECTED]:~$ zcat /proc/config.gz | grep SONYPI
CONFIG_SONYPI=y
The machine is a Sony Vaio PCG-GR370. If it is of any use in debugging
the problem, my kernel .config can be found at:
http://homepage.ntlworld.com/geraint.bevan/vaio_config/index.html

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (90, 'testing'), (80, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=C, LC_CTYPE=C
Versions of packages rsjog depends on:
ii  aumix 2.8-6  Simple text-based mixer 
control pr
ii  libc6 2.3.2.ds1-13   GNU C Library: Shared 
libraries an
ii  libgtk-ruby1.60.34-1 Gtk+ interface for Ruby
ii  libruby1.61.6.8-12   Libraries necessary to run 
Ruby 1.
ii  ruby1.6   1.6.8-12   An interpreter of 
object-oriented
ii  spicctrl  1.5-3  Sony Vaio controller 
program to se
ii  xlibs 4.3.0.dfsg.1-4 X Window System client 
libraries m

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


Bug#272070: totem: strace log

2005-01-10 Thread Bastien Nocera
On Mon, 2005-01-10 at 23:12 +0200, Mykola A. Nickishov wrote:
 Package: totem
 Version: 0.99.22-1
 Followup-For: Bug #272070

It's the good ol' arts crash:
http://bugzilla.gnome.org/show_bug.cgi?id=138830

remove the arts plugin from xine, it'll work much better (and it won't
happen with totem = 0.100).

---
Bastien Nocera [EMAIL PROTECTED] 




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



Bug#289566: Gnat...

2005-01-10 Thread Alex Papadopoulos
Yes I do, is it related to that ?
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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


Bug#289707: rsync: crashes on partial file transfer

2005-01-10 Thread Francesco Potorti`
 $ ulimit -S -f 3300
 $ rsync --quiet --partial 
 ftp.es.debian.org::debian-cd/3.0_r4/alpha/debian-30r4-alpha-binary-1.iso .
 rsync: connection unexpectedly closed (53 bytes received so far) [generator]
 rsync error: error in rsync protocol data stream (code 12) at io.c(359)
 
 rsync dumps core and leaves an incomplete downloaded file whose name
 begins with a dot.  Since the --partial option is used, it should rename
 it to the target file, and obviously should not dump core and print an
 error. 

The problem here is that the ulimit causes a signal to be sent to the
process, which causes the core dump. 

Well, it is a real problem, why do you use quotes?  Any core dump in any
program is a bug.

If I stop the rsync before that by hitting ctrl-C, the tmpfile is
correctly renamed before the process exits. Presumably the SIGXFSZ
should be trapped...

That's curious.  I did not even know about this signal.  I wonder why
dumping core is the default behaviour.  Maybe this is what has changed
but, if this is the case, this problem should affect most programs
around there.  Very strange.

Does your script actually set the filesize ulimit? 

Yes.  And it has worked for four years, from mid 2000 to April, 2004.
As I wrote at the beginning of my report, I have not used it since then,
so I cannot be more precise as far as the date of change is concerned.

If so, how is the iso ever to be downloaded?

I only need the first few kilobytes, and that is the simplest way I
found to do it from a shell script.  It worked reliably.  In fact, it
still works, if after the core dump I rename the hidden partial file to
the target file name: that's what I'm doing, as a temporary workaround.


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



Bug#289566: Gnat...

2005-01-10 Thread Florian Weimer
* Alex Papadopoulos:

 Yes I do, is it related to that ?

Probably yes.  Would you please show us the output of:

  ls -l /usr/bin/gcc /usr/bin/gcc-3.3 /usr/bin/gnatgcc


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



  1   2   >