Bug#329304: fail2ban: fails to ban because iptables not in path

2005-09-21 Thread Yaroslav Halchenko
I got it I got it... just follow my research:

 I'm running the unmodified init script.  Hey, I hadn't noticed that: it
 does add /sbin to the path.  So maybe the problem is that this gets lost
 somewhere in start-stop-daemon.  Perhaps it's the -b option that does
 this?
nope -- I do use original script, thus I have -b as well (although it is
not necessary, fail2ban detaches anyway (background config parameter in
fail2ban.conf)

 It's not something I understand very well either, but adding export to
 the PATH variable in the init script seems to help!
hm... the same here... I've tried all of that before emailing you, but:

Surely export helps but the miracle is that it was not necessary on the
system I was testing it on with /root/.profile removed and default PATH
without sbin. So it is still miracle for me: how start-stop-daemon
got internal (non-exported) PATH into fail2ban? (not that miracle
actually -- just follow on)

It seems that exporting PATH from init.d is not that uncommon practice,

I was trying to google up the answer but with no success... besides
funny ones like
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=115138

O boy... I've found why it has happened and now it is all clear to me
:-)

sonyboy:/home/yoh/deb/debs/fail2ban/trunk# /tmp/2.sh
P=
P=
sonyboy:/home/yoh/deb/debs/fail2ban/trunk# P=zzz /tmp/2.sh
P=zzz
P=BLAAA
sonyboy:/home/yoh/deb/debs/fail2ban/trunk# cat /tmp/1.sh 
#!/bin/bash
echo P=$P
sonyboy:/home/yoh/deb/debs/fail2ban/trunk# cat /tmp/2.sh 
#!/bin/bash
echo P=$P
P=BLAAA
/tmp/1.sh


So, if a variable (such as PATH) was exported before entering to
/etc/init.d/fail2ban, then it propagates inside called scripts without
yet another export command

If for god-knows-why a variable such as PATH was not exported before
entering to init.d/fail2ban, it remains unexported (unless explicitely
exported in the script). Such situation might happen (as it was
reported) if such a script called from cfengine which doesn't setup the
PATH on its own. 


So as a final decision I think that adding export wouldn't harm ;-) I
will add export in the next release and will close a bug. and you
review carefully what the hack you've done to your poor PATH variable
:-)

Cheers
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]




pgp9ZNACjZJcg.pgp
Description: PGP signature


Bug#329315: rkhunter: README.Debian points to wrong config location (typo)

2005-09-21 Thread Harri Haataja
Package: rkhunter
Version: 1.2.7-11
Severity: minor


% cat /usr/share/doc/rkhunter/README.Debian
rkhunter


To enable an automatic weekly check, change /etc/defaults/rkhunter to
have CRON=yes instead of no.

The Rootkit Hunter FAQ is located at:
http://www.rootkit.nl/articles/rootkit_hunter_faq.html

-- Micah Anderson [EMAIL PROTECTED] Sat Sep  3 18:23:21 CDT 2005


% ls /etc/defaults
ls: /etc/defaults: No such file or directory
% ls /etc/default/rkhunter
/etc/default/rkhunter

I believe that should be /etc/default/rkhunter :)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable'), (400, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_GB, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages rkhunter depends on:
ii  file  4.12-1 Determines file type using magic
ii  mailutils [mailx] 1:0.6.90-2 GNU mailutils utilities for handli
ii  wget  1.10.1-1   retrieves files from the web

rkhunter recommends no packages.

-- no debconf information


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



Bug#329316: nvidia-kernel-source: Fails to build from nvidia-kernel-source

2005-09-21 Thread Alexey Feldgendler
Package: nvidia-kernel-source
Version: 1.0.7174-4
Severity: grave

I was trying to build the kernel module from nvidia-kernel-source
according to the directions in
/usr/share/doc/nvidia-kernel-source/README.Debian (method #1). I have
the linux-headers-2.6.12-1-686 package from etch installed, and my
running kernel is from the linux-image-2.6.12-1-686 package.

# cd /usr/src
# tar xzvf nvidia-kernel-source.tar.gz
# uname -r
2.6.12-1-686
# export KSRC=/usr/src/linux-headers-2.6.12-1-686
# export KVERS=2.6.12-1-686
# cd modules/nvidia-kernel
# debian/rules binary_modules
PATCHLEVEL = 6 
Kernel compiler version : 4.0.1
Detected compiler version : 4.0.1
Using compiler gcc-4.0 version 4.0.1

NVIDIA: calling KBUILD...
make CC=gcc-4.0 -C /usr/src/linux-headers-2.6.12-1-686 
SUBDIRS=/usr/src/modules/nvidia-kernel/nv modules
cp: `/usr/src/modules/nvidia-kernel/nv/nv-kernel.o' and 
`/usr/src/modules/nvidia-kernel/nv/nv-kernel.o' are the same file
make[3]: *** [/usr/src/modules/nvidia-kernel/nv/nv-kernel.o] Error 1
make[2]: *** [_module_/usr/src/modules/nvidia-kernel/nv] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [build-stamp] Error 2


-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (900, 'testing'), (900, 
'stable'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 4.9.8  helper programs for debian/rules
ii  dpatch2.0.14 patch maintenance system for Debia
ii  make  3.80-11The GNU version of the make util
ii  sed   4.1.2-8The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts2.9.7  Scripts to make the life of a Debi
ii  kernel-package9.007  A utility for building Linux kerne
pn  nvidia-glxnone (no description available)

-- debconf-show failed


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



Bug#329317: vlc: new gnome depencies in 0.8.4-svn20050920-2

2005-09-21 Thread Erwan David
Package: vlc
Version: 0.8.4-svn20050823-2
Severity: normal


New version (0.8.4-svn20050920-2 ) now depends on gnome. Making it
unusable for people who do not want gnome.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages vlc depends on:
ii  dbus-10.23.4-6   simple interprocess messaging syst
ii  liba52-0.7.4  0.7.4-1Library for decoding ATSC A/52 str
ii  libaa11.4p5-28   ascii art library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libdc1394-13  1.1.0-2high level programming interface f
ii  libdvbpsi40.1.5-1library for MPEG TS and DVB PSI ta
ii  libdvdnav40.1.9-3The DVD navigation library
ii  libdvdread3   0.9.4-5.1  Simple foundation for reading DVDs
ii  libflac7  1.1.2-3Free Lossless Audio Codec - runtim
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libfribidi0   0.10.5-3   Free Implementation of the Unicode
ii  libgcc1   1:4.0.1-8  GCC support library
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglu1-xorg  6.8.2.dfsg.1-7 Mesa OpenGL utility library [X.Org
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgsm1   1.0.10-13  Shared libraries for GSM speech co
ii  libhal0   0.4.8-7Hardware Abstraction Layer - share
ii  libid3tag00.15.1b-7  ID3 tag reading library from the M
ii  liblircclient 0.7.1pre2-9LIRC client library
ii  libmad0   0.15.1b-2.1MPEG audio decoder library
ii  libmodplug0c2 1:0.7-5shared libraries for mod music bas
ii  libmpeg2-40.4.0b-2.3 MPEG1 and MPEG2 video decoder libr
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libogg0   1.1.2-1Ogg Bitstream Library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libraw1394-5  0.10.1-1.1 library for direct access to IEEE 
ii  libsdl-image1 1.2.4-1image loading library for Simple D
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  libslang2 2.0.4-7The S-Lang programming library - r
ii  libsmbclient  3.0.14a-6  shared library that allows applica
ii  libstdc++64.0.1-8The GNU Standard C++ Library v3
ii  libtar1.2.11-4   C library for manipulating tar arc
ii  libtheora00.0.0.alpha4-1.1   The Theora Video Compression Codec
ii  libvorbis0a   1.1.0-1The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.0-1The Vorbis General Audio Compressi
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxml2   2.6.22-1   GNOME XML library
ii  libxosd2  2.2.14-1.2 X On-Screen Display library - runt
ii  libxv16.8.2.dfsg.1-7 X Window System video extension li
ii  ttf-freefont  20031008-1.1   Freefont Serif, Sans and Mono True
ii  wxvlc 0.8.4-svn20050823-2wxWindows frontend for VLC
ii  xlibmesa-gl [ 6.8.2.dfsg.1-7 Mesa 3D graphics library [X.Org]
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages vlc recommends:
ii  ttf-thryomanes1:1.2  A Unicode font covering Latin, Gre
ii  videolan-doc  20040819-1 documentation for the VideoLAN str

-- no debconf information


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



Bug#329304: fail2ban: fails to ban because iptables not in path

2005-09-21 Thread Jeroen Vermeulen
On Wed, Sep 21, 2005 at 01:38:03AM -0400, Yaroslav Halchenko wrote:

 nope -- I do use original script, thus I have -b as well (although it is
 not necessary, fail2ban detaches anyway (background config parameter in
 fail2ban.conf)
 
If it's not needed, don't use it!  The background option suppresses most
error diagnostics you could want to look at.  It's a last-ditch measure
only.


 So as a final decision I think that adding export wouldn't harm ;-) I
 will add export in the next release and will close a bug. and you
 review carefully what the hack you've done to your poor PATH variable
 :-)

Yay!


Jeroen



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



Bug#329318: nethack: AUTOPICKUP_EXCEPTIONS should be compiled in

2005-09-21 Thread Rami Lehti
Package: nethack
Version: 3.4.3-7
Severity: wishlist

autopickup_exceptions should be enabled in nethack.
It is a very powerful feature that is mature enough to be enabled.
It does not affect savefiles.


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

Versions of packages nethack depends on:
ii  nethack-common3.4.3-8Common files for Nethack dungeon c
ii  nethack-x11   3.4.3-8Text-based/X11 overhead view DD-s

nethack recommends no packages.

-- no debconf information


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



Bug#329319: yaird: Please support swsusp2

2005-09-21 Thread Florian Ragwitz
Package: yaird
Version: 0.0.11-3
Severity: wishlist

Hello,

I have a setup with everything but /boot in LVM. Therefor I use an
initrd image. I use software suspend 2 (swsusp2) to hibernate my box.
swsusp2 safes the ram content to the swap partition (also on lvm) and
shuts the computer down. When starting it again it should try to load
the data back from the swap partition into the ram. This can be
initiated by doing:

echo  /proc/software_suspend/do_resume

It's important to do that before the root fs is mouted. Otherwise data
loss can be the consequence.

For yaird it's necessary to execute that command somewhere in the init
script to suport swsusp2. I managed that by adding

if [ -d /proc/software_suspend ]; then
echo  /proc/software_suspend/do_resume
fi

to the init script just before the root partition gets mouted, but after
LVM is set up.

It would be nice if the initrd created by yaird would contain these
lines by default.


TIA,
Flo

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages yaird depends on:
ii  dash 0.5.2-7 The Debian Almquist Shell
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libhtml-template-perl2.6-2   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-1 Generates recursive-descent parser
ii  perl 5.8.7-5 Larry Wall's Practical Extraction 

yaird recommends no packages.

-- no debconf information


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



Bug#329320: nvidia-glx: Should not provide xserver

2005-09-21 Thread Alexey Feldgendler
Package: nvidia-glx
Version: 1.0.7174-4
Severity: serious

This package should not provide the xserver virtual package, because
the package does not contain a complete X server. Installing just this
package along with its dependencies is not enough; the user must
install a package like xorg-common or xfree86-common to actually have
a working X server. The packages xfree86-common and xorg-common are
really X servers, that's why they provide the xserver virtual package.

The Provides: xserver should be removed.
Instead, Recommends: xserver-xfree86 should be added (or maybe even
Depends), because nvidia-glx is useless without XFree86 or Xorg (which
also provides xserver-xfree86).


-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (900, 'testing'), (900, 
'stable'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages nvidia-glx depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
pi  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  nvidia-kernel-2.6.12-1-68 1.0.7174-4 NVIDIA binary kernel module for Li
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  xserver-common6.8.2.dfsg.1-6 files and utilities common to all 

Versions of packages nvidia-glx recommends:
pn  nvidia-kernel-source  none (no description available)

-- debconf-show failed


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



Bug#329311: WRITEFUNCTION and WRITEDATA

2005-09-21 Thread Daniel Stenberg

(This bug report has a wrong title)

I just added two paragraphs in the upstream man page for these two options to 
clarify this somewhat.


--
 -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol


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



Bug#329313: errorbuffer

2005-09-21 Thread Daniel Stenberg

Hi

This is because not every error get an error string stored in the buffer, so 
at times the buffer will remain untouched even though an error is returned.


I'll clarify this in the man page upstream.

If you just set errbuf[0]=0; before you call curl_easy_perform() you can 
safely proceed just like you did in your example code.


--
 -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol


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



Bug#329305: (no subject)

2005-09-21 Thread Daniel Stenberg

fixed in the upstream version

--
 -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol


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



Bug#329310: mentioned

2005-09-21 Thread Daniel Stenberg

Allow me to quote the second paragraph in the man page:

  This man page only adds documentation for the callbacks, see the
  curl_global_init(3) man page for all the rest.

So, this is intentional.

--
 -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol


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



Bug#329321: ITP: yasm -- modular assembler with multiple syntaxes support

2005-09-21 Thread Sam Hocevar
Package: wnpp
Severity: wishlist
Owner: Sam Hocevar [EMAIL PROTECTED]


* Package name : yasm
  Version  : 0.4.0
  Upstream Authors : Peter Johnson [EMAIL PROTECTED]
 Michael Urman [EMAIL PROTECTED]
* URL  : http://www.tortall.net/projects/yasm/
* License  : some parts are 2-clause BSD, some are GPL+LGPL
  Description  : modular assembler with multiple syntaxes support

Yasm is a complete rewrite of the NASM assembler. It supports multiple
assembler syntaxes (eg, NASM, TASM, GAS, etc.) in addition to multiple
output object formats (binary objects, COFF, Win32, ELF32, ELF64) and
even multiple instruction sets (including AMD64). It also has an
optimiser module.

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


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



Bug#329322: ghc6: New upstream version

2005-09-21 Thread Florian Ragwitz
Package: ghc6
Version: 6.4-4.1
Severity: wishlist

Hello,

ghc 6.4.1 has been released. Please update your package.


TIA,
Flo

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages ghc6 depends on:
ii  gcc-3.3   1:3.3.6-10 The GNU C compiler
ii  haskell-utils 1.6.0.1Utilities used by the Debian Haske
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgmp3-dev   4.1.4-10   Multiprecision arithmetic library 
ii  libgmp3c2 4.1.4-10   Multiprecision arithmetic library
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libreadline5  5.0-11 GNU readline and history libraries
ii  libreadline5-dev  5.0-11 GNU readline and history libraries
ii  perl [perl5]  5.8.7-5Larry Wall's Practical Extraction 

ghc6 recommends no packages.

-- no debconf information


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



Bug#329323: ITP: monsterz -- arcade puzzle game

2005-09-21 Thread Sam Hocevar
Package: wnpp
Severity: wishlist
Owner: Sam Hocevar [EMAIL PROTECTED]


* Package name: monsterz
  Version : 0.6.0
  Upstream Author : Sam Hocevar [EMAIL PROTECTED]
* URL : http://sam.zoy.org/monsterz/
* License : WTFPL (BSD-like)
  Description : arcade puzzle game

 Monsterz is an arcade puzzle game, similar to the Bejeweled, Zookeeper
 or Zooo games. The goal is to swap adjacent tiles to create alignments,
 and cause chain reactions to earn more points.

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


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



Bug#329324: moodle: Thai encoding errors

2005-09-21 Thread Jeroen Vermeulen
Package: moodle
Version: 1.4.4.dfsg.1-3
Severity: minor

Since Moodle doesn't seem to work in multi-encoding environments, I've
written a script to generate UTF-8 language packs (at least for the
pages where static content is mixed in with dynamic content) out of
language packs in other encodings.

In the process, iconv reported two encoding errors in the Thai language
pack:

install.php
iconv: illegal input sequence at position 1170

This seems to happen just after the entry for databasesettings,
between the two br / tags.  I see no valid character there in any
Thai encoding--it may have gone through an invalid conversion already,
and perhaps become invisible in the translator's favourite editor.


survey.php
iconv: illegal input sequence at position 3515

This one occurs in the attlsintro entry.  The last correct text was the
beginning of the second paragraph in that entry: [Mai mii kaamtop thii]
(which I think means something like no correct answer was given at).
So the problem is likely to be that the double-quote marks used right
after that are not valid TIS-620.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages moodle depends on:
ii  apache2-mpm-prefork [httpd]  2.0.54-5traditional model for Apache2
ii  debconf [debconf-2.0]1.4.50  Debian configuration management sy
ii  mimetex  1.50-1  LaTeX math expressions to anti-ali
ii  php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-gd  4:4.3.10-16 GD module for php4
ii  php4-mysql   4:4.3.10-16 MySQL module for php4
ii  php4-pgsql   3:4.3.10-4  PostgreSQL module for php4
ii  wget 1.9.1-12retrieves files from the web
ii  wwwconfig-common 0.0.43  Debian web auto configuration

-- debconf information:
* moodle/dbu_name: moodle
* moodle/db_server: mysql-server
* moodle/db_host: localhost
* moodle/create_tables:
* moodle/webserver: apache2
  moodle/notconfigured:
  moodle/mismatch:
* moodle/dba_name: root


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



Bug#329325: libgef-java: Please use 'kaffe'

2005-09-21 Thread Andreas Jochens
Package: libgef-java
Version: 0.11.1-1
Severity: wishlist
Tags: patch

Please use 'kaffe' to build the package. It seems to build fine with 'kaffe'.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libgef-java-0.11.1/debian/control ./debian/control
--- ../tmp-orig/libgef-java-0.11.1/debian/control   2005-09-21 
06:52:57.0 +
+++ ./debian/control2005-09-21 06:52:48.0 +
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Arnaud Vandyck [EMAIL PROTECTED]
-Build-Depends-Indep: j2sdk1.3 | j2sdk1.4 | java2-compiler, debhelper (= 
4.1.0), cdbs (= 0.4.5.3), libxerces-java, liblog4j1.2-java, ant, jikes, 
libcommons-logging-java
+Build-Depends-Indep: kaffe, debhelper (= 4.1.0), cdbs (= 0.4.5.3), 
libxerces-java, liblog4j1.2-java, ant, jikes, libcommons-logging-java
 Standards-Version: 3.6.2
 
 Package: libgef-java
 Architecture: all
-Depends: j2re1.4 | java2-runtime, libxerces-java, liblog4j1.2-java, 
libcommons-logging-java
+Depends: kaffe | j2re1.4 | java2-runtime, libxerces-java, liblog4j1.2-java, 
libcommons-logging-java
 Description: Graph Editing Framework written entirely in Java
  This lib is needed by ArgoUML but can be used within different applications.
  .
diff -urN ../tmp-orig/libgef-java-0.11.1/debian/rules ./debian/rules
--- ../tmp-orig/libgef-java-0.11.1/debian/rules 2005-09-21 06:52:57.0 
+
+++ ./debian/rules  2005-09-21 06:51:50.0 +
@@ -13,7 +13,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 #include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-JAVA_HOME_DIRS   := /usr/local/IBMJava2-ppc-142 /usr/lib/j2se/1.4 
/usr/lib/j2se/1.3
+JAVA_HOME_DIRS   := /usr/lib/kaffe
 ANT_HOME := /usr/share/ant
 DEB_JARS := log4j-1.2 xerces $(ANT_HOME)/lib/ant-launcher.jar 
commons-logging
 DEB_ANT_COMPILER := jikes


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



Bug#329326: mozilla-firefox: Crash when validating dialog boxes

2005-09-21 Thread Pierre Barbier de Reuille
Package: mozilla-firefox
Version: 1.0.6-5
Severity: important


Randomly, when validating a dialog box, Firefox will crash.
It happened on a Remember password, Accept this cookie, on various 
extension configurations. Somtimes I can reproduce it a few times, but 
it's very seldom. However, it never happened when cancelling the dialog 
box, always when validating it ! It also happen with or without 
extensions / themes.

Pierre

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

Versions of packages mozilla-firefox depends on:
ii  debianutils  2.8.4   Miscellaneous utilities specific t
ii  fontconfig   2.3.1-2 generic font configuration library
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.1-4   GCC support library
ii  libglib2.0-0 2.8.0-1 The GLib library of C routines
ii  libgtk2.0-0  2.7.2-1 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-2 MIT Kerberos runtime libraries
ii  libpango1.0-01.9.0-1 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++6   4.0.1-2 The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxinerama1 6.8.2.dfsg.1-4  X Window System multi-head display
ii  libxp6   4.3.0.dfsg.1-14 X Window System printing extension
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  psmisc   21.5-1  Utilities that use the proc filesy
ii  xlibs4.3.0.dfsg.1-14 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#196177: Should we not merge 220006 and 196177

2005-09-21 Thread Anthony Tippett
They seem to be the same issue. 

What can I do to help to get these bugs resolved quicker?  196177 has
been open since mid June 2003.  It didn't exist in woody but now it's in
the stable (sarge) dist.


-- 
Anthony Tippett - 425.443.3152 - Sports-IT - Software Developer

begin:vcard
fn:Anthony Tippett
n:Tippett;Anthony
org:Sports-IT;Engineering
email;internet:[EMAIL PROTECTED]
title:CTO
tel;fax:425-642-8246
tel;cell:425-443-3152
x-mozilla-html:FALSE
url:http://www.sports-it.com
version:2.1
end:vcard



Bug#329075: clipPath is also ignored exporting EPS format

2005-09-21 Thread Martin A. Hansen




Bug#329114: Please don't shadow emacs-snapshot packages

2005-09-21 Thread Romain Francoise
reopen 329114
reassign 329114 gnus-bonus-el 24.14-1
severity 329114 normal
kthxbye

The nnnil and spam-stat packages (mentioned in my initial report) are
still shadowed in gnus-bonus-el version 24.14-1.  Please fix this as
well.

Thanks!

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


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



Bug#329198: solution

2005-09-21 Thread Anders Johan Jamtli
After installing the gnome-commons package everything works fine!

-- 
- Anders



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



Bug#329130: Open its dialog at gnome start if seahorse-agent is enabled (0.7.9)

2005-09-21 Thread Jean-Luc Coulon (f5ibh)

Jose,

Le 20.09.2005 23:26:22, Jose Carlos Garcia Sogo a écrit :

El mar, 20-09-2005 a las 05:04 +, Jean-Luc Coulon (f5ibh)
escribió:
 Jose,

[...]

 I've just enabled seahorse-agent in sessions preferences of gnome.

 How I reproduce the problem:
 - update seahorse ;-)
 - exit gnome
 - restart gnome (so far, no problem)
 - start balsa
 - write a message and sign it, the password is cached
 - stop balsa
 - exit gnome

 If I've a look in .gnome2/session, I've now this entry:
 5,id=11c0a8010f0001127192298019977
 5,Program=seahorse
 5,CurrentDirectory=/home/jean-luc
 5,CloneCommand=seahorse
 5,RestartCommand=seahorse --sm-client-id
 11c0a8010f0001127192298019977 -

 - restart gnome, I've now the Encryption Key Manager displayed.

 When I use the previous version of seahorse, I've not this entry
 created in .gnome2/session

  It seems you have saved your session with seahorse-agent loaded, and
it must be trying to load it twice. Please, remove that entry from
that
file, and restart GNOME.


When I strart hnome for the first time, I've not the seahorse window.
I've seahorse-agent in the program at start as decribed in encryption  
properties
If I look in .gnome/session just after gnome starts, I cas see two  
entries:

one for seahorse-agent
one for seahorse

If I delete (or set the trash attribute) to seahorse, I've (of course)  
not the problem at the next run. Otherwise seahorse is in  
.gnome2/session and starts



If seahorse-agent does not start automatically, you have to go to
third
tab in session config window and add it there (this will create
a .gnome2/session-manual file).


This si what I did but both seahorse-agent and seahorse are present.

If I revert to the previous version (0.7.8-2) of seahorse, I've not  
this problem.




 This should solve your problem. Please, tell me if this works.

--
Jose Carlos Garcia Sogo


Regards

Jean-Luc


pgpPrT1PMQGZv.pgp
Description: PGP signature


Bug#329320: nvidia-glx: Should not provide xserver

2005-09-21 Thread Steve Langasek
severity 329320 important
thanks

On Wed, Sep 21, 2005 at 01:19:08PM +0700, Alexey Feldgendler wrote:
 Package: nvidia-glx
 Version: 1.0.7174-4
 Severity: serious

 This package should not provide the xserver virtual package, because
 the package does not contain a complete X server. Installing just this
 package along with its dependencies is not enough; the user must
 install a package like xorg-common or xfree86-common to actually have
 a working X server.

This much is correct.  nvidia-glx does not contain an X server, it contains
only a module for use with one.

 The packages xfree86-common and xorg-common are really X servers, that's
 why they provide the xserver virtual package.

This is *not* correct, however.

In any case, while policy does speak of the xserver virtual package and its
intended use, this does not warrant a bug of release-critical severity.

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


signature.asc
Description: Digital signature


Bug#329327: scim-m17n: Please upgrade to 0.1.4

2005-09-21 Thread Soumyadip Modak
Subject: scim-m17n: Please upgrade to 0.1.4
Package: scim-m17n
Version: 0.1.3-2
Severity: wishlist

*** Please type your report below this line ***
Please upgrade scim-m17n to stable version 0.1.4 and build against
scim-dev 1.4.1. Also
scim-m17n appears to build normally against scim-dev and there is no
need to list scim as a
conflict.

Thank you

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10-5-k7
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)

Versions of packages scim-m17n depends on:
ii  libc6   2.3.2.ds1-20ubuntu13 GNU C Library: Shared
libraries an
ii  libgcc1 1:4.0-0pre6ubuntu7   GCC support library
ii  libm17n-0   1.2.0-5  a multilingual text
processing lib
ii  libscim81.4.1-1  library for SCIM platform
ii  libstdc++5  1:3.3.5-8ubuntu2 The GNU Standard C++
Library v3

-- no debconf information

-- 
Soumyadip Modak
Mobile : 94330 65971
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.randomink.org/soumyadip



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



Bug#329328: sysvinit attempts to mount selinux when it is not available

2005-09-21 Thread C.Y.M
Package: sysvinit
Version: 2.86.ds1-2


Sysvinit attempts to mount /selinux on boot and fails (but selinux is not
currently enabled).  Sysvinit should check if selinux is available before
attempting to mount it.


Regards,





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



Bug#329329: pcmcia-cs: fff

2005-09-21 Thread Ralf Hildebrandt
Package: pcmcia-cs
Version: 3.2.5-10
Severity: normal


With Linux 2.6.14-rc1-git5 pcmcia start reports:

pcmcia: Detected deprecated PCMCIA ioctl usage.
pcmcia: This interface will soon be removed from the kernel; please expect 
breakage unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for 
details.

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

Versions of packages pcmcia-cs depends on:
ii  debconf   1.4.58 Debian configuration management sy
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  module-init-tools 3.2-pre8-1 tools for managing Linux kernel mo
ii  modutils  2.4.26-1.2 Linux module utilities
ii  psmisc21.6-1 Utilities that use the proc filesy

Versions of packages pcmcia-cs recommends:
ii  hotplug  0.0.20040329-25 Linux Hotplug Scripts

-- debconf information:
  pcmcia-cs/abort_upgrade: true
  pcmcia-cs/error_stopping:
  pcmcia-cs/abort_msg:
  pcmcia-cs/not_stopped:
  pcmcia-cs/fix_pcic: false
  pcmcia-cs/upgrade_note:
  pcmcia-cs/start_later:
  pcmcia-cs/upgrade_action: ask
  pcmcia-cs/start_pcmcia: true
  pcmcia-cs/stop_pcmcia: true
  pcmcia-cs/run_probe: true


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



Bug#329330: libfbclient1: long description lacks everything

2005-09-21 Thread Gerfried Fuchs
Package: libfbclient1
Version: 1.5.2-7
Severity: important
Justification: Policy 3.4.2.

Hi!

 I'm sorry, but the long description of libfbclient1 and libfbembed1
aren't meant serious, are they? The package description has to make
sense on its own, not reference a different package's description.

 Pretty please (with sugar on top) put a sensible long description into
the library packages. Especially for libraries that aren't bound to a
single package (in which case it doesn't make much sense to package them
seperately).

 Especially since I don't see anything in the referenced package's
description that would help me understand what the library package is
for.

 Besides, quick side note, why is the library not in libs but in misc
section?

 So long,
Alfie
-- 
  * Rename template.ru to template.ru
 -- Tollef Fog Heen, changelog.Debian for bsdmainutils (5.20020211-7)


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



Bug#329331: lyx: preview image should work, when filename extension is omitted

2005-09-21 Thread Marco Herrn
Package: lyx
Version: 1.3.4-2
Severity: wishlist

LaTeX is capable of recognizing the correct file of an image, when no
filename extension is given. This is quite useful for documents that
will be processed with latex _and_ pdflatex. 
For example one has an image as sample.eps for latex processing and
sample.pdf for pdf processing, it is sufficient to specify sample
as the image name. But then there is no preview of the image in the
lyx window. Would be nice if this could be added. Maybe display an eps
if available, otherwise try to display the pdf (is this is possible).

Regards
Marco


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-386
Locale: LANG=POSIX, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages lyx depends on:
ii  debconf1.4.30.13 Debian configuration management sy
ii  groff  1.18.1.1-7GNU troff text-formatting system
ii  imagemagick6:6.0.6.2-2.4 Image manipulation programs
ii  libtiff-tools  3.7.2-3   TIFF manipulation and conversion t
ii  lyx-common 1.3.4-2   High Level Word Processor - common
ii  lyx-qt 1.3.4-2   High Level Word Processor - Qt fro
ii  mime-support   3.28-1MIME files 'mime.types'  'mailcap
ii  preview-latex-style0.9.1-1   LaTeX style files for editor embed
ii  tetex-bin  2.0.2-30  The teTeX binary files
ii  tetex-extra2.0.2c-8  Additional library files of teTeX

-- debconf information:
  lyx/upgrade-notice:


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



Bug#329332: digitaldj: Dependency on obsolete libmysqlclient10 library

2005-09-21 Thread Christopher Everett
Package: digitaldj
Version: 0.7.3-1
Severity: important

I have mysql 4.11a installed on my box.  Not that libmysqlclient10 can't 
connect to it, but it doesn't understand things like the new password
system.

Besides, libmysqlclient10 is getting a bit long in the tooth.

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

Versions of packages digitaldj depends on:
ii  libc6 2.3.5-5GNU C Library: Shared libraries an
ii  libgdk-pixbuf20.22.0-8   The GdkPixBuf image library, gtk+ 
ii  libghttp1 1.0.9-16   original GNOME HTTP client library
ii  libglib1.21.2.10-10  The GLib library of C routines
ii  libgtk1.2 1.2.10-17  The GIMP Toolkit set of widgets fo
ii  liblircclient00.7.1pre2-6LIRC client library
pn  libmysqlclient10  none (no description available)
ii  mpg123-esd [mpg123]   0.59r-20   MPEG layer 1/2/3 audio player with
ii  mpg321 [mpg123]   0.2.10.3   A Free command-line mp3 player, co
ii  vorbis-tools  1.0.1-1.4  Several Ogg Vorbis Tools
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m

Versions of packages digitaldj recommends:
ii  grip  3.3.1-4GNOME-based CD-player/ripper/encod

-- no debconf information


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



Bug#329333: FTBFS on i386

2005-09-21 Thread Henry Jensen
Package: autoconf
Version: 2.59a-4
Severity: important
Justification: renders package unusable

autoconf 2.59a-4 doesn't build from source. I'm using gcc 3.3.5. autoconf 
2.59a-3 builds fine.

It fails like this:
[...]

dh_testdir
make
make[1]: Entering directory `/source-etch/autoconf-2.59a'
Making all in bin
make[2]: Entering directory `/source-etch/autoconf-2.59a/bin'
rm -f autom4te autom4te.tmp
sed -e 's,@SHELL\@,/bin/sh,g' -e 's,@PERL\@,/usr/bin/perl,g' -e 
's,@bindir\@,/usr/bin,g' -e 's,@datadir\@,/usr/share/autoconf,g' -e 
's,@prefix\@,/usr,g' -e 's,@autoconf-name\@,'`echo autoconf | sed 's,x,x,'`',g' 
-e 's,@autoheader-name\@,'`echo autoheader | sed 's,x,x,'`',g' -e 
's,@autom4te-name\@,'`echo autom4te | sed 's,x,x,'`',g' -e 
's,@M4\@,/usr/bin/m4,g' -e 's,@AWK\@,awk,g' -e 's,@VERSION\@,2.59,g' -e 
's,@PACKAGE_NAME\@,GNU Autoconf,g' -e 's,@configure_input\@,Generated from 
autom4te.in; do not edit by hand.,g' ./autom4te.in autom4te.tmp
chmod +x autom4te.tmp
chmod -w autom4te.tmp
mv -f autom4te.tmp autom4te
../tests/autom4te --language M4sh --cache '' ./autoconf.as -o autoconf.in
autom4te: cannot open /source-etch/autoconf-2.59a/tests/.././lib/autom4te.cfg: 
No such file or directory
make[2]: *** [autoconf.in] Error 1
make[2]: Leaving directory `/source-etch/autoconf-2.59a/bin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/source-etch/autoconf-2.59a'
make: *** [build-stamp] Error 2


Regards,
Henry


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



Bug#329334: acl-alisp8: bug in alisp8.sh?

2005-09-21 Thread Friedrich Dominicus
Package: acl-alisp8
Version: 6.2.32
Severity: normal

I found the following in that file 

case $1 in
rebuild)
echo $0 Rebuilding packages...
shift
while [ -x $acl_dir/$lisp_builder -a ! -z $1 ] ; do
echo ...rebuilding $1
/usr/bin/$lisp_target -q -batch -L $acl_dir/siteinit.cl -e 
(let ((*compile-print* nil)
  (*compile-progress* nil)
  (*compile-verbose*  nil)
  (*require-verbose* nil)
  (*load-verbose* nil))

with high likliness you do not want to have 
/usr/bin/$lisp_target but $acl_dir/$lisp_builder why should one check
for an executable file in the while if one does not use it. If one
installed AllegroCL.

If that is still correct how should one know that there should be e.g
a /usr/bin/alisp8 ?

Regards
Friedrich


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

Versions of packages acl-alisp8 depends on:
ii  acl-pro-installer 6.2.32 Installer for Franz' Allegro 6.2 L
ii  common-lisp-controller4.18   This is a Common Lisp source and c

Versions of packages acl-alisp8 recommends:
ii  acldoc-el 6.2.32 Display AllegroCL documentation fr

-- no debconf information



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



Bug#329335: samba hangs(CPU usage 40%). smbd can't be killed.

2005-09-21 Thread hr
Package: samba
Version: 3.0.14a-6
Severity: critical
Tags: experimental
Justification: breaks unrelated software



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

Versions of packages samba depends on:
ii  debconf [debconf-2.0]   1.4.58   Debian configuration management sy
ii  libacl1 2.2.29-1.0.1 Access control list shared library
ii  libattr12.4.21-1.0.1 Extended attribute shared library
ii  libc6   2.3.5-6  GNU C Library: Shared libraries an
ii  libcomerr2  1.38-2   common error description library
ii  libcupsys2 [libcupsys2-gnut 1.1.23-12Common UNIX Printing System(tm) - 
ii  libcupsys2-gnutls10 1.1.23-12Common UNIX Printing System(tm) - 
ii  libkrb531.3.6-5  MIT Kerberos runtime libraries
ii  libldap22.1.30-11OpenLDAP libraries
ii  libpam-modules  0.76-23  Pluggable Authentication Modules f
ii  libpam-runtime  0.76-23  Runtime support for the PAM librar
ii  libpam0g0.76-23  Pluggable Authentication Modules l
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  logrotate   3.7.1-2  Log rotation utility
ii  netbase 4.21 Basic TCP/IP networking system
ii  samba-common3.0.14a-6Samba common files used by both th

samba recommends no packages.

-- debconf information:
  samba/nmbd_from_inetd:
* samba/run_mode: daemons
  samba/log_files_moved:
  samba/tdbsam: false
  samba/generate_smbpasswd: true


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



Bug#329336: Missing a true representation of BIG5 character which maps to unicode 0x5586

2005-09-21 Thread Shaddy Baddah
Package: ttf-arphic-bsmi00lp
Version: 2.10-6
Severity: normal

The font package is missing a true (i.e. not the fallback boxed image
with the unicode index) representation of BIG5 character which maps to
unicode 0x5586.

Actually, this is not the only character, there are many others. This
bug report is more of a statement on seemingly low effort being put into
maintenance of Traditional Chinese support in Debian. And that isn't
meant a criticism of the individuals involved. More like putting a
mirror up to the Debian community as a whole.

If, for example, the maintainer of the package wanted to do something
about this bug report, to my understanding, there is little they can do.

Isn't it normal procedure to go to prefer problems are fixed at the
upstream?

Well, it seems to me that Arphic Technology Co., Ltd. no longer care,
perhaps even realise, that they involved themselves at some point in
open source.

I visited their web-site recently, and found the links to the free linux
resource they listed, broken. When I emailed them about the broken
links, a check back at the site revealed that they had removed them
altogether.

In other circumstances, when a package loses it's upstream, it becomes
orphaned in Debian. What happens here?

Is it satisfactory that, as far as I can tell, there is no possibility
making improvements in this area of the Traditional Chinese support in
Debian?

Regards,
Shaddy


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



Bug#329337: yelp: Replace mozilla-browser dependency with www-browser

2005-09-21 Thread Free Ekanayaka
Package: yelp
Version: 2.10.0-2
Severity: normal

Hi,

I've noticedthatsince  version  2.10.0-1yelp   depends  on
mozilla-browser, would a dependency on www-browser be enough?

In my case I'd like to have  yelp and mozilla-firefox (which Provides:
www-browser) both installed, but NOT mozilla-browser.

Cheers,

Free



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



Bug#273589: Speedbar debug messages appear to be gone

2005-09-21 Thread Jaakko Kangasharju

These two bugs are both the same: Speedbar prints debugging messages
when the screen Emacs is on is left or entered.  Version 1:1.0pre3-1
in testing and unstable seems to correct this problem: the debug
messages are no longer printed and the code printing the messages no
longer exists in the .el files of Speedbar.  So I think these bugs can
be closed.

-- 
Jaakko Kangasharju, Helsinki Institute for Information Technology
Always have reasons to be cheerful


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



Bug#323438: [Parted-maintainers] Bug#323438: parted: problems in resizing a logical ext3

2005-09-21 Thread Luca Capello

Hi Guillaume!

On Tue 20 Sep 2005 21:54 +0200, K.G. wrote:

If your partition scheme is not too far as how it was,


Well, the partition scheme is the same as before, but the last 
partition: from a 8500MB /dev/hda9 I created a 1000MB /dev/hda10 
(with resize2fs + fdisk).


can you please send it using the sector unit of parted ( parted 
/dev/hda unit s print ) or with fdisk -l -u /dev/hda ?  CHS 
would be appreciated too : parted /dev/hda unit chs print.


For sure, here they are: = gismo:/home/luca# parted /dev/hda 
unit s print Disk geometry for /dev/hda: 0s - 117210239s Disk 
label type: msdos Number  Start   End SizeType  File 
system  Flags 1   63s 15625007s 15624945s primary   fat32 
boot, lba 2   15625008s 31250015s 15625008s primary   ext3 
3   31250016s 117210239s 85960224s extended   lba 
5   31250079s 32249951s 999873s logical   linux-swap6 
32250015s 61546463s 29296449s logical   ext3  7 
61546527s 81077471s 19530945s logical   ext3  8 
81077535s 100608479s 19530945s logical   ext3  9 
100608543s 115257743s 14649201s logical   ext3  10 
115257807s 117210239s 1952433s logical   ext2 
Information: Don't forget to update /etc/fstab, if necessary. 

gismo:/home/luca# parted /dev/hda unit chs print Disk geometry for 
/dev/hda: 0,0,0 - 7295,254,62 BIOS cylinder,head,sector geometry: 
7296,255,63.  Each cylinder is 8225kB.  Disk label type: msdos 
Number  Start   End Type  File system  Flags 1 
0,1,0   972,155,62  primary   fat32boot, lba 2 
972,156,0   1945,56,62  primary   ext3  3   1945,57,0 
7295,254,62 extended   lba 5   1945,58,0 
2007,118,62 logical   linux-swap6   2007,120,0  3831,22,62 
logical   ext3  7   3831,24,0   5046,213,62 logical 
ext3  8   5046,215,0  6262,149,62 logical   ext3 
9   6262,151,0  7174,117,62 logical   ext3  10 
7174,119,0  7295,254,62 logical   ext2  Information: Don't 
forget to update /etc/fstab, if necessary.


gismo:/home/luca# fdisk -l -u /dev/hda

Disk /dev/hda: 60.0 GB, 60011642880 bytes 16 heads, 63 
sectors/track, 116280 cylinders, total 117210240 sectors Units = 
sectors of 1 * 512 = 512 bytes


  Device Boot  Start End  Blocks   Id  System 
/dev/hda1   *  6315625007 7812472+   c  W95 FAT32 
(LBA) /dev/hda21562500831250015 7812504   83 
Linux /dev/hda331250016   11721023942980112f  W95 
Ext'd (LBA) /dev/hda53125007932249951  499936+  82 
Linux swap / Solaris /dev/hda63225001561546463 
14648224+  83  Linux /dev/hda76154652781077471 
9765472+  83  Linux /dev/hda881077535   100608479 
9765472+  83  Linux /dev/hda9   100608543   115257743 
7324600+  83  Linux /dev/hda10  115257807   117210239 
976216+  83  Linux =



Thanks,


You're welcome.

Thx, bye, Gismo / Luca


pgpQTfyYFa6BF.pgp
Description: PGP signature


Bug#327686: [Linux-wlan-ng-devel] Bug#327686: linux-wlan-ng: FTBFS (ppc64): current build architecture ppc64 does not appear in package's list (i386 powerpc amd64 arm alpha hppa)

2005-09-21 Thread Victor Seva Lopez

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andreas Jochens wrote:
| With the attached patch 'linux-wlan-ng' can be compiled on ppc64.

I can't find ppc64 packages on Debian. You mean powerpc64 ??

|
| diff -urN ../tmp-orig/linux-wlan-ng-0.2.2/debian/control ./debian/control
| --- ../tmp-orig/linux-wlan-ng-0.2.2/debian/control2005-09-11 
10:19:44.0 +0200
| +++ ./debian/control  2005-09-11 10:19:34.0 +0200
| @@ -1,7 +1,7 @@
|  Source: linux-wlan-ng
|  Section: admin
|  Priority: extra
| -Architecture: i386 amd64 powerpc arm alpha hppa
| +Architecture: i386 amd64 powerpc ppc64 arm alpha hppa
|  Maintainer: Bradley Bell [EMAIL PROTECTED]
|  Uploaders: Enrico Tassi [EMAIL PROTECTED], Victor Seva
[EMAIL PROTECTED]
|  Build-Depends: debhelper (= 4.1.10), dpkg-dev (= 1.9.0), dpatch,
linux-headers-2.6.12-1 [i386], linux-headers-2.6.12-1-386 [i386],
linux-headers-2.6.12-1-686 [i386], linux-headers-2.6.12-1-686-smp [i386],
linux-headers-2.6.12-1-k7 [i386], linux-headers-2.6.12-1-k7-smp [i386],
linux-headers-2.6.12-1 [amd64], linux-headers-2.6.12-1-amd64-generic [amd64],
linux-headers-2.6.12-1-amd64-k8 [amd64], linux-headers-2.6.12-1-amd64-k8-smp 
[amd64],
linux-headers-2.6.12-1-em64t-p4 [amd64], linux-headers-2.6.12-1-em64t-p4-smp 
[amd64],
linux-headers-2.6.12-1-powerpc [powerpc]
| @@ -24,7 +24,7 @@
|   the modules.
|
|  Package: linux-wlan-ng
| -Architecture: i386 powerpc amd64 arm alpha hppa
| +Architecture: i386 powerpc ppc64 amd64 arm alpha hppa

ppc64 ??

|  Depends: ${shlibs:Depends}, wireless-tools
|  Recommends: linux-wlan-ng-doc, linux-wlan-ng-0.2.2-modules | apt-src
|  Conflicts: linux-wlan-ng-modules, linux-wlan-ng-0.1.15-modules
| @@ -119,3 +119,9 @@
|  Provides: linux-wlan-ng-0.2.2-modules
|  Depends: linux-wlan-ng, linux-image-2.6.12-1-powerpc
|  Description: linux-wlan-ng binary kernel module
| +
| +Package: linux-wlan-ng-modules-2.6.12-1-ppc64
| +Architecture: ppc64
| +Provides: linux-wlan-ng-0.2.2-modules
| +Depends: linux-wlan-ng, linux-image-2.6.12-1-ppc64
| +Description: linux-wlan-ng binary kernel module

+Package: linux-wlan-ng-0.2.2-powerpc64
+Depends: linux-wlan-ng, linux-image-2.6.12-1-powerpc64


And I need changes on rules too but please ... can you tell me what
linux-image-2.6.12-1 and linux-headers-2.6.12-1 is needed for ppc64 modules.

Thanks

- --
Victor Seva [EMAIL PROTECTED]   PGP Key ID: 0xDD12F253
jabber: [EMAIL PROTECTED]
http://www.torreviejawireless.org http://linuxmaniac.homeip.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDMQ4dS/DSSd0S8lMRAuJcAKCoO3DksvIiuerhRsKnp1VP83BC4gCfVtRU
maYZsfoanNM+UJTSWQkVOpk=
=/hNI
-END PGP SIGNATURE-


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



Bug#328226: Reasign to ieee80211

2005-09-21 Thread Mike Hommey
On Tue, Sep 20, 2005 at 09:11:55PM +0200, Mike Hommey [EMAIL PROTECTED] wrote:
 tag 328226 patch
 thanks
 
 The attached patch does the trick.
 
 Cheers
 
 Mike


Replacing gcc by $(CC) does even a better work.

Mike


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



Bug#329053: Fwd: [Full-disclosure] Re: arc insecure temporary file creation

2005-09-21 Thread Martin Pitt
tag 329053 patch
thanks

Hi!

Joey posted a patch on full-disclosure, which looks fine.

Martin

- Forwarded message from Joey Schulze [EMAIL PROTECTED] -

Date: Tue, 20 Sep 2005 20:23:30 +0200
From: Joey Schulze [EMAIL PROTECTED]
To: bugtraq@securityfocus.com
Cc: 
Subject: [Full-disclosure] Re: arc insecure temporary file creation
X-Spam-Status: No, score=0.1 required=4.0 tests=AWL,BAYES_50 autolearn=no 
version=3.0.3

ZATAZ Audits wrote:
 The vulnerability is caused due to temporary file being created insecurely.
 The temporary file used for archive creation could be read by untrusted 
 users.

This is not just an information leak, but also a symlink vulnerability
since the temporary file is created without ensuring that either it
does not exist before or is owned by the same user, while it is placed
in a usually publically writable directory.

The following patch should fix both issues.

--- arcsvc.c~   2005-03-13 16:48:09.0 +0100
+++ arcsvc.c2005-09-17 09:41:51.0 +0200
@@ -17,6 +17,9 @@
 Computer Innovations Optimizing C86
 */
 #include stdio.h
+#include sys/types.h
+#include sys/stat.h
+#include fcntl.h
 #include arc.h
 #if_MTS
 #include mts.h
@@ -52,7 +55,12 @@ openarc(chg) /* open archive */
}
 #endif
if (chg) {  /* if opening for changes */
-   if (!(new = fopen(newname, OPEN_W)))
+   int fd;
+
+   if ((fd = open(newname, O_CREAT|O_EXCL|O_RDWR, 
S_IREAD|S_IWRITE)) == -1)
+   arcdie(Cannot create archive copy: %s, newname);
+
+   if (!(new = fdopen(fd, OPEN_W)))
arcdie(Cannot create archive copy: %s, newname);
 
changing = chg; /* note if open for changes */

Regards,

Joey

-- 
Linux - the choice of a GNU generation.

Please always Cc to me when replying to me on the lists.
___
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

- End forwarded message -

-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#329324: Repetition of invalid-quotes problem

2005-09-21 Thread Jeroen Vermeulen
The problematic phrase in survey.php, which contains incorrectly encoded
qutoes, occurs several times in the file.  All of these need to be
fixed; the invalid character occurs 4 times in each.



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



Bug#329338: libgc-dev: confusing description

2005-09-21 Thread Antti-Juhani Kaijanaho
Package: libgc-dev
Version: 1:6.5-1
Severity: minor

From the description:

  Boehm's GC [...] is intended to be used as a plug-in replacement for
  C's malloc. [...] it does not work as a malloc() replacement.

Is it or is it not a replacement for malloc?

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

Versions of packages libgc-dev depends on:
ii  libc6-dev [libc-dev]  2.3.5-6GNU C Library: Development Librari
ii  libgc1c2  1:6.5-1conservative garbage collector for

libgc-dev recommends no packages.

-- no debconf information


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



Bug#329339: please package smokeping-2.x

2005-09-21 Thread Matthias Klose
Package: smokeping
Severity: wishlist

please package smokeping-2.x


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



Bug#329340: gconf2: Local configuration sources do not work anymore

2005-09-21 Thread Free Ekanayaka
Package: gconf2
Version: 2.10.1-1
Severity: normal

Hi,

the /etc/gconf/2/path should include local defaults:

# To read in any defaults settings that the Sys Admin may have created
# prior to a desktop system upgrade. The SysAdmin can stick default values
# system-wide in this file.
include /etc/gconf/2/local-defaults.path

I've included a custom configuration source in /etc/gconf/2/local-defaults.path

# GConf values
xml:readonly:/usr/share/cdd/gconf.xml.defaults

which used to work   fine (i.e. new  users got  these defaults at  the
first login) with version 2.8.

Since version 2.10  this doesn't work anymore. I've  even tried to put
my defaults in /etc/gconf/gconf.xml.mandatory/,  but the were  ignored
as well.

Cheers,

Free



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



Bug#329341: sbackup: Clicking Test (for a remote location) fails with error to console

2005-09-21 Thread Hein Meling
Package: sbackup
Version: 0.8-1
Severity: important


When clicking the Test button in the simple-backup-config tool, I get
the following error message:

Traceback (most recent call last):
  File /usr/sbin/simple-backup-config, line 608, in
  on_dest_remotetest_clicked
  if tinfo.type == 2 and (tinfo.permissions / (8*8)
  )-(tinfo.permissions/(8*8*8)*8)  == 7:
  UnboundLocalError: local variable 'tinfo' referenced before
  assignment
  
This happens even if I can browse the provided ssh: location with nautilus...

Thanks,

Hein


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages sbackup depends on:
ii  gksu  1.3.4-1graphical frontend to su
ii  python2.3.5-3An interactive high-level object-o
ii  python-glade2 2.6.2-1GTK+ bindings: Glade support
ii  python-gnome2 2.10.0-2   Python bindings for the GNOME desk
ii  sudo  1.6.8p9-2  Provide limited super user privile

sbackup recommends no packages.

-- no debconf information


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



Bug#329342: fetchmail: wrong message in ja.po for return code 8

2005-09-21 Thread Takeshi Hamasaki
Package: fetchmail
Version: 6.2.5-18
Severity: minor


I found wrong message in Japanese when fetchmail ends with return code
8.
In fact, this is same as I reported in #233634 and once fixed in 6.2.5-3.
I attach the patch again.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)

Versions of packages fetchmail depends on:
ii  adduser   3.63   Add and remove users and groups
ii  base-files3.1.2  Debian base system miscellaneous f
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libssl0.9.7   0.9.7e-3   SSL shared libraries

Versions of packages fetchmail recommends:
pn  ca-certificates   none (no description available)

-- no debconf information
--- po/ja.po.bak	2005-09-21 17:41:34.0 +0900
+++ po/ja.po	2005-09-21 17:41:34.0 +0900
@@ -675,7 +675,7 @@
 
 #: fetchmail.c:367 fetchmail.c:376
 msgid fetchmail: no other fetchmail is running\n
-msgstr fetchmail: $BB$N(B fetchmail $B$,B9TCf$G$9!#(B\n
+msgstr fetchmail: $BB9TCf$N(B fetchmail $B$OB8:_$7$^$;$s!#(B\n
 
 #: fetchmail.c:382
 #, c-format


Bug#329343: lincity-ng: Saved game can't be pause after loaded. When save my game is on accelerate mode.

2005-09-21 Thread Welly Hartanto
Package: lincity-ng
Version: 1.0.1-1
Severity: serious
Justification: 4

I'm new to lincity-ng nad found the game exciting.
After playing a while I save my game. While saving, my game
was on accelerate mode ( by clicking the yellow arrow ).
I opened the saved game this morning and found that I can't pause
it or change the acceleration.

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

Versions of packages lincity-ng depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-7  GCC support library
ii  libphysfs-1.0 1.0.0-5filesystem abstraction library for
ii  libsdl-gfx1.2 2.0.9-4drawing and graphical effects exte
ii  libsdl-image1 1.2.4-1image loading library for Simple D
ii  libsdl-mixer1 1.2.6-1.1  mixer library for Simple DirectMed
ii  libsdl-ttf2.0 2.0.6-5ttf library for Simple DirectMedia
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  libstdc++64.0.1-7The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxml2   2.6.22-1   GNOME XML library
ii  lincity-ng-da 1.0.1-1Media files for the city simulator
ii  ttf-bitstream 1.10-3 The Bitstream Vera family of free 
ii  xlibmesa-gl [ 6.8.2.dfsg.1-7 Mesa 3D graphics library [X.Org]
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

lincity-ng recommends no packages.

-- no debconf information


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



Bug#329344: cowdancer: cow-shell does not start, gives error

2005-09-21 Thread Francesco Potorti`
Package: cowdancer
Version: 0.4
Severity: grave

Here is what I get:


$ cp -al src test

$ cd test

$ cow-shell 
Invoking bash
cow-shell: exec: No such file or directory

$ type cow-shell
cow-shell is hashed (/usr/bin/cow-shell)


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30-pre2-pr-hrt-1kHz-1
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set 
to C)

Versions of packages cowdancer depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an

cowdancer recommends no packages.

-- no debconf information


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



Bug#329345: gnumeric does not start

2005-09-21 Thread Sylvain FORET
Package: gnumeric
Version: 1.5.1-1
Severity: grave
Justification: renders package unusable


In debian testing, after a libgoffice-1 upgrade, gnumeric does not
start.  It crashes with the following error message:

gnumeric: symbol lookup error: gnumeric: undefined symbol: cell_formats

and return 127.
It is easy to reproduce the bug: just try and start gnumeric.

Regards,

SF


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

Versions of packages gnumeric depends on:
ii  gconf22.10.1-2   GNOME configuration database syste
ii  gnumeric-common   1.5.1-1common files for Gnumeric, the GNO
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgconf2-4   2.10.1-2   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgoffice-1  0.0.4-1Document centric objects library -
ii  libgsf-1  1.12.2-1   Structured File Library - runtime 
ii  libgsf-gnome-11.12.2-1   Structured File Library - runtime 
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libxml2   2.6.21-1   GNOME XML library
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

gnumeric recommends no packages.

-- no debconf information


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



Bug#329346: cupsys-driver-gutenprint: Lexmark Z45 stopped working after switching to gutenprint

2005-09-21 Thread Alberto Gonzalez Iniesta
Package: cupsys-driver-gutenprint
Version: 4.3.99+cvs20050901-1
Severity: important

After my last dist-upgrade, cupsys-driver-gimpprint-data was replaced by
cupsys-driver-gutenprint. That changed didn't affect my Laserjet 4
printer (still working) but my shitty Lexmark Z45 is no longer working
at all. It just spits blank pages. I tried runing cups with LogLevel
debug but no errors were found. I also tried with different Lexmark
drivers, all without success.



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

Versions of packages cupsys-driver-gutenprint depends on:
ii  cupsys  1.1.23-12Common UNIX Printing System(tm) - 
ii  libc6   2.3.5-6  GNU C Library: Shared libraries an
ii  libcupsimage2   1.1.23-12Common UNIX Printing System(tm) - 
ii  libcupsys2  1.1.23-12Common UNIX Printing System(tm) - 
ii  libgutenprint2  4.3.99+cvs20050901-1 runtime for the Gutenprint printer
ii  libjpeg62   6b-10The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libtiff43.7.3-1  Tag Image File Format (TIFF) libra
ii  perl5.8.7-5  Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3-4compression library - runtime

Versions of packages cupsys-driver-gutenprint recommends:
ii  gs-esp [postscript-vi 8+8.15rc4.dfsg.1-2 The Ghostscript PostScript interpr
ii  gs-gpl [postscript-vi 8.15-3 The GPL Ghostscript PostScript int
ii  gv [postscript-viewer 1:3.6.1-12 PostScript and PDF viewer for X
ii  kghostview [postscrip 4:3.4.2-1  PostScript viewer for KDE

-- no debconf information


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



Bug#329347: common-lisp-controller: checking of permissions of the output directory

2005-09-21 Thread Friedrich Dominicus
Package: common-lisp-controller
Version: 4.18
Severity: minor

Well AFAIFK is the standard policy for adding new users to the system
as follows. 
- the user is created
- a groups is created also 

so if I do a 
adduser foobar
a group foobar will generated to 

If that is true then the following check should probably be changed 
(file post-sysdef-install.lisp)
  (unless (= 0
 (logand mode #o022))

should be 
 (unless (= 0
 (logand mode #o002))

or one has to check 
- if the user has it's own group
whether the permissions are ok then.

With best regards
Friedrich


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

Versions of packages common-lisp-controller depends on:
ii  bash  3.0-14 The GNU Bourne Again SHell
ii  cl-asdf   1.86-2 Another System Definition Facility
ii  debconf [debconf-2.0] 1.4.48 Debian configuration management sy
ii  debianutils   2.13.2 Miscellaneous utilities specific t
ii  perl  5.8.7-4Larry Wall's Practical Extraction 
ii  realpath  1.9.20 Return the canonicalized absolute 

common-lisp-controller recommends no packages.

-- debconf information:
* common-lisp-controller/long-site-name:
* common-lisp-controller/short-site-name: flarge


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



Bug#316991: acknowledged by developer (Closing old bugs)

2005-09-21 Thread Christoph Seibert

Am 21.09.2005 um 03:48 schrieb Debian Bug Tracking System:

This bug report refers to problems upgrading from a stable woody system
to an almost complete sarge, while Sarge was still testing or in some
cases, an even earlier transition.


Hi,

this is incorrect. My report refers to an upgrade on July 3rd, 2005, 
from a stable woody system to the official sarge release, about 4 weeks 
after the release announcement.


I'm not going to reopen the bug, though; at this time, I wouldn't be 
able to provide more information or reproduce it anyway.


Ciao,
Christoph Seibert



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



Bug#325935: ITP: warzone2100 -- 3D realtime strategy on a future Earth

2005-09-21 Thread Petter Reinholdtsen

This look just like my kind of game.  Any progress on your work in
getting it ready for Debian?

What is the URL for your unofficial packages?  Do you have sarge
packages?


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



Bug#309533: updated romanian translation

2005-09-21 Thread Sorin B.


# SOME DESCRIPTIVE TITLE.
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) YEAR Gustavo Noronha Silva.
# Sorin Batariuc [EMAIL PROTECTED], 2005.
#
msgid 
msgstr 
Project-Id-Version: ro\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-07-30 11:25-0300\n
PO-Revision-Date: 2005-09-21 10:49+0300\n
Last-Translator: Sorin Batariuc [EMAIL PROTECTED]\n
Language-Team: Romanian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.10.2\n

#: ../libgksuui/gksuui-dialog.c:102
msgid Continue
msgstr Continuă

#. label
#: ../libgksuui/gksuui-dialog.c:130
msgid span weight=\bold\ size=\larger\Type the root password./span\n
msgstr span weight=\bold\ size=\larger\Tastaţi parola pentru 
root./span\n

#. entry label
#: ../libgksuui/gksuui-dialog.c:148
msgid Password:
msgstr Parola:

#: ../libgksuui/gksuui-convenience.c:59
#, c-format
msgid libgksu: Failed to init the Gtk+ library, GKSu is not able to 
continue.\n
msgstr 
libgksu: Eşuare în iniţializarea bibliotecilor Gtk+, GKSu nu poate 
continua.\n

#: ../libgksuui/gksuui-convenience.c:145
msgid 
Could not grab your mouse.\n
A malicious client may be eavesdropping\n
on your session.
msgstr 
Nu s-a putut prelua controlul mausului.\n
Sesiunea v-ar putea fi interceptată de\n
către un program neautorizat.

#: ../libgksuui/gksuui-convenience.c:151
msgid 
Could not grab your keyboard.\n
A malicious client may be eavesdropping\n
on your session.
msgstr 
Nu s-a putut prelua controlul tastaturii.\n
Sesiunea v-ar putea fi interceptată de\n
către un program neautorizat.



Bug#329207: bug in paw printing ?

2005-09-21 Thread Frank Dohrmann
Hi Kevin,

I did about the research I could on the different printer models.

 By the way, what is your printer model?  Is there any way you could test
 the original (bad) PS file using CUPS with a different kind of printer?
  It's conceivable that the printer is ignoring Begin(Page)Setup ...
 End(Page)Setup sections rather than CUPS ignoring them.

Result: 

The original file does not print (correctly) on the following models:
TekPhaser 740, Laserjets 2300, 2200, 2420, 4M, Lexmark Optra R+, Deskjet 600.

The only printer it printed on correctly was
Laserjet 3700 

The fix prints on all of the printers.

For cups, the last one uses a specific driver for HP Color Laserjet
3700, whereas all the others use the 'Foomatic/Postscript' driver.

( side remark - using paw 2.14/03 (not yours) under cygwin, which
connects to our printerserver, debian+cups, I could reproduce exactly
the same behaviour, problem plus fix ).

That about sums my little research.

Cheers

Frank



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



Bug#307517: kernel-image-2.6.8-2-k7: kernel BUG at mm/rmap.c:407!

2005-09-21 Thread Horms
On Tue, Sep 20, 2005 at 12:17:03PM +0200, Uwe Mesecke wrote:
 Hi,
 
 are there any progresses since may? I have the same problems with my 
 server. It crashes not daily but at least twice a week at night between 
 12am and 4am CEST. I am using the kernel provided with sarge which is 
 IMHO -16.

Not that I am awrae of. Actually, I'm completely unsure of what the
problem might be. Could be a mm problem. Could be a hardware problem.
In any case, there has been a lot of progress made upstream since 2.6.8,
would it be possible for you to test the backport of 2.6.12 that
has been made for sarge.

You can find it as 2.6.12-5.99.sarge1 in 
http://packages.vergenet.net/testing/linux-2.6/

-- 
Horms


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



Bug#315110: kernel-image-2.4.27-2-686: irda driver smsc-ircc2 under kernel-image-2.6.8 doesn't seem to work.

2005-09-21 Thread Horms
On Mon, Sep 19, 2005 at 04:19:21PM +0200, Eric Lavarde wrote:
 Package: kernel-image-2.4.27-2-686
 Version: 2.4.27-10
 Followup-For: Bug #315110
 
 
 Hi,
 
 after some time, I tried to work under kernel 2.6.8 and I don't even get
 the module to work.

Hi, if this is a problem with 2.6.8, it is probably best to file it as a
separate bug. However, as 2.6.8 is now in deep freeze, I have to be
honest and say that the chances of the problem being resolved are slim.

As an alternateive, would it be possible for you to test the backport of
2.6.12 that has been made for sarge.

You can find it as 2.6.12-5.99.sarge1 in
http://packages.vergenet.net/testing/linux-2.6/



-- 
Horms


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



Bug#327686: [Linux-wlan-ng-devel] Bug#327686: linux-wlan-ng: FTBFS (ppc64): current build architecture ppc64 does not appear in package's list (i386 powerpc amd64 arm alpha hppa)

2005-09-21 Thread Andreas Jochens
Hello,

On 05-Sep-21 09:39, Victor Seva Lopez wrote:
 Andreas Jochens wrote:
 | With the attached patch 'linux-wlan-ng' can be compiled on ppc64.
 
 I can't find ppc64 packages on Debian. You mean powerpc64 ??

The official Debian architecture name is 'ppc64' (_not_ 'powerpc64').

Please try 'dpkg-architecture -L' on 'unstable' to verify this.

 And I need changes on rules too but please ... can you tell me what
 linux-image-2.6.12-1 and linux-headers-2.6.12-1 is needed for ppc64 
 modules.

linux-{image,headers}-2.6.12-1-ppc64

Regards
Andreas Jochens


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



Bug#319420: patch for po file for Chinese, Traditional (Taiwan)

2005-09-21 Thread Bram Moolenaar

Stefano -

 On Tue, Sep 20, 2005 at 11:26:32PM +0200, Bram Moolenaar wrote:
  Note that the maintainer for the zh_TW.UTF-8.po file is now Hung-Te Lin
  [EMAIL PROTECTED].  And the file already changed, although this
  message appears to be the same.  See
  ftp://ftp.vim.org/pub/vim/messages/zh_TW.UTF-8.po
 
 Uhm ... even if the name is different, the email address is the same as
 those reported for Francis S.Lin in the version of the po file I have
 (shipped with vim 6.3-086). Is the name or the email address which is
 wrong?
 
 In the former case I already sent the request to the right person, in
 the latter I've not.

Hopefully it goes to the right destination, but I haven't heard back
from him/them...

- Bram

-- 
Have you heard about the new Barbie doll?  It's called Divorce
Barbie.  It comes with all of Ken's stuff.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  Project leader for A-A-P -- http://www.A-A-P.org///
 \\\ Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///


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



Bug#327994: The package FTBFS anyway

2005-09-21 Thread arnaud . quette

salut Christian

  so you've not yet upgraded to kdelibs4c2?

 Well, this didn't seem to be mandatory but I'm pretty ignorant of this
 issue. Remember that I just wanted to have a look at this software ..:-)

  Or have I missed something on the road?
  I've 2 problems to solve: the kde/qt transition, and
  the FTBTS above. For the 2nd, the upstream author
  mailed me back that he will release a new version soon...

 Well, as long as the maintainer obviously takes care of the problem,
 I'm anyway safe...and I know I'll be able to test the thing when this
 bug will be closed.

I finally found a bit of time. The upstream author has done
his part, so I can now do mine.

The package is now in the incoming queue.

See you,
Arnaud Quette
--
Linux / Unix Expert - MGE UPS SYSTEMS - RD Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSource Developer - http://arnaud.quette.free.fr/




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



Bug#328697: Compile without debug

2005-09-21 Thread Amaya
- Forwarded message from Juergen Pfennig [EMAIL PROTECTED] -

Date: Tue, 20 Sep 2005 14:00:22 +0200
From: Juergen Pfennig [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Bug#328697 ... fixed in lirc 0.7.1pre2-8  NO! WAN'T COMPILE 
WITHOUT DEBUG

Sorry Amaya,
could you/we think about the following change (remove the #ifdef DEBUG stuff):

// #ifdef DEBUG

static int bVerbose = 0;
static int bInError = 0;

static void debugprintf(char *format_str, ...)
{
va_list ap;
va_start(ap,format_str);
if(bVerbose)
vfprintf(stderr,format_str,ap);
va_end(ap);
}
// #else
// static void debugprintf(char *format_str, ...)
// {
// }
// #endif

I know that this is conceptual, but today the few bytes of debug code should 
not make a problem and the -v option was introduced to enable/disable the 
trace. If you don't like that please move the #ifdef DEBUG two lines down ...

static int bVerbose = 0;
static int bInError = 0;

#ifdef DEBUG

Sorry again. Thanks for taking care of irxevent anyhow,
Yours Jürgen

- End forwarded message -

-- 
 .''`.   Follow the white Rabbit - Ranty (and Lewis Carroll)
: :' :   
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#328697: ... fixed in lirc 0.7.1pre2-8 NO! WAN'T COMPILE WITHOUT DEBUG

2005-09-21 Thread Amaya
Juergen Pfennig wrote:
 could you/we think about the following change (remove the #ifdef DEBUG stuff):

No problem. I will upload soon.

 Sorry again. Thanks for taking care of irxevent anyhow,

Keep the patches coming!

Anyway, I need some help with building lirc-0.7.2 with gcc4. Maybe you
could take a look at it.

Also upstream cvs made some changes to irxevent. I attach the file, can
you take a look at it and send me a patch for it? That way it will be
easier to meake them include your changes.

Thanks for your time!

-- 
 .''`.   Follow the white Rabbit - Ranty (and Lewis Carroll)
: :' :   
`. `'   Proudly running unstable Debian GNU/Linux
  `- www.amayita.com  www.malapecora.com  www.chicasduras.com
/*  $Id: irxevent.c,v 5.14 2005/09/10 15:28:28 lirc Exp $  */

/
 ** irxevent.c **
 
 *
 * irxevent  - infra-red xevent sender
 *
 * Heinrich Langos  [EMAIL PROTECTED]
 * small modifications by Christoph Bartelmus [EMAIL PROTECTED]
 *
 * irxevent is based on irexec (Copyright (C) 1998 Trent Piepho)
 * and irx.c (no copyright notice found)
 *
 *  ===
 *  HISTORY
 *  ===
 *
 * 0.1 
 * -Initial Release
 *
 * 0.2 
 * -no more XWarpPointer... sending Buttonclicks to off-screen
 *  applications works becaus i also fake the EnterNotify and LeaveNotify
 * -support for keysymbols rather than characters... so you can use
 *  Up or Insert or Control_L ... maybe you could play xquake than :*)
 *
 * 0.3
 * -bugfix for looking for subwindows of non existing windows 
 * -finaly a README file
 *
 * 0.3a (done by Christoph Bartelmus)
 * -read from a shared .lircrc file 
 * -changes to comments
 * (chris, was that all you changed?)
 *
 * 0.4
 * -fake_timestamp() to solve gqmpeg problems 
 * -Shift Control and other mod-keys may work. (can't check it right now)
 *  try ctrl-c or shift-Page_up or whatever ...
 *  modifiers: shift, caps, ctrl, alt, meta, numlock, mod3, mod4, scrlock
 * -size of 'char *keyname' changed from 64 to 128 to allow all mod-keys. 
 * -updated irxevent.README
 *
 * 0.4.1
 * -started to make smaller version steps :-)
 * -Use CurrentWindow as window name to send events to the window
 *  that -you guessed it- currently has the focus.
 *
 * 0.4.2
 * -fixed a stupid string bug in key sending.
 * -updated irxevent.README to be up to date with the .lircrc format.
 *
 * 0.4.3
 * -changed DEBUG functions to actually produce some output :)
 *
 * 0.5.0
 * -fixed finding subwindows recursively
 * -added xy_Key (though xterm and xemacs still don't like me)
 * -added compilation patch from Ben Hochstedler 
 *  [EMAIL PROTECTED] for compiling on systems 
 * 	without strsep() (like some solaris)
 *
 *
 * see http://www.wh9.tu-dresden.de/~heinrich/lirc/irxevent/irxevent.keys
 * for a the key names. (this one is for you Pablo :-) )
 *
 * for more information see the irxevent.README file
 *
 */

#ifdef HAVE_CONFIG_H
# include config.h
#endif

#include errno.h
#include unistd.h
#include getopt.h
#include stdarg.h
#include stdio.h
#include stdlib.h
#include string.h
#include sys/socket.h
#include sys/un.h
#include sys/stat.h
#include sys/types.h

#include X11/Xlib.h
#include X11/Xutil.h
#include sys/time.h
#include unistd.h

#include lirc_client.h

#ifdef DEBUG
void debugprintf(char *format_str, ...)
{
va_list ap;
va_start(ap,format_str);
vfprintf(stderr,format_str,ap);
va_end(ap);
}
#else
void debugprintf(char *format_str, ...)
{
}
#endif

struct keymodlist_t {
char *name;
Mask mask;
};
static struct keymodlist_t keymodlist[]=
{
  {SHIFT,   ShiftMask},
  {CAPS,LockMask},
  {CTRL,ControlMask},
  {ALT, Mod1Mask},{META,Mod1Mask},
  {NUMLOCK, Mod2Mask},
  {MOD3,Mod3Mask},  /* I don't have a clue what key maps to this. */
  {MOD4,Mod4Mask},  /* I don't have a clue what key maps to this. */
  {SCRLOCK, Mod5Mask},
  {NULL,0},
};

const char *key_delimiter =-;
const char *active_window_name =CurrentWindow;
const char *root_window_name =RootWindow;


char *progname;
Display *dpy;
Window root;
XEvent xev;
Window w,subw;

Time fake_timestamp()
 /*seems that xfree86 computes the timestamps like this */
 /*strange but it relies on the *1000-32bit-wrap-around */
 /*if anybody knows exactly how to do it, please contact me */
{
  int  tint;
  struct timeval  tv;
  struct timezone tz; /* is not used since ages */
  gettimeofday(tv,tz);
  tint=(int)tv.tv_sec*1000;
  tint=tint/1000*1000;
  tint=tint+tv.tv_usec/1000;
  return (Time)tint;
}

Window find_window(Window top,char *name)
{
  char *wname,*iname;
  XClassHint xch;
  Window *children,foo;
  int revert_to_return;
  unsigned int nc;
  if 

Bug#328982: man-db: man: ctrl-c kills less

2005-09-21 Thread Colin Watson
tags 328982 fixed-upstream
thanks

On Sun, Sep 18, 2005 at 04:51:53PM +0200, Arnaud Giersch wrote:
 Package: man-db
 Version: 2.4.3-2
 Severity: normal
 
 Hello,
 
 The man command uses less as default pager.  Within less, Ctrl-C can
 normally be used to interrupt current action (such as command line
 editing).  With the latest version of man-db (2.4.3-2), typing Ctrl-C
 kills less, which is a bit annoying.  It works correctly with Sarge's
 man-db (2.4.2-21).
 
 The difference comes from the fact that in previous versions, the
 function do_system() (from file src/util.c) used the standard function
 system(3), which makes the calling process ignore signals SIGINT and
 SIGQUIT.  Now, do_system() does not use system(3) anymore, and thus
 does not ignore SIGINT.
 
 So I suggest to ignore SIGINT (and maybe SIGQUIT too?), either in
 do_system() (from file src/util.c), or in pipeline_wait() (from file
 lib/pipeline.c).

Thanks for the report; I've fixed the pipeline library upstream to
ignore SIGINT and SIGQUIT. I'll backport the fix to 2.4.3 in Debian soon
as well.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#329212: fisg: Fisg segfault

2005-09-21 Thread Alexander Wirt
Sythos schrieb am Dienstag, den 20. September 2005:

 Package: fisg
 Version: 0.3.8-2
 Severity: grave
 Justification: renders package unusable
 
 fisg segfault while parsing file, strace output attached
Are you able to give me the correspondending logfile that has segfaultet?

Thanks for your report
Alex



signature.asc
Description: Digital signature


Bug#329212: fisg: Fisg segfault

2005-09-21 Thread Alexander Wirt
Sythos schrieb am Mittwoch, den 21. September 2005:

 On Wed, Sep 21, 2005 at 10:35:06AM +0200, Alexander Wirt wrote:
   Package: fisg
   Version: 0.3.8-2
   Severity: grave
   Justification: renders package unusable
   fisg segfault while parsing file, strace output attached
  Are you able to give me the correspondending logfile that has segfaultet?
  Thanks for your report
 
 sure (it is about 5min log from eggdrop test)
Thanks. 
It looks like that the logfile parsing code is bad. If I add the --format
eggdrop switch it parses (it still has some problems because no configfile is
used, but it outputs an html site...). I should check the status of the
actual cvs version, but I have to talk to the author first it its useable. 

 PS: I've tried an apt-get -b source fisg and local compiled fisg work
? How is that possible... 
Maybe due to gcc4.0 or something like that. 

[EMAIL PROTECTED]:~$ fisg-0.3.8/debian/fisg/usr/bin/fisg ./legra.log
FISG: No configuration file(s) specified.
FISG: Parsing 1 sources. Please wait...
FISG: Processed 100%
FISG: Computing statistics...
FISG: 0 users (0 ignored), sorting...
FISG: Computing more statistics...
Segmentation fault

I'm not able to conform that a local compiled fisg works...

I'm working on the problem.

Alex



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



Bug#329235: autoinput

2005-09-21 Thread jim
Hi Ambrose,

Autocomplete, autocorrect ???

When you have a spreadsheet open, have a look at
Menu - Tools - Cell Contents - Autoinput

Use Help - Find - autoinput for more information

I only know this because I already fell in the same trap ;)

thanks

jim


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



Bug#329292: vim-full: Kde open with menu entry broken

2005-09-21 Thread Norbert Tretkowski
tags 329292 +pending
thanks

* Paul Brook wrote:
 The file /usr/share/applications/gvim.desktop launches gvim without
 -f.
 
 This breaks using gvim as the default text editor, or via open
 with from other kde applications. Typically these will write to a
 temporary file, spawn gvim, then delete the temporary file when gvim
 exits. When launched without -f gvim detaches immediately, so the
 controlling process deletes the temporary file before gvim gets
 chance to read it.
 
 The fix is to add -f to the gvim commandline. Attached patch does
 this.

Added to svn, thanks.

Norbert


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



Bug#329330: [Pkg-firebird-general] Bug#329330: libfbclient1: long description lacks everything

2005-09-21 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gerfried Fuchs wrote:
  I'm sorry, but the long description of libfbclient1 and libfbembed1
 aren't meant serious, are they? The package description has to make
 sense on its own, not reference a different package's description.

It is funny that the library packages had these descriptions for more
than an year and noone even noticed. I'll do my best in puting some
useful information there.

  Especially since I don't see anything in the referenced package's
 description that would help me understand what the library package is
 for.

This redirection relies on the reader knowing much about different
firebird variants. This is wrong and shall be fixed.

  Besides, quick side note, why is the library not in libs but in misc
 section?

Because maintenance of firebird2 is in great shortage of manpower and
some things get overlooked. Shall be fixed.


Thanks for your report,
dam
- --
Damyan Ivanov  0x9725F63B  Creditreform Bulgaria
[EMAIL PROTECTED]  http://www.creditreform.bg/
phone: +359(2)928-2611, 929-3993fax: +359(2)920-0994
mob. +359(88)856-6067  ICQ 3028500  [EMAIL PROTECTED]/Gaim
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDMR07Hqjlqpcl9jsRApK2AJ93B9XDNWKmzi9xqik0vfSbYrKBIwCgoGPu
AbcisGiMc6JEhyy5tQD2mKs=
=RBxY
-END PGP SIGNATURE-


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



Bug#329337: yelp: Replace mozilla-browser dependency with www-browser

2005-09-21 Thread Free Ekanayaka
severity 329337 wishlist
retitle 329337 Remove dependency on mozilla-browser
tag 329337 + upstream

|--== Josselin Mouette writes:

  JM Le mercredi 21 septembre 2005 à 09:24 +0100, Free Ekanayaka a écrit :
  Package: yelp
  Version: 2.10.0-2
  Severity: normal
  
  Hi,
  
  I've noticedthatsince  version  2.10.0-1yelp   depends  on
  mozilla-browser, would a dependency on www-browser be enough?
  
  In my case I'd like to have  yelp and mozilla-firefox (which Provides:
  www-browser) both installed, but NOT mozilla-browser.

  JM This isn't possible. Yelp uses the Gecko engine from the mozilla-browser
  JM package.

  JM In the near future, yelp will use xulrunner, avoiding the dependency on
  JM any browser package.

Thanks for your  feedback.  I'm taking  the  liberty to  keep this bug
report open,  changing title   and  severity  and tagging   it
upstream.  This is just to get  notified of when the dependency will
be actually remove.

If you are annoyed by this, feel free to close this bug.

Cheers,

Free




Bug#329337: yelp: Replace mozilla-browser dependency with www-browser

2005-09-21 Thread Josselin Mouette
Le mercredi 21 septembre 2005 à 09:24 +0100, Free Ekanayaka a écrit :
 Package: yelp
 Version: 2.10.0-2
 Severity: normal
 
 Hi,
 
 I've noticedthatsince  version  2.10.0-1yelp   depends  on
 mozilla-browser, would a dependency on www-browser be enough?
 
 In my case I'd like to have  yelp and mozilla-firefox (which Provides:
 www-browser) both installed, but NOT mozilla-browser.

This isn't possible. Yelp uses the Gecko engine from the mozilla-browser
package.

In the near future, yelp will use xulrunner, avoiding the dependency on
any browser package.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#329348: nagios-common: trends.cgi and statusmap.cgi don't display images and can't use ssi files

2005-09-21 Thread Eric Bollengier
Package: nagios-common
Version: 2:1.3-cvs.20050402-2.sarge.1
Severity: important
Tags: patch


strace on trends.cgi or statusmap.cgi indicate that cgis try to
open nagios images on /usr/share/nagios/images but they are installed on
/usr/share/nagios/htdocs/images

same for ssi files (/usr/share/nagios/htdocs/ssi instead of
/usr/share/nagios/ssi)

for my host fw1 :

export
QUERY_STRING='createimaget1=1126689674t2=1127294474assumeinitialstates=yesinitialassumedstate=0assumestateretention=yeshost=fw1backtrack=2zoom=4'

strace ./trends.cgi 21  /dev/null

open(/usr/share/nagios/images//trendshost.png, O_RDONLY) = -1 ENOENT
(No such file or directory)

this dirty patch works for me

ln -s /usr/share/nagios/htdocs/images /usr/share/nagios/images
ln -s /usr/share/nagios/htdocs/ssi /usr/share/nagios/ssi

Regards

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

Versions of packages nagios-common depends on:
ii  adduser 3.63 Add and remove users and groups
ii  apache [htt 1.3.33-6 versatile, high-performance HTTP s
ii  coreutils [ 5.2.1-2  The GNU core utilities
ii  debconf [de 1.4.30.13Debian configuration management sy
ii  mailx   1:8.1.2-0.20040524cvs-4  A simple mail user agent
ii  nagios-plug 1.4-6Plugins for the nagios network mon
ii  nagios-text 2:1.3-cvs.20050402-2.sarge.1 A host/service/network monitoring

-- debconf information:
* nagios/adminpassword: (password omitted)
* nagios/wwwsuid: true
  nagios/upgradefromnetsaint:
* nagios/configapache: Apache



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



Bug#328674: very old package, should this be removed?

2005-09-21 Thread Jim Mintha

On Fri, Sep 16, 2005 at 07:05:13PM +0200, Marc 'HE' Brockschmidt wrote:
 Package: slsc
 Version: 0.2.3-8
 Severity: serious
 
 I've done this now and your package showed up on the list. I propose
 to remove it.
 There are not many users, upstream development seems to be stalled
 and the package is FTBFS at the moment.

I agree that the package doesn't get used very much, and I was
considering removing it myself.  On the other hand I do hear from
users (in fact I got an email the same day from a user that was very
happy the package was in debian)

I think, given that it is a fairly small package, that it would be
useful to have it in debian.  I will (unless there is an objection) do
an upload to updates the standards, etc.  

Jim

-- 
Jim Mintha   Email: [EMAIL PROTECTED]
System Administrator  Work: +31 20 525-4919
Informatiseringscentrum   Home: +31 20 662-3892
University of Amsterdam   Debian GNU/Linux: [EMAIL PROTECTED]
_There are always Possibilities_  http://www.mintha.com


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



Bug#329349: totem-gstreamer: Crashes with error Resource busy or not available

2005-09-21 Thread Ivan McDonagh
Package: totem-gstreamer
Version: 1.0.4-1
Severity: important

Due to a problem playing a .asx file (live radio,http://www.pump.fm/)
using totem-xine I removed that package and installed -gstreamer. Apart
from that one problem -xine was working perfectly.

totem-gstreamer crashes with the same error message from the menu and
the command line and when invoked via Epiphany.


DEBUG INFO:

[EMAIL PROTECTED]:~$ totem --gst-debug-level=2
ERROR (0x8082088 - 313137:47:08.895309000)  xvimagesink( 6103)
xvimagesink.c(739):gst_xvimagesink_get_xv_support:xvimagesink0 No port
available
[EMAIL PROTECTED]:~$

AUDIO:

[EMAIL PROTECTED]:~$ aconnect -l -o
client 62: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
client 64: 'ES1371' [type=kernel]
0 'ES1371  '
client 128: 'TiMidity' [type=user]
0 'TiMidity port 0 '
1 'TiMidity port 1 '
2 'TiMidity port 2 '
3 'TiMidity port 3 '
[EMAIL PROTECTED]:~$

VIDEO:

Riva 128, 8Mb, using nv driver

From reading on the web it seems that this is a recently known problem
to users (at least) of Fedora and Ubuntu. I seem to remember reading a
related comment from a FreeBSD user as well.

Unfortunately I am going to have to remove -gstreamer and reinstall
-xine tonight or tomorrow (22 Sep) so I hope the debug and system
information is sufficient to track down the cause of this problem. If
need be, I would be perfectly willing to reinstall -gstreamer but,
obviously, I would rather not!

Thanks for your time and, in advance, any assistance that you might be
able to provide.

Ivan.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-386
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages totem-gstreamer depends on:
ii  dbus-10.23.4-1   simple interprocess messaging syst
ii  gconf22.10.1-2   GNOME configuration database syste
ii  gstreamer0.8-alsa [gstrea 0.8.8-3ALSA plugin for GStreamer
ii  gstreamer0.8-gnomevfs 0.8.8-3Gnome VFS plugin for GStreamer
ii  gstreamer0.8-mad  0.8.8-3MAD MPEG audio decoder plugin for 
ii  gstreamer0.8-misc 0.8.8-3Collection of various GStreamer pl
ii  gstreamer0.8-oss [gstream 0.8.8-3OSS plugin for GStreamer
ii  gstreamer0.8-sdl [gstream 0.8.8-3SDL videosink plugin for GStreamer
ii  gstreamer0.8-vorbis   0.8.8-3Vorbis plugin for GStreamer
ii  gstreamer0.8-x [gstreamer 0.8.8-3X videosink plugin for GStreamer
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libgconf2-4   2.10.1-2   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome-desktop-22.10.2-1   Utility library for loading .deskt
ii  libgnome-keyring0 0.4.3-2GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgstreamer-gconf0.8-0   0.8.8-3GConf support for GStreamer
ii  libgstreamer-plugins0.8-0 0.8.8-3Various GStreamer libraries and li
ii  libgstreamer0.8-0 0.8.11-1   Core GStreamer libraries, plugins,
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libhal0   0.4.8-7Hardware Abstraction Layer - share
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  liblircclient00.7.1pre2-2LIRC client library
ii  libnautilus-burn1 2.10.2-1.1 Nautilus Burn Library - runtime ve
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpopt0 

Bug#317333: The case of udev and the missing /dev/input/mice

2005-09-21 Thread Kay Sievers
On Wed, Sep 21, 2005 at 03:38:06AM +0100, Scott James Remnant wrote:
 Background: in the upcoming Ubuntu 5.10 we've been having some problems
 with /dev/input/mice not being created on startup despite the mousedev
 module being hard-loaded early in the boot sequence.
 (http://bugzilla.ubuntu.com/show_bug.cgi?id=12915 for those interested).
 
 Debian has had similar problems too (http://bugs.debian.org/317333) and
 found that starting udevd earlier manually seemed to fix it.

Yes, that's a good way to fix it.

 After much debugging, I've finally figured out what's going on ... it's
 a bit of a story, but here goes...

Great, we finally have an idea why this happens. Thanks for finding that
out.

 On receiving the netlink event for the printer port, udevd disables
 receipt of any sequence numbered events from udevsend (ie. those that
 will almost certainly be duplicated over the netlink socket).
 Unfortunately this means all the udevsend events we're about to receive
 from the processes that backed off a second or so while fighting over
 who got to start udevd[1].
 
 These udevsend processes deliver their events to udevd, which cheerfully
 ignores them because it thinks it's going to get another copy over the
 netlink socket any second now.  Unfortunately the netlink event has
 already been and gone, and we just ignored an event we weren't supposed
 to.
 
 
 The two problems as I see them are:
 
 1) The fact that receiving a netlink event disables sequence numbered
udevsend events, when there's already code to deal with de-duping
events anyway.  Is there actually any need for this additional check,
can't we just queue both events and have them ignored by
msg_queue_insert() ?
 
 2) That this ignoring of events is done at receipt, rather than in queue
order.  This means that the later parport_pc netlink event is able
to disable queueing of udevsend events with a lower sequence number.
 
 I can envisage that #1 is necessary in case the time between receiving
 the udevsend and netlink event is so long that we've already processed
 and removed one of the events by the time the second is queued.

Yes, that was the reason for ignoring the incoming messages.

 In which case the problem becomes fixing #2, however unless the kernel
 promises strict ordering of events over the netlink socket (which I
 doubt, otherwise it wouldn't need sequence numbers)

Netlink events are always in the right order. The SEQNUM is only needed
for the forked events.

 we can't assume
 that we've received all of the pre-netlink events we are going to.

Right, as /proc/sys/kernel/hotplug events are forked processes, you will
never know when and in which order they will arrive.

 I suspect the right solution is actually to implement history of what
 events we've already processed, and de-dupe them that way; rather than
 ignoring messages on receipt.

We could just accept all events with a lower sequence number as the first
netlink event's one, that may fix it.

The right solution is to start udevd as one of the first things
after taking over control from the kernel. This way you will only catch
the events for the last non driver core subsystem, the input layer.

At the time the input layer is fixed, the need for udevsend will
completely go away and /proc/sys/kernel/hotplug should be disabled
when taking over control from the kernel - it is only needed in
initramfs.
After input is fixed, the whole event reordering and timeout handling
will be removed from udevd and we need to start udevd manually anyway.

Kay


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



Bug#329245: Minor RFC 2109 / 2965 violation

2005-09-21 Thread Ortwin Glück
Bug is fixed in trunk. The next release that will contain the fix is 
3.0-RC4 and the nightly build 20050921.


Cheers

Ortwin Glück


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



Bug#329330: libfbclient1: long description lacks everything

2005-09-21 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Here's my proposal. Please say whether you find place for more improvements.


Package: libfbclient1
Description: Firebird client library
 Firebird is a relational database offering many ANSI SQL-92 features that
 runs on Linux, Windows, and a variety of Unix platforms. Firebird offers
 excellent concurrency, high performance, and powerful language support
 for stored procedures and triggers. It has been used in production systems,
 under a variety of names since 1981.
 .
 This package contains the client library required to connect to
 Firebird. It works with either firebird2-super-server or
 firebird2-classic-server, as well as commercial InterBase servers.
 .
 It uses TCP to connect to the server and is tread-safe.
 .
 For direct (non-TCP) database access, see libfbembed1.

Package: libfbembed1
Description: Firebird embedded client/server library
 Firebird is a relational database offering many ANSI SQL-92 features that
 runs on Linux, Windows, and a variety of Unix platforms. Firebird offers
 excellent concurrency, high performance, and powerful language support
 for stored procedures and triggers. It has been used in production systems,
 under a variety of names since 1981.
 .
 This package containst libfbembed1 - the embedded client/server library
 for Firebird.
 .
 It can work with remote Firebird servers (either super-server or classic)
 via TCP connections, in the same way libfbclient does.
 .
 Contrary to libfbclient1, libfbembed is not thread-safe.
 .
 When working with local database libfbembed works directly with the
 database file without the need of a separate server process. It needs a
 separate lock manager -- fb_lock_mgr -- that is in firebird2-classic-server
 package.
 .
 If you are in doubt, you most probably need libfbclient1, instead of this
 package.


thanks,
dam
- --
Damyan Ivanov  0x9725F63B  Creditreform Bulgaria
[EMAIL PROTECTED]  http://www.creditreform.bg/
phone: +359(2)928-2611, 929-3993fax: +359(2)920-0994
mob. +359(88)856-6067  ICQ 3028500  [EMAIL PROTECTED]/Gaim


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDMS0+Hqjlqpcl9jsRAgTiAJ0WhlMDv+UIUeBsBLGhgstdCJT7SACfRcnh
GrYyDfTFm57UWtSLjy4eHsg=
=1rz/
-END PGP SIGNATURE-


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



Bug#329343: lincity-ng: Saved game can't be pause after loaded. When save my game is on accelerate mode.

2005-09-21 Thread Moritz Muehlenhoff
Welly Hartanto wrote:
 Package: lincity-ng
 Version: 1.0.1-1
 Severity: serious
 Justification: 4
 
 I'm new to lincity-ng nad found the game exciting.
 After playing a while I save my game. While saving, my game
 was on accelerate mode ( by clicking the yellow arrow ).
 I opened the saved game this morning and found that I can't pause
 it or change the acceleration.

Could you send this save game to me?

Cheers,
Moritz


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



Bug#329345: gnumeric does not start

2005-09-21 Thread J.H.M. Dassen (Ray)
tags 329345 + testing pending
close 329345 1.5.90-1
thanks

On Wed, Sep 21, 2005 at 19:07:02 +1000, Sylvain FORET wrote:
 In debian testing, after a libgoffice-1 upgrade, gnumeric does not
 start.

As goffice's API has not stabilised yet, gnumeric and goffice need to be
upgraded in lock-step. The dependencies in testing do not reflect that which
causes this problem. goffice's shlibs file in unstable has been updated to
ensure lock-step updates to prevent this type of problem in the future.

Ray
-- 
When you are finished spreading joy on Christmas Eve, come and kick back
with me and Erwin for a while. [...] We'll provide the cocoa and cookies,
and we'll even teach you how to play Quake.
From the Dust Puppy's letter to Santa Claus.


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



Bug#329347: [cl-debian] Bug#329347: common-lisp-controller: checking of permissions of the output directory

2005-09-21 Thread Luca Capello

Hello!

On Wed 21 Sep 2005 11:23 +0200, Friedrich Dominicus wrote:
 Well AFAIFK is the standard policy for adding new users to the
 system as follows. 
 - the user is created
 - a groups is created also 

 so if I do a 
 adduser foobar
 a group foobar will generated to 

AFAIK the group creation is true only if (/etc/adduser.conf):
=
# The USERGROUPS variable can be either yes or no.  If yes each
# created user will be given their own group to use as a default, and
# their home directories will be g+s.  If no, each created user will
# be placed in the group whose gid is USERS_GID (see below).
USERGROUPS=yes
=

 or one has to check 
 - if the user has it's own group

This should be simple assuming that /etc/adduser.conf is set the first
time and never changed (which could be not true).

Just my 0.02EUR...

Thx, bye,
Gismo / Luca


pgpmPsfe0tmxp.pgp
Description: PGP signature


Bug#329350: mutt: segfault in imap_sync_mailbox

2005-09-21 Thread Mikko Rapeli
Package: mutt
Version: 1.5.9-2
Severity: normal


I was deleting attachments from a mail in IMAP inbox while the IMAP
server closed the connection. Here's the backtrace:

$ gdb src/mutt-1.5.9/build-tree/mutt-1.5.9/mutt core
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for
details.
This GDB was configured as i386-linux...Using host libthread_db
library /lib/tls/libthread_db.so.1.

Core was generated by `src/mutt-1.5.9/build-tree/mutt-1.5.9/mutt'.
Program terminated with signal 11, Segmentation fault.

warning: current_sos: Can't read pathname for load map: Input/output
error

Reading symbols from /usr/lib/libncursesw.so.5...done.
Loaded symbols for /usr/lib/libncursesw.so.5
Reading symbols from /usr/lib/libgnutls.so.11...done.
Loaded symbols for /usr/lib/libgnutls.so.11
Reading symbols from /usr/lib/libsasl2.so.2...done.
Loaded symbols for /usr/lib/libsasl2.so.2
Reading symbols from /usr/lib/libidn.so.11...done.
Loaded symbols for /usr/lib/libidn.so.11
Reading symbols from /usr/lib/libdb-4.3.so...done.
Loaded symbols for /usr/lib/libdb-4.3.so
Reading symbols from /lib/tls/libc.so.6...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /usr/lib/libtasn1.so.2...done.
Loaded symbols for /usr/lib/libtasn1.so.2
Reading symbols from /usr/lib/libgcrypt.so.11...done.
Loaded symbols for /usr/lib/libgcrypt.so.11
Reading symbols from /usr/lib/libgpg-error.so.0...done.
Loaded symbols for /usr/lib/libgpg-error.so.0
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/tls/libdl.so.2...done.
Loaded symbols for /lib/tls/libdl.so.2
Reading symbols from /lib/tls/libresolv.so.2...done.
Loaded symbols for /lib/tls/libresolv.so.2
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/tls/libnsl.so.1...done.
Loaded symbols for /lib/tls/libnsl.so.1
Reading symbols from /lib/tls/libnss_compat.so.2...done.
Loaded symbols for /lib/tls/libnss_compat.so.2
Reading symbols from /lib/tls/libnss_nis.so.2...done.
Loaded symbols for /lib/tls/libnss_nis.so.2
Reading symbols from /lib/tls/libnss_files.so.2...done.
Loaded symbols for /lib/tls/libnss_files.so.2
Reading symbols from /usr/lib/gconv/ISO8859-15.so...done.
Loaded symbols for /usr/lib/gconv/ISO8859-15.so
Reading symbols from /lib/tls/libnss_dns.so.2...done.
Loaded symbols for /lib/tls/libnss_dns.so.2
Reading symbols from /usr/lib/sasl2/libotp.so.2...done.
Loaded symbols for /usr/lib/sasl2/libotp.so.2
Reading symbols from /usr/lib/i586/libcrypto.so.0.9.7...done.
Loaded symbols for /usr/lib/i586/libcrypto.so.0.9.7
Reading symbols from /usr/lib/sasl2/libsasldb.so.2...done.
Loaded symbols for /usr/lib/sasl2/libsasldb.so.2
Reading symbols from /usr/lib/libdb-4.2.so...done.
Loaded symbols for /usr/lib/libdb-4.2.so
Reading symbols from /usr/lib/sasl2/libntlm.so.2...done.
Loaded symbols for /usr/lib/sasl2/libntlm.so.2
Reading symbols from /usr/lib/sasl2/libplain.so.2...done.
Loaded symbols for /usr/lib/sasl2/libplain.so.2
Reading symbols from /lib/tls/libcrypt.so.1...done.
Loaded symbols for /lib/tls/libcrypt.so.1
Reading symbols from /usr/lib/sasl2/liblogin.so.2...done.
Loaded symbols for /usr/lib/sasl2/liblogin.so.2
Reading symbols from /usr/lib/sasl2/libdigestmd5.so.2...done.
Loaded symbols for /usr/lib/sasl2/libdigestmd5.so.2
Reading symbols from /usr/lib/sasl2/libcrammd5.so.2...done.
Loaded symbols for /usr/lib/sasl2/libcrammd5.so.2
Reading symbols from /usr/lib/sasl2/libanonymous.so.2...done.
Loaded symbols for /usr/lib/sasl2/libanonymous.so.2
#0  0x080c3763 in imap_sync_mailbox (ctx=0x815c7d0, expunge=1,
index_hint=0xbfffe56c) at imap.c:1085
1085  if (imap_sync_message (idata, ctx-hdrs[n], cmd,
err_continue)  0)
(gdb) bt
#0  0x080c3763 in imap_sync_mailbox (ctx=0x815c7d0, expunge=1,
index_hint=0xbfffe56c) at imap.c:1085
#1  0x08083540 in mx_sync_mailbox (ctx=0x815c7d0, index_hint=0xbfffe8ac)
at mx.c:1214
#2  0x0806298d in mutt_index_menu () at curs_main.c:1037
#3  0x08079b17 in main (argc=1, argv=0xb6c4) at main.c:947

-Mikko

-- System Information:
Debian Release: 3.1
Architecture: i386 (i586)
Kernel: Linux 2.6.8-2-386
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mutt depends on:
ii  exim4   4.50-8   metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tr 4.50-8   lightweight exim MTA (v4) daemon
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdb4.34.3.27-2 Berkeley v4.3 Database Libraries [
ii  libgnutls11 1.0.16-13.1  GNU TLS library - runtime library
ii  libidn110.5.13-1.0   GNU libidn 

Bug#329351: mailman: postrm blocks

2005-09-21 Thread Michael Piefel
Package: mailman
Version: 2.1.2-4
Severity: normal

Removing mailman results in 100% CPU usage. There is a new ucf process
started every, well, so often two ps won’t yield the same result.
However, none of the files disappear. Looks like a ucf problem, in fact.

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

Versions of packages mailman depends on:
ii  apache [httpd]   1.3.33-8versatile, high-performance HTTP s
ii  cron 3.0pl1-91   management of regular background p
ii  debconf  1.4.58  Debian configuration management sy
ii  exim [mail-transport-agent]  3.36-17 An MTA (Mail Transport Agent)
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  logrotate3.7.1-2 Log rotation utility
ii  pwgen2.04-1  Automatic Password generation
ii  python   2.3.5-3 An interactive high-level object-o
ii  python2.2 [python2.2-email]  2.2.3dfsg-4 An interactive high-level object-o
ii  python2.32.3.5-8 An interactive high-level object-o
ii  ucf  2.001   Update Configuration File: preserv

Versions of packages mailman recommends:
ii  base-passwd   3.5.10 Debian base system master password



Bug#326917: gradio: Could not find GRadio in the Gnome application menu

2005-09-21 Thread Gero Treuner
hi!

On Tue, Sep 20, 2005 at 01:39:47PM -0700, Keith M Wesolowski wrote:
 On Tue, Sep 06, 2005 at 06:01:55PM +0200, Gero Treuner wrote:
[...]
  I created a basic gradio.desktop file (works when placed in the
  directory /usr/share/applications here) and an icon file gradio.png
  (works when placed in the drirectory /usr/share/pixmaps here).
  
  Please include it in the sources and the debian package.
 
 This is certainly appropriate for distribution inclusion, but I don't
 consider it the application's responsibility to deliver icons or
 window manager menu data.  There are two main reasons: First, gnome is
 one of an almost infinite number of user interface environments;
 delivering this kind of data for all of them in the varied formats and
 locations they consume would be impractical or impossible, and since
 the application itself neither requires nor uses any WM or user
 interface environment, there's no reason to play favourites.  Second,
 the application should not determine its advertisement to the user;
 the standard means of exposing a program's availability is the
 combination of setting the execute bit and locating it in a known
 directory so that a user may use his or her shell's PATH mechanism to
 invoke it easily.  The makefile included in the source has an install
 target which fulfills those two requirements.  Any other advertisement
 is at the discretion of the user, administrator, and/or distribution.
 
 For these reasons, the source distribution will not include this or
 any similar work.  I'm happy to include a link to it from the GRadio
 page, however, so that users who wish to take advantage of it can do
 so.

I fully agree with applications being not
responsible of advertising and window managers. I by myself most often
start programs from shells.

Most distributions include windows managers and many people use one
of them today. It's the job of the distributors to care about that.
But their life is much easier if they already have an icon for an
application they can use doing this job, and this way the icon is likely
to look common among all distributions. Therefore I think it is a good
idea to add a link on the GRadio page, where people looking for it will
find it.

Thanks.


Gero


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



Bug#329232: localechooser: Should avoid hardcoding specific packages installation in the script code

2005-09-21 Thread sferriol

Christian Perrier a écrit :

Package: localechooser
Severity: wishlist

Currently, localechooser install specific packages for given languages by
using code inside the main script.
i think localchooser is not the only package which needs to install 
other packages during postinst.


is there a way to have a generic architecture for this case ?
i do not know if it exists in deb architecture

for example, to create a new tag between 'Depends' and 'Suggests' , a 
'MayNeed' tag


this avoid to put all light dependences in 'Depends' tag and have a 
better management of packages



sylvain






smime.p7s
Description: S/MIME Cryptographic Signature


Bug#329353: allergic to some fruits

2005-09-21 Thread Yuri D'Elia
Package: hexedit
Version: 1.2.11-1
Severity: normal

The fruid salad display is all well and nice, but can't be disabled.


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



Bug#329354: kernel-source-2.4.27: Patch 143_outs.diff.bz2 breaks compilation on x86_64.

2005-09-21 Thread Nikos Ntarmos
Package: kernel-source-2.4.27
Version: 2.4.27-11.hls.2005082200
Severity: important
Justification: fails to build from source

Patch 143_outs.diff.bz2 breaks the kernel compilation on x86_64. The
problem is that it uses the IO_BITMAP_BYTES macro which is defined for
i386 (in linux/include/asm-i386/processor.h) but not for x86_64.
Reverting the patch lets the kernel build again, although I guess the
correct solution would be to add an appropriate IO_BITMAP_BYTES to
linux/include/asm-x86_64/processor.h as well.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.13-rc7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kernel-source-2.4.27 depends on:
ii  binutils  2.15-6 The GNU assembler, linker and bina
ii  bzip2 1.0.2-7high-quality block-sorting file co
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities

-- no debconf information


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



Bug#325177: jwhois: -f option causes segfault

2005-09-21 Thread Romain Francoise
tags 325177 patch
thanks

This bug has been driving me crazy, so I took a quick look: it's caused
by 'cachestr' being used uninitialized in cache_store() if jwhois is
started with -f.  You can't call strlen() on an uninitialized pointer
and expect things to work...

This patch fixes the problem:

diff -urN jwhois-3.2.3.orig/src/jwhois.c jwhois-3.2.3/src/jwhois.c
--- jwhois-3.2.3.orig/src/jwhois.c  2005-01-15 17:10:14.0 +0100
+++ jwhois-3.2.3/src/jwhois.c   2005-09-21 11:57:53.0 +0200
@@ -131,16 +131,17 @@
   text = NULL;
 
 #ifndef NOCACHE
+  cachestr = malloc(strlen(wq.query) + strlen(wq.host) + 1);
+  if (!cachestr)
+{
+  printf([%s]\n, _(Error allocating memory));
+  exit(1);
+}
+  snprintf(cachestr, strlen(wq.query) + strlen(wq.host) + 1, %s:%s,
+   wq.host, wq.query);
+
   if (!forcelookup  cache) {
 if (verbose1) printf([Looking up entry in cache]\n);
-cachestr = malloc(strlen(wq.query) + strlen(wq.host) + 1);
-if (!cachestr)
-  {
-printf([%s]\n, _(Error allocating memory));
-exit(1);
-  }
-snprintf(cachestr, strlen(wq.query) + strlen(wq.host) + 1, %s:%s,
- wq.host, wq.query);
 ret = cache_read(cachestr, text);
 if (ret  0)
   {

Note that gcc notices the problem:

| jwhois.c: In function 'main':
| jwhois.c:69: warning: 'cachestr' may be used uninitialized in this function

Also, jwhois doesn't seem to be freeing any of the zones it allocates:
doing so would catch this kind of bug.

Thanks,

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


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



Bug#329335: samba hangs(CPU usage 40%). smbd can't be killed.

2005-09-21 Thread Steve Langasek
severity 329335 important
tags 329335 moreinfo
thanks

On Wed, Sep 21, 2005 at 10:17:18AM +0200, hr wrote:
 Package: samba
 Version: 3.0.14a-6
 Severity: critical
 Tags: experimental
 Justification: breaks unrelated software

 Re: Bug#329335: samba hangs(CPU usage 40%). smbd can't be killed.

You'll need to give us a *lot* more information than that in order for us to
help you.  Does the smbd process die when killed with -9?  Is this triggered
by any particular type of usage?  Can you send a copy of your configuration
file to the BTS?

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


signature.asc
Description: Digital signature


Bug#329345: gnumeric does not start

2005-09-21 Thread Sylvain FORET

J.H.M. Dassen (Ray) wrote:

tags 329345 + testing pending
close 329345 1.5.90-1
thanks

On Wed, Sep 21, 2005 at 19:07:02 +1000, Sylvain FORET wrote:


In debian testing, after a libgoffice-1 upgrade, gnumeric does not
start.



As goffice's API has not stabilised yet, gnumeric and goffice need to be
upgraded in lock-step. The dependencies in testing do not reflect that which
causes this problem. goffice's shlibs file in unstable has been updated to
ensure lock-step updates to prevent this type of problem in the future.

Ray


Thanks for the quick reply.
I installed gnumeric from unstable 'cause I really need it *now*.
Works just fine.

Cheers,

SF


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



Bug#328004: A rebuild ist just fine indeed.

2005-09-21 Thread Florian Laws
Hello, 

I can confirm that a simple rebuild works just fine.

Regards,

Florian


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



Bug#329337: yelp: Replace mozilla-browser dependency with www-browser

2005-09-21 Thread Free Ekanayaka
|--== Josselin Mouette writes:

  JM Le mercredi 21 septembre 2005 à 09:24 +0100, Free Ekanayaka a écrit :
  Package: yelp
  Version: 2.10.0-2
  Severity: normal
  
  Hi,
  
  I've noticedthatsince  version  2.10.0-1yelp   depends  on
  mozilla-browser, would a dependency on www-browser be enough?
  
  In my case I'd like to have  yelp and mozilla-firefox (which Provides:
  www-browser) both installed, but NOT mozilla-browser.

  JM This isn't possible. Yelp uses the Gecko engine from the mozilla-browser
  JM package.

It seems that Firefox too uses the Gecko engine:

http://molvis.sdsc.edu/protexpl/gecko.htm

do you think yelp can be compatible with Firefox too?

Cheers,

Free






Bug#329355: Kernels compiled from kernel-source-2.4.27 can't boot on x86_64.

2005-09-21 Thread Nikos Ntarmos
Package: kernel-source-2.4.27
Version: 2.4.27-11.hls.2005082200
Severity: important

Kernels compiled from kernel-source-2.4.27 fail to boot on x86_64, with
a 'FATAL: Kernel too old' error. This is on a 3.1r0a/x86_64 system, with
security and standard updates as of yesterday. The error is probably
caused by libc6 having been built against a v2.6 kernel, which seems
very probable since 3.1r0a ships with a 2.6.8 kernel. However, if this
is actually the case, a remark in the package's description or a preinst
dialog warning the user of this problem (if not taking this package
completely off the x86_64 repo) would be very useful and time-saving.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.13-rc7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kernel-source-2.4.27 depends on:
ii  binutils  2.15-6 The GNU assembler, linker and bina
ii  bzip2 1.0.2-7high-quality block-sorting file co
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities

-- no debconf information


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



Bug#329357: perspic: French translation

2005-09-21 Thread Jean-Luc Coulon (f5ibh)
Package: perspic
Severity: wishlist
Tags: l10n

Hi,

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

This file should be put as fr.po in the appropriate place in
your package build tree.

Regards

Jean-Luc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-k8-9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
# French translation of perspic.
# Copyright (C) YEAR Free Software Foundation, Inc.
# Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED] 2005
msgid 
msgstr 
Project-Id-Version: perrspic 1.5\n
POT-Creation-Date: 2001-05-29 21:22-0400\n
PO-Revision-Date: 2005-09-18 11:14+0200\n
Last-Translator: Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n

#: src/interface.c:78
msgid Perspic
msgstr Perspic

#: src/interface.c:94 src/interface.c:823
msgid File
msgstr Fichier

#: src/interface.c:108
msgid New
msgstr Nouveau

#: src/interface.c:115
msgid Open
msgstr Ouvrir

#: src/interface.c:125
msgid Exit
msgstr Quitter

#: src/interface.c:132 src/interface.c:865
msgid Edit
msgstr Éditer

#: src/interface.c:146 src/interface.c:886
msgid Copy
msgstr Copier

#: src/interface.c:153 src/interface.c:893
msgid Paste
msgstr Coller

#: src/interface.c:160 src/interface.c:900 src/interface.c:1176
#: src/interface.c:1200
msgid Find
msgstr Rechercher

#: src/interface.c:167 src/interface.c:907
msgid Find again
msgstr Poursuivre la recherche

#: src/interface.c:174 src/interface.c:534
msgid Match
msgstr Correspondance

#: src/interface.c:188 src/interface.c:219 src/interface.c:928
msgid Font
msgstr Police

#: src/interface.c:195 src/interface.c:226
msgid Scroll Down
msgstr Défilement vers le bas

#: src/interface.c:205
msgid Text
msgstr Texte

#: src/interface.c:233
msgid Scroll up
msgstr Défilement vers le haut

#: src/interface.c:240
msgid Word
msgstr Mot

#: src/interface.c:254 src/interface.c:525
msgid Define
msgstr Définir

#: src/interface.c:264
msgid Help
msgstr Aide

#: src/interface.c:278
msgid About
msgstr À propos

#: src/interface.c:292
msgid Keyword: 
msgstr Mot clé :

#: src/interface.c:313
msgid Archive: 
msgstr Archive :

#: src/interface.c:473
msgid Definition
msgstr Définition

#: src/interface.c:504
msgid Word: 
msgstr Mot :

#: src/interface.c:563
msgid Server: 
msgstr Serveur :

#: src/interface.c:576
msgid 
Dictionary server.  You can speedup queries by installiing the dictd 
package, and using 'localhost' here.
msgstr 
Serveur de dictionnaire. Vous pouvez accélérer les requêtes en installant 
le paquet dictd et en utilisant « localhost » ici.

#: src/interface.c:577
msgid dict.org
msgstr dict.org

#: src/interface.c:586
msgid Status: 
msgstr État :

#: src/interface.c:593
msgid not connected
msgstr non connecté

#: src/interface.c:607
msgid Database: 
msgstr Base de données :

#: src/interface.c:627
msgid *
msgstr *

#: src/interface.c:636
msgid Strategy:   
msgstr Stratégie   

#: src/interface.c:655
msgid When executing a 'match', how to identify similar words
msgstr 
Lors d'une recherche de correspondance, manière d'identifier les mots 
similaires

#: src/interface.c:702 src/interface.c:1140
msgid Select File
msgstr Choisir le fichier

#: src/interface.c:705
msgid Select a directory to open or build an archive of .txt files
msgstr 
Choisir un répertoire à ouvrir ou créer une archive de fichiers .txt

#: src/interface.c:740
msgid Select Font
msgstr Choisir la police

#: src/interface.c:807
msgid Quotations
msgstr Citations

#: src/interface.c:837
msgid Save
msgstr Enregistrer

#: src/interface.c:844
msgid Print
msgstr Imprimer

#: src/interface.c:851
msgid Preview
msgstr Aperçu

#: src/interface.c:858 src/interface.c:1208
msgid Close
msgstr Fermer

#: src/interface.c:879
msgid Cut
msgstr Couper

#: src/interface.c:914
msgid Settings
msgstr Paramètres

#: src/interface.c:935
msgid ArabTeX
msgstr ArabTeX

#: src/interface.c:1015
msgid Information
msgstr Information

#: src/interface.c:1043
msgid Dismiss
msgstr Abandonner

#: src/interface.c:1075
msgid Define Word
msgstr Définir un mot

#: src/interface.c:1082
msgid Lookup Word in Archive
msgstr Rechercher un mot dans l'archive

#: src/interface.c:1088
msgid Lookup selected keword in current archive
msgstr Rechercher le mot-clé dans l'archive actuelle

#: src/interface.c:1116
msgid Save Quotation
msgstr Enregistrer la citation

#: src/support.c:121
#, c-format
msgid Couldn't find pixmap file: %s
msgstr Fichier image introuvable : %s

#: src/support.c:130
#, c-format
msgid Error loading pixmap file: %s
msgstr Erreur lors du chargement du fichier image : %s


Bug#326720: carg(3) man page error

2005-09-21 Thread Michael Kerrisk
tags 326720 fixed-upstream
thanks

 Ramiro is right - that is, his text is much better than the
 present text. However normalizations differ.
 
 It is true that tan(carg(z)) = cimag(z) / creal(z),
 almost by definition. Taking atan() on both sides yields
 atan(tan(carg(z))) = atan(cimag(z) / creal(z))
 but it is not precisely true that atan(tan(x)) = x.
 The tan() function is periodic with period pi, and
 atan() returns an answer in (-pi/2,pi/2], so atan(tan(x))
 returns the value that is congruent x mod pi and lies in
 this interval.
 In particular, atan(tan(carg(z))) returns a value that
 is congruent carg(z) mod pi and lies in (-pi/2,pi/2].
 On the other hand, carg returns a value in [-pi,pi]
 and if that return value does not lie in (-pi/2,pi/2]
 then carg(z) and atan(cimag(z) / creal(z)) will differ by pi.
 
 In other words: you may write
 One has tan(carg(z)) = cimag(z) / creal(z).

Okay -- that is what will appear in man-pages-2.08

-- 
Michael Kerrisk
maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 

Want to help with man page maintenance?  Grab the latest
tarball at ftp://ftp.win.tue.nl/pub/linux-local/manpages/
and grep the source files for 'FIXME'.


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



Bug#329356: axyl: French debconf templates translation update

2005-09-21 Thread Jean-Luc Coulon (f5ibh)
Package: axyl
Severity: wishlist
Tags: l10n

Hi,

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

Regards

Jean-Luc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-k8-9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
# 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: axyl\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-08-29 20:25+1200\n
PO-Revision-Date: 2005-09-21 12:38+0200\n
Last-Translator: Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Default
#: ../axyl.templates:3
msgid axyl
msgstr axyl

#. Type: string
#. Description
#: ../axyl.templates:4
msgid Set the Axyl administrator
msgstr Administrateur d'Axyl :

#. Type: string
#. Description
#: ../axyl.templates:4
msgid 
Enter a user name for the Axyl administrator who will own all the files in 
the Axyl installation. If this user does not exist it will be created for 
you as a disabled-login (service) user.
msgstr 
Veuillez indiquer l'identifiant de l'administrateur d'Axyl. Il sera 
propriétaire de tous les fichiers d'Axyl. Si cet utilisateur n'existe pas, 
il sera créé sous la forme d'un utilisateur de service sans possibilité de 
connexion interactive.

#. Type: string
#. Default
#: ../axyl.templates:11
msgid /usr/share/axyl
msgstr /usr/share/axyl

#. Type: string
#. Description
#: ../axyl.templates:12
msgid Where to install Axyl?
msgstr Répertoire d'installation d'Axyl :

#. Type: string
#. Description
#: ../axyl.templates:12
msgid 
Enter the full path of a directory to install Axyl in. This should 
preferrably be a new directory for this installation.
msgstr 
Veuillez indiquer le chemin complet du répertoire où doit être installé 
Axyl. Il est conseillé d'utiliser un nouveau répertoire pour cette 
installation.

#. Type: string
#. Default
#: ../axyl.templates:18
msgid /var/lib/axyl
msgstr /var/lib/axyl

#. Type: string
#. Description
#: ../axyl.templates:19
msgid Where should Axyl keep data?
msgstr Répertoire des données d'Axyl :

#. Type: string
#. Description
#: ../axyl.templates:19
msgid 
Enter the full path of a directory for Axyl to keep changing data in. This 
is where the Lucene logs and index will be kept and might become sizeable, 
depending on your indexing requirement.
msgstr 
Veuillez indiquer le répertoire où Axyl sauvegardera les données variables. 
C'est à cet endroit que les journaux et l'index de Lucene seront conservés 
et pourront être redimensionnés en fonction de vos besoins d'indexation.

#. Type: note
#. Description
#: ../axyl.templates:26
msgid Creating Websites
msgstr Création des sites web

#. Type: note
#. Description
#: ../axyl.templates:26
msgid 
Once the Axyl installation has finished, you can start creating Axyl 
websites. To do this change directory to the 'install' sub-directory of the 
Axyl installation, and execute 'create-axyl-website.sh' as root.
msgstr 
Une fois que l'installation d'Axyl sera terminée, vous pourrez commencer à 
créer les sites web d'Axyl. Pour cela, placez-vous dans le répertoire « 
install » d'Axyl et utilisez la commande « create-axyl-website.sh » en 
tant que superutilisateur.

#. Type: note
#. Description
#: ../axyl.templates:26
msgid 
For further information see the README file in the Axyl installation root 
directory. There is also a man page - 'man axyl' to view it.
msgstr 
Pour plus d'informations, veuillez consulter le fichier README dans le 
répertoire racine de l'installation d'Axyl. Une page de manuel existe 
également : « man axyl ».

#. Type: boolean
#. Default
#: ../axyl.templates:40
msgid false
msgstr faux

#. Type: boolean
#. Description
#: ../axyl.templates:41
msgid Auto-upgrade all your Axyl databases?
msgstr 
Faut-il automatiquement mettre à jour toutes vos bases de données Axyl ?

#. Type: boolean
#. Description
#: ../axyl.templates:41
msgid 
If the core Axyl database schema has been changed Axyl can automatically 
upgrade all Axyl website databases for you. If you decide against it then 
you can do it manually, with the aid of Axyl scripts later.
msgstr 
Si le schéma principal de la base de données Axyl a été modifié, toutes les 
bases de données du site web Axyl peuvent être mises à jour automatiquement. 
Si vous ne désirez 

Bug#328528: can Celeron M scale frequency?

2005-09-21 Thread Mattia Dongili
On Wed, Sep 21, 2005 at 06:54:23AM +0800, Dan Jacobson wrote:
 /proc/cpuinfo says Intel(R) Celeron(R) M processor 1.40GHz
 
 M If you are sure that you have a cpu that supports frequency/voltage
 M scaling
 
 I'm not sure, however the M is for Mobile, and it's the newest IBM
 Thinkpad.  Can you tell me if there is any hope for this model?

Documentation/cpu-freq/user-guide.txt in my kernel tree says:
,
| 1. Supported Architectures and Processors
| =
| ...
| 1.2 x86
| ---
| 
| The following processors for the x86 architecture are supported by
| cpufreq:
| ...
| Intel mobile PIII and Intel mobile PIII-M on certain chipsets
| Intel Pentium 4, Intel Xeon
| Intel Pentium M (Centrino)
| ...
`
so it seems it's not supported natively. You can try the acpi-cpufreq
driver that works on most modern laptops.

Some friendly remarks:
- newest IBM Thinkpad doesn't say much, if you tell the exact model
  one could browse the ibm website to look at the full laptop specs
- it's not a cpufreqd (note the trailing 'd') problem :)
- a better place to ask such questions is the debian-user or better the
  debian-laptop mailing list

I'll close the bug later, if you still have problems feel free to take
some further actions following the guidelines I gave you in this and
previous mail :)

Friendly,
-- 
mattia
:wq!


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



Bug#329349: totem-gstreamer: Crashes with error Resource busy or not available

2005-09-21 Thread Loïc Minier
Hi,

On mer, sep 21, 2005, Ivan McDonagh wrote:
 Due to a problem playing a .asx file (live radio,http://www.pump.fm/)
 using totem-xine I removed that package and installed -gstreamer. Apart
 from that one problem -xine was working perfectly.
 
 totem-gstreamer crashes with the same error message from the menu and
 the command line and when invoked via Epiphany.

 Please check your GStreamer preferences (in the GNOME preferences, or
 by launching gstreamer-properties): in the Video tab, try changing the
 default output sink from xvimagesink to ximagesink (XWindows (No
 Xv)).

 If it helps, please report the output of the xvinfo command.

   Bye,

-- 
Loïc Minier [EMAIL PROTECTED]



Bug#80878: Guaranty Counteroffer 9ht34

2005-09-21 Thread Bermudez Jacques
Dear Home0wner,


You have been pre-approveed for a $624,000 Homee Looan at an 
introductory APR of 3.68%!

This Second M0rtgagge is being extended to you unconditionally 
and your credit is in no way a factor.

To take Advantage of this Limited Time opportunity
 
All we ask is that you visit our Website and complete

The 1 minute post Appproval Form


http://topsy.stowaway.archstuff.com/?ra=3Dcger



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



Bug#329359: jffnms: fails to startup using apache ssl

2005-09-21 Thread urri-santaka
Package: jffnms
Version: 0.8.2-1
Severity: important


when loading config.php from /usr/share/jffnms/conf in the variable:

$jffnms_setup_location = http://.$_SERVER[HTTP_HOST;].

its imposed to use apache or apache2 , and not apache-ssl which will be https://

Great work with jffnms!

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

Versions of packages jffnms depends on:
ii  apache [httpd]   1.3.33-8versatile, high-performance HTTP s
ii  apache-ssl [httpd]   1.3.33-8versatile, high-performance HTTP s
ii  apache2  2.0.54-5next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]  2.0.54-5traditional model for Apache2
ii  debconf  1.4.58  Debian configuration management sy
ii  php4 4:4.3.10-15 server-side, HTML-embedded scripti
ii  php4-cli 4:4.3.10-15 command-line interpreter for the p
ii  php4-gd [php4-gd2]   4:4.3.10-15 GD module for php4
ii  php4-mysql   4:4.3.10-15 MySQL module for php4
ii  php4-snmp4:4.3.10-15 SNMP module for php4
ii  rrdtool  1.0.49-1Time-series data storage and displ
ii  wwwconfig-common 0.0.43  Debian web auto configuration

Versions of packages jffnms recommends:
ii  fping2.4b2-to-ipv6-11sends ICMP ECHO_REQUEST packets to
ii  nmap 3.81-2  The Network Mapper
ii  ntp  1:4.2.0a+stable-2sarge1 Network Time Protocol: network uti

-- debconf information excluded


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



Bug#329358: findutils: -perm doesn't work

2005-09-21 Thread Ph. Marek
X-Reportbug-Version: 3.17
X-Debbugs-Cc: [EMAIL PROTECTED]
Package: findutils
Version: 4.2.25-1
Severity: important


# find /usr/bin/ -type f -perm +x
# ls -la /usr/bin/ | head -6
insgesamt 215060
drwxr-xr-x   2 root   root  94208 2005-09-21 07:59 .
drwxr-xr-x  14 root   root   4096 2005-07-20 10:14 ..
-rwxr-xr-x   1 root   root  23368 2005-09-04 03:32 [
-rwxr-xr-x   1 root   root   5644 2005-09-04 23:04 411toppm
-rwxr-xr-x   1 root   root 39 2005-08-11 01:52 7z
# find /usr/bin/ -type f | wc
   21832183   41277
# find /usr/bin/ -type f -perm +o+x | wc
  0   0   0

4.2.24-1 was ok.



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: 
LC_ALL set to de_AT)

Versions of packages findutils depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries 
an

findutils recommends no packages.

-- no debconf information


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



Bug#328269: manpages-dev: rand() manpage misrepresents FreeBSD's sranddev()

2005-09-21 Thread Michael Kerrisk
tags 328269 fixed-upstream
thanks

Andries,

 Von: Andries Brouwer [EMAIL PROTECTED]
 
 On Mon, Sep 19, 2005 at 07:35:30PM +0200, Hrvoje Niksic wrote:
  Andries Brouwer [EMAIL PROTECTED] writes:
  
   This can be replaced by
  
   FreeBSD adds a function
 void sranddev(void);
   that initializes the seed for rand() with a value obtained from
   the /dev/random device.
  
  But why waste space on functions on other operating systems that Linux
  doesn't have?
 
 All Unix-like operating systems are rather similar.
 It is better to describe the Linux situation and mention the
 differences with other very similar systems than to just give
 the Linux description.

While in general I agree with this sentiment (but I think you 
were always more inclined to include wide coverage of other 
implementations than I am), in this particular case 
there seems little value in the existing text, and I'm
unconvinced that modifying it as you suggest elsewhere results
in text that really is valuable to the reader.  My fix, for
man-pages-2.08, is to simply remove the offending text.

Cheers,

Michael

-- 
Michael Kerrisk
maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 

Want to help with man page maintenance?  Grab the latest
tarball at ftp://ftp.win.tue.nl/pub/linux-local/manpages/
and grep the source files for 'FIXME'.


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



  1   2   3   4   5   >