Bug#307810: doesn't properly cope with UTF-8 locales

2005-05-05 Thread Martin Michlmayr
Package: linkchecker
Version: 2.8-1
Severity: minor
Tags: patch

linkchecker doesn't properly cope with UTF-8 locales.  The copyright
symbol isn't rendered properly because linkchecker assumes
iso-8859-15 if no encoding is specified.  I think that linkchecker
should just take the encoding from the current locale if no specific
encoding is given.  Here's a patch which seems to work (at least the
initial copyright message looks good now).  You might also have to
change the default in linkcheck.strformat.unicode_safe().



diff -urN linkchecker-2.9~/doc/en/linkchecker.1 
linkchecker-2.9/doc/en/linkchecker.1
--- linkchecker-2.9~/doc/en/linkchecker.1   2005-05-05 17:22:26.755466933 
+0100
+++ linkchecker-2.9/doc/en/linkchecker.12005-05-05 17:25:35.524905883 
+0100
@@ -111,8 +111,8 @@
 \fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP.
 Default type is \fBtext\fP. The various output types are documented
 below.
-\fIencoding\fP specifies the output encoding, the default is
-\fBiso\-8859\-15\fP.
+\fIencoding\fP specifies the output encoding, the default is that of
+your locale.
 Valid encodings are listed at
 \fBhttp://docs.python.org/lib/node127.html\fP.
 .TP
diff -urN linkchecker-2.9~/linkcheck/logger/__init__.py 
linkchecker-2.9/linkcheck/logger/__init__.py
--- linkchecker-2.9~/linkcheck/logger/__init__.py   2005-05-05 
17:22:26.802468537 +0100
+++ linkchecker-2.9/linkcheck/logger/__init__.py2005-05-05 
17:23:23.367398151 +0100
@@ -18,6 +18,7 @@
 Output logging support for different formats.
 
 
+import locale
 import sys
 import os
 import os.path
@@ -65,7 +66,7 @@
 # number of encountered errors
 self.errors = 0
 # encoding of output
-self.output_encoding = args.get(encoding, iso-8859-1)
+self.output_encoding = args.get(encoding, 
locale.getpreferredencoding())
 
 def init_fileoutput (self, args):
 



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

Versions of packages linkchecker depends on:
ii  python2.3.4-5An interactive high-level object-o
ii  python2.4 2.4.1-1An interactive high-level object-o

-- no debconf information

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#307809: bazaar: should run editor if EDITOR is unset

2005-05-05 Thread Lars Wirzenius
Package: bazaar
Version: 1.3.2-1
Severity: normal

gytha$ baz commit
* no log found, creating one automatically
* (Use baz make-log to create a log file.)
arch_run_editor: please set $EDITOR
gytha$ 

According to Debian policy, the correct action here is to run
editor (in /usr/bin/editor).


-- 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=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages bazaar depends on:
ii  diff   2.8.1-11  File comparison utilities
ii  gawk   1:3.1.4-2 GNU awk, a pattern scanning and pr
ii  libc6  2.3.2.ds1-21  GNU C Library: Shared libraries an
ii  libgpgme11 1.0.2-1   GPGME - GnuPG Made Easy
ii  libneon24  0.24.7.dfsg-1 An HTTP and WebDAV client library
ii  patch  2.5.9-2   Apply a diff file to an original

-- no debconf information


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



Bug#307808: URL for valid encodings given in man page is wrong

2005-05-05 Thread Martin Michlmayr
Package: linkchecker
Version: 2.9-2
Severity: minor

linkchecker(1) claims that Valid encodings are listed at
http://docs.python.org/lib/node127.html;.  Unfortunately, this URL
doesn't work anymore.  You probably mean
http://docs.python.org/lib/standard-encodings.html



-- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages linkchecker depends on:
ii  python2.3.5-2An interactive high-level object-o
ii  python2.4 2.4.1-1An interactive high-level object-o

-- no debconf information

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#307811: blender: missing build-dependency

2005-05-05 Thread Santiago Vila
Package: blender
Version: 2.36-1
Severity: important

[ I'm not sure about the severity. Should this be serious, because of
  it being a missing build-depends? I do X-Debian-Cc to Steve Langasek
  just in case, as both release manager and submitter for Bug #307749 ].

The blender package depends on libgettextpo0, so it should have a
build dependency on libgettextpo-dev, which is a virtual package
currently provided by gettext, but there is *not* any warranty that
it will always be there, so a simple build-dependency on gettext is not
enough and might break at any time.

I see also that a hardcoded dependency on gettext has been added to
fix Bug#247624. Such dependency is artificial and IMHO should be removed.
The real bug was in gettext (see my explanation in Bug#273782), and
should be fixed in gettext_0.14.4-2. The shlibs mechanism should
already ensure that packages depend on what they should depend.

Thanks.


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



Bug#307753: possible changelog typos

2005-05-05 Thread Adam Majer
tag 307753 + pending
thanks

Robert Bihlmeyer wrote:

Package: lpr
Version: 1:2005.05.01
Severity: minor

  * Changed to Debian native package. It is still based from OpenBSD cvs, but
synching with upsteam is longer needed as it occurs on an ongoing basis

... is *no* longer needed ... ?

anyway. Debian's lpr is not synched with OpenBSD's cvs as of May 1st.

... is *now* synched with ... ?
  


About 5 minutes after I uploaded, I read the changelog and laughed for a
minute or so! I fixed it right there and then but I didn't want to
upload just to change some words. Actually, it is not just one word
typo, it is the most of the first entry. The actual changelog should
have read,

  * Changed to Debian native package. It is still based from OpenBSD
cvs, but
syncing with upstream now occurs on an ongoing basis.


- Adam



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



Bug#307627: will remove existing group even if group was created before installing fuse-utils

2005-05-05 Thread Bartosz Fenski aka fEnIo
On Wed, May 04, 2005 at 12:02:04PM +0200, Igor Genibel wrote:
 after simply installing fuse-utils with only one question (via debconf)
 which was the group I wanted to permit to use fusermount, I saw that the
 group will be removed if I remove the package without any notification.
 This is really annoying. It is probably a silly bug.

What debconf priority do you use?
 
 I hesitated to put the severity to grave because of the data loss and
 potentialy system breakage.

Well I set all questions to priority medium to be sure that everyone will
be asked for group deletion (#303954).

regards
fEnIo

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


signature.asc
Description: Digital signature


Bug#303860: I can't reproduce this bug on i386

2005-05-05 Thread Adrian Bunk
Hi Blars,

I wasn't able to reproduce this bug you reported (celestia: ftbfs 
[sparc] no KDE libraries installed) on i386.

Please:
- send your config.log
- test whether version 1.3.0-1 in sarge has the same issue

TIA
Adrian

-- 

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



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



Bug#307812: xmms-shell: Doesn't correctly controls beep-media-player anymore

2005-05-05 Thread Hugues Hiegel
Package: xmms-shell
Version: 0.99.3-5
Severity: important

I'm using beep-media-player instead of xmms, which is a clone of this
last one. xmms-shell worked really fine since my last dist-upgrade last
week : 

- when asking for the current playlist, it correctly gives me the number
of entries, but instead of song names, I have mixed random characters.
- also, all commands (pause, play, stop) work fine, except for the
previous and next ones : previous seems to do next, and next
seems to do nothing anymore. trying to set the volume makes bmp to
segfault.

If you think this is a bmp bug, let me know it
and I'll make a bug report for this package instead.

Best regards.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-skas3.v6-lirc
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR)

Versions of packages xmms-shell depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-12   GCC support library
ii  libglib1.2  1.2.10-9 The GLib library of C routines
ii  libgtk1.2   1.2.10-17The GIMP Toolkit set of widgets fo
ii  libreadline44.3-11   GNU readline and history libraries
ii  libstdc++5  1:3.3.5-12   The GNU Standard C++ Library v3
ii  libx11-64.3.0.dfsg.1-12.0.1  X Window System protocol client li
ii  libxext64.3.0.dfsg.1-12.0.1  X Window System miscellaneous exte
ii  libxi6  4.3.0.dfsg.1-12.0.1  X Window System Input extension li
ii  xlibs   4.3.0.dfsg.1-12  X Keyboard Extension (XKB) configu
ii  xmms1.2.10+cvs20050209-2 Versatile X audio player that look

-- debconf-show failed


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



Bug#307730: mysql-server: mysql upgrade removed DB directory symlink

2005-05-05 Thread Christian Hammers
reassign 307730 dpkg
thanks

Hello

On 2005-05-05 sean finney wrote:
  Whilst uprading, the mysql-server package appears to have removed my
  /var/lib/mysql and replaced it with a fresh, empty directory.
  
  The original /var/lib/mysql was a symlink to another location on the
  system and no actual data was lost.
 
 istr this actually being a reported problem with dpkg, but don't have
 the time to dig up the bugreport right now due to all the sarge-related
 stuff going on.  i'll take a closer look at it later.

I remember that, too, and reassign this bug to dpkg. It could be merged with
dpkg's #182747 although I would still call it important and not withlist
(ran into exact the same problem once myself).

bye,

-christian-


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



Bug#307814: RFP: anonweb -- anonymous surfing. Php based web anonymizer proxy

2005-05-05 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: anonweb
  Version : 0.4
  Upstream Author : florian wesch [EMAIL PROTECTED]
* URL : http://dividuum.de/p/anonweb/
* License : GPL
  Description : anonymous surfing. Php based web anonymizer proxy

(Include the long description here.)

Anonweb is a php based web anonymizer. after installing on a
webserver it allows you to surf the web using this webserver as a kind
of proxy. the webserver fetches documents and rewrites url strings, so
they point to the rewriting script instead of the actual location.

IMPORTANT: Currently the rewriter scrambles the url using base64. This
means that the page you visit can easily be identified if one sniffs
your connection (if you use a proxy for example!). Use SSL if you
don't want this.

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


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



Bug#307813: DEB_ANT_TEST_TARGET DEB_ANT_CHECK_TARGET inconsistancy

2005-05-05 Thread ms419
Package: cdbs
Version: 0.4.28-1
DEB_ANT_TEST_TARGET is mentioned in -
/usr/share/cdbs/1/class/ant-vars.mk
https://wiki.duckcorp.org/DebianPackagingTutorial/CDBS
- while DEB_ANT_CHECK_TARGET is used by -
/usr/share/cdbs/1/class/ant.mk
I suspect that DEB_ANT_CHECK_TARGET is a mistake - 
/usr/share/cdbs/1/class/ant.mk should be made consistent with 
/usr/share/cdbs/1/class/ant-vars.mk  
https://wiki.duckcorp.org/DebianPackagingTutorial/CDBS

Thanks!
Jack

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


Bug#307578: freeswan doesn't create ipsec0

2005-05-05 Thread Rene Mayrhofer
Carl T. Miller schrieb:
 This explains what I'm seeing now.  Both sides of the tunnel
 show that the tunnel is up.  A route is added for each remote
 lan using the default gateway.  If I try to ping a host on
 the remote lan (it's an unrouteable address) I get an error
 from the gateway saying that the host cannot be reached.
Strange - you might want to look at auth.log for any error messages.
However, I can recommend to use openswan instead - freeswan is unmaintained.

with best regards,
Rene


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



Bug#307819: Wrong Charset

2005-05-05 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: mutt
Version: 1.5.9-1.1
Severity: important
Tags: patch

I have to create this new bug as there seems to be a bug in the bug
tracker not accepting followups to existing bugs. The original bug is
#267015.

There is the forward:
No I just wait so long for the maintainer to fix the important bug. It
was causing me not to update the version 1.5.6 anymore.

Moreover the broken mutt is going to sarge.

So I did this patch by myself. It is only small things to do to fix it.

Please let this patch go into the main distribution and to sarge that
mutt will get usefull again.

Here is the patch (I named it correct_charset):
- -
diff -urN mutt-1.5.9.orig/pgp.c mutt-1.5.9/pgp.c
- --- mutt-1.5.9.orig/pgp.c 2005-02-19 23:03:16.0 +0100
+++ mutt-1.5.9/pgp.c2005-05-05 16:31:28.0 +0200
@@ -410,7 +410,7 @@
int c;
rewind (pgpout);
state_set_prefix (s);
- - fc = fgetconv_open (pgpout, utf-8, Charset, 0);
+   fc = fgetconv_open (pgpout, body_charset, Charset, 0);
while ((c = fgetconv (fc)) != EOF)
  state_prefix_putc (c, s);
fgetconv_close (fc);
@@ -1354,12 +1354,9 @@
 int c;
 FGETCONV *fc;
 
- -if (flags  ENCRYPT)
- -  send_charset = us-ascii;
- -else
- -  send_charset = utf-8;
+send_charset = body_charset;
 
- -fc = fgetconv_open (fp, from_charset, utf-8, M_ICONV_HOOK_FROM);
+fc = fgetconv_open (fp, from_charset, send_charset, M_ICONV_HOOK_FROM);
 while ((c = fgetconv (fc)) != EOF)
   fputc (c, pgpin);
 
- -

- -- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (800, 'testing'), (70, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.29
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)

Versions of packages mutt depends on:
ii  exim4   4.50-4   metapackage to ease exim MTA (v4) 
ii  exim4-daemon-heavy [mail-tr 4.50-4   exim MTA (v4) daemon with extended
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libdb4.34.3.27-2 Berkeley v4.3 Database Libraries [
ii  libgnutls11 1.0.16-9 GNU TLS library - runtime library
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libncursesw55.4-4Shared libraries for terminal hand
ii  libsasl22.1.19-1.5   Authentication abstraction library

- -- no debconf information

- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen [EMAIL PROTECTED]
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iQEVAwUBQnpUK5+OKpjRpO3lAQIpfAf9GdB7sHGk29wADM34j/ila7romhbACMti
h8+4rARUnXVWZdOcLBXYBj01OTS7+rvexemuGGAFuIh9vZXJMXsl/b5Vg1OVhaoJ
ROCVBIQaSu3t7qstF+W1o73KUQp8/ouOlw8hcqf5boE7EFN2Zhf1c50QP44G5qxA
sv89eC0T6ymlJAZbG91HeWRInEnfN5eFxpcUj3+WRkB3tU7LC676dGAmv3nkJICB
bMfAO9wOsVF5CvzHI+bGrR9w4SWqKGx3bYYUSIB1jGwbnlHztkbsk1kmDYQExAr9
1zViE+7xzwQBs7zjSkSRRNk4KtALTI9EQz1so8RDj1mExzf6a+3Z/w==
=uynl
-END PGP SIGNATURE-


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



Bug#307818: installation: Importing images from digital camera doesn't work

2005-05-05 Thread Lauri Ahonen
Package: installation
Severity: normal


I have just installed Sarge with rc3-installer, desktop, choosing 2.6 kernel
instead of 2.4.

When I plug in my camera (canon ixus 330) , I get a nice dialog (in gnome) 
asking me if I want to
import images. I click on import images, the dialog goes away and
nothing happens. I suspect some package is missing, but as I get nothing
along the lines of Sorry, gimageimporter not installed, I have no idea
which program is missing.

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


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



Bug#307815: crmlearn in CRM114_Mailfilter_HOWTO.txt.gz is buggy

2005-05-05 Thread Antti-Juhani Kaijanaho
Package: crm114
Version: 20050415-4
Severity: minor

/usr/share/doc/crm114/CRM114_Mailfilter_HOWTO.txt.gz includes the
following:

8--
Method A: For Mutt Users

Contributed by Mathieu Doidy and Joost van Baal: In your ~/.muttrc, put

 macro index \es pipe-entrycrmlearn --learnspam\nsave-entry=spam/done\n c
rm114 learn as spam, save in spam/done
 macro index \eh pipe-entrycrmlearn --learnnonspam\n crm114 learn as ham

where crmlearn is this script

 grep -a -v ^X-CRM114 | \
  /usr/share/crm114/mailfilter.crm -u $HOME/crm114/ $0 | \
  grep -a ^X-CRM114

Now, pressing esc-s in a mutt index menu will tag a message, fallsly
classified as ham, as spam, while esc-h will tag a message, fallsly classified
as spam, as ham.
8--

However, that crmlearn is broken: crmlearn --learnspam ends up calling
  /usr/share/crm114/mailfilter.crm -u $HOME/crm114/ crmlearn
because of the use of $0.  $1 should be used instead.

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

Versions of packages crm114 depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libtre4 0.7.2-1  regexp matching library with appro

-- no debconf information


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



Bug#307817: anon-proxy: [manual] Please mention 'anon-proxy'

2005-05-05 Thread Jari Aalto
Package: anon-proxy
Severity: minor

Please update manual page to mention something like:

  NAME
+   proxytest (aka anon-proxy) --  starts  the  proxyserver  of the an.on 
anonymizing proxy
   project.

  SYNOPSIS
   proxytest [-d this]  [-- that]

It is unfortunate that the package does not use consistent naming like
anon-proxy for everything. The ideal situation would be if the
symlinks were removed and binaries and manual pages only mentioned
anon-proxy instead of proxytest according to package name.

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


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



Bug#307816: cweb is not installable / unusable

2005-05-05 Thread Adrian Bunk
Package: cweb
Severity: grave


Sid:

cweb is a dummy package.

cweb depends on tetex-bin.
tetex-bin conflicts with cweb.

cweb is therefore not installable


Sarge:

cweb is a real package.

cweb recommends tetex-bin.
tetex-bin conflicts with cweb.

cweb is therefore hardly usable.


It might be the best to simply remove the cweb package since
the Conflicts/Replaces/Provides in tetex-bin should be enough.


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



Bug#307679: dictionaries-common: [INTL:ru_RU] Updated russian translation

2005-05-05 Thread Agustin Martin
On Thu, May 05, 2005 at 07:20:15PM +0400, Yuri Kozlov wrote:
 On Thu, 5 May 2005 12:15:43 +0200
  Agustin Martin [EMAIL PROTECTED] wrote:
 
 I am attaching the ru.po file as is currently in our CVS.
 
 Fixed version attached.

Thanks for the update,

Committed to our CVS. Expect an upload by the end of next week or beginning
of next one, once current sid package (already unblocked) passes to sarge.
I will try later to have this included in sarge, along with any other l10n
change I receive in the meantime. Since it will contain only l10n changes,
I hope it will be passed.

Cheers,

-- 
Agustin


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



Bug#307749: gettext-base: ligettextpo.so.0.1.0, in the wrong package?

2005-05-05 Thread Santiago Vila
Hi.

gettext_0.14.4-2, just uploaded for unstable, fails to build from
source on at least the following archs:

mipsel
hppa
sparc
arm
mips

The error is always the same:

  jikes-classpath: Depends: classpath but it is not going to be installed

Seems like a serious bug somewhere, but not in gettext, who just assumes
that their build dependencies may be installed.


[ Hmm, I wish autobuilders ran sarge for packages that are going to be part
  of sarge, at least during the freeze ].


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



Bug#307473: Purging mysql-server can kill mysql-server-4.1

2005-05-05 Thread Christian Hammers
Hello

On 2005-05-05 Sean Finney wrote:
 On Thu, May 05, 2005 at 04:34:47AM +0200, Christian Hammers wrote:
  I think the following will work:
   1. Seting Woodies debconf answer to false once MySQL 4.0 or 4.1 gets
  installed so that his danger is voided once for all.
 
 sounds like a good idea for woody.
 
   2. To prevent 4.0, 4.1 and soon 5.0, which asks the Debconf question
  only immediately before purging in the postrm script, from removing
  each others files I check with dpkg -l mysql-server* if there is
  more than one package in hold or installed state.
 
 that seems really hackish.  what about keeping the default false,
 and changing the template to have a scary warning saying do not
 select this option if you have other versions of mysql installed?

The default was already false and the template has been changed to a
bit more scary wording.
The dpkg check was just thought as an additional check that prevents
the user from something obviously stupid.
So it's: if ( dh_answer==true  and  no_other_installed_server ) purge();


I will commit changes for 4.1, too and then test a bit.

bye,

-christian-


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



Bug#306206: autofs: Separating tabs no longer supported in maps

2005-05-05 Thread Steinar H. Gunderson
submitter 306206 [EMAIL PROTECTED]
thanks

On Mon, Apr 25, 2005 at 01:26:39AM +0200, Jens Taprogge wrote:
 Recent versions of autofs do not support separating tabs in the maps.
 The manpage does not elaborate on what separates the different fields,
 but since old versions did treat \t as whitespace the new behaviour is
 somewhat unexpected and might render existing setups broken.

I can't reproduce this at all; the following map works for me:

  mytesttab:/my\ test

Would you please send the failing map?

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#288903: Patch NMU esound 0.2.35-2.1

2005-05-05 Thread Ryan Murray
On Thu, May 05, 2005 at 05:23:57PM +0200, Luk Claes wrote:
   * Non-maintainer upload.
   * Applied patch to add amd64 and ppc64 support, thanks Andreas Jochens
 (closes: #288903)

Why on earth are you NMUing without notice for a wishlist bug during the
freeze, to add support for archs that aren't even in the archive?


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



Bug#131148: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Karla
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?I am always doing things I can't do, that's how I get 
to do them.

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


Bug#76625: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Rhonda
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?The winds and waves are always on the side of the 
ablest navigators.

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


Bug#6682: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Gladys
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?To get what you want, STOP doing what isn't working.

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


Bug#307822: korganizer: Next X days view is not remebered and is switched to week view after restart

2005-05-05 Thread Michal Sojka
Package: korganizer
Version: 4:3.3.2-3
Severity: minor

When I set the Show next X days option to 7 days and choose a view
mode show next 7 days, after restart this view mode is not remebered
and KOrganizer starts in week view mode. This means that the view
starts on Monday instead of today.

If I setup the view mode to show other number of days than 7, the mode
is remembered correctly.

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

Versions of packages korganizer depends on:
ii  kdelibs4 4:3.3.2-4.0.2   KDE core libraries
ii  ktnef4:3.3.2-3   KDE TNEF viewer
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libc62.3.2.ds1-21GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libidn11 0.5.13-1.0  GNU libidn library, implementation
ii  libkcal2a4:3.3.2-3   KDE calendaring library
ii  libkdepim1   4:3.3.2-3   KDE PIM library
ii  libkgantt0   4:3.3.2-3   KDE gantt charting library
ii  libkpimexchange1 4:3.3.2-3   KDE PIM Exchange library
ii  libkpimidentities1   4:3.3.2-3   KDE PIM user identity information 
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  perl 5.8.4-8 Larry Wall's Practical Extraction 
ii  xlibs4.3.0.dfsg.1-12 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#307820: anon-proxy: [manual] GFDL license is unsuitable for manual pages (use GPL)

2005-05-05 Thread Jari Aalto
Package: anon-proxy
Severity: serious

The use of GDFL is questionable for manual pages. Please change the
licence to GPL, because GFDL is known to caus elot of problem when
texts are changed (embedded / copied).

My use of Severity: serious derives from my attempt to interpret
Debian Guidelines and the present discussion to avoid GFDL as much as
possible.


http://lists.debian.org/debian-legal/2004/09/msg00451.html
[Nathanael Nerode] ... You do realize that GFDL'ed documentation with
a GPL'ed program means that moving stuff between the documentation and
the program is possible *only* for the copyright holder.  This is
tedious in the extreme when the program or documentation has multiple
copyright holders.

http://people.debian.org/~srivasta/Position_Statement.html
This document is being put together to attempt to address some
concerns that members of the Debian legal team have about the GNU Free
Documentation License. This document attempts to present the reasoning
behind the conclusion that the GNU FDL is not regarded as a license
that can easily satisfy the Debian Free Software Guidelines. 

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


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



Bug#307821: drupal: New upstream version (4.6.0)

2005-05-05 Thread Jamin W. Collins
Package: drupal
Version: 4.5.2-3
Severity: wishlist

Upstream has released 4.6.0 on April 15th, 2005.  This update includes a
number of enhancements.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.4.27-2-k6
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages drupal depends on:
ii  apache2-mpm-prefork [apache2 2.0.53-5traditional model for Apache2
ii  debconf  1.4.30.13   Debian configuration management sy
ii  exim [mail-transport-agent]  3.36-14 An MTA (Mail Transport Agent)
ii  makepasswd   1.10-2  Generate and encrypt passwords
ii  mysql-client [virtual-mysql- 4.0.24-2mysql database client binaries
ii  php4-cli 4:4.3.10-10 command-line interpreter for the p
ii  php4-mysql   4:4.3.10-10 MySQL module for php4
ii  wwwconfig-common 0.0.43  Debian web auto configuration

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


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



Bug#307823: postfix-gld: timeout on 127.0.0.1:2525 while reading input

2005-05-05 Thread Nils Gundelach
Package: postfix-gld
Version: 1.5.2-1
Severity: important


Hi,

my postfix-gld fails from time to time with the following error:

May  5 19:12:00 whitestar postfix/smtpd[643]: warning: timeout on
127.0.0.1:2525 while reading input attribute name
May  5 19:12:00 whitestar postfix/smtpd[643]: warning: problem talking
to server 127.0.0.1:2525: Connection timed out

After a restart of gld it works again for a few days.

Regards,
Nils

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

Versions of packages postfix-gld depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libmysqlclient124.0.24-5 mysql database client library
ii  psmisc  21.5-1   Utilities that use the proc filesy

-- no debconf information


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



Bug#305872: autofs likes to mount the wrong filesystem

2005-05-05 Thread Steinar H. Gunderson
On Fri, Apr 22, 2005 at 12:47:24PM -0400, Daniel Burrows wrote:
   I would expect that /amnt/host2 refers to /var/local/bulk2 on the computer 
 host, and that /amnt/host refers to /var/local/bulk on the same machine.  
 However, sometimes (not always!) automount attaches host:/var/local/bulk2 to 
 *both* mount points.

I'd need some tracing here, as this is obviously not supposed to happen. Try
enabling --debug and give me what the logs say?

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#61212: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Amy
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?The face of Garbo is an Idea, that of Hepburn an 
Event.

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


Bug#99160: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Vivian
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Said will be a little ahead, but done should follow 
at his heel.

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


Bug#88906: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Ellen
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Absence of proof is not proof of absence.

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


Bug#85591: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Virginia
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Ability may get you to the top, but it takes 
character to keep you there.

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


Bug#71996: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Kelley
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Wicked people are always surprised to find ability in 
those that are good.

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


Bug#69143: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Cristina
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?For a man to achieve all that is demanded of him he 
must regard himself as greater than he is.

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


Bug#307824: anon-proxy: Move /etc/init.d/anon-proxy vars to /etc/default/anon-proxy

2005-05-05 Thread Jari Aalto
Package: anon-proxy
Severity: normal

User should be able to configure the port number etc settings, which are
now hard coded in init.d script. 

SUGGESTION

Move following variables 

USER=anon-proxy
GROUP=nogroup
PIDFILE=/var/run/anon-proxy/proxytest.pid

OPTIONS=-j -p 4001 -n 132.199.134.2:3000 -a -d

To /etc/default/anon-proxy  and source this file in /etc/init.d/anon-proxy
like this:

   conf=/etc/init.d/anon-proxy

   if [ -f $conf ]; then
  . $conf
   else
  echo $0: [ERROR] $conf missing
  exit 1
   fi

You may also want to move set -e call before the if statement.

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


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



Bug#307683: r-cran-maps: FTBFS: missing build dependency.

2005-05-05 Thread Chris Lawrence
tags 307683 +sarge +moreinfo
thanks

Funnily enough, it builds here just fine without gawk installed.  Are
you sure you have all of build-essential installed in your chroot,
including an awk interpreter (mawk is Priority: required, and thus not
listed in b-e but should be present nonetheless)?

On 5/4/05, Kurt Roeckx [EMAIL PROTECTED] wrote:
 Package: r-cran-maps
 Version: 2.0-27-1
 Severity: serious
 
 Hi,
 
 Your package is failing to build with the following error:
 gawk -f convert.awk  world.line  world2.line
 /bin/sh: gawk: command not found
 make[1]: *** [world2.line] Error 127
 
 You should add a build dependency on gawk.


Chris
-- 
Chris Lawrence - http://blog.lordsutch.com/



Bug#56179: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Whitley
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Once we accept our limits, we go beyond them.

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


Bug#65057: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Christina
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Once, during Prohibition, I was forced to live for 
days on nothing but food and water.

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


Bug#65482: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Carrie
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?All things whatsoever ye would that men should do to 
you, do ye even so to them. [Matthew 7:12]

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


Bug#73611: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Gabriela
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Failing to be there when a man wants her is a woman's 
greatest sin, except to be there when he doesn't want her.

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


Bug#74889: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Britany
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?I don't get acting jobs because of my looks.

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


Bug#75181: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Misty
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?I must say that acting was good training for the 
political life that lay ahead of us.

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


Bug#80878: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Dawn
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?To grasp the full significance of life is the actor's 
duty, to interpret it is his problem, and to express it his dedication.

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


Bug#82055: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Susanna
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?The winds and waves are always on the side of the 
ablest navigators.

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


Bug#94164: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Ariana
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Self-denial is the shining sore on the leprous body 
of Christianity.

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


Bug#94175: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Krystal
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Natural abilities are like natural plants they need 
pruning by study.

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


Bug#94197: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Larissa
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Ability will never catch up with the demand for it.

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


Bug#97208: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Lynette
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?All philosophy lies in two words, sustain and abstain.

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


Bug#97307: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Infant
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?The whole point of getting things done is knowing 
what to leave undone.

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


Bug#92845: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Martina
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?Unless the theatre can ennoble you, make you a better 
person, you should flee from it.

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


Bug#76918: Looking for popular sfotware, but tight on budget?

2005-05-05 Thread Esmeralda
Looking for popular sfotware, but tight on budget? 
We are selilng world bestseslers at the chaepest prcices around! Why so csheap? We don't sel'll 
progrmas in a fancy box, with printed documentation, etc., meaning we do not shell out on CD manufacturing. 
The sosft is only what you get - available for dwonload right after purcshase. Fast servers with 
100mb conection. Instant Dwonload!

Adobe Acrobat 7.0 Professional 44.95
Microsoft Office System Professional 2003 54.95
DVD X Copy Platinum 4.0.38 19.95
Microsoft Windows XP Professional with SP2 Corporate Edition 54.95
Adobe PhotoShop CS 8.0 44.95
AutoCAD 2005 69.95
Macromedia Studio MX 2004 54.95
Adobe Photoshop CS and ImageReady CS 39.95
Norton SystemWorks 2005 Premier plus Internet Security 2005 39.95
Pinnacle Liquid Edition 6.0 39.95
Microsoft FrontPage 2003 Pro plus 200 Templates 29.95
http://realbestoffer.com/?You will soon break the bow if you keep it always 
stretched.

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


Bug#307781: udev: why is hotplug dependency necessary

2005-05-05 Thread Oliver Kiddle
Greg KH wrote:

  Reading various FAQs etc on the web, it seems clear that udev can work
  fine without hotplug.
 
 Huh?  That is not true.  Please point me at those faqs.  The kernel
 _MUST_ support hotplug for udev to work properly.

I'm talking about the hotplug scripts not CONFIG_HOTPLUG in the linux
kernel. So in particular, I meant the Debian hotplug package. Sorry for
not being clear.

See http://www.gentoo.org/doc/en/udev-guide.xml

Quoting from that:
   udev will install hotplug-base as one of it's dependencies. You do not
   need to install hotplug unless you want your modules automatically
   loaded when you plug devices in. hotplug also handles the automated
   bringup of network devices and firmware downloading.

That's not the only FAQ I've seen. If you want, I can dig out more.

It is also annoying because hotplug depends on usbutils and my machine
doesn't even have USB.

Thanks

Oliver


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



Bug#293923: ding: illegal pattern with searchword aktuell

2005-05-05 Thread Roland Rosenfeld
Moin Michael!

Michael Gebetsroither schrieb am Sonntag, den 06. Februar 2005:

 Package: ding
 Version: 1.3-5
 Severity: normal
 
 when searching for aktuell ding gave me an illegal pattern.
 searching means translating from De - En.
 aktu doesn't produce any error, but aktue does.

As far as I can see, this seems to be one of the many bugs of agrep
2.04.  I just found that there exists a much better version of agrep,
which hopefully will make its way into Debian soon (see Bug #307442).

Except this the new ding 1.4 (just uploaded) seems to work around the
mentioned problem with aktuell in some way, which means that the
above error no longer appears.

Tscho

Roland


pgpC76qRzXkGL.pgp
Description: PGP signature


Bug#260403: 7025-F30 not working

2005-05-05 Thread Leigh Brown
On Wed, May 4, 2005 12:03 pm, Warren Turkal said:
 I just wanted to say that I have a 7025-F30 that will not boot for what
 appears to be the same reason for this bug. I have gone expert mode and
 went manually to a commandline and found the sym53c8xx module not to
 load due to missing symbols. I then did depmod -a. The next time I tried
 to load the module, the box locked. I couldn't ^C out. I had to do a cold
 reboot.

Ahem.  Since I've performed a successful install with the Sarge installer
I think (from my point of view) this bug can be closed.  In fact, I'd be
inclined to suggest that the reason the F30 isn't working is because the
2.6.8 kernel provided by the installer doesn't support the F30.

I think Sven Luther has 2.6.11 kernel that you might be able to boot from
to see if that works any better (my patches to support more PReP boxes
went in to the 2.6.9 kernel).

I have a (slightly non-working now, sadly) F30 in my garage which I
definitely booted Linux on, so it should be possible.

Cheers,

Leigh.




Bug#307741: nautilus: MISSING FEATURE: Search for files

2005-05-05 Thread Eddy Petrisor
Stewart Jeacocke wrote:
On Sun, 2005-05-01 at 18:29 +0300, Eddy Petrisor wrote:
Nautilus should have a search option!
How about using Actions - Search for Files from the main menu?

Thanks for pointing that out! I never thought of looking there...
I expected it to be accesible from the file browser window. Placing it 
there would allow (I know is not easy) feeding the result in the current 
window and easily jump to the place where the file is found.

Placing the search for files in the Actions menu is welcome but 
counter intuitive. Also, searching starting from a directory downwards 
the hierachy is hard (copy the location, paste in the search dialog, 
insert pattern, start searching, when the file is found - open 
directory (another window is spawned), while it could be just : press 
find (default start dir is the current, while having accelerators for / 
and home), file is found, double click - go to the file (while the list 
with the results remains visible on the left(or other) side of the 
navigation window until a button is pressed.

--
Regards,
EddyP
===
I had a favourite quote, but I forgot it. And it was insightful.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#307473: Purging mysql-server can kill mysql-server-4.1

2005-05-05 Thread Sean Finney
On Thu, May 05, 2005 at 07:01:45PM +0200, Christian Hammers wrote:
 So it's: if ( dh_answer==true  and  no_other_installed_server ) purge();

okay, that makes sense.

the no_other_installed_server could probably be simplified, now that i'm
thinking of it.  since this is in the postrm, the package's files are
already gone, right?  so if /usr/sbin/mysqld is still on the filesystem...


sean

-- 


signature.asc
Description: Digital signature


Bug#302210: [Fwd: Re: subdomain hack]

2005-05-05 Thread Charles Fry
It doesn't look like this is going to happen. That said, and FWIW, I
personally disagree with Eldy's analysis, and think it does indeed
belong in awstats, but hey, it's his program, and I don't have the time
to branch it. :-)

- Forwarded message from Eldy [EMAIL PROTECTED] -

From: Eldy [EMAIL PROTECTED]
Subject: Re: subdomain hack
Date: Thu, 05 May 2005 20:08:13 +0200
To: Charles Fry [EMAIL PROTECTED]

Charles Fry wrote:

Eldy,

I don't know whether or not you could fit this into your main script, 
but I run awstats on all of my subdomains, and it is a pain to get all 
of the results in one central location. To get around this I hacked 
your script, replacing the domain name in the top-left corner with a 
drop-down menu linking to each subdomain for the current domain.

Anyway, if you are interested I'd be glad to share the source and 
discuss ways to integrate this functionality into your script.

Thanks. I don't want ot add a such feature because i think such a 
feature is the goal of a complementary tools. For example, the AWStats 
webmin module. I want to keep AWStats be built to analyze one site. To 
centralize several, this is for me the goal of an AWStats admin 
front-end and i don't want to add such feature inside AWStats itself 
(too much work). I prefer having third party tools work on this, on 
enhance the already existing webmin module.

Charles

-- 
Pat's bristles
Scratched
Bridget's nose
That's when
Her wild irish rose
Burma-Shave
http://burma-shave.org/jingles/1951/pats_bristles




-- 
Laurent Destailleur.
---
EMail: [EMAIL PROTECTED]
AWStats : http://awstats.sourceforge.net
Dolibarr : http//dolibarr.com
CVSChangeLogBuilder : http://cvschangelogb.sourceforge.net
AWBot : http://awbot.sourceforge.net



- End forwarded message -

-- 
Ashes to ashes
Forests to dust
Keep Minnesota green
Or we'll
All go bust
Burma-Shave
http://burma-shave.org/jingles/1949/ashes_to_ashes


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



Bug#307781: udev: why is hotplug dependency necessary

2005-05-05 Thread Greg KH
On Thu, May 05, 2005 at 07:53:39PM +0200, Oliver Kiddle wrote:
 Greg KH wrote:
 
   Reading various FAQs etc on the web, it seems clear that udev can work
   fine without hotplug.
  
  Huh?  That is not true.  Please point me at those faqs.  The kernel
  _MUST_ support hotplug for udev to work properly.
 
 I'm talking about the hotplug scripts not CONFIG_HOTPLUG in the linux
 kernel. So in particular, I meant the Debian hotplug package. Sorry for
 not being clear.
 
 See http://www.gentoo.org/doc/en/udev-guide.xml
 
 Quoting from that:
udev will install hotplug-base as one of it's dependencies. You do not
need to install hotplug unless you want your modules automatically
loaded when you plug devices in. hotplug also handles the automated
bringup of network devices and firmware downloading.
 
 That's not the only FAQ I've seen. If you want, I can dig out more.

hotplug-base is NOT the hotplug/coldplug startup stuff.  You want that
file.  Why would you not?

 It is also annoying because hotplug depends on usbutils and my machine
 doesn't even have USB.

The gentoo hotplug-base package doesn't depend on it :)  Sounds like you
need to prod the debian people to also fix this.

thanks,

greg k-h


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



Bug#307781: udev: why is hotplug dependency necessary

2005-05-05 Thread Marco d'Itri
On May 05, Oliver Kiddle [EMAIL PROTECTED] wrote:

 It is also annoying because hotplug depends on usbutils and my machine
 doesn't even have USB.
It does not:

Depends: module-init-tools | modutils (= 2.4.2), debconf (= 0.2.26), procps, 
grep (= 2.5.1.ds1-2), sed (= 4), bash (= 2.05b-1)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#307709: bugs and lintian-issues on libnet-ping-external-perl

2005-05-05 Thread Willi Mann
Hi!
I've prepared a package, which fixes all bugs and lintian issues with this 
package. I've prepared it as NMU. It's up to you if you sponsor it or 
rewrite the changelog and treat it as your upload. (In latter case mention 
me in the changelog)

The package is available from
http://wserver.wm1.at/~willi/debian_packages/
In any case, you must pass -sa to debuild or dpkg-buildpackage, otherwise 
the upload will be rejected because the orig.tar.gz is missing:
dpkg-buildpackage -sa
or
debuild -sa

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


Bug#307657: Cannot read (certain?) DOC files created by OpenOffice.Org

2005-05-05 Thread Antiword team
On Wednesday 04 May 2005 16:03, Martin Michlmayr wrote:
 Package: antiword
 Version: 0.35-1
 Severity: normal
 
 I created a simply document with OpenOffice.Org 1.1.2 and saved it as
 a Word document.  When I tried to look at it with antiword, I only got
 the error:
 
 | I'm afraid the text stream of this file is too small to handle.
 
 This is both with antiword 0.35 and 0.36.1 and with documents stored
 with OpenOffice.Org as Word 6.0, Word 95 and Word 97/2000/XP.  I tried
 the file in MS Word 2003 SP1 on Windows XP and it loaded without any
 problems, so this seems to be a problem in antiword.
 
 An example file is attached below.  It's a fairly simple file -
 basically a bullet list with a number of items.
 
 
 
 (Thanks for antiword, by the way.  I'm a text-based user and really
 appreciate not having to load OOo just to view DOC documents people
 send to me.)

This is not a bug, it is a missing feature.

Let me explain.
Inside a Word file the text is stored in a so called text stream. There are 
two possible text streams: a small block text stream and a large block text 
stream. The small blocks are 64 bytes in size, the large blocks are 512 
bytes in size. Because the difference in size Antiword would need two 
different methods for reading those two text streams. The method for 
reading that small block text stream has not been implemented yet. The 
result is that Word files with no large block text stream can no be read by 
Antiword. Such Word file are mostly smaller than about 12 kilobytes and 
have less than 1024 bytes of text.

The reason for not implementing the missing fearture is simple. Word 
documents that use the small block text stream can not be produced by Word 
for Windows (all versions), but only Word for Mac. And now by OpenOffice.
Note that these documents can be read by all versions of Word.

Kind Regards,
Adri van Os

-- 
The Antiword Team [EMAIL PROTECTED]
http://www.winfield.demon.nl/index.html for version 0.36 (16 Oct 2004)


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



Bug#307367: rhythmbox: Rhythmbox occasionally gets stuck in an infinite loop

2005-05-05 Thread Jason Martens
Loïc Minier wrote:
Hi,
On Mon, May 02, 2005, Jason Martens wrote:
Rhythmbox occasionally goes into a continuous loop, eating a large
percentage of my cpu cycles (~85% on a 3GHz P4, with hyperthreading).  I
have been unable to determine what starts the loop.  I notice it maybe a
couple times a week, at various times.  I strace'd the output the last
time this happened, and it looked like this:
write(2, \n(rhythmbox:3614): GStreamer-CRI..., 102) = 102
getpid()= 3614

 Thanks for your report.  Please look in .xsession-errors and copy the
 relevant lines (the first errors here).  You can also try to run
 rhythmbox from a terminal with the -d flag.
   Regards,
Ok, I did what you suggested, and I was unable to make it crash again. 
I let it run for a couple of days too.  I think the problem may have 
been related to a recent upgrade of the system.  I think I upgraded 
gstreamer and other backend components without restarting my gnome 
session.  I guess you can close this bug, since I can't reproduce it.  I 
can always re-submit if I am able to generate a trace of the app hanging.

Jason Martens


Bug#307828: RFP: rtf2pdf -- Convert RTF files to PDF format

2005-05-05 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: rtf2pdf
  Version : 0.0
  Upstream Author : Mark de Does [EMAIL PROTECTED]
* URL : ftp://ftp.nluug.nl/pub/editors/ted/rtf2pdf.sh
* License : GPL
  Description : Convert RTF files to PDF format

(Include the long description here.)

[ http://www.pathcom.com/~kujira/pdf7.htm ]

RTF stands for Rich Text Format, and is a format for encoding
formatted text and graphics in a file. One of the nice things about
RTF is that it's very portable -- you can create an RTF in Word on a
Macintosh and open the file with StarOffice on Linux with little or no
change. While there are a number of files to convert RTF to HTML,
there are few RTF to PDF converters.

One that works well is a script named rtf2pdf.sh. It uses the Ted RTF
editor and Ghostscript to perform the conversion. The resulting PDF
isn't too bad. However, you need Ted installed for the script to work.

Usage:

rtf2pdf name of RTF file name of PDF file

For example:

rtf2pdf doc1.rtf doc1.pdf

While the script's documentation says that you can omit the name of
the PDF file, every time I've done that the conversion fails.

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


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



Bug#307827: colordiff: word highlighting would also be good

2005-05-05 Thread A Costa
Package: colordiff
Version: 1.0.4-4
Severity: wishlist


Given two diff lines like these:

  -updated by the file transfer (requries \fB\-\-checksum\fP)\.
  +updated by the file transfer (requires \fB\-\-checksum\fP)\.

...'colordiff' displays the first line in red, and the second in blue.

It would sometimes be better if 'colordiff' could print requries 
in the first line, and requires in the second, in some other
color; with the rest of the first line remaining red, and the second
remaining blue.  That way the part of the line changed would be more 
quickly recognized.


Hope this helps...


-- 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=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

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

-- no debconf information


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



Bug#307826: RFP: cvsmonitor -- CVS repository browser also providing visibility of activity and statistics

2005-05-05 Thread The Anarcat
Package: wnpp
Severity: wishlist


* Package name: cvsmonitor
  Version : 0.6,3
  Upstream Author : Alias Software [EMAIL PROTECTED]
* URL : http://ali.as/devel/cvsmonitor/
* License : GPL
  Description : CVS repository browser also providing visibility of 
activity and statistics

CVS Monitor is a perl CGI application for monitoring activity in a CVS
repository. It is somewhat similar in purpose to cvsweb, but far more
useful when you want to keep an eye on current development, or provide a
view into the project to the public.

Not sure about the upstream Author... 

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


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



Bug#307829: debconf-get-selections --installer produces wrong output for nic

2005-05-05 Thread John Smith
Package: debconf-utils
Version: 1.4.30.13


Hi All,

installed a sarge multiple nic system with http://people.debian \
.org/~joeyh/d-i/sarge/images/2005-05-04/netboot/netboot.tar.gz Used 
tftp-hpa, dhcp and apt-proxy. First install through expert26, all the 
way through Desktop. Then installed debconf-utils_1.4.30.13_all.deb and 
did a debconf-get-selections --installer  preseedfile, augmented it with
example-preseed.txt values and did the whole thing again, this time with
a append preseed/url=http://www/preseedfile;. It still asked to confirm
the 1st nic, asked at #debian-boot:

(19:33:03) netman1: preseeded netinst with multiple nic's, still asks to 
confirm 1st nic. Any way to force it?
(19:36:02) netman1: d-i netcfg/choose_interface select  eth0: Realtek 
Semiconductor Co.  Ltd. RTL-8139/8139C/8139C+
(19:36:25) netman1: Yeah, it's a beauty ;)
(19:36:36) joeyh: just use eth0
(19:37:18) netman1: Joeyh: leave out  the : and description? Was put in by 
dselect-get-selections ...
(19:38:35) netman1: Sorry! Mean debconf-get-selections
(19:40:56) joeyh: netman1: this looks like a bug, it really does expect only 
the short name
(19:42:40) netman1: Joeyh: ok, I'll try and report back
(19:53:24) netman1: Joeyh: d-i netcfg/choose_interface select  eth0 does 
not make a difference, still asks for confirmation. 
debconf-utils_1.4.30.13_all.deb debconf-get-selections.
(19:57:49) netman1: Joeyh: do you want me to file a bugreport  against 
debconf-utils?


Hope you can do something with it.

Sincerely,

Jan.


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



Bug#304786: Include /etc/apache2/conf.d/*.conf causes other packages to break

2005-05-05 Thread Thom May
reassign 304786 phpmyadmin
severity 304786 critical
close 304786
merge 307275 304786
thanks

This is a problem with phpmyadmin, which the maintainer claims to have now
fixed so it's policy compliant again.
-Thom


signature.asc
Description: Digital signature


Bug#307830: hylafax-server: Post-removal script fails silently on purge; prevents removal.

2005-05-05 Thread Adrian Irving-Beer
Package: hylafax-server
Version: 4.2.1-5
Severity: normal

The postrm script has -e set, so if purging the package, the line

[ -e $i ]  rm $i

(near the end) causes the script to fail if the file doesn't exist,
rather than ignoring it.

Also, subsequent purges (after the first is prevented) were also
failing on the 'userdel' line above, since the user no longer existed
due to the first purge.

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

Versions of packages hylafax-server depends on:
ii  debconf  1.4.46  Debian configuration management sy
ii  gawk [awk]   1:3.1.4-2   GNU awk, a pattern scanning and pr
ii  gs   8.01-5  Transitional package
ii  gs-gpl [gs]  8.01-5  The GPL Ghostscript PostScript int
pn  hylafax-client   Not found.
ii  libc62.3.2.ds1-21GNU 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-8   The GNU Standard C++ Library v3
ii  libtiff-tools3.7.2-2 TIFF manipulation and conversion t
ii  libtiff4 3.7.1-4 Tag Image File Format (TIFF) libra
ii  mailx1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii  mawk [awk]   1.3.3-11a pattern scanning and text proces
pn  mime-codecs  Not found.
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


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



Bug#307657: Cannot read (certain?) DOC files created by OpenOffice.Org

2005-05-05 Thread Martin Michlmayr
retitle 307657 please support small block text streams
severity 307657 wishlist
thanks

* Antiword team [EMAIL PROTECTED] [2005-05-05 20:19]:
 This is not a bug, it is a missing feature.

OK.

 Let me explain.
...
 The reason for not implementing the missing fearture is simple. Word 
 documents that use the small block text stream can not be produced by Word 
 for Windows (all versions), but only Word for Mac. And now by OpenOffice.
 Note that these documents can be read by all versions of Word.

Thanks for the explanation.  I hope that you will get around to
implementing this feature at some point, and I'm therefore leaving
this bug report open as a feature request.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#267736: logwatch: No ipv6 support

2005-05-05 Thread Willi Mann
Stephane Dudzinski schrieb:
Package: logwatch
Version: 5.1-6
Severity: wishlist
Current release does not support ipv6 in the log tailing, this is an example : 

Argument 2001:770:60::a006:110 isn't numeric in pack at 
/usr/share/logwatch//lib/Logwatch.pm line 286, STDIN line 1.
Character in 'C' format wrapped in pack at /usr/share/logwatch//lib/Logwatch.pm line 
286, STDIN line 1.
As the latest release from the official project doesn't seem to support it 
either, i thought it should make it as a wishlist.
Ok, I know a little bit late (Sorry) in answering this bug (The reason 
was, i couldn't do anything about it because I don't have any ipv6 network, 
but that's not really an excuse), can you tell me if the problem also occurs 
with the version currently in experimental?
If it's still there, I'll forward it to upstream, because I'm sure at least 
one of the active upstream developers can fix it.

http://ftp.at.debian.org/debian/pool/main/l/logwatch/logwatch_6.0.2-1_all.deb
Thanks in advance.
Willi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#307798: apache: Name clash for /icons/ and /images/

2005-05-05 Thread Piotr Roszatycki
On Thu, 5 May 2005, Thom May wrote:
severity 307798 minor
thanks
Please learn about severities before filing any further bugs.
The interpretation of the severity for this bug depends on point of view. 
For the end user it is problematic, because he can't upload and use 
/icons/ or /images/ directory name for its own web application. It has 
impact for some unknown count of application.

Even I remove the alias from httpd.conf, it will breaks the directory 
index or other pages generated internally by webserver.

--
.''`.Piotr Roszatycki, Netia SA
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#307781: udev: why is hotplug dependency necessary

2005-05-05 Thread Oliver Kiddle
[EMAIL PROTECTED] wrote:
 
  It is also annoying because hotplug depends on usbutils and my machine
  doesn't even have USB.
 It does not:
 
 Depends: module-init-tools | modutils (= 2.4.2), debconf (= 0.2.26), 
 procps, grep (= 2.5.1.ds1-2), sed (= 4), bash (= 2.05b-1)

Sorry, I was looking at apt-cache rdepends usbutils which does list
hotplug. Perhaps that's not the same. aptitude did install it without my
asking: perhaps it does that for recommends.

Oliver


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



Bug#307683: r-cran-maps: FTBFS: missing build dependency.

2005-05-05 Thread Kurt Roeckx
On Thu, May 05, 2005 at 12:33:17PM -0500, Chris Lawrence wrote:
 Funnily enough, it builds here just fine without gawk installed.  Are
 you sure you have all of build-essential installed in your chroot,
 including an awk interpreter (mawk is Priority: required, and thus not
 listed in b-e but should be present nonetheless)?

Yes, I have build essential, and that does NOT include gawk.
(It's not needed to build a simple hello world program in C.)
Try and install the build-essential package and remove gawk.

I do have an awk pointing to mawk thru the alternatives system.
But I do not have gawk, and you call gawk.

Note that there are currently 63 packages in main/unstable that
have a build dependency on gawk.

It seems the environment variable AWK is set somewhere to gawk, I
just have no idea where.


Kurt



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



Bug#307833: apt-file: broken. curl is needed

2005-05-05 Thread Riccardo Setti
Package: apt-file
Version: 2.0.4
Severity: important

hi sebastian,

please add curl in the depends field :)

mrspurr:/home/giskard/src/lmule# apt-file update
sh: curl: command not found
sh: curl: command not found

apt-file -h doesn't tell how to use an alternative.
apt-file.1 also.

here a simple patch.

--- control 2005-05-04 17:53:24.0 +0200
+++ control.good2005-05-05 21:08:35.0 +0200
@@ -7,8 +7,7 @@
 
  Package: apt-file
  Architecture: all
  -Depends: ${perl:Depends}, gzip (= 1.2.4), libconfigfile-perl,
  libapt-pkg-perl
  -Recommends: curl
  +Depends: ${perl:Depends}, curl, gzip (= 1.2.4), libconfigfile-perl,
  libapt-pkg-perl
  Suggests: ssh
  Description: APT package searching utility -- command-line interface 
   apt-file is a command line tool for searching packages for the APT
   

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

Versions of packages apt-file depends on:
ii  gzip  1.3.5-9The GNU compression utility
ii  libapt-pkg-perl   0.1.13 Perl interface to libapt-pkg
ii  libconfigfile-perl1.2.1  Parses simple configuration files
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#307832: freewrl: NO plugin file included

2005-05-05 Thread Michael D. Schleif
Package: freewrl
Version: 1.07-1
Severity: grave
Justification: renders package unusable


[1]  This is what aptitude says is included with thie package:

# aptitude show freewrl
Package: freewrl
State: installed
Automatically installed: no
Version: 1.07-1
 ...
Description: VRML browser and netscape plugin

[2] When the plugin does NOT work, I goto the project homepage, and
there it says this:

http://freewrl.sourceforge.net/faq.html#SectionLinuxCommonProblems2
1. Is the Plugin installed?

After installing FreeWRL, restart your browser. The file npfreewrl.so
is the FreeWRL Plugin; it should reside in a directory where your
browser can find it.

[3] Neither of the following quries find npfreewrl.so on my systems:

dpkg -L freewrl

find / | grep npfreewrl


What do you think?


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

Versions of packages freewrl depends on:
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  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libperl5.8   5.8.4-6 Shared Perl library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libwww-perl  5.803-3 WWW client/server library for Perl
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  perl 5.8.4-6 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4 5.8.4-6 The Pathologically Eclectic Rubbis
ii  xlibmesa-glu [libglu1]   4.3.0.dfsg.1-10 Mesa OpenGL utility library [XFree
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#307781: udev: why is hotplug dependency necessary

2005-05-05 Thread Oliver Kiddle
Greg KH wrote:
  See http://www.gentoo.org/doc/en/udev-guide.xml
 
 hotplug-base is NOT the hotplug/coldplug startup stuff.  You want that
 file.  Why would you not?

That's what I was assuming. The trouble is that in Debian there is no
hotplug-base. udev depends on the hotplug package and that contains
all the scripts I'm complaining about. Now if udev can work without
those scripts as the Gentoo howto implies then it'd be nice to be able
to have such a setup on Debian.

Oliver



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



Bug#307826: dependency information

2005-05-05 Thread The Anarcat
Package: wnpp
Followup-For: Bug #307826


cvsmonitor needs a lot of perl packages, some of which are not yet in
the debian archive:

Array::Window = 0.1Not Found
CGI Found 3.04
CGI::Carp   Found 1.27
Chart::Math::Axis = 0.1Not Found
Class::Autouse = 1.03  Found 1.03
Class::Default = 1.0   Found 1.0
Class::Handle = 1.0Not Found
Class::Inspector = 1.03Found 1.03
Clone = 0.13   Found 0.15
Config::Tiny = 1.5 Found 1.6
Cwd Found 2.17
Date::FormatFound 2.22
Fcntl   Found 1.05
File::Copy  Found 2.07
File::Find::RuleFound 0.28
File::Flat = 0.8   Found 0.91
File::NCopy = 0.32 Found 0.34
File::Remove = 0.20Found 0.29
File::Spec = 0.82  Found 0.87
File::Temp = 0.12  Found 0.14
FindBin Found 1.44
GD  Found 2.23
GD::Graph   Found 1.43
GD::TextFound 0.86
Getopt::LongFound 2.34
HTTP::BrowserDetect = 0.97 Found 0.98
IO::FileFound 1.10
Net::Telnet Found 3.03
Number::Compare Found 0.01
Proc::ProcessTable  Found 0.39
Scalar::Util = 1.09Found 1.13
Sort::Versions = 1.4   Found 1.5
StorableFound 2.12
Text::Glob  Found 0.06
Time::Duration  Found 1.02
Time::ParseDate = 100.010301   Not Found
URI::Escape Found 3.28
Validate::Net = 0.4Not Found
XML::Generator  Found 0.99

Those marked not found can be installed using:

# perl -MCPAN -e shell
...
cpan install Bundle::CVSMonitor


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


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



Bug#307781: udev: why is hotplug dependency necessary

2005-05-05 Thread Marco d'Itri
On May 05, Oliver Kiddle [EMAIL PROTECTED] wrote:

 those scripts as the Gentoo howto implies then it'd be nice to be able
 to have such a setup on Debian.
Again, why can't you stop wasting everybody's time instead of RTFM like
I suggested in my first reply?

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#300432: Sorry

2005-05-05 Thread Michael Meskes
Sorry, somehow I forgot to answer.

While I agree that the runlevel may be too early I do not agree on this
part of the bug report:

for now I can only say that it should not restart computer in a case of
single failure (upgrade of deamons)

I want my system to be rebooted on a single failure. I was planning and
actually started implementing a different config system that would
enable you to define special exceptions but haven't found the time to
work on this sorry.

Also I strongly object to this bug being release critical. Thus I will
downgrade it. Did it before already but apparently that mail got lost. I
will leave it open for the runlevel change though.

Michael 
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#307834: Installation: Micron Transport floppy=nofifo problem

2005-05-05 Thread Eric \Shubes\






Package: installation-reports

Debian-installer-version: R3 5/4/05 people.debian.org/~joeyh/d-i/images/daily/floppy/ 
uname -a: n/a
Date: 5/4/05 all day
Method: Floppy/cdrom/network

Machine: Micron Millenia Transport w/ docking station
Processor: Pentium 133
Memory: 32M
Root Device: /dev/fd0
Root Size/partition table: n/a
Output of lspci and lspci -n: n/a

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: [E]
Detect CD:  [O]
Load installer modules: [E]
Detect hard drives: [O]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]

Comments/Problems:

I originally installed Woody from floppy/cdrom, and it worked ok.
I had to use the floppy=nofifo parameter for the floppy drive to work properly.


When trying Sarge, I used floppy=nofifo, but got results consistent with not using it. It booted fine from the boot disk, but when loading the root disk, I'd get:
floppy0: long rw: 24 instead of 12
rs=18 s=1
rh=1 h=0
rt=0 t=0
heads=2 eoc=0
spt=18 st=0 ss=1
in_sector_offset=0
FAT: bogus logical sector size 0
VFS: Can't find a valid FAT system on dev 02:00
Cannot find root floppy: /dev/floppy/0: cannot mount

The error wasn't absolutely consistent. The long rw: value varied. Usually 24, but sometimes 13 or 20. The rs= value changed too, 2 and 15 respectively. 

The install media was fine. I checked, double checked, cleaned the drive, and even created media on the same computer which was failing. On occasion (3 times out of 20 or so)

I also tried various other parameters: floppy=0,daring; =broken_dcl; =slow, and none helped.

I don't know why floppy=nofifo fixed the problem with Woody (Woody had the same symptoms without it). It appears to me as though floppy=nofifo simply doesn't work. At least it doesn't do what it did with Woody.

I've since done a dist-upgrade instead, so I'm not in need of this to work, but it would be nice to have it fixed for the next person who tries it. I'll be happy to do whatever testing that may be needed.

-- 
-Eric 'shubes'






 


Bug#307835: gnome-utils: gnome-dictionary hangs when access denied on server

2005-05-05 Thread Thomas Petazzoni
Package: gnome-utils
Version: 2.8.1-1
Severity: normal


Hello,

In gnome-dictionary, when setting a server that denies access (by
responding 530 access denied), the software hangs forever.

The 530 access defined server response should be properly parsed and a
nice dialog could be displayed to the user.

Sincerly,

Thomas

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

Versions of packages gnome-utils depends on:
ii  e2fslibs 1.37-2  ext2 filesystem libraries
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  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc62.3.2.ds1-21GNU C Library: Shared libraries an
ii  libgconf2-4  2.8.1-5 GNOME configuration database syste
ii  libglade2-0  1:2.4.2-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.4-1 The GLib library of C routines
ii  libgnome-desktop-2   2.8.3-2 Utility library for loading .deskt
ii  libgnome2-0  2.8.1-2 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.1-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.4-3 The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.4-1 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  liborbit21:2.12.2-1  libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0   2.8.3-1 library for GNOME 2 panel applets
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstartup-notificat 0.8-1   library for program launch feedbac
ii  libxml2  2.6.16-7GNOME XML library
ii  scrollkeeper 0.3.14-10   A free electronic cataloging syste
ii  xlibs4.3.0.dfsg.1-12 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#307587: Reproducable here

2005-05-05 Thread Jeremy Nickurak
Package: kernel-package
Version: 8.134
Followup-For: Bug #307587

Same problem here, but it affects 'make-kpkg clean' as well. The tree I'm in 
had previously build 2.6.12-rc2 successfully, and was patched to 
2.6.12-rc3-mm3. I also tried pristine 2.6.12-rc3, which failed with the same 
error:

 [EMAIL PROTECTED]:/usr/local/src/linux$ make-kpkg clean
 fakeroot /usr/bin/make -f /usr/share/kernel-package/rules real_stamp_clean
 make[1]: Entering directory `/usr/local/src/linux'
 /usr/share/kernel-package/rules:1623: *** Error. I do not know where the
 kernel image goes to [kimagedest undefined] The usual case for this is
 that I could not determine which arch or subarch tihs machine belongs to.
 Please specify a subarch, and try again..  Stop.
 make[1]: Leaving directory `/usr/local/src/linux'
 make: *** [clean] Error 2


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

Versions of packages kernel-package depends on:
hi  dpkg 1.13.4  Package maintenance system for Deb
ii  dpkg-dev 1.13.4  Package building tools for Debian
ii  gcc [c-compiler] 4:3.3.5-3   The GNU C compiler
ii  gcc-2.95 [c-compiler]1:2.95.4-22 The GNU C compiler
ii  gcc-3.3 [c-compiler] 1:3.3.6-2   The GNU C compiler
ii  make 3.80-9  The GNU version of the make util
ii  perl 5.8.4-8 Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#307683: r-cran-maps: FTBFS: missing build dependency.

2005-05-05 Thread Kurt Roeckx
On Thu, May 05, 2005 at 09:08:12PM +0200, Kurt Roeckx wrote:
 It seems the environment variable AWK is set somewhere to gawk, I
 just have no idea where.

I'm seeing this only in my amd64 chroot it seems.  When I try the
same in my i386 chroot, it uses mawk.  All the buildd logs also
use mawk, and I have no idea why it's different on amd64.

Please feel free to lower the severity of this bug.


Kurt



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



Bug#307838: unsecure temp file

2005-05-05 Thread Thomas Lange

Package: fai
Version: 2.8.1
Severity: serious

The script lib/updatebase creates unsecure temp file when called from
task softupdate. This violates the policy.

-- 
regards Thomas


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



Bug#307837: cupsys: Cups daemon doesn't clear error messages

2005-05-05 Thread Nick Leverton
Package: cupsys
Version: 1.1.23-10
Severity: minor

The cupsys daemon doesn't seem to clear error messages after the error
is cleared.  I've noticed this before but my local printer is normally
online, so for me it doesn't happen evey often.  Today however it was
offline when I tried to print.  It's now recovered, printed queued jobs
and is idle, yet lpstat still tells me

scheduler is running
system default destination: Deskjet
device for Deskjet: usb:/dev/usb/lp0
Deskjet accepting requests since Jan 01 00:00
printer Deskjet is idle.  enabled since Jan 01 00:00
Printer not connected; will retry in 30 seconds...

Nick


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

Versions of packages cupsys depends on:
ii  adduser 3.63 Add and remove users and groups
ii  debconf 1.4.30.13Debian configuration management sy
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libcupsimage2   1.1.23-10Common UNIX Printing System(tm) - 
ii  libcupsys2-gnutls10 1.1.23-10Common 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.11a-2OpenSLP libraries
ii  patch   2.5.9-2  Apply a diff file to an original
ii  perl-modules5.8.4-8  Core Perl modules
ii  xpdf-utils  3.00-13  Portable Document Format (PDF) sui
ii  zlib1g  1:1.2.2-4compression library - runtime

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


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



Bug#307836: ndiswrapper: debian/rules does not work POSIX conform shell (dash)

2005-05-05 Thread Matthias Lederhofer
Package: ndiswrapper
Severity: normal
Tags: patch

debian/rules install/ndiswrapper-source fails with:
cp debian/{changelog,compat,copyright} modules/ndiswrapper/debian
cp: cannot stat `debian/{changelog,compat,copyright}': No such file or
directory
make: *** [install/ndiswrapper-source] Error 1

because dash does not know {} as a filename pattern and as far as I
could find out this is no pattern described by the POSIX standard for
shells.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US.ISO-8859-1)
--- rules.orig  2005-05-05 15:06:14.0 -0400
+++ rules   2005-05-05 15:06:36.0 -0400
@@ -11,7 +11,7 @@
mkdir -p modules/ndiswrapper/debian
cp -ra driver/* modules/ndiswrapper
cp INSTALL version modules/ndiswrapper
-   cp debian/{changelog,compat,copyright} modules/ndiswrapper/debian
+   cp debian/changelog debian/compat debian/copyright 
modules/ndiswrapper/debian
cp debian/*.modules.in modules/ndiswrapper/debian
sed -i 's/@NDW_VERS@/$(NDW_VERS)/g' 
modules/ndiswrapper/debian/control.modules.in
install -m755 debian/rules.modules modules/ndiswrapper/debian/rules


Bug#307839: mime-support: Add udeb as application/x-debian-package

2005-05-05 Thread Kurt Roeckx
Package: mime-support
Version: 3.28-1

Currently you define a .deb as an application/x-debian-package.
You do not have a defenition of .udeb's.  Please add the same as
for a udeb.


Kurt



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



Bug#307840: evolution menu item not in Enlightenment

2005-05-05 Thread Stephen Olander Waters
Package: evolution
Version: 2.2.2-3

Evolution does not appear as a menu item on the middle-click root menu
under the latest version of Enlightenment in sid. I tried rebuilding the
menus using the Enlightenment option to do so, but it didn't find
Evolution. Normally, Evolution is under Debian Menus/Apps/Net.

Thanks!
-s



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


Bug#298116: wwwoffle: init.d script won't be able to control wwwoffled if bind-ipv* != localhost

2005-05-05 Thread Paolo
On Thu, Apr 07, 2005 at 05:39:26PM +0200, Paul Slootman wrote:
[sorry for lng delay, msg slipped up above *00 msgs in mutt thread 
view and must have overlooked it]
...
 Well, it only happens in a very specific configuration that I guess most
 people will never think of, so I'd hesitate to raise the severity beyond
 important right now. Nevertheless I'll try to find a fix ASAP.

hmm, ok, provided the quirk is duely documented.

 
  [2.8e-1 on Sarge, on same host as wwwoffled ]
   # wwwoffle -status -p 192.168.0.13:5866
   [no answer, rc=0]
   
  [2.7a on Woody, on same host as wwwoffled ]
   # wwwoffle -status -p 192.168.0.13:5866
   WWWOFFLE Incorrect Password
  
  I think the old behaviour is better.

well, now (2.8e-2) from a remote host, I get:

~#  wwwoffle -status -p pmab:5867
Can't read from control port (is this host allowed?)

pmab has 

StartUp
{
 bind-ipv4 = 192.168.0.53
 http-port  = 8080
 wwwoffle-port = 5867
...

and I've changed pwd since starting the server. On pmab I get

~# wwwoffle -status -c /etc/wwwoffle/wwwoffle.conf
WWWOFFLE Incorrect Password

hmm... ok, that's because I've put 

AllowedConnectHosts
{
 192.168.0.0/24
}
 
which wwwoffle seems to not understand (or take as a fancy hostname).
Then putting 192.168.0.* I get on remote same 'Incorrect Password' answer.

   # wwwoffle -status -c /etc/wwwoffle/wwwoffle.conf -p 192.168.0.13:5866
   wwwoffle: The '-p' and '-c' options cannot be used together.
 
 Hmm, this looks like a bug that was introduced when making it the
 default to read the conf file as standard... I'll look into this today.

this is not resolved yet: if I change pwd in the .conf, I'm still closing
the door with the key on the other side - no way to run wwwoffle -config.

  Note that's perfectly reasonable to _not_ bind to 127.0.0.1.
 
 Agreed.

yep, this seems solved. Init script does what's expected in any case.

  I don't see any solution at script level. wwwoffle should  just be able
  to do the right thing when given the -c file, though I'd rather have the
  -pwd option, as that's more fexible.
 
 -pwd means that anyone on the system can read the password... Unless you
 mean that it should interactively ask the password from the terminal?

well, many programs offer the possibility to pass the pwd on stdin, on 
cmd line, interactively or from file. From terminal would be ok for 
local/remote interactive session, but the other options would be needed
for scripting; yes -pwd on cmd line would normally expose the key, but see
what eg smbmount does, if you put --password=key you won't see the key on
ps ax. A pwd file is handy, perhaps searched in a default location, eg
~/.wwwoffle/passwd like vnc etc., before switching uid.
Anyway the main point here is to break the guaranteed deadlock you have
since 
1) -c / -p aren't allowed together 
2) cannot specify pwd other than in .conf
3) .conf data are not overridden by cmd line opts.
I think ripping out the pwd from the config would be better, like is done 
in rsync etc. as it avoids the chicken-egg dilemma on -config.

  Set a password (pseudo-diff)
 
 I'm assuming this is on the server itself?
 
  #wwwoffle.conf---
  -  password = 
  +  password = secret
  #

yes

  
  [from either remote (allowed) host or localhost] 
   # wwwoffle -config -p 192.168.0.13:5866
   WWWOFFLE Reading Configuration File.
   WWWOFFLE Read Configuration File.
 
 Doing this from a remote host means there's also a local wwwoffle.conf,
 right? I assume that you have put the right password in there :-)

not needed, that's the point. When pwd is unset remote can do 
wwwoffle cmd -p host:port
But that works _even after_ pwd is set/changed on server and -config is
issued and apparently acknowledged. 
There's an asymmetry on server, in that -p works while -c doesn't, so in 
latter case new/set pwd is used while in 1st case it isn't.
At present, it should at least be clearly stated in the docs that
control access credentials are _not_ changed by -config. Actually, at 
present once set they _cannot_ be changed at all and kill/start cycle is 
mandatory.
Finally note a funny situation:

on server set

StartUp
{
 bind-ipv4 = 192.168.0.53
 http-port  = 8080
 wwwoffle-port = 5867
 password = secret
}

restart wwwoffled.
On remote do 

echo '
StartUp
{
 bind-ipv4 = 192.168.0.53
 http-port  = 8080
 wwwoffle-port = 5867
 password = secret
} '  ~/.wwwoffle

now on server:

~# wwwoffle -config -p pmab:5867
WWWOFFLE Incorrect Password
~# wwwoffle -config -c /etc/wwwoffle/wwwoffle.conf
WWWOFFLE Reading Configuration File.
WWWOFFLE Read Configuration File.

on remote:

~#  wwwoffle -config -p pmab:5867
WWWOFFLE Incorrect Password
~#  wwwoffle -config -c ~/.wwwoffle 
WWWOFFLE Reading Configuration File.
WWWOFFLE Read Configuration File.

Ok, change server pwd in .conf:
...
#wwwoffle.conf---
-  password = secret
+  password = nosecret
#

now on server:

~# wwwoffle 

Bug#296143: Landscape problems here too. (workaround)

2005-05-05 Thread Daniel Burrows
  I have what seems to be the same problem or a similar one -- some
users here were trying to print wide spreadsheets in landscape mode and
couldn't convince OOo to do as they said.  I was able to work around the
problem by changing the page format from Format - Page -- but this only
affects the first page!  As far as I can tell, the only way to make the
whole document print in landscape mode is to open up the print preview,
and while viewing each page click on Page Format and select Landscape.
Be warned that this change is sticky -- it'll keep printing in landscape
mode until you undo the process!

  Daniel



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



Bug#307787: audacity: not fool proof against unsuspected data loss

2005-05-05 Thread Matt Brubeck
package audacity
severity 307787 important
thanks

Ralf Neubauer wrote:

 me:   presses cancel to stop the writing which is going to fail
 audacity: moves a0.wav over a.wav, the original a.wav is gone
 me:   %@%#^@, now i lost the remaining 90% data not written into
   a0.wav at this time

Thanks for the detailed report (and sorry about the data loss)!  I'll
try to fix this as soon as possible.


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



Bug#307841: most: lineno option documentation misformatted

2005-05-05 Thread Ray Kohler
Package: most
Version: 4.9.5-1
Severity: minor
Tags: patch

There ought to be a line break before the +lineno command line option
entry in the man page.


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

Versions of packages most depends on:
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  slang1a-utf81.4.9dbs-8   The S-Lang programming library wit

-- no debconf information
--- most.1.orig 2005-05-05 15:41:04.0 -0400
+++ most.1  2005-05-05 15:43:47.0 -0400
@@ -185,6 +185,7 @@
 This option is meaningful only when used with the
 .B \-v
 option.
+.TP
 .BI + lineno
 Start up at
 .IR lineno .


Bug#307842: ntpd (-simple) gets SIGSEGV on startup [[SOLVED]]

2005-05-05 Thread sacrificial-spam-address
Package: ntp-simple
Version: 1:4.2.0a+stable-8
Severity: minor

[[ SOLVED: still submitted in case it helps anyone else.
   The problem was a combination of a 127.127.1.0 refclock and
   the loopback interface not being configured due to not having
   uncommented the line in /etc/network/interfaces.  It might be
   nice to make the failure less mysterious, though.  To reproduce,
   configuyre ntp.conf with a 127.127.1.0 fallback server, ifdown lo,
   and start ntpd. ]]

It dies almost immediately on startup.  An strace ends with

2452  capset(0x19980330, 0, {CAP_SETGID|CAP_SETUID|CAP_SYS_TIME, 
CAP_SETGID|CAP_SETUID|CAP_SYS_TIME, }) = 0
2452  prctl(0x8, 0x1, 0, 0, 0)  = 0
2452  setgid32(110) = 0
2452  setresgid32(-1, 110, -1)  = 0
2452  setuid32(110) = 0
2452  setresuid32(-1, 110, -1)  = 0
2452  capset(0x19980330, 0, {CAP_SYS_TIME, CAP_SYS_TIME, }) = 0
2452  select(6, [4 5], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted)
2452  --- SIGALRM (Alarm clock) @ 0 (0) ---
2452  sigreturn()   = ? (mask now [])
2452  gettimeofday({1115319136, 380922}, NULL) = 0
2452  sendto(5, 
\343\0\6\361\0\0\0\0\0\0\0\0INIT\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\306$\351\340a\204\32\254,
 48, 0, {sa_family=AF_INET, sin_port=htons(123), 
sin_addr=inet_addr(193.201.200.74)}, 16) = 48
2452  gettimeofday({1115319136, 381080}, NULL) = 0
2452  select(6, [4 5], NULL, NULL, NULL) = 1 (in [5])
2452  gettimeofday({1115319136, 486435}, NULL) = 0
2452  select(6, [4 5], NULL, NULL, {0, 0}) = 1 (in [5], left {0, 0})
2452  recvfrom(5, $\3\6\354\0\0\3\210\0\0\22|[EMAIL PROTECTED], 1092, 0, 
{sa_family=AF_INET, sin_port=htons(123), sin_addr=inet_addr(193.201.200.74)}, 
[16]) = 48
2452  select(6, [5], NULL, NULL, {0, 0}) = 0 (Timeout)
2452  gettimeofday({1115319136, 486661}, NULL) = 0
2452  gettimeofday({1115319136, 486699}, NULL) = 0
2452  gettimeofday({1115319136, 486756}, NULL) = 0
2452  time(NULL)= 1115319136
2452  time(NULL)= 1115319136
2452  stat64(/var/log/ntpstats/peerstats, {st_mode=S_IFREG|0644, st_size=247, 
...}) = 0
2452  unlink(/var/log/ntpstats/peerstats) = 0
2452  open(/var/log/ntpstats/peerstats.20050505, O_WRONLY|O_APPEND|O_CREAT, 
0666) = 6
2452  fstat64(6, {st_mode=S_IFREG|0644, st_size=247, ...}) = 0
2452  mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0xb7ffe000
2452  fstat64(6, {st_mode=S_IFREG|0644, st_size=247, ...}) = 0
2452  _llseek(6, 247, [247], SEEK_SET)  = 0
2452  link(/var/log/ntpstats/peerstats.20050505, 
/var/log/ntpstats/peerstats) = 0
2452  write(6, 53495 67936.487 193.201.200.74 9014 0.011817000 0.105424000 
7.937516527 0.30..., 84) = 84
2452  select(6, [4 5], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted)
2452  --- SIGALRM (Alarm clock) @ 0 (0) ---
2452  sigreturn()   = ? (mask now [])
2452  gettimeofday({1115319137, 381707}, NULL) = 0
2452  gettimeofday({1115319137, 381737}, NULL) = 0
2452  gettimeofday({1115319137, 381771}, NULL) = 0
2452  --- SIGSEGV (Segmentation fault) @ 0 (0) ---

That's the first NTP packet received; all previous recvfrom() calls are DNS.

Running it under gdb
(build-simple/ntpd/ntpd -n -p /var/run/ntpd.pid -u 110:110)
dies in
#0  0x08062af3 in peer_unfit (peer=0x807b844) at ../../ntpd/ntp_proto.c:2960
#1  0x08061096 in clock_select () at ../../ntpd/ntp_proto.c:1885
#2  0x08060dee in clock_filter (peer=0x807b844, sample_offset=0, 
sample_delay=0, sample_disp=2) at ../../ntpd/ntp_proto.c:1793
#3  0x08063c8a in refclock_receive (peer=0x807b844)
at ../../ntpd/ntp_refclock.c:581
#4  0x0806aa33 in local_poll (unit=0, peer=0x807b844)
at ../../ntpd/refclock_local.c:259
#5  0x080634fa in refclock_transmit (peer=0x807b844)
at ../../ntpd/ntp_refclock.c:344
#6  0x080697b5 in timer () at ../../ntpd/ntp_timer.c:287
#7  0x08051bb7 in ntpdmain (argc=0, argv=0xbae0) at ../../ntpd/ntpd.c:1101
#8  0x0805177b in main (argc=98175, argv=0x17f7f) at ../../ntpd/ntpd.c:241

2955static int  /* 0 if no, 1 if yes */
2956peer_unfit(
2957struct peer *peer   /* peer structure pointer */
2958)
2959{
2960return (!peer-reach || /* unreachable */
2961(peer-stratum  1  peer-dstadr-addr_refid ==
2962peer-refid) || /* timing loop */
2963peer-leap == LEAP_NOTINSYNC || /* never synchronized */
2964peer-stratum = STRATUM_UNSPEC || /* no source */
2965peer-flags  FLAG_NOSELECT); /* unselected */
2966}

The sequence of events is:
peer-reach == 1
peer-stratum == 13
peer-dstadr == NULL - SIGSEGV

The full structure (for the local system clock server, 127.127.1.0) is:

(gdb) p *peer
$7 = {next = 0x0, ass_next = 0x0, srcadr = {ss_family = 2, __ss_align = 98175, 
__ss_padding = '\0' repeats 119 times}, dstadr = 0x0, associd

Bug#307632: not rc, not a security issues

2005-05-05 Thread Joey Hess
severity 307632 normal
thanks

This bug is not RC and is not a security issue. The piece of policy
quoted is intended to warn against attacks such as symlink attacks that
can be performed on unsafely created temp files. The program in question
is run during a fai install, before the system is multiuser, and so its
unsafe temp files cannot be created.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#307843: qtads: Opens nothing on amd64

2005-05-05 Thread John Goerzen
Package: qtads
Version: 1.3a-2
Severity: normal

On amd64, opening any gam file yields:

[TADS-607: error reading game file]

On i386, the same files open fine.

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

Versions of packages qtads depends on:
ii  libc62.3.2.ds1-21GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libqt3-i18n  3:3.3.4-3   i18n files for Qt3 library
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#307473: Purging mysql-server can kill mysql-server-4.1

2005-05-05 Thread Christian Hammers
Hi

On 2005-05-05 Sean Finney wrote:
 On Thu, May 05, 2005 at 07:01:45PM +0200, Christian Hammers wrote:
  So it's: if ( dh_answer==true  and  no_other_installed_server ) purge();
 
 okay, that makes sense.
 
 the no_other_installed_server could probably be simplified, now that i'm
 thinking of it.  since this is in the postrm, the package's files are
 already gone, right?  so if /usr/sbin/mysqld is still on the filesystem...

Hm, right you are... :-)

bye,

-christian-


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



Bug#307780: SMTP Auth fails with latest postfix-tls (sarge)

2005-05-05 Thread LaMont Jones
On Thu, May 05, 2005 at 03:08:14PM +0200, Tim Weippert wrote:
 May  5 14:56:55 hebus postfix/smtp[20410]: smtp_sasl_authenticate:
 mail.topf-sicret.org[217.160.140.89]: SASL mechanisms DIGEST-MD5
 CRAM-MD5
 May  5 14:56:55 hebus postfix/master[20274]: warning: process
 /usr/lib/postfix/smtp pid 20410 killed by signal 11

This sounds like it's dying down in the SASL code...  please add a -v or
two to the end of the line that starts and ends with 'smtp' in
/etc/postfix/master.cf, and send me that output.

thanks,
lamont


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



Bug#307042: fix?

2005-05-05 Thread Joey Hess
Just a reminder that it's been 5 days since you promised a fix for this
RC bug shortly.

-- 
see shy jo


signature.asc
Description: Digital signature


<    1   2   3   4   5   >