Bug#418736: [Pkg-dspam-misc] Bug#418736: dspam: New upstream release (3.8.0) available

2007-04-15 Thread Daniel Kahn Gillmor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun 2007-04-15 10:21:38 -0400, Matthijs Mohlmann wrote:

 I have a few production environments where I can test it. But I'll
 set it up first in a test environment. I can run some automated
 tests with the test environment.

That would be great!  what sort of automated tests do you have in
mind?

 What kind of configurations do you think about especially ?
 Currently I use:

 postfix - dspam - cyrus

I use this as well.  not daemonized, either, and with the hash driver.

 In other words, I use it as a delivery proxy. I am pretty
 comfortable with that configuration, but I can understand that
 someone needs another type of configuration. Probably we should
 support most of them.

sigh.  as long as they have a chance of being supported upstream.  I
don't know that i'm prepared to support something like dspam's LMTP
implementation, which has had several well-defined problems reported
(leading . duplication, line length, etc) without a clear response
from upstream on dspam-dev, afaict.

 According to the documentation (README) there are 3 major configurations
 possible:
 - delivery agent proxy
 - pop3 proxy
 - smtp relay

 I think we should support those configurations.

i've never even tried to handle the pop3 proxy, and using dspam as an
smtp relay i saw firsthand the LMTP errors i mention above, but you're
right that we should either handle them or explicitly explain why we
discourage their use.

 In daemon mode there are some problems with the hash driver. So I
 think we need to issue a warning if someone wants to enable such a
 configuration. So only the mysql and pgsql driver are thread safe
 and can be used in daemon mode.

Yes, that's what it seems like to me.

 There are also several configurations you need to enable on compile time
 that makes the packaging also a bit complicated. Probably we can change
 them to configuration time parameters ? (For example the filesystem
 scale options and the driver specific configure options)

 First things todo (IMO):
 - Make example configurations in Debian for a 'delivery agent proxy',
 'pop3 proxy' and 'smtp relay'.
 - Get rid of the compile time options that should be configuration
 options (if possible)
 - Create documentation for Debian how to integrate dspam.

 This is an initial TODO list, please correct me if I am wrong or add
 more TODO items.

This looks like a good start to me.  We also need to sort out how to
cleanly handle the UPGRADING notes.  3.8.0's UPGRADING file says:

UPGRADING FROM 3.6
- --

1. Add 'Tokenizer' setting to dspam.conf
   The 'Tokenizer' setting in 3.8.0 replaces tokenizer definitions in the 
   Feature clause of previous version configurations. See src/dspam.conf
   (after make) for more information about this seting.
 
2. Check calls to dspam_logrotate
   Earlier versions of 3.6 did not prepend a leading -l flag to specifying
   log file selection. This is now required.

3. Ensure 3.6.0 malaligned hash databases are converted
   Version 3.6.0 failed to align hash databases to 8-byte boundaries. If you
   are upgrading from v3.6.0 and are using the hash_drv storage driver, you
   should run cssconvert to upgrade your .css files to a fully aligned format.

4. Invert SupressWebStats setting in dspam.conf
   SupressWebStats has been changed to simply WebStats, and the setting is
   inverted. Be sure to update this in dspam.conf.

5. Add ProcessorURLContext setting in dspam.conf
   ProcessorURLContext has been added to toggle whether URL specific tokens
   are created in the tokenizer process. The on value is default for previous
   versions of DSPAM.



 PS: Sorry that I was not so active lately, I was pretty busy at work
 and when I arrived home it was time to go to bed. My work conditions
 are getting better now so I can spend some time on Debian :)

Hey, i'm in the same boat.  There's always a lot of other stuff going
on, i think.

Thanks for the feedback,

--dkg
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ http://mailcrypt.sourceforge.net/

iD8DBQFGIjwYiXTlFKVLY2URAgr6AJkB3NcRyZSHworr/u5v/hsEOywtiwCgmrG2
ByPLAFTxT22a09TmN4aOzh0=
=yJXE
-END PGP SIGNATURE-


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



Bug#419397: haskell98-tutorial: FTBFS after the tetex to texlive transition

2007-04-15 Thread Arjan Oosting
Package: haskell98-tutorial
Version: 26-2-1
Severity: important
Tags: patch
Justification: fails to build from source

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Ian,

I am planning to upload the modular Hugs from experimental to unstable
ASAP. As a precaution I am rebuilding all packages which build depend
on Hugs.

When I was rebuilding haskell98-tutorial I noticed that it FTBFS due
to tetex to texlive transition [1].

I have fixed this by updating the build dependencies. After that it
also FTBFS with the new hugs packages. This was caused by an import of
the IOExts module which is no longer in the default search path sine
the September 2006 release of hugs:

   - The compatibility libraries are no longer included on the default
 search path. You can access them by adding {Hugs}/oldlib to the
 search path (see -Pstr), but they will be removed in the next
 release.

Attached is my patch which enables the package to build against the
texlive and the new hugs packages.

Greetings Arjan

- -- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-2-nebula (PREEMPT)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

haskell98-tutorial depends on no packages.

Versions of packages haskell98-tutorial recommends:
ii  haskell98-report  20030706-3 The Haskell 98 Language and Librar

- -- no debconf information

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

iD8DBQFGIjs6UALvsZYuOJARArFZAJ9k4DAPiU/GTJxOqTkEAU02+AqHLQCgnoJe
KK3CfDKkDiio+WV61fWfHhs=
=VsF/
-END PGP SIGNATURE-
diff -u haskell98-tutorial-26-2/tex.hs haskell98-tutorial-26-2/tex.hs
--- haskell98-tutorial-26-2/tex.hs
+++ haskell98-tutorial-26-2/tex.hs
@@ -82,7 +82,7 @@
 import IO hiding (bracket)
 import Char(isSpace, isAlpha, isDigit)
 
-import IOExts(unsafePerformIO)  -- debugging only
+import System.IO.Unsafe(unsafePerformIO)  -- debugging only
 
 data FontStyle = RM | IT | TT | Bold | Sym | UL
 deriving (Eq,Show)
diff -u haskell98-tutorial-26-2/debian/changelog haskell98-tutorial-26-2/debian/changelog
--- haskell98-tutorial-26-2/debian/changelog
+++ haskell98-tutorial-26-2/debian/changelog
@@ -1,3 +1,13 @@
+haskell98-tutorial (26-2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build against texlive as tetex has been dropped. (Closes: .)
+  * tex.hs: import unsafePerformIO from System.IO.Unsafe as the IOExts
+module is no longer included on the default search path since the
+September 2006 release of Hugs.
+  
+ -- Arjan Oosting [EMAIL PROTECTED]  Sun, 15 Apr 2007 16:36:50 +0200
+
 haskell98-tutorial (26-2-1) unstable; urgency=low
 
   * New upstream source, also claiming to be June 2000. Closes: #344323.
diff -u haskell98-tutorial-26-2/debian/control haskell98-tutorial-26-2/debian/control
--- haskell98-tutorial-26-2/debian/control
+++ haskell98-tutorial-26-2/debian/control
@@ -3,7 +3,7 @@
 Section: doc
 Priority: optional
 Standards-Version: 3.7.2
-Build-Depends: hugs, flex, debhelper (= 4), tetex-bin
+Build-Depends: hugs, flex, debhelper (= 4), texlive-latex-base, texlive-generic-recommended
 
 Package: haskell98-tutorial
 Architecture: all


Bug#418840: Status of the belocs-locales-{bin,data} packages

2007-04-15 Thread Eugeniy Meshcheryakov
Hello,

15 04 2007 о 04:10 +0200 Nicolas François написав(-ла):
 They are not currently actively maintained, and IIRC, they were useful
 when it was very difficult to introduce new locales in the locales package
 (I don't think it is still the case, am I wrong?), to test new
 locales before submitting them to the Glibc, to have more up to date
 locales.
Those packages not only needed for new locales, but also for old ones
when glibc maintainers do not include fixes for annoying bugs known for
several years, like bugs with dates format and sorting order in
Ukrainian locales.

 Does anybody want to maintain these packages?
 Are there some languages which really need them?
I'm not sure yet if I want to/can maintain those packages. I think I
should recheck status of those bugs first.

Regards,
Eugeniy Meshcheryakov


signature.asc
Description: Digital signature


Bug#407545: ITA: firedns -- Runtime binaries for firedns, an asynch. dns resolver library

2007-04-15 Thread Hervé Rousseau

package wnpp
retitle 407545 ITA: firedns -- Runtime binaries for firedns, an
asynch. dns resolver library

Hi,

I'm interested in taking these packages (firestring and firedns).
Updates packages are on their way...

Regards,

--
Herve Rousseau


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



Bug#407546: ITA: firestring -- a string handling library

2007-04-15 Thread Hervé Rousseau

package wnpp
retitle 407546 ITA: firestring -- a string handling library

Hi,

I'm interested in taking these packages (firestring and firedns).
Updates packages are on their way...

Regards,

--
Herve Rousseau


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



Bug#419049: [Pkg-utopia-maintainers] Re: Bug#419049: quota: Causes shutdown to hang when /home is NFS-mounted

2007-04-15 Thread Michael Biebl
Michael Meskes wrote:
 [CCing network-manager maintainers. Could you guys pleas have a look at
 this bug? Thanks. ]
 
 On Fri, Apr 13, 2007 at 03:03:03PM -0500, John Goerzen wrote:
 Indeed, after purging network-manager, the hang is fixed.

 Watching the console, it appears that without network-manager, the
 interface is taken down after quotas are.
 
 Looking at the priorities I would guess that NFS filesystems are
 unmounted even later in S31umountnfs.sh. The device should be taken down
 in S35networking I would guess. So I wonder why network-manager is
 taking it down and whether this is more of a network-manager bug.

As as alternative, you might want to try to unmount the nfs shares via a
script in /etc/network/if-down.d/.

NetworkManagerDispatcher calls the script
/etc/NetworkManager/dispatcher.d/01ifupdown, which in turn runs the
ifupdown scripts in /etc/network/if*.d/

HTH,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#419396: Pasting URL into konqueror should strip linebreaks

2007-04-15 Thread Ken Bloom
Package: konqueror
Version: 4:3.5.5a.dfsg.1-6
Severity: wishlist

When pasting a URL into konqueror, if the URL contains linebreaks,
these line breaks are converted to %0A when the URL is submitted.
Since linebreaks usually occur in URLs as a result of pasting a URL
that some program hard-wrapped, a more logical behavior would be to
strip line breaks from URLs when pasted (or when submitted), similar
to the functionality in Mozilla. Please consider changing this.

(Probably a good candidate to forward upstream.)
--Ken Bloom

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages konqueror depends on:
ii  kcontrol   4:3.5.5a.dfsg.1-6 control center for KDE
ii  kdebase-kio-plugins4:3.5.5a.dfsg.1-6 core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  kdesktop   4:3.5.5a.dfsg.1-6 miscellaneous binaries and files f
ii  kfind  4:3.5.5a.dfsg.1-6 file-find utility for KDE
ii  libacl12.2.42-1  Access control list shared library
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libattr1   1:2.4.32-1.1  Extended attribute shared library
ii  libaudio2  1.8-4 The Network Audio System (NAS). (s
ii  libc6  2.5-1 GNU C Library: Shared libraries
ii  libfam02.7.0-12  Client library to control the FAM 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.3-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkonq4   4:3.5.5a.dfsg.1-6 core libraries for Konqueror
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.2-2 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

konqueror recommends no packages.

-- no debconf information


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



Bug#419395: xcin frequently spins/locks up machine when using firefox and opera

2007-04-15 Thread clayton
Package: xcin
Version: 2.5.2.99.pre2+cvs20030224-1.1
Severity: important


When firefox or opera are started from the xcin terminal (xcinterm-gb2312) xcin 
very 
frequently starts spinning and consumes so many resources that it is difficult 
to get to a 
prompt and kill it. top shows occasional spikes to near 100% cpu, but cpu 
useage does not 
seem to be steady. The hard drive makes a lot of racket as if there was a huge 
swapping 
problem. This has been going on for months at least.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xcin depends on:
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libdb33.2.9+dfsg-0.1 Berkeley v3 Database Libraries [ru
ii  libtabe2  0.2.6-1C library for Chinese lexicons rel
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  locales   2.3.6.ds1-13   GNU C Library: National Language (

Versions of packages xcin recommends:
ii  rxvt-ml   1:2.6.4-10 multi-lingual VT102 terminal emula

-- no debconf information


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



Bug#390696: Authen::Krb5 and get_in_tkt

2007-04-15 Thread Jeff Horwitz

Hi Russ--

Once I stopped using Krb5 at the day job, I haven't kept up much with 
interface changes.  If you can send a patch, I will be more than happy to 
apply it and make another release.


Thanks!

-jeff

On Sat, 14 Apr 2007, Russ Allbery wrote:


Hi Jeff,

I'm maintaining a Debian packaging of Authen::Krb5, and after a bug was
reported on it that obtaining credentials from a keytab didn't honor the
forwardable setting in krb5.conf, I took a look to try to figure out
what's going on.  I traced the problem to the fact that it's currently
using deprecated interfaces; all of the krb5_get_in_tkt* functions are
deprecated.

If instead it used the krb5_get_init_creds_keytab interface, this would
just work.

This is a pretty substantial change to the module, though, and I don't
want to just do this in the Debian package.  I think that the right fix is
to add the krb5_get_init_creds_keytab and krb5_get_init_creds_password API
calls and change the XS code so that the get_in_tkt functions actually
call the new functions under the hood.  I could probably prepare a patch
for this if this sounds like a good approach to you.

Please let me know.  Thanks!

--
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/




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



Bug#391459: Debian Bug 391459 related with Kernel.org bug 3048

2007-04-15 Thread Eric Lavarde

Hi,

just that people know that this bug seems related with a kernel.org one:
http://bugzilla.kernel.org/show_bug.cgi?id=3048

Eric



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



Bug#419049: [Pkg-utopia-maintainers] Re: Bug#419049: quota: Causes shutdown to hang when /home is NFS-mounted

2007-04-15 Thread Michael Biebl
Michael Meskes wrote:
 [CCing network-manager maintainers. Could you guys pleas have a look at
 this bug? Thanks. ]
 
 On Fri, Apr 13, 2007 at 03:03:03PM -0500, John Goerzen wrote:
 Indeed, after purging network-manager, the hang is fixed.

 Watching the console, it appears that without network-manager, the
 interface is taken down after quotas are.
 
 Looking at the priorities I would guess that NFS filesystems are
 unmounted even later in S31umountnfs.sh. The device should be taken down
 in S35networking I would guess. So I wonder why network-manager is
 taking it down and whether this is more of a network-manager bug.

If the interface was brought up by network-manager, network-manager will
also take it down. As network-manager relies on dbus, this has to happen
before K20dbus (which of course is way before S31unmountnfs.sh)
I'd indeed say, that if you use an NFS setup, network-manager is not the
 best choice and simply removing it is the best option.

I'm open to other suggestions though.

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#419394: sudo: Sudo not using $PATH or some $PATH items

2007-04-15 Thread David Baron
Package: sudo
Version: 1.6.8p12-5
Severity: important

Most recent upgrade of sudo no longer can execute something on the path, for
example, $KDEDIR/bin/some-kde-app. If I explicitely give it this path
string, it works just fine. May be related to #383389

(Bug or feature? If feature, one might let administrator override such a
restriction by entry in sudoers.)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (650, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-davidb (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages sudo depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libpam-modules  0.79-4   Pluggable Authentication Modules f
ii  libpam0g0.79-4   Pluggable Authentication Modules l

sudo recommends no packages.

-- no debconf information


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



Bug#400239: This bug hasn't been fixed in DFSG-2

2007-04-15 Thread Mirco Bauer
On Sun, 2007-04-15 at 06:26 -0700, Philip Nelson wrote:
 I just updated to the version shown and this bug is still there. When
 it didn't come up at first, I deleted the .config?Monodevelop
 directory. then I got a sharing violation trying to write and read to
 addins.config at the same time.

You deleted the config directory while MonoDevelop was running? That's
not a good idea.

  Now I get a minimal addins.config, repositories only, 2 listed. I get
 the stack trace in the original bug report. It fails after logging
 that MonoDevelop.Ide was loaded. I do have all the addins installed
 available in the repository.
 
Then I need a detailed description which steps you do to reproduce this
bug. Start clean, means delete ~/.config/MonoDevelop and start
MonoDevelop, describe what you do inside monodevelop, how you quit it
and what you do to let it crash. Else we have no chance to spot this bug
and finally fix it, upstream fixed several things already in this area,
that's why I closed it for the 0.13.1 upload.

Also include the stack trace you get and give me the installed versions
of mono and gecko/xul:
dpkg -l|grep mono
dpkg -l|grep xul

-- 
Regards,

Mirco 'meebey' Bauer

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

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


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


Bug#407212: Where is tixwish?

2007-04-15 Thread Matej Vela
retitle 407212 tixwish(1) man page should be removed
severity 407212 normal
thanks

Ian Wienand [EMAIL PROTECTED] writes:

 I really don't know much about Tcl, etc, but I'm looking for the
 'tixwish' program to run a Tcl script I have.  This package includes a
 man page for it, but not the actual program?  Should it be included,
 or the man page removed?

Version 8.4.0 no longer provides tixwish.  From the ChangeLog:

* tclconfig/* (new):
new TEA based build system.  This build Tix as a standard Tcl
extension, and does not have support for stand-alone tixwish.

Here's what TixIntro(3tix) says:

The tixwish program can be used to execute Tix-based applications.
tixwish is deprecated.  You shuld use the standard wish program from
Tk and access Tix via the package require Tix command.

So, if you have a script that begins with

#!/usr/local/bin/tixwish

try replacing it with

#!/usr/bin/wish
package require Tix

The man page should be removed, and it might not be a bad idea to
document this in NEWS.Debian.

Cheers,

Matej


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



Bug#419393: How to use a genuine gem pkg installed with debian rubygems?

2007-04-15 Thread rubygems
Package: rubygems
Version: 0.9.0-6
Severity: normal

Hello all,

This is much more a request of support then an actual br but I don't find yet
another way to do such request, sorry.

Trying to plot some perf info grabed from nmon tool, I already wrote 80% of some
kind of scatter script in ruby. I choose ploticus to produce plot files (ps
format). I discover rubicus as wrapper which I hope would help me in the
interface. Unfortunately for this rubicus project there is only a gem pakage
(afaik the tarball doesn't own any other way to install it without gem: no 
setup.rb,
no INSTALL info). I so install the debian rubygems dpkg on my unstable debian
install, then the rubicus.gem pkg. All seems successfull.

The pb is that stuff are puts in this path:
/var/lib/gems/1.8/gems/rubicus-0.1.0/lib/

where apparently ruby doesn't look for libs: a simple script
require 'rubicus'
= r1.rb:1:in `require': no such file to load -- rubicus (LoadError)
from r1.rb:1

Otoh if in /usr/lib/ruby/1.8, I create following links:
 rubicus.rb - /var/lib/gems/1.8/gems/rubicus-0.1.0/lib/rubicus.rb
 rubicus - /var/lib/gems/1.8/gems/rubicus-0.1.0/lib/rubicus

the stuff works fine.

Any idea on what I missed?

Tia for help,
Joel

 

-- System Information:
Debian Release: lenny/sid
Architecture: i386 (i686)

Kernel: Linux 2.6.20.7-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages rubygems depends on:
ii  libgems-ruby1.8   0.9.0-6libraries to use RubyGems, a packa
ii  ruby  1.8.2-1An interpreter of object-oriented 

rubygems recommends no packages.

-- no debconf information


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



Bug#418736: [Pkg-dspam-misc] Bug#418736: dspam: New upstream release (3.8.0) available

2007-04-15 Thread Matthijs Mohlmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Daniel Kahn Gillmor wrote:
 Package: dspam
 Version: 3.6.8-5
 Severity: wishlist
 
 Version 3.8.0 of dspam is now available:
 
   http://dspam.nuclearelephant.com/download.shtml
 
 We should probably treat this new release as an opportunity to think
 through some of the packaging questions that have come up on the list
 over the last couple months.
 
 In particular, we should think about what configurations we want to
 support and encourage with our packaging.  I've already documented
 problems with daemon mode, related to its LMTP handling and its use in
 conjunction with the hash driver.
 
 It would probably be a good idea to provide a default configuration in
 lenny that doesn't run afoul of these problems (unless they're fixed
 in 3.8.0).
 
 does anyone have a test rig that they can use to really slam a dspam
 installation?  I'm concerned that, as a link in the MTA chain, it
 needs to be really robust under high loads and there are certain
 configurations which 3.6.8 (at least) has fallen down.
 
   --dkg
 

Hi,

I have a few production environments where I can test it. But I'll set
it up first in a test environment. I can run some automated tests with
the test environment.

About the packaging questions, you are right. And according #366478 we
need to look into the documentation too. I'm not really comfortable with
the documentation that is delivered with dspam.

What kind of configurations do you think about especially ? Currently I use:

postfix - dspam - cyrus

In other words, I use it as a delivery proxy. I am pretty comfortable
with that configuration, but I can understand that someone needs another
type of configuration. Probably we should support most of them.

According to the documentation (README) there are 3 major configurations
possible:
- - delivery agent proxy
- - pop3 proxy
- - smtp relay

I think we should support those configurations.

In daemon mode there are some problems with the hash driver. So I think
we need to issue a warning if someone wants to enable such a
configuration. So only the mysql and pgsql driver are thread safe and
can be used in daemon mode.

There are also several configurations you need to enable on compile time
that makes the packaging also a bit complicated. Probably we can change
them to configuration time parameters ? (For example the filesystem
scale options and the driver specific configure options)

First things todo (IMO):
- - Make example configurations in Debian for a 'delivery agent proxy',
'pop3 proxy' and 'smtp relay'.
- - Get rid of the compile time options that should be configuration
options (if possible)
- - Create documentation for Debian how to integrate dspam.

This is an initial TODO list, please correct me if I am wrong or add
more TODO items.

Regards,

Matthijs Mohlmann

PS: Sorry that I was not so active lately, I was pretty busy at work and
when I arrived home it was time to go to bed. My work conditions are
getting better now so I can spend some time on Debian :)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGIjTy2n1ROIkXqbARAtjDAJ9jlZZHZPH6NCLEMxnOlIexPmUKcwCeP7cW
syxwjUZJT3gCGerKtkX07L4=
=U0xD
-END PGP SIGNATURE-



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



Bug#329743: Silly ideas exchanged about the memory impact of translations on D-I

2007-04-15 Thread Stefano Canepa
Il giorno sab, 14/04/2007 alle 18.37 +0200, Christian Perrier ha
scritto:
  which means that if I install debian using Italian translations
  (and thus using dejavu fonts, used by more than 40 languages), I waste
  5.2 Mb rather than just 660 Kb, which is crazy.
  When using g-i, besides trimming templates.dat, we could delete unused ttf 
  files.
 
 
 Should be possible, if we go the way of not allowing users to switch
 languages after a given step.

I think that most of users don't switch back language after they choise
one, I propose to split translation so that all languages are loaded
till languegechooser then only the selected language is loaded in
memory. 

 That would mean we have to keep track of which font is needed by what
 language. A new field in languagelist?

If we like to redure memory footprint of g-i this sound a good solution.

Bye
sc

-- 
Stefano Canepa aka sc: [EMAIL PROTECTED]  http://www.stefanocanepa.it
Three great virtues of a programmer: laziness, impatience and hubris.
Le tre grandi virtù di un programmatore: pigrizia, impazienza e
arroganza. (Larry Wall)



signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#419391: libhugs-ftphs: does not work with hugs 98.200609.21

2007-04-15 Thread Arjan Oosting
Package: libhugs-ftphs
Version: 1.0.0
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi John,

I am planning to upload the modular Hugs from experimental to unstable
ASAP. As a precaution I am rebuilding all packages which build depend
on Hugs. 

For the modular hugs packaging the (build) dependencies of
ftphs need to change:

diff -Nru /tmp/UAV62zyChq/ftphs-1.0.0/debian/control 
/tmp/CRhAtFx4TQ/ftphs-1.0.0/debian/control
- --- /tmp/UAV62zyChq/ftphs-1.0.0/debian/control2006-12-07 
22:24:32.0 +0100
+++ /tmp/CRhAtFx4TQ/ftphs-1.0.0/debian/control  2007-04-15 05:25:35.0 
+0200
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: John Goerzen [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0), ghc6 (= 6.6), ghc6 ( 6.6-999), 
haskell-devscripts (= 0.5.6), cpphs, libghc6-network-dev, libghc6-mtl-dev, 
libghc6-missingh-dev (= 0.18.0), libghc6-hslogger-dev
- -Build-Depends-Indep: debhelper (= 4.0.0), haddock, hugs (= 98.200503.08), 
haskell-devscripts (= 0.5.6), ghc6 (= 6.6), cpphs, libhugs-hslogger, 
libhugs-missingh (= 0.18.0)
+Build-Depends-Indep: debhelper (= 4.0.0), haddock, hugs (= 98.200503.08), 
haskell-devscripts (= 0.5.6), ghc6 (= 6.6), cpphs, libhugs-hslogger, 
libhugs-hunit, libhugs-network, libhugs-missingh (= 0.18.0)
 Standards-Version: 3.6.2
 Section: devel
 
@@ -26,7 +26,7 @@
 Package: libhugs-ftphs
 Section: devel
 Architecture: all
- -Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-missingh (= 0.18.0)
+Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-hunit, libhugs-network, 
libhugs-missingh (= 0.18.0)
 Suggests: ftphs-doc
 Description: FTP Client and Server Library for Haskell, Hugs package
  ftphs provides a Haskell library to implement a FTP client


But after I did this the package did not build because it needs
Text.Regex module:

 compilation IS NOT required
 make test-hugs
 make[1]: Entering directory `/tmp/buildd/ftphs-1.0.0'
 runhugs -98 +o -Fcpphs --noline 
-P/tmp/buildd/ftphs-1.0.0/src:/tmp/buildd/ftphs-1.0.0/testsrc: 
testsrc/runtests.hs
 runhugs: Error occurred
 ERROR /tmp/buildd/ftphs-1.0.0/src/Network/FTP/Client/Parser.hs - Can't find 
imported module Text.Regex

Text.Regex is not included anymore in the latest Hugs version: 

  - Updated libraries to match those of GHC 6.6. The following modules
  are gone:
   + Text.Regex: moved out of the base package and replaced with a new
 version that uses too much type class overlapping for Hugs.
   + Data.FiniteMap: obsolete.

So you might want to rewrite those parts of ftphs which need
Text.Regex or drop the libhugs-ftphs package.

Greetings Arjan

- -- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-2-nebula (PREEMPT)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libhugs-ftphs depends on:
ii  hugs  98.200609.21-4 A Haskell 98 interpreter
ii  libhugs-hslogger  1.0.2  The Haskell Logging Framework, Hug
ii  libhugs-missingh  0.18.4 Library of utility functions for H

libhugs-ftphs recommends no packages.

- -- no debconf information

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

iD8DBQFGIjPpUALvsZYuOJARAnZxAJ4j+puK3AJC0ORVx+sA/9ybJhecAACgieoy
zP0vH3dy69mzwP01oLpS2T4=
=3RXO
-END PGP SIGNATURE-



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



Bug#419392: gdm starts up (too) early in the boot process

2007-04-15 Thread Sjoerd Simons
Package: gdm
Version: 2.16.4-1.1
Severity: normal

Hi,

  We are reworking the dbus package so that packages needing dbus can
  provide normal init scripts instead of ones in /etc/dbus-1/event.d, which
  makes live easier for maintainers and less confusing for users.

  Obviously this means that daemons using dbus (avahi, hal, etc) will start
  after dbus instead of as part of the dbus init script.  Currently gdm starts
  at S21 and dbus (and everything depending on it) at S20..  Which means that
  when converting hal to a normal init script, gdm will always start before
  hal. Which can cause some strange effects, when one logs into for example
  gnome while hal i starting.

  It would be good if gdm moves to S30, so we have some room to order the dbus
  daemons correctly.. On my system this would only force ntp and bluetooth to
  start before gdm (which might be a good idea anyway)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.20-1-powerpc
Locale: LANG=C, LC_CTYPE=nl_NL (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdm depends on:
ii  adduser3.102 Add and remove users and groups
ii  aterm [x-terminal-emulator 1.0.0-4   Afterstep XVT - a VT102 emulator f
ii  debconf [debconf-2.0]  1.5.13Debian configuration management sy
ii  gksu   2.0.0-4   graphical frontend to su
ii  gnome-session  2.16.3-2  The GNOME 2 Session Manager
ii  gnome-terminal [x-terminal 2.14.2-2  The GNOME 2 terminal emulator appl
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libattr1   1:2.4.32-1.1  Extended attribute shared library
ii  libc6  2.5-1 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdmx11:1.0.2-2 X11 Distributed Multihead extensio
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.11-3 The GLib library of C routines
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgtk2.0-02.10.11-1 The GTK+ graphical user interface 
ii  libpam-modules 0.79-4Pluggable Authentication Modules f
ii  libpam-runtime 0.79-4Runtime support for the PAM librar
ii  libpam0g   0.79-4Pluggable Authentication Modules l
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  librsvg2-2 2.16.1-1  SAX-based renderer library for SVG
ii  librsvg2-common2.16.1-1  SAX-based renderer library for SVG
ii  libselinux11.32-3SELinux shared libraries
ii  libwrap0   7.6.dbs-13Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxau61:1.0.3-2 X11 authorisation library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxdmcp6  1:1.0.2-2 X11 Display Manager Control Protoc
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.0-4 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra
ii  lsb-base   3.1-23.1  Linux Standard Base 3.1 init scrip
ii  metacity [x-window-manager 1:2.14.5-4A lightweight GTK2 based Window Ma
ii  xbase-clients  1:7.2.ds2-1   miscellaneous X clients
ii  xterm [x-terminal-emulator 225-1 X terminal emulator

Versions of packages gdm recommends:
ii  dialog1.1-20070409-1 Displays user-friendly dialog boxe
ii  gdm-themes0.5.1  Themes for the GNOME Display Manag
ii  whiptail  0.52.2-10  Displays user-friendly dialog boxe
ii  zenity2.14.3-2   Display graphical dialog boxes fro

-- debconf information:
  gdm/daemon_name: /usr/bin/gdm
* shared/default-x-display-manager: gdm


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



Bug#297480: grub: doesn't boot with Error 17

2007-04-15 Thread Mattia
Hi there,

I think you should close this bug.

Yesterday I rebuild the partition table from scratch and everything
works.
The only difference is that /boot is in a dedicated partition; but I
don't think that it's relevant.

Sorry for the long wait.

Regards,
Mattia


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



Bug#400889: rpmbuild -ta does not work with GNU tar-1.16-1

2007-04-15 Thread Diego Iastrubni
I just wanted to confirm this. The workaround it to run rpmbuild with this 
command line:

env TAR_OPTIONS=--wildcards rpmbuild -tb my-tarball.tar.gz



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



Bug#418613: RFP: command-not-found -- suggest installation packages in interactive sessions

2007-04-15 Thread Philippe Coval
Carlos Galisteo de Cabo wrote:
 Quoting Philippe Coval [EMAIL PROTECTED]:

 * URL : http://ubuntu.suxx.pl/command-not-found--main

  Could you check the url and forward the good one to
 [EMAIL PROTECTED], please?
Maybe :

http://ubuntu.suxx.pl/2006--1/bzr-archive/command-not-found--main/

I am not sure it is the official upstream repository , else check ubuntu
repository

Regards

-- 
 # mailto:rzr[a]users.sf.net -- gpg:0x467094BC
 # http://rzr.online.fr/contribs.htm -- Libre Software Addict
 # xmpp:rzr[a]jabber.fr -- sip:rzr[a]ekiga.net




signature.asc
Description: OpenPGP digital signature


Bug#418129: fcitx causes konsole to crash when launched from it

2007-04-15 Thread Guanghui Yu

Hi
  Anyway, kconsole shouldn't crash, it's a problem. I didn't use KDE,
I couldn't reproduce it. Could you give me more information, such as
the log from .xsession-error?

On 4/14/07, Wei Chen [EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Guanghui Yu wrote:
 Hi
   I don't think it's a bug. You should start fcitx before launch kconsole.


I don't see reasons why it should not be launched from konsole.

I launch it from konsole mainly because I only occasionally need to
input Chinese characters and do not want to have the program running
there all day.

Furthermore, it seems that an IM is supposed to be launched along with
the DE is not the reason that it should crash another program/terminal
when launched in another way.

See what you think about that...

- --
Cheers,

Wei Chen
http://www.acplex.com/people/wchen/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGIFSvCIqXQV6BF28RAlBgAJ9CToV3wnFU7QRmYOTh0Rc0tTwMSQCgwtFd
MNQ4NuTidgVJLflF9E4nKLw=
=JCw0
-END PGP SIGNATURE-





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



Bug#252760: FTBFS: architecture missing

2007-04-15 Thread Nico Golde
Hi,
no it suggests them and since they are not needed to run 
mkrboot...
Kind regards
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpjxPn1OHlT6.pgp
Description: PGP signature


Bug#419354: [Pkg-xfce-devel] Bug#419354: xfwm4: moving or resizing a window blocks other windows

2007-04-15 Thread Jonathan Black
On Sun, Apr 15, 2007 at 02:06:52PM +0200, Jonathan Black wrote:
 I've just tried it in some other window managers, twm, fvwm, fluxbox,
 KDE (kwin). Perhaps not very encouragingly, they almost all seem to
 exhibit the same behaviour: windows are blocked from updating when
 moving or rezising a window in wireframe fashion.

Following up on this, I see that an old KDE bug report [1] regarding
this issue is marked WONTFIX, as it is seen as inherent problem of
outline moving/resizing. One commenter points to an explanation in the
Fluxbox FAQ [2].

Given the inherent problem described there, one might ask why, as I
mentioned before, Fluxbox's *resizing*, as opposed to moving, does not
block the display in the same way. Good question, but I can at least
confirm that the sections of rectangle appearing randomly around the
screen warned against in that explanation, indeed do occur when the
resize outline in moved over changing screen content.

[1] http://bugs.kde.org/show_bug.cgi?id=68843
[2] http://fluxbox.sourceforge.net/docs/en/faq.php#outline_moving

-- 
jonathaN


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



Bug#400239: This bug hasn't been fixed in DFSG-2

2007-04-15 Thread Philip Nelson
I just updated to the version shown and this bug is still there. When it didn't 
come up at first, I deleted the .config?Monodevelop directory. then I got a 
sharing violation trying to write and read to addins.config at the same time. 
Now I get a minimal addins.config, repositories only, 2 listed. I get the stack 
trace in the original bug report. It fails after logging that MonoDevelop.Ide 
was loaded. I do have all the addins installed available in the repository.

INFO MonoDevelop.Core.ILoggingService (null) - Initializing service: 
MonoDevelop.Core.PropertyService 6300 [-1225348208] 
INFO MonoDevelop.Core.ILoggingService (null) - Loaded add-in: 
MonoDevelop.Projects 6386 [-1225348208] 
INFO MonoDevelop.Core.ILoggingService (null) - Loaded add-in: 
MonoDevelop.Documentation 6746 [-1225348208] 
INFO MonoDevelop.Core.ILoggingService (null) - Loaded add-in: 
MonoDevelop.Core.Gui 6840 [-1225348208] 
INFO MonoDevelop.Core.ILoggingService (null) - Initializing service: 
MonoDevelop.Core.StringParserService 7966 [-1225348208] 
INFO MonoDevelop.Core.ILoggingService (null) - Loaded add-in: 
MonoDevelop.Projects.Gui 9353 [-1225348208] 
INFO MonoDevelop.Core.ILoggingService (null) - Loaded add-in: MonoDevelop.Ide

 
Philip - http://xcskiwinn.org/community/blogs/panmanphil



Bug#419173: saslauthd with postfix broken in etch

2007-04-15 Thread Fabian Fagerholm
tags 419173 + moreinfo unreproducible
thanks

On Sat, 14 Apr 2007 00:46:57 -0600, Jan Hetges wrote:
 i just upgraded from sarge to stable and saslauth stopped
 working :(
 after following the steps in /usr/share/doc/sasl2-bin/README.Debian
 it still didn't work :(
 after reading http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388562
 i just did 
 mkdir /etc/sasl
 ln -sf /etc/postfix/sasl/smtp.conf /etc/sasl/smtp.conf
 ...and it works again 

Jan, thanks for your report and sorry that you had this trouble when
upgrading.

However, I can't reproduce the bug on a cleanly installed etch system.
Perhaps you had some incompatible setup left from the sarge version?
Having the following contents in /etc/postfix/sasl/smtpd.conf does
activate saslauthd password checking:

pwcheck_method: saslauthd

Could you check the following:

  * Do you really mean smtp.conf and not smtpd.conf? (The former
being for this server to authenticate against another server,
the latter being for a client to authenticate against this
server.)
  * Do you run some (or all) postfix servers chrooted? (Look at the
fifth column in /etc/postfix/master.cf for each service.)
  * What version of saslauthd?
  * What version of postfix?
  * Any special options set in /etc/default/saslauthd? (You can
attach the whole file if you want.)

Thanks for your debugging efforts!

-- 
Fabian Fagerholm [EMAIL PROTECTED]


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


Bug#419388: load-dirs-common: outdated description

2007-04-15 Thread Andreas Beckmann
Package: load-dirs-common
Version: 1.1.4
Severity: minor

Hi,

nowadays vcs-load-dirs supports more than only tla and darcs, so the
description needs to be reworked someday ...

Andreas

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages load-dirs-common depends on:
ii  python2.4.4-2An interactive high-level object-o
ii  python-central0.5.13-0.1 register and build utility for Pyt

load-dirs-common recommends no packages.

-- no debconf information


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



Bug#373255: Predictable names in tmp are a security risk

2007-04-15 Thread Goswin von Brederlow
Hi,

aide uses a very predictable name in tmp (/tmp/empty/aide.db) with the
assumption that it will give an error because the file does not exist.

A malicious user can easily create /tmp/empty and place a dummy db in
there and thus disrupt or even negate the effect of aide.


If you want to force people to configure your package before use then
please do use something reliably absent. Never use a static file in a
world writable place.

MfG
Goswin


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



Bug#419387: svn-load: merge with vcs-load-dirs?

2007-04-15 Thread Andreas Beckmann
Package: svn-load
Version: 0.4-2
Severity: wishlist

Hi,

perhaps svn-load should be merged with vcs-load-dirs which has the same
functionality, only targeted at different VCSes. The common
infrastructure could probably be reused for subversion, too.


Andreas


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages svn-load depends on:
ii  python   2.4.4-2 An interactive high-level object-o
ii  python-svn   1.5.0dfsg-1 A(nother) Python interface to Subv

svn-load recommends no packages.

-- no debconf information


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



Bug#418626: aide: Amavis recipe, not yet fully working

2007-04-15 Thread Marc Haber
On Sun, Apr 15, 2007 at 03:07:46PM +0200, Tim Stoop wrote:
 Op 15-apr-2007, om 12:55 heeft Marc Haber het volgende geschreven:
 Try the following:
 
 /var/run/amavis/amavisd.lock$ VarFile
 /var/lib/amavis/tmp$ VarDir
 !/var/lib/amavis/tmp/
 /var/lib/amavis/db/__db.[0-9]{3} VarFile
 /var/lib/amavis/db/(cache(-expiry)?|snmp|nanny)\.db$ VarFile
 /var/lib/amavis/.spamassassin$ VarDir
 /var/lib/amavis/.spamassassin/bayes_(toks|seen)$ VarFile
 /var/lib/amavis/.spamassassin/auto-whitelist$ VarFile
 
 I'd like to have the !/var/lib/amavis/tmp/ rule to go and replaced by
 VarFile/VarDir rules for the file name schemes that amavis uses.
 
 Ok, will try.
 
 Which amavis package (amavis-ng? amavisd-new? amavis? amavis-perl?)
 are we talking about anyway?
 
 amavisd-new 2.4.2-6.1

I have committed this as aide.conf.d/31_aide_amavisd-new and would
appreciate a better rule for the tmp directory before the next upload ;)

Greetings
Marc

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


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



Bug#418628: aide: Apache2 fastcgi recipe

2007-04-15 Thread Marc Haber
package aide
tags #418628 confirmed pending
thanks


On Sun, Apr 15, 2007 at 03:04:55PM +0200, Tim Stoop wrote:
 Op 15-apr-2007, om 12:57 heeft Marc Haber het volgende geschreven:
 So the recipe file name would have to be libapache2-mod-fastcgi, or
 are the files generated by using some other package?
 
 No, that seems to be the correct package.

/var/lib/apache2/fcgid/sock$ VarDir
!/var/lib/apache2/fcgid/sock/[0-9]{5}\.[0-9]$

committed to svn as aide.conf.d/libapache2-mod-fastcgi.

Greetings
Marc

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


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



Bug#419253: bugs.debian.org: Bug wrongly shown as in other branch

2007-04-15 Thread Frank Küster

 It's also worth noting that lots of bugs claim to be archived
 today, I don't believe they all got their last message 28 days ago.

 You've got to give me specific examples; all of the ones I've looked
 at so far have their last message more than 28 days ago.

All the lower half of jadetex's bugs, see

http://people.debian.org/~frank/archived-today1.gif
http://people.debian.org/~frank/archived-today2.gif

#384332 is the first of them.  Although it said the same thing
yesterday, they're still will be archived today.

Regards, Frank

-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#418626: aide: Amavis recipe, not yet fully working

2007-04-15 Thread Tim Stoop


Op 15-apr-2007, om 12:55 heeft Marc Haber het volgende geschreven:

That would have to be
/var/lib/amavis/db/(cache|cache-expiry|snmp|nanny)\.db$ VarFile
to correctly work.


Argh, stupid me. Thanks.


Try the following:

/var/run/amavis/amavisd.lock$ VarFile
/var/lib/amavis/tmp$ VarDir
!/var/lib/amavis/tmp/
/var/lib/amavis/db/__db.[0-9]{3} VarFile
/var/lib/amavis/db/(cache(-expiry)?|snmp|nanny)\.db$ VarFile
/var/lib/amavis/.spamassassin$ VarDir
/var/lib/amavis/.spamassassin/bayes_(toks|seen)$ VarFile
/var/lib/amavis/.spamassassin/auto-whitelist$ VarFile

I'd like to have the !/var/lib/amavis/tmp/ rule to go and replaced by
VarFile/VarDir rules for the file name schemes that amavis uses.


Ok, will try.


Which amavis package (amavis-ng? amavisd-new? amavis? amavis-perl?)
are we talking about anyway?


amavisd-new 2.4.2-6.1

--
Met vriendelijke groet,
Tim Stoop
Cidev v.o.f.
http://www.cidev.nl
KvK nummer: 14072991




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



Bug#418613: RFP: command-not-found -- suggest installation packages in interactive sessions

2007-04-15 Thread Carlos Galisteo de Cabo

Quoting Philippe Coval [EMAIL PROTECTED]:


* URL : http://ubuntu.suxx.pl/command-not-found--main


404 The requested URL /command-not-found--main was not found on this server.

 Could you check the url and forward the good one to  
[EMAIL PROTECTED], please?


---
Carlos Galisteo cgalisteo @ k-rolus.net
http://blog.k-rolus.net
PGP_key::http://k-rolus.net/~cgalisteo/cgalisteo.gpg
Key_Fingerprint::F888 6FBA 9145 B5A2 C187  66D6 5B8C 027A 69AD BE65
---



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



Bug#419389: Amarok uses wrong path (from mountpoint) to save statistics

2007-04-15 Thread BassSlave
Package: amarok
Version: 1.4.4-4

After creating an own partition for /home my statistics in amarok got lost.
It seems as if amarok uses the path from the mountpoint instead of / .


Running 'dcop amarok collection query select url from tags; ' for
example gives me the output ./foouser/foosong, but in the collection.db 
the entry with the percentage-information uses ./home/foouser/foosong.

I am using Debian Etch, but the collection was used in Ubuntu-Dapper/Edgy 
before.



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



Bug#396241: login: Executing su cause an invalid pointer error

2007-04-15 Thread Nicolas François
Hello Frederic,

On Fri, Nov 10, 2006 at 08:17:23PM +0100, [EMAIL PROTECTED] wrote:
 Nicolas François wrote:
 
 Hi Nicolas,
 
  Do you have any news on this bug:
 
 I was away from this computer this week but will come back to it on Monday.
 
 However:
 
  Can you also try su - root from a root account?
 
 I tried this and it worked without problem.
 
 I'll get the other information next week.

Do you have any news about this bug.

Can you still reproduce it?
Or did you remember what you did to fix it (update a PAM module, fix the PAM
configuration).

My current hypothesis is that there were a problem or corruption in a PAM
module (once the passwd: prompt is displayed, PAM is involved).

I will probably close this bug in one week.

Kind Regards,
-- 
Nekral



Bug#418628: aide: Apache2 fastcgi recipe

2007-04-15 Thread Tim Stoop


Op 15-apr-2007, om 12:57 heeft Marc Haber het volgende geschreven:

So the recipe file name would have to be libapache2-mod-fastcgi, or
are the files generated by using some other package?


No, that seems to be the correct package.

--
Met vriendelijke groet,
Tim Stoop
Cidev v.o.f.
http://www.cidev.nl
KvK nummer: 14072991




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



Bug#397930: [Pkg-shadow-devel] Bug#397930: cannot change passwd as root and user - cant switch from user to root with su

2007-04-15 Thread Nicolas François
Hello,


Do you have some news about this bug?

Can you still reproduce it?

There are currently not enough information to investigate it or reassign
it to PAM, so I will probably close it next week.

You can find the original bug report below.

Kind Regards,
-- 
Nekral

=

On Fri, Nov 10, 2006 at 03:21:03PM +0100, [EMAIL PROTECTED] wrote:
 Package: passwd
 Version: 1:4.0.3-31sarge9
 Severity: important
 
 
 
 -- System Information:
 Debian Release: 3.1
 Architecture: i386 (i686)
 Kernel: Linux 2.6.8-3-k7
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 
 Versions of packages passwd depends on:
 ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries 
 an
 ii  libpam-modules0.76-22Pluggable Authentication Modules 
 f
 ii  libpam0g  0.76-22Pluggable Authentication Modules 
 l
 ii  login 1:4.0.3-31sarge9   system login tools
 
 -- debconf information:
   passwd/password-mismatch:
   passwd/username:
   passwd/password-empty:
 * passwd/make-user: false
   passwd/md5: false
 * passwd/shadow: true
   passwd/username-bad:
   passwd/user-fullname:
   
   Good Day, my Problem is, that i cant change passwd when im logged in
   as root or normal user. the error-msg is following, when i would
   change the passwd: 
 -
   Server:/var/log# passwd
   passwd: Permission denied
 -
   The next problem is, that i cant switch to su from normal user -
   following msg are displayed: 
 -
 su: Module is unknown
 Sorry.
 -
   Here is a short error-msg from the /var/log/auth.log
 
  Nov 10 00:20:05 Server2 passwd[1630]: PAM pam_parse: expecting return
  value; [...common-password]
  Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) no module name
  supplied
  Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) illegal module type:
  @include
  Nov 10 00:20:05 Server2 passwd[1630]: PAM pam_parse: expecting return
  value; [...common-session]
  Nov 10 00:20:05 Server2 passwd[1630]: PAM (other) no module name
  supplied
  Nov 10 00:20:06 Server2 passwd[1630]: PAM no modules loaded for
  `passwd' service
 
 -
 
  I hope you can help me! Please contact me: [EMAIL PROTECTED]
 
  Greetings


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



Bug#418858: [xmds-devel] Bug#418858: ITP: xmds-doc -- documentation for the eXtensible Multi-Dimensional Simulator

2007-04-15 Thread Rafael Laboissiere
* Joseph Hope [EMAIL PROTECTED] [2007-04-13 10:29]:

 I'm not quite clear what this message means.

It was an ITP (Intention To Package) for the Debian distribution.  I sent a
courtesy copy to xmds-devel just to keep you guys informed about it.

 Are you requesting an official release of the uncompiled latex  
 version of the documentation?  We haven;t bothered because no-one has  
 shown the slightest interest, but it would be trivially easy to do.

No, I am not requesting such a release.  The xmds-doc package in Debian
fetches the sources from the SVN repository at SF.

-- 
Rafael


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



Bug#419385: Removal of beep-media-player

2007-04-15 Thread Daniel Baumann
Package: xmms-crossfade

Hi,

now that etch was released, we'd like to remove beep-media-player.

beep-media-player is dead. It was abandoned by it's upstream authors
quite some time ago. There are two forks of the old beep-media-player
code: audacious and bmpx. Both are available in Debian.

Please remove your beep-media-player plugin package in the next upload
of xmms-crossfade, and consider adding a new one for bmpx or audacious.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#419384: kdesktop: KDesktop crashes on startup kicker on click on the menu

2007-04-15 Thread Patrick Ruckstuhl
Package: kdesktop
Version: 4:3.5.5a.dfsg.1-6
Severity: grave
Justification: renders package unusable

After startup, kdesktop crashes. The crash handler reports:

The application KDesktop (kdesktop) crashed and caused the signal 4
(SIGILL).

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47478993035104 (LWP 11011)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#5  0x2b2e8d06f04e in KApplication::initUrlActionRestrictions ()
   from /usr/lib/libkdecore.so.4
   #6  0x in ?? ()

After this, if I click on the K Menu icon I get another crash

The application KDE Panel (kicker) crashed and caused the signal 11
(SIGSEGV).

(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 47478993035104 (LWP 11014)]
[New Thread 1082132800 (LWP 11016)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging 

Bug#419382: Removal of beep-media-player

2007-04-15 Thread Daniel Baumann
Package: xmms-scrobbler

Hi,

now that etch was released, we'd like to remove beep-media-player.

beep-media-player is dead. It was abandoned by it's upstream authors
quite some time ago. There are two forks of the old beep-media-player
code: audacious and bmpx. Both are available in Debian.

Please remove your beep-media-player plugin package in the next upload
of xmms-scrobbler, and consider adding a new one for bmpx or audacious.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#419383: Removal of beep-media-player

2007-04-15 Thread Daniel Baumann
Package: xmms-wma

Hi,

now that etch was released, we'd like to remove beep-media-player.

beep-media-player is dead. It was abandoned by it's upstream authors
quite some time ago. There are two forks of the old beep-media-player
code: audacious and bmpx. Both are available in Debian.

Please remove your beep-media-player plugin package in the next upload
of xmms-wma, and consider adding a new one for bmpx or audacious.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#419381: texlive-base-bin: xdvi fails to work after upgrading from teTeX

2007-04-15 Thread Daniel Schepler
Package: texlive-base-bin
Version: 2007-3
Severity: important

As the subject says: on my system, after upgrading from the old tetex
packages, xdvi doesn't work any more:

[EMAIL PROTECTED]:~/research$ xdvi teach.dvi
Can't exec xdvi.bin: No such file or directory at /usr/bin/xdvi line 87.
xdvi: xdvi.bin terminated abnormally: -1
[EMAIL PROTECTED]:~/research$ ls -l /etc/alternatives/xdvi.bin
lrwxrwxrwx 1 root root 18 2007-03-07 03:02 /etc/alternatives/xdvi.bin - 
/usr/bin/xdvi.real
[EMAIL PROTECTED]:~/research$ /usr/sbin/update-alternatives --display xdvi.bin
xdvi.bin - status is manual.
 link currently points to /usr/bin/xdvi.real
/usr/bin/xdvi-xaw.bin - priority 30
Current `best' version is /usr/bin/xdvi-xaw.bin.

I didn't do any manual configuration of that alternative before upgrading,
though.  So the postinst probably needs to have some code handling the
upgrade case for that alternative, either in texlive-base-bin or in
tetex-bin.
-- 
Daniel Schepler


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



Bug#419380: webcalendar: Database is not created at install time

2007-04-15 Thread Rafael Laboissiere
Package: webcalendar
Version: 1.0.5-1
Severity: important

This is actually a problem with the dbconfig-common package, see Bug#418479.
I ma reporting this against the webcalendar to note in the BTS that the
current bug is blocked by Bug#418479.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.17-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages webcalendar depends on:
ii  apache2-mpm-prefork [httpd]   2.2.3-3.2  Traditional model for Apache HTTPD
ii  dbconfig-common   1.8.31 common framework for packaging dat
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  mysql-client  5.0.32-10  mysql database client (meta packag
ii  mysql-client-5.0 [mysql-clien 5.0.32-10  mysql database client binaries
ii  php4  6:4.4.4-9  server-side, HTML-embedded scripti
ii  php4-cli  6:4.4.4-9  command-line interpreter for the p
ii  php4-mysql6:4.4.4-9  MySQL module for php4
ii  ucf   2.007  Update Configuration File: preserv

Versions of packages webcalendar recommends:
ii  mysql-server-5.0 [mysql-serve 5.0.32-10  mysql database server binaries
ii  php4-cli  6:4.4.4-9  command-line interpreter for the p

-- debconf information excluded



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



Bug#325600: New patch idea

2007-04-15 Thread Uwe Schindler

Hallo Tom,

 So you could change the INLINE_SYSCALL from osf_wait4 to sys_wait4 and try
 again (I have no time to do this).

Sorry it must be in this way (copied from x86):

# define waitpid_not_cancel(pid, stat_loc, options) \
  INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL)

Instead of:

# define waitpid_not_cancel(pid, stat_loc, options) \
  INLINE_SYSCALL (osf_wait4, 4, pid, stat_loc, options, NULL)

As a not-wrapped sys_wait4 is defined in kernel, too.

If this does not help the error with linuxthreads could be some other. The
problem is that the not-inlined wait4 function (your patch used it) in
glibc is not simple a call to the kernel function. There is some magic
around it. Eventually is this magic missing in the inlined version. Wait4
and getrusage and some others are the only syscalls that are wrapped in
sysdeps in that way.

I this is the case then the usage of the not-inlined version on alpha would
be justified by that. I would them tend to apply this simple one-line patch:

# define waitpid_not_cancel(pid, stat_loc, options) \
  INLINE_SYSCALL (osf_wait4, 4, pid, stat_loc, options, NULL)

To:

# define waitpid_not_cancel(pid, stat_loc, options) \
  wait4(pid, stat_loc, options, NULL)

Uwe



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



Bug#419379: slocate with several search strings gives a segmentation fault

2007-04-15 Thread Martin Ziegler
Package: slocate
Version: 3.1-1
Severity: important

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

slocate *.tar.gz *.tgz *.zip

gives a segmentation fault on my system.

Regards,
Martin

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages slocate depends on:
ii  adduser   3.102  Add and remove users and groups
ii  dpkg  1.13.25package maintenance system for Deb
ii  libc6 2.5-1  GNU C Library: Shared libraries

slocate recommends no packages.

-- no debconf information



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



Bug#419368: Uploaded it to mentors.debian.net

2007-04-15 Thread Julian Andres Klode
aufs 0.0.cvs20070409 is at

http://mentors.debian.net/debian/pool/main/a/aufs/



signature.asc
Description: OpenPGP digital signature


Bug#419378: linux-image-2.6.18-4-xen-vserver-amd64: Can't update LILO: kernel image too big

2007-04-15 Thread Ralf G. R. Bergs
Package: linux-image-2.6.18-4-xen-vserver-amd64
Version: 2.6.18.dfsg.1-12
Severity: grave
Justification: renders package unusable

I installed this kernel image and received the following warning from LILO
(current stable version 1:22.6.1-9.3):

LILO: kernel image /boot/vmlinuz too big

Regardless of what I did, I couldn't get LILO to properly prepare the
kernel to be booted by it.

So I installed linux-image-2.6.18-4-amd64, version 2.6.18.dfsg.1-12,
and this one works properly with LILO.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
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#416857: FTBFS with GCC 4.3: the meaning of inline changed in C99

2007-04-15 Thread Noèl Köthe
tags 416857 + confirmed upstream
forwarded 416857 http://tcpreplay.synfin.net/trac/ticket/149
thanks

Am Freitag, den 30.03.2007, 21:26 +0100 schrieb Martin Michlmayr:

 Your package fails to build with GCC 4.3.  Version 4.3 has not been
 released yet but I'm building with a snapshot in order to find errors
 and give people an advance warning.  In C99 the meaning of inline
 changed, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31389
 A patch for this problem is below.

Thanks for the report and the patch.
Its forwarded to the upstream author.

-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#419376: saslauthd: no output from init script in default etch install

2007-04-15 Thread Fabian Fagerholm
Package: sasl2-bin
Version: 2.1.22.dfsg1-8
Severity: normal

Installing sasl2-bin on a clean etch system, and setting START=yes in 
/etc/default/saslauthd, results in no output from the saslauthd init 
script.

Removing the checks for the VERBOSE variable results in normal output. 
Is that variable really necessary?

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

Versions of packages sasl2-bin depends on:
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libdb4.2 4.2.52+dfsg-2   Berkeley v4.2 Database Libraries [
ii  libkrb53 1.4.4-7etch1MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.3 OpenLDAP libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libsasl2 2.1.22.dfsg1-8  Authentication abstraction library
ii  libssl0. 0.9.8c-4SSL shared libraries
ii  lsb-base 3.1-23.1Linux Standard Base 3.1 init scrip

sasl2-bin recommends no packages.

-- no debconf information


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



Bug#143111: Is this bug fixed now?

2007-04-15 Thread James Youngman

Did the change I sent email about a couple of years ago work for you?

James.


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



Bug#419377: file-roller: an icon fails

2007-04-15 Thread giggz
Package: file-roller
Version: 2.18.0-3
Severity: normal

Hi,

with the new file-roller when I right-click on an archive, I see extraire ici 
(extract here) but there is a bug on the icon. It doen't appear...just an awful 
gnome icon...

Thx for your work
Guillaume


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.7-1 (PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages file-roller depends on:
ii  bzip2   1.0.3-6  high-quality block-sorting file co
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gzip1.3.9-2  The GNU compression utility
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libc6   2.5-1GNU C Library: Shared libraries
ii  libcairo2   1.4.4-1  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.0-4library to load .glade files at ru
ii  libglib2.0-02.12.11-3The GLib library of C routines
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.14.2-7   GNOME virtual file-system (runtime
ii  libgtk2.0-0 2.10.11-2The GTK+ graphical user interface 
ii  libnautilus-extension1  2.14.3-11+b1 libraries for nautilus components 
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.2-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  tar 1.16.1-1 GNU tar
ii  unzip   5.52-9   De-archiver for .zip files
ii  zip 2.32-1   Archiver for .zip files

Versions of packages file-roller recommends:
ii  arj   3.10.22-2  archiver for .arj files
ii  cpio  2.7-1  GNU cpio -- a program to manage ar
ii  lzop  1.01-4 fast compression program
ii  mkisofs   9:1.1.4-1  Dummy transition package for genis
pn  ncompress none (no description available)
pn  p7zip | p7zip-fullnone (no description available)
ii  rpm   4.4.1-14   Red Hat package manager
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode
pn  unace none (no description available)

-- no debconf information


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



Bug#399739: New upstream release going on

2007-04-15 Thread Pierre THIERRY
The previous package was not quite good as far as quality matters, but
it was usable nonetheless.

In the meantime, Elephant developpers are preparing the next release,
0.6.1. I'll package this version and try to have it uploaded in the
archive.

Quickly,
Pierre
-- 
[EMAIL PROTECTED]
OpenPGP 0xD9D50D8A


signature.asc
Description: Digital signature


Bug#419375: libeb-ruby: Build depends on removed libeb7-dev

2007-04-15 Thread Kurt Roeckx
Package: libeb-ruby
Version: 2.3-1
Severity: serious
Tags: etch-ignore

Hi,

Your package build depends on libeb7-dev which has been replaced by
libeb12-dev, so it's now failing to build.

The same version is in etch, but libeb7-dev is available there.


Kurt



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



Bug#419374: ITP: gpe-timesheet -- keep track of time spent on a task in GPE

2007-04-15 Thread Neil Williams
Package: wnpp
Severity: wishlist
Owner: Neil Williams [EMAIL PROTECTED]

* Package name: gpe-timesheet
  Version : 0.31
  Upstream Author : Philip Blundell [EMAIL PROTECTED]
* URL : http://gpe.linuxtogo.org/download/source/
* License : GPL
  Programming Lang: C
  Description : keep track of time spent on a task in GPE

 Time tracking program for the GPE Palmtop Environment.
 Used to track the time you spend on certain tasks,
 includes HTML summary export.
 .
  Homepage: http://gpe.linuxtogo.org/projects/gpe-timesheet.shtml


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


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



Bug#384604: Cannot drop icons on second screen

2007-04-15 Thread Emilio Scalise
This is a bug that happens when align to grid is enabled see these 
upstream reports:

http://bugs.kde.org/show_bug.cgi?id=132787
http://bugs.kde.org/show_bug.cgi?id=122001




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



Bug#419354: [Pkg-xfce-devel] Bug#419354: xfwm4: moving or resizing a window blocks other windows

2007-04-15 Thread Jonathan Black
On Sun, Apr 15, 2007 at 10:08:22AM +0200, Géraud Meyer wrote:
 With the xfwm4 options of not drawing the content of windows that are
 being moved or resized activated, moving or resizing a window seems to
 stop the other windows.
[...]
 With the above mentioned options of xfwm4 disabled, the X programs are
 not blocked.

Interesting, I had noticed this blocking too, but didn't realize it
only occurred with the wireframe moving/resizing.

I've just tried it in some other window managers, twm, fvwm, fluxbox,
KDE (kwin). Perhaps not very encouragingly, they almost all seem to
exhibit the same behaviour: windows are blocked from updating when
moving or rezising a window in wireframe fashion.

The only (partial) exception was fluxbox, where resizing always occurs
with a wireframe, yet doesn't block. Wireframe *moving* (i.e.  with the
Opaque Window Moving option disabled), however, does block.

-- 
jonathaN


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



Bug#415836: French translation of findutils

2007-04-15 Thread James Youngman

Francois,

Thanks for letting me know about the possibility of improving the
French translation of a findutils warning message.

All message translations for findutils are taken from the Translation
Project's web site.  So in order to get your improvement into the
findutils code base, please send it to the French translation team.

From there, the improved translation will be included in findutils.


The French translation team's web site is at
http://www.iro.umontreal.ca/translation/registry.cgi?team=fr.  That
web page includes pointers to information about how you can contribute
your work.

Thanks again,
James.


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



Bug#419373: kaffeine: kaffeine is unable to install when kwlan is installed

2007-04-15 Thread Andreas Niemann
Package: kaffeine
Version: 0.8.4-1
Severity: grave
Justification: renders package unusable

(Reading database ... 190864 files and directories currently installed.)
Unpacking kaffeine (from .../kaffeine_0.8.4-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/kaffeine_0.8.4-1_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/doc/kde/HTML/en/doc/CMakeLists.txt', which is 
also in package kwlan
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/kaffeine_0.8.4-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Press return to continue.



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages kaffeine depends on:
ii  hdparm6.9-2  tune hard disk parameters for high
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-8  core libraries and binaries for al
ii  libacl1   2.2.42-1   Access control list shared library
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libattr1  1:2.4.32-1.1   Extended attribute shared library
ii  libaudio2 1.8-4  The Network Audio System (NAS). (s
ii  libc6 2.5-1  GNU C Library: Shared libraries
ii  libcdparanoia03.10+debian~pre0-4 audio extraction tool for sampling
ii  libfam0   2.7.0-12   Client library to control the FAM 
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libidn11  0.6.5-1GNU libidn library, implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpcre3  6.7-1  Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-4  Qt GUI Library (Threaded runtime v
ii  libsm61:1.0.2-2  X11 Session Management library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxine1  1.1.2+dfsg-4   the xine video/media player librar
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  libxt61:1.0.5-2  X11 toolkit intrinsics library
ii  libxtst6  1:1.0.1-5  X11 Testing -- Resource extension 
ii  zlib1g1:1.2.3-13 compression library - runtime

kaffeine recommends no packages.


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



Bug#416578: mirror ftp.iitm.ac.in added

2007-04-15 Thread Simon Paillard
On Thu, Apr 12, 2007 at 05:00:41PM +0530, Prof. P. Sriram wrote:
 On Tue, 10 Apr 2007, Simon Paillard wrote:
  This freshness issue is a issue for new etch install (which has been
  released on April 8th), like the one in #418427.
  
  Could you make sure as soon as possible that your mirror is updated on a
  daily basis ? (if not twice a day).
 
 it is ok now; 

Hello,

Your mirror has just been added to the list.

The rsync access was not available at this moment, so it will not appear
in the list. Reply to this bug when the rsync access will be fixed.

Thanks for mirroring Debian,

Best regards.

-- 
Simon Paillard


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



Bug#408578: I wish to adopt tea package please.

2007-04-15 Thread José Manuel Bustillo

I wish to adopt tea package please.

I am user of tea editor



José Manuel Bustillo


Bug#415780: [Pkg-octave-devel] Bug#415780: octave2.1: Please upgrade gnuplot dependency from suggests: to recommends:

2007-04-15 Thread Rafael Laboissiere
* Rafael Laboissiere [EMAIL PROTECTED] [2007-03-22 21:49]:

 * Geraint Paul Bevan [EMAIL PROTECTED] [2007-03-22 15:56]:
 
  I am only lurking and don't have a particularly strong opinion about
  this, but recommends seems to make more sense to me.
  
  Even running a batch job from a terminal it is still usually desirable
  for the plot function to work correctly. For example, the following
  should create a file sin.ps whether or not it is executed from a
  graphics-capable terminal:
  
  echo t=[0:0.1:10]'; x=sin(t); plot(t,x); print -depsc2 \sin.ps\\
  | octave
 
 Thanks for your opinion.  Let us collect some more votes before deciding to
 change the Suggests to Recommends.

It seems that Recommends won.  I will change this in SVN.
 
-- 
Rafael


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



Bug#252760: FTBFS: architecture missing

2007-04-15 Thread Goswin von Brederlow
Nico Golde [EMAIL PROTECTED] writes:

 Hi,
 I don't really understand your bugreport please help me a 
 bit :)
 You write that the package fails to build from source (I 
 guess on amd64) but you want amd64 to be added to the
 Architectures field.
 So does it build and work on amd64 or not?
 Kind regards
 Nico

Yes. There is no reason the package should not just work on amd64. If
it does not then the adjustments will be minimal. The boot mechanism
for i386 and amd64 systems is identical.

MfG
Goswin

PS: shouldn't mkrboot 'Depends: lilo | loadlin | syslinux'?


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



Bug#419059: context: does not install

2007-04-15 Thread Basil Becker
Hi everybody,

I recently found a work around rather than a bugfix that worked for me.
In directory /var/lib/texmf/web2c/ I found a file called plain.mem  that
is a symbolic link to mpost.mem . Unfortounatly mpost.mem does not exist
in /var/lib/texmf/web2c but it does in /var/lib/texmf/web2c/metapost/.
After a correction of the corrupted link context was installable via
dpkg again.

king regard,
Basil




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


Bug#418127: dtc-xen: Invalid French translation file for debconf templates

2007-04-15 Thread Thomas Goirand
Christian Perrier wrote:
 Package: dtc-xen
 Severity: normal
 Tags: patch l10n
 
 Charset is iso8859-1. Stats: fr.po: warning: Charset iso8859-1 is not a
 portable encoding name.
 Message conversion to user's charset might not work.
 fr.po:8: headerfield Language-Team' missing in header
   
 Thomas, please.leave translation work to translators...:-)

Hi!

Sorry if I didn't reply more early. There was some chars in iso8859-1
AND some utf8 in the file that I received, and then producing error. My
intention was not to revert to the original charset, but just having
consistent.

I don't know any tool in the shell to write in utf8. What too can I use
to edit / convert utf8 on the shell?

Thomas


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



Bug#419372: xorg

2007-04-15 Thread Sheridan Hutchinson
Package: xorg
Version: 1:7.1.0-18
Severity: wishlist

In the release notes for etch (section 2.3.3), it states that 'discover' 
is used by Xorg in order to detect what graphics controller is present 
in the system.

Maybe discover should be made a dependency for an xorg installation?

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18 (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xorg depends on:
ii  konsole [x-terminal-em 4:3.5.5a.dfsg.1-6 X terminal emulator for KDE
ii  libgl1-mesa-dri6.5.1-0.6 A free implementation of the OpenG
ii  libgl1-mesa-glx6.5.1-0.6 A free implementation of the OpenG
ii  libglu1-mesa   6.5.1-0.6 The OpenGL utility library (GLU)
ii  type-handling [not+spa 0.2.19dpkg architecture generation scrip
ii  xbase-clients  1:7.1.ds1-2   miscellaneous X clients
ii  xfonts-100dpi  1:1.0.0-3 100 dpi fonts for X
ii  xfonts-75dpi   1:1.0.0-3 75 dpi fonts for X
ii  xfonts-base1:1.0.0-4 standard fonts for X
ii  xfonts-scalable1:1.0.0-6 scalable fonts for X
ii  xkb-data   0.9-4 X Keyboard Extension (XKB) configu
ii  xserver-xorg   1:7.1.0-18the X.Org X server
ii  xutils 1:7.1.ds.3-1  X Window System utility programs

xorg recommends no packages.

-- no debconf information


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



Bug#418099: please lower the priority for grub-installer/only_debian

2007-04-15 Thread Geert Stappers
Op 06-04-2007 om 22:16 schreef Robert Millan:
 
 Alternatively, we could check for the Erase entire hard drive debconf
 question from partman.  If that's selected and there's only one hard drive,
 then I guess it's safe to keep claiming the whole drive for Debian from
 grub-installer too.

Pseudo code for that

   if debconfget(partman/erase_entire_disk) equals yes
   then debconfset(grub-installer/only_debian,yes)



HtH
GSt



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



Bug#419371: rosegarden: ought to depend on lilypond as it uses it for the track editor

2007-04-15 Thread Alban Browaeys
Package: rosegarden
Version: 1:1.5.1-1
Severity: normal

The track editor use lilypond though it is not a dependency of
rosegarden.

Regards
Alban

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-rc6
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rosegarden depends on:
ii  fftw33.1.2-2 library for computing Fast Fourier
ii  kdebase-bin  4:3.5.6.dfsg.1-2core binaries for the KDE base mod
ii  kdelibs4c2a  4:3.5.6.r1.dfsg.1-2 core libraries and binaries for al
ii  khelpcenter  4:3.5.5a.dfsg.1-6   help center for KDE
ii  libasound2   1.0.13-2ALSA library
ii  libc62.5-1   GNU C Library: Shared libraries
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libgcc1  1:4.2-20070405-1GCC support library
ii  libice6  1:1.0.3-2   X11 Inter-Client Exchange library
ii  libjack0.100.0-0 0.101.1-2   JACK Audio Connection Kit (librari
ii  liblircclient0   0.8.0-9.2   LIRC client library
ii  liblo0   0.23-2.1Lightweight OSC library
ii  liblrdf0 0.4.0-1 a library to manipulate RDF files 
ii  libqt3-mt3:3.3.7-4   Qt GUI Library (Threaded runtime v
ii  libsm6   1:1.0.2-2   X11 Session Management library
ii  libstdc++6   4.2-20070405-1  The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.1-1   X11 client-side library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxft2  2.1.12-2FreeType-based font drawing librar
ii  libxml-twig-perl 1:3.26-2Perl module for processing huge XM
ii  rosegarden-data  1:1.5.1-1   music editor and MIDI/audio sequen
ii  sndfile-programs 1.0.17-1Sample programs that use libsndfil
ii  xterm225-1   X terminal emulator

Versions of packages rosegarden recommends:
ii  jackd 0.101.1-2  JACK Audio Connection Kit (server 
ii  swh-plugins [ladspa-plugin]   0.4.14-1.1 Steve Harris's LADSPA plugins

-- debconf-show failed


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



Bug#419370: Remote DOS in Asterisk SIP [MU-200703-01]

2007-04-15 Thread Tristan Hill
Package: asterisk-bristuff
Version: 1:1.2.13~dfsg-2
Tags: security

AFAICT this still appears in etch's version.

Advisory
http://labs.musecurity.com/advisories/MU-200703-01.txt

Potential diff
http://svn.digium.com/view/asterisk/branches/1.2/channels/chan_sip.c?r1=56230r2=57475





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



Bug#418626: aide: Amavis recipe, not yet fully working

2007-04-15 Thread Marc Haber
tags #418626 confirmed
tags #418626 - patch
thanks

On Tue, Apr 10, 2007 at 10:58:00PM +0200, Tim Stoop wrote:
 I use the following custom recipe for amavis, you might want to add it
 to the aide package:
 
 /var/run/amavis/amavisd.lock$ VarFile
 /var/lib/amavis/tmp$ VarDir
 !/var/lib/amavis/tmp/
 /var/lib/amavis/db/__db.\d{3} VarFile

I am not sure whether \d is supported here. Consider trying [0-9]
instead.

 /var/lib/amavis/db/[cache|cache-expiry|snmp|nanny]\.db$ VarFile

That would have to be
/var/lib/amavis/db/(cache|cache-expiry|snmp|nanny)\.db$ VarFile
to correctly work.

What you have written is kind of identical to
/var/lib/amavis/db/[-cahe|xpirysnm]\.db$ VarFile
and would only cover file names consisting of a single character from
the list between the brackets.

 /var/lib/amavis/.spamassassin$ VarDir
 /var/lib/amavis/.spamassassin/bayes_toks$ VarFile
 /var/lib/amavis/.spamassassin/auto-whitelist$ VarFile
 /var/lib/amavis/.spamassassin/bayes_seen$ VarFile
 
 However, I still get the following lines daily. I have no clue as to
 why...
 
 changed: /var/lib/amavis/db/__db.004
 changed: /var/lib/amavis/db/cache-expiry.db
 changed: /var/lib/amavis/db/__db.002
 changed: /var/lib/amavis/db/cache.db
 changed: /var/lib/amavis/db/__db.003
 changed: /var/lib/amavis/db/snmp.db
 changed: /var/lib/amavis/db/nanny.db
 
 They should be caught by the above recipe, right?

Try the following:

/var/run/amavis/amavisd.lock$ VarFile
/var/lib/amavis/tmp$ VarDir
!/var/lib/amavis/tmp/
/var/lib/amavis/db/__db.[0-9]{3} VarFile
/var/lib/amavis/db/(cache(-expiry)?|snmp|nanny)\.db$ VarFile
/var/lib/amavis/.spamassassin$ VarDir
/var/lib/amavis/.spamassassin/bayes_(toks|seen)$ VarFile
/var/lib/amavis/.spamassassin/auto-whitelist$ VarFile

I'd like to have the !/var/lib/amavis/tmp/ rule to go and replaced by
VarFile/VarDir rules for the file name schemes that amavis uses.

Which amavis package (amavis-ng? amavisd-new? amavis? amavis-perl?)
are we talking about anyway?

Greetings
Marc

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


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



Bug#418628: aide: Apache2 fastcgi recipe

2007-04-15 Thread Marc Haber
On Tue, Apr 10, 2007 at 11:04:37PM +0200, Tim Stoop wrote:
 I use the following two (simple) lines for dealing with Apache2 fastcgi
 socket files. I'm not really sure if the filename in the directory is
 always built like that, but for me it always seems to be 5 digits, a dot
 and another digit. The name of the file changes often, though. Without
 these lines you get a daily message of a added and removed file in this
 directory.
 
 /var/lib/apache2/fcgid/sock$ VarDir
 !/var/lib/apache2/fcgid/sock/\d{5}\.\d$

So the recipe file name would have to be libapache2-mod-fastcgi, or
are the files generated by using some other package?

Greetings
Marc

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


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



Bug#419369: Please initialise memory with garbage

2007-04-15 Thread Bas Wijnen
Package: qemu
Version: 0.8.2-5
Severity: minor

I just finished debugging a particularly hard bug in my new hobby OS.
The problem was that I was using uninitialised memory.  In qemu (and
bochs), this was all 0, which was exactly what it should be initialised
to.  This means the problem wasn't triggered in qemu.  However, on real
hardware the memory isn't 0, so I had a wild pointer.  The hard part of
the bug was mostly that I couldn't use qemu (or bochs) to debug it,
since the bug didn't show up there.

So I think the memory should be initialised as garbage to be more like
real hardware, so that bugs like mine can be debugged using qemu.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages qemu depends on:
ii  bochsbios   2.3-2BIOS for the Bochs emulator
ii  libasound2  1.0.13-2 ALSA library
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer
ii  openhackware0.4.1-2  OpenFirmware emulator for PowerPC
ii  proll   18-2 JavaStation PROM 2.x compatible re
ii  vgabios 0.6a-1   VGA BIOS software for the Bochs an
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap   0.3.3.2Bootstrap a basic Debian system
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode
ii  vde   2.1.6-1transitional dummy package which c

-- no debconf information


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



Bug#419368: ITP: aufs -- Another UnionFS

2007-04-15 Thread Julian Andres Klode
Package: wnpp
Severity: wishlist
Owner: Julian Andres Klode [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: aufs
  Version : 0.0.cvs20070409
  Upstream Author : Junjiro Okajima [EMAIL PROTECTED]
* URL : http://aufs.sourceforge.net/
* License : GPL
  Programming Lang: C
  Description : Another UnionFS

In the early days, aufs was entirely re-designed and re-implemented
Unionfs Version 1.x series. After many original ideas, approaches,
improvements and implementations, it becomes totally different from
Unionfs while keeping the basic features.


- -- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (450, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

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

iD8DBQFGIgLfrCpf/gCCPsIRAssGAJ4xwXLBT7Y8uLUzUkJqcseI0bB+vQCfXnl6
dmjAgOHQRfb8ZUY/Pn9qX/M=
=NojH
-END PGP SIGNATURE-


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



Bug#119974: Bug confirmed

2007-04-15 Thread Pierre HABOUZIT
tag 119974 + pending
thanks

  I checked in the POSIX doc, FWIW here is what I found:

  fsync was first introduced it seems as an XOPEN extension. Hence the
__USE_XOPEN guard, and defining _XOPEN_SOURCE indeed works.

  Else, wrt POSIX, fsync last updates are in posix 1003.1-2001.

 Just saying POSIX does not tell you if its POSIX.1 or POSIX.1b.  Given
 the current messy use of test macros, it would be natural to think POSIX
 refers to whatever _POSIX_SOURCE buys you by default (POSIX.1);
 otherwise the manual page would state clearly the standard revision so
 you could define the test macro to the appropiate number.  On the other
 hand, the fsync(2) manual page (which I had read) clearly labels fsync()
 as POSIX.1b, so I was a bit confused for the precise revision, but it is
 clearly a POSIX function.

  Current man page advertise it as POSIX 1003.1-2001 which is correct.

  So FWIW compiling with:
  gcc -ansi -Wall -D_POSIX_SOURCE=1 -D_POSIX_C_SOURCE=200112 a.c

  should work. The correct fix is to add an || defined(__USE_POSIX2K) in
the guard.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpLOXMaG91uz.pgp
Description: PGP signature


Bug#418623: aide: some clamav log and var files aren't properly managed

2007-04-15 Thread Marc Haber
tags #418623 confirmed
thanks

On Tue, Apr 10, 2007 at 10:51:45PM +0200, Tim Stoop wrote:
 I noticed there's a ClamAV recipe, but it lacks certain files. I'm
 getting daily messaged about the following changed files:
 
 changed: /var/log/clamav/freshclam.log
 changed: /var/lib/clamav/daily.inc
 changed: /var/lib/clamav/daily.inc/daily.info
 changed: /var/lib/clamav/daily.inc/daily.ndb
 changed: /var/lib/clamav/daily.inc/daily.mdb
 changed: /var/lib/clamav/daily.inc/daily.hdb
 changed: /var/lib/clamav/mirrors.dat
 
 I think these should all be added to the ClamAV recipe.

This should actually be a clamav-freshclam recipe, since there are
clamv installations (mine, for example) that do not use freshclam and
in turn do not need this recipe.

I have committed the following rules:

/var/log/clamav/freshclam\.log\.0$ LowLogs
/var/log/clamav/freshclam\.log\.1\.gz$ RotatedLogs+ANF
/var/log/clamav/freshclam\.log\.[0-9]+\.gz$ RotatedLogs
/var/log/clamav/freshclam\.log$ Logs
/var/lib/clamav/daily\.inc$ VarDir
/var/lib/clamav/daily\.inc/daily\.(info|[nmh]db)$ VarFile
/var/lib/clamav/mirrors.dat$ VarFile

and would appreciate if you could give them a try on your system.

Greetings
Marc

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


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



Bug#382889: for users that install a lot of systems

2007-04-15 Thread Geert Stappers
Op 13-04-2007 om 23:31 schreef Michael Gilbert:
 
 it may perhaps seem not much of a burden to require the user to attend
 to the installer for the first 11 minutes, but nevertheless, that is
 11 minutes of their life not spent on other things.  i think if the
 prompts were aggregated to proceed in sequence, it would be much
 better.  i understand that this is not an easy task, but it should be
 worth it for users that install a lot of systems.

For those users there is preseeding.

See the preseeding section in the manual for details.



Cheers
Geert Stappers



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



Bug#403823: Fixed upstream

2007-04-15 Thread James Youngman

Fixed upstream in 4.3.x (but not 4.2.x).


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



Bug#316669: [pkg-ntp-maintainers] Bug#316669: Disable stats by default in ntp-simple

2007-04-15 Thread Kurt Roeckx
On Sun, Apr 15, 2007 at 12:03:25PM +0200, Peter Eisentraut wrote:
 I think most people never look at the stats, and probably only 
 administrators of time services actually need them.  So I agree that we 
 should turn them off by default.  Any objections?

I think if people really want them, they can enable them.  It's fine for
me to just put it in comment in the default config.


Kurt



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



Bug#119974: Bug confirmed

2007-04-15 Thread Pierre HABOUZIT
tag 119974 + pending
thanks

  I checked in the POSIX doc, FWIW here is what I found:

  fsync was first introduced it seems as an XOPEN extension. Hence the
__USE_XOPEN guard, and defining _XOPEN_SOURCE indeed works.

  Else, wrt POSIX, fsync last updates are in posix 1003.1-2001.

 Just saying POSIX does not tell you if its POSIX.1 or POSIX.1b.  Given
 the current messy use of test macros, it would be natural to think POSIX
 refers to whatever _POSIX_SOURCE buys you by default (POSIX.1);
 otherwise the manual page would state clearly the standard revision so
 you could define the test macro to the appropiate number.  On the other
 hand, the fsync(2) manual page (which I had read) clearly labels fsync()
 as POSIX.1b, so I was a bit confused for the precise revision, but it is
 clearly a POSIX function.

  Current man page advertise it as POSIX 1003.1-2001 which is correct.

  So FWIW compiling with:
  gcc -ansi -Wall -D_POSIX_SOURCE=1 -D_POSIX_C_SOURCE=200112 a.c

  should work. The correct fix is to add an || defined(__USE_POSIX2K) in
the guard.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpSFIYUd22e7.pgp
Description: PGP signature


Bug#419367: wammu: segfault on retrieve messages; samsung SGH X160

2007-04-15 Thread Mahesh T. Pai
Package: wammu
Version: 0.19-1
Severity: normal


Sending the log file created in /tmp/ as per the message.

Willing to provide more info, if you tell me how to find it.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wammu depends on:
ii  python   2.4.4-2 An interactive high-level object-o
ii  python-central   0.5.12  register and build utility for Pyt
ii  python-gammu 0.19-1  Python module to communicate with 
ii  python-wxgtk2.6  2.6.3.2.1.5 wxWidgets Cross-platform C++ GUI t

Versions of packages wammu recommends:
pn  python-bluez | python-bluetoo none (no description available)
pn  timidity  none (no description available)

-- no debconf information
Setting speed to 19200
[Module   - auto]
Escaping SMS mode
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
[ERROR 12: Error during reading device.]
Sending simple AT command to wake up some devices
Setting speed to 19200
[Module   - auto]
Escaping SMS mode
Sending simple AT command to wake up some devices
1 AT
2 OK
Enabling echo
1 ATE1
2 OK
Enabling CME errors
1 AT+CMEE=1
2 OK
Getting model
1 AT+CGMM
2 SGH-X160
3 OK
Checking for OBEX support
1 AT+CPROTT=?
2 ERROR
Enabling echo
1 AT+CPROT=?
2 ERROR
[Module   - 
A2D|iPAQ|at|M20|S25|MC35|TC35|C35i|S65|S300|5110|5130|5190|5210|6110|6130|6150|6190|6210|6250|6310|6310i|6510|7110|8210|8250|8290|8310|8390|8850|8855|8890|8910|9110|9210]
Escaping SMS mode
Sending simple AT command to wake up some devices
1 AT
2 OK
Enabling echo
1 ATE1
2 OK
Enabling CME errors
1 AT+CMEE=1
2 OK
Checking for OBEX support
1 AT+CPROT=?
2 ERROR
1 AT+CGMI
2 Samsung
3 OK
Manufacturer info received
Samsung
Getting firmware - method 2
1 AT+CGMR
2 X160DDFG1
3 OK
Received firmware version: X160DDFG1
[Closing]
[ERROR 14: No response in specified timeout. Probably phone not connected.]
[ERROR 2: Error opening device. Unknown/busy or no permissions.]
[ERROR 2: Error opening device. Unknown/busy or no permissions.]
[ERROR 2: Error opening device. Unknown/busy or no permissions.]
[ERROR 2: Error opening device. Unknown/busy or no permissions.]
[ERROR 2: Error opening device. Unknown/busy or no permissions.]
[ERROR 2: Error opening device. Unknown/busy or no permissions.]
[ERROR 2: Error opening device. Unknown/busy or no permissions.]
Setting speed to 19200
[Module   - auto]
Escaping SMS mode
Sending simple AT command to wake up some devices
1 T
2 OK
1 AT
2 OK
Enabling echo
1 ATE1
2 OK
Enabling CME errors
1 AT+CMEE=1
2 OK
Getting model
1 AT+CGMM
2 SGH-X160
3 OK
Checking for OBEX support
1 AT+CPROT=?
2 ERROR
[Module   - 
A2D|iPAQ|at|M20|S25|MC35|TC35|C35i|S65|S300|5110|5130|5190|5210|6110|6130|6150|6190|6210|6250|6310|6310i|6510|7110|8210|8250|8290|8310|8390|8850|8855|8890|8910|9110|9210]
Escaping SMS mode
Sending simple AT command to wake up some devices
1 AT
2 OK
Enabling echo
1 ATE1
2 OK
Enabling CME errors
1 AT+CMEE=1
2 OK
Checking for OBEX support
1 AT+CPROT=?
2 ERROR
1 AT+CGMI
2 Samsung
3 OK
Manufacturer info received
Samsung
Getting firmware - method 2
1 AT+CGMR
2 X160DDFG1
3 OK
Received firmware version: X160DDFG1
[Closing]
[Gammu- 1.10.0 built 10:15:07 Mar 13 2007 in gcc 4.1]
[Connection   - at19200]
[Model type   - ]
[Device   - /dev/ttyUSB0]
[Run on   - Linux, kernel 2.6.18-4-686 (#1 SMP Wed Feb 21 16:06:54 UTC 
2007)]
Setting speed to 19200
[Module   - auto]
Escaping SMS mode
SENDING frame type 0x00/length 0x02/2
1B |0D ..  
Sending simple AT command to wake up some devices
SENDING frame type 0x00/length 0x03/3
41A|54T|0D AT. 
[Retrying 1 type 0x00]
SENDING frame type 0x00/length 0x03/3
41A|54T|0D AT. 
1 AT
2 OK
RECEIVED frame type 0x00/length 0x09/9
41A|54T|0D |0D |0A |4FO|4BK|0D |0A AT...OK..   
Enabling echo
SENDING frame type 0x00/length 0x05/5
41A|54T|45E|311|0D ATE1.   
1 

Bug#408399: review libxml-rss-feed-perl 2.212-1

2007-04-15 Thread Bart Martens
On Tue, 2007-03-27 at 07:56 +0200, Bart Martens wrote:
 Hi Erik,

Erik, can you confirm that you have received my review comments please?



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


Bug#419366: Please use gtk_binary_version and not modversion for modules

2007-04-15 Thread Loïc Minier
Package: gcin
Version: 1.3.4-2
Severity: important

Hi,

 While looking over the changes you did for the Gtk 2.10 transition
 (thanks for taking care of it so quickly BTW!), I noticed you hardcode:
GTKVER = 2.10.0
 this is risky, as this might break silently with the next Gtk binary
 change and the idea of the binver was to handle such changes
 transparently.

 You want to use pkg-config --variable=gtk_binary_version gtk+-2.0
 (and build-depend on pkg-config) instead of using the hardcoded
 version:
GTKVER = $(shell pkg-config --variable=gtk_binary_version gtk+-2.0)

   Bye,
-- 
Loïc Minier



Bug#417254: #417254: Same problem, same fix

2007-04-15 Thread Roland Mas
  Hi,

  I've recently started using qemu -- and kqemu.  I've run into bug
#417254, and Joey Hess's proposed fix does seem to do the job for me.
Removing /etc/modprobe.d/kqemu also works.  In both cases, the
/dev/kqemu file that udev creates for me gets major/minor 10/62, and
qemu does work noticeably faster and without any message complaining
that kqemu isn't available.

  I recommend using one of these fixes, to make kqemu useful again.

Roland.
-- 
Roland Mas

prw-r--r--1 root root0 Jan  1  1970 This-is-not-a-pipe|


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



Bug#316669: Disable stats by default in ntp-simple

2007-04-15 Thread Peter Eisentraut
I think most people never look at the stats, and probably only 
administrators of time services actually need them.  So I agree that we 
should turn them off by default.  Any objections?


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



Bug#417398: [Build-common-hackers] Bug#417398: Testsuite environment

2007-04-15 Thread Loïc Minier
retitle 417398 Offer a way to ignore failure of the testsuite
stop

On Sun, Apr 15, 2007, Peter Eisentraut wrote:
 I think you want to write your own specific check rule for this.

 Hmm ok; back to the initial request alone then, I thought both requests
 could be tackled by a single change.

-- 
Loïc Minier
For subalterns, saying something intelligent is as risky as saying something
 stupid.



Bug#417384: Eclipse an Azureus cannot be installed at the same time in etch, because there are dependancies to libswt3.2-gtk-java and libswt-gtk-3.2-java

2007-04-15 Thread Michael Koch
Version: 3.2.1-6


I just close this bug as the the issue is fixed.


Cheers,
Michael


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



Bug#413934: minicom crashes if LANG=de_DE.UTF-8 is set - with LANG=POSIX it works fine

2007-04-15 Thread Adam Lackorzynski

On Sun Apr 15, 2007 at 08:10:07 +0200, Martin Godisch wrote:
 On Sat, Mar 10, 2007 at 17:41:19 +0100, Adam Lackorzynski wrote:
 
 If minicom is started with LANG=de_DE.UTF-8 and serial port is set
 wrong (wrong Bps/Par/Bits), it crashes with the following error
 message:

 xminicom: ../iconv/loop.c:425: internal_utf8_loop_single:
 Zusicherung »inptr - bytebuf  (state-__count  7)« nicht erfüllt.
 
  It's hard for me to do anything about this since this is an assertion
  from inside glibc. To start, I probably need to reproduce this...
 
 Does a strace log help? The bug can be reproduced by pointing minicom to
 a fifo (with empty scriptprog, minit, mreset) and putting Mike Crowe's
 crash.cap into it.

The backtrace does not really help. I'm not sure what to do as this
looks like a glibc issue. On the other side there's #115566.
Reassign/reopen?

This little patch makes minicom crash instantly when started, when using
LANG=en_GB.UTF-8 (or another utf8 locale).

Unfortunately creating a little test program which triggers this
assertion does not seem so easy.

This issue also puts the question whether it is good to display (serial)
input with the local locale or rather use C? Or something
configurable? A work around for this could also be to set the locale to
C when outputting input data.

Any opinions?

Index: main.c
===
RCS file: /cvsroot/minicom/minicom/src/main.c,v
retrieving revision 1.16
diff -u -r1.16 main.c
--- main.c  31 Oct 2005 12:13:51 -  1.16
+++ main.c  15 Apr 2007 10:11:06 -
@@ -681,8 +681,21 @@
 /* Update the timer. */
 timer_update();
 
-/* Check for I/O or timer. */
-x = check_io(portfd_connected, 0, 1000, buf, blen);
+{
+  static int foo = 0;
+  if (!foo) {
+   x = 1;
+   buf[0] = 248;
+   buf[1] = 226;
+   buf[2] = 130;
+   buf[3] = 172;
+   buf[4] = 194;
+   buf[5] = 163;
+   blen = 6;
+   foo = 1;
+  } else
+x = check_io(portfd_connected, 0, 1000, buf, blen);
+}
 
 /*  Send data from the modem to the screen. */
 if ((x  1) == 1) {



Adam
-- 
Adam [EMAIL PROTECTED]
  Lackorzynski http://os.inf.tu-dresden.de/~adam/



Bug#419365: Please use gtk_binary_version and not modversion for modules

2007-04-15 Thread Loïc Minier
Package: imhangul
Version: 0.9.13-5
Severity: important

--- Please enter the report below this line. ---

Hi,

 While looking over the changes you did for the Gtk 2.10 transition
 (thanks for taking care of it so quickly BTW!), I noticed you use:
pkg-config --modversion gtk+-2.0 | sed -s 
's/^\([0-9]\+\.[0-9]\+\)\..*/\1.0/g'
 to compute the module dir; this is incorrect, as this will return
 2.12.0 with the next stable series of Gtk, but the binary version
 didn't change (at this point).  For example Gtk 2.8 had a module
 location of /usr/lib/gtk+2.0/2.4.0.

 You want to use pkg-config --variable=gtk_binary_version gtk+-2.0
 instead.

   Bye,

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.20

Debian Release: lenny/sid
  500 unstableftp.debian.org 
  500 unstableftp.de.debian.org 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 


-- 
Loïc Minier
For subalterns, saying something intelligent is as risky as saying something
 stupid.



Bug#325600: New patch idea

2007-04-15 Thread Uwe Schindler
Hallo Tom,

As *reverting* Aurelien's patch does not change anything, I looked into some
source codes around sys_wait4 and osf_wait4 (in glibc and kernel). The
interesting thing is:

Linuxthreads uses osf_wait4 only on alpha, the other architectures uses the
sys_wait4 syscall. As linuxthreads is for linux only and there is no need
for it if you build glibc on an Digital Unix (OSF) alpha system, it is not
needed to call the compatibility syscalls of the kernel that emulate OSF
behaviour.

Looking into the kernel source, osf_wait4 was changed in 2.6.11 or so.

In your original patch you used the standard glibc function wait4 (which
uses the syscall sys_wait4). As the last parameter of the used wait4 is
always NULL, you do not need the compatibility function of OSF (and it is an
overhead in the kernel!).

So you could change the INLINE_SYSCALL from osf_wait4 to sys_wait4 and try
again (I have no time to do this).

If this was the problem, we have a good patch. By the way, the
waitpid_no_cancel code change only affects linux on alpha (as other systems
does not know osf_wait4). And on Digital Unix itself there is no need for
linuxthreads at all, so it will not break glibc build on Digital Unix.

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: [EMAIL PROTECTED]

 -Original Message-
 From: Tom Evans [mailto:[EMAIL PROTECTED]
 Sent: Sunday, April 15, 2007 6:28 AM
 To: Uwe Schindler
 Subject: Re: Bug#325600: closed by Aurelien Jarno (Closing bugs fixed in
 unreleased version 2.4-1 of the glibc)
 
 Reverting that patch had no effect on zombies (at least for me) - back
 to investigating ... :)



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



Bug#136398: [pkg-fetchmail-maint] Bug#136398: fetchmail: but please migrate the old uidl file

2007-04-15 Thread Matthias Andree
Nico Golde [EMAIL PROTECTED] writes:

 Sorry, that would be difficult, thats what the freeze phase 
 was for, sadly noone spotted this issue before and I don't 
 think stable team would allow an update for this.

How about asking them? Clearly it's a bug that costs real money (think
GSM/GPRS link).

-- 
Matthias Andree


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



Bug#419211: d-i fails in fetching Release.gpg in netboot install of etch r0

2007-04-15 Thread Steve Langasek
On Sat, Apr 14, 2007 at 05:31:14PM +0530, nitesh wrote:
 Comments/Problems: The d-i says it fails to download a valid Release.gpg
 file from the mirror specified.

 I am installing the Debian etch 4.0 r0 onto HP machines through network
 install (PXE boot with DHCP/tftp).
 Everything goes alright until it (netboot d-i) tries to fetch the
 Release.gpg file from the mirror which is just
 another machine running sarge in a LAN. In reality, the ISO (DVD) that I
 have mounted at the HTTP mirror does not have any Release.gpg file in the
 specified directory.

Yes, the DVD images don't include a Release.gpg file because they are
primarily intended to be used as local media, not as network repositories;
and they are generated in a process that, AIUI, does not realistically
permit them to be signed by a key as secure as the one used for signing the
stable archive.  So there simply is no trust path to these CD images across
the network, and it's appropriate for the installer to abort rather than to
blindly trust an archive that hasn't been cryptographically secured.

Of course, while this is the correct default behavior, it seems reasonable
to me that we should allow users to override it with preseeding or the like,
so that's IMHO a valid wishlist request.

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


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



Bug#419049: quota: Causes shutdown to hang when /home is NFS-mounted

2007-04-15 Thread Michael Meskes
[CCing network-manager maintainers. Could you guys pleas have a look at
this bug? Thanks. ]

On Fri, Apr 13, 2007 at 03:03:03PM -0500, John Goerzen wrote:
 Indeed, after purging network-manager, the hang is fixed.
 
 Watching the console, it appears that without network-manager, the
 interface is taken down after quotas are.

Looking at the priorities I would guess that NFS filesystems are
unmounted even later in S31umountnfs.sh. The device should be taken down
in S35networking I would guess. So I wonder why network-manager is
taking it down and whether this is more of a network-manager bug.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
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#295015: xkbprint segfaults when

2007-04-15 Thread Sebastian Rasmussen

Hi!


About 2 years ago, you reported a bug to the Debian BTS regarding a
segfault of xkbprint. Did you reproduce this problem recently? With
Xorg/Etch? If not, I will close this bug in the next weeks.


Yes, that's correct. I had to look at the bug to refresh my memory.
I attempted to reproduce the bug with the packages that I currently have 
from Debian/testing, but failed to do so. Next I studied the relevant code 
in psgeom.c that I sent a patch for and it seems that somebody discovered 
the same flaw in that code and fixed it.


While attempting to reproduce the bug I may have found another -- if I use 
the following configuration in xorg.conf for the keyboard input device:


   Option  XkbRules  xorg
   Option  XkbModel  pc105
   Option  XkbLayout us
   Option  XkbOptions
altwin:swap_lalt_lwin,apple:goodmap,caps:internal_nocancel,compose:rctrl,ctrl:swapcaps,eurosign:e,grp:ctrl_shift_toggle,japan:kana_lock,keypad:legacy


(I know that this configuration is bogus, but it highlights the problem) I 
get a proper postscript file from xkbprint. When I add 
lv3:ralt_switch_multikey however, as in this configuration:


   Option  XkbRules  xorg
   Option  XkbModel  pc105
   Option  XkbLayout us
   Option  XkbOptions
altwin:swap_lalt_lwin,apple:goodmap,caps:internal_nocancel,compose:rctrl,ctrl:swapcaps,eurosign:e,grp:ctrl_shift_toggle,japan:kana_lock,keypad:legacy,lv3:ralt_switch_multikey


I get a broken postscript file from xkbprint. Diffing the resulting 
postscript files indicates that the followig rows are the culprit:


--- working.ps  2007-04-15 10:48:48.0 +0200
+++ broken.ps   2007-04-15 10:51:27.0 +0200
@@ -2588,10 +2588,10 @@
kby kbdscaleheight add 16 add
moveto
1 -1 scale (Group 1) show 1 -1 scale
-kbx kbdscalewidth 0 (Layout: 
pc(pc105)+us+altwin(swap_lalt_lwin)+group(ctrl_shift_toggle)+ctrl(swapcaps)+compose(rctrl)+eurosign) 
centeroffset pop add
+kbx kbdscalewidth 0 (Layout: 
pc(pc105)+us+altwin(swap_lalt_lwin)+group(ctrl_shift_toggle)+level3(ralt_switch_multikey)+ctrl(swap) 
centeroffset pop add

kby kbdscaleheight add 32 add
moveto
-1 -1 scale (Layout: 
pc(pc105)+us+altwin(swap_lalt_lwin)+group(ctrl_shift_toggle)+ctrl(swapcaps)+compose(rctrl)+eurosign) 
show 1 -1 scale
+1 -1 scale (Layout: 
pc(pc105)+us+altwin(swap_lalt_lwin)+group(ctrl_shift_toggle)+level3(ralt_switch_multikey)+ctrl(swap) 
show 1 -1 scale

kbx kbdscalewidth 0 (Generic 105) centeroffset pop add
kby kbdscaleheight add 48 add
moveto

The problem is probably that the setting ctrl(swapcaps) is truncated halfway 
through the setting to produce ctrl(swap. I believe that the trailng 
parenthesis fails to end the string as likely was assumed when developing 
the code. Do you want me to create a new bug report on this issue or is it 
better to handle this within this bug report?


/ Sebastian

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




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



Bug#383998: libswt3.1-gtk-jni depends on gcj

2007-04-15 Thread Michael Koch
Hello,


Closing this bug as libswt3.1-gtk-jni doesn't exist anymore and
libswt3.2-gtk-jni doesnt have this problem anymore.


Cheers,
Michael


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



Bug#417384: Eclipse an Azureus cannot be installed at the same time in etch, because there are dependancies to libswt3.2-gtk-java and libswt-gtk-3.2-java

2007-04-15 Thread Michael Koch
Version: 3.2.1


I just close this bug as the the issue is fixed.


Cheers,
Michael


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



Bug#419363: ITP: xmlcommons-external -- stable version of XMI-related externally-defined standards-based code

2007-04-15 Thread Arnaud Vandyck

Package: wnpp
Severity: wishlist

* Package name: xmlcommons-external
 Version : 1.3.04
 Upstream Author : (various authors)
* URL or Web page : http://xml.apache.org/commons/#external
* License : Apache Software License 2.0
 Description : stable version of XMI-related externally-defined
standards-based code
xml-commons primary goal is to provide Apache projects with a stable
version of XMl-related externally-defined standards-based code. This
is mainly the various interfaces that you use when programming XML
from JAVA: DOM, SAX and JAXP for now.


--
Arnaud Vandyck


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



Bug#419362: release-notes: Chapter 1.2 asks for /var/lib/aptitude/pkgstates, but 4.1.1. does not mention it should be backed up

2007-04-15 Thread Tapio Lehtonen
Subject: release-notes: Chapter 1.2 asks for /var/lib/aptitude/pkgstates, but 
4.1.1. does not mention it should be backed up
Package: release-notes
Version: 1.287 2007/04/13
Severity: normal

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

Chapter 4.1.1 Back up any data or configuration information

should have paragraph 

  The main things you'll want to back up are the contents of /etc,
  /var/lib/dpkg and the output of dpkg --get-selections * (the
  quotes are important).

augmented with /var/lib/aptitude/pkgstates, because that file is also
asked for in Chapter 4.1.1 Back up any data or configuration
information. 

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


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



Bug#419222: slapd.conf

2007-04-15 Thread Gyuris Szabolcs
Hi Quanah!

Here it is the slapd.conf.

But I think the large number of threads is because after the slapd froze
then all connected client froze too. :(

Thank you!
# This is the main slapd configuration file. See slapd.conf(5) for more
# info on the configuration options.

###
# Global Directives:

# Features to permit
allow bind_v2

# Schema and objectClass definitions
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema

include /etc/ldap/schema/integrity/common.schema
include /etc/ldap/schema/integrity/ftp.schema
include /etc/ldap/schema/integrity/web.schema
include /etc/ldap/schema/integrity/mail.schema
include /etc/ldap/schema/integrity/nagios.schema
include /etc/ldap/schema/integrity/software_data.schema

# Schema check allows for forcing entries to
# match schemas for their objectClasses's
schemacheck on

# Where the pid file is put. The init.d script
# will not stop the server if you change this.
pidfile /var/run/slapd/slapd.pid

# List of arguments that were passed to the server
argsfile/var/run/slapd/slapd.args

# Read slapd.conf(5) for possible values
loglevel256

# Where the dynamically loaded modules are stored
modulepath  /usr/lib/ldap
moduleload  back_hdb

TLSCACertificateFile /etc/ldap/integrity-ca.pem
TLSCertificateFile  /etc/ldap/ldap.pem
TLSCertificateKeyFile /etc/ldap/ldap.pem
TLSVerifyClient never

###
# Specific Backend Directives for bdb:
# Backend specific directives apply to this backend until another
# 'backend' directive occurs
backend hdb

###
# Specific Backend Directives for 'other':
# Backend specific directives apply to this backend until another
# 'backend' directive occurs
#backendother

###
# Specific Directives for database #1, of type bdb:
# Database specific directives apply to this databasse until another
# 'database' directive occurs
databasehdb


# The base of your directory in database #1
suffix  dc=domain,dc=tld

# Where the database file are physically stored for database #1
directory   /var/lib/ldap

# Indexing options for database #1
index   objectClass eq
index   apacheServerName pres,eq
index   apacheServerAlias pres,eq
index   uid pres,eq
index   userClass,uidNumber,gidNumber,cn eq
index   memberUid   eq
#index  uniqueMember eq,pres
#index  memberUid,employeeType,mail pres,eq,approx,sub

# Save the time that the entry gets modified, for database #1
lastmod on

# Where to store the replica logs for database #1
replogfile  /var/lib/ldap/replog


rootdn  cn=admin,dc=domain,dc=tld
rootpw  password

#replica
updatedn cn=admin,dc=domain,dc=tld

# The userPassword by default can be changed
# by the entry owning it if they are authenticated.
# Others should not be able to see it, except the
# admin entry below
# These access lines apply to database #1 only

access to dn.regex=.*ou=virtualFtp,dc=domain,dc=tld attrs=userPassword
by dn=cn=admin,dc=domain,dc=tld write
by dn=cn=stadmin,dc=domain,dc=tld write
by dn=uid=user1,ou=People,dc=domain,dc=tld write
by dn=uid=user2,ou=People,dc=domain,dc=tld write
by dn=uid=user3,ou=People,dc=domain,dc=tld write
by dn=uid=user4,ou=People,dc=domain,dc=tld write
by anonymous auth
by self write
by * none
access to dn.regex=.*ou=virtualWeb,dc=domain,dc=tld attrs=userPassword
by dn=cn=admin,dc=domain,dc=tld write
by dn=cn=stadmin,dc=domain,dc=tld write
by dn=uid=user1,ou=People,dc=domain,dc=tld write
by dn=uid=user2,ou=People,dc=domain,dc=tld write
by dn=uid=user3,ou=People,dc=domain,dc=tld write
by dn=uid=user4,ou=People,dc=domain,dc=tld write
by anonymous auth
by self write
by * none

access to attrs=operation
by dn=cn=operator,dc=domain,dc=tld write
by dn=cn=admin,dc=domain,dc=tld write
by dn=cn=stadmin,dc=domain,dc=tld write
by dn=uid=user1,ou=People,dc=domain,dc=tld write
by dn=uid=user2,ou=People,dc=domain,dc=tld write
by dn=uid=user3,ou=People,dc=domain,dc=tld write
by dn=uid=user4,ou=People,dc=domain,dc=tld write
by anonymous auth
by self write
by * read

access to attrs=modified
by dn=cn=operator,dc=domain,dc=tld write
by dn=cn=admin,dc=domain,dc=tld write
by dn=cn=stadmin,dc=domain,dc=tld write
by dn=uid=user1,ou=People,dc=domain,dc=tld write
by 

  1   2   3   4   5   >