Bug#335159: PowerPC do_fork incorrectly zeroes registers, does not set child return value

2005-10-22 Thread Josh Triplett
Package: qemu
Version: 0.7.0-2
Tags: patch upstream

On PowerPC, the do_fork function zeroes out r7-r31 in the new CPU state
structure after a clone, which it should not do, as the child's
registers should match the parent; it also does not zero register r3,
which holds the return value and should be zero in the child.  As a
result, programs which call clone() with the CLONE_VM flag set, or
threaded programs using clone()-based threads, will segfault in the
child process after the clone().  I've prepared and attached a patch
which fixes this problem; I have already reported this problem to the
upstream qemu-devel list and supplied the patch on that list.  Credit
goes to pbrook on OFTC #qemu for some extremely helpful debugging
assistance and insight when tracking down the problem.

- Josh Triplett
diff -Naur qemu-0.7.0.orig/linux-user/syscall.c qemu-0.7.0/linux-user/syscall.c
--- qemu-0.7.0.orig/linux-user/syscall.c	2005-10-21 19:56:04.0 -0700
+++ qemu-0.7.0/linux-user/syscall.c	2005-10-21 20:02:20.0 -0700
@@ -1560,11 +1560,7 @@
 if (!newsp)
 newsp = env->gpr[1];
 new_env->gpr[1] = newsp;
-{ 
-int i;
-for (i = 7; i < 32; i++)
-new_env->gpr[i] = 0;
-}
+new_env->gpr[3] = 0;
 #else
 #error unsupported target CPU
 #endif


signature.asc
Description: OpenPGP digital signature


Bug#316035: galeon gconf schema missing - my solution

2005-10-22 Thread Florian Schlichting
Hi Philipp,

I got what on first sight looks like the same problem (galeon not
starting up, the suggested command returning said errors), although I
haven't compared the output of Loic's further inquiries. What solved the
problem for me was the following command:

gconftool-2 --install-schema-file=/usr/share/gconf/schemas/galeon.schemas

running testing, I got the problem around 17./18.10. together with some
other settings being lost, eg proper keybindings (Alt-Tab to cycle
between windows) and windows not being raised (but focused) when I click
on them - these are also (metacity) gconf issues (solved in the same
way, ie installing the schema and changing the values to my liking), so
perhaps this bug is about a different interpretation by gconf of default
(but not installed?) schemas?

Mind this is just a wild guess by someone who doesn't really understand
gnome and gconf at all. At the same time I was getting problems with X
settings (key repeat off, mouse acceleration reset) that may or may not
have a relation.

But I hope this solution works for you too!

Florian


signature.asc
Description: Digital signature


Bug#334949: proftpd in sarge eat all CPU when LIST

2005-10-22 Thread Francesco Paolo Lovergine
Package: proftpd 
Version: 1.2.10-20

The cpu occasional hog under heavy load is solved in -20

On Fri, Oct 21, 2005 at 12:23:05PM +0800, Kurapica wrote:
> Package: proftpd-mysql
> Version: 1.2.10-15sarge1.0.1
> 
> When a client send a LIST command, sometimes the client is blocked and
> the corresponding process on the server eats all CPU resources.
> 
> When my server have 30 ftp users online, there will be about 10 users
> blocked and the load average will be 10-12. With ftpwho, I can see
> that all CPU-eating process are serving a LIST command.
> 
> Somebody has reported the same problem in Slackware. The link is:
> 
> http://www.vttoth.com/proftpd.htm
> 
> I am using Debian GNU/Linux 3.0r0, kernel 2.6.8-2-386 and libc6 2.3.2.ds1-22

-- 
Francesco P. Lovergine


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



Bug#335158: [Pkg-shadow-devel] Bug#335158: shadow: [INTL:tl] Update Tagalog debconf translation

2005-10-22 Thread Christian Perrier
tags 335158 pending
thanks

Quoting eric pareja ([EMAIL PROTECTED]):
> Package: shadow
> Severity: wishlist
> Tags: patch l10n
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Find attached the updated Tagalog debconf translation file


Commited.



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



Bug#335037: final interim solution :D

2005-10-22 Thread Alexander Schories
Hi,


a quick `n` dirty solution is to simply uncomment the nasty line:

#or die "Couldn't determine signature file directory!\n\nExiting";


Yes, debian coolios and linux superheroes might consider a complete rewrite
of the whole script - feel free to do so!! ;-)

Fixing it that way, was efficient enough (time to have a pleasant working
condition on a saturday morning) for me. :D


Kind Regards

Alexander Schories
Tuebingen, Germany


If privacy or security of communication is on your mind, feel free to
establish a secure transmission using the PGP public key obtainable from
http://www.schories.com/alexander/pubkey/alexander_schories.asc



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



Bug#334512: imaps broken with last update

2005-10-22 Thread Stanislav Meduna
This is a more general problem - I am seeing the same behaviour
with courier-imap-ssl

Oct 22 09:07:39 firewall imapd-ssl: couriertls:
/etc/courier/gw.meduna.org.pem:
error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared
library


I am unable to guess whether the apps need to be simply
rebuilt or whether this is a bug in the libraries
such as libssl or pam - maybe this should be reassigned
to another package.


ii  courier-authdaemon0.47-11
ii  courier-base  0.47-11
ii  courier-doc   0.47-11
ii  courier-imap  3.0.8-11
ii  courier-imap-ssl  3.0.8-11
rc  courier-ldap  0.47-11
ii  courier-maildrop  0.47-11
ii  courier-pop   0.47-11
ii  courier-pop-ssl   0.47-11
ii  courier-ssl   0.47-11
ii  libpam-modules0.79-3
ii  libpam-runtime0.79-3
ii  libpam0g  0.79-3
pi  libssl0.9.6   0.9.6m-1
ii  libssl0.9.7   0.9.7g-5
ii  libssl0.9.8   0.9.8a-2
ii  openssl   0.9.8a-2

-- 
   Stano


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



Bug#335160: FTBFS: error in stl_bvector.h

2005-10-22 Thread Laurent Bonnaud
Package: vnc4
Severity: serious
Justification: must build from source


Hi,

here is the problem:

$ fakeroot apt-get -b source xvnc4viewer
[...]
c++   -I.. -DHAVE_VSNPRINTF -O2 -Wall -DPIC -fPIC -c HTTPServer.cxx
../rdr/Exception.h:27: warning: 'struct rdr::Exception' has virtual functions 
but non-virtual destructor
../rdr/Exception.h:44: warning: 'struct rdr::SystemException' has virtual 
functions but non-virtual destructor
../rdr/Exception.h:49: warning: 'struct rdr::TimedOut' has virtual functions 
but non-virtual destructor
../rdr/Exception.h:53: warning: 'struct rdr::EndOfStream' has virtual functions 
but non-virtual destructor
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
 In member function 'void std::vector::_M_insert_range(std::_Bit_iterator, _ForwardIterator, 
_ForwardIterator, std::forward_iterator_tag)':
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:542:
 error: expected unqualified-id before '(' token
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:
 In member function 'void std::vector::_M_fill_insert(std::_Bit_iterator, size_t, bool)':
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/stl_bvector.h:889:
 error: expected unqualified-id before '(' token
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:
 In member function 'void std::vector<_Tp, 
_Alloc>::_M_fill_insert(__gnu_cxx::__normal_iterator >, size_t, const _Tp&)':
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:353:
 error: expected unqualified-id before '(' token
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:
 In member function 'void std::vector<_Tp, 
_Alloc>::_M_range_insert(__gnu_cxx::__normal_iterator >, _ForwardIterator, _ForwardIterator, 
std::forward_iterator_tag)':
/usr/lib/gcc/i486-linux-gnu/4.0.2/../../../../include/c++/4.0.2/bits/vector.tcc:452:
 error: expected unqualified-id before '(' token
../rfb/ImageGetter.h: At global scope:
../rfb/ImageGetter.h:24: warning: 'class rfb::ImageGetter' has virtual 
functions but non-virtual destructor
../rfb/ColourMap.h:29: warning: 'class rfb::ColourMap' has virtual functions 
but non-virtual destructor
../rdr/FdInStream.h:30: warning: 'class rdr::FdInStreamBlockCallback' has 
virtual functions but non-virtual destructor
../network/Socket.h:69: warning: 'class network::ConnectionFilter' has virtual 
functions but non-virtual destructor
../network/Socket.h:95: warning: 'struct network::SocketException' has virtual 
functions but non-virtual destructor
make[2]: *** [HTTPServer.o] Error 1
make[2]: Leaving directory `/home/chercheur/bonnaud/vnc4-4.0/rfb'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/chercheur/bonnaud/vnc4-4.0'
make: *** [build-arch-stamp] Error 2
Build command 'cd vnc4-4.0 && dpkg-buildpackage -b -uc' failed.
E: Child process failed


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


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



Bug#335161: procps (3.2.1-2) file conflict with coreutils (5.2.1-2)

2005-10-22 Thread John Dahlstrom

Package: procps
Version: 3.2.1-2

An attempted install yields:
...
dpkg: error processing procps_3.2.1-2_i386.deb (--install):
 trying to overwrite `/usr/share/man/man1/kill.1.gz', which is also in 
package coreutils

dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 procps_3.2.1-2_i386.deb

A quick addition to debian/rules of procps stops the complaint:

(cd $(CURDIR)/debian/procps/usr/share/man/man1 && mv kill.1 kill.procps.1 )

That this conflict was overlooked may or may not indicate other potential 
misbehavior between the two packages.  I have not investigated further.


Kind regards,

- John


--
http://jodarom.sdf1.org/


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



Bug#335159: Wrong version

2005-10-22 Thread Josh Triplett
found 335159 0.7.0-4
thanks

Sorry, typed in the wrong version number.

- Josh Triplett


signature.asc
Description: OpenPGP digital signature


Bug#335162: rdiff-backup: [man] use '\-' to replace '-'

2005-10-22 Thread LI Daobing
Package: rdiff-backup
Version: 1.0.1-1
Severity: normal

Hello,

manpage rdiff-backup(1) is broke under UTF-8 locale. please use '\-' to
replace '-', see more in groff_char(7).

I will provide a patch for this if I have time.

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

Versions of packages rdiff-backup depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
hi  librsync1 0.9.7-1Library which implements the rsync
ii  python2.3.5-3An interactive high-level object-o

rdiff-backup recommends no packages.

-- no debconf information


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



Bug#335159: PowerPC do_fork incorrectly zeroes registers, does not set child return value

2005-10-22 Thread Josh Triplett
Josh Triplett wrote:
> Credit goes to pbrook on OFTC #qemu for some extremely helpful debugging
> assistance and insight when tracking down the problem.

Minor correction: #qemu is on Freenode, not OFTC.

- Josh Triplett


signature.asc
Description: OpenPGP digital signature


Bug#335093: (no subject)

2005-10-22 Thread Allard Hoeve

PS: Please note that this installation was done using the "daily" build
from:

http://people.debian.org/~joeyh/d-i/images/2005-10-21/

However, the problem also arises when using Sarge hd-media.

Sincerely,

Allard


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



Bug#335163: Manpages for qemu user-mode binaries linked to qemu system-mode manpage

2005-10-22 Thread Josh Triplett
Package: qemu
Version: 0.7.0-4
Severity: minor

The manpages for qemu-arm, qemu-armeb, qemu-i386, qemu-ppc, and
qemu-sparc are all linked to the qemu manpage; however, the qemu manpage
describes the operation and command-line arguments for
full-system-emulation qemu binaries, not user-emulation qemu binaries.

- Josh Triplett


signature.asc
Description: OpenPGP digital signature


Bug#335164: apt: [INTL:ru] Updated Russian .po file translation

2005-10-22 Thread Yuri Kozlov
Package: apt
Version: 0.5.28.1
Severity: wishlist
Tags: l10n, patch

Updated Russian .po translation file has included.

-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)

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

-- no debconf information


apt_po_ru.po.gz
Description: Binary data


Bug#334742: libgl1-mesa-dri-dev: package contains no header files

2005-10-22 Thread Tino Keitel
On Wed, Oct 19, 2005 at 12:47:45 -0700, Steve Langasek wrote:
> On Wed, Oct 19, 2005 at 06:07:11PM +0200, Tino Keitel wrote:
> > Package: libgl1-mesa-dri-dev
> > Version: 6.3.2-2
> > Severity: grave
> > Justification: renders package unusable
> 
> > the packages contains no header, but according to the name and
> > description, it should.
> 
> The headers are present in mesa-common-dev, which is a dependency of
> libgl1-mesa-dri-dev.

(This is the third attempt so send this mail. Is it intended behaviour
that someone has to be subscribed here to be able to post comments to
mesa bugs?)

I need at least GL/glx.h (and maybe some others, too) which is only
present in xlibmesa-gl-dev and mesag-dev, both conclict indirectly with
libgl1-mesa-dri.

So I think there is still a bug, since I can not build any OpenGL
applications which need GL/glx.h.

Regards,
Tino


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



Bug#335165: luma: adding a new entry with the Addressbook or Usermanagement plugin fails

2005-10-22 Thread Jeremy Laine
Package: luma
Version: 2.2.1-1
Severity: important

The Usermanagement and Addressbook plugins cannot be used to create new
entries. If you press the "Add" button from either of these plugins, a
wizard is fired up but pressing the 'Next' button from this wizard does
nothing.

Looking at the code (plugins/ContactWizard.py for instance) shows that
the "checkNext" function should be called, but this does not seem to be
the case (a print inserted at the beginning of checkNext does not output
anythin).

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

Versions of packages luma depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python-ldap   2.0.4-1A LDAP interface module for Python
ii  python-qt33.15-3 Qt3 bindings for Python (default v

luma recommends no packages.

-- no debconf information


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



Bug#335166: supertransball2: crash cause of lack of checking

2005-10-22 Thread JusTiCe8
Package: supertransball2
Version: 1.5-2
Severity: normal
Tags: patch

Hi,

when you try to change level pack, game crashed cause by a lack of
checking values in state_mainmenu.cpp at line 69 (state_mainmenu_cyle
function), a variable "image" is get from a file (bad assumption about
relative path, without any check) makes passing NULL pointer next. So
it's better tochange directory to the one expected in game.cpp, a right
'chdir' makes everything better.

The attached patch fix it.

Regards.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11-mh
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
(ignored: LC_ALL set to [EMAIL PROTECTED])

Versions of packages supertransball2 depends on:
ii  libc6 2.3.5-6GNU C Library: Shared
libraries an
ii  libgcc1   1:4.0.2-2  GCC support library
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-sge020904-5   extension of graphic
functions for
ii  libsdl-sound1 1.0.1-5Decoder of several sound
file form
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
hi  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  supertransbal 1.5-2  Data files for a thrust
type of ga

supertransball2 recommends no packages.

-- no debconf information


#! /bin/sh /usr/share/dpatch/dpatch-run
## 04_changelevelpack_fixup JusTiCe8 <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: patch "UNIX paths fixup" use bad config file checks and makes it to be
## DP: always recreated with default values.

@DPATCH@

--- supertransball2-1.5.orig/sources/game.cpp
+++ supertransball2-1.5/sources/game.cpp
@@ -173,6 +173,8 @@
 
if (NLEVELS==-1) return false;
 
+   chdir(datadir);
+
switch(STATE) {
case 0: if (!state_logo_cycle(screen,sx,sy,keyboard)) return false;
break;


Bug#335167: skippy binds to too many keys

2005-10-22 Thread Anand Kumria
Package: skippy
Version: 0.5.1rc1-4
Severity: important

Hi,

Skippy attempts to bind to the  key at startup.  However, it also
bind to the +, +, +; i.e. it is
ignoring the modifier of the  key.

This is a problem because the default keys that Tomboy binds to are:
+ and +

It is certainly possible to bind only when a particular modifier and
keysym are generated; Beagle binds to  by default meaning that both
Tomboy and Beagle 'play well'.

Thanks,
Anand

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

Versions of packages skippy depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libimlib2 1.2.1-2powerful image loading and renderi
ii  libpcre3  6.3-1  Perl 5 Compatible Regular Expressi
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  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

skippy recommends no packages.

-- no debconf information


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



Bug#334742: libgl1-mesa-dri-dev: package contains no header files

2005-10-22 Thread Tino Keitel
On Wed, Oct 19, 2005 at 12:47:45 -0700, Steve Langasek wrote:
> On Wed, Oct 19, 2005 at 06:07:11PM +0200, Tino Keitel wrote:
> > Package: libgl1-mesa-dri-dev
> > Version: 6.3.2-2
> > Severity: grave
> > Justification: renders package unusable
> 
> > the packages contains no header, but according to the name and
> > description, it should.
> 
> The headers are present in mesa-common-dev, which is a dependency of
> libgl1-mesa-dri-dev.

(This is the third attempt so send this mail. Is it intended behaviour
that someone has to be subscribed here to be able to post comments to
mesa bugs?)

I need at least GL/glx.h (and maybe some others, too) which is only
present in xlibmesa-gl-dev and mesag-dev, both conclict indirectly with
libgl1-mesa-dri.

So I think there is still a bug, since I can not build any OpenGL
applications which need GL/glx.h.

Regards,
Tino


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



Bug#335168: wget: Incorrect (and partially missing) Danish translation

2005-10-22 Thread Jacob Sparre Andersen
Package: wget
Version: 1.10.1-1
Severity: normal
Tags: l10n


The Danish translation is incorrect (and parts of it is missing
completely).  Here's a demonstration:

% locale
LANG=da_DK.ISO-8859-1
LC_CTYPE="da_DK.ISO-8859-1"
LC_NUMERIC="da_DK.ISO-8859-1"
LC_TIME="da_DK.ISO-8859-1"
LC_COLLATE="da_DK.ISO-8859-1"
LC_MONETARY="da_DK.ISO-8859-1"
LC_MESSAGES="da_DK.ISO-8859-1"
LC_PAPER="da_DK.ISO-8859-1"
LC_NAME="da_DK.ISO-8859-1"
LC_ADDRESS="da_DK.ISO-8859-1"
LC_TELEPHONE="da_DK.ISO-8859-1"
LC_MEASUREMENT="da_DK.ISO-8859-1"
LC_IDENTIFICATION="da_DK.ISO-8859-1"
LC_ALL=
% wget http://news.jacob-sparre.dk/
--10:42:03--  http://news.jacob-sparre.dk/
   => `index.html.1'
Løser news.jacob-sparre.dk...130.225.226.81
Connecting to news.jacob-sparre.dk|130.225.226.81|:80... forbundet.
HTTP forespørgsel sendt, afventer svar... 200 OK
Længde: 3.572 (3.5K) [text/html]

100%[>] 3.572 15.23K/s 

10:42:04 (15.21 KB/s) - `index.html.1' saved [3572/3572]

%

"Løser news.jacob-sparre.dk..." should be "Slår news.jacob-sparre.dk
op ...".

"Connecting to [...] forbundet." should be "Etablerer forbindelse til
[...] Forbindelse etableret.".

"HTTP forespørgsel" should be "HTTP-forespørgsel".

"15.23K/s" should be "15,23 kb/s".

"`index.html.1' saved" should be "Gemt »index.html.1«".

/Jacob

PS: If I am reminded of where I can find the Danish PO file for Wget,
then I don't mind doing the editing myself.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-powerpc
Locale: LANG=fo_FO.ISO8859-1, LC_CTYPE=fo_FO.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages wget depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libssl0.9.7   0.9.7g-3   SSL shared libraries

wget recommends no packages.

-- no debconf information



Bug#335169: ulogd: No logrotation in /var/log/ulog/syslogemu.log

2005-10-22 Thread Dr. Markus Waldeck
Package: ulogd
Version: 1.23-3
Severity: normal

There is no logrotation for the files in /var/log/ulog/syslogemu.log
which is common for /var/log and e.g. /var/log/snort.


-- System Information:
Debian Release: testing/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 ulogd depends on:
ii  debconf   1.4.58 Debian configuration management sy
ii  libc6 2.3.5-6GNU C Library: Shared libraries an

ulogd recommends no packages.

-- debconf information:
  ulogd/config_syntax_changed:


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



Bug#335165: possible fix

2005-10-22 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tag 335165 patch
thanks

Attached is a patch that seems to fix the problem by redefining the
"next" function instead of disconnecting / reconnecting nextButton's
click() to checkNext.

Cheers,
Jeremy

- --
http://www.jerryweb.org/ : JerryWeb.org
http://sailcut.sourceforge.net/  : Sailcut CAD
http://opensource.polytechnique.org/ : Polytechnique.org Free Software
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDWf4N4mJJZqJp2ScRAsLQAJ4lIlux9w0UwMa6Z4ud+60Azq8KGgCaAqzv
Fst15fNr1dxbBtRWmNflQKw=
=kIPs
-END PGP SIGNATURE-
diff -ur luma-2.2.1.orig/lib/luma/plugins/addressbook/ContactWizard.py 
luma-2.2.1/lib/luma/plugins/addressbook/ContactWizard.py
--- luma-2.2.1.orig/lib/luma/plugins/addressbook/ContactWizard.py   
2005-08-22 17:19:57.0 +0200
+++ luma-2.2.1/lib/luma/plugins/addressbook/ContactWizard.py2005-10-22 
10:40:50.0 +0200
@@ -53,10 +53,7 @@
 
 self.setFinishEnabled(self.page(1), 1)
 self.disconnect(self.finishButton(), SIGNAL("clicked()"), self, 
SLOT("accept()"))
-self.disconnect(self.nextButton(), SIGNAL("clicked()"), self, 
SLOT("next()"))
 
-self.connect(self.nextButton(),SIGNAL("clicked()"), self.checkNext)
-
 tmpWidget = self.page(1)
 self.addressWidget = AddressbookWidget(self.contactFrame)
 tmpLayout = QHBoxLayout(self.contactFrame)
@@ -133,7 +130,7 @@
 
 ###
 
-def checkNext(self):
+def next(self):
 result = self.checkLocation()
 
 if result == 0:
@@ -153,7 +150,7 @@
 dataObject = SmartDataObject(('', {'objectClass': 
self.getPossibleClasses()}), self.serverMeta)
 self.addressWidget.initView(dataObject)
 self.addressWidget.enableContactFields(allowedAttributes)
-self.next()
+ContactWizardDesign.next(self)
 
 ###
 
diff -ur luma-2.2.1.orig/lib/luma/plugins/usermanagement/AccountWizard.py 
luma-2.2.1/lib/luma/plugins/usermanagement/AccountWizard.py
--- luma-2.2.1.orig/lib/luma/plugins/usermanagement/AccountWizard.py
2005-08-22 17:19:57.0 +0200
+++ luma-2.2.1/lib/luma/plugins/usermanagement/AccountWizard.py 2005-10-22 
10:47:09.0 +0200
@@ -53,10 +53,6 @@
 
 self.setFinishEnabled(self.page(1), 1)
 self.disconnect(self.finishButton(), SIGNAL("clicked()"), self, 
SLOT("accept()"))
-self.disconnect(self.nextButton(), SIGNAL("clicked()"), self, 
SLOT("next()"))
-
-self.connect(self.nextButton(),SIGNAL("clicked()"), self.checkNext)
-   
   
 self.accountWidget = UsermanagementWidget(self.accountFrame)
 tmpLayout = QHBoxLayout(self.accountFrame)
@@ -212,7 +208,7 @@
 
 ###
 
-def checkNext(self):
+def next(self):
 result = self.checkLocation()
 
 if result == 0:
@@ -235,7 +231,7 @@
 
 self.accountWidget.initView(dataObject)
 
-self.next()
+AccountWizardDesign.next(self)
 
 ###
 


Bug#335171: glibc-doc: getsubopt() has different interface with #define _GNU_SOURCE

2005-10-22 Thread Werner Baumann
Package: glibc-doc
Version: 2.3.2.ds1-22
Severity: minor



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

-- no debconf information
When compiling with #define _GNU_SOURCE function getsubopt() seems to be
defined as
int getsubopt (char **optionp, char* const *tokens, char **valuep)
and not as
int getsubopt (char **optionp, const char* const *tokens, char **valuep)

Proof:
Compile the example in section '25.3.13 Parsing of Suboptions Example'
with #define _GNU_SOURCE and you get a warning about 'incompatible
pointer typ in argument 2'.
Chance definition
const char *mount_opts[] =
into
char *mount_opts[] =
and the warning will disapear.
Should be mentioned in the documentation.

Werner


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



Bug#239905: Bug probably away for ages

2005-10-22 Thread Christian Perrier
tags 239905 woody moreinfo
thanks

Margarita, in #239905 you mention:

==
Hi!

I'm using the woody version of samba due to the segfault problems in the
sarge/sid samba.

Since I downgraded samba, print jobs (sent to samba, printed through
cups) are never deleted from /tmp.

I emptied those this afternoon and already I have them again:
==


As the sarge samba is now quite stable, I bet you're now using
it...and thus probably can't reproduce the problem.

However, I still have some woody servers with woody's samba at work,
some of them acting as big print servers for more than 50
printers...and never noticed the issue you mention.

I hate saying "this must be user error" but in that case I think that
some external reason was involved.


So, I hereby propose closing this bug unless you strongly object and
promise coming at next debconf with tons of dulce de leche.



-- 




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



Bug#324574: gphpedit: Problem rendering the text

2005-10-22 Thread Lior Kaplan
Hi,

This will be fixed in version 0.9.80 which will be soon uploaded to the
archive.

Ronan Paixao wrote:
> Content-Type: text/plain; charset="us-ascii"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> From: Ronan Paixao <[EMAIL PROTECTED]>
> To: Debian Bug Tracking System <[EMAIL PROTECTED]>
> Subject: gphpedit: Problem rendering the text
> X-Mailer: reportbug 3.17
> Date: Fri, 21 Oct 2005 17:50:33 -0300
> 
> Package: gphpedit
> Version: 0.9.50-2
> Followup-For: Bug #324574
> 
> gphpedit since start renders text incorrectly. This problem seems to be
> sid-specific (I tried on sarge and the only problem was a vertical line
> in the text field)
> Even when loading an already existing file, the program scrambles all
> the text (sometimes displaying letters over others).
> When mouse-selecting text, the "suffling-effect" changes completely,
> making text that was once in a place appear in another. Typing does the
> same.
> 
> -- System Information:
> Debian Release: unstable
>  APT prefers unstable
>  APT policy: (500, 'unstable')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.12-1-k7
> Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1)
> 
> Versions of packages gphpedit depends on:
> ii  libart-2.0-2  2.3.17-1   Library of functions for 2D
> graphi
> ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
> ii  libaudiofile0 0.2.6-6Open-source version of
> SGI's audio
> ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces
> library
> ii  libbonoboui2-02.10.1-1   The Bonobo UI library
> ii  libc6 2.3.5-7GNU C Library: Shared
> libraries an
> ii  libesd-alsa0 [libesd0]0.2.36-1   Enlightened Sound Daemon
> (ALSA) -
> ii  libgail-common1.8.5-1GNOME Accessibility
> Implementation
> ii  libgail17 1.8.5-1GNOME Accessibility
> Implementation
> ii  libgcc1   1:4.0.2-2  GCC support library
> ii  libgconf2-4   2.10.1-6   GNOME configuration
> database syste
> ii  libgcrypt11   1.2.2-1LGPL Crypto library -
> runtime libr
> ii  libglib2.0-0  2.8.3-1The GLib library of C routines
> ii  libgnome-keyring0 0.4.5-1GNOME 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  libgtk2.0-0   2.6.10-1   The GTK+ graphical user
> interface
> ii  libgtkhtml2-0 2.6.3-1HTML rendering/editing
> library - r
> ii  libice6   6.8.2.dfsg.1-9 Inter-Client Exchange library
> ii  libjpeg62 6b-10  The Independent JPEG
> Group's JPEG
> ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a
> CORBA ORB
> ii  libpango1.0-0 1.8.2-3Layout and rendering of
> internatio
> ii  libpopt0  1.7-5  lib for parsing cmdline
> parameters
> ii  libsm66.8.2.dfsg.1-9 X Window System Session
> Management
> ii  libstdc++51:3.3.6-10 The GNU Standard C++
> Library v3
> ii  libtasn1-20.2.13-1   Manage ASN.1 structures
> (runtime)
> ii  libx11-6  6.8.2.dfsg.1-9 X Window System protocol
> client li
> ii  libxml2   2.6.22-1   GNOME XML library
> ii  xlibs 6.8.2.dfsg.1-9 X Window System client
> libraries m
> ii  zlib1g1:1.2.3-6  compression library - runtime
> 
> Versions of packages gphpedit recommends:
> ii  phpdoc20050512-1 Documentation for PHP4 and
> PHP3
> 
> -- no debconf information
> 

-- 

Lior Kaplan
[EMAIL PROTECTED]
http://www.Guides.co.il

Debian GNU/Linux unstable (SID)


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



Bug#335165: possible fix

2005-10-22 Thread Jeremy Lainé
It turns out the previous patch was not sufficient, the same problem
occurs with "accept()". Attached is an updated patch.

Jeremy

-- 
http://www.jerryweb.org/ : JerryWeb.org
http://sailcut.sourceforge.net/  : Sailcut CAD
http://opensource.polytechnique.org/ : Polytechnique.org Free Software
diff -ur luma-2.2.1.orig/lib/luma/plugins/addressbook/ContactWizard.py 
luma-2.2.1/lib/luma/plugins/addressbook/ContactWizard.py
--- luma-2.2.1.orig/lib/luma/plugins/addressbook/ContactWizard.py   
2005-08-22 17:19:57.0 +0200
+++ luma-2.2.1/lib/luma/plugins/addressbook/ContactWizard.py2005-10-22 
11:01:23.0 +0200
@@ -42,7 +42,6 @@
 layout.addWidget(self.browserWidget)
 
 self.connect(self.browserWidget, PYSIGNAL("ldap_result"), 
self.updateLocation)
-self.connect(self.finishButton(), SIGNAL("clicked()"), 
self.saveContact)
 
 self.locationServer = None
 self.locationDN = None
@@ -52,11 +51,7 @@
 self.setHelpEnabled(self.page(x), False)
 
 self.setFinishEnabled(self.page(1), 1)
-self.disconnect(self.finishButton(), SIGNAL("clicked()"), self, 
SLOT("accept()"))
-self.disconnect(self.nextButton(), SIGNAL("clicked()"), self, 
SLOT("next()"))
 
-self.connect(self.nextButton(),SIGNAL("clicked()"), self.checkNext)
-
 tmpWidget = self.page(1)
 self.addressWidget = AddressbookWidget(self.contactFrame)
 tmpLayout = QHBoxLayout(self.contactFrame)
@@ -75,7 +70,7 @@
 
 ###
 
-def saveContact(self):
+def accept(self):
 self.addressWidget.updateValues()
 dataObject = self.addressWidget.dataObject
 
@@ -100,7 +95,7 @@
 connection.unbind()
 
 if success:
-self.accept()
+ContactWizardDesign.accept(self)
 else:
 dialog = LumaErrorDialog()
 errorMsg = self.trUtf8("Could not add entry.Reason: ")
@@ -133,7 +128,7 @@
 
 ###
 
-def checkNext(self):
+def next(self):
 result = self.checkLocation()
 
 if result == 0:
@@ -153,7 +148,7 @@
 dataObject = SmartDataObject(('', {'objectClass': 
self.getPossibleClasses()}), self.serverMeta)
 self.addressWidget.initView(dataObject)
 self.addressWidget.enableContactFields(allowedAttributes)
-self.next()
+ContactWizardDesign.next(self)
 
 ###
 
diff -ur luma-2.2.1.orig/lib/luma/plugins/usermanagement/AccountWizard.py 
luma-2.2.1/lib/luma/plugins/usermanagement/AccountWizard.py
--- luma-2.2.1.orig/lib/luma/plugins/usermanagement/AccountWizard.py
2005-08-22 17:19:57.0 +0200
+++ luma-2.2.1/lib/luma/plugins/usermanagement/AccountWizard.py 2005-10-22 
11:03:26.0 +0200
@@ -42,7 +42,6 @@
 layout.addWidget(self.browserWidget)
 
 self.connect(self.browserWidget, PYSIGNAL("ldap_result"), 
self.updateLocation)
-self.connect(self.finishButton(), SIGNAL("clicked()"), 
self.saveContact)
 
 self.locationServer = None
 self.locationDN = None
@@ -52,11 +51,6 @@
 self.setHelpEnabled(self.page(x), 0)
 
 self.setFinishEnabled(self.page(1), 1)
-self.disconnect(self.finishButton(), SIGNAL("clicked()"), self, 
SLOT("accept()"))
-self.disconnect(self.nextButton(), SIGNAL("clicked()"), self, 
SLOT("next()"))
-
-self.connect(self.nextButton(),SIGNAL("clicked()"), self.checkNext)
-   
   
 self.accountWidget = UsermanagementWidget(self.accountFrame)
 tmpLayout = QHBoxLayout(self.accountFrame)
@@ -81,7 +75,7 @@
 
 ###
 
-def saveContact(self):
+def accept(self):
 dataObject = self.accountWidget.dataObject
 
 if not dataObject.hasAttribute('uid'):
@@ -190,7 +184,7 @@
 
 # Start postprocessing of usercreation
 addPostProcess(self.serverMeta, dataObject.getDN(), 
dataObject.data, groupName)
-self.accept()
+AccountWizardDesign.accept(self)
 
 else:
 dialog = LumaErrorDialog()
@@ -212,7 +206,7 @@
 
 ###
 
-def checkNext(self):
+def next(self):
 result = self.checkLocation()
 
 if result == 0:
@@ -235,7 +229,7 @@
 
 self.accountWidget.initView(dataObject)
 
-self.next()
+AccountWizardDesign.next(self)
 

Bug#321723: libgdbm3: ' cannot enable executable stack ...' related to grsec kernel

2005-10-22 Thread Pawel Panek
Package: libgdbm3
Version: 1.8.3-2
Followup-For: Bug #321723


After system upgrade at 21 Oct 2005 many tools linked against v. 2.3.5 (glibc) 
libraries are working fine except those linked against libgdbm3.
Disabling restriction of mprotect() with chpax tool makes possible to run 
programs with libgdbm3. I would be nice to have this bug fixed. I have many 
important services, like Apache httpd with php and java, imap, pop, etc., 
compiled by myself and now I have some problems with bringing them to live 
again.
Thank You in advance.

-- 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.4.29-grsec
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

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

libgdbm3 recommends no packages.

-- no debconf information


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



Bug#334994: debian-installer/function=rescue

2005-10-22 Thread Sven Luther
On Fri, Oct 21, 2005 at 01:06:55PM +0200, Geert Stappers wrote:
> Package: debian-installer
> Version: subversion
> Severity: wishlist
> 
> 
> Hello,
> 
> Currently is the rescue mode activated by
> 
>rescue/enable=true
> 
> I wish to have that changed into more generic like
> 
>debian-installer/function=rescue
> 
> 
> That "hook" will allow activation of other functions of debian-installer
> like network-console, sshclient, cloning or whatever ...

Sounds like a good idea, i am myself planing to implement a function which
would allow to regenerate the system automatically (basically redo the initrd
build, or upgrade from a 2.4 to a 2.6 kernel using yaird, or for newer
hardware, or some stuff involving strange root filesystem situations like evms
migration and such).

Friendly,

Sven Luther



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



Bug#260474: My daily pain

2005-10-22 Thread Erik Schanze
Hi Eduard,

Eduard Bloch Eduard Bloch <[EMAIL PROTECTED]>:
> Erik Schanze schrieb am Donnerstag, den 06. Oktober 2005:
> > Could you please do something on this bug, at least forward it
> > upstream?
> >
> > It sucks really to have a modem, that cuts the internet connection
> > randomly and silently. It could also be a hardware issue, but
> > please give my some hints to debug it. (My warranty will expire in
> > March 2006).
>
> Well, wait a second. If you have a real SmartLink modem, could you
> try the latest upstream version available on http://www.smlink.com/?
>
I load slamr kernel module with debug=3 option and get following output in 
syslog:
(I added some comments in +++ comment +++.)
(There are messages :
Oct 22 10:59:05 neo kernel: parport0: FIFO is stuck
Oct 22 10:59:05 neo kernel: parport0: BUSY timeout (1) in compat_write_block_pio
Oct 22 10:59:15 neo kernel: DMA write timed out
that occur everytime and have something to do with kernel parport driver.
This is an other story. ;-)

--8<-
+++ Start connecting with kppp +++

Oct 22 10:57:24 neo kernel: slamr: amrmo_ioctl: cmd 8, arg 0...
Oct 22 10:57:24 neo kernel:  amrmo_card_ctl...
Oct 22 10:57:24 neo kernel:  amrmo_card: SPEAKERVOL = 0
Oct 22 10:57:24 neo kernel: slamr: amrmo_ioctl: cmd 8, arg 0...
Oct 22 10:57:24 neo kernel:  amrmo_card_ctl...
Oct 22 10:57:24 neo kernel:  amrmo_card: SPEAKERVOL = 0
Oct 22 10:57:25 neo kernel: slamr: amrmo_ioctl: cmd 2, arg 1...
Oct 22 10:57:25 neo kernel:  amrmo_card_ctl...
Oct 22 10:57:25 neo kernel:  SIL3024codec::SetHookState(Offhook=1)
Oct 22 10:57:25 neo kernel: slamr: amrmo_ioctl: cmd 11, arg 0...
Oct 22 10:57:25 neo kernel:  amrmo_card_ctl...
Oct 22 10:57:25 neo kernel: slamr: amrmo_ioctl: cmd 4, arg 2580...
Oct 22 10:57:25 neo kernel:  amrmo_card_ctl...
Oct 22 10:57:25 neo kernel: slamr: amrmo_ioctl: cmd 7, arg 60...
Oct 22 10:57:25 neo kernel:  amrmo_card_ctl...
Oct 22 10:57:25 neo kernel: slamr: amrmo_ioctl: cmd 21, arg 0...
Oct 22 10:57:25 neo kernel:  amrmo_card_start...
Oct 22 10:57:25 neo kernel:  ModemInstance::Start()...
Oct 22 10:57:25 neo kernel:  [Modem]
Oct 22 10:57:25 neo kernel:  Rate = 9600 x M x 2
Oct 22 10:57:25 neo kernel:  Phys.PTC = 48 s. (96) b. ; Log.PTC = 
48 s. (96) b.
Oct 22 10:57:25 neo kernel:  [LineIn]
Oct 22 10:57:25 neo kernel:  Rate = 9600 x S x 2
Oct 22 10:57:25 neo kernel:  Phys.PTC = 48 s. (192) b. ; Log.PTC = 
48 s. (192) b.
Oct 22 10:57:25 neo kernel:  [LineOut]
Oct 22 10:57:25 neo kernel:  Rate = 9600 x S x 2
Oct 22 10:57:25 neo kernel:  Phys.PTC = 48 s. (192) b. ; Log.PTC = 
48 s. (192) b.
Oct 22 10:57:25 neo kernel:  Starting Modio:
Oct 22 10:57:25 neo kernel:  PTC = (C)48, (P)192
Oct 22 10:57:25 neo kernel:  Sample Rates = (C)9600,(P)9600
Oct 22 10:57:25 neo kernel:  Transfer buffer of 48 sam. * 32 = 
3072 b.
Oct 22 10:57:25 neo kernel:  PTC clock::Init(Buffer of C00h, PTC 
of 96 bytes.)
Oct 22 10:57:25 neo kernel:  MTLHAL: Finish Modio Setup:
Oct 22 10:57:25 neo kernel:  VConverter::Test:=> InputRate =9600, 
OutputRate =9600, bIsModem =1
Oct 22 10:57:25 neo kernel:  VConverter::Test:=> InputRate =9600, 
OutputRate =9600, bIsModem =1
Oct 22 10:57:25 neo kernel:  MTLHAL: Mono sampling on output line!
Oct 22 10:57:25 neo kernel:  [LineOut]
Oct 22 10:57:25 neo kernel:  Rate = 9600 x M x 2
Oct 22 10:57:25 neo kernel:  Phys.PTC = 48 s. (96) b. ; Log.PTC = 
48 s. (96) b.
Oct 22 10:57:25 neo kernel:  MTLHAL: Mono sampling on input line!
Oct 22 10:57:25 neo kernel:  [LineIn]
Oct 22 10:57:25 neo kernel:  Rate = 9600 x M x 2
Oct 22 10:57:25 neo kernel:  Phys.PTC = 48 s. (96) b. ; Log.PTC = 
48 s. (96) b.
Oct 22 10:57:25 neo kernel:  Upon filter created(Simple): 
9600/9600 spc, In 48 => Out 48
Oct 22 10:57:25 neo kernel:  Upon filter created(Simple): 
9600/9600 spc, In 48 => Out 48
Oct 22 10:57:25 neo kernel:  LineOut forwarding <2>, written 192 b.
Oct 22 10:57:25 neo kernel:  <>
Oct 22 10:57:25 neo kernel:  [Source side]
Oct 22 10:57:25 neo kernel:  9600 Spc, 1 channels, 16 bits
Oct 22 10:57:25 neo kernel:  Queue of 3840 b., Filter size 48 s.
Oct 22 10:57:25 neo kernel:  [Target side]
Oct 22 10:57:25 neo kernel:  9600 Spc, 1 channels, 16 bits
Oct 22 10:57:25 neo kernel:  Queue of 3840 b., Filter size 48 s.
Oct 22 10:57:25 neo kernel:  [Filter](Simple): 9600/9600 spc, In 
48 => Out 48
Oct 22 10:57:25 neo kernel:  <>
Oct 22 10:57:25 neo kernel:  [Source side]
Oct 22 10:57:25 neo kernel:  9600 Spc, 1 channels, 16 bits
Oct 22 10:57:25 neo kernel:  Queue of 3840 b., Filter size 48 s.
Oct 22 10:57:25 neo kernel:  [Target side]
Oct 22 10:57:25 neo kernel:  9600 Spc, 1 channels, 16 bits
Oct 22 10:57:25 neo kernel:  Queue of 3840 b., Filter size 48 s.
Oct 22 10:57:25 neo kernel:  [Filter](Simple): 9600/9600 spc, In 
48 => Out 48
Oct 22 10:57:25 neo kernel:  Index 0, count 60, pos 0
Oct 22 10:57:25 neo kernel:  Start waiting from O96, I3072...
Oct 22 10:57:25 neo kernel:  VICHCard: Finished CAP loop...
Oct 22

Bug#335055: tetex-bin: Uninstallable: rm: cannot remove `/var/lib/texmf/web2c/*fmt': No such file or directory

2005-10-22 Thread Ralf Stubner
On Fri, Oct 21, 2005 at 21:04 +0200, Kurt Roeckx wrote:
> On Fri, Oct 21, 2005 at 08:52:50PM +0200, Ralf Stubner wrote:
>
> You'll need to adjust the severity of 335065 to grave first
> before merging.

Thanks.
 
> > > I'm also seeing problems on upgrades, but the errors are ussually
> > > of my screen by the time I look at them, and when trying it again
> > > they're succesful. I can only assume they're related.
> > 
> > Upgrades from which version?
> 
> This was first from 2.0.2-31 to 3.0-9, which is supposed to be
> fixed in -10 (#334613), but I also had problems going from 3.0-9
> to 3.0-10, but I'm not sure if it's related to the bug that got
> fixed in -10 or not, or if it was this one.
 
Strange. Upgrading from 3.0-9 to 3.0-10 works fine here in a clean
pbuilder w/ or w/o jadetex installed. Of course, there might be other
interactions with TeX related packages that ypu have installed. What
packages that depend on one of the tetex packages do you have installed? 


BTW, anybody encountering bug #335055/#335065 can, as a simple
workaround, create an empty file /var/lib/texmf/web2c/foo.fmt before
(re)configuring tetex-bin.

cheerio
ralf


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



Bug#259973: Debian bug #259973: "template primary group" seems to be an unknown parameter

2005-10-22 Thread Christian Perrier
Andrew (Suffield...as A. Bartlett is also following the Debian BTS, I
have to avoid confusion),

>From what I see in samba sources, "template primary group" is not a
recognized parameter for smb.conf (source/param/loadparm.c doesn't
list it).

It doesn't appear anywhere in the sourceexcept in WHATSNEW.txt and
in a few places in Samba3-ByExample and Samba3-HOWTO.

I suspect this might be something that appeared in Samba 3 at some
moment and then disappeared.

Jerry, do you have an explanation for this?

Original bug report by Andrew Suffield: http://bugs.debian.org/259973


-- 





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



Bug#260213: Is this bug still relevant for you?

2005-10-22 Thread Christian Perrier
tags 260213 moreinfo
thanks

Étienne,

Is the bug you reported against Debian's samba package for
"Authentication error on a Active Directory Win2k Server (SP4)" still
a concern for you.

Several samba versions were released since you reported the bug so
it's very likely that it is over now for a while.

If it can't be reproduced anymore on your side, I hereby propose
closing it as there will be no value added in keeping it opened. Many
users are currently happily using a samba+winbind setup in an AD
environment...

Many thanks in advance for your answer.


-- 





Bug#335172: aptsh segfaults when run with "--help" as command line

2005-10-22 Thread Magnus Ihse
Package: aptsh
Version: 0.0.4
Severity: normal

I usually start running new commands by calling them with --help.

janus:~# aptsh --help
Segmentation fault
janus:~# 

Ooops. :)

Excpected behaviour:
Either "invalid option" printed, or -- better -- a list of possible command
line options.

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

Versions of packages aptsh depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.41 Advanced front-end for dpkg
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libreadline4  4.3-17 GNU readline and history libraries
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3

aptsh recommends no packages.

-- no debconf information


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



Bug#260532: Bug #260532: samba still defaults to bsd for printing so the bug should be closed

2005-10-22 Thread Christian Perrier
In #260532, Andrew Pollock wrote:

=
I've managed to resolve my problem without loss of life.

It seems that the newer Samba packages compiled with CUPS have an implicit
"printing = CUPS", even though my smb.conf did not have a printing directive
in the [global] section at all. (A bit of testparm -sv showed this).
=

then closed the bug report.

Steve reopened it with:

"I don't consider this bug resolved the Debian samba packages should
properly handle upgrading, so that printing doesn't suddenly break for
users like this."

However, testing on my current system:

[EMAIL PROTECTED]:~# jed /etc/whereami/detect.conf
[EMAIL PROTECTED]:~# testparm -sv | grep printing
...
printing = bsd


So, samba defaults to "printing=bsd" just like it always has.

Same on 3.0.14a-3 (sarge version):

[EMAIL PROTECTED]:/opt/tina> grep printing /etc/samba/smb.conf
#   printing = cups
[EMAIL PROTECTED]:/opt/tina> testparm -sv|grep printing
...
printing = bsd


So, samba defaults to bsd just like it always has and this bug is, for
me, really to be closed. I just don't do it now before Steve agrees.



-- 




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



Bug#331720: adduser: deluser --backup creates world readable file

2005-10-22 Thread Marc Haber
tags #331720 confirmed
user [EMAIL PROTECTED]
usertags #331720 valid-bug joerg-assigned
thanks

On Wed, Oct 05, 2005 at 12:04:29AM +0200, Martin Geisler wrote:
> When making a backup with deluser, the resulting file is created like
> any other file made by root, and with my umask of 022 it is world
> readable.

Ouch.

> This is bad since then everybody who get hold of it has access to the
> old users files if the administrator does not take care to store the
> backup in some safe place.

You're absolutely right. This will be fixed. Do you think that a
hardcoded root:root 600 is fine, or does that need to be configuable?

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#335173: ITP: dspam -- Highly accurate and fast statistical spam filter

2005-10-22 Thread Rudolf Weeber
Package: wnpp
Severity: wishlist
Owner: Rudolf Weeber <[EMAIL PROTECTED]>

* Package name: dspam
  Version : x.y.z
  Upstream Author : Deep Logic Inc.
* URL : www.nuclearelephant.com/projects/dspam
* License : gpl
  Description : Highly accurate and fast statistical spam filter

>From the readme:

DSPAM is an open-source, freely available anti-spam solution designed to combat
unsolicited commercial email using advanced statistical analysis. In short,
DSPAM filters spam by learning what spam is and isn't. It does this by learning
each user's individual mail behavior. This allows DSPAM to provide 
highly-accurate, personalized filtering for each user on even a large system 
and provides an administratively maintenance free solution capable of learning 
each user's email behaviors with very few false positives.  

Additional Info:
It supports (among others) Mysql and Pgsql storage backends and also has
a webinterface for users to change their settings, and (if activated) go
through their quarantaine.

About myself:
I am packaging this program, because we are using it the students'
representation at university, and having a standardized, easy to install
package would be very handy.

I'm not yet a Debian developer, so I'll be looking for a sponsor
shortly :-)


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


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



Bug#335174: RFP: gyach-e -- feature-rich Yahoo! Messenger client with webcam support

2005-10-22 Thread Zak Elep
Package: wnpp
Severity: wishlist

* Package name : gyach-e
  Version : 1.0.7
  Upstream Author : Erica Andrews <[EMAIL PROTECTED]>
* URL : http://www.phrozensmoke.com/projects/pyvoicechat/index_gyache.php
* Licence : GPL
  Description : enhanced Yahoo! Messenger client with webcam support

GYach Enhanced is an unoffical 'fork' of the original GYach.  GYach
enhanced is an attempt to give Linux users many of the features you
would have/see running the Windows Yahoo client - hopefully, without
duplicating the bugs and clumsy interface of the Windows client and
without treating the user like they are a complete idiot.

--
Zak B. Elep --- http://zakame.spunge.org
1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D


Bug#332863: SEGV on connect to sshd

2005-10-22 Thread Simon Raven
> On Mon, Oct 10, 2005 at 06:43:00AM -0400, Simon Raven wrote:
>> On 10 October, 2005 04:51, Colin Watson wrote:
>> > Very likely you have some PAM modules linked against an older version of
>> > OpenSSL; you will have to push to get those upgraded so that they're in
>> > sync with sshd's linkage (0.9.8). There's nothing I can do about this in
>> > OpenSSH because OpenSSL doesn't use versioned symbols; if I'd waited for
>> > the PAM modules to be upgraded, you'd still have seen segfaults, just
>> > (so to speak) the other way round.
>>
>> oh ok. so i can wait around for that to happen, and/or fix it up myself
>> locally, until then. thanks dude (hope you don't mind the "dude" thing).
>
> I'll close this for now, then. If you can identify which modules are
> problematic for you and let us know, that would be useful.

sure, go ahead, make my day ;p. but seriously, doesn't openssl 0.9.8x have
versioned symbols now? not sure exactly what that means, except my suspicion
that the symbols present in the library(ies) have versions, hence an indicator
on how to treat it, for instance, building things against it (AIUI).

i suspect it'd be pam_ldap and pam_heimdal, if anything. i found that on
openldap 2.2.26, built against openssl 0.9.7x, the kerby stuff fails to work
properly when i do a 'ldapwhoami', but with say oldap 2.3.7+patches (fixes for
mem leaks, rootdn grokking for cn=config/back-config, and other ones), it
works fine.

i know part of what i'm doing is unsupported, but i suppose doing this also
helps to find bugs in things.

HTH

sr/

> Cheers,
>
> --
> Colin Watson   [EMAIL PROTECTED]
>




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



Bug#335175: RFP: gmailsender -- a mono based mail sending application.

2005-10-22 Thread Nolius B
Package: wnpp

Severity: wishlist



gmailsender is a C#/GTK# based mail sending application available from

http://gmailsender.sourceforge.net/

It can be used to send Email through a smtp server (only without authentification) with an optional attached file.

gmailsender is under the GPL license.



You can Download the last source tar.gz here:

http://sourceforge.net/project/showfiles.php?group_id=146093&package_id=160821




Thank you :-)


Bug#335176: rtorrent: throttle is off

2005-10-22 Thread Goswin Brederlow
Package: rtorrent
Version: 0.3.4-1
Severity: normal

Hi,

I'm on a low bandwith dsl connect so throtteling is quite essential.
But the throtteling doesn't work too accurately:

Throttle U/D:   5/off  Rate:   7.0 / 101.7 KB  Listen: [S 2/425/768] [F 128/128]

It fluctuates between 6 and 7 roughly, which as percentage is quite
wrong. The fluctuating isn't the real problem though but the average
rate. It should fluctuate between 4 and 6 and even out over time. You
should account for the excess rate used for each tick and lower the
throttle by that amount for the next.

MfG
Goswin


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rtorrent depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcurl37.13.2-2 Multi-protocol file transfer libra
ii  libgcc1 1:4.0.0-12   GCC support library
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libsigc++-2.0-0 2.0.10-1 type-safe Signal Framework for C++
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3
ii  libtorrent5 0.7.4-1  a C++ BitTorrent library
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#335177: mediawiki: Old version number in Special:Version page

2005-10-22 Thread Tommi Vainikainen
Package: mediawiki
Version: 1.4.11-1
Severity: minor

After upgrading to 1.4.11 and going to Special:Version page Mediawiki
still claims to be 1.4.10 version instead of 1.4.11 as expected.

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

Versions of packages mediawiki depends on:
ii  apache2  2.0.54-5next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]  2.0.54-5traditional model for Apache2
ii  debconf [debconf-2.0]1.4.30.13   Debian configuration management sy
ii  php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-mysql   4:4.3.10-16 MySQL module for php4

-- debconf information:
* mediawiki/webserver: apache2


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



Bug#335178: french translation updated and fix typo

2005-10-22 Thread Valéry Perrin
Package: debhelper
Version: 4.9.13
Severity: wishlist
Tags: patch l10n

Hi,

Here is attached a patch who fix typo (bug#334765) and update the french
translation from version 4.9.13.

Thanks for your work.

Regards

Valéry Perrin






debhelper-update-fr.diff.gz
Description: GNU Zip compressed data


signature.asc
Description: OpenPGP digital signature


Bug#325598: debugging information

2005-10-22 Thread Peter Moulder
I've had trouble reproducing this on will: installing (& purging) the
same font package twice gives the warnings only on the first install, so
presumably dpkg --purge and the prerm/postrm scripts aren't completely
reverting the system state.

Looking at the  file, I see lines like


  /BousungEG-Light-GB << /FileType /TrueType /Path 
(/usr/share/fonts/truetype/arphic/gbsn00lp.ttf) /SubfontID 0 /CSI [(GB1) ] >> ;
  /KochiMincho-Regular-JaH << /FileType /TrueType /Path 
(/usr/share/fonts/truetype/kochi/kochi-mincho-subst.ttf) /SubfontID 0 /CSI 
[(Japan2) ] >> ;
  /ShanHeiSun-Light << /FileType /TrueType /Path 
(/usr/share/fonts/truetype/arphic/bsmi00lp.ttf) /SubfontID 0 /CSI [(CNS1) ] >> ;
  /KochiMincho-Regular << /FileType /TrueType /Path 
(/usr/share/fonts/truetype/kochi/kochi-mincho-subst.ttf) /SubfontID 0 /CSI 
[(Japan1) ] >> ;

Comparing with line 108, it seems that only $hh{$h[6]} is undefined,
where $h[6] is "GB1", "Japan2", "CNS1" or "Japan1" respectively.

Searching for `hh' finds only its declaration and the cmap loop on lines
98-105.

$IdCmap's value appears (based solely on a quick search for IdCmap in
that file) to come from the init sub in that file: $IdCmap =
defoma_id_open_cache('cmap').  defoma_id_open_cache is defined in
/usr/share/perl5/Debian/Defoma/Id.pm.  It constructs a
Debian::Defoma::IdCache with first argument being a filename of basename
id-cache.cmap (given the 'cmap' argument used in this case).

On my system, `locate id-cache.cmap' finds no matches.
(`locate id-cache' finds several matches.)

I'd guess (based on a glance at defoma_id_get_font's definition) that if
id-cache.cmap doesn't exist, then %hh will be empty, which is why
printing $hh{"GB1"} etc. gives this "uninitialized value" warning.


HTH,

pjrm.


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



Bug#335173: ITP: dspam -- Highly accurate and fast statistical spam filter

2005-10-22 Thread Jesus Climent
On Sat, Oct 22, 2005 at 12:08:31PM +0200, Rudolf Weeber wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Rudolf Weeber <[EMAIL PROTECTED]>
> 
> * Package name: dspam
>   Version : x.y.z
>   Upstream Author : Deep Logic Inc.
> * URL : www.nuclearelephant.com/projects/dspam
> * License : gpl
>   Description : Highly accurate and fast statistical spam filter

Besides the fact that you did not fill the version, you have overlooked the
other wnpp bugs [1] that already plan to package dspam, and a google for dspam
debian turns into a first link that points to an alioth mailing list.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195948
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211159
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=239985
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=265870

And of course now yours :o)

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335173

Cheers!

[1] http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=wnpp

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.12|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

I never drink ... wine.
--Dracula (Dracula)


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



Bug#195948: Bug#335173: ITP: dspam -- Highly accurate and fast statistical spam filter

2005-10-22 Thread Adrian von Bidder
merge 335173 195948
thanks

On Saturday 22 October 2005 12.08, Rudolf Weeber wrote:

> * Package name: dspam

> I am packaging this program, because we are using it the students'
> representation at university, and having a standardized, easy to install
> package would be very handy.

Have you talked with all the other people who are interested in packaging 
dspam for Debian? (see  - this ITP was 
already filed several times in the last 2 years.)

greetings
-- vbi

-- 
Oxymoron: Microsoft Works.


pgpJpKkMZD7Ob.pgp
Description: PGP signature


Bug#334632: [Pkg-openssl-devel] Re: Bug#334632: FTBFS: Crypto library used by krb4 lacks features required by Kerberos 5

2005-10-22 Thread Brian May
[CCed to upstream Heimdal maintainers - please see
http://bugs.debian.org/334632> for full details including
config.log file - I am still uncertain as to what is causing this bug
or who is to blame.]

> "Kurt" == Kurt Roeckx <[EMAIL PROTECTED]> writes:

Kurt> On Fri, Oct 21, 2005 at 08:14:47PM +1000, Brian May wrote:
>> error: syntax error before 'size_t'
>> 
>> ...coming from openssl header files.

Kurt> My first guess would be a missing include of stddef.h, see
Kurt> http://bugs.debian.org/333101

So, if this is correct (my guess is you are correct), does this mean
this bug is an upstream bug in Heimdal and not a bug in openssl?

I read bug report #333101 yesterday
http://bugs.debian.org/333101/>, but it didn't convince me it is
not an openssl bug, as this problem didn't occur with the previous
version of openssl.
-- 
Brian May <[EMAIL PROTECTED]>


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



Bug#334788: acpitool: acpitool may suggest acpid.

2005-10-22 Thread Nicolas Weyland
On Sat, 22 Oct 2005 07:06:40 +0900
SAITO Fuyuki <[EMAIL PROTECTED]> wrote:

Hello

> I am sorry to say that I found another problem if acpid and acpitool
> are installed together.  That is, if both are installed, this time
> acpitool -s (suspend) does not work.  Actually suspending is works,
> but it never recovers with message `Power button pressed.'

> Now I am trying to configure acpi to remove powerbtn.sh, and I will
> tell you the result as soon as possible.
> 
> So if other toshiba notebooks have the same problem, you might change
> relation between acpid and acpitool.

Hm. interesting. It works fine on my tested notebooks, and
should also on the upstream's toshiba notebook which has got
acpid installed (AFAIK). Maybe your dynabook is something very
special ;) OR... maybe it's not a acpitool bug, can you
suspend your notebook manually? echo 2 > /proc/acpi/sleep or
echo 4 > /proc/acpi/sleep

regards, Nicolas Weyland


-- 
Nicolas Weyland  ,,,
[EMAIL PROTECTED]  /'^'\
http://ufoalien.bug.ch ( o o ) 
---oOOO--(_)--OOOo-


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



Bug#334926: weex: Segmentation fault with attached config

2005-10-22 Thread Flavio Stanchina
Ludovic Drolez wrote:
> Could you send me the output of 'weex -D yoursite' ? (with and w/o the
> RCS ignore).

If I uncomment the IgnoreLocalDir line, it just segfaults before printing
anything else.

Without IgnoreLocalDir, the output with -D looks boringly uninteresting. Is
there something specific you'd like me to check?

-- 
Ciao, Flavio



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



Bug#333624: New upstream version available

2005-10-22 Thread Reine Johansson
Licq 1.3.2 is finally released.

http://prdownloads.sourceforge.net/licq/licq-1.3.2.tar.bz2?download


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



Bug#335055: tetex-bin: Uninstallable: rm: cannot remove `/var/lib/texmf/web2c/*fmt': No such file or directory

2005-10-22 Thread Kurt Roeckx
On Sat, Oct 22, 2005 at 11:23:57AM +0200, Ralf Stubner wrote:
> > > Upgrades from which version?
> > 
> > This was first from 2.0.2-31 to 3.0-9, which is supposed to be
> > fixed in -10 (#334613), but I also had problems going from 3.0-9
> > to 3.0-10, but I'm not sure if it's related to the bug that got
> > fixed in -10 or not, or if it was this one.
>  
> Strange. Upgrading from 3.0-9 to 3.0-10 works fine here in a clean
> pbuilder w/ or w/o jadetex installed. Of course, there might be other
> interactions with TeX related packages that ypu have installed. What
> packages that depend on one of the tetex packages do you have installed? 

It seems to be limited to docbook-utils and jadetex


Kurt



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



Bug#335179: mirrors: ftp.at.debian.org returns bad header line for Release.gpg

2005-10-22 Thread Hermann Schwaerzler
Package: mirrors
Severity: grave
Justification: renders package unusable

on "apt-get update" ftp.at.debian.org outputs:

Err http://ftp.at.debian.org testing Release.gpg
  Bad header line

which is indeed correct:

"HEAD http://ftp.at.debian.org/debian/dists/testing/Release.gpg";
gives a bad header line (the last one before my [...])

200 OK
Connection: close
Date: Sat, 22 Oct 2005 11:25:40 GMT
Accept-Ranges: bytes
ETag: "2c0c2-bd-43594b5f"
Server: Apache/1.3.33
`p)tent-Encoding: armored °
[...]


see:
http://lists.debian.org/debian-apache/2005/09/msg00012.html


I think the mime_magic configuration of the apache-server has
to be corrected...



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


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



Bug#335059: grace6: please build to support PDF device

2005-10-22 Thread Ionut Georgescu
On Sat, Oct 22, 2005 at 02:00:19AM +0800, LI Daobing wrote:
> Package: grace6
> Version: 5.99.0+final-8
> Severity: normal
> 
> document mention that it support a device named PDF. But I can't find it
> in the `xmgrace -version' output or the 'Print Setup' Menu.
> 
> How about build to support it.
> 

Hi LI,

support for PDF has been disabled on purpose, see

/usr/share/doc/grace6/README.Debian 

I will add a note to the man page also.

Thank you,
Ionut

-- 
***
* Ionut Georgescu
* http://www.physik.tu-cottbus.de/~george/
* Registered Linux User #244479
*
* "In Windows you can do everything Microsoft wants you to do; in Unix
*you can do anything the computer is able to do."



signature.asc
Description: Digital signature


Bug#334632: [Pkg-openssl-devel] Re: Bug#334632: FTBFS: Crypto library used by krb4 lacks features required by Kerberos 5

2005-10-22 Thread Kurt Roeckx
On Sat, Oct 22, 2005 at 09:11:18PM +1000, Brian May wrote:
> 
> So, if this is correct (my guess is you are correct), does this mean
> this bug is an upstream bug in Heimdal and not a bug in openssl?
> 
> I read bug report #333101 yesterday
> http://bugs.debian.org/333101/>, but it didn't convince me it is
> not an openssl bug, as this problem didn't occur with the previous
> version of openssl.

No, I think this is something we should fix in openssl.  As
general rule, each include file should include everything it
needs.  But I'll talk to upstream about it.


Kurt



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



Bug#333117: try to rebuild the package

2005-10-22 Thread Ales Kozumplik
hi,

> php packages have been rebuilt in unstable now. can you reproduce the
> bug even with the new php packages from yesterday/today in unstable?

i did so just now and have some good news - troubles are gone! python+mysql 
works while php module is enabled and working in apache.

thanks!

Ales


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



Bug#335157: aterm 1.0.0 is out

2005-10-22 Thread Göran Weinholt
On Sat, Oct 22, 2005 at 02:02:48AM -0400, Delirium wrote:
> Package: aterm
> Version: 0.4.2-11
> Severity: wishlist
> 
> aterm 1.0.0 is out since July '05, and adds a number of new features and 
> bugfixes, including the long-requested UTF-8 support (bug #216302).

Actually, it does not add UTF-8 support and many of the bugfixes are
already in aterm 0.4.2-11. It does introduce two quite annoying bugs
that I'd like to fix before I upload it.

Regards,

-- 
Göran Weinholt <[EMAIL PROTECTED]>
Debian developer, sysadmin, netadmin


signature.asc
Description: Digital signature


Bug#335180: openoffice.org: autopilot form from datasource not working

2005-10-22 Thread rich lott
Package: openoffice.org
Version: 1.1.4-7
Severity: normal


I get 

> The files required could not be found.
> Please start the OpenOffice.org Setup and choose 'Repair'.

in a message box when choosing AutoPilot Form from a datasource.

thanks.

rich

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

Versions of packages openoffice.org depends on:
ii  dictionaries-common [openoff 0.50.4  Common utilities for spelling dict
ii  openoffice.org-bin   1.1.4-7.0.1 OpenOffice.org office suite binary
ii  openoffice.org-debian-files  1.1.4-6+1   Debian specific parts of OpenOffic
ii  openoffice.org-l10n-en [open 1.1.4-7 English (US) language package for 
ii  ttf-opensymbol   1.1.4-7 The OpenSymbol TrueType font
ii  xml-core 0.09XML infrastructure and XML catalog

openoffice.org recommends no packages.

-- no debconf information


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



Bug#335181: uscan: Allow setting of LWP timeout

2005-10-22 Thread Stephen Quinney
Package: devscripts
Version: 2.9.8
Severity: wishlist
Tags: patch

I have been encountering problems lately with www.cpan.org as it often
takes a very long time to respond (it always get there in the end
though). The hard-wired default timeout for uscan of 20 seconds often
is not sufficient. I have written a patch for uscan which allows the
LWP timeout to be specified from the command line or a config file. I
would be most grateful if you would consider it for inclusion.

Thanks,

Stephen Quinney

--- /usr/bin/uscan  2005-10-16 13:54:44.0 +0100
+++ ./uscan 2005-10-22 12:43:08.0 +0100
@@ -76,6 +76,8 @@
 --no-download  Report on newer and absent versions, but don\'t download
 --pasv Use PASV mode for FTP connections
 --no-pasv  Do not use PASV mode for FTP connections (default)
+--timeout 20   Specifies how much time, in seconds, we give remote
+   servers to respond (default 20 seconds)
 --symlink  Make an orig.tar.gz symlink to downloaded file (default)
 --rename   Rename to orig.tar.gz instead of symlinking
(Both will use orig.tar.bz2 if appropriate)
@@ -145,6 +147,7 @@
 my $dehs_end_output = 0;
 my $dehs_start_output = 0;
 my $pkg_report_header = '';
+my $timeout = 20;
 
 if (@ARGV and $ARGV[0] =~ /^--no-?conf$/) {
 $modified_conf_msg = "  (no configuration files read)";
@@ -152,6 +155,7 @@
 } else {
 my @config_files = ('/etc/devscripts.conf', '~/.devscripts');
 my %config_vars = (
+   'USCAN_TIMEOUT' => 20,
   'USCAN_DOWNLOAD' => 'yes',
   'USCAN_PASV' => 'default',
   'USCAN_SYMLINK' => 'symlink',
@@ -179,6 +183,8 @@
or $config_vars{'USCAN_DOWNLOAD'}='yes';
 $config_vars{'USCAN_PASV'} =~ /^(yes|no|default)$/
or $config_vars{'USCAN_PASV'}='default';
+$config_vars{'USCAN_TIMEOUT'} =~ m/^\d+$/
+or $config_vars{'USCAN_TIMEOUT'}=20;
 $config_vars{'USCAN_SYMLINK'} =~ /^(yes|no|symlinks?|rename)$/
or $config_vars{'USCAN_SYMLINK'}='yes';
 $config_vars{'USCAN_SYMLINK'}='symlink'
@@ -190,7 +196,6 @@
or $config_vars{'USCAN_DEHS_OUTPUT'}='no';
 $config_vars{'DEVSCRIPTS_CHECK_DIRNAME_LEVEL'} =~ /^[012]$/
or $config_vars{'DEVSCRIPTS_CHECK_DIRNAME_LEVEL'}=1;
-
 foreach my $var (sort keys %config_vars) {
if ($config_vars{$var} ne $config_default{$var}) {
$modified_conf_msg .= "  $var=$config_vars{$var}\n";
@@ -202,6 +207,7 @@
 $download = $config_vars{'USCAN_DOWNLOAD'} eq 'no' ? 0 : 1;
 $passive = $config_vars{'USCAN_PASV'} eq 'yes' ? 1 :
$config_vars{'USCAN_PASV'} eq 'no' ? 0 : 'default';
+$timeout = $config_vars{'USCAN_TIMEOUT'};
 $symlink = $config_vars{'USCAN_SYMLINK'};
 $verbose = $config_vars{'USCAN_VERBOSE'} eq 'yes' ? 1 : 0;
 $dehs = $config_vars{'USCAN_DEHS_OUTPUT'} eq 'yes' ? 1 : 0;
@@ -213,7 +219,7 @@
 my $debug = 0;
 my ($opt_h, $opt_v, $opt_download, $opt_report, $opt_passive, $opt_symlink);
 my ($opt_verbose, $opt_ignore, $opt_level, $opt_regex, $opt_noconf);
-my ($opt_package, $opt_uversion, $opt_watchfile, $opt_dehs);
+my ($opt_package, $opt_uversion, $opt_watchfile, $opt_dehs, $opt_timeout);
 
 GetOptions("help" => \$opt_h,
   "version" => \$opt_v,
@@ -221,6 +227,7 @@
   "report" => sub { $opt_download = 0; },
   "report-status" => sub { $opt_download = 0; $opt_report = 1; },
   "passive|pasv!" => \$opt_passive,
+   "timeout=i" => \$opt_timeout,
   "symlink!" => sub { $opt_symlink = $_[1] ? 'symlink' : 'no'; },
   "rename" => sub { $opt_symlink = 'rename'; },
   "package=s" => \$opt_package,
@@ -248,6 +255,7 @@
 $download = $opt_download if defined $opt_download;
 $report = $opt_report if defined $opt_report;
 $passive = $opt_passive if defined $opt_passive;
+$timeout = $opt_timeout if defined $opt_timeout;
 $symlink = $opt_symlink if defined $opt_symlink;
 $verbose = $opt_verbose if defined $opt_verbose;
 $dehs = $opt_dehs if defined $opt_dehs;
@@ -305,7 +313,7 @@
 # to restore $ENV{'FTP_PASSIVE'} to what it was at this point
 
 my $user_agent = LWP::UserAgent->new(env_proxy => 1);
-$user_agent->timeout("20");
+$user_agent->timeout($timeout);
 
 if (defined $opt_watchfile) {
 die "Can't have directory arguments if using --watchfile" if @ARGV;


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

Versions of packages devscripts depends on:
ii  debianutils   2.15   Miscellaneous utilities specific t
ii  dpkg-dev  1.13.11package building tools for Debian
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  perl  5.8.7-7Larry Wa

Bug#334877: marked as done (lilypond - fails to build)

2005-10-22 Thread Steve Langasek
reopen 334877
thanks

>* debian/rules (build, build-doc): Redirect input from /dev/tty in MAKE
>  invocations.  It seems that lilypond assumes that, if stdin is not a
>  terminal, we must be running under a gui.  This changes the behavior
>  of the program in several fundamental ways, causing the scripts used
>  for generating documentation to fail. (Closes: #334877)

Er, that doesn't work.  Redirecting input from /dev/tty is only meaningful
if you *have* a tty... which on a buildd, you don't.

-- 
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#335182: ifstat: proc support missing

2005-10-22 Thread G Soros
Package: ifstat
Version: 1.1-3
Severity: normal

Proc support was present in 1.1-3. 

Please compile --with-proc to enable monitoring of local interfaces without 
snmpd.

Thank you!

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

Versions of packages ifstat depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libsnmp5  5.1.2-6.1  NET SNMP (Simple Network Managemen
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra

ifstat recommends no packages.

-- no debconf information


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



Bug#335161: procps (3.2.1-2) file conflict with coreutils (5.2.1-2)

2005-10-22 Thread Craig Small
reassign 335161 coreutils
tags 335161 fixed patch
severity 335161 important
merge 335161 314713
thankyou
On Sat, Oct 22, 2005 at 02:39:55AM -0500, John Dahlstrom wrote:
> That this conflict was overlooked may or may not indicate other potential 
> misbehavior between the two packages.  I have not investigated further.

It's actually coreutils' fault, no idea why they suddenly started
shipping a kill manual page, but procps has had one literally for years.
Re-assigning it to coreutils and merging with bug 314713 if i get the
commands right.

 - Craig
-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.enc.com.au/   MIEE Debian developer
csmall at : enc.com.au  ieee.org   debian.org


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



Bug#335181: uscan: Allow setting of LWP timeout

2005-10-22 Thread Filippo Giunchedi
On Sat, Oct 22, 2005 at 12:52:54PM +0100, Stephen Quinney wrote:
> Package: devscripts
> Version: 2.9.8
> Severity: wishlist
> Tags: patch
> 
> I have been encountering problems lately with www.cpan.org as it often
> takes a very long time to respond (it always get there in the end
> though). The hard-wired default timeout for uscan of 20 seconds often
> is not sufficient. I have written a patch for uscan which allows the
> LWP timeout to be specified from the command line or a config file. I
> would be most grateful if you would consider it for inclusion.

thanks for the patch, I've applied it in svn with only cosmetic changes.

filippo
--
Filippo Giunchedi
PGP key: 0x6B79D401
random quote follows:

The only way to get rid of a temptation is to yield to it.
-- Oscar Wilde


signature.asc
Description: Digital signature


Bug#334632: [Pkg-openssl-devel] Re: Bug#334632: FTBFS: Crypto library used by krb4 lacks features required by Kerberos 5

2005-10-22 Thread Love Hörnquist Åstrand

Kurt Roeckx <[EMAIL PROTECTED]> writes:

> On Sat, Oct 22, 2005 at 09:11:18PM +1000, Brian May wrote:
>> 
>> So, if this is correct (my guess is you are correct), does this mean
>> this bug is an upstream bug in Heimdal and not a bug in openssl?
>> 
>> I read bug report #333101 yesterday
>> http://bugs.debian.org/333101/>, but it didn't convince me it is
>> not an openssl bug, as this problem didn't occur with the previous
>> version of openssl.
>
> No, I think this is something we should fix in openssl.  As
> general rule, each include file should include everything it
> needs.  But I'll talk to upstream about it.

I don't think that is generally true. Headerfiles should be allows to have
requsites.

What have happen here is that openssl changed their requsites and kerberos
4 headers isn't adopted. Include  in krb.h or openssl/des.h and
everything will be fine again.

Or just stop using Kerberos 4.

"It's dead Jim."

Love



pgp7ZmSAbXFJg.pgp
Description: PGP signature


Bug#335183: installation-reports - cd boot pbm on ia64 iso

2005-10-22 Thread Remy Damour
Package: installation-reportsDebian-installer-version: uname -a: no boot => no unameDate: Oct 22, 2005 - 01:00 PM GMTMethod: debian-31r0a-ia64-netinst.iso
, Machine: motherboard asus a8n-sli-deluxe, IDE cdrom philips 167s...Processor: amd64 3000Memory: 1 Go DDRRoot Device: IDE Seagate ST380021A  Root Size/partition table: Output of lspci and lspci -n:
Base System Installation Checklist:[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try itInitial boot worked:[E]Configure network HW:   [ ]Config network: [ ]Detect CD:  [ ]
Load installer modules: [ ]Detect hard drives: [ ]Partition hard drives:  [ ]Create file systems:[ ]Mount partitions:   [ ]Install base system:[ ]Install boot loader:[ ]
Reboot: [ ]Comments/Problems:I've:- downloaded the netinst 64bit iso from fr2.debian.org- made a successful md5sum check- burnt it- restarted my computer
- tell my bios to boot from CD=> no boot from cd.I did the same with the full cd1 iso and it didn't work either.I asked a friend to do the same thing with his own downloaded iso, and he couldn't boot either (on his amd64 3000, 1Go DDr, with msi motherboard).
Everything was fine with the 32bit sarge debian version, but I wish I could install the 64bit version instead.I hope you could help successfully burn a 64bit fully bootable iso.I hope not to be a bully.
Anyway your 32bit debian rocks!Regards,Remy 


Bug#332562: FTBFS: Link not found in target hashtable

2005-10-22 Thread Osamu Aoki
reassign 332562 tetex-bin 3.0-10
merge 332562 335055
thanks

On Fri, Oct 07, 2005 at 09:20:05AM -0700, Matt Kraai wrote:
> reopen 332562
> thanks
> 
> On Fri, Oct 07, 2005 at 11:18:54PM +0900, Osamu Aoki wrote:
> > Hi Matt,
> 
> Hi.
> 
> > I hope my last upload fixed this issue.
> > 
> > Thus closing this bug report.  If you are running some auto-checker,
> > please recheck all results on packages depending on debiandoc-sgml.  It
> > has to be upgraded to 1.1.89.
> 
> It fails to build with the same error message when I use
> debiandoc-sgml 1.1.89, so I'm reopening this bug report.

Yes, now that I tried again with latest tetex, it is FTBFS.  But this is
not my fault.  

TeTeX is causing lots of trouble now.  Last one was behavior change of
TeTex which was worked around by debiandoc-sgml.  So I am not telling
you false statement.

But this one is out of our control.  TeTeX is uninstallable!

Matt, until tetex-bin becomes installable, we will not get many packages
which uses TeTeX to work.  This is like having uninstallable GCC.  Let's
keep our head cool and let the TeX folks sort out package maturity.  I
know TeX is a beast to do major version update.

Please check at least TeTeX GRAVE bug situation.

Cheers,

Osamu


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



Bug#335185: ITP: newmat -- manipulate matrices using standard operations

2005-10-22 Thread Philippe COVAL
Package: wnpp
Severity: wishlist
Owner: Philippe COVAL <[EMAIL PROTECTED]>


* Package name: newmat
  Version : 1.10.0b (upstream version 10b)
  Upstream Author : Robert Davies <[EMAIL PROTECTED]>
* URL : http://www.robertnz.net
* License : Custom license (looks like public domain to me)
  Description : manipulate matrices using standard operations

 The package is intended for scientists and engineers 
 who need to manipulate a variety of types of matrices 
 using standard matrix operations.
 Emphasis is on the kind of operations needed in statistical calculations
 such as least squares, linear equation solve and eigenvalues.

For more details on this package inclusion in debian, check my log at 
http://rzr.online.fr/q/MathsSoftware

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


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



Bug#335184: bugs.debian.org: Hiding categories appears to have no effect

2005-10-22 Thread Mark Brown
Package: bugs.debian.org
Severity: normal

When I attempt to use Options->Categorise bugs by... to display bugs in
my maintainer listing by status and severity only I find that this has
no effect on the displayed page.  Selecting display by bug number alone
has no visible effect either.

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


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



Bug#335186: ttf-kochi-mincho: kanji glyph unicode U+51B7 (cold) looks incorrect

2005-10-22 Thread A BELHOUANE

Package: ttf-kochi-mincho
Version: 1.0.20030809-3
Severity: normal

While trying to input the Japanese word tsumetai, I found that the kanji
for the "tsume" part doesn't look the same as in my (paper) japanese
lessons in several Japanese fonts including ttf-kochi-mincho. I found at
least one font set that displays it the same: the fonts in the
ttf-mikachan package (also maintained by GOTO Masanori, that's why I
chose ttf-kochi-mincho for my bug report).

To find the character, for example, use the program gucharmap, and
search for "U+51B7" or input the kanji, then compare the display of the
selected glyph using the font Kochi Mincho then the font Mikachan.

To have a detailed look at it, use the program fontforge with
/usr/share/fonts/truetype/kochi/kochi-mincho.ttf and with
/usr/share/fonts/truetype/mikachan/mikachan.ttf, browse (View/Goto) to
U+51B7, and look at the two different truetype drawings.

References to what should be the official glyph:
http://www.unicode.org/cgi-bin/GetUnihanData.pl?codepoint=51B7
http://www.unicode.org/charts/PDF/U4E00.pdf

A link here with a movie showing somebody actually drawing it:
http://web.mit.edu/jpnet/ji/kuten/4668.html

A link here giving some doubts (because it shows the two kinds of
picture for the glyph, maybe the 1st picture was autogenerated from
a wrong font?):
http://www.yamasa.cc/members%5Cocjs%5Ckanjidic.nsf/SortedByKanji2/%E5%86%B7?OpenDocument

My Japanese knowledge is very limited, but I didn't find hints that the
two pictures are to be considered equivalent nor that this issue has
been known anywhere. If there is an explaination why they would be
equivalent, please let me know and close the bug.

Adel BELHOUANE.


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

Versions of packages ttf-kochi-mincho depends on:
ii  defoma 0.11.8-0.1Debian Font Manager -- automatic f
ii  xutils 4.3.0.dfsg.1-14sarge1 X Window System utility programs

-- no debconf information


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



Bug#259973: Debian bug #259973: "template primary group" seems to be an unknown parameter

2005-10-22 Thread Andrew Suffield
Good heavens, what an old bug.

On Sat, Oct 22, 2005 at 11:37:44AM +0200, Christian Perrier wrote:
> Andrew (Suffield...as A. Bartlett is also following the Debian BTS, I
> have to avoid confusion),
> 
> From what I see in samba sources, "template primary group" is not a
> recognized parameter for smb.conf (source/param/loadparm.c doesn't
> list it).
> 
> It doesn't appear anywhere in the sourceexcept in WHATSNEW.txt and
> in a few places in Samba3-ByExample and Samba3-HOWTO.

I can see it in 3.0.14a-6. It's this line:

source/nsswitch/winbindd_acct.c:group = 
lp_template_primary_group();

Plus the associated config parsing stuff.

-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'  |
   `- -><-  |


signature.asc
Description: Digital signature


Bug#335173: ITP: dspam -- Highly accurate and fast statistical spam filter

2005-10-22 Thread Matthijs Mohlmann
Hi,

On Sat, 2005-10-22 at 12:08 +0200, Rudolf Weeber wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Rudolf Weeber <[EMAIL PROTECTED]>
> 
> * Package name: dspam
>   Version : x.y.z
>   Upstream Author : Deep Logic Inc.
> * URL : www.nuclearelephant.com/projects/dspam
> * License : gpl
>   Description : Highly accurate and fast statistical spam filter
> 
> >From the readme:
> 
> DSPAM is an open-source, freely available anti-spam solution designed to 
> combat
> unsolicited commercial email using advanced statistical analysis. In short,
> DSPAM filters spam by learning what spam is and isn't. It does this by 
> learning
> each user's individual mail behavior. This allows DSPAM to provide 
> highly-accurate, personalized filtering for each user on even a large system 
> and provides an administratively maintenance free solution capable of 
> learning 
> each user's email behaviors with very few false positives.  
> 
> Additional Info:
> It supports (among others) Mysql and Pgsql storage backends and also has
> a webinterface for users to change their settings, and (if activated) go
> through their quarantaine.
> 
> About myself:
> I am packaging this program, because we are using it the students'
> representation at university, and having a standardized, easy to install
> package would be very handy.
> 
> I'm not yet a Debian developer, so I'll be looking for a sponsor
> shortly :-)
> 
There is already an ITP for it, and also a maintainers team.

See: [EMAIL PROTECTED] or #debian-dspam on
irc.freenode.net.

Regards,

Matthijs Mohlmann



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


Bug#80804: Solid Home Loans made easy

2005-10-22 Thread Jonathan Roach
THIS IS GOING TO BE OUR ABSOLUTE ATTEMPT

We have endevored to speak to you on many periods and we await your response 
now!

Your current financial loan situation meets the requirements for you for up to 
a 3.10% lower rate.

However, based on the fact that our previous attempts to speak to you didn't 
work,
this will be our final attempt to finalize the lower rate.

Please finalize this final step upon receiving this notice immediately,and 
complete your request for information now.

Submission Here:

http://www.kqmort.com


Best regards,
Jonathan Roach













armenia you bandwagon me, emplace . [2


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



Bug#335187: [l10n] Initial Czech translation of gnumed-client debconf messages

2005-10-22 Thread Miroslav Kure
Package: gnumed-client
Severity: wishlist
Tags: l10n, patch

Hi, in attachement there is initial Czech translation (cs.po) of
gnumed-client debconf messages, please include it.

-- 
Miroslav Kure


cs.po.gz
Description: Binary data


Bug#335188: mgdiff: Insecure /tmp usage in viewpatch example script

2005-10-22 Thread Javier Fernández-Sanguino Peña

Package: mgdiff
Version: 1.0-27
Priority: minor
Tags: security

While doing a source code audit looking for security bugs I've found that the
viewpatch script (distributed by mgdiff in /usr/share/doc/mgdiff/ and thus,
not provided as a binary) does not use /tmp safely and can, consequentely,
be used to conduct symlink attacks.

Attached is a patch fixing that issue.

Regards

Javier
diff -Nru mgdiff-1.0-27/debian/changelog mgdiff-1.0/debian/changelog
--- mgdiff-1.0-27/debian/changelog  2005-10-22 15:24:06.0 +0200
+++ mgdiff-1.0/debian/changelog 2005-10-22 15:15:30.0 +0200
@@ -1,3 +1,9 @@
+mgdiff (1.0-28) unstable; urgency=low
+
+  * Fixed viewpatch to prevent temporary symlink attacks.
+
+ -- Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>  Sat, 22 Oct 2005 
15:15:20 +0200
+
 mgdiff (1.0-27) unstable; urgency=low
 
   * updated Paul Serices rmgdiff shell and awk scripts to 1.8.1, available
diff -Nru mgdiff-1.0-27/debian/viewpatch mgdiff-1.0/debian/viewpatch
--- mgdiff-1.0-27/debian/viewpatch  2005-10-22 15:24:06.0 +0200
+++ mgdiff-1.0/debian/viewpatch 2005-10-22 15:14:32.0 +0200
@@ -11,17 +11,23 @@
 # over many unices.
 #
 
-HOST=`hostname`;
-PID=$$;
-USER=`whoami`;
+FNAME=`tempfile` || { echo "$0: Cannot create temporary file" >&2; exit 1;  }
+trap " [ -f \"$FNAME\" ] && /bin/rm -f -- \"$FNAME\"" 0 1 2 3 13 15
 
-FNAME=/tmp/$HOST-$USER-$PID;
 ORIG=$1
 PATCH=$2
 
 shift 2
 
+if [ -z "$ORIG" ] ||  [ ! -e "$ORIG" ] ; then
+   echo "$0: original file '$ORIG' does not exist"
+fi
+if [ -z "$PATCH" ] ||  [ ! -e "$PATCH" ] ; then
+   echo "$0: original file '$ORIG' does not exist"
+fi
+
+
 cp $ORIG $FNAME;
 if patch $* $FNAME  < $PATCH; then mgdiff $ORIG $FNAME; fi
 
-rm -f $FNAME
+exit 0


signature.asc
Description: Digital signature


Bug#335189: edict: Release 2005-10-22

2005-10-22 Thread Dr. Markus Waldeck
Package: edict
Version: 2005.06.10-1
Severity: normal

Release 2005-10-22 is available


-- System Information:
Debian Release: testing/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)

-- no debconf information


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



Bug#332562: tetex-bin install problem

2005-10-22 Thread Osamu Aoki
Hi,

debian-reference has debian/control file

Source: debian-reference
Section: doc
Priority: optional
Maintainer: Osamu Aoki <[EMAIL PROTECTED]>
Uploaders: Ramakrishnan M <[EMAIL PROTECTED]>
Build-Depends-Indep: debhelper (>> 3.0.0), debiandoc-sgml (>= 1.1.85),
tetex-bin, tetex-extra, w3m (>= 0.3) | w3m-ssl (>= 0.3) | w3mmee (>=
0.3), cjk-latex, freetype1-tools, tfm-arphic-bsmi00lp,
tfm-arphic-bkai00mp, tfm-arphic-gbsn00lp, tfm-arphic-gkai00mp,
hbf-jfs56, hbf-cns40-b5, hbf-kanji48, gs-esp
Standards-Version: 3.6.1

and this package faces build issues under pbuilder (pdebuild)
I will attache key error info below.

Few notable errors during build process under pbuilder:

$ cd /path/to/empty/space/
$ apt-get source debian-reference
$ cd debian-reference*
$ pdebuild # I already have working sid pbuilder setup

...

Unpacking x11-common (from .../x11-common_6.8.2.dfsg.1-9_all.deb) ...
/var/lib/dpkg/tmp.ci/preinst: line 914: [: : integer expression expected
Selecting previously deselected package xlibs-data.

...
... then 
...

Setting up debiandoc-sgml (1.1.92) ...

Setting up defoma (0.11.8-0.1) ...

Setting up libttf2 (1.4pre.20030402-1.1) ...

Setting up libcupsys2 (1.1.23-12) ...

Setting up libjpeg62 (6b-10) ...

Setting up libtiff4 (3.7.4-1) ...

Setting up libcupsimage2 (1.1.23-12) ...

Setting up gsfonts (8.14+v8.11+urw-0.2) ...
(Re-)registering PostScript fonts...done.

Setting up hbf-cns40-1 (1.0-3) ...
 Running /usr/bin/mktexlsr /usr/share/texmf ...

Setting up hbf-cns40-2 (1.0-3) ...
 Running /usr/bin/mktexlsr /usr/share/texmf ...

Setting up hbf-cns40-3 (1.0-3) ...
 Running /usr/bin/mktexlsr /usr/share/texmf ...

Setting up hbf-cns40-b5 (1.0-3) ...
 Running /usr/bin/mktexlsr /usr/share/texmf ...

Setting up hbf-kanji48 (1.0-2) ...
 Running /usr/bin/mktexlsr /usr/share/texmf ...

Setting up libfreetype6 (2.1.10-1) ...

Setting up libfs6 (6.8.2.dfsg.1-9) ...

Setting up xutils (6.8.2.dfsg.1-9) ...

Setting up ttf-arphic-bkai00mp (2.10-6) ...

Setting up ttf-arphic-bsmi00lp (2.10-6) ...

Setting up ttf-arphic-gbsn00lp (2.11-6) ...

Setting up ttf-arphic-gkai00mp (2.11-6) ...

Setting up libxt6 (6.8.2.dfsg.1-9) ...

Setting up libxmu6 (6.8.2.dfsg.1-9) ...

Setting up libxtrap6 (6.8.2.dfsg.1-9) ...

Setting up xlibs (6.8.2.dfsg.1-9) ...

Setting up libxaw8 (6.8.2.dfsg.1-9) ...

Setting up tetex-bin (3.0-10) ...

Creating config file /etc/texmf/fmt.d/01tetex.cnf with new version
rm: cannot remove `/var/lib/texmf/web2c/*fmt': No such file or directory
dpkg: error processing tetex-bin (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of tetex-extra:
 tetex-extra depends on tetex-bin (>= 2.99); however:
  Package tetex-bin is not configured yet.
dpkg: error processing tetex-extra (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of cjk-latex:
 cjk-latex depends on tetex-bin (>= 1.0.6-1.1); however:
  Package tetex-bin is not configured yet.
dpkg: error processing cjk-latex (--configure):
 dependency problems - leaving unconfigured
Setting up freetype1-tools (1.4pre.20030402-1.1) ...
 Running /usr/bin/mktexlsr /usr/share/texmf ...

dpkg: dependency problems prevent configuration of hbf-jfs56:
 hbf-jfs56 depends on tetex-bin; however:
  Package tetex-bin is not configured yet.
dpkg: error processing hbf-jfs56 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tfm-arphic-bkai00mp:
 tfm-arphic-bkai00mp depends on tetex-bin; however:
  Package tetex-bin is not configured yet.
dpkg: error processing tfm-arphic-bkai00mp (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tfm-arphic-bsmi00lp:
 tfm-arphic-bsmi00lp depends on tetex-bin; however:
  Package tetex-bin is not configured yet.
dpkg: error processing tfm-arphic-bsmi00lp (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tfm-arphic-gbsn00lp:
 tfm-arphic-gbsn00lp depends on tetex-bin; however:
  Package tetex-bin is not configured yet.
dpkg: error processing tfm-arphic-gbsn00lp (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tfm-arphic-gkai00mp:
 tfm-arphic-gkai00mp depends on tetex-bin; however:
  Package tetex-bin is not configured yet.
dpkg: error processing tfm-arphic-gkai00mp (--configure):
 dependency problems - leaving unconfigured
Setting up gs-common (0.3.9) ...
Updating font configuration of gs...
Cleaning up category psprint..
Cleaning up category cmap..
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category gsfontderivative..
Cleaning up category type3..
Cleaning up category type1..
Updating category type1..
Updating category type3..
Updating category gsfontderivative..
Updating category truetype..
Updating category cid..
Updating category cmap..
Updating

Bug#332562: rm: cannot remove `/var/lib/texmf/web2c/*fmt': No such file or directory

2005-10-22 Thread Osamu Aoki
retitle 332562 TeTeX causes FTBFS on debian-reference
severity grave 332562
merge 332562 335055
thanks

As I reported separately, since tetex-bin is uninstallable, it causes
other package to fail building in pbuilder now.

Please fix this.

I am retiteling and merging since these 2 bugs are the same error
messages.

...
Creating config file /etc/texmf/fmt.d/01tetex.cnf with new version
rm: cannot remove `/var/lib/texmf/web2c/*fmt': No such file or directory
dpkg: error processing tetex-bin (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of tetex-extra:
 tetex-extra depends on tetex-bin (>= 2.99); however:
  Package tetex-bin is not configured yet.
dpkg: error processing tetex-extra (--configure):
 dependency problems - leaving unconfigured
...

Osamu

On Sat, Oct 22, 2005 at 06:03:09AM -0700, Debian Bug Tracking System wrote:
> Processing commands for [EMAIL PROTECTED]:
> 
> > reassign 332562 tetex-bin 3.0-10
> Bug#332562: FTBFS: Link not found in target hashtable
> Bug reassigned from package `debian-reference' to `tetex-bin'.
> 
> > merge 332562 335055
> Bug#332562: FTBFS: Link not found in target hashtable
> Bug#335055: tetex-bin: Uninstallable: rm: cannot remove 
> `/var/lib/texmf/web2c/*fmt': No such file or directory
> Mismatch - only Bugs in same state can be merged:
> Values for `severity' don't match:
>  #332562 has `serious';
>  #335055 has `grave'

Dah, I should have changed severity too.


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



Bug#335055: tetex-bin: Uninstallable: rm: cannot remove `/var/lib/texmf/web2c/*fmt': No such file or directory

2005-10-22 Thread Kurt Roeckx
On Fri, Oct 21, 2005 at 08:52:50PM +0200, Ralf Stubner wrote:
> 
> Thanks for reporting. This is now fixed in our SVN.

It would be nice if this got uploaded soon, since this is causing
problems on the buildds.


Kurt



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



Bug#335190: zsh: Enhancements to zsh-mime-handler

2005-10-22 Thread R.Ramkumar
Package: zsh
Version: 4.2.5-20
Severity: wishlist
Tags: patch

Just felt that there is much scope for customization in
zsh-mime-{handler,setup}. I have patched the files for the following
enhancements (thought that the additions were too small to merit
reporting them individually, so I am putting them together):

1. zsh-mime-setup: A mechanism for resolving conflicts when there
   are multiple entries in the mailcap files. Rather than using
   mailcap.order, it provides for generic mechanisms like matching
   flags for needsterminal and giving them priority, using the
   priority flag in the mailcap entry etc.

2. zsh-mime-handler: An option to prevent use of `eval' instead of
   `sh -c' for complex command patterns. I know these can possibly
   break if sh compatibility is assumed, but for those reasonably
   confident, this can save a new process spawn.

3. zsh-mime-handler: An option to never background the spawned
   processes.

I have documented the changes in the patch. The default behaviour
remains the same with the patch. These features need to be
explicitly activated using zstyle.

I am new to zsh scripting. So, it's very much possible that I've
messed up things. Please bear with me :)

Ramkumar.



diff -Naur orig/zsh-mime-handler new/zsh-mime-handler
--- orig/zsh-mime-handler   2005-10-22 00:25:38.0 +0530
+++ new/zsh-mime-handler2005-10-22 18:07:52.0 +0530
@@ -44,13 +44,22 @@
 suffix=$match[1]
 context=":mime:.${suffix}:"
 
-local handler flags
+local handler flags no_sh no_bg
 
 zstyle -s $context handler handler ||
   handler="${zsh_mime_handlers[$suffix]}"
 zstyle -s $context flags flags ||
   flags="${zsh_mime_flags[$suffix]}"
 
+# Set to yes if we use eval instead of sh -c for complicated mailcap lines
+# Can possibly break some mailcap entries which expect sh compatibility,
+# is faster, as a new process is not spawned.
+zstyle -T $context current-shell && no_sh=yes
+
+# Set to yes if the process shouldn't be backgrounded even if it doesn't need a
+# terminal and display is set.
+zstyle -T $context never-background && no_bg=yes
+
 local -a files
 local hasmeta stdin
 
@@ -82,7 +91,11 @@
   files=(${(q)argv})
   zformat -f command $handler s:"$files"
 fi
-execargs=(sh -c $command)
+if [[ $no_sh = yes ]]; then
+  execargs=(eval $command)
+else
+  execargs=(sh -c $command)
+fi
   else
 # Simple command, one filename.
 # Split and add the file without extra quoting,
@@ -95,7 +108,7 @@
 else
   # If there's no %s, the input is supposed to come from stdin.
   stdin=1
-  if [[ -n $hasmeta ]]; then
+  if [[ -n $hasmeta && $no_sh != yes ]]; then
 execargs=(sh -c "$handler")
   else
 execargs=(${=handler})
@@ -113,7 +126,7 @@
   else
 $execargs | eval ${PAGER:-more}
   fi
-elif [[ $flags = *needsterminal* || -z $DISPLAY ]]; then
+elif [[ $no_bg = yes || $flags = *needsterminal* || -z $DISPLAY ]]; then
   # Needs a terminal, so run synchronously.
   # Obviously, if $DISPLAY is empty but the handler needs a
   # GUI we are in trouble anyway.  However, it's possible for
diff -Naur orig/zsh-mime-setup new/zsh-mime-setup
--- orig/zsh-mime-setup 2005-10-22 00:25:38.0 +0530
+++ new/zsh-mime-setup  2005-10-22 18:07:52.0 +0530
@@ -157,10 +157,39 @@
   unfunction mime-setup-add-type >&/dev/null
 }
 
+local -a pats_prio o_prios
+local o_overwrite sentinel
+typeset -A type_prio_flags_map type_prio_src_map type_prio_mprio_map
+integer src_id prio mprio
+
+# A list of keywords indicating the methods used to break ties amongst multiple
+# entries. The following keywords are accepted:
+# files: The order of files read: Entries from files read earlier are preferred
+#   (The default value of the variable is a list with this keyword alone)
+# priority: The priority flag is matched in the entry. Can be a value from 0 to
+# 9. The default priority is 5. Higher priorities are preferred.
+# flags: See the mailcap-prio-flags option
+# place: Always overrides. Useful for specifying that entries read later are
+# preferred.
+#
+# As the program reads mailcap entries, if it encounters a duplicate entry, 
each
+# of the keywords in the list are checked to see if the new entry can override
+# the existing entry. If none of the keywords are able to decide whether the 
new
+# entry should be preferred to the older one, the new entry is discarded.
+zstyle -a :mime: mailcap-priorities o_prios || o_prios=(files)
+
+# This style is used as an argument for the flags test in mailcap-priorities.
+# This is a list of patterns, each of which is tested against the flags for the
+# mailcap entry. An match with a pattern ahead in the list is preferred as
+# opposed to a match later in the list. An unmatched item is least preferred.
+zstyle -a :mime: mailcap-prio-flags pats_prio
+
 # Loop through files to find handlers for types.
+((src_id = 0))
 for file in $cap_files; do
   [[ -r $file ]] || continue
 
+  ((src_id = src_id + 1))
   # Oh, gre

Bug#335191: msgdiff: Allows user to set both input as '-'

2005-10-22 Thread Javier Fernández-Sanguino Peña

Package: mgdiff
Version: 1.0-27
Severity: normal
Tags: patch

Mgdiff will happily allow users to set '-' as both files which will not work
(since stdin is only read once) and makes it generate two temporary files
(although only the last one will be removed on exit).

The attached patch fixes this by having it reject a call of the form: 

$ msgdiff - - 

Regards

Javier
--- mgdiff-1.0-27/mgdiff.c  2005-10-22 15:24:06.0 +0200
+++ mgdiff-1.0/mgdiff.c 2005-10-22 15:43:13.0 +0200
@@ -1163,6 +1163,10 @@
 * two filenames on command line; process them
 */
 case 3:
+   if (strcmp (argv[1], "-") == 0 && strcmp (argv[1], "-") == 0) {
+   (void) fprintf (stderr, "Cannot use stdin for both file 
input\n");
+   exit (2);
+   }
if (strcmp (argv[1], "-") == 0) {
if (!copy_to_tempfile (stdin, tempfname, sizeof (tempfname))) {
(void) fprintf (stderr, "Error copying stdin to temp file 
\"%s\"\n", tempfname);


signature.asc
Description: Digital signature


Bug#332562: FTBFS: Link not found in target hashtable

2005-10-22 Thread Osamu Aoki
tags 332562 - unreproducible
thanks

Since FTBFS was reproduced (although different cause), I remove this
tag.


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



Bug#335192: [l10n] Initial Czech translation of karrigell debconf messages

2005-10-22 Thread Miroslav Kure
Package: karrigell
Severity: wishlist
Tags: l10n, patch

Hi, in attachement there is initial Czech translation (cs.po) of
karrigell debconf messages, please include it.

-- 
Miroslav Kure


cs.po.gz
Description: Binary data


Bug#335193: gnubiff: manual page should refer to info page

2005-10-22 Thread Jay Berkenbilt
Package: gnubiff
Version: 2.1.5-1
Severity: minor


Thanks for packaging gnubiff and writing a manual page for it.  Since
gnubiff includes info documentation, it would be most helpful if the
manual page had, in addition to its current contents, one sentence
pointing to the info documentation.  That way, people won't have to
run dpkg --listfiles gnubiff to realize where the rest of the
documentation is.  Thanks!

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

Versions of packages gnubiff depends on:
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgamin0 0.1.6-1Client library for the gamin file 
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libgconf2-4   2.10.1-6   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.3-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  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  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-8 Inter-Client Exchange library
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-02.10.2-1   library for GNOME 2 panel applets
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-8 X Window System Session Management
ii  libssl0.9.7   0.9.7g-5   SSL shared libraries
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  libxml2   2.6.22-1   GNOME XML library
ii  sox   12.17.8-1  A universal sound sample translato
ii  xlibs 6.8.2.dfsg.1-8 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

gnubiff recommends no packages.

-- no debconf information


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



Bug#332532: details

2005-10-22 Thread Mirco Bauer
title 332532 mono: [s390/unstable] FTBFS
thanks

s390 is supported by upstream but does not work currently with mono
1.1.9.1 neither 1.1.9.2, hopefully the next release will solve this.
Since s390 is not in the arch field of the mono packages this is not a
big problem yet...

-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key:
http://keyserver.noreply.org/pks/lookup?op=get&search=0xEEF946C8

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


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


Bug#335194: Plone searchs zope instead of zope2.7

2005-10-22 Thread margà'

Package: zope-cmfplone
Version: 2.0.4-3
Severity: Important

Hi,
I have installed zope (2.7).
Today I did
# apt-get install zope-cmfplone

And every thing went ok except when the script tried to restart plone.
 couldn't find /etc/init.d/zope (I have not the exact line, but that was  
the meaning)

But the installation didn't broke up. So I did
# /etc/init.d/zope2.7 restart
Then when I log-in in my zope, ther was no Plone Product.
I looked in /usr/lib and found (what I think is the problem) two dirs:
drwxr-xr-x   3 root root1024 2005-10-22 15:12 zope
drwxr-xr-x   8 root root1024 2005-10-08 17:24 zope2.7

In zope were all the files from Plone under lib/python/Products
so I copied those files under /usr/lib/zope2.7/lib/python/Products ,  
restarted, and now it seams to work.


So it is looking for the name "zope" when it want to restart the service,  
and when it copies the files, instead then looking for "zope2.7"


I hope this can help.
Thank you for your attention
Goodbye
Marco Gario


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



Bug#335195: octave2.1: document incomplete gamma function

2005-10-22 Thread James R. Van Zandt
Package: octave2.1
Version: 2.1.69-1
Severity: minor


There are several functions called "incomplete gamma function" in the
literature.  I suggest this patch to relate this function to the
standard nomenclature - i.e. (using TeX) which one of

 $  \gamma(a,z)  $  with limiting value $ \gamma(a,\infty)=\Gamma(a) $
 $  \Gamma(a,z)  $  with limiting value $ \Gamma(a,\infty)=0 $
 $  P(a,z)  $   with limiting value $ P(a,\infty)=1 $

is being calculated.

  - Jim Van Zandt

--- src/DLD-FUNCTIONS/gammainc.cc-old   2005-10-22 09:55:46.0 -0400
+++ src/DLD-FUNCTIONS/gammainc.cc   2005-10-22 10:05:15.0 -0400
@@ -36,7 +36,7 @@
 DEFUN_DLD (gammainc, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Mapping Function} {} gammainc (@var{x}, @var{a})\n\
-Computes the incomplete gamma function,\n\
+Computes the normalized incomplete gamma function,\n\
 @iftex\n\
 @tex\n\
 $$\n\
@@ -55,6 +55,9 @@
 @end smallexample\n\
 @end ifinfo\n\
 \n\
+with the limiting value of 1 as X goes to infinity.
+The standard notation is P(A,X), e.g. Abramowitz & Stegun (6.5.1).
+\n\
 If @var{a} is scalar, then @code{gammainc (@var{x}, @var{a})} is returned\n\
 for each element of @var{x} and vice versa.\n\
 \n\


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

Versions of packages octave2.1 depends on:
ii  atlas3-base [liblapack.s 3.6.0-19Automatically Tuned Linear Algebra
ii  fftw33.0.1-11Library for computing Fast Fourier
ii  lapack3 [liblapack.so.3] 3.0.2531a-6 library of linear algebra routines
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libg2c0  1:3.4.4-5   Runtime library for GNU Fortran 77
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libhdf5-serial-1.6.2-0 [ 1.6.2-3 Hierarchical Data Format 5 (HDF5) 
ii  libncurses5  5.4-9   Shared libraries for terminal hand
ii  libreadline5 5.0-10  GNU readline and history libraries
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  texinfo  4.7-2.2 Documentation system for on-line i
ii  zlib1g   1:1.2.2-4   compression library - runtime

octave2.1 recommends no packages.

-- no debconf information


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



Bug#335197: [l10n] Initial Czech translation of nessus-core debconf messages

2005-10-22 Thread Miroslav Kure
Package: nessus-core
Severity: wishlist
Tags: l10n, patch

Hi, in attachement there is initial Czech translation (cs.po) of
nessus-core debconf messages, please include it.

-- 
Miroslav Kure


cs.po.gz
Description: Binary data


Bug#335198: nethack-console: Starting nethack when the terminal has >255 columns results in bad display

2005-10-22 Thread dh
Package: nethack-console
Version: 3.4.3-7
Severity: normal

When starting nethack from a terminal with >255 lines, the display is
quite badly messed up. The effect is as if Nethack has interpreted the
terminal as having (far) fewer columns that it actually does, trying to
display text in a narrow strip down the left hand side of the terminal.

If the terminal has 256-258 (inclusive) columns, only one column is used
to display text. For n columns, where n >= 258 and n < 512, n-257
columns will be used to display the text. It appears that the problem
recurs as the terminals get wider. With 512-514 (inclusive) on the
terminal, only 1 columns gets used for displaying text. For >=514
columns (presumably up to 767 columns, though I've not tested this), if
there are n columns in the terminal, n-513 columns are used to display
the text.

For reference, these observations were made under X-based terminals
(Eterm, aterm and xterm), all giving the same results. To give you an
example, here is the initial display after running nethack with a 266
column, 79 line terminal:

>>>

NetHack, 
Copyright
 1985-200
3
 
By Sticht
ing Mathe
matisch C
entrum an
d M. Step
henson.
 
See licen
se for de
tails.


Shall I p
ick a cha
racter's 
race, rol
e, gender
 and alig
nment for
 you? [yn
q] 
<<<

Blank lines at the bottom have been omitted. The result is text
formatted into 266-257=9 columns, which gets fairly unreadable as you
start to play!

It's worth noting that not everything is forced into these nine columns.
The game view and status line seem to display as normal, with all other
things (such as the inventory, the extmenu and the like) all being
crammed into the first nine columns. To illustrate that point, here's
the display on the same terminal after starting the game fully:

>>>
Velkommen Darkhorse, welcome to NetHack!  You are a neutral human Valkyrie.


 
 |..$...|
 [EMAIL PROTECTED]|
 --- 
















Darkhorse
Dlvl:1  $
<<<

Please do let me know if I can provide any further information to help
solve this problem.

All the best,
-Dave.


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.1
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages nethack-console depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  nethack-common3.4.3-7Common files for Nethack dungeon c

nethack-console recommends no packages.

-- no debconf information


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



Bug#335199: cupsys: FTBFS: Not using -fPIC to make shared lib.

2005-10-22 Thread Kurt Roeckx
Package: cupsys
Version: 1.1.99.b1.r4748-1
Severity: serious
Tags: experimental

Hi,

Your package is failing to build on amd64 with the following
error:
Linking libcups.so.2...
/usr/bin/ld: array.o: relocation R_X86_64_PC32 against `cupsArrayCurrent' can 
not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value

The build log does not show the actual commands used to compile,
but it probably didn't use -fPIC to make array.o and the other .o
files.  To make a shared library you need to be using -fPIC.  For
a static library you shouldn't be using it.


Kurt



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



Bug#334694: acknowledged by developer (Bug#334694: fixed in libpam-mount 0.9.27.62-1)

2005-10-22 Thread Micha Kersloot
Debian Bug Tracking System schreef:
> 
> We believe that the bug you reported is fixed in the latest version of
> libpam-mount, which is due to be installed in the Debian FTP archive:
> 
ii  libpam-mount   0.9.27.62-1a PAM module that can mount volumes
ii  cryptsetup 20050111-3 configures encrypted block devices

I'm sorry to say, but that's a no.

It still uses the -d parameter of cryptsetup in some cases and that
parameter doesn't work correct in all cases. It does not work correct on
my system where the partition is encrypted with the password that i use
to log in.

I know it's more a cryptsetup bug, but you are relying on it, so that
makes it a problem for your package also.

I'm not sure why you (or upstream) are using that -d /dev/stdin
parameter at all. I've only deleted this parameter to get my system working.

-- 
Met vriendelijke groet,

Micha Kersloot

Op de hoogte blijven? Schrijf je nu in voor de nieuwsbrief!
http://www.kovoks.nl/index.phtml?table=contactnbrf


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



Bug#321720: autoconf macro to turn off executable stack

2005-10-22 Thread Alexei Sheplyakov
Hello!

On Wed, 14 Sep 2005 20:31:20 +0200, Werner Koch wrote:

> I have just added a configure time option --enable-noexecstack to the
> upstream source.  It is the same thing as we did with GnuPG a while
> ago.  I hope that eventually someone will find the time to write a
> short autoconf tests, so that we don't need this option anymore.

Here it is:

diff -Nru libgcrypt11-1.2.1/acinclude.m4 libgcrypt11-1.2.1-hacked/acinclude.m4
--- libgcrypt11-1.2.1/acinclude.m4  2005-07-04 14:26:55.0 +0400
+++ libgcrypt11-1.2.1-hacked/acinclude.m4   2005-10-22 17:00:11.0 
+0400
@@ -727,3 +727,30 @@
 fi
 ])
 
+dnl Checks whether the stack can be marked nonexecutable by passing an option
+dnl to the C-compiler when acting on .s files. Appends that option to 
CCASFLAGS.
+dnl This macro is adapted from one found in GLIBC-2.3.5.
+AC_DEFUN([CL_AS_NOEXECSTACK],[
+AC_REQUIRE([AC_PROG_CC])
+AC_REQUIRE([AM_PROG_AS])
+AC_CACHE_CHECK([whether assembler supports --noexecstack option],
+cl_cv_as_noexecstack, [dnl
+  cat > conftest.c /dev/null])
+  then
+cl_cv_as_noexecstack=yes
+  else
+cl_cv_as_noexecstack=no
+  fi
+  rm -f conftest*])
+  if test "$cl_cv_as_noexecstack" = yes; then
+ CCASFLAGS="$CCASFLAGS -Wa,--noexecstack"
+  fi
+])
+
diff -Nru libgcrypt11-1.2.1/configure.ac libgcrypt11-1.2.1-hacked/configure.ac
--- libgcrypt11-1.2.1/configure.ac  2005-10-21 14:51:47.0 +0400
+++ libgcrypt11-1.2.1-hacked/configure.ac   2005-10-22 16:58:33.0 
+0400
@@ -380,6 +380,7 @@
 AC_PROG_CC
 AC_PROG_CPP
 AM_PROG_AS
+CL_AS_NOEXECSTACK
 AC_ISC_POSIX
 AC_PROG_INSTALL
 AC_PROG_AWK

-- 
All science is either physics or stamp collecting.



signature.asc
Description: Digital signature


Bug#323770: Woody release notes: is obsoleted by sarge now.

2005-10-22 Thread Adrian von Bidder
Sorry for the messed-up references header.  Please cc: me - I don't follow 
-www

Frans Pop:
> On Thursday 20 October 2005 21.32, Adrian von Bidder wrote:
[woody release notes don't point to sarge]
>> /me points to  which even includes a patch
>> and mentions the situation wrt security updates. (Yeah, I forgot to tag
>> it when I filed the bug, but then the mail is short enough that somebody
>> on d-www might have noticed the patch...)

> There was a discussion about this earlier. Woody has not yet been 
> obsoleted as it is still in the main archives and there is still Security 
> support for it.

Ah.  There's no mention in the bug I filed...

IMHO that's just nitpicking: Debian doesn't really recommend (> 3 years old) 
woody for new installation and a newer Debian release is available.  That 
meets my definition of 'obsolete'.

That aside, I don't care if we call it obsolete or not, but I think it's 
really important to point out that sarge exists in the woody release 
information. 
So maybe something like this is better?

===
RCS file: /cvs/webwml/webwml/english/releases/woody/index.wml,v
retrieving revision 1.25
diff -u -r1.25 index.wml
--- index.wml   18 Sep 2003 16:04:23 -  1.25
+++ index.wml   22 Oct 2005 14:44:38 -
@@ -9,6 +9,15 @@
 our press release and the
 Release Notes.

+Please note that the Debian project has released Debian GNU/Linux 3.1 (sarge) on
+6th June 2005, so you may not want to use the Debian GNU/Linux 3.0 for new
+installations.  The security team has announced that it will continue to
+provide security updates for Debian GNU/Linux 3.0 (woody) until May
+2006 or until security support for etch (the release following sarge)
+starts.
+
 Debian GNU/Linux 3.0 is available from
 the Internet and from CD vendors.

greetings
-- vbi


-- 
featured link: http://fortytwo.ch/gpg/intro


pgpEwxkz5jjbX.pgp
Description: PGP signature


Bug#335200: tftpd: manpage differ with a new file

2005-10-22 Thread Hiroyuki YAMAMORI
Package: tftpd
Version: 0.17-15
Severity: normal

*** Please type your report below this line ***

`man tftpd' says "Files may be written only if they already exist
and are publicly writable." but tftpd 0.17-15 made enable create
a new file.
IMO, tftpd is a traditional app, so it's not necesary that tftpd
create a new file.
If you want to create a new file, install tftpd-hpa.

Thanks,
--
Hiroyuki YAMAMORI <[EMAIL PROTECTED]>
GnuPG FP: D9D2 F04D DD2D 720E E564  D1EC 4617 22C1 B881 226E

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

Versions of packages tftpd depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  netbase   4.22   Basic TCP/IP networking system

tftpd recommends no packages.

-- no debconf information


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



Bug#335055: tetex-bin: Uninstallable: rm: cannot remove `/var/lib/texmf/web2c/*fmt': No such file or directory

2005-10-22 Thread Ralf Stubner
On Sat, Oct 22, 2005 at 15:23 +0200, Kurt Roeckx wrote:
> On Fri, Oct 21, 2005 at 08:52:50PM +0200, Ralf Stubner wrote:
> > 
> > Thanks for reporting. This is now fixed in our SVN.
> 
> It would be nice if this got uploaded soon, since this is causing
> problems on the buildds.

I am not a DD, so I can't help here. AFAIK Frank, who does the main work
on the teTeX packages, is offline over the weekend. The fix is in the
SVN, though, (together with a fix for #334660) located at

svn.debian.org/svn/pkg-tetex/tetex-bin/trunk/ 

Maybe one of the other uploaders for teTeX could prepare new packages? I
am not experienced enough to judge the situation, but a NMU might also
make sense.

Sorry for not being able to help more.

cheerio
ralf



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



Bug#335114: Only a problem on amd64

2005-10-22 Thread Ola Lundqvist
severity 335114 important
tags 335114 + amd64
thanks

This is only a problem on amd64.

Regards,

// Ola

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


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



Bug#335145: removal of automake1.6

2005-10-22 Thread Mikael Hedin


22 okt 2005 kl. 03.30 skrev Eric Dorland:


Hello,


Hi, I'll fix it, don't think it will be hard, but I have not had time  
recently. If anyone want to NMU it's okay if you are in a hurry.


/Micce

BEGIN:VCARD
VERSION:2.1
N:Hedin;Mikael;;;
FN:Mikael Hedin
NICKNAME:Micce
TITLE:MSc
EMAIL;INTERNET;HOME:[EMAIL PROTECTED]
EMAIL;INTERNET;WORK:[EMAIL PROTECTED]
TEL;HOME:+46(0)8-344979
TEL;CELL:+46(0)70-5891533
ADR;HOME:;;Sickla Kanalgata 65;Stockholm;;120 68;Sverige
NOTE:GPG key id C01B2A22
BDAY;value=date:1971-07-11
CATEGORIES:
END:VCARD





Bug#334935: libcrypt-ssleay-perl

2005-10-22 Thread Paul Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

libcrypt-ssleay-perl crashes with a segfault in version 0.51-4, but 
doesn't crash with 0.51-3.

0.51-3 uses libssl0.9.7
0.51-4 uses libssl0.9.8

I'd suspect that the ABI for SSL_CTX_ctrl() has changed between 
versions of libssl.

- -- 
Paul Martin <[EMAIL PROTECTED]>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDWlXK+gi+rt7UWRIRAtf0AJ4mj6TwojeU/wKbCilQkKW7vNOAAwCdHjIf
RdsH6hyJSaSGN/iyDxQ0N40=
=gSAl
-END PGP SIGNATURE-


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



Bug#335201: [l10n] Initial Czech translation of newpki-server debconf messages

2005-10-22 Thread Miroslav Kure
Package: newpki-server
Severity: wishlist
Tags: l10n, patch

Hi, in attachement there is initial Czech translation (cs.po) of
newpki-server debconf messages, please include it.

-- 
Miroslav Kure


cs.po.gz
Description: Binary data


Bug#335202: apt-cacher: does not support pdiffs

2005-10-22 Thread Marc Haber
Package: apt-cacher
Severity: normal

apt-cacher needs to support Package Diffs, or it does _increase_ the
amount of data transfer. Please try keeping apt-cacher up to current
apt development, or using it does cause mehr trouble than it solves.

Greetings
Marc

-- 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.13-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#335203: iftop: correct -N and -F documentation

2005-10-22 Thread David Fries
Package: iftop
Version: 0.16-1
Severity: minor
Tags: patch


-N use for disabling port service name lookups, -F for network
filtering.  The man page and the usage has -N instead of -F.

I corrected the iftop.8 not the iftop.cat as I assumed the iftop.cat was
generated from the iftop.8 file.



diff -upr iftop-0.16.original/ChangeLog iftop-0.16/ChangeLog
--- iftop-0.16.original/ChangeLog   2004-02-28 12:53:37.0 -0600
+++ iftop-0.16/ChangeLog2005-10-22 10:23:27.0 -0500
@@ -4,6 +4,11 @@ $Id: ChangeLog,v 1.23 2004/02/28 18:53:3
 Attributions apply to all preceding items up to the next blank line.
 Unattributed items are by Paul Warren and Chris Lightfoot.
 
+0.?? 02/10/2005
+* Corrected the man page and usage string for the -N and -F options.
+  -F network filter, -N don't resolve port numbers
+David Fries <[EMAIL PROTECTED]>
+
 0.16 28/02/04
 * Added support for DLT_NULL
 * Fix for pthread.c behaviour on Solaris.
diff -upr iftop-0.16.original/iftop.8 iftop-0.16/iftop.8
--- iftop-0.16.original/iftop.8 2003-10-22 14:28:31.0 -0500
+++ iftop-0.16/iftop.8  2005-10-22 10:18:26.0 -0500
@@ -29,9 +29,9 @@ by using the \fB-n\fP option or by press
 
 By default, \fBiftop\fP counts all IP packets that pass through the filter, and
 the direction of the packet is determined according to the direction the packet
-is moving across the interface.  Using the \fB-N\fP option it is possible to
+is moving across the interface.  Using the \fB-F\fP option it is possible to
 get \fBiftop\fP to show packets entering and leaving a given network.  For
-example, \fBiftop -N 10.0.0.0/255.0.0.0\fP will analyse packets flowing in and
+example, \fBiftop -F 10.0.0.0/255.0.0.0\fP will analyse packets flowing in and
 out of the 10.* network.
 
 Some other filter ideas:
@@ -257,12 +257,12 @@ frozen.  In this case some captured info
 you, but is included in the totals.
 
 A more subtle explanation comes about when running in promiscuous mode
-without specifying a \fB-N\fP option.  In this case there is no easy way
+without specifying a \fB-F\fP option.  In this case there is no easy way
 to assign the direction of traffic between two third parties.  For the purposes
 of the main display this is done in an arbitrary fashion (by ordering of IP
 addresses), but for the sake of totals all traffic between other hosts is
 accounted as incoming, because that's what it is from the point of view of your
-interface.  The \fB-N\fP option allows you to specify an arbitrary network
+interface.  The \fB-F\fP option allows you to specify an arbitrary network
 boundary, and to show traffic flowing across it.
 
 \fBPeak totals don't add up\fP
diff -upr iftop-0.16.original/options.c iftop-0.16/options.c
--- iftop-0.16.original/options.c   2004-01-20 05:33:55.0 -0600
+++ iftop-0.16/options.c2005-10-22 10:08:48.0 -0500
@@ -236,7 +236,7 @@ static void usage(FILE *fp) {
 fprintf(fp,
 "iftop: display bandwidth usage on an interface by host\n"
 "\n"
-"Synopsis: iftop -h | [-npbBP] [-i interface] [-f filter code] [-N net/mask]\n"
+"Synopsis: iftop -h | [-nNpbBP] [-i interface] [-f filter code] [-F 
net/mask]\n"
 "\n"
 "   -h  display this message\n"
 "   -n  don't do hostname lookups\n"


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

Versions of packages iftop depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libpcap0.70.7.1-1System interface for user-level pa

iftop recommends no packages.

-- no debconf information


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



Bug#326566: imagemagick: convert -list results in glibc malloc failure

2005-10-22 Thread Daniel Kobras
tag 326566 + fixed
thanks

I did not debug the cause of these odd segfaults, but I verified that
they do no longer appear with the current versions of imagemagick. From
my testing, this bug was fixed in 6:6.2.4.4-0.1.

Regards,

Daniel.



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



Bug#328426: imagemagick memleak seems to be fixed.

2005-10-22 Thread Daniel Kobras
tag 328426 + fixed
thanks

I've tried your test program with the latest version of imagemagick, and
memory usage stays constant over the whole run as it should. So it seems
the memleak was fixed in version 6:6.2.4.5-0.1 of libmagick9 (the
successor of libmagick6).

Regards,

Daniel.



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



  1   2   3   4   >