Bug#367609: libruby1.8: Time#-(1e-6) doesn't substract one microsecond from Time instance.

2006-05-17 Thread Dmitry Maksyoma
Package: libruby1.8
Version: 1.8.2-7sarge2
Severity: normal
Tags: patch


Hello,

Please consider the following test:

t = Time.mktime(2006, 5, 1)
puts t, sec: #{t.sec}, usec: #{t.usec}
t2 = t - 1e-6
puts t2, sec: #{t2.sec}, usec: #{t2.usec}
t2 = t - 2e-6
puts t2, sec: #{t2.sec}, usec: #{t2.usec}

Mon May 01 00:00:00 NZST 2006
sec: 0, usec: 0
Mon May 01 00:00:00 NZST 2006
sec: 0, usec: 0
Sun Apr 30 23:59:59 NZST 2006
sec: 59, usec: 99

Substracting one microsecond doesn't do anything, substracting 2 microseconds
actually substracts one microsecond.

The problem is that (time_t)1e-6*1e6 yields 0, so I changed it to
(time_t)lround(1e-6*1e6). This way the same Ruby code yields:

Mon May 01 00:00:00 NZST 2006
sec: 0, usec: 0
Sun Apr 30 23:59:59 NZST 2006
sec: 59, usec: 99
Sun Apr 30 23:59:59 NZST 2006
sec: 59, usec: 98

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-k7
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages libruby1.8 depends on:
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libncurses5   5.4-4  Shared libraries for terminal hand
ii  zlib1g1:1.2.2-4.sarge.2  compression library - runtime

libruby1.8 recommends no packages.

-- no debconf information
--- /home/dmaks/time.c  2006-05-16 19:50:35.0 +1200
+++ ruby-1.8.2/time.c   2006-05-17 13:29:50.0 +1200
@@ -1285,7 +1285,7 @@
 if (f != (double)sec_off)
 rb_raise(rb_eRangeError, time %s %f out of Time range,
 sign  0 ? - : +, v);
-usec_off = (time_t)(d*1e6);
+usec_off = (time_t)lround(d*1e6);
 
 if (sign  0) {
 sec = tobj-tv.tv_sec - sec_off;


Bug#367610: nautilus: Keyboard issues when deleting files

2006-05-17 Thread Andrew Ruthven
Package: nautilus
Version: 2.14.1-2
Severity: normal


Hi,

(For this bug report, please read file as file/directory.)

I've discovered that when I'm deleting files I can reach a situation where
I can't easily use the keyboard to select the last file.  It is necessary
to do one of the following:

 - Control-A
 - leave the directory and re-enter it
 - use the mouse

the first one is not obvious (and I'm not sure if novice users would find
it) and the latter two are somewhat annoying.

Normally if no files are hilighted in Nautilus you can hit the right
key and the first file will be hilighted.  When a file is deleted then
the next file has a selection box around the name, but it isn't hilighted.
It is necessary to use an arrow key to move the hilight onto another
file.

But, if there are only two files left, and you delete one of them, there
is no other file to move the selection on to and hilight.  So you need
to carry out one of the three actions above.

I'm not sure if there is any clear solution to this...

-- System Information:
Debian Release: unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.11-cyclops
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.10-1Utilities for .desktop files
ii  fam2.7.0-10  File Alteration Monitor
ii  gconf2 2.14.0-1  GNOME configuration database syste
ii  gnome-control-center   1:2.12.3-2utilities to configure the GNOME d
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libc6  2.3.6-7   GNU C Library: Shared libraries
ii  libeel2-2  2.14.1-1  Eazel Extensions Library (for GNOM
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libexif12  0.6.13-4  library to parse EXIF files
ii  libgail-common 1.8.11-2  GNOME Accessibility Implementation
ii  libgail17  1.8.11-2  GNOME Accessibility Implementation
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.2-2  The GLib library of C routines
ii  libgnome-desktop-2 2.14.1.1-1Utility library for loading .deskt
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.1-2  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libnautilus-extension1 2.14.1-2  libraries for nautilus components 
ii  liborbit2  1:2.14.0-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.1-3  Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  librsvg2-2 2.14.3-2  SAX-based renderer library for SVG
ii  libstartup-notification0   0.8-1 library for program launch feedbac
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxml22.6.24.dfsg-1 GNOME XML library
ii  nautilus-data  2.14.1-2  data files for nautilus
ii  shared-mime-info   0.17-1FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  desktop-base  0.3.16 common files for the Debian Deskto
ii  eject 2.1.4-1ejects CDs and operates CD-Changer
pn  libgnomevfs2-extranone (no description available)
ii  librsvg2-common   2.14.3-2   SAX-based renderer library for SVG
ii  nautilus-cd-burner2.12.3-2   CD Burning front-end for Nautilus

-- no debconf information


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



Bug#334946: chkrootkit: MySQL threads false positive: me too

2006-05-17 Thread Lionel Elie Mamane
Package: chkrootkit
Version: 0.46a-3
Followup-For: Bug #334946

We are getting chkproc false positive on MySQL and pdns threads.

A ps -eLf shows all pids that chkproc -v complains about in the LWP
column.

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

Versions of packages chkrootkit depends on:
ii  binutils 2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  debconf [debconf-2.0 1.5.0   Debian configuration management sy
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  net-tools1.60-17 The NET-3 networking toolkit
ii  procps   1:3.2.6-2.2 /proc file system utilities

chkrootkit recommends no packages.

-- debconf information:
* chkrootkit/run_daily: true
* chkrootkit/run_daily_opts: -q
* chkrootkit/diff_mode: false


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



Bug#366067: [gmail] Re: Bug#366067: fakeroot db stores link it should be a file

2006-05-17 Thread Marc Leeman
  dev=803,ino=195978,mode=120644,uid=0,gid=0,nlink=1,rdev=0
  I guess a quick fix for this particular problem would be to do a 

sed -i.bak -e 's/120644/100644/g' $GVAR{'BUILDDIR'}/fakeroot.env

After this, the corrupted filesystems are very rare, less than 1%
(guess). However, all the corruption seems to be located around the
device nodes:

mksquashfs: character device fb2 inode 0x28c 
mksquashfs: character device fb3 inode 0x292 
mksquashfs: file flashfs/dev/fpgaa, uncompressed size 0 bytes, DUPLICATE 
Error in reading symbolic link, skipping...: Invalid argument 
mksquashfs: symbolic link full inode 0x298 
mksquashfs: block device hda inode 0x2b0 
mksquashfs: block device hda1 inode 0x2b6 

Unless this command is actually causing the problem:

fakeroot -i 
/users/firmware/mleeman/no_backup/build-svc2.2.6.nightly-20060517-060002/fakeroot.env
 -s 
/users/firmware/mleeman/no_backup/build-svc2.2.6.nightly-20060517-060002/fakeroot.env
 makedevs -d 
/users/firmware/mleeman/no_backup/build-svc2.2.6.nightly-20060517-060002/firmware/scripts/build/device_table.txt
 .

(the makedevs from the toolchain) and fakeroot is not the root of all my
evils :) 

I'll have a look at that one. In any case, it's one of those 'fuzzy'
errors: difficult to reproduce but persistent in the long run.

-- 
  greetz, marc
She was vague to the point that I suspect she doesn't have a clue.
D'Argo - Family Ties
scorpius.homelinux.org 2.6.16 #6 PREEMPT Sat Apr 1 21:22:39 CEST 2006 GNU/Linux


signature.asc
Description: Digital signature


Bug#367612: evince-thumbnailer generates RGBA thumbnails

2006-05-17 Thread Larry Lade
Package: evince
Version: 0.4.0-1+b1
Severity: minor


/usr/bin/evince-thumbnailer, called by nautilus to generate thumbnails of
evince-supported documents, generates PNGs with RGBA channels. However,
new nautilus behavior does not put frames (border  dropshadow) on
thumbnails with alpha channels. This seems to be intended so that icons
and other pics which look nice on any background will look nicer. The
types of documents supported by evince, however, usually do not look
good on any background, specifically white pages on white background.

What happens:
Thumbnails of PDFs, etc. appear in Nautilus as tiny text floating in the
middle of nothing. There is no border to suggest the edge of a page.

What should happen:
evince-thumbnailer should generate only RGB PNG thumbnails.

Test/workaround:
It's possible to go into ~/.thumbnails, open the thumbnail in question
in GIMP, apply a Flatten Image to convert RGBA to RGB, and Save. The
thumbnail now renders correctly (with frame) in Nautilus.

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

Versions of packages evince depends on:
ii  gconf2 2.14.0-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-glib1 0.6.10-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-2  The Bonobo UI library
ii  libc6  2.3.6-7   GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdbus-1-20.61-5simple interprocess messaging syst
ii  libdjvulibre15 3.5.16-2  Runtime support for the DjVu image
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.2.1-1   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.2-2  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-3  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-3  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.1-2  GNOME virtual file-system (runtime
ii  libgnutls131.3.5-1.1 the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkpathsea4   3.0-16path search library for teTeX (run
ii  libnautilus-extension1 2.14.1-2  libraries for nautilus components 
ii  liborbit2  1:2.14.0-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.1-3  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libpoppler0c2  0.4.5-4   PDF rendering library
ii  libpoppler0c2-glib 0.4.5-4   PDF rendering library (GLib-based 
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libstdc++6 4.1.0-4   The GNU Standard C++ Library v3
ii  libtasn1-2 1:0.2.17-2Manage ASN.1 structures (runtime)
ii  libtiff4   3.8.2-2   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  

Bug#367611: rats: Does not analyse all PHP code files

2006-05-17 Thread Javier Fernández-Sanguino Peña

Package: rats
Version: 2.1-5
Priority: normal
Tags: wishlist

RATS misses some PHP files if they do not end with .php, since some files
end up with different extensions (php3, php4), the attached patch fixes this.

Regards

Javier
--- engine.c.orig   2006-05-17 00:32:44.0 -0500
+++ engine.c2006-05-17 00:31:47.0 -0500
@@ -928,7 +928,9 @@
 setup_python(fd);
 else if (!strcasecmp(dot, .pl) || !strcasecmp(dot, .pm))
 setup_perl(fd);
-else if (!strcasecmp(dot, .php))
+else if (!strcasecmp(dot, .php)||
+!strcasecmp(dot, .php3)||
+!strcasecmp(dot, .php4))
 setup_php(fd);
 else if (!strcasecmp(dot, .c)||
 !strcasecmp(dot, .c++)||


signature.asc
Description: Digital signature


Bug#225833: Letter vs A4 again

2006-05-17 Thread Julian Gilbey
On Tue, May 16, 2006 at 09:05:40AM +0200, Frank K??ster wrote:
 However, I'm not completely opposed to respecting /etc/papersize.  I
 just don't think it's important or at least a really good idea.
 Therefore I'm not going to try to come up with a proposal how it should
 work exactly, let alone an implementation.  But, as I think I've already
 said earlier in this or one of the merged bugs:  If anybody provides a
 working patch, I'm willing to give it a try.

Something like, on first installation, or debconf question Should
xdvi/... respect /etc/papersize with an appropriate file in
/etc/libpaper.d in such a case:

paper=`paperconf`
case $paper in
  a4)
texconfig paper $paper
texconfig dvipdfm paper $paper
texconfig xdvi $paper
;;
  letter)
texconfig paper $paper
texconfig dvipdfm paper $paper
texconfig xdvi us
;;
  legal|a3)
texconfig dvipdfm paper $paper
texconfig xdvi $paper
;;
  ledger|tabloid)
texconfig dvipdfm paper $paper
;;
  
a1|a1r|a2|a2r|a3|a3r|a4|a4r|a5|a5r|a6|a6r|a7|a7r|b1|b1r|b2|b2r|b3|b3r|b4|b4r|b5|b5r|b6|b6r|b7|b7r|c1|c1r|c2|c2r|c3|c3r|c4|c4r|c5|c5r|c6|c6r|c7|c7r|foolscap|usr)
texconfig xdvi $paper
;;
esac

   Julian


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



Bug#367614: please create an erlang-dev package

2006-05-17 Thread Romain Lenglet
Package: erlang
Version: 1:10.b.9-4
Severity: normal

Please create an erlang-dev package which contains the following files:

/usr/include/{driver.h,driver_int.h,erl_driver.h}: currently wrongly
in /usr/include/erlang/ although they are normally included with
#include driver.h
therefore those files *should* be in /usr/include/, not in a
subdirectory

/usr/include/{ei.h,ei_connect.h,eicode.h,erl_interface.h}: currently
in /usr/erlang/lib/erl_interface-3.5.4/include/

/usr/include/ic.h: currently in /usr/erlang/lib/ic-4.2.9/include/

/usr/lib/{libei_st.a,liberl_interface_st.a,libei.a,liberl_interface.a}:
currently in /usr/lib/erlang/lib/erl_interface-3.5.4/lib/

/usr/lib/libic.a: currently in
/usr/lib/erlang/lib/ic-4.2.9/priv/lib/libic.a


Maybe ethread*.h and libethread.a should be moved also?

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

Versions of packages erlang depends on:
ii  dpkg  1.13.19package maintenance system for Deb
ii  erlang-base-hipe [erlang-runt 1:10.b.9-4 Erlang base system (virtual machin
ii  erlang-mode   1:10.b.9-4 Erlang editing mode for emacsen ed
ii  erlang-nox1:10.b.9-4 Concurrent, real-time, distributed
ii  erlang-src1:10.b.9-4 Erlang base system (virtual machin
ii  erlang-x111:10.b.9-4 Concurrent, real-time, distributed

erlang recommends no packages.

-- no debconf information


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



Bug#367588: please sugggest libterm-readkey-perl

2006-05-17 Thread Julian Gilbey
tags 367588 + moreinfo
thanks

On Tue, May 16, 2006 at 07:22:25PM -0500, martin f krafft wrote:
 Package: devscripts
 Version: 2.9.19
 Severity: wishlist
 
 Please suggest libterm-readkey-perl, which debsign uses.

How does debsign use this Perl module?  Can't find any evidence of
this

Confused,

   Julian


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



Bug#367613: A script does not run

2006-05-17 Thread Jonny
Package: im-switch
Version: 1.6

The following messages are vomited in dash:
 [: 49: -z: unexpected operator

bash does not run, either:
 /etc/X11/Xsession.d/90im-switch: line 17: [: too many arguments


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



Bug#225833: Letter vs A4 again

2006-05-17 Thread Frank Küster
Atsuhito Kohda [EMAIL PROTECTED] wrote:

 I've an impression that this thread comes to a state of
 waste of time now, contrary to my intention.

Oh, I remember the suggestions for better documentation, and I'll see
that someone writes them up sooner or later...

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




Bug#356138: Catastrophe! - Print to File (PDF)

2006-05-17 Thread Pierre Habouzit
Le Mar 16 Mai 2006 23:48, Mark Purcell a écrit :
 On Monday 15 May 2006 22:56, Pierre Habouzit wrote:
   Can you confirm you can print groklaw?
 
  yes I do, now I have a reproducible bug, I'll forward it upstream.

 Thanks,

 There seem to be some upstream bug reports along the same lines:

 http://bugs.kde.org/show_bug.cgi?id=114592
 http://bugs.kde.org/show_bug.cgi?id=107991

 Do you have the capability to merge upstream bugs?

well, I don't know, and I avoid to change upstream bugs myself as a 
general rule.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgp51ZeFGJpNI.pgp
Description: PGP signature


Bug#225833: Letter vs A4 again

2006-05-17 Thread Julian Gilbey
On Wed, May 17, 2006 at 11:55:53AM +0900, Atsuhito Kohda wrote:
  I'll note that even after this entire discussion, reading FAQs 
  and bug reports
  for days, I still don't know how to do that.
 
 Hmm, really?  I don't understand what you want really but
 \usepackage[dvips]{geometry}
 wouldn't help you?

Or even just \usepackage{geometry}

   Julian


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



Bug#225833: [SPAM?]: Bug#225833: Letter vs A4 again

2006-05-17 Thread Frank Küster
Greg Stark [EMAIL PROTECTED] wrote:

 Frank Küster [EMAIL PROTECTED] writes:

 Greg Stark [EMAIL PROTECTED] wrote:
 
  Sure you can, in fact you already do have such a thing. It's not an error 
  not
  to specify margin sizes in your document, there is a default specified in 
  the
  class files. If the sysadmin felt like it he could go and edit those 
  defaults.
 
 No he cannot - the license forbids this.  If he wants to change a
 standard class to produce a different layout, he has to rename it [1].
 And there's a reason for that.

 Only if he wants to redistribute it. Or do you claim that copyright law
 reserves the right to make private modifications that nobody ever sees? That
 would be unenforceable even if it were true (and I don't believe it's true in
 any jurisdiction).

You are right: License-wise you may change them without distributing
them.  However, one should still never do that, and I'm not willing to
accept such a possibility as a reason for a packaging decision.  It
would be insane: If you ask anybody for help, and after a while he finds
out you've locally modified the base classes, he'll never help you
again.  Remember that you may not send him the files (that would be
distribution), he has to find out by looking at your debugging output.
Even giving him an account on your machine for testing may be
distribution, the wording of the LPPL is a bit unclear.

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




Bug#314461: Denial of service and possible security breach

2006-05-17 Thread Petter Österlund


Hi!

The in libnss-ldap can be exploted as

* Denial of service - all that is needed is to do two authentication
  attempts at the same time and the samba will become unresponsive.
* It is also possible (at least theoretical) that two users may be assigned
  each others credentials.

For this reason I think that a bugfix for this should be a candidate
for a security update of

Package: libnss-ldap
Version: 238-1.2

regards Petter





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



Bug#367616: xfce4: Alarm dialog from JPilot does not appear in current workspace.

2006-05-17 Thread Eric Lavarde
Package: xfce4
Version: 4.2.3
Severity: normal


Hi,

I have the issue with JPilot but I imagine it's the same for other kinds of
pop-up/alarm dialog.
Under KDE, when the alarm dialog from JPilot pops-up (for a due
meeting), the dialog appears in the current workspace so that I would
see it and could go to my meeting. Under Xfce, the alarm dialog appears
in the workspace where JPilot is, so that I generally don't see it.

I've kind of temporarily solved the issue by letting JPilot start a
separate xmessage dialog, and this one pops-up in the current workspace.

I would really appreciate if this issue could be solved, I've already
been late a few times.

Thanks, Eric

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

Versions of packages xfce4 depends on:
ii  gtk2-engines-xfce 2.3.90.1-1 A GTK+-2.0 theme engine for Xfce
ii  xfce4-icon-theme  4.3.90.1-1 Xfce Standard icon theme
ii  xfce4-mcs-plugins 4.2.3-2Special modules for the xfce4-mcs-
ii  xfce4-panel   4.2.3-1The Xfce4 desktop environment pane
ii  xfce4-session 4.2.3-1Xfce4 Session Manager
ii  xfce4-utils   4.2.3-2Various tools for Xfce
ii  xfdesktop44.2.3-1Provides desktop background and ro
ii  xffm4 4.2.3-1File manager for the Xfce4 desktop
ii  xfwm4 4.2.3.2-2  window manager of the Xfce project
ii  xfwm4-themes  4.2.3-1Theme files for xfwm4

Versions of packages xfce4 recommends:
ii  xfcalendar4.2.3-1Time-managing application for the 
ii  xfce4-iconbox 4.2.3-2Iconbox for the Xfce4 Desktop Envi
ii  xfce4-mixer   4.2.3-2Xfce4 Mixer frontend
ii  xfce4-systray 4.2.3-1Systray panel plugin for Xfce4 pan
ii  xfce4-toys4.2.3-1Eyes plugin for Xfce4 panel and xf
ii  xfce4-trigger-launcher4.2.3-1Panel plugin to start/stop program
ii  xfprint4  4.2.3-1Printer GUI for Xfce4

-- no debconf information


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



Bug#347650: hackish patch

2006-05-17 Thread Ralf Wildenhues
Hi Josselin,

* Josselin Mouette wrote on Wed, May 17, 2006 at 01:54:30AM CEST:
 The attached patch is applied to libgnome, to avoid argument reordering
 for -Wl,--as-needed.
 
 It is only a hack, but it works. With it, libgnome has reduced
 dependencies as expected.

It's not bad, but it's missing a few minor things:

* -Wl,--no-as-needed should be treated in the same way.

* In order to support multiple sequences of
-Wl,--as-needed ... -Wl,--no-as-needed
  it is necessary to turn off duplicate removal in this loop
  (around line 3019):

for var in $vars dependency_libs; do
  # Add libraries to $var in reverse order
  eval tmp_libs=\\$$var\
  new_libs=
  for deplib in $tmp_libs; do
  ...
case $deplib in
-L*) new_libs=$deplib $new_libs ;;
-R*) ;;
-Wl,*) new_libs=$deplib $new_libs ;;
*)
  # And here is the reason: when a library appears more
...
done

* In order for this to also work on non-Debian systems, more precisely,
  on systems without link_all_deplibs=no, the loop around line 2906,
  if test $link_all_deplibs != no; then
# Add the search paths of all dependency libraries
for deplib in $dependency_libs; do
  case $deplib in
  -L*) path=$deplib ;;
   ...
  fi

  needs to be treated similarly.


Hope this helps.  I haven't tested your patch in any way yet.

Cheers,
Ralf


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



Bug#367615: xfce4: windows should start/stay in the workspace from which they were started

2006-05-17 Thread Eric Lavarde
Package: xfce4
Version: 4.2.3
Severity: wishlist


Hi,

I recently switched from KDE to Xfce4 and one behavior disturbs me: I
was used to start all my applications (browser, mailer, PIM, console...)
switching inbetween from one workspace to the other, and KDE would take
care that each window would build up in the workspace from which I
started the application. I'd like to have this behavior also in Xfce.

More in details:
- in KDE I could do: start application 1 in workspace 1, switch to
  workspace 2 (before application 1's window has actually appeared),
  start application 2, switch to next workspace, etc... Go have a
  coffee, and at the end, each application has started in the correct
  workspace.
- in Xfce, I need to start application 1 in workspace 1, wait until
  application 1's window has appeared, switch to workspace 2, start
  application 2, wait, etc... No coffee! (if I don't wait I get all
  windows in the current workspace)

Thanks, Eric

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

Versions of packages xfce4 depends on:
ii  gtk2-engines-xfce 2.3.90.1-1 A GTK+-2.0 theme engine for Xfce
ii  xfce4-icon-theme  4.3.90.1-1 Xfce Standard icon theme
ii  xfce4-mcs-plugins 4.2.3-2Special modules for the xfce4-mcs-
ii  xfce4-panel   4.2.3-1The Xfce4 desktop environment pane
ii  xfce4-session 4.2.3-1Xfce4 Session Manager
ii  xfce4-utils   4.2.3-2Various tools for Xfce
ii  xfdesktop44.2.3-1Provides desktop background and ro
ii  xffm4 4.2.3-1File manager for the Xfce4 desktop
ii  xfwm4 4.2.3.2-2  window manager of the Xfce project
ii  xfwm4-themes  4.2.3-1Theme files for xfwm4

Versions of packages xfce4 recommends:
ii  xfcalendar4.2.3-1Time-managing application for the 
ii  xfce4-iconbox 4.2.3-2Iconbox for the Xfce4 Desktop Envi
ii  xfce4-mixer   4.2.3-2Xfce4 Mixer frontend
ii  xfce4-systray 4.2.3-1Systray panel plugin for Xfce4 pan
ii  xfce4-toys4.2.3-1Eyes plugin for Xfce4 panel and xf
ii  xfce4-trigger-launcher4.2.3-1Panel plugin to start/stop program
ii  xfprint4  4.2.3-1Printer GUI for Xfce4

-- no debconf information


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



Bug#367559: [SPAM?]: Bug#367559: tetex-base: Package cannot be installed: fmtutil failed

2006-05-17 Thread Frank Küster
severity 367559 important
stop

Ralf Stubner [EMAIL PROTECTED] wrote:

 On Tue, May 16, 2006 at 22:16 -0400, Loris Bennett wrote:
 Package: tetex-base
 Version: 3.0-17
 Severity: critical

I'm setting this to important, because it isn't a teTeX bug, as Ralf
pointed out, and we don't know yet whether an other package or a local
installation is responsible.  Anyway, critical was not the right
severity from the start (no unrelated packages are broken, no security
holes, etc.), but serious; but both are RC so that doesn't make a huge
difference. 

 Thanks for reporting. Let's limit this to where the actual error occurs: 

 fmtutil: running `pdfetex -ini   -jobname=cont-en -progname=context 
 -translate-file=cp227.tcx *cont-en.ini' ...
 This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) (INITEX)
  (/usr/share/texmf-tetex/web2c/cp227.tcx)
 entering extended mode
 (/usr/share/texmf-tetex/tex/context/config/cont-en.ini
 (/usr/share/texmf/tex/context/base/cont-en.tex
 (/usr/share/texmf/tex/context/base/context.tex
 [many more files]
 (/usr/share/texmf/tex/context/base/symb-nav.tex))
[...]
 You have installed a recent ConTeXt in /usr/share/texmf/tex/context/,
 right? All the files that are loaded above are not part of tetex-base.
 And at the first file that is loaded from tetex-base (after the ini
 file), an error occurs: 

Did you build or download a Debian package for ConTeXt, or did you
install this by hand?  In the latter case, you should have installed
into /usr/local/share/texmf.  But of course that doesn't affect the
bug. 

 I have no idea what this error means, but most likely the old cont-usr.tex
 from tetex-base is incompatible with the new ConTeXt files you installed
 in /usr/share/texmf/. I don't think this is a bug in teTeX. ;-) Is there
 no cont-usr.tex in the new ConTeXt? That one should take precedence over
 the one in /usr/share/texmf-tetex/.

The current context-tfm.zip on CTAN does contain cont-usr.tex, so it
should be there.

Regards, Frank

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




Bug#367600: quagga's ripd ignores most rip packets

2006-05-17 Thread Christian Hammers
Hello Mark

On 2006-05-16 Mark Montague wrote:
 I have quagga installed (I tried both the sarge and unstable versions, 0.98
 and 0.99) as just a RIP client. When it starts up, it joins the RIP multicast

Can you write to [EMAIL PROTECTED] they will be able to answer
your question more likely...

bye,

-christian-


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



Bug#367617: .desktop file

2006-05-17 Thread Vassilis Pandis
Package: pcb
Version: 20050609-1

pcb ships with no .desktop file, I'm attaching one. It validates and appears in 
menus. Thanks.

Send instant messages to your online friends http://uk.messenger.yahoo.com 

pcb.desktop
Description: 2106937373-pcb.desktop


Bug#184583: bugs.debian.org: BTS mails shouldn't only set Reply-To header but also Mail-Followup-To

2006-05-17 Thread Don Armstrong
tag 184583 moreinfo
thanks

On Thu, 13 Mar 2003, Gerfried Fuchs wrote:
 It would be more than nice to have the BTS setting also a
 Mail-Followup-To header in addition to the Reply-To header it
 currently sets. This is especially useful for the inital mail sent
 to the maintainer, where it more than once happened (not only to me)
 that answers to that mail are sent also to [EMAIL PROTECTED] because only
 the Reply-To header is set (which is a bad thing anyway -- think of
 people depending on the Reply-To header to be reachable through it,
 I'm not sure if the BTS preserves it or simply overwrites it like
 most of those silly mailing lists out there do).

I don't understand what setting MFT is going to gain over setting RT;
they'd both be set to the same value anyway, and so would have exactly
the same problems.

As it stands now, replying to the mails as sent by the BTS causes the
mail to go to the sender's replyto and the bug itself. [Now, if you're
using reply-all, there's little that setting anything is going to do
to help.]


Don Armstrong
 
-- 
It was said that life was cheap in Ankh-Morpork. This was, of course,
completely wrong. Life was often very expensive; you could get death
for free.
 -- Terry Pratchet _Pyramids_ p25

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Bug#333644: writable strings.

2006-05-17 Thread Sam Hocevar
close 333644 3.0.cvs20050714-1
thanks

On Thu, Oct 13, 2005, Rob Weir wrote:
 Package: ewt
 Version: 3.0.0beta2-1
 Tags: experimental, patch
 
 gcc 4.0 doesn't have the -fwritable-strings flag anymore, so it needs to
 be removed from Makefile.linux.  It appears to build and run fine
 without it, though.  The trivial patch is attached.

   Thanks. This was actually fixed in 3.0.cvs20050714-1.

Regards,
-- 
Sam.


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



Bug#365588: Problem still there in 0.7 and 0.7.1

2006-05-17 Thread Santiago Garcia Mantinan
 I see the same problem in 0.7 and 0.7.1

To help us replicate this problem...

What kind of service are you using twinkle with?

Also what sound driver are you using (driver and version, please) and how
have you set it up on twinkle (what are your audio preferences on twinkle).

Regards...
-- 
Manty/BestiaTester - http://manty.net


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



Bug#365922: tetex-base: Using marvosym package with amsmath breaks \Rightarrow

2006-05-17 Thread Hilmar Preusse
tags 365922 + fixed-upstream
stop

On 12.05.06 Hilmar Preusse ([EMAIL PROTECTED]) wrote:
 On 09.05.06 Ralf Stubner ([EMAIL PROTECTED]) wrote:
  On Tue, May 09, 2006 at 17:43 +0200, Hilmar Preusse wrote:

Hi,

   Not yet. I'v resent my E-Mail privately again. Hope I get an
   answer this time.
  
 I've got a message from Thomas, that he has uploaded a fixed version
 to CTAN. So, lets wait and test it.
 
I've downloaded the new marvosym package from CTAN and had a look at
it. The most significant change *I* can see is:

130a130
 \newcommand\MVRightarrow{\mvchr{58}}
166d165
 \def\Rightarrow{\mvchr{58}}

The first line is the new version and the second the old one.
Further:

- Thomas uses \newcommand to define his symbols (this should avoid
  bugs like this in the future)
- a more LaTeXish style to define the symbols

The minimal example given in #236967 gives now correctly an Right
arrow. Tagging these bugs as fixed in upstream.

H.
-- 
sigmentation fault


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



Bug#356539: same manpages refer to incorrect location

2006-05-17 Thread Thomas Schoepf
Is there a good reason why we are waiting for upstream to fix this instead
of fixing those wrong references right away?

This would save a lot of people from daily mails by cron and from having to
change those manpages manually if they don't want to be reminded every day.

Thanks,
Thomas

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail


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



Bug#366518: I second keeping debfoster

2006-05-17 Thread Christian Pernegger
Package: debfoster
Version: 2.5-6
Followup-For: Bug #366518


 on the grounds that I don't at all like lots
of (unrelated other) things aptitude does and
purge it on sight.

Thus removing debfoster would loose me functionality,
even if aptitude did replace it completely.

Thanks,

C.


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

Versions of packages debfoster depends on:
ii  debconf [debconf-2.0] 1.5.0  Debian configuration management sy
ii  libc6 2.3.6-7GNU C Library: Shared libraries

Versions of packages debfoster recommends:
ii  apt   0.6.43.3   Advanced front-end for dpkg
pn  aptitude  none (no description available)

-- debconf information excluded


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



Bug#367618: libexpect5.43.so: cannot open shared object file: No such file or directory

2006-05-17 Thread Bernd Feige
Package: expect
Version: 5.43.0-3
Severity: grave
Justification: renders package unusable

Dear 'expect' maintainers,

expect is linked against libexpect5.43.so which must be included in the
program package (not in the development package).

Thanks and best regards,
Bernd
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.13
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages expect depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  tcl8.48.4.12-1   Tcl (the Tool Command Language) v8

expect recommends no packages.

-- no debconf information


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



Bug#365588: Configuration

2006-05-17 Thread Philipp Klaus Krause
I use Nikotel to call to POTS.

My audio setting in twinkle are:
ALSA: default: Default device
for ring tone, speaker and microphone.
play period size is 128, capture period size is 32.

the alsa-base package is version  1.0.11-1
I use the sound driver from kernel 2.6.17-rc2 (compiled into the kernel,
not a module).

from dmesg output:
ALSA device list:
  #0: Intel ICH6 with STAC9752,53 at 0xdfebfe00, irq 201
  #1: Intel ICH6 Modem at 0xee00, irq 177

Philipp


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



Bug#367596: Copyright file is incomplete/outdated

2006-05-17 Thread Adrian Bridgett
On Tue, May 16, 2006 at 20:59:55 -0500 (-0500), Enrico Zini wrote:
 We were trying to look for information about upstream, so we looked into
 the debian/copyright file.  However, the link to upstream points to an
 Incoming directory (?) and anyway does not work anymore (I get a 404
 error).

It certainly was some time ago that I packaged it up and I don't think
it ever changed since then.

 The copyright file also misses copyright assignment, i.e. it does not
 say something like Copyright (C) 1997 Foo Bar.

Darn - that sounds like something I'd do.  I wonder if there are any
names in the source files...

Thanks for the report.

Adrian


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



Bug#367044: xserver-xorg: please re-enable lbx support

2006-05-17 Thread Alexander Clouter
Hi,

David Nusinow [EMAIL PROTECTED] [20060516 21:52:29 -0400]:

 On Sat, May 13, 2006 at 03:30:24AM +0100, Alexander Clouter wrote:
  Package: xserver-xorg
  Severity: normal
  
  [snipped]
  
  Digging through Google I happened upon a patch being applied that actually
  turned off LBX support, but I could not find any reason why this had been
  done.
  
  http://lists.debian.org/debian-x/2005/12/msg00212.html
  
  Any chance of turning it back on?  
 
 Not likely. Upstream has decided that lbx is to be deprecated for the
 X11R7.1 release[0], which is currently scheduled to be released this Friday.
 The reasons are outlined in this paper:
 http://keithp.com/~keithp/talks/lbxpost/index.html
 which essentially states that lbx is a failed technology. As a result of
 both these things I don't see a need to enable lbx currently.
 
Far enough, I guess thats why all the examples about it pre-date 2003 and its 
nigh next to impossible to find out more about it.

Cheers for the link to the paper, not the most indepth thing but 
enlightening.  Now what I need is a ncurses LDAP client

/me goes hunting

You can close this 'bug'.

Cheers

Alex

  - David Nusinow
 
 [0] http://wiki.x.org/wiki/ChangesForX11R71

-- 
 _
/ You can fool some of the people all of  \
| the time, and all of the people some of |
| the time, but you can never fool your   |
\ Mom./
 -
\   ^__^
 \  (oo)\___
(__)\   )\/\
||w |
|| ||


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



Bug#165417: chance of a lifetime

2006-05-17 Thread Anastasia
Hire,
i am here sitting in the internet caffe. Found your email and
decidead to write. I might be coming to your place in 14 days, 
so I decided to email you. May be we can meet? I am 25 y.o.
girl. I have a picture if you want. No need to reply here as 
this is not my email. Write me at [EMAIL PROTECTED]




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



Bug#367619: powernowd: does not consider sys-cpu load

2006-05-17 Thread Thomas Schoepf
package: powernowd
version: 0.97-1
severity: normal

It seems that powernowd does not take into account the current system cpu
load, only user cpu load seems to be considered.

E.g. VMware has a significant amount of computing load running in system
space. Even if the cpu is 100% busy, if the user cpu load part is lower than
the threshold (by default 80%) then powernowd won't scale up the cpu
frequency.

Thanks,
Thomas

-- 
Echte DSL-Flatrate dauerhaft für 0,- Euro*!
Feel free mit GMX DSL! http://www.gmx.net/de/go/dsl


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



Bug#367472: Potential hang in nmbd

2006-05-17 Thread John Williams
On Tue, 16 May 2006 07:29:23 -0500
Christian Perrier [EMAIL PROTECTED] wrote:

 Quoting John Williams ([EMAIL PROTECTED]):
  Package: samba
  Version: 3.0.14a-3sarge1
  
  I don't know whether it's appropriate to send this to Debian or to the 
  upstream
  maintainer of Samba, so I'll do both.
 
 I first suggest that you check in the *current* code of samba whether
 this problem is still here. I have actually no time for such
 investigation but I prefer not leaving the issue unanswered.

Yes, it still happens in 3.0.22 and the current code in subversion.

The problem is happening when a rogue program sends a datagram with a bad
checksum. This wakes up the select() but the subsequent recvfrom() does not
receive it. I've identified the offending program, so I can reproduce it at will
now.

I reported it to the Samba people but didn't get a reply yet. Thanks for your
quick response.


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



Bug#327132: tomcat5: Sun java5 available in Debian

2006-05-17 Thread Alessandro Polverini
Package: tomcat5
Followup-For: Bug #327132

Hello, now that sun-java5-jdk is available in Debian (also if in non-free)
it would be very nice to have tomcat 5.5.x packaged :)


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


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



Bug#367568: Acknowledgement (editor crashes on (wrongfully?) invalid game)

2006-05-17 Thread Goswin von Brederlow
I should clarify. The editor loads and displays it fine but on save it
crashes.

MfG
Goswin


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



Bug#361888: tightvncserver: Solved, sort-of

2006-05-17 Thread Christian Pernegger
Package: tightvncserver
Followup-For: Bug #361888


I finally got the vncserver-spawned-by-GDM setup to
work (for the record: true color depth is of course
24, not 32, doh), and it does exactly what I wanted
to do with the -query feature.

Seeing as the behavior of -query is by design, closing
this bug is fine by me.

Thanks,

C.

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


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



Bug#361386: par2: Feature already present, in a way

2006-05-17 Thread Christian Pernegger
Package: par2
Version: 0.4-7
Followup-For: Bug #361386


par2 can do this already, it just doesn't look
for the .001, .002 ... files by itself.
One can, however, add additional files to be
searched after the filename of the .par2, like
so:

$ par2 r xyz.par2 xyz.0??

or just

$ par2 r xyx.par2 * (doesn't like directories)

Feel free to close this bug.

Thanks,

C.

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

Versions of packages par2 depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3

par2 recommends no packages.

-- no debconf information


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



Bug#88010: probably you

2006-05-17 Thread Jarrod
Hi there lovely,
This kind of opportunity comes ones in a life. I dona't want 
to miss it. Do you? I am coming to your place in few days 
and I though may bbe we can meet each other. If you don't mind
I can send you my picture. I am a girl.
You can correspond with me using my email [EMAIL PROTECTED]




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



Bug#367620: tramp: dropped dependency to 'emacsen' has broken work with emacs-snapshot

2006-05-17 Thread Mikhail A Gusarov
Package: tramp
Version: 1:2.0.53-1
Severity: normal


'emacsen' dependency was eventually dropped during package lifetime and it
now prevents using tramp with emacs-snapshot.

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

Versions of packages tramp depends on:
ii  emacs21   21.4a-3The GNU Emacs editor

Versions of packages tramp recommends:
ii  openssh-client1:4.2p1-8  Secure shell client, an rlogin/rsh
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode

-- no debconf information


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



Bug#366184: [Debian-haskell] libghc6-FOO-dev packages should Pre-Depends on ghc6

2006-05-17 Thread Arjan Oosting
Op di, 16-05-2006 te 22:21 +0300, schreef Antti-Juhani Kaijanaho:
 Arjan Oosting wrote:
  To solve this we either Pre-Depends on ghc6 
 
 No, that is the wrong solution.  Pre-Depends are mainly used in 
 Essential: yes packages; it is wrong in almost all other cases.
 
 This bug seems strange, though.  Since libghc6-c2hs-dev depends on ghc6, 
 the latter should be configured when libghc6-c2hs-dev is being 
 (de)configured.  I suspect that libghc6-c2hs-dev was not the only 
 package involved in the upgrade, yet the bug logs don't show the whole 
 upgrade; that we are not seeing the whole picture here.

Indeed you are right and I am wrong :)

From policy: 

Depends

This declares an absolute dependency. A package will not be
configured unless all of the packages listed in its Depends
field have been correctly configured.

The Depends field should be used if the depended-on package is
required for the depending package to provide a significant
amount of functionality.

The Depends field should also be used if the postinst, prerm or
postrm scripts require the package to be present in order to
run. Note, however, that the postrm cannot rely on any
non-essential packages to be present during the purge phase.

So indeed the Depends relationship is right and it should NOT be a
pre-depends. Sorry for the noise.

Greetings Arjan


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Bug#367615: [Pkg-xfce-devel] Bug#367615: xfce4: windows should start/stay in the workspace from which they were started

2006-05-17 Thread Yves-Alexis Perez
On Wed, 2006-05-17 at 09:09 +0200, Eric Lavarde wrote: 
 Package: xfce4
 Version: 4.2.3
 Severity: wishlist
 
 
 Hi,
 
 I recently switched from KDE to Xfce4 and one behavior disturbs me: I
 was used to start all my applications (browser, mailer, PIM, console...)
 switching inbetween from one workspace to the other, and KDE would take
 care that each window would build up in the workspace from which I
 started the application. I'd like to have this behavior also in Xfce.

This behavior is a per-application one. Using libstartup-notification,
applications should stay in the desktop where they belong, but some apps
(firefox for example) are known to cause problems.

If you try vlc, xfce4-terminal, Thunar... they react well. Upstream
reaction is that behavior should be implemented in application (to
follow freedesktop.org spec).

See: http://foo-projects.org/pipermail/xfce/2005-April/013715.html


Regards,
-- 
Yves-Alexis Perez



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



Bug#367622: apt-listbugs: 'w' option fails silently

2006-05-17 Thread Yves Jean Marie Lambert
Package: apt-listbugs
Version: 0.0.49
Severity: normal

'w' option fails silently. It does not launch sensible-browser a
nd does not display any error on terminal.
In fact, sensible-browser fails: maybe a bug? it exits silently 
with 1 status instead of 0 if there is no X access in X environment
(su instead of gksu: no X access to root) 
when attempting to launch an X application i get Xlib: connection to :0.0 
refused by server
and the error is not reported by apt-listbug and logged or /dev/nulled by 
sensible-browser)


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

Versions of packages apt-listbugs depends on:
ii  apt   0.6.44 Advanced front-end for dpkg
ii  libdpkg-ruby1.8   0.3.2  modules/classes for dpkg on ruby 1
ii  libintl-gettext-ruby1.8   0.11-5.1   Gettext wrapper for Ruby 1.8
ii  libruby1.8 [libzlib-ruby1.8]  1.8.4-2Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.8 0.6.8-1Interface of expat for the scripti
ii  ruby  1.8.2-1An interpreter of object-oriented 

apt-listbugs recommends no packages.

-- no debconf information


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



Bug#365348: kmail: IMAP-SSL fails with connection to server is broken

2006-05-17 Thread Pierre HABOUZIT
tag 365348 + unreproducible
thanks

On Sat, Apr 29, 2006 at 02:24:52PM +0200, Lennert Van Alboom wrote:
 Package: kmail
 Version: 4:3.5.2-1+b1
 Severity: important
 
 
 Checking security for and/or fetching mail from an IMAP-SSL account 
 fails with an error Connection to host X is broken.
 This *used* to be fixable by installing cyrus-sasl libraries (are they 
 still needed, and if yes, why aren't they suggested by kmail?)

  kmail recommends: kdepim-kio-plugins, kdebase-kio-plugins

  and kdebase-kio-plugins that provide imap/imaps IIRC depends upon
libsasl2 and libsasl2-modules.

  As packager we consider people either use aptitude or any other tool
that grabs recommends, or that they know what they are doing. So there
is no packaging bug here.
 
 but I have every sasl-related package I found, installed.
 
 This problem only appeared after doing a fresh install of sid with Xorg 
 7; I used my backed up ~ /.kde/, but even for a newly created user it 
 doesn't work.
 
 If this is a known issue or if I've overlooked something... please do 
 tell, checking mail in a web interface sucks donkey genitals.

  it works for me here ... I have:

  kmail, kdepim-kio-plugins, kdebase-kio-plugins and it just works.

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


signature.asc
Description: Digital signature


Bug#367621: SAMBA Segfault in Samba

2006-05-17 Thread richard wood








Package: samba

Version: 3.0.22-1



Quote segfault email --

The Samba 'panic action' script,
/usr/share/samba/panic-action,

was called for pid 23147
(/usr/sbin/nmbd).



Below is a backtrace for this
process generated with gdb, which shows

the state of the program at the time
the error occurred. 



If the problem persists, you are
encouraged to first install the 

samba-dbg package which contains the
debugging symbols for samba 

binaries. Then submit the provided
information as a bug report to Debian.

For information about the procedure
for submitting bug reports , please see

http://www.debian.org/Bugs/Reporting or the
reportbug(1) manpage.



Using host libthread_db library
/lib/libthread_db.so.1.

[Thread debugging using libthread_db
enabled]

[New Thread 16384 (LWP 23147)]

0x40218b38 in waitpid () from
/lib/libc.so.6

#0 0x40218b38 in waitpid () from
/lib/libc.so.6

#1 0x402a8ff4 in ?? () from
/lib/libc.so.6

#2 0x401c1669 in strtold_l () from
/lib/libc.so.6

#3 0x080d7cb7 in smb_panic2 (

 why=0xfe00 Address
0xfe00 out of bounds, decrement_pid_count=1)

 at lib/util.c:1545

#4 0x080d7dea in smb_panic
(why=0xfe00 Address 0xfe00 out of bounds)

 at lib/util.c:1506

#5 0x080c31e4 in sig_fault
(sig=-512) at lib/fault.c:42

#6 0x40334d26 in
__pthread_sighandler () from /lib/libpthread.so.0

#7 0x401b44c8 in killpg () from
/lib/libc.so.6

#8 0x08076f64 in write_browse_list
(t=0, force_write=1)

 at nmbd/nmbd_serverlistdb.c:350

#9 0x0806267f in
msg_reload_nmbd_services (msg_type=3001, src="" = 0}, 

 buf=0xbcfc, len=0) at
nmbd/nmbd.c:314

#10 0x08062ef7 in main (argc=-512,
argv=0xbd54) at nmbd/nmbd.c:597

- end quote -





Notes :



Packages installed:-



mail-server:~# dpkg --list samba*

Desired=Unknown/Install/Remove/Purge/Hold

|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed

|/ Err?=(none)/Hold/Reinst-required/X=both-problems
(Status,Err: uppercase=bad)

||/ Name Version Description

+++-=-

ii samba 3.0.22-1 a
LanManager-like file and printer server for Unix

un samba-client none (no
description available)

ii samba-common 3.0.22-1 Samba common
files used by both the server and the client

ii samba-dbg 3.0.22-1 Samba
debugging symbols

ii samba-doc 3.0.22-1 Samba
documentation

pn samba-doc-ja none (no
description available)

un samba-doc-pdf none (no
description available)

un samba-tng-common none (no
description available)



mail-server:~# dpkg --list smb*

Desired=Unknown/Install/Remove/Purge/Hold

|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed

|/ Err?=(none)/Hold/Reinst-required/X=both-problems
(Status,Err: uppercase=bad)

||/ Name Version Description

+++-=-=-=

pn smb-nat none (no
description available)

pn smb2www none (no
description available)

pn smb4k none (no
description available)

pn smbc none (no
description available)

ii smbclient 3.0.22-1 a
LanManager-like simple client for Unix

ii smbfs 3.0.22-1 mount and
umount commands for the smbfs (for kernels = th

un smbfsx none (no
description available)

pn smbget none (no
description available)

pn smbldap-tools none (no
description available)





Other things of note:-



What was happening at the time of the segfault is unknown.

I do have a backup script which uses smbmount to mount a
Windows XP share, backs up the mail folders and then unmounts the share.



This little script seems to leave multiple mount entries all
from the Windows box  share to the same mount point.



I have tried to duplicate this unsuccessfully but Ive
only tried very briefly.



If log.nmbd is required please ask, I havent
restarted samba since this crash.







Richard Wood










Bug#367476: make-fai-nfsroot doesn't create a proper dev/ directory

2006-05-17 Thread Holger Schurig
 Yep, I know it.

 Add udev to make-fai-nfsroot.conf. In sid udev is creating the
 devices in /dev. Currently it seems that FAI has a minor bug, because
 we use /etc/init.d/udev start to start the udev daemon, but since
 start-stop-daemon is faked by fai it will not start at all.

I'm not sure if that's solution. udev is Kernel 2.6 only, and I need to 
have kernel 2.4 because of some ancient SCO software that I run, which 
run's under iBCS, which is kernel 2.4 only.


So adding udev to the packages would populate the /dev of the FAI CD, 
but would it populate the /dev of the target?

My trick to use copy a bigger devices.tar.gz to my fai-server helped 
me making the FAI CD work. But to get the devices into the kernel 2.4 
target, I added the devices.tar.gz also to /usr/local/share/fai/files 
and added this scripts/10-devices:

---
#!/bin/sh

set -x
cd $target
tar xzf /fai/files/devices.tar.gz
test -e $target/dev/hda || \
  $ROOTCMD sh -c cd /dev; ./MAKEDEV generic-i386
exit 0
---

I also have a 10-install-packages, which, besides other things, install 
the kernel-image-2.6.27-2-686. The populated /tmp/target/dev device 
must exist at this time, because the postinst script of this .deb calls 
mkinitrd, which wants to have a /dev/hda.

All of this hackery make me wonder if the add udev would help me to 
get /dev populated both in the FAI CD and in the target.


However, *IF* adding udev is the solution to the problem, then this bug 
is still valid, the fai-server shipped make-fai-nfsroot.conf file 
should should then mention udev :-)


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



Bug#321102: data-loss still possible with kmail 3.5.2

2006-05-17 Thread Pierre Habouzit
Le Mer 17 Mai 2006 05:30, Adam Porter a écrit :
 On Tuesday 16 May 2006 11:03, Christopher Martin wrote:
  Perhaps a better solution would be disable dimap support in the
  3.5.3 upload, and make sure that the fixed package makes Etch
  (which is looming). Daniel, what do you feel about this? Given that
  upstream appears to be unable to replicate and fix the problem, I
  think this might be the safest, and least bothersome (to all other
  KMail users) way of dealing with this issue.

 Personally, I'd be disappointed if this was done.  I know the bug is
 present, but I rely on KMail's dimap support for my mail.  I switched
 from Thunderbird because of Thunderbird's lousy, buggy dimap support.
  KMail's is superb, other than this bug (which hasn't hit me yet).

this is not acceptable for our users. I'm in favor of disabling dimap 
until that bug really disappears as well.

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


pgpxSSaoS0fm9.pgp
Description: PGP signature


Bug#367624: apt-listchanges: [intl:fr] French manpage : PAGER used in place of BROWSER

2006-05-17 Thread Philippe Queinnec
Package: apt-listchanges
Version: 2.59-0.2
Severity: minor
Tags: l10n

Frontend 'browser' description says that la variable d'environnement PAGER
is used, whereas it should be *BROWSER* (the english manpage is
correct).

Phil


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



Bug#363277: NMU of gnuserv

2006-05-17 Thread Julien Danjou
Hi Benjamin,

I have just uploaded a NMU of gnuserv fixing this bug.
Patch is attached.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
diff -u gnuserv-3.12.7/debian/changelog gnuserv-3.12.7/debian/changelog
--- gnuserv-3.12.7/debian/changelog
+++ gnuserv-3.12.7/debian/changelog
@@ -1,3 +1,11 @@
+gnuserv (3.12.7-2.1) unstable; urgency=low
+
+  * NMU
+  * Remove declaration of strerror from sysfile.h, fixing FTBFS
+(Closes: #363277)
+
+ -- Julien Danjou [EMAIL PROTECTED]  Wed, 17 May 2006 11:24:02 +0200
+
 gnuserv (3.12.7-2) unstable; urgency=low
 
   * Use debian-pkg-add-load-path-item to add a path to emacs load path
only in patch2:
unchanged:
--- gnuserv-3.12.7.orig/sysfile.h
+++ gnuserv-3.12.7/sysfile.h
@@ -387,14 +387,6 @@
 int dup2 (int oldd, int newd);
 #endif
 
-#ifndef HAVE_STRERROR
-/* X11R6 defines strerror as a macro */
-# ifdef strerror
-# undef strerror
-# endif
-const char *strerror (int);
-#endif
-
 
 
 /* 


signature.asc
Description: Digital signature


Bug#356564: more

2006-05-17 Thread Martin Michlmayr
found 356564 1:0.8-0+pre20060514.1-1
thanks

Either the new upstream release introduced more of these or I missed
them before.

(Sangria)


--- adb/record.h~   2006-05-17 09:15:10.0 +
+++ adb/record.h2006-05-17 09:15:16.0 +
@@ -35,7 +35,7 @@
 
  public:
   record(void *key, int keyLen, void *value, int valueLen);
-  record::record(record *rec);
+  record(record *rec);
   ~record();
   void dealloc();
   void *getKey(bSize_t *len);
--- adb/nodeBuf.h~  2006-05-17 09:15:33.0 +
+++ adb/nodeBuf.h   2006-05-17 09:15:37.0 +
@@ -87,7 +87,7 @@
   
   int idToOffset(nodeID_t id);
   nodeID_t blockToID(blockID_t b);
-  blockID_t nodeBuf::IDToBlock(nodeID_t n);
+  blockID_t IDToBlock(nodeID_t n);
  
   void verifySpace(bSize_t nsize);
   void initNode(void* buf, char, blockID_t, nodeID_t, bSize_t);
--- adb/indexNode.h~2006-05-17 09:15:57.0 +
+++ adb/indexNode.h 2006-05-17 09:16:02.0 +
@@ -71,7 +71,7 @@
   
  public:
   indexNode(nodeStorage *buf, btree* tree, int size);
-  indexNode::~indexNode();
+  ~indexNode();
   
   void insert(record *item, int policy, callbackvoid, int::ref cb);
   void remove(void *key, bSize_t len);

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


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



Bug#367625: GTK fonts changed after tsclient was started

2006-05-17 Thread CAiRO
Package: tsclient
Version: 0.132-7
Severity: normal

After I've started tsclient for the first time, all my gtk fonts changed and 
they are now very fuzzy and very hard to read.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.16tooar3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages tsclient depends on:
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-2   The Bonobo UI library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgnome2-0   2.14.1-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.14.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.1-2   GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.17-2   The GTK+ graphical user interface 
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  liborbit2 1:2.14.0-1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-02.14.1-1   library for GNOME 2 panel applets
ii  libpango1.0-0 1.12.1-3   Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libxml2   2.6.24.dfsg-1  GNOME XML library
ii  rdesktop  1.4.0-2RDP client for Windows NT/2000 Ter
ii  xlibs 6.9.0.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-11 compression library - runtime

-- no debconf information


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



Bug#367623: sun-java5-bin: Prompting for licence acceptance a bit confusing

2006-05-17 Thread Thijs Kinkhorst
Package: sun-java5-bin
Version: 1.5.0-06-1
Severity: minor

Hello,

Thanks for packaging sun-java, which is a great asset to Debian!

When installing the package, one gets presented with a large licence on
a screen that provides no other information than the licence and a
button EXIT (am I aborting something here?). Only after pressing EXIT,
one is asked a question about the licence and it gets clear why it was
presented in the first place.

It might be better to do either of these things:
1) Include before the licence text a note saying that the user will
   be required to accept this licence in the next screen; or
2) Combine the licence and question into one screen, i.e.: present
   the question about the licence with the text below, and a Yes/No
   choice. That reduces the number of required screens.

In any case I'd change the EXIT button on the licence screen to a more
neutral one, like OK, which doesn't suggest that pressing it will abort
something.


thanks again for the hard work!

Thijs

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

-- no debconf information


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



Bug#367463: ifconfig drops every virtual interface of the same sub-net instead of just the one you want

2006-05-17 Thread Radek Vokál
On Tue, 2006-05-16 at 23:35 +0200, Bernd Eckenfels wrote:
 merge 64458 367463
 thanks
 
 On Tue, May 16, 2006 at 08:15:40AM +0200, Radek Vokál wrote:
  Package: net-tools
  Version: 1.60-17
  
  ifconfig eth0:5 40.40.1.11 up
  ifconfig eth0:6 40.40.1.12 up
  ifconfig eth0:2 40.40.1.10 up
  
  And then bringing down eth0:5, removes all the other aliases with :
  ifconfig eth0:5 down
  
  Expected result: Other virtual interfaces should stay awake and work
 
 This is by design, and it is not ifconfig behaviour, but it is done by the
 kernel. It is dropping all aliases, if you delete the primamry address.

I'm not deleting the primary address but just one virtual iface. I
understand that removing eth0 removes all virtual ifaces as well, but
removing just one virtual interface should keep others up. 


 
 You cant see that with ifconfig and have to use ip tool.
 
 See #64458: ifconfig downs and ups aliases too! 
 
 Gruss
 Bernd
-- 
Radek Vokál [EMAIL PROTECTED]




Bug#367626: sun-java5-plugin doesn't contain a plugin (or anything else)

2006-05-17 Thread Tom Parker
Package: sun-java5-plugin
Version: 1.5.0-06-1
Severity: grave
Justification: renders package unusable

sun-java5-plugin does not contain a plugin, and in fact only contains folders 
and symlinks as opposed to any useful content.

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

Versions of packages sun-java5-plugin depends on:
ii  firefox   1.5.dfsg+1.5.0.3-2 lightweight web browser based on M
ii  libasound21.0.11-3   ALSA library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxi61:1.0.0-5  X11 Input extension library
ii  libxp61:1.0.0-1  X Printing Extension (Xprint) clie
ii  libxt61:1.0.0-4  X11 toolkit intrinsics library
ii  libxtst6  1:1.0.1-3  X11 Testing -- Resource extension 
ii  sun-java5-bin 1.5.0-06-1 Sun Java(TM) Runtime Environment (

sun-java5-plugin recommends no packages.

-- no debconf information


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



Bug#367627: r-cran-vr: Files are missing

2006-05-17 Thread Manuel Metz
Package: r-cran-vr
Version: 7.2.27.1-1
Severity: important


Basically *all* library files are missing !!!

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

Versions of packages r-cran-vr depends on:
ii  r-base-core   2.3.0-1GNU R core of statistical computin
ii  r-cran-lattice0.13-8-1   GNU R package for 'Trellis' graphi
ii  r-cran-nlme   3.1.72-1   GNU R package for (non-)linear mix
ii  r-cran-survival   2.24-2 GNU R package for survival analysi

r-cran-vr recommends no packages.

-- no debconf information


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



Bug#358290: qbankmanager FTBFS with G++ 4.1

2006-05-17 Thread Thomas Viehmann
tag 358290 + pending fixed-upstream
thanks

Hi,

Martin Michlmayr wrote:
 Your package fails to build with G++ 4.1.  I'm filing this bug as
 important for now, but when 4.1 will be the default compiler in
 unstable (probably in a few weeks) I'll upgrade this to serious.
I do believe the upstream release sitting here waiting for libaqbanking
to leave NEW fixes this bug.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/


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



Bug#367568: editor crashes on (wrongfully?) invalid game

2006-05-17 Thread Bas Wijnen
Hi,

Thanks for reporting this.  The game wasn't actually attached though (there
was only a 0kB application/x-empty attachment).

Thanks,
Bas

On Tue, May 16, 2006 at 11:34:54PM +0200, Goswin Brederlow wrote:
 attached is a game that I believe should be valid but the editor
 crashes on it. Looks like a limit with the line length.

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://129.125.47.90/e-mail.html


signature.asc
Description: Digital signature


Bug#276962: harbour

2006-05-17 Thread Luis Mayoral

El 17/05/2006, a las 1:37, Clint Adams escribió:


From http://www.harbour-project.org/

Harbour News

2005-06-27

* Release of Alpha build 45


Any NMU will be welcome. I've tried some time ago to build with
the 0.44 debian/* without problems. But since then, I didn't have
time for Debian (a lot of work, and even i currently don't have a
x86 (mi actual iMac only have a very preliminary support in kernel
2.6.16).


Bug#367631: ITP: thunar-media-tags-plugin -- Media tags plugin for the Thunar file manager.

2006-05-17 Thread Yves-Alexis Perez
Package: wnpp
Severity: wishlist
Owner: Debian Xfce Maintainers [EMAIL PROTECTED]


* Package name: thunar-media-tags-plugin
  Version : 0.1.0
  Upstream Author : Jannis Pohlmann [EMAIL PROTECTED]
* URL : 
http://thunar.xfce.org/pwiki/projects/thunar-media-tags-plugin
* License : GPLv2 or later
  Programming Lang: C
  Description : Media tags plugin for the Thunar file manager.

This plugin allows tags editing and tags-based file renaming from inside the 
Thunar file manager.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#367630: nagios-plugins: check_nagios is missing

2006-05-17 Thread Benoit Panizzon
Package: nagios-plugins
Version: 1.4.2-4bpo1
Severity: grave
Justification: renders package unusable


After Upgrading to 1.4 from backports I noticed the check_nagios plugin
is missing so nagios cannot figure out if it is running. No controlling
can be perfomed from the web-gui anymore.

-Benoit-

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-386
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1)

Versions of packages nagios-plugins depends on:
ii  nagios-plugins-basic 1.4.2-4bpo1 Plugins for the nagios network mon
ii  nagios-plugins-standard  1.4.2-4bpo1 Plugins for the nagios network mon

-- no debconf information


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



Bug#367628: ITP: thunar-archive-plugin -- Archive plugin for the Thunar file manager.

2006-05-17 Thread Yves-Alexis Perez
Package: wnpp
Severity: wishlist
Owner: Debian Xfce Maintainers [EMAIL PROTECTED]


* Package name: thunar-archive-plugin
  Version : 0.1.2
  Upstream Author : Benedikt Meurer [EMAIL PROTECTED]
* URL : 
http://foo-projects.org/~benny/projects/thunar-archive-plugin/
* License : GPLv2 or later
  Programming Lang: C
  Description : Archive plugin for the Thunar file manager.

This plugin allows to extract and create archive from inside the Thunar file
manager. At the moment it uses file-roller but will use xarchiver in the
future.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#367629: snmpd 5.2.2-3 segmentation fault

2006-05-17 Thread teh
Package: snmpd
Version: 5.2.2-3

snmpd process dies unextectedly after 1 to 5 or 6 minutes work after
/etc/init.d/snmpd start.
The command line that it runs is: /usr/sbin/snmpd -Lsd -Lf /dev/null -u
snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1.
If I put -f and strace it like that: strace /usr/sbin/snmpd -f -Lsd -Lf
/dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1, it again
works for a few minutes then:

snip
gettimeofday({1147859637, 217031}, NULL) = 0
gettimeofday({1147859637, 217217}, NULL) = 0
gettimeofday({1147859637, 217375}, NULL) = 0
gettimeofday({1147859637, 217494}, NULL) = 0
gettimeofday({1147859637, 217601}, NULL) = 0
gettimeofday({1147859637, 217707}, NULL) = 0
gettimeofday({1147859637, 217811}, NULL) = 0
gettimeofday({1147859637, 217915}, NULL) = 0
gettimeofday({1147859637, 218019}, NULL) = 0
gettimeofday({1147859637, 218229}, NULL) = 0
gettimeofday({1147859637, 218388}, NULL) = 0
gettimeofday({1147859637, 218524}, NULL) = 0
gettimeofday({1147859637, 21}, NULL) = 0
gettimeofday({1147859637, 218998}, NULL) = 0
gettimeofday({1147859637, 219101}, NULL) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 23938 detached

The only change i've made to the default snmpd.conf is renamed paranoid to
readonly in com2sec paranoid  default public.

The system has hundreds of ppp intefaces, but snmpd 5.3.0.1 compiled from
source doesn't segfault.

I'm using Debian testing (updated daily):
kernel: linux-image-2.6.15-1-686 (2.6.15-8)
libc6 version: 2.3.6-7




Bug#367633: [Patch] Fix build Error math-tests

2006-05-17 Thread Kazuhiro Inaoka

Package:glibc
Version:2.3.6-7
Serverity:wishlist
Tags:patch

Could you please apply the following patch?
This patch is to fix build Error in math-tests.

Regards,

Kazuhiro Inaoka
2006-05-17  Kazuhiro Inaoka  [EMAIL PROTECTED]

* math/bug-nextafter.c (main): Add check FE_OVERFLOW.
* math/bug-nexttoward.c (main): Ditto.
* math/libm-test.inc (rint_test_tonearest): Add check FE_TONEAREST.
(rint_test_towardzero): Add check FE_TOWARDZERO
(rint_test_downward): Add check FE_DOWNWARD
(rint_test_upward): Add check FE_UPWARD

Index: math/bug-nextafter.c
===
RCS file: /cvs/glibc/libc/math/bug-nextafter.c,v
retrieving revision 1.3
diff -u -p -r1.3 bug-nextafter.c
--- math/bug-nextafter.c9 Dec 2003 18:10:47 -   1.3
+++ math/bug-nextafter.c17 May 2006 09:58:40 -
@@ -9,6 +9,7 @@ main (void)
 {
   int result = 0;
 
+#ifdef FE_OVERFLOW
   float i = INFINITY;
   float m = FLT_MAX;
   feclearexcept (FE_ALL_EXCEPT);
@@ -58,6 +59,7 @@ main (void)
   puts (nextafter- did not overflow);
   ++result;
 }
+#endif
 
   return result;
 }
Index: math/bug-nexttoward.c
===
RCS file: /cvs/glibc/libc/math/bug-nexttoward.c,v
retrieving revision 1.1
diff -u -p -r1.1 bug-nexttoward.c
--- math/bug-nexttoward.c   7 Dec 2003 21:13:09 -   1.1
+++ math/bug-nexttoward.c   17 May 2006 09:58:40 -
@@ -9,6 +9,7 @@ main (void)
 {
   int result = 0;
 
+#ifdef FE_OVERFLOW
   long double tl = (long double) FLT_MAX + 0x1.0p128L;
   float fi = INFINITY;
   float m = FLT_MAX;
@@ -60,6 +61,7 @@ main (void)
   puts (nexttoward- did not overflow);
   ++result;
 }
+#endif
 
   return result;
 }
Index: math/libm-test.inc
===
RCS file: /cvs/glibc/libc/math/libm-test.inc,v
retrieving revision 1.64.2.1
diff -u -p -r1.64.2.1 libm-test.inc
--- math/libm-test.inc  16 Feb 2005 10:07:17 -  1.64.2.1
+++ math/libm-test.inc  17 May 2006 09:58:41 -
@@ -3800,6 +3800,7 @@ rint_test_tonearest (void)
   int save_round_mode;
   START (rint_tonearest);
 
+#ifdef FE_TONEAREST
   save_round_mode = fegetround();
 
   if (!fesetround (FE_TONEAREST))
@@ -3817,6 +3818,7 @@ rint_test_tonearest (void)
   }
 
   fesetround(save_round_mode);
+#endif
 
   END (rint_tonearest);
 }
@@ -3827,6 +3829,7 @@ rint_test_towardzero (void)
   int save_round_mode;
   START (rint_towardzero);
 
+#ifdef FE_TOWARDZERO
   save_round_mode = fegetround();
 
   if (!fesetround (FE_TOWARDZERO))
@@ -3844,6 +3847,7 @@ rint_test_towardzero (void)
   }
 
   fesetround(save_round_mode);
+#endif
 
   END (rint_towardzero);
 }
@@ -3854,6 +3858,7 @@ rint_test_downward (void)
   int save_round_mode;
   START (rint_downward);
 
+#ifdef FE_DOWNWARD
   save_round_mode = fegetround();
 
   if (!fesetround (FE_DOWNWARD))
@@ -3871,6 +3876,7 @@ rint_test_downward (void)
   }
 
   fesetround(save_round_mode);
+#endif
 
   END (rint_downward);
 }
@@ -3881,6 +3887,7 @@ rint_test_upward (void)
   int save_round_mode;
   START (rint_upward);
 
+#ifdef FE_UPWARD
   save_round_mode = fegetround();
 
   if (!fesetround (FE_UPWARD))
@@ -3898,6 +3905,7 @@ rint_test_upward (void)
   }
 
   fesetround(save_round_mode);
+#endif
 
   END (rint_upward);
 }


Bug#367632: libapt-pkg-dev: Please Suggests: or even Recommends: libapt-pkg-doc

2006-05-17 Thread era eriksson
Package: libapt-pkg-dev
Version: 0.6.38
Severity: minor

Finding out what packages to install when the starting point is looks
like I need libapt-pkg but what is it and where is it is overtly
cumbersome. There is no package named just libapt-pkg and the obvious
hit in Google is this package; thus, it would be not only nice but
important that it suggests how to get the missing pieces.

I have looked at the oldstable, stable, and unstable package pages and
they all (predictably) have basically the same dependencies.

Thanks in advance for considering this,

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



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



Bug#353825: nagios dies with Segmentation Fault when doing reload (SIGHUP)

2006-05-17 Thread Marc Haber
package nagios2
tags #353825 - moreinfo
tags #353825 unreproducible
user [EMAIL PROTECTED]
usertags #353825 - close-20060630
thanks

On Wed, May 17, 2006 at 12:27:19PM +0200, Niklas Jakobsson wrote:
 No change with nagios2 2.3-1, still dies with SIGSEGV if you send SIGHUP
 to it.

Bad news :-(

Can you try running nagios with only parts of your configuration, thus
finding out whether your segfault is depending on parts of your
configuration?

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#367636: gnugk: random problem at boot time because of initscripts numbering

2006-05-17 Thread Jerome . ALET
Package: gnugk
Version: 2:2.2.3-2-2
Severity: important

By default, the numbering for startup and shutdown scripts for gnugk and
postgresql is the same, so the alphabetical order makes gnugk start
before postgresql.

If you use a PostgreSQL database from gnugk, you're stuck with gnugk
which fails to start, since the database is not ready yet.

If you start gnugk manually, once postgresql is ready, it's OK.

Similarly, when shutting down, gnugk should be stopped before PostgreSQL
and not after.

I've seen this problem on these two software, but it probably
exists with several other interdependant software.

For example we know that gnugk can depend on postgresql being ready,
but we know for sure that postgresql will never care to see if
gnugk has to be ready before being able to start with no problem.

More generally, database servers (Bind, MySQL, Slapd, PostgreSQL,
etc...) should be started **before** any other service which can depend
on them (e.g. Apache), and stopped **after** all services which
can depend on them have been stopped.

Or did I do something wrong ?

Thx.

Jerome Alet

System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968) (ignored: LC_ALL set to [EMAIL PROTECTED])

Versions of packages gnugk depends on:
ii  adduser   3.85   Add and remove users and groups
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libldap2  2.1.30-13  OpenLDAP libraries
ii  libmysqlclient14  4.1.15-1   mysql database client library
ii  libopenh323-1.15.61.15.6-3   H.323 aka VoIP library
ii  libpq48.1.0-3PostgreSQL C client library
ii  libpt-1.8.7   1.8.7-2Portable Windows Library
ii  libsasl2  2.1.19-1.9 Authentication abstraction library
ii  libsdl1.2debian   1.2.9-4Simple DirectMedia Layer
ii  libssl0.9.8   0.9.8a-7   SSL shared libraries
ii  libstdc++64.0.3-1The GNU Standard C++ Library v3
ii  zlib1g1:1.2.3-11 compression library - runtime

gnugk recommends no packages.

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = [EMAIL PROTECTED],
LANG = [EMAIL PROTECTED]
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory


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



Bug#367638: xmlproc parser bogus in some cases with patch available

2006-05-17 Thread Dominique Hazael-Massieux
Package: python2.3-xml
Version: 0.8.4-3

In some conditions and when parsing a utf-8 file, the xmlproc parser
provided by this package reports non-well-formedness errors when it
shouldn't; this comes from a bug reported upstream more than 2 years ago
and with a patch already proposed to the upstream maintainers:
http://sourceforge.net/tracker/index.php?func=detailaid=802617group_id=6473atid=106473

I suggest applying the patch proposed in the comments (since it did fix
the well-formedness parsing error) in the debian package, until someone
applies it upstream.

Thanks,

Dom



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



Bug#367635: mistakes PGP/MIME messages as empty

2006-05-17 Thread Marco d'Itri
Package: spamassassin
Version: 3.1.1-1
Severity: normal

I can provide the full message if requested.
(I also wonder where a 0.9945 score came from, BTW.)

...
X-Spam-Report: 
*  0.1 FORGED_RCVD_HELO Received: contains a forged HELO
*  4.0 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
*  [score: 0.9945]
*  2.3 EMPTY_MESSAGE Message appears to be empty with no Subject: text
...
Subject: hosting ils
...
Content-Type: multipart/encrypted; protocol=application/pgp-encrypted; 
boundary==-v/JzZAF5QX4G0R7z5L48
X-Mailer: Evolution 2.6.1 


--=-v/JzZAF5QX4G0R7z5L48
Content-Type: application/pgp-encrypted
Content-Transfer-Encoding: 7bit

Version: 1

--=-v/JzZAF5QX4G0R7z5L48
Content-Type: application/octet-stream; name=encrypted.asc
Content-Description: This is a digitally encrypted message part
Content-Transfer-Encoding: 7bit

-BEGIN PGP MESSAGE-
Version: GnuPG v1.4.3 (GNU/Linux)

hQEOA1Xyj34CmpZCEAQAht+RMsN7OvGxIzBDSgKMXCk/7so9WM49m9zq+d25/I7A
...
=c7bT
-END PGP MESSAGE-

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#367341: [Fwd: Re: Bug#367341: monit failed to restart after upgrade]

2006-05-17 Thread Stefan Alfredsson
(forwarding for reference. In summary - monit needs to be compiled on
amd64 for the patch to be effective. It fails when started from
initscripts but works with manual start -- I'll await 4.8.1 before doing
further investigations)

//Stefan

 Original Message 
Subject: Re: Bug#367341: monit failed to restart after upgrade
From:ngb [EMAIL PROTECTED]
Date:Wed, May 17, 2006 10:12
To:  Stefan Alfredsson [EMAIL PROTECTED]
--

Stefan,
thanks for that. I have build the source without any trouble (although it
did ask me to install byacc and cdbs which monit didn't need before).
However when installing it I got the following:

ruby:/home/ngb/monit# dpkg -i monit_4.8-2_amd64.deb
(Reading database ... 163511 files and directories currently installed.)
Preparing to replace monit 1:4.7-1 (using monit_4.8-2_amd64.deb) ...
Stopping daemon monitor: monit.
Unpacking replacement monit ...
Setting up monit (4.8-2) ...
Starting daemon monitor: monitinvoke-rc.d: initscript monit, action
start failed.
dpkg: error processing monit (--install):
  subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
  monit

However running monit -d 240 from the command line started it with no
problems.

ruby:/home/ngb/monit# monit -d 240
Starting monit daemon with http interface at [*:2812]

and I can log onto the web page and see that everything is working.

thanks again for your help.

cheers,
Neil







Bug#367639: vim-gnome: file selectors' buttons are swapped

2006-05-17 Thread Hervé Cauwelier
Package: vim-gnome
Severity: normal

Both open and save dialogs have Open/Save and Cancel buttons in this
order, in the right-bottom corner.

I've checked gedit, evolution, gimp, etc. and they all have Cancel and
then Open/Save on the right edge. I wondered why I felt disorientated!


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


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



Bug#352244: runner undocumented

2006-05-17 Thread Kai Henningsen
Package: smartmontools
Version: 5.36-6
Followup-For: Bug #352244

Script wurde gestartet: Mi 17 Mai 2006 12:20:13 CEST
# find $( cat /var/lib/dpkg/info/smartmontools.list ) -maxdepth 0 -type f | 
xargs zgrep -i runner
/etc/smartd.conf:DEVICESCAN -a -o on -S on -m root -T permissive -M exec 
/usr/share/smartmontools/smartd-runner
/usr/share/doc/smartmontools/changelog.Debian.gz:  * Document what 
smartd-runner really does (Closes: #352244)
/usr/share/doc/smartmontools/changelog.Debian.gz:  * smartd.conf: add 
smartd-runner to the default DEVICESCAN directive
/usr/share/doc/smartmontools/changelog.Debian.gz:  * README.Debian: mention 
smartd-runner
/usr/share/doc/smartmontools/changelog.Debian.gz:  * added smartd-runner which 
runs scripts in /etc/smartmontools/run.d
# 

Script beendet: Mi 17 Mai 2006 12:21:19 CEST

Well, README.Debian does certainly *not* mention the runner, so the last
changelog line is the *only* documentation we have. Surely the recent
changelog entry can't mean *that*?

-- Package-specific info:
Ouput of /usr/share/bug/smartmontools:
# CONFIG_IDE_TASK_IOCTL is not set
# CONFIG_IDE_TASKFILE_IO is not set

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (985, 'testing'), (501, 'proposed-updates'), (501, 'stable'), 
(500, 'testing-proposed-updates'), (500, 'proposed-updates'), (500, 
'oldstable'), (500, 'old-proposed-updates'), (500, 'unstable'), (500, 
'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8+lisbeth.20050206
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages smartmontools depends on:
ii  debianutils   2.16   Miscellaneous utilities specific t
ii  libc6 2.3.6-7GNU C Library: Shared libraries

Versions of packages smartmontools recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- no debconf information


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



Bug#353825: nagios dies with Segmentation Fault when doing reload (SIGHUP)

2006-05-17 Thread Niklas Jakobsson
On fre, 2006-05-12 at 16:46 +0200, Marc Haber wrote:
 package nagios2
 tags #353825 moreinfo
 user [EMAIL PROTECTED]
 usertags #353825 close-20060630
 thanks
 
 On Tue, Feb 21, 2006 at 09:23:40AM +0100, Niklas Jakobsson wrote:
  Running '/etc/init.d/nagios2 reload' makes nagios2 daemon die with
  segmentation fault.
 
 Can you reproduce this with Nagios 2.3, which will be in the archive
 over the weekend? Please report back with your findings.
 
 This bug will be closed after 2006-06-30 if the bug cannot be
 reproduced with nagios 2.3.
 
 Greetings
 Marc

No change with nagios2 2.3-1, still dies with SIGSEGV if you send SIGHUP
to it.
 
 /Nico




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



Bug#367634: installation-report: LSISAS1064 controller not discovered

2006-05-17 Thread Bjoern Boschman

Package: installation-reports

Boot method: CD
Image version: debian-testing-amd64-businesscard.iso daily from 20060517
Date: Wed May 17 13:19:29 CEST 2006

Machine: Sun Fire X4200
Processor: Dual Opteron 275
Memory: 4GB
Partitions: none

Output of lspci and lspci -n:

debian-2:~# lspci
:00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge 
(rev 13)
:00:01.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01)
:00:02.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge 
(rev 13)
:00:02.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01)
:00:06.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)
:00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05)
:00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)
:00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)
:00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05)
:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:19.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:19.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:19.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:00:19.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
:01:01.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet 
Controller (Copper) (rev 03)
:01:01.1 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet 
Controller (Copper) (rev 03)
:01:02.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet 
Controller (Copper) (rev 03)
:01:02.1 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet 
Controller (Copper) (rev 03)
:02:03.0 SCSI storage controller: LSI Logic / Symbios Logic: Unknown device 
0050 (rev 02)
:03:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)
:03:00.1 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)
:03:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
:04:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge 
(rev 13)
:04:01.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01)
:04:02.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge 
(rev 13)
:04:02.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01)

debian-2:~# lspci -n
:00:01.0 0604: 1022:7450 (rev 13)
:00:01.1 0800: 1022:7451 (rev 01)
:00:02.0 0604: 1022:7450 (rev 13)
:00:02.1 0800: 1022:7451 (rev 01)
:00:06.0 0604: 1022:7460 (rev 07)
:00:07.0 0601: 1022:7468 (rev 05)
:00:07.1 0101: 1022:7469 (rev 03)
:00:07.2 0c05: 1022:746a (rev 02)
:00:07.3 0680: 1022:746b (rev 05)
:00:18.0 0600: 1022:1100
:00:18.1 0600: 1022:1101
:00:18.2 0600: 1022:1102
:00:18.3 0600: 1022:1103
:00:19.0 0600: 1022:1100
:00:19.1 0600: 1022:1101
:00:19.2 0600: 1022:1102
:00:19.3 0600: 1022:1103
:01:01.0 0200: 8086:1010 (rev 03)
:01:01.1 0200: 8086:1010 (rev 03)
:01:02.0 0200: 8086:1010 (rev 03)
:01:02.1 0200: 8086:1010 (rev 03)
:02:03.0 0100: 1000:0050 (rev 02)
:03:00.0 0c03: 1022:7464 (rev 0b)
:03:00.1 0c03: 1022:7464 (rev 0b)
:03:03.0 0300: 1002:4752 (rev 27)
:04:01.0 0604: 1022:7450 (rev 13)
:04:01.1 0800: 1022:7451 (rev 01)
:04:02.0 0604: 1022:7450 (rev 13)
:04:02.1 0800: 1022:7451 (rev 01)



Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [E]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]

Comments/Problems:

Hi,

I've tried to install that server with different mediums (inofficial amd64 
sarge d-i, sarge i386 d-i, etch beta2 amd64, etch daily amd64) but none of them 
seems to support the SAS controller card
Finally I was able to install the machine with hints from [0] and [1]
I do not know for sure if the LSI drivers [3] are already part of official 
kernel. I'll try to figure that out by now.
If more details are required feel free to contact me.

[0] http://www.inserve.se/edu/debian/
[1] http://ioctl.org/unix/debian/x4100
[3] http://www.lsilogic.com/products/sas_ics/lsisas1064.html



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



Bug#367640: anjuta - FTBFS: configure: error: Package requirements (gdl-1.0 = 0.6.1) were not met

2006-05-17 Thread Bastian Blank
Package: anjuta
Version: 2.0.2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of anjuta_2.0.2-1 on debian-31 by sbuild/s390 85
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.2.0), cdbs, libpcre3-dev, 
 libgnomeprintui2.2-dev, libgnomeprint2.2-dev, libvte-dev, libzvt2.0-dev, 
 libglade2-dev, libgnomeui-dev, scrollkeeper, automake, libxml-parser-perl, 
 libxslt1-dev, autogen, libgbf-1-dev, libgdl-1-dev, libdevhelp-1-dev
[...]
 checking for PANGO... yes
 checking for GDL... configure: error: Package requirements (gdl-1.0 = 0.6.1) 
 were not met:
 
 Requested 'gdl-1.0 = 0.6.1' but version of gdl is 0.6.0
 
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
 
 Alternatively, you may set the environment variables GDL_CFLAGS
 and GDL_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
 make: *** [config.status] Error 1
 **
 Build finished at 20060516-1939
 FAILED [dpkg-buildpackage died]


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



Bug#367637: Wrong detection for big divx file (2GB)

2006-05-17 Thread Mattia
Package: file
Version: 4.17-1
Severity: normal


Hi,

shortly:
$ file movie_long.avi
movie_long.avi: Claris clip art?
$ du movie_long.avi
2096552 movie_long.avi
$ du -h movie_long.avi
2,0Gmovie_long.avi

$ file movie_short.avi
movie_short.avi: RIFF (little-endian) data, AVI, 720 x 400, 25.00 fps,
video: DivX 4, audio: MPEG-1 Layer 3 (stereo, 48000 Hz)
$ du movie_short.avi
24968   movie_short.avi
$ du -h movie_short.avi
25M movie_short.avi
 
movie_short.avi and movie_long.avi are taken from the same source.
movie_long.avi is the entire movie.
movie_short.avi is about ~2000 frames of the same movie.

Encoding params used are identical for both files.
Could it be related to the fact that avi size limit is 2GB?
Maybe file ignore avi file too big?

Bye,
Mattia

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

Versions of packages file depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libmagic1 4.17-1 File type determination library us
ii  zlib1g1:1.2.3-11 compression library - runtime

file recommends no packages.

-- no debconf information


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



Bug#294547: Please confirm your bug

2006-05-17 Thread Héctor García
Hi Xavier,

Can you confirm if this bug still applies to current version? 6.3.4-1
There have been quite a few changes on latest versions.

In case you can reproduce it, please send the output from 
strace -tt -e trace=network -p $(head -n1 /var/run/fetchmail/fetchmail.pid)

Regards,

Héctor




Bug#358310: FTBFS: @LIBTOOL_EXPORT_OPTIONS@: No such file or directory

2006-05-17 Thread Pierre HABOUZIT
On Thu, Apr 20, 2006 at 12:48:10PM -0700, Steve Langasek wrote:
 On Thu, Apr 20, 2006 at 11:55:35PM +0800, Andrew Lee wrote:
 
  * Christoph Berg [EMAIL PROTECTED] [2006-04-20 13:08]:
  When adding this patch, it still fails:
 
  creating chewing-imengine-setup.la
  /bin/sed: can't read /usr/lib/libXcursor.la: No such file or  
  directory
 
  No, that's just a temporary X.Org problem.
 
  Thanks for this hint.
 
  I was going to try it with pbuilder, now, seems I don't need to do  
  that. :)
 
 BinNMUs have been scheduled on architectures for scim, to fix up these
 references to libXcursor.la and libXrender.la.  Won't make it in time for
 today's dinstall, but after tomorrow's you should be able to build
 scim-chewing again.

  ping, any progress here ? we have an RC bug that could have been
solved 1 month ago rotting, that's not good. Do you have anything coming
?
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


signature.asc
Description: Digital signature


Bug#318369: Active Project = v4.0.0

2006-05-17 Thread Alistair Baty
Hi  Bdale

Pleae note that the Active group for XtrkCAD has moved due
to lack of co-operation and/or interest by Sillub
Technologies.

It is now headed up by Jonathan Bayer and Martin Fischer
Homepage: http://xtrkcad-fork.sourceforge.net/
Project: http://sourceforge.net/projects/xtrkcad-fork/

The last release is marked in a CVS folder v4.0.0 and some
of the updates are 4 weeks old.

In order to align with the current development a re-release
with the correct version, current updates and bug fixes is
requested.

I am not sure if the package description should reference
Silub any more (they are noted in the credits of the
program itself). It should simply be XtrkCad Model Train
RailRoad Track Planning CAD Software.


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



Bug#367541: sun java 1.5 in debian volatile

2006-05-17 Thread Sven Mueller
Luis Matos wrote on 17/05/2006 01:24:
 Qua, 2006-05-17 às 00:50 +0200, Sven Mueller escreveu:
 
Luis Matos wrote on 16/05/2006 20:50:

Is it possible to have in volatile a version of java 1.5 for sarge?

Adding sun-java5 to volatile doesn't make much sense if you keep that in
mind. And it doesn't match the criteria for volatile. 
 
 That is why i mailed volatile's mailling list... true ... volatile only
 updates packages that are in sarge, i think.

Not only that, the acceptance rules also say:

* volatile is not just another place for backports, but should only
  contain changes to stable programs that are necessary to keep them
  functional;

This implies two things:
- The program has to already be in stable (today: sarge)
- The package in stable has to be non-functional
  (like a messenger not unusable because the servers it uses
   changed their protocol or a virus scanner being basically
   non-functional because it can't use the newest signature
   files)
Both are not true for Sun's Java.

 Having a place where java is updated and we use only apt to manage that
 is truly helpful. Like other packages, we don't have to be always
 looking for new releases of any package. Regarding this, i made my
 proposal.

I somewhat agree that such a place would be useful (if you need Sun's
Java and can't use a free alternative like kaffee), but I might add that
backports.org is perhaps not willing to accept non-free programs (I'm
not exactly sure about this).

Ciao,
Sven



signature.asc
Description: OpenPGP digital signature


Bug#367604: xbase-clients: What happened to xorgcfg?

2006-05-17 Thread Michel Dänzer
On Tue, 2006-05-16 at 23:45 -0400, Brad Corsello wrote:
 Package: xbase-clients
 Version: 1:7.0.1-2
 Severity: normal
 
 
 Why was xorgcfg removed from the package?

AFAIK it's broken upstream in 7.0, seems to be fixed in 7.1 though.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Bug#350909: ITP: ekiga -- A VoIP softphone

2006-05-17 Thread [EMAIL PROTECTED]
It seems ekiga dependencies can be satisfied right now in unstable.
What's left to be done for the ekiga package to be in Debian?



Prueba el correo Terra ( http://www.terra.es/correo ); Seguro, rápido, fiable.




Bug#367641: openoffice segfaults at startup

2006-05-17 Thread Helen Faulkner
Package: openoffice.org
Version: 2.0.2-3
Severity: important

Hi,

All the openoffice programs crash on startup, with the following
message:

helen:~ ooffice
/usr/lib/openoffice/program/soffice: line 233: 17308 Segmentation fault
$sd_prog/$sd_binary $@
helen:~

I tried running it through gdb, but only got the following, which I don't
understand (me being stupid, maybe - gdb and I don't in general get along).  I'm
not sure what else I can do to help work out what this bug is, and I realise
that it is quite possibly not reproducible, since nobody else has reported it 
yet.

helen:~ gdb ooffice
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu.../usr/bin/ooffice: not in
executable format: File format not recognized

(gdb) run
Starting program:
No executable file specified.
Use the file or exec-file command.
(gdb) quit
helen:~


If there is anything else I can do to help, please let me know.

Thanks,

Helen



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

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   2.0.2-3OpenOffice.org office suite - data
ii  openoffice.org-calc   2.0.2-3OpenOffice.org office suite - spre
ii  openoffice.org-core   2.0.2-3OpenOffice.org office suite archit
ii  openoffice.org-draw   2.0.2-3OpenOffice.org office suite - draw
ii  openoffice.org-impress2.0.2-3OpenOffice.org office suite - pres
ii  openoffice.org-java-common2.0.2-3OpenOffice.org office suite Java s
ii  openoffice.org-math   2.0.2-3OpenOffice.org office suite - equa
ii  openoffice.org-writer 2.0.2-3OpenOffice.org office suite - word

openoffice.org recommends no packages.

-- no debconf information


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



Bug#367642: amaya_9.51-1(amd64/unstable): FTBFS on 64bit architectures: error: cast from 'void*' to 'int' loses precision

2006-05-17 Thread Frederik Schüler
Package: amaya
Version: 9.51-1
Severity: serious

Hello,

There was an error while trying to autobuild your package:

 x86_64-linux-gnu-g++ -O2 -Wall -x c++ -D__cplusplus -D_UNIX  -D_GL -D_WX  
 -DHAVE_CONFIG_H -I.. -I../../amaya/xpm -I../../thotlib/include 
 -I../../thotlib/internals/var -I../../thotlib/internals/h 
 -I../../thotlib/internals/f-I/usr/lib/wx/include/gtk2-unicode-release-2.6 
 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 
 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA  
 -I/usr/include/freetype2  -c ../../thotlib/dialogue/AmayaXMLPanel.cpp -o 
 dialogue/AmayaXMLPanel.o
 ../../thotlib/dialogue/AmayaXMLPanel.cpp: In member function 'virtual void 
 AmayaXMLPanel::SendDataToPanel(AmayaParams)':
 ../../thotlib/dialogue/AmayaXMLPanel.cpp:105: error: cast from 'void*' to 
 'int' loses precision
 make[2]: *** [dialogue/AmayaXMLPanel.o] Error 1
 make[2]: Leaving directory `/build/buildd/amaya-9.51/Amaya/WX/thotlib'
 make[1]: *** [thotlib] Error 2
 make[1]: Leaving directory `/build/buildd/amaya-9.51/Amaya/WX'
 make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=amd64pkg=amayaver=9.51-1

best regards
Frederik schueler


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



Bug#353825: nagios dies with Segmentation Fault when doing reload (SIGHUP)

2006-05-17 Thread Niklas Jakobsson
On ons, 2006-05-17 at 12:30 +0200, Marc Haber wrote:
 package nagios2
 tags #353825 - moreinfo
 tags #353825 unreproducible
 user [EMAIL PROTECTED]
 usertags #353825 - close-20060630
 thanks
 
 On Wed, May 17, 2006 at 12:27:19PM +0200, Niklas Jakobsson wrote:
  No change with nagios2 2.3-1, still dies with SIGSEGV if you send SIGHUP
  to it.
 
 Bad news :-(
 
 Can you try running nagios with only parts of your configuration, thus
 finding out whether your segfault is depending on parts of your
 configuration?
 
 Greetings
 Marc
 

I have tried it on a freshly installed machine with _no_ configuration
of nagios, ie. the config that is supplied in the deb's and I still get
SIGSEGV.

 /Nico




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



Bug#367643: man page for dbcheck is wrong

2006-05-17 Thread Holger Schurig
Package: bacula-directory-common
Version: 1.38.9-8

Do man dbcheck and look at the top left. There it says

  bcopy - Bacula's DB Check

So the bcopy here is wrong. Some of the options in this man page are 
also wrong, e.g. -i and -o.


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



Bug#360803: 0.8.10 doesn't crash

2006-05-17 Thread Wouter Coekaerts
irssi 0.8.10 doesn't crash with that anymore. It does give some ugly 
assertion failed error messages, but those don't hurt.

Wouter.


pgpbDU6pF2XaN.pgp
Description: PGP signature


Bug#367637: Wrong detection for big divx file (2GB)

2006-05-17 Thread Michael Piefel
Am Mittwoch, den 17.05.2006, 12:51 +0200 schrieb Mattia:
 Could it be related to the fact that avi size limit is 2GB?
 Maybe file ignore avi file too big?

I seriously doubt it. File just looks at the first few bytes (few being
relative, a couple of dozen K) to determine the file type. Wrong
detection is usually a sign of another magic being matched by incident.

Bye,
   Mike
-- 
|=| Michael Piefel
|=| Member of the Debian project


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



Bug#367613: There is a typo in session script

2006-05-17 Thread Hongzheng Wang

A -a is missing between -z $XMODIFIERS and -z $GTK_IM_MODULE.

--
Hongzheng Wang



Bug#367644: album permissions removal failure (inc. ref to fix)

2006-05-17 Thread Ivan A. Beveridge
Package: gallery
Version: 1.5.3-1

Trying to remove permissions (eg disallow everyone from viewing album)
does not work (EVERYONE remains in the window, no matter what you try
to do).

There is a bugfix for this, from the author:

http://jems.de/archive/1.5.3/updates/Album-Permissions/

See forum thread:
http://gallery.menalto.com/node/48699

This is important (security) of sorts, and I have confirmed that it
works as expected.

Cheers


Ivan
-- 
Ivan Beveridge [EMAIL PROTECTED]


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



Bug#312662: implemented

2006-05-17 Thread Wouter Coekaerts
This is implemented in irssi 0.8.10

Wouter.


pgpjidkHR1Hhd.pgp
Description: PGP signature


Bug#367570: unknown symbols in sound modules

2006-05-17 Thread Frederik Schueler
Hello,

On Tue, May 16, 2006 at 04:47:43PM -0500, martin f krafft wrote:
 After the upgrade to 2.6.16 (from 2.6.15), I started seeing the
 following errors during boot:

rerunning alsaconf fixes this.


Best regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#367468: amarok: Heppens here as well

2006-05-17 Thread Carles Company Soler
Package: amarok
Version: 1.4.0-1
Followup-For: Bug #367468

For me it happened just afeter upgrading to 1.4.0-1. I also tried to
delete my ~/.kde/share/apps/amarok/ and ~/.kde/share/config/amarokrc

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

Versions of packages amarok depends on:
ii  amarok-engines  1.4.0-1  output engines for the amaroK audi
ii  amarok-xine [amarok-engine] 1.4.0-1  xine engine for the amaroK audio p
ii  kdelibs4c2a 4:3.5.2-2+b1 core libraries for all KDE applica
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libexscalibar1  1.0.4-5  Library for audio-signal manipulat
ii  libgcc1 1:4.1.0-4GCC support library
ii  libgl1-mesa-glx [libgl1]6.4.1-0.4A free implementation of the OpenG
ii  libglib2.0-02.10.2-2 The GLib library of C routines
ii  libgpod00.3.2-1  a library to read and write songs 
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libifp4 1.0.0.2-2communicate with iRiver iFP audio 
ii  libmysqlclient15off 5.0.21-3 mysql database client library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libpq4  8.1.3-4  PostgreSQL C client library
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian 1.2.9-5+b1   Simple DirectMedia Layer
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libsqlite3-03.3.5-0.2SQLite 3 shared library
ii  libstdc++6  4.1.0-4  The GNU Standard C++ Library v3
ii  libtag1c2a  1.4-3TagLib Audio Meta-Data Library
ii  libtunepimp30.4.2-3  MusicBrainz tagging library and si
ii  libusb-0.1-42:0.1.12-2   userspace USB programming library
ii  libvisual0.20.2.0-4  Audio visualization framework
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins   4:3.5.2-2+b2 enables the browsing of audio CDs 
ii  ruby1.8.2-1  An interpreter of object-oriented 

-- no debconf information


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



Bug#367646: Debian should get pool.ntp.org vendor zone

2006-05-17 Thread Etienne Favey

Package: ntp
Version: 1:4.2.0a+stable-2sarge1

The default configuration in /etc/ntp.conf
should not refer to pool.ntp.org , but
debian should get a vendor zone such
as debian.pool.ntp.org to use as default
configuration.

See also:
http://www.pool.ntp.org/vendors.html

Sincerely,
Etienne



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



Bug#367647: Missing library dependency

2006-05-17 Thread Florian Weimer
Package: sqlite3
Version: 3.3.5-0.2
Severity: grave

The sqlite3 package lacks a dependency on libsqlite3-0.


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



Bug#367648: aptitude: Can't Hold a Package Being Removed Automatically

2006-05-17 Thread Brian White

Package: aptitude
Version: 0.2.15.9-2
Severity: minor

If a package is about to be removed because it was automatically 
installed but is no longer needed, it is not possible to press : to 
tell aptitude to not do this on this run.


This is important when the package being removed is the running kernel 
(because kernel-image-2.6-686 now depends on a newer version).  I'd like 
to press : to delay the removal of the 2.6.8-2 kernel until the next 
run, after the 2.6.8-3 kernel has been installed on this run.


My only alternative seems to be to press + to install the current 
version and the remember to find and remove it during a later run.


  Brian
 ( [EMAIL PROTECTED] )

---
  Until we are first independent, we cannot be interdependent.


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



Bug#367645: regexxer: Segmentation Fault

2006-05-17 Thread Arthur Lutz
Package: regexxer
Version: 0.8-3
Severity: grave
Justification: renders package unusable


Simply crashes on startup

% regexxer
(regexxer:15845): libglade-WARNING **: could not find widget creation
function

(regexxer:15845): Gtk-WARNING **: gtk_scrolled_window_add(): cannot add
non scrollable widget use gtk_scrolled_window_add_with_viewport()
instead

(regexxer:15845): libglade-WARNING **: could not find widget creation
function

(regexxer:15845): libglademm-CRITICAL **: widget `filetree' (in glade
file `/usr/share/regexxer/mainwindow.glade') is of type `GtkLabel' but
`GtkTreeView' was expected

** (regexxer:15845): CRITICAL **: Gnome::Glade::Xml::get_widget():
dynamic_cast failed.

(regexxer:15845): libglademm-CRITICAL **: widget `statusline' (in glade
file `/usr/share/regexxer/mainwindow.glade') is of type `GtkLabel' but
`GtkHBox' was expected

** (regexxer:15845): CRITICAL **: Gnome::Glade::Xml::get_widget():
dynamic_cast failed.
Erreur de segmentation

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-amd64-k8-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR)

Versions of packages regexxer depends on:
ii  gconf2  2.14.0-1 GNOME configuration database syste
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.0-4GCC support library
ii  libgconfmm-2.6-1c2  2.10.0-3 C++ wrappers for GConf (shared lib
ii  libglademm-2.4-1c2a 2.6.1-1+b1   C++ wrappers for libglade2 (shared
ii  libglib2.0-02.10.2-2 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.8.2-2.1C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0 2.8.17-2 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a   1:2.6.5-1+b1 C++ wrappers for GTK+ 2.4 (shared 
ii  libpcre36.4-2Perl 5 Compatible Regular Expressi
ii  libsigc++-2.0-0c2a  2.0.16-3 type-safe Signal Framework for C++
ii  libstdc++6  4.1.0-4  The GNU Standard C++ Library v3

regexxer recommends no packages.

-- no debconf information


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



Bug#367649: text overlaps with icon on gnome-panels

2006-05-17 Thread Bas Zoetekouw
Package: gnubiff
Version: 2.2.0-1
Severity: normal

Since a little while, gnubiff looks a bit distorted in 
gnome-panel, as the text is drawn over the icon; see the attached
screenshot.  In the past, the text (no mail etc) used to be to the
left of the icon, which I liked.
Note that, if the panel is increased in height, the icon will scale
with it, and the text will still be drawn over the icon.

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

Versions of packages gnubiff depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-2  The Bonobo UI library
ii  libc6  2.3.6-7   GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libfam02.7.0-10  Client library to control the FAM 
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libgcc11:4.1.0-4 GCC support library
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.2-2  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.1-2  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.0-1libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.14.1-1  library for GNOME 2 panel applets
ii  libpango1.0-0  1.12.1-3  Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libssl0.9.80.9.8b-1  SSL shared libraries
ii  libstdc++6 4.1.0-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.24.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  sox12.17.9-1 A universal sound sample translato
ii  zlib1g 1:1.2.3-11compression library - runtime

gnubiff recommends no packages.

-- no debconf information


gnubiff.png
Description: PNG image


Bug#189422: Hijacking bugs

2006-05-17 Thread Brian M. Carlson
clone 189422 -1
reassign 189422 texinfo
severity 189422 serious
submitter -1 [EMAIL PROTECTED]
# Feel free to block 189422 with -1,
# but the original bug is still severity serious.
thanks, control, and have a nice day

I would appreciate if you are going to change the topic of a bug, that
you clone it and mark the submitter as yourself.  I disagree with the
current title of the bug, because:

0. If the copyright file can be neither compressed nor a symbolic link,
then what makes info files special?
1. To be on par with the copyright file, the info files would have to be
uncompressed, which would be a violation of another section of Debian
Policy.
2. It will lead to exceptions where we will not have all the copyright
information in one place, which is detrimental to users, developers, and
DDs.  AIUI, the copyright file is so that we have exactly that
information.

Imagine my surprise when I looked at the bugs I had submitted and found
that I claimed we should allow pointers to info docs for licenses like
GFDL that apply to them, when I didn't remember espousing that position
at all.

In future, please clone bugs where the bug in question is not actually
in some other package (it is not here) or when the proposed solution
implies a change with which the original submitter may not agree (a
simple email would have told you that).


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


Bug#309238: closed by David Moreno Garza [EMAIL PROTECTED] (WNPP bug closing)

2006-05-17 Thread Marc Haber
package wnpp
reopen 309238
thanks

This RFP is still valid.

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#367506: network-manager: fails to detect any interface

2006-05-17 Thread Michael Biebl
Stephen Touset wrote:
 Package: network-manager
 Version: 0.6.2-1
 Severity: grave
 Justification: renders package unusable
 
 I'm running 0.6.2-1 right now, but upgrading to 0.6.2-2 of
 network-manager (and network-manager-gnome, plus the libnm libraries)
 caused network-manager to fail to detect any interfaces whatsoever.
 Neither my integrated NIC or wireless card was discovered, and the
 entire package became useless until I reverted it to the previous
 version.

Hi Stephen,

could you please let me know if the instructions I sent you in my former
email helped you solve the problem.

Thanks,
Michael



signature.asc
Description: OpenPGP digital signature


  1   2   3   4   >