Bug#91935: libc6: iconv breaks on illegal input sequence

2005-01-16 Thread Denis Barbier
On Sun, Jan 16, 2005 at 11:20:17AM +0900, GOTO Masanori wrote:
> Hi,
> 
> The bug #91935[1] has been reported for a long time.  But I don't get
> any replys.  Could you check your problems described in #91935?  If
> you still have trouble with it, please let me know.  If there's no
> more report, I'll close this bug marked as fixed.
> 
> [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=91935

iconv converts A3 and B3 characters from KOI8-R to CP1251, and
converting the same characters from CP1251 to KOI8-R is not possible
because these characters in CP1251 do not exist in KOI8-R encoding.
In such cases, the documented behavior of iconv is to stop processing.
So you can close this bug.

Denis


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



Bug#290721: wacom-kernel-source should depend on debhelper

2005-01-16 Thread Tim Hoffmann
Package: wacom-kernel-source
Version: 0.6.6-4
the wacom-kernel-source package should depend on debhelper.
postinstall script fails if debhelper is not installed (it relies for 
example on the existence of dh_testdir).

I am using Debian GNU/Linux sarge with a 2.6.8 Kernel (and yes I know 
that one has to patch
the wacom.c for that kernel to get it to compile (wacom_intuoe_inout and 
wacom_intuos_general are missing)
This bug is unrelated )
The system was recently dist-upgraded from a woody system with 2.4.18 
kernel.

All the best
Tim

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


Bug#290720: xqf crashing

2005-01-16 Thread Scott M. Likens
It appears to only reduce the amount of crashing, it still crash's, but not as 
often.

Like 1/18th chance of crashing now, compared to crash's every other run/every 
run.


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



Bug#290722: slang1a-utf8: Application segfaults if package libfribidi0 is not installed

2005-01-16 Thread Andree Leidenfrost
Package: slang1a-utf8
Version: 1.4.9dbs-8
Severity: important

Dear Jim & Alastair

I am the co-maintainer of the mondo package. The mondoarchive binary
included in this package has an option to use a newt interface rather
than just plain text (option '-g'). When run with this option,
mondoarchive will give a segmentation fault sooner or later which does
not happen if the option is turned off.

I have banged my head against the wall on this one for several weeks
now and think I finally found the problem: If the libfribidi0 package
is installed everything works fine, removing it makes mondoarchive
segfault again. After a bit of searching around I found that slang1a has
been converted to use libfribidi opportunistically. My suspicion is that
something in slang1a might still think/expect that libfribidi is
actually there.

The backtrace for mondoarchvie is entirely inconclusive as the
segmentation fault happens in malloc_consolidate which is part of libc6:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 32771 (LWP 11481)]
0x401534ce in malloc_consolidate (av=0x40211060) at malloc.c:4380)]
4380malloc.c: No such file or directory.
in malloc.c
(gdb) bt
#0  0x401534ce in malloc_consolidate (av=0x40211060) at malloc.c:4380
#1  0x4015336e in _int_free (av=0x40211060, mem=0xa029950) at 
malloc.c:4260
#2  0x4015209f in __libc_free (mem=0xa0297d8) at malloc.c:3359
#3  0x40047ac9 in strip_spaces (in_out=0x40066c20 "/usr/bin/getfacl")
at libmondo-string.c:905
#4  0x40039488 in call_program_and_get_last_line_of_output (
call=0xa0240e0 ",\022!@,\022!@") at libmondo-fork.c:159
#5  0x40036469 in find_home_of_exe (fname=0x40057bb8 "getfacl")
at libmondo-files.c:404
#6  0x40031580 in get_acl_list (filelist=0x40211060 "",
facl_fname=0x8072500 
"/home/mondorescue/tmp/tmp.mondo.13259/tmp.mondo.21895/acl_list.70.gz") 
at libmondo-filelist.c:619
#7  0x4002118c in create_afio_files_in_background (inbuf=0xa01ccc8)
at libmondo-archive.c:1116
#8  0x40095e51 in pthread_start_thread (arg=0xbf5ffbe0) at manager.c:309
#9  0x40095ecf in pthread_start_thread_event (arg=0xbf5ffbe0) at 
manager.c:333
#10 0x401b86ea in clone () from /usr/lib/debug/libc.so.6
(gdb)

I doubt that there is anything wrong with malloc_consolidate.

mondoarchive is only linked against libnewt:

[EMAIL PROTECTED]:~$ ldd /usr/sbin/mondoarchive
libmondo.so.2 => /usr/lib/libmondo.so.2 (0xb7f8b000)
libmondo-newt.so.1 => /usr/lib/libmondo-newt.so.1 (0xb7f8)
libnewt.so.0.51 => /usr/lib/libnewt.so.0.51 (0xb7f6f000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7f6c000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7f5d000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7e29000)
libslang.so.1-UTF8 => /lib/libslang.so.1-UTF8 (0xb7db6000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7d93000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fea000)

and libmondo-newt is linked against libnewt and libslang-UTF8:

libnewt.so.0.51 => /usr/lib/libnewt.so.0.51 (0xb7fd7000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7fd3000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7fc4000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7e9)
libslang.so.1-UTF8 => /lib/libslang.so.1-UTF8 (0xb7e1d000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7dfb000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x8000)

So, libfribidi is definitely not accessed directly.

Finally, I have verified this behaviour on the Sid installation I'm 
reporting this from and four different Sarge installations.

It would be really great if you could look into this. If my suspicion is 
correct, other packages may be affected without their maintainers 
realising where the issues they see come from (took me ages to figure it out).

If there is any other information you need and think I can provide or you 
want me to test patches or similar, please let me know, I'd be more than 
happy to help.

Best regards & thanks a lot
Andree

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

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

-- no debconf information


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



Bug#290723: hdup: include example cron file

2005-01-16 Thread Matthew Mueller
Package: hdup
Version: 2.0.4-1
Severity: wishlist

The hdup source includes an example cron file (examples/hdup.cron)
It would be good to include it in /usr/share/doc/hdup/examples

(There is also examples/no-history-post-run.sh that might be good to
include too, but the cron example is what I was looking for.)

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.7-2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages hdup depends on:
ii  libc6  2.3.2.ds1-19.0.0.2.pure64 GNU C Library: Shared libraries an
ii  libglib2.0-0   2.4.8-1   The GLib library of C routines
ii  rsync  2.6.3-2   fast remote file copy program (lik
ii  ssh1:3.8.1p1-8.sarge.4   Secure rlogin/rsh/rcp replacement 

-- no debconf information


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



Bug#290725: ipw2100-source: please enable WPA

2005-01-16 Thread Mario Lorenz

Package: ipw2100-source
Version: 1.0.2-1
Severity: wishlist

Hello;

with more and more networks moving (for obvious security reasons) away from
standard WEP encryption over to WPA, it would be nice if the ipw2100
package supported this.

This is as simple as changing the Makefile:
# If you want to build WPA support, uncomment this line:
# CONFIG_IEEE80211_WPA=$(CONFIG_IEEE80211_CRYPT)
to build the additional encryption modules (tkip and ccmp).

Furthermore, the package should then probably suggest wpasupplicant, for
the key management part.

Regards,

Mario

-- 
Mario LorenzInternet:<[EMAIL PROTECTED]>
Ham Radio:   [EMAIL PROTECTED]
Trust the computer industry to shorten "Year 2000" to Y2K.  It was this kind
of thinking that caused the problem in the first place.


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



Bug#290724: python2.3-osd: new upstream version available

2005-01-16 Thread Gintautas Miliauskas
Package: python2.3-osd
Version: 0.2.6-1.1
Severity: wishlist

Hello,

I am sorry to bother but a new upstream versions have been available for
quite a while.  Some important features have been added.  This package
seems to be deserted somewhat, so I thought that I would bring some
attention by this mail.

Thanks for your time,

-- 
Gintautas


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

Versions of packages python2.3-osd depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libxosd22.2.14-1 X On-Screen Display library - runt
ii  python2.3   2.3.4-19 An interactive high-level object-o

-- no debconf information


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



Bug#290726: mozilla-enigmail is uninstallable; requires Mozilla 1.7.3 but unstable has 1.7.5

2005-01-16 Thread Josh Triplett
Package: mozilla-enigmail
Version: 2:0.89.0.experimental-1
Severity: serious
Tags: experimental

The mozilla-enigmail package is uninstallable, because it requires
Mozilla 1.7.3, but unstable has 1.7.5 .

- Josh Triplett


signature.asc
Description: OpenPGP digital signature


Bug#284579: no CUPS printers availble in printer dialogues

2005-01-16 Thread Ing. Vladimir M. Kerka
Kenshi Muto wrote:
At Sat, 15 Jan 2005 15:48:02 +0100,
Ing. Vladimir M. Kerka wrote:
can someone tell me, where I can find packages version 1.1.3-2?
I've searched ftp://ftp.debian.org/debian/pool/main/o/, googled, found 
nothing.
Please, point me to correct location.

http://snapshot.debian.net/archive/2004/11/25/debian/pool/main/o/openoffice.org/
You can search and get any old Debian packages from http://snapshot.debian.net/
Thanks,
As I wrote in my yesterday's post 9:58 PM CET I was at pointed to 
snapshot packages by Francesco Fantoni and downgrading to version 
1.1.3-2 seems working. The main problem - bug in openoffice.org*, which 
prevents from printing - however persists.

Thanks anyway,
Regards
Vlada
--
Ing. Vladimir M. Kerka
Klukovicka 1530
155 00 Praha 5 - Stodulky
Czech Republic
e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
web:www.dinmont.cz
NOTE: rm -rf /bin/ladin
Nedostavam a nerozesilam viry, protoze nepouzivam M$ Windows

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


Bug#290710: mgetty-voice: location in the manualpage points to non existing file

2005-01-16 Thread Andreas Barth
tag 290710 confirmed

* DEMAINE Benoit-Pierre ([EMAIL PROTECTED]) [050116 05:25]:
> man vgetty
> I can read :
> 
> S0:345:respawn:/usr/local/sbin/vgetty ttyS0

Thanks for your bug report. I'll fix that in the next upload.


Cheers,
Andi


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



Bug#290291: evolution: Evolution does not authenticate using MD5 methods (DIGEST/CRAM) and remains plaintext

2005-01-16 Thread Cedric Blancher
So, to eventually close this bug. It is identified in 2.0.3 by upstream
maintainers and a patch[1] has been issued to fix the bug.

What I could see for now : bug is triggered when you open any email
account preferences. All accounts auth type is then reset to plaintext
authentification, although you may not have edited other accounts.

Indeed, I changed an account settings last thursday, day on which I
began to experienced the problem. So, nothing related to a package
update. To get things back, one have to repeat procedure explained in
previous message (or apply patch).


[1] http://bugzilla.ximian.com/showattachment.cgi?attach_id=13703

-- 
http://www.netexit.com/~sid/
PGP KeyID: 157E98EE FingerPrint: FA62226DA9E72FA8AECAA240008B480E157E98EE
>> Hi! I'm your friendly neighbourhood signature virus.
>> Copy me to your signature file and help me spread!


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



Bug#285404: galeon: Popup related crashes

2005-01-16 Thread Loïc Minier
Hi,

 This is a followup on Debian bug .

Juergen Kreileder <[EMAIL PROTECTED]> - Mon, Dec 13, 2004:

> Galeon likes to crash when a link opens a new window.  I've seen this
> happening randomly on sites for some time.  Now I found a site where this
> happens each time:
> http://secunia.com/multiple_browsers_window_injection_vulnerability_test/
> When I click on one of the links in 'Step 2', Galeon opens a blank new
> window and the crashes.

 I couldn't reproduce this with latest Galeon on a PPC machine, do you
 still get the crash?  If yes, please run Galeon from a terminal and
 tell me whether it "segfaults" (SIGSEGV), or whether you get warnings.
 If you've got some gdb knowledge, I'd be nice to provide a stack trace.

   Thanks,

-- 
Loïc Minier <[EMAIL PROTECTED]>



Bug#290727: /bin/dd: if= / of= does not support /dev/stdin or /dev/stdout

2005-01-16 Thread Geoffrey Lee
Package: coreutils
Version: 5.2.1-2
Severity: normal

Hi

the /bin/dd program does not seem to like reading from /dev/stdin or
outputing to /dev/stdout.  Is this intended?  It works in Solaris 
and BSD.  I know leaving it out will default to stdin and stdout but
I should also be able to specify it specifically.

On Sid:

[EMAIL PROTECTED] ~ $ ^at^cat
cat /bin/echo | dd if=/dev/stdin bs=1 count=1234
dd: opening `/dev/stdin': No such file or directory
[EMAIL PROTECTED] ~ $ 



- g.

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

Versions of packages coreutils depends on:
ii  libacl1 2.2.26-1 Access control list shared library
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#290728: please allow additional arguments in /etc/init.d/firehol

2005-01-16 Thread Peter Marschall
Package: firehol
Version: 1.214-1
Severity: wishlist
Tags: patch

Hi,

please allow additional arguments given to /etc/init.d/firehol
to be passed through to /sbin/firehol.

I do not know whether either Debian policy or the general calling
conventions for rc-scripts forbid it, but since some other Debian
packages (eg. fetchmail, shaper) do it too, I guess it is allowed.

The attached patch should do it.

Maybe this is also a possible solution for bug #281408.

Thanks
Peter


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

Versions of packages firehol depends on:
ii  bash  2.05b-24   The GNU Bourne Again SHell
ii  bc1.06-15The GNU bc arbitrary precision cal
ii  iproute   20041019-1 Professional tools to control the 
ii  iptables  1.2.11-8   Linux kernel 2.4+ iptables adminis
ii  net-tools 1.60-10The NET-3 networking toolkit

-- no debconf information
--- /etc/init.d/firehol
+++ /etc/init.d/firehol 2005-01-16 10:20:06.0 +0100
@@ -6,31 +6,34 @@
 
 set -e
 
-case "$1" in
+COMMAND="$1"
+shift
+
+case "$COMMAND" in
   start)
echo -n "Starting iptables firewall: FireHOL ..."
-   /sbin/firehol start
+   /sbin/firehol start "$@"
if [ $? = 0 ]; then
echo "done."
fi;
;;
   stop)
echo -n "Stopping iptables firewall: FireHOL ..."
-   /sbin/firehol stop
+   /sbin/firehol stop "$@"
if [ $? = 0 ]; then
echo "done."
fi;
;;
   restart|force-reload)
echo -n "Restarting iptables firewall: FireHOL ..."
-   /sbin/firehol restart
+   /sbin/firehol restart "$@"
if [ $? = 0 ]; then
echo "done."
fi;
;;
   *)
N=/etc/init.d/firehol
-   echo "Usage: $N {start|stop|restart|force-reload}" >&2
+   echo "Usage: $N {start|stop|restart|force-reload} []" >&2
exit 1
;;
 esac


Bug#259423: xclock does not use locales with strftime

2005-01-16 Thread Thomas Nemeth

Well...

As nobody seems to want to fix that, I did it myself :)
It was rather simple enough to be made in a few minutes.
Just 2 more lines in the code...

Here is the patch :

--- xclock.c.orig   Thu Nov  4 22:16:36 2004
+++ xclock.cThu Nov  4 21:59:28 2004
@@ -33,6 +33,7 @@

 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -145,6 +146,7 @@
 Pixmap icon_pixmap = None;
 XtAppContext app_con;

+setlocale(LC_TIME, "");
 toplevel = XtOpenApplication(&app_con, "XClock",
 options, XtNumber(options), &argc, argv, NULL,
 sessionShellWidgetClass, NULL, ZERO);


Thomas
-- 
/* After several hours of tedious analysis, the following hash
 * function won.  Do not mess with it... -DaveM
 */
2.2.16 /usr/src/linux/fs/buffer.c



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



Bug#284096: Bug seems to have disappeared

2005-01-16 Thread Nicholas Lee

[EMAIL PROTECTED]:~$ COLUMNS=135 dpkg --list openoffice\* | grep ii
ii  openoffice.org  1.1.3-3 high-quality office 
productivity suite
ii  openoffice.org-bin  1.1.3-4 OpenOffice.org 
office suite binary files
ii  openoffice.org-debian-files 1.1.3-3+1   Debian specific 
parts of OpenOffice.org
ii  openoffice.org-help-en  1.1+20040420-2  OpenOffice.org 
office suite help (English)
ii  openoffice.org-hyphenation- 20030813-3  English (GB) 
hyphenation pattern for OpenOffice.org
ii  openoffice.org-hyphenation- 20030813-3  English (US) 
hyphenation pattern for OpenOffice.org
ii  openoffice.org-kde  1.1.3-4 KDE UI Plugin and 
KDE File Picker for OpenOffice.org
ii  openoffice.org-l10n-en  1.1.3-4 English (US) 
language package for OpenOffice.org
ii  openoffice.org-thesaurus-en 1.1.3-4 English (US) 
Thesaurus for OpenOffice.org



I was having this problem previously. Selecting font tab in modify style
Or Format->Character would crash Writer.


This was on a new sarge/sid KDE desktop that I reinstall a couple weeks ago.


So last week (on the 10/01/2005) I was getting this happening with a
document I was writing. Now today for some reason its not occuring.

Unfortunately I don't have apt-listchanges install, otherwise I might
tell if anything I've upgraded since this date might have affected this.


Nicholas


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



Bug#290729: graphviz: Nice class diagram doesn't display template-based classess

2005-01-16 Thread Janek Kozicki
Package: graphviz
Version: 1.16-1
Severity: important


First of all - graphviz is really great package, together with kdevelop
it makes all the developing work a lot easier.

I rate this bug important, because purpose of graphviz is to display
class diagrams. And not displaying some parts of whole class hierarchy
is .. um - important bug ;)


Ok, so a class that inherits from template class is quietly ignored, and
not displayed on the diagram. At least I should expect some warning.

Concrete example:

// file Singleton.hpp

template 
class Singleton
{
  public:
static T& instance()
{
  static T obj;
  return obj;
}
  protected:
Singleton() {};
~Singleton() {};
  private:
Singleton(const Singleton&);
Singleton& operator=(const Singleton&);
};

// file Factory.hpp

class Factory : public Singleton< Factory >
{
  /* ... */
}



Singleton is a well known C++ design pattern, by the way ;) And really
useful. So ignoring class derived from it can be sometimes really
confusing, as I'm looking onto the diagram and can't find some of my
classes.


How to handle that? Each template instatination is a separate type.
Three possible solutions I see. Suppose I have also another 
class Omega : public Singleton; then:

1.

SingletonSingleton
 |  |
   OmegaFactory

The base class Singleton is different than base class
Singleton

2.
 Singleton
  / \   - (*)
 /   \
SingletonSingleton
 |  |
   OmegaFactory

(*) those lines could be dotted to indicate relationship other than just
inheritance. In fact this is a "template instatination" relationship

3.
  Singleton
   /  \
  /\--- same here - dotted lines would be better
 |  |
 Omega   Factory



Personally I'd prefer solutions 1. or 2. Maybe there are other
solutions, I can't think of now :))

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

Versions of packages graphviz depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libexpat11.95.8-1XML parsing C library - runtime li
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxaw7  4.3.0.dfsg.1-10 X Athena widget set library
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxpm4  4.3.0.dfsg.1-10 X pixmap library
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  tcl8.4   8.4.9-1 Tcl (the Tool Command Language) v8
ii  tk8.48.4.9-1 Tk toolkit for Tcl and X11, v8.4 -
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#290732: depends on experimental hpijs

2005-01-16 Thread Frederic Peters
Package: foomatic-db-hpijs
Version: 1.5-20041013-1
Severity: normal


New release of foomatic-db-hpijs depends on a hpijs package only available in
experimental:

Package: foomatic-db-hpijs
Version: 1.5-20050114-1
Depends: foomatic-filters, foomatic-db, hpijs (>= 2)

While sid only has hpijs 1.7.1-2.


Regards,

Frederic

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

Versions of packages foomatic-db-hpijs depends on:
ii  foomatic-db   20041203-1 linuxprinting.org printer support 
ii  foomatic-filters  3.0.2-3linuxprinting.org printer support 
ii  hpijs 1.7.1-2HP Inkjet Server - Ghostscript dri

-- no debconf information


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



Bug#290731: CAN-2004-1125: Buffer overflow with DoS and possible artbitrary code execution vulnerability

2005-01-16 Thread J.H.M. Dassen (Ray)
Package: gpdf
Version: 2.8.1-1
Severity: grave
Tags: security patch upstream fixed-upstream

The NEWS file for the new upstream release (2.8.2) says:
* Fix potential buffer overflow in xpdf colorspace handling code.
  (Derek Noonburg) - CAN 2004-1125

Here's that issue:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1125 :
+-+
|Name   |CAN-2004-1125 (under review) |
|---+-|
|   |Buffer overflow in the Gfx::doImage function in Gfx.cc for xpdf  |
|   |3.00, and other products that share code such as tetex-bin and   |
|Description|kpdf in KDE 3.2.x to 3.2.3 and 3.3.x to 3.3.2, allows remote |
|   |attackers to cause a denial of service (application crash) and   |
|   |possibly execute arbitrary code via a crafted PDF file that  |
|   |causes the boundaries of a maskColors array to be exceeded.  |
|---+-|
|   |  * IDEFENSE:20041221 Multiple Vendor xpdf PDF Viewer Buffer |
|   |Overflow Vulnerability   |
|   |  * URL:http://http://www.idefense.com/application/poi/display?id|
|   |=172&type=vulnerabilities|
|   |  * CONFIRM:ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl2.patch|
|   |  * CONFIRM:http://www.kde.org/info/security/|
|   |advisory-20041223-1.txt  |
|   |  * BUGTRAQ:20041228 KDE Security Advisory: kpdf Buffer Overflow |
|References |Vulnerability|
|   |  * URL:http://marc.theaimsgroup.com/?t=11037859651&r=1&w=2  |
|   |  * FULLDISC:20041223 [USN-48-1] xpdf, tetex-bin vulnerabilities |
|   |  * URL:http://lists.netsys.com/pipermail/full-disclosure/   |
|   |2004-December/030241.html|
|   |  * BUGTRAQ:20041223 [USN-50-1] CUPS vulnerabilities |
|   |  * URL:http://marc.theaimsgroup.com/?l=bugtraq&m=110384680309105|
|   |&w=2 |
|   |  * XF:xpdf-gfx-doimage-bo(18641)|
|   |  * URL:http://xforce.iss.net/xforce/xfdb/18641  |
|---+-|
|Phase  |Assigned (20041202)  |
|---+-|
|Votes  | |
|---+-|
|Comments   | |
+-+

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (800, 'unstable'), (750, 'experimental'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.29-rc2
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages gpdf depends on:
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglade2-0  1:2.4.1-1   Library to load .glade files at ru
ii  libglib2.0-0 2.4.8-1 The GLib library of C routines
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeprint2.2-0   2.8.2-1 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.8.2-1 The GNOME 2.2 print architecture U
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-8 The GNOME virtual file-system libr
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii 

Bug#290730: kernel-tree-2.6.8: doesn't extract kernel tree nor apply Debian patches

2005-01-16 Thread Ryutaroh Yamashita
Package: kernel-tree-2.6.8
Version: 2.6.8-12
Severity: important

The description of this package says:

a complete kernel tree with Debian patches applied will be available
after this package is installed.

However, this package only downloads the kernel-source and the
kernel-pache packages, and it doesn't extract the kernel source
into a suitable location, nor apply Debian patches.

I think this package should have a postinst script.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_US, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP)

Versions of packages kernel-tree-2.6.8 depends on:
ii  kernel-patch-debian-2.6.8 2.6.8-12   Debian patches to Linux 2.6.8
ii  kernel-source-2.6.8   2.6.8-12   Linux kernel source for version 2.

-- no debconf information


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



Bug#290713: qemu-mkcow script missing

2005-01-16 Thread Elrond
package qemu
severity 290713 minor
tags 290713 + confirmed upstream fixed-upstream
thanks


On Sun, Jan 16, 2005 at 12:15:32PM +0800, Enrico Zini wrote:
> Package: qemu
> Version: 0.6.1-1
> Severity: normal
> 
> Hello,
> 
> thanks for packaging qemu!
> 
> The /usr/share/doc/qemu/qemu-doc.html manual, in the section "3.6.3
> Copy On Write disk images", mentions the script qemu-mkcow.  However,

You might want to look at the updated docs at the upstream
website:

http://fabrice.bellard.free.fr/qemu/qemu-doc.html

We already have an open bug for updating our shipped docs
at
http://bugs.debian.org/286931


> that script is not included in the qemu package, although a manpage is
> provided for it:
> 
> $ dlocate qemu-mkcow
> qemu: /usr/share/man/man1/qemu-mkcow.1.gz

We probably should remove the manpage before the next
debian upload, but I don't know, if we really want to take
the trouble or just hope for the next upstream release.

> There is a qemu-img command that seems to do the same things but with a
> different syntax, though.

Right, that's the one, that should be used now.

qemu is changing rapidly, so things really change.


Elrond


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



Bug#290733: torsmo: Floating point exception

2005-01-16 Thread fellow
Package: torsmo
Version: 0.18-1
Severity: grave
Justification: renders package unusable


Hi!
The 0.17 version was good, but the new won't run.
It's simply write to the stdout: Floating point exception

The full strace is here: http://fellow.linuxforum.hu/egyeb/torsmo_starce

Dp you need any other information?
(I have a custom kernel: 2.6.10-ck4 + 2.6.10-as1.)

fellow


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

Versions of packages torsmo depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#290734: please support python2.4

2005-01-16 Thread Matthias Klose
Package: egenix-mx-base
Version: 2.0.5
Tags: patch

Pleae build the egenix modules for python2.4 as well. At least
pygresql already depends on it. According to the upstream release
notes 2.0.6 is needed for python2.4 support.

Patch can be found at

http://www.no-name-yet.com/patches/egenix-mx-base-2.0.6.diff

Thanks, Matthias


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



Bug#16826: ytalk: Can't cut and paste from X11

2005-01-16 Thread Philipp Kern
Hi there.
I intent to close this bug as soon as the version with X11 support 
disabled hits the archives.
Reasoning: The X11 interface is now unsupported upstream and will be 
dropped in the next release cycle because it is quite unusable.

Regards,
Philipp Kern


PGP.sig
Description: This is a digitally signed message part


Bug#290727: /bin/dd: if= / of= does not support /dev/stdin or /dev/stdout

2005-01-16 Thread Michelle Konzack
Note:   I am not the Maintainer !

Am 2005-01-13 17:49:26, schrieb Geoffrey Lee:
> Package: coreutils
> Version: 5.2.1-2
> Severity: normal
> 
> Hi
> 
> the /bin/dd program does not seem to like reading from /dev/stdin or
> outputing to /dev/stdout.  Is this intended?  It works in Solaris 

Do it right...

> and BSD.  I know leaving it out will default to stdin and stdout but
> I should also be able to specify it specifically.
> 
> On Sid:
> 
> [EMAIL PROTECTED] ~ $ ^at^cat
> cat /bin/echo | dd if=/dev/stdin bs=1 count=1234
> dd: opening `/dev/stdin': No such file or directory
> [EMAIL PROTECTED] ~ $ 

[EMAIL PROTECTED]:~ > cat /bin/echo |dd bs=1 count=123 >/tmp/out 2>&1
ELF°Š4t&4 
(44€4€ÀÀôô€ô€123+0
 Records ein
123+0 Records aus


Any problems ?

It works on SLINK, POTATO, WOODY, SARGE and SID

>   - g.

Greetings
Michelle

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


signature.pgp
Description: Digital signature


Bug#290736: setup errors when upgrading to gnome-games 2.8.2-1

2005-01-16 Thread inkwire
package: gnome-games
version: 2.8.2-1
kernel: 2.6.8
system: x86
Debian version: testing

I get the following errors with the upgrade from the previous gnome-games
in testing to the new 2.8.2-1:

Setting up gnome-games (2.8.2-1) ...
Installing new version of config file /etc/sound/events/gnobots2.soundlist
...
Installing new version of config file /etc/sound/events/gnibbles.soundlist
...
Installing new version of config file /etc/sound/events/iagno.soundlist ...
Installing new version of config file /etc/sound/events/gnect.soundlist ...

** (process:4946): CRITICAL **: file eggdesktopentries.c: line 2223
(egg_desktop_entries_add_group): assertion
`egg_desktop_entries_lookup_group (entries, group_name) == NULL' failed

** (process:4946): CRITICAL **: file eggdesktopentries.c: line 2223
(egg_desktop_entries_add_group): assertion
`egg_desktop_entries_lookup_group (entries, group_name) == NULL' failed

** (process:4946): CRITICAL **: file eggdesktopentries.c: line 2223
(egg_desktop_entries_add_group): assertion
`egg_desktop_entries_lookup_group (entries, group_name) == NULL' failed




Bug#290735: libasound2 contains run-time support program "aserver"

2005-01-16 Thread Thomas Hood
Package: libasound2
Version: 1.0.7-5
Severity: minor
Tags: wontfix

[EMAIL PROTECTED]:~$ dpkg -L libasound2 | grep bin
/usr/bin
/usr/bin/aserver

Policy 8.2 says:

8.2 Run-time support programs

If your package has some run-time support programs which use the shared
library you must not put them in the shared library package. If you do
that then you won't be able to install several versions of the shared
library without getting filename clashes.

Instead, either create another package for the runtime binaries (this
package might typically be named libraryname-runtime; note the absence
of the soversion in the package name), or if the development package is
small, include them in there. 

To follow this policy stipulation, aserver should be moved to 
libasound2-runtime.

For the time being we refrain from doing this because there is only one
version of alsa-lib available and the libasound2-runtime package would
be extremely small.


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

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

-- no debconf information


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



Bug#285404: galeon: Popup related crashes

2005-01-16 Thread Juergen Kreileder
LoÃc Minier <[EMAIL PROTECTED]> writes:

> This is a followup on Debian bug .
>
> Juergen Kreileder <[EMAIL PROTECTED]> - Mon, Dec 13, 2004:
>
>> Galeon likes to crash when a link opens a new window.  I've seen
>> this happening randomly on sites for some time.  Now I found a site
>> where this happens each time:
>> http://secunia.com/multiple_browsers_window_injection_vulnerability_test/
>> When I click on one of the links in 'Step 2', Galeon opens a blank
>> new window and the crashes.
>
> I couldn't reproduce this with latest Galeon on a PPC machine, do
> you still get the crash?  If yes, please run Galeon from a terminal
> and tell me whether it "segfaults" (SIGSEGV), or whether you get
> warnings.  If you've got some gdb knowledge, I'd be nice to provide
> a stack trace.

I still can reproduce the crash.  Interestingly it only happens when
Galeon gets started from the menu or a lauchner on the GNOME panel.
When starting Galeon from an xterm everything works fine.

The crash seems to be JavaScript related:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 24311)]
0x0ddae44c in js_ExecuteRegExp () from /usr/lib/libmozjs.so
(gdb) bt
#0  0x0ddae44c in js_ExecuteRegExp () from /usr/lib/libmozjs.so
#1  0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#2  0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#3  0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#4  0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#5  0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#6  0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#7  0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#8  0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#9  0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#10 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#11 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#12 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#13 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#14 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#15 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#16 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#17 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#18 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#19 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#20 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#21 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#22 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#23 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
#24 0x0ddb96b4 in js_BoyerMooreHorspool () from /usr/lib/libmozjs.so
Previous frame inner to this frame (corrupt stack?)
(gdb) i th
  5 Thread 98308 (LWP 24422)  0x0e3b0888 in nanosleep ()
   from /lib/libpthread.so.0
  4 Thread 32771 (LWP 24335)  0x0e3b0888 in nanosleep ()
   from /lib/libpthread.so.0
  3 Thread 16386 (LWP 24318)  0x0e0d1580 in poll () from /lib/libc.so.6
  2 Thread 32769 (LWP 24317)  0x0e0d1580 in poll () from /lib/libc.so.6
* 1 Thread 16384 (LWP 24311)  0x0ddae44c in js_ExecuteRegExp ()
   from /usr/lib/libmozjs.so


I can't reproduce the problem with Mozilla and Epiphany.


Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux/java2-status/



Bug#290737: debian-installer: Add 'skip all' option to 'no partition has been selected'

2005-01-16 Thread Jari
Package: debian-installer
Severity: wishlist


Thank you for excellent installer. A small suggestion (I'm using the snapshot 
2005-01-15 installer) to the screens.

- I partiotoned the disk to 25 parts (for futurre other multi-boots)
- It's tedious to see "no partition has been selected..." and to
  be answer "no" to all those question when I did set the "/" root
  partition.

Please provide "Skip all" option to that dialog to ignore further
"no partiotion selected" questions.


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


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



Bug#290738: debian-installer: Select default keyboard based on country (finnish => fi)

2005-01-16 Thread Jari
Package: debian-installer
Severity: wishlist


This is a small feature request, but would give "a finishing touch" to
the installer. Let me explain:

- I use the dialog language in english, because the computer terms
  are better for me to understand during installation than my
  my native language's equivalents.

So, in next step I choose country:

- Finland

And it would be nice if next screen offered keyboard

- "fi"

by default based on the selected country. This same could be applied
to other country selections as well. 

One more note, the default keyboard in Europe's countries is pc105, so
you could offer that as a default selection. (I don't remember if this
was in installer ot in Xfree setting).

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


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



Bug#290740: xgnokii crashes when LANG is set

2005-01-16 Thread Rainer Dorsch
Package: gnokii
Version: 0.6.4-1
Severity: normal

I just noticed that xgnokii fails when LANG is set. This could also be a
glib bug, but since I observe it in gnokii, I file it here. Feel free to
reassign it, if you think that is approriate:

[EMAIL PROTECTED]:~$ xgnokii

GLib-ERROR **: could not allocate 1073741979 bytes
aborting...
Abgebrochen
[EMAIL PROTECTED]:~$ echo $LANG
[EMAIL PROTECTED]
[EMAIL PROTECTED]:~$ unset LANG
[EMAIL PROTECTED]:~$ xgnokii
Event 9 failed with return code 5!
Event 9 failed with return code 5!
Event 9 failed with return code 5!
Event 9 failed with return code 5!


A solution would be a wrapper script



Thanks,
Rainer

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

Versions of packages gnokii depends on:
ii  libbluetooth12.11-1  Library to use the BlueZ Linux Blu
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libglib1.2   1.2.10-9The GLib library of C routines
ii  libgnokii2   0.6.4-1 Gnokii library
ii  libgtk1.21.2.10-17   The GIMP Toolkit set of widgets fo
ii  liblockfile1 1.06NFS-safe locking library, includes
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxi6   4.3.0.dfsg.1-10 X Window System Input extension li
ii  libxpm4  4.3.0.dfsg.1-10 X pixmap library
ii  passwd   1:4.0.3-30.7Change and administer password and
ii  timeout  1.11-6.1Run a command with a time limit.
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#290739: nagios: [INTL:da] Updated Danish debconf translation

2005-01-16 Thread Claus Hindsgaul
Package: nagios
Severity: wishlist
Tags: patch l10n

Please use the attached updated Danish debconf translation (debian/po/da.po)


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
#Developers do not need to manually edit POT or PO files.
# Claus Hindsgaul <[EMAIL PROTECTED]>, 2004, 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: nagios\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-13 21:56+0100\n"
"PO-Revision-Date: 2005-01-16 12:18+0100\n"
"Last-Translator: Claus Hindsgaul <[EMAIL PROTECTED]>\n"
"Language-Team: Danish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
"Plural-Forms:  nplurals=2; plural=(n != 1);\n"

#. Type: select
#. Choices
#: ../nagios-common.templates:3
msgid "Apache, Apache2, Apache-SSL, Both, None"
msgstr "Apache, Apache2, Apache-SSL, Begge, Ingen"

#. Type: select
#. Description
#: ../nagios-common.templates:5
msgid "Automatically configure apache for Nagios?"
msgstr "Sæt Apache op automatisk for Nagios?"

#. Type: select
#. Description
#: ../nagios-common.templates:5
msgid ""
"Nagios requires a few things to be set up in your web server configuration "
"in order for the front end to function properly."
msgstr ""
"Nagios kræver at nogle få ting sættes op i din webservers opsætning for at "
"brugerfladen kan fungere ordentligt."

#. Type: select
#. Description
#: ../nagios-common.templates:5
msgid ""
"The Debian packaged version can usually automatically configure apache by "
"dropping a symlink into the /etc/APACHE-SERVER/conf.d directory. Would you "
"like me to do this? Say no if you aren't running apache or you would prefer "
"to set up the web server yourself. If you say yes here, all configuration "
"changes will also be removed when the packages is purged. Do not edit the "
"configuration by hand, but instead make a copy of it, and remove the "
"trailing header and footer, as everything between them will be automatically "
"updated on package updates."
msgstr ""
"Den Debian-pakkede udgave kan normalt automatisk sætte apache op ved at "
"indlægge en symbolsk lænke til mappen /etc/APACHE-SERVER/conf.d. Vil du have "
"mig til at gøre dette? Afslå hvis du ikke kører apache eller hellere selv "
"vil sætte din webserver op. Hvis du accepterer her, vil alle ændringerne i "
"opsætningen også blive fjernet, når du fjerner pakken helt (\"udrenser\" "
"den). Ret ikke opsætningen manuelt, men lav en kopi af den og fjern top- og "
"bundteksten, da alt mellem disse automatisk vil blive opdateret ved "
"opgraderinger."

#. Type: select
#. Description
#: ../nagios-common.templates:5
msgid "Since there is no special Apache2-SSL, 'both' means Apache and 
Apache-SSL."
msgstr ""
"Da der ikke er nogen speciel Apache2-SSL, betyder 'begge' Apache og Apache-"
"SSL."

#. Type: password
#. Description
#: ../nagios-common.templates:22
msgid "Nagios web administration password?"
msgstr "Nagios-adgangskode til web-administration?"

#. Type: password
#. Description
#: ../nagios-common.templates:22
msgid ""
"By default, Nagios's web administration requires visitors to log in before "
"they can access anything. Different users may view different hosts and some "
"may send commands to the Nagios backend."
msgstr ""
"Som udgangspunkt kræver Nagios's web-administration at gæster logger på, før "
"de kan komme til noget som helst. Forskellige brugere kan se forskellige "
"maskiner og nogle kan sende forskellige kommandoer til nagios-"
"underprogrammet."

#. Type: password
#. Description
#: ../nagios-common.templates:22
msgid ""
"As you are using the default apache configuration, I have set up a default "
"administration user of \"nagiosadmin\". Please enter a password for this "
"account. Additional users may be added to the file /etc/nagios/htpasswd."
"users using the htpasswd utility supplied with apache. If you have changed "
"the password, and don't want to re-enter one, just press Enter here, and the "
"password will be left alone."
msgstr ""
"Da du bruger apaches standardopsætning, har jeg sat en standard "
"administrationsbruger ved navn \"nagiosadmin\" op. Angiv en adgangskode for "
"denne konto. Yderligere brugere kan tilføjes til filen /etc/nagios/htpasswd."
"users med værktøjet htpasswd, ser følger med apache. Hvis du allerede har "
"ændret adgangskoden og ikke ønsker at indtaste den igen, kan du

Bug#284952: The USB block device should be disabled

2005-01-16 Thread Paul van Tilburg
Package: kernel-image-2.6.9-powerpc
Version: 2.6.9-4
Followup-For: Bug #284952

The USB block device is known to be experimental and buggy.
CONFIG_BLK_DEV_UB=m should be set to 'n'.

Since the ub modules takes preference of the old, though working
usb-storage, hotplug loads ub.  Blacklisting ub doesn't help, loading
usb-storage doesn't work either.
I really would like for UB to be disable until proven reasonably stable.

Greetings,

Paul

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-powerpc
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kernel-image-2.6.9-powerpc depends on:
ii  initrd-tools  0.1.76 tools to create initrd image for p
ii  module-init-tools 3.1-rel-2  tools for managing Linux kernel mo

-- no debconf information


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



Bug#265110: gedit: hang on open (sometimes)

2005-01-16 Thread Jesse van den Kieboom
The crash on save doesn't occur anymore, but I do experience a crash on
the opening of certain files now (since a few days I guess). See
[EMAIL PROTECTED]

-- 
Jesse van den Kieboom <[EMAIL PROTECTED]>

MSN: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]
Visit: http://www.icecrew.nl



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



Bug#286841: bash: Job control: Vim: caught deadly term signall

2005-01-16 Thread Matthias Klose
Justin Pryzby writes:
> Package: bash
> Version: 2.05b-24
> Severity: normal
> 
> This has happened to me several times in the last couple weeks.  I'll
> write a short shell script, in this case:
> 
> echo "`for A in \`find /usr/share/doc -name copyright\`; do B=\`egrep
> '^Copyright:$' $A\`; if [[ $B != "" ]]; then echo $A; fi; done;`"
> 
> (I know, non ideal, it was a change of a change of a change that led
> to this).  Then, I'll abort the shell script with "control C".  The
> script will die, but so will vim:
> 
>   "Caught deadly term signal, exiting"
> 
> In all cases, vim had been a suspended job.  I don't think that all
> such scripts contained something as quirky as echo "` .. \` .. \` `".
> 
> But I don't have time to investigate further, as I only ran into this
> (again) while filing a bug..

could you recheck with bash-3.0 (unstable) or the bash3 package (testing)?


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



Bug#285132: doxygen: Please improve manpage

2005-01-16 Thread Matthias Klose
Erik, please could you provide a patch?


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



Bug#290742: kernel-patch-grsecurity2: grsecurity 2.10 released

2005-01-16 Thread Alexander Dreweke
Package: kernel-patch-grsecurity2
Version: 2.0.2-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

could you please package the new 2.10 version of grsecurity that was
released on 07.01.05.

thx
  alex

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

Versions of packages kernel-patch-grsecurity2 depends on:
ii  bash  3.0-13 The GNU Bourne Again SHell
ii  debconf [debconf-2.0] 1.4.42 Debian configuration management sy
ii  grep-dctrl2.1.8  Grep Debian package information
ii  patch 2.5.9-2Apply a diff file to an original

- -- debconf information:
* kernel-patch-grsecurity2/242x-warning:

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

iD8DBQFB6lWpci0IS3Y4ncoRAvxfAJ9tbb+Ev7fnD7LU9BZVJyvL55gLdQCfSeSX
kUAXBzMKkspLG4OSxpc/aDE=
=H/FW
-END PGP SIGNATURE-


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



Bug#290741: Debian configuration breaks m4

2005-01-16 Thread debbug2
Package: sendmail
Version: 8.13.2-1


Hi, 

the upgrade vom debian 8.12 to 8.13 was breaking our 
sendmail configuration which was working well for years. 

The reason is that programs like 
/usr/share/sendmail/update_mk
try to analyze the m4 structures to build a list of 
included files and configuration files to update
/etc/mail/databases and /etc/mail/Makefile


We do use our own m4 configuration extensions, which 
have statements like 
include(CONFIGDIR/something.m4) or
define(`confCT_FILE',   DBDIR/sendmail.ct)


where CONFIGDIR and DBDIR are M4-macros defined elsewhere.

This was working pretty well with sendmail for years, and 
it is still working, since it is allowed to use any 
m4 macro function. 

Unfortunately, the debian scripts don't evalute the 
m4 macros, but simply look for includes and definitions, 
and thus write CONFIGDIR/something.m4 and DBDIR/sendmail.ct
without macroexpansion in the Makefile and /etc/mail/databases.
This is a bug.

The correct way would be to run the configuration through m4 
and trace it to find the included files and take the configuration 
file paths from the final output (or .cf file). 


regards
Hadmut




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



Bug#290727: /bin/dd: if= / of= does not support /dev/stdin or /dev/stdout

2005-01-16 Thread Geoffrey Lee
On Sun, Jan 16, 2005 at 11:55:09AM +0100, Michelle Konzack wrote:
> Note:   I am not the Maintainer !
> > and BSD.  I know leaving it out will default to stdin and stdout but
> > I should also be able to specify it specifically.
> > 
> > On Sid:
> > 
> > [EMAIL PROTECTED] ~ $ ^at^cat
> > cat /bin/echo | dd if=/dev/stdin bs=1 count=1234
> > dd: opening `/dev/stdin': No such file or directory
> > [EMAIL PROTECTED] ~ $ 
> 
> [EMAIL PROTECTED]:~ > cat /bin/echo |dd bs=1 count=123 >/tmp/out 2>&1
> ELF??4t&4 
> (44?4????????123+0
>  Records ein
> 123+0 Records aus
> 
> 
> Any problems ?
> 
> It works on SLINK, POTATO, WOODY, SARGE and SID


I said, with if= parameter.  If it is left out it defaults to stdin.
BTW, you would need special handling in scripts that make use of dd that
need to both use /dev/stdin and other files.

What makes you think that if=/dev/stdin is illegal?

-- 
char p[] = "\xeb\x1f\x5e\x89\x76\x08\x31\xc0\x88\x46\x07\x89\x46\x0c\xb0\x0b"
  "\x89\xf3\x8d\x4e\x08\x8d\x56\x0c\xcd\x80\x31\xdb\x89\xd8\x40\xcd"
  "\x80\xe8\xdc\xff\xff\xff/bin/sh";



Bug#275188: decrypt-saving still deleting messages?

2005-01-16 Thread Thomas Roessler
On 2005-01-16 04:29:23 +0100, Adeodato Simó wrote:

>After some investigation, I've found that, while that fix was
>necessary, it is not enough, since pgp_decrypt_part(), in its
>current form, does never return NULL. 

Let's say, it doesn't announce all errors by returning NULL -- some
are, indeed, flagged.

>This is because, unlike in the rest of pgp.c, the return of
>mutt_wait_filter() is not checked.

The problem here is that PGP exit values are nontrivial.  To give
just one example, gpg will return exit status 1 when it encounters a
bad signature; I'm not sure right now whether this includes a
signature that couldn't be verified because the public key is not
known. With your patch, this would be interpreted as a failure to
decrypt (in the case of a signed+encrypted attachment), which it
isn't.

There is a pgp_check_exit variable that may help to take care of
some of these effects, but that isn't rocket science, either.

>I attach a patch that seems to fix the issue, comments
>welcome. I've checked that pgp_decrypt_part returning NULL is
>handled gracefully in the other invocation of it.

Your patch certainly detects errors, but it will also bail out on
non-errors.

I'm not sure what's the right way out of this ugliness.

Regards,
-- 
Thomas Roessler · Personal soap box at .



Bug#290743: udev: isdn4linux support

2005-01-16 Thread Lennart Poettering
Package: udev
Version: 0.050-3
Severity: wishlist


Unfortunately isdn4linux is not yet compatible with udev: the device
nodes are not created. Therefore I changed /etc/udev/links.conf to
create the needed devices for me.

I know that you don't consider this a bug in udev and rather a bug in
the kernel. However, what I am asking you for is to add the attached
links.conf at least as an example in /usr/share/doc/udev/.

Thank you,
Lennart

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx  1 root root 19 2004-12-20 01:57 cd-aliases.rules -> 
../cd-aliases.rules
lrwxrwxrwx  1 root root 13 2004-12-20 01:57 udev.rules -> ../udev.rules
lrwxrwxrwx  1 root root 12 2004-12-30 20:33 z_hal-plugdev.rules -> ../hal.rules

-- /sys/:
/sys/block/dm-0/dev
/sys/block/fd0/dev
/sys/block/hda/dev
/sys/block/hda/hda10/dev
/sys/block/hda/hda11/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hda/hda7/dev
/sys/block/hda/hda8/dev
/sys/block/hda/hda9/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/event2/dev
/sys/class/input/event3/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/input/mouse1/dev
/sys/class/input/ts0/dev
/sys/class/input/ts1/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/hpet/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/printer/lp0/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/timer/dev

-- Kernel configuration:
 isapnp_init not present.


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

Versions of packages udev depends on:
ii  hotplug  0.0.20040329-16 Linux Hotplug Scripts
ii  initscripts  2.86-5  Standard scripts needed for bootin
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  makedev  2.3.1-75Creates device files in /dev
ii  sed  4.1.2-8 The GNU sed stream editor

-- debconf information:
  udev/devfs-warning:
* udev/reboot-warning:
# This file does not exist. Please do not ask the debian maintainer about it.
# You may use it to do strange and wonderful things, at your risk.

L fd/proc/self/fd
L stdin /proc/self/fd/0
L stdout/proc/self/fd/1
L stderr/proc/self/fd/2
L core  /proc/kcore
L sndstat   /proc/asound/oss/sndstat
L MAKEDEV   /sbin/MAKEDEV

D pts
D shm

# Hic sunt leones.
M ppp   c 108 0
D loop
M loop/0b 7 0
D net
M net/tun   c 10 200



Bug#281831: lvm2 crashes and burns with 2.6.10-4 (svn snapshot 2298)

2005-01-16 Thread Henrique de Moraes Holschuh
This is apparently related to #281831, so I am directing it there.

The "opendir failed" messages might be "harmless" on 2.6.10-3 and before,
but after I applied the patches in queue for 2.6.10-4, it causes lvm to
fail completely (thus, I am Cc'ing debian-kernel as well, so that they are
aware of the issue).

Unfortunately, I can't easily debug why, since at that time, I don't have
even strace working (because just about everything is on lvm...)

If this is not an issue with 2.6.10-4 (e.g. it is actually caused by lvm2
doing something really braindead -- which IS likely since it is doing
something stupid on the other kernels as well), then #281831 will have to be
raised to grave or critical.

vgscan --mknodes unlinks /dev/vg_raid1 (the VG where my LVM lvs live), but
apparently it fails to create it back.

/dev is udev-based (tmpfs).  Manually poking around it (mkdir, etc) works
just fine.

This same setup, with the exact same .config worked in 2.6.10-3.  Maybe one
of the new security clamps is hosing something lvm2 is trying to do?

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#288408: installation-reports: Boot Loader Failure and Success and Failure (LILO BAD,, GRUB fails reboot)

2005-01-16 Thread John L Hancock
In case the information is  of any use; I had the same problem 
installing from:
"Sarge" Official Snapshot i386 Binary-1 (20041123) , on DVD-1 (of 2).
(I got it working by chrooting Sarge from another distro to run lilo.)

P.S. Apologies for my mal-formed previous attempt to report this - my 
first time - thanks for the guidance response message. I doubt if my 
machine/environment data adds anything to the original report but it can 
be sent if requested.

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.13 - Release Date: 16/01/05

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


Bug#286305: wlang modules are unbuildable from source in main, ...

2005-01-16 Thread Sven Luther
Hello,

Here is a log of a discussion held with vorlon and Zomb about this
issue, just so that this knowledge doesn't dissapears again as my
original followup apparently did.

10:58 < vorlon> svenl: why exactly did you mark 242068 as "grave"?
11:08 < svenl> vorlon: let me check.
11:10 < svenl> vorlon: mmm, maybe i would not have.
11:10 < svenl> vorlon: it makes the package unusable on powerpc.
11:11 < svenl> vorlon: since the new airport is unsupported (being a broadcom 
chip), this mean a major chunk of wifi chips is
   not supported.
11:12 < svenl> vorlon: the bug has been open 286 days, is reported to be 
functional on powerpc (in the 2.6.6 days). Not sure
   what the situation is on other arches, but the maintainer don't 
seem to do his job seriously about this one.
11:12 < svenl> vorlon: so i would either remove the package or fix this.
11:13 < svenl> vorlon: this could be a primary installation method for d-i in 
addition.
11:14 < svenl> vorlon: notice that #286305 is 27 days old and also grave, and a 
solution to it would fix the other one too.
   And there is #290047 too.
11:14 < svenl> vorlon: what is the MIA status of  Bradley Bell <[EMAIL 
PROTECTED]> ?
12:51 < svenl> vorlon: do you think 242068 should be downgraded ?
12:52 < vorlon> svenl: yes, I don't see why having a lack of binaries on an 
architecture is RC.  It's common enough for
module packages to only provide i386 binaries.
12:53 < svenl> vorlon: when there is only x86 binaries.
12:53 < svenl> vorlon: and i tried to build the stuff for myself, and failed.
12:53 < svenl> vorlon: so there is more than just that broken.
12:53 < svenl> vorlon: and there is also the bug about x86 2.4.27 stuff.
12:53 < svenl> vorlon: and there is a report of them working on powerpc.
12:54 < vorlon> ok, well you didn't *say* any of that when you raised the bug 
severity.  You raised the severity on a bug
report asking for *powerpc modules in the archive*.
12:54 < svenl> vorlon: yep, but i told it to you a bit above.
12:54 < svenl> you didn't seem to react on it.
12:55 < svenl> vorlon: that package seem utterly abandoned by its maintainer 
anyway. 3 RC bugs it has right now.
12:55 < svenl> vorlon: i would just quick it out of sarge for now, more secure 
like that.
12:56 < vorlon> the other bugs I was already planning to NMU for, because I 
understand why they're RC.  You didn't mention
anything about the package being unusable on powerpc when you 
try to rebuild it above, and a lack of binaries
on powerpc isn't RC.
12:56 < jvw> svenl: mail [EMAIL PROTECTED] with suspecions
12:57 < svenl> vorlon: i am not entirely sure about this.
12:57 < svenl> vorlon: and i raised the RC level to catch attention, which it 
did.
12:57 < vorlon> 286305 may have been open for 27 days, but it wasn't actually 
fixable until 2.4.27-2 was available.
12:58 < svenl> vorlon: i don't understand why there is no more info, i though i 
replied to this bug report, i wonder if it
   has dissapeared or i did a mismanipulation.
12:58 < vorlon> Er... that's a crappy reason to raise the severity of a bug to 
RC when it's not an RC issue.
12:58 < svenl> vorlon: the one in question is open since 248 days or something 
such.
12:58 < svenl> vorlon: if i had not done it, we would not be discussing this.
12:59 < svenl> vorlon: and i disagree with you about this. Raising RC level on 
certain bugs we want fixed is a good thing to
   do, expecially as we will be multiplicating bug-fix-parties and 
such.
12:59 < vorlon> what failed when you tried to build the powerpc binaries for 
yourself?
12:59 < svenl> vorlon: but i know not everyone agrees with me because of that.
13:00 < svenl> vorlon: i don't know even how i should do it, it seem to me that 
a -source package was missing or something, i
   was fully unable to understand how even the x86 modules where 
built.
13:00 < svenl> vorlon: i mailed doko, but he also didn't remember how he 
managed to build them.
13:00 < vorlon> The release managers *and* the BTS admins disagree with you 
about this.  You should not be raising the
severity just because it's a pet bug of yours -- the RC 
severities are clearly defined.
13:01 < svenl> vorlon: sure, so you can downgrade them once you notice.
13:02 < svenl> vorlon: the package is fully unusable for me though. I mean, i 
do package a kernel module and am in the kernel
   maintainer team, and was not able to find the stuff to build it 
from, and the maintainer seems MIA, or at
st not caring about the package, do we really want to ship a package like that ?
13:02 < vorlon> What the hell good did it do to have me notice it?  If it 
wasn't RC (and you should have enough experience
with the BTS to figure this out for yourself), all I was going 
to do with it when I saw it was downgrade it.
If the package couldn't build from sou

Bug#289509: acknowledged by developer (Bug#289509: fixed in wmaker 0.91.0-6)

2005-01-16 Thread Florian Siegesmund
Hi Marcelo,

On Tue 2005-01-11, Debian Bug Tracking System <[EMAIL PROTECTED]> wrote:

> Closes: 289509
> Changes: 
>  wmaker (0.91.0-6) unstable; urgency=low
>  .
>* debian/patches/35_unix_cycling.diff: stolen from CVS, recover Unix
>  cycling before people get mad (myself included) (closes: bug#289509)

Much better, but unfortunately not perfect. I now get a focus change
sequence of "xterm2, xterm1, xterm3, xterm2, ..." instead of "xterm1,
xterm2, xterm3, xterm1, ...", i.e. focus changes "backwards".

(Had to test some hosts and configurations before replying, because it
seems to work "forward" with sloppy focus and "automatically focus new
windows" disabled (my partners standard configuration). I'm using
"manual focus" and have "automatically focus new windows" enabled.)

I transposed keyboard shortcuts for focusing next/previous window as a
workaround. So it works now basically for me.

>* debian/patches/60_optional_switch_panel.diff: stolen from CVS, make
>  switch panel optional.  Closes the other half of 289509 (if you are

Works like a charme setting "SwitchPanelImages = ();".

>  going to report multiple issues, submit multiple bugs, I don't mind
>  that)

Point taken.

So what to do about the main issue? Reopen this bug or file a new
severity normal/minor one?

Thanks a lot for your efforts!

Bye, Sonny

-- 
:wq


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



Bug#252202: Adjusting severity

2005-01-16 Thread Romain Francoise
retitle 252202 cvs: Commit output format changed; breaks frontends
severity 252202 important
thanks

I'm setting the severity of this bug to important since it makes the
package unusable with PCL-CVS which is the frontend I use for daily
work.

-- 
  ,''`.
 : :' :Romain Francoise <[EMAIL PROTECTED]>
 `. `' http://people.debian.org/~rfrancoise/
   `-


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



Bug#289096: tetex-doc: pdf files should not be gzipped

2005-01-16 Thread Frank Küster
Dear Christian,

after a discussion about the sense and problems of gzip'ing pdf
documentation (in the tetex-doc package), we noticed that most pdf
viewers support compressed PDF files, while acroread does not. 

Sanjoy Mahajan <[EMAIL PROTECTED]> wrote:

>> We should consider filing wishlist bugs agains xpdf (and
>> acroread-debian-files if you like, it's not in Debian AFAIR) to enable
>> them to open compressed files.
>
> That's a good idea.  I was about to write patch for xpdf, then I read
> the manual entry again and it has a program 'zxpdf' that handles
> compressed files.  So now I'm happy.  Acrobat will probably never
> handle it.  They barely bother with Linux, so doubt they'd care enough
> to deal with a problem that shows up probably only on Unix/linux

You (Sanjoy) forgot that what you call as "acroread" is probably
/usr/bin/acroread by Christian.

Christian, it would be great it acroread has a functionality built in as
in the zxpdf script. I am quite sure that it wouldn't be too hard to
make /usr/bin/acroread detect whether its argument is a compressed
filename, so that that one doesn't even need to call zacroread.

I would be oblidged if you could tell us whether you plan to integrate
such functionality, so that it is recorded in the BTS.

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




Bug#290105: Acknowledgement (kernel-patch-mppe: Patching kernel 2.6.8 fails)

2005-01-16 Thread Andrew Rendle
I don't know what was wrong with my system, but I re-installed the 
kernel-source-2.6.8 and kernel-patch-mppe packages, and it now works 
fine (same options to make-kpkg, etc.)

Andrew

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


Bug#290745: new version with important updates

2005-01-16 Thread alex
Package: drupal
Version: 4.5.1-2
Drupal 4.5.2 was released, with an important vulnerability fix (cross-site 
scripting). In addition, the 4.5.1-2 version has a bug with the comments 
in the nodes, as you can read here:

http://drupal.org/node/11777
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#290744: kcheckgmail: new version is present

2005-01-16 Thread Li Daobing
Package: kcheckgmail
Version: 0.5.0-1
Severity: normal

you can got the version 0.5.2 from 
http://sourceforge.net/projects/kcheckgmail/

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

Versions of packages kcheckgmail depends on:
hi  kdebase-bin  4:3.3.1-3   KDE Base (binaries)
hi  kdelibs4 4:3.3.1-4   KDE core libraries
hi  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
hi  libfam0c102  2.7.0-5 client library to control the FAM 
ii  libgcc1  1:3.4.3-7   GCC support library
hi  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
hi  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-7   Qt GUI Library (Threaded runtime v
hi  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
hi  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
hi  libxext6 4.3.0.dfsg.1-7  X Window System miscellaneous exte
hi  libxrender1  0.8.3-5 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information

-- 
Li Daobing



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



Bug#286638: aumix: German interface does not allow to mute

2005-01-16 Thread Romain Francoise
Helge Kreutzmann <[EMAIL PROTECTED]> writes:

> When I run 
> [EMAIL PROTECTED]:~$ env LANG=C aumix

> then muting pressing "M" works fine. If, however, I use the german
> interface, then I assume that "Nichts" (with the N highlighted) is
> supposed to mute. However, pressing "N" does not change the output of
> audio at all.

Hmm, yes.  I think this used to work, I changed the translation in de.po
to fix #226019 and I would have noticed then...  I'll investigate.

-- 
  ,''`.
 : :' :Romain Francoise <[EMAIL PROTECTED]>
 `. `' http://people.debian.org/~rfrancoise/
   `-


pgpc0P8lZRpZr.pgp
Description: PGP signature


Bug#290746: incorrect unicode characters in python2.3-opengl/glut

2005-01-16 Thread Fulko van Westrenen
Package: python2.3-opengl
Version: 2.0.1.08-5.1

Hello,

I try to display a degree character using glut in python2.3-opengl.
This worked fine until a recent upgrade (I have no idea when it started
failing, it woked fine in November). Instead of a degree I get '*'.

The attached code shows correct characters on my termical, but incorrect
characters on my glut-window. I have no idea why.

My debian-testing system was upgraded this morning. Kernel 2.6.8.1 and
2.6.10

Thanks,
Fulko

-- 
Fulko van Westrenen
[EMAIL PROTECTED]
#!/usr/bin/python2.3


import sys

try:
  from OpenGL.GLUT import *
  from OpenGL.GL import *
  from OpenGL.GLU import *
except:
  print '''
ERROR: PyOpenGL not installed properly.  
'''
  sys.exit()


def display():
   glClear (GL_COLOR_BUFFER_BIT)

   glColor3f (1.0, 1.0, 1.0)
   glRasterPos2f(0.5,0.5)
   s=u'%03d\xb0' % (3)
   for c in s:
   ci=ord(c)
   print c
   glutBitmapCharacter(GLUT_BITMAP_HELVETICA_18,ci)

   glFlush ();

def init():
   glClearColor (0.0, 0.0, 0.0, 0.0)

   glMatrixMode(GL_PROJECTION)
   glLoadIdentity()
   glOrtho(0.0, 1.0, 0.0, 1.0, -1.0, 1.0)


glutInit(sys.argv)
glutInitDisplayMode(GLUT_SINGLE | GLUT_RGB)
glutInitWindowSize(250, 250)
glutInitWindowPosition(100, 100)
glutCreateWindow("unicode")
init()
glutDisplayFunc(display)
glutMainLoop()


Bug#290725: Another patch needed

2005-01-16 Thread Mario Lorenz
Hi,

sorry, seems like I slightly messed up in doing the versions.. I first got WPA
working enabling it on ipw2100-1.0.1 (testing), and when it worked, I looked
into ipw2100-1.0.2 (unstable) to see that WPA was still not enabled.

However, 1.0.2 needs another little patch to fix WPA (otherwise it will
fail during compile):

 http://ipw2100.sourceforge.net/patches/ipw2100-1.0.2-set_security.patch

Mario

-- 
Mario LorenzInternet:<[EMAIL PROTECTED]>
Ham Radio:   [EMAIL PROTECTED]
The deorbiting of MIR was brought to you by radio FFH and MIRcrosoft, your
specialist for controlled crashes!  (local radio station, on the very day)



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



Bug#270357: apt-listchanges is run from host env even though not installed in chroot

2005-01-16 Thread Michael Banck
Hi,

sorry for being late...

On Tue, Oct 05, 2004 at 01:04:35PM +0200, Adeodato Sim? wrote:
> > >   I apologize for spamming you, today seems not to by my day. putting
> > >   the attached file in /usr/bin/apt-get-for-sbuild and having:
> > > $apt_get = "/usr/bin/apt-get-for-sbuild";
> > >   seems to do the trick.

> #! /bin/sh
> 
> TMP_APT_CONFIG=`mktemp -t apt.conf.XX`
> 
> for arg in "$@"; do
>   if expr "$arg" : Dir::Etc= >/dev/null; then
> echo "$arg\";" | sed -e 's/=/ "/' >$TMP_APT_CONFIG
> break
>   fi
> done
> 
> env APT_CONFIG=$TMP_APT_CONFIG /usr/bin/apt-get "$@"
> rm -f $TMP_APT_CONFIG

Could you please explain why you think this patch is useful, and what it
is supposed to do?


thanks,

Michael

-- 
Michael Banck
Debian Developer
[EMAIL PROTECTED]
http://www.advogato.org/person/mbanck/diary.html


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



Bug#290013: kernel-image-2.4.27-1 ACPI Fix

2005-01-16 Thread Jan Nieuwenhuizen
Horms writes:

> I have put up packages for testing that include the attached patch which
> I believes resolves each of then following bugs:
>
> #290039, #290013, #289517, #288712, #285521

> http://debian.vergenet.net/testing/

Yes, works for me (#285521).  Thanks.

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


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



Bug#290752: popularity-contest: [INTL:uk] Updated Ukrainian translation

2005-01-16 Thread Eugeniy Meshcheryakov
Package: popularity-contest
Version: 1.26
Severity: normal
Tags: patch l10n

 Ukrainian debconf templates translation of current version contains a
mistake. Please apply attached version to fix it.

Thanks

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=uk_UA.KOI8-U, LC_CTYPE=uk_UA.KOI8-U (charmap=KOI8-U)

Versions of packages popularity-contest depends on:
ii  debconf   1.4.42 Debian configuration management sy
ii  dpkg  1.10.26Package maintenance system for Deb
ii  exim4 4.34-10An MTA (Mail Transport Agent)
ii  exim4-daemon-light [mail-tran 4.34-10Lightweight version of the Exim (v

-- debconf information excluded
# translation of popularity-contest-templates.po to Ukrainian
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
#Developers do not need to manually edit POT or PO files.
# Eugeniy Meshcheryakov <[EMAIL PROTECTED]>, 2004, 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: popularity-contest-templates\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-08-15 15:35+\n"
"PO-Revision-Date: 2005-01-16 15:25+0200\n"
"Last-Translator: Eugeniy Meshcheryakov <[EMAIL PROTECTED]>\n"
"Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. Type: boolean
#. Description
#: ../templates:4
msgid "Participate in the Debian Package Popularity Contest?"
msgstr ""
"ÐÐ ÑÑÐ ÐÐ ÐÐÑÐ ÑÐÑÐÑÐÐÑÑÑ ÐÐÑ 
ÐÐÐÑ ÐÐÐÑÐÐÑÐ Debian ÐÐ "
"ÐÐÐÑÐÑÑÐÐÑÑÑ?"

#. Type: boolean
#. Description
#: ../templates:4
msgid ""
"You can have your system anonymously e-mail the Debian developers with "
"statistics about your most used Debian packages.  This information "
"influences decisions such as which packages should go on the first Debian CD."
msgstr ""
"ÐÐÑÐ ÑÐÑÑÐÐÐ  ÑÐÐÐ ÐÑÐÐÑÐÐÐÑÑÐ 
ÑÑÐÑÐÑÑÐÐÑ ÐÑÐ ÐÐÐÑÐÐÐ, ÑÐÑ ÐÐ "
"ÑÐÑÑÐÐÑÑÑÐ, ÐÐ ÑÐÐÑÐÑÐ Debian. ÐÑ 
ÑÐÑÐÑÐÐÑÑÑ ÐÐÑÐÐÐ ÐÐ ÑÐÐÑ "
"ÑÑÑÐÐÐÑ, ÑÐ ÑÐÑ ÐÐÐÑÐÐÐ ÐÐÑ 
ÐÐÐÑÐÐÐÑÐÑÑ ÐÐ ÐÐÑÑÐÐÑ CD."

#. Type: boolean
#. Description
#: ../templates:4
msgid ""
"If you choose to participate, the automatic submission script will run once "
"every week, e-mailing statistics to the Debian developers."
msgstr ""
"ÐÐÑÐ ÐÐ ÐÐÑÑÑÐÑÐ ÐÐÑÑÐ ÑÑÐÑÑÑ, ÑÐ ÑÐÑÐÐÑ 
ÐÐÑÐÐÐÑÐÑ ÐÑÐÑÐÑ ÐÑÐÐ "
"ÐÐÐÑÑÐÐÑÐÑÑ  ÑÐÐ ÐÐ ÑÐÑ, 
ÐÑÐÐÑÐÐÐÑÑÑÐ ÐÐÑÑÐÑ ÑÑÐÑÐÑÑÐÐÑ ÐÐ "
"ÑÐÐÑÐÑÐ Debian."

#. Type: boolean
#. Description
#: ../templates:4
msgid ""
"You can always change your mind after making this decision: \"dpkg-"
"reconfigure popularity-contest\""
msgstr ""
"ÐÐ ÐÐ ÑÐ ÐÐÑÐÐÑÐÐÑÐ ÐÑÑÐÑ 
ÐÑÐÐÐ ÑÑÑÐÐÐÑ: \"dpkg-reconfigure "
"popularity-contest\""

#. Type: note
#. Description
#: ../templates:17
msgid "Generating unique host identifier failed"
msgstr "ÐÐ ÐÑÑ ÑÑÐÐÑÐÑÐ ÑÐÑÐÐÐÑÐÐÐ 
ÑÐÐÐÑÐÑÑÐÐÑÐÑ ÐÑÐÐÐ"

#. Type: note
#. Description
#: ../templates:17
msgid ""
"The install script could not generate a unique host identifier. This is a "
"fatal error, as all hosts submitting information need to have an unique "
"identifier."
msgstr ""
"ÐÐÑÐÐÑ ÐÑÑÑ ÐÐ  ÑÑÐÐÑÐÑÐ 
ÑÐÑÐÐÐÑÐÐÐ ÑÐÐÐÑÐÑÑÐÐÑÐÑ ÐÑÐÐÐ. ÐÐ "
"ÑÐÑÐÐÑÐÐ ÐÐÐ, ÐÑÐÑÐÑÐÐ ÐÑÑ ÐÑÐÐÐ, ÑÐ 
ÐÑÐÑÐÐÐÑÑÑ ÑÐÑÐÑÐÐÑÑÑ, ÐÐÑ ÐÐÑÐ "
"ÑÐÑÐÐÐÑÐÐÐ ÑÐÐÐÑÐÑÑÐÐÑÐÑ."

#. Type: note
#. Description
#: ../templates:17
msgid ""
"Please report this problem as a bug against the popularity-contest package, "
"and include information about your configuration."
msgstr ""
"ÐÐÐÑÐÐÐÑÐ ÐÑÐ ÑÑ ÐÑÐÑ ÑÐ ÐÑÐ ÐÐÑ 
(ÐÐÐ) Ð ÐÐÐÑÐÐÑ popularity-contest, "
"ÑÐ ÐÑÐ ÑÐÑÐÑÐÐÑÑÑ ÐÑÐ ÐÐÑÑ 
ÐÐÐÑÑÐÑÑÐÑÑÑ."



Bug#290751: qa.debian.org: please list security updates in Latest News

2005-01-16 Thread Marc Haber
Package: qa.debian.org
Severity: wishlist

Hi,

http://packages.qa.debian.org/e/exim.html does not seem to list the
security upload of 3.35-1woody4 in the Latest News section. I'd like
to see that information there as well.

Greetings
Marc

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


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



Bug#290749: freemind: unable to enter german Umlauts even when locale is set to de

2005-01-16 Thread Bastian Venthur
Package: freemind
Version: 0.7.1-6
Severity: important

Instead of german Umlauts only boxes appear when you try to enter such
characters.

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

Versions of packages freemind depends on:
pn  j2re1.4 | java-virtual-maNot found.
ii  sun-j2sdk1.5 [java2-runti 1.5.0+update01 Java(TM) 2 SDK, Standard Edition, 
ii  sun-j2sdk1.5debian [java2 0.18   Debian specific parts of Java(TM) 

-- no debconf information


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



Bug#290702: [powerpc] Default kernel installed for reboot is wrong, G5 PowerMac7,3

2005-01-16 Thread Sven Luther
On Sat, Jan 15, 2005 at 05:51:19PM -0800, Shyamal Prasad wrote:
> Initial boot worked:[O]
> Configure network HW:   [O]
> Config network: [O]
> Detect CD:  [O]
> Load installer modules: [O]
> Detect hard drives: [O]
> Partition hard drives:  [O]  <-- LVM does not work

Known problem.

> Create file systems:[O]
> Mount partitions:   [O]
> Install base system:[O]
> Install boot loader:[O]
> Reboot: [E]  <-- wrong kernel by default!
> 
> Comments/Problems:
> 
> G5 PowerMac7,3 (970FX CPU) needs the power4 kernel to boot.
> 
> However, when using the default install (install-power4 at the yaboot
> prompt) and where the system is getting ready to reboot after
> installing the base system it actually installs the
> kernel-image-2.6.8-powerpc kernel, even though I chose -power4 for my
> initial boot from CD! As a result the reboot (and so the install)
> fails!

Strange. Do we need to fix base-installer, which may recognize the powermac as
a pmac, and thus chose a powerpc kernel ? I don't think so, i suppose Colin
Watson did the right thing about this.

> When using expert-power4 to install I get to pick my kernel so I can
> choose kernel-image-2.6.8-power4 and the reboot is fine (since the
> latest version in Sarge now supports the 970FX processor).
> 
> In expert mode I would say d-i works nearly perfectly. The only issue
> is the RAID and LVM menu options don't actually work (discussed
> recently on debian-boot and debian-powerpc, I will file a bug

Yep.

Friendly,

Sven Luther



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



Bug#290748: bash: Python completion fails when running Python as './python'

2005-01-16 Thread Johannes Gijsbers
Package: bash
Version: 3.0-13
Severity: minor
Tags: patch


I'm a Python developer, so I frequently run tests from the source directory I
compiled Python in:

[EMAIL PROTECTED]:trunk$ ./python 



[EMAIL PROTECTED]:trunk$ ./python bash: COMP_WORDS: bad array subscript

My patch fixes this to do normal Python completion.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bash depends on:
ii  base-files   3.1.0ubuntu1Debian base system miscellaneous f
ii  libc62.3.2.ds1-20ubuntu1 GNU C Library: Shared libraries an
ii  libncurses5  5.4-4   Shared libraries for terminal hand
ii  passwd   1:4.0.3-30.7ubuntu2 Change and administer password and

-- no debconf information
--- bash_completion 2005-01-16 14:13:48.822092312 +0100
+++ /home/johannes/bash_completion  2005-01-16 14:03:47.543500552 +0100
@@ -4803,7 +4803,7 @@
_filedir '@(py|pyc|pyo)'
return 0
;;
-   !(*python|-?))
+   !(python|-?))
[[ ${COMP_WORDS[COMP_CWORD-2]} != -@(Q|W) ]] && _filedir
;;
esac


Bug#290750: qa.debian.org: package in stable only unclearly displayed

2005-01-16 Thread Marc Haber
Package: qa.debian.org
Severity: wishlist

exim-tls is only in stable and does not have any version in testing
and/or unstable. The absence of a version in unstable is not clearly
displayed in the PTS.

Greetings
Marc

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


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



Bug#290753: ITP: dgap -- driver for Digi Acceleport PCI multiport serial cards

2005-01-16 Thread Julien BLACHE
Package: wnpp
Severity: wishlist

* Package name: dgap
  Version : 1.1
  Upstream Author : Digi International
* URL : http://www.digi.com
* License : GPL w/separate non-free firmwares
  Description : driver for Digi Acceleport PCI multiport serial cards

This will go into contrib; the sources up on Digi's support site also contain
the firmwares needed by the cards. I'll split the firmware files from the
source package to put them in non-free, where they belong. I'm currently
verifying that we can redistribute the files, as there's no mention of 
anything concerning the firmware files in the source package.

The dgap driver obsoletes the epca driver which is included in the vanilla
kernel distribution. It supports only the PCI cards, and works on Linux
2.4 and 2.6.

The source package will produce 2 binary packages in contrib:

Package: dgap-tools
Description: support utilities for the Digi Acceleport multiport serial cards
 This package contains support utilities related to the dgap driver for Digi
 Acceleport multiport serial cards:
 .
  o mpi - driver management utility
  o dinc - a cu/tip replacement
  o ditty - an stty replacement
  o dpa - a port monitoring/testing utility

Package: dgap-source
Description: Digi Acceleport multiport serial cards driver
 This package contains the sources of the dgap driver for Digi Acceleport
 multiport serial cards.
 .
 This driver supports only the following PCI Acceleport cards, on both Linux
 v2.4 and Linux v2.6 :
 .
  o Acceleport Xem
  o Acceleport Xr
  o Acceleport Xr 920
  o Acceleport C/X
  o Acceleport EPC/X
  o Acceleport Xr/422
  o Acceleport 2r/920
  o Acceleport 4r/920
  o Acceleport 8r/920
  o IBM 8-Port Asynchronous PCI Adapter
  o IBM 128-Port Asynchronous PCI Adapter


And an additional package in non-free:

Package: dgap-data
Description: firmware files for the Digi Acceleport multiport serial cards
 This package contains the firmware files needed by the dgap driver for
 Digi Acceleport multiport serial cards.


JB.

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


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



Bug#277315: Please see #290743 for udev support

2005-01-16 Thread Lennart Poettering
Hi!

Please add udev support to isdnutils. I posted an example links.conf
file for udev on bug #290743, which got closed by the udev maintainer.

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

Lennart


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



Bug#246288: Getting a very similar segfault here

2005-01-16 Thread Stef Epardaud
Hi,

I'm getting a segfault too, rendering dbus useless. Any time a client
connects to it, it segfaults. I didn't manage to get a core dump even
when starting it myself with 'ulimit -c unlimited'.
However I've got some info. When I run the command 
 DBUS_VERBOSE=1 dbus-daemon-1 --system --nofork
I get this output:

9151: Allocated slot 0 on allocator 0x8090628 total 1 slots allocated 1 used
9151: No cache for UID 0
9151: No cache for UID 4294967295
9151: Using cache for UID 4294967295 information
9151: listening on unix socket /var/run/dbus/system_bus_socket abstract=0
9151: Initialized server on address unix:path=/var/run/dbus/system_bus_socket
9151: Adding a read watch on fd 3 using newly-set add watch function
9151: Allocated slot 0 on allocator 0x80905dc total 1 slots allocated 1 used
9151: No cache for UID 4294967295
9151: full-duplex pipe 4 <-> 5
9151: We are on D-Bus...
9151: Running main loop, depth 0 -> 1

Then it waits, and if I try a connection to it by calling hal-device-manager
it goes on like this:

9151: Handling client connection, flags 0x1
9151: Creating new client connection with fd 6
9151: check_read_watch: fd = 6
9151:   setting read watch enabled = 1
9151: check_write_watch(): needed = 0 on connection 0x809bab0 watch 0x809be00 
fd = 6 outgoing messages exist 0
9151: Adding a write watch on fd 6 using newly-set add watch function
9151: Adding a read watch on fd 6 using newly-set add watch function
9151: dispatch status = complete is_connected = 1
9151: Connection 0x809bab0 authentication expires in 2 milliseconds
9151: Enabled expire timeout with interval 2
9151: Running expire_incomplete_timeout
9151: Connection 0x809bab0 authentication expires in 2 milliseconds
9151: Enabled expire timeout with interval 2
9151: handling read watch 0x80942e8 flags = 1
9151: read credentials byte
9151: Credentials:  pid 9195  uid 1000  gid 1000
9151:  server auth state: waiting for input
9151: check_read_watch: fd = 6
9151:   setting read watch enabled = 1
9151: check_write_watch(): needed = 0 on connection 0x809bab0 watch 0x809be00 
fd = 6 outgoing messages exist 0
9151: do_reading: fd = 6
9151: dispatch status = complete is_connected = 1
9151: handling read watch 0x80942e8 flags = 1
9151:  server auth state: waiting for input
9151:  read 24 bytes in auth phase
9151: server: got command "AUTH EXTERNAL 31303030"
9151: server: Trying mechanism EXTERNAL
9151: server: data: '1000'
9151: server: going from state WaitingForAuth to state WaitingForBegin
9151: server: authenticated client with UID 1000 matching socket credentials 
UID 1000
9151:  server auth state: bytes to send
9151: check_read_watch: fd = 6
9151:   setting read watch enabled = 0
9151: check_write_watch(): needed = 1 on connection 0x809bab0 watch 0x809be00 
fd = 6 outgoing messages exist 0
9151: do_reading: fd = 6
9151: dispatch status = complete is_connected = 1
9151: handling write watch, have_outgoing_messages = 0
9151:  server auth state: bytes to send
9151: server: Sent 4 bytes of: OK

9151:  server auth state: waiting for input
9151: check_read_watch: fd = 6
9151:   setting read watch enabled = 1
9151: check_write_watch(): needed = 0 on connection 0x809bab0 watch 0x809be00 
fd = 6 outgoing messages exist 0
9151: Not authenticated, not writing anything
9151: check_write_watch(): needed = 0 on connection 0x809bab0 watch 0x809be00 
fd = 6 outgoing messages exist 0
9151: dispatch status = complete is_connected = 1
9151: handling read watch 0x80942e8 flags = 1
9151:  server auth state: waiting for input
9151:  read 7 bytes in auth phase
9151: server: got command "BEGIN"
9151: server: going from state WaitingForBegin to state Authenticated
9151: No cache for UID 1000
Segmentation fault

And there it dies.
If I try an strace around it, I get some calls to NIS (my system is a yp 
client) that fail like:

socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 8
bind(8, {sa_family=AF_INET, sin_port=htons(918), 
sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied)
connect(8, {sa_family=AF_INET, sin_port=htons(893), 
sin_addr=inet_addr("192.168.14.1")}, 16) = 0
write(8, "\200\0\0LIw\366\200\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2"..., 80) = 80
poll([{fd=8, events=POLLIN, revents=POLLIN}], 1, 25000) = 1
read(8, "\200\0\10\\Iw\366\200\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4000) = 
2144
close(8)= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Somehow I'm not sure why it would bind a socket locally before connecting 
it to the NIS server, but I'm not sure whether this is wrong or even related
to the segfault.

I'm running the latest debian unstable with dbus 0.23.

Please tell me if I should report this upstream or how to get more info 
from my breakage, it's very frustrating.

Thanks.
-- 
Stéphane Epardaud


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



Bug#290754: grisbi: Cannot change anything in preferences

2005-01-16 Thread Erwan David
Package: grisbi
Version: 0.5.3-1
Severity: important


In Grisbi preferrences, everything is greyed and no customization can be made.
I desisntalled (with --purge) and reinstalled, but nothingchanged.


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

Versions of packages grisbi depends on:
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libglib2.0-02.4.8-1  The GLib library of C routines
ii  libgtk2.0-0 2.4.14-2 The GTK+ graphical user interface 
ii  libofx0c102 1:0.6.6-3library to support Open Financial 
ii  libpango1.0-0   1.6.0-3  Layout and rendering of internatio
ii  libxml2 2.6.11-5 GNOME XML library
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#290754: Not a bug ?

2005-01-16 Thread Erwan David
After creating an account it works. Strange.
--
Erwan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#290749: freemind: unable to enter german Umlauts even when locale is set to de

2005-01-16 Thread Eric Lavarde
Hi Bastian,
your locale is C, which means ASCII charset, hence no accents, umlauts 
and fancy stuff. Export LANG=de_DE, or [EMAIL PROTECTED], or 
LANG=de_DE.UTF-8, before starting FreeMind and you'll be able to enter 
Umlauts and the same. You can create a file freemindrc with e.g. "export 
LANG=de_DE.UTF-8" in /etc/freemind or ~/.freemind (see 'man freemind') 
if you don't want to change your LANG variable for other applications 
(but you should have similar problems with other applications).

If you don't complain too loud, I'll close this bug in the near future 
without further action.

MfG, Eric
Bastian Venthur wrote:
Package: freemind
Version: 0.7.1-6
Severity: important
Instead of german Umlauts only boxes appear when you try to enter such
characters.
-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-2004-11-13
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages freemind depends on:
pn  j2re1.4 | java-virtual-maNot found.
ii  sun-j2sdk1.5 [java2-runti 1.5.0+update01 Java(TM) 2 SDK, Standard Edition, 
ii  sun-j2sdk1.5debian [java2 0.18   Debian specific parts of Java(TM) 

-- no debconf information

--
Gewalt ist die letzte Zuflucht der Inkompetenz.
Violence is the Last Resort of the Incompetent.
Gwalt jest ostatnem schronieniem niekompetencji.
La violence est le dernier refuge de l'incompetence.
~ Isaac Asimov
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#290755: amsn: libtray is linked against tcl8.4 and tk8.4

2005-01-16 Thread Debian User
Package: amsn
Version: 0.94-1
Severity: normal


Hello,
I'm using amsn with tcl/tk 8.3, but libtray.so is linked against tcl/tk
8.4 and it doesn't work:

[EMAIL PROTECTED]:/usr/lib/amsn/plugins/traydock$ ldd libtray.so
libc.so.6 => /lib/tls/libc.so.6 (0xb7eba000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7df3000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7def000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7de)
libm.so.6 => /lib/tls/libm.so.6 (0xb7dbe000)
libtcl8.4.so.0 => not found
libtk8.4.so.0 => not found
libImlib.so.1 => /usr/lib/libImlib.so.1 (0xb7d93000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7d74000)
libtiff.so.4 => /usr/lib/libtiff.so.4 (0xb7d24000)
libungif.so.4 => /usr/lib/libungif.so.4 (0xb7d1c000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7cf7000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7ce5000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7cd7000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7ccd000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7cb6000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x8000)
libtiff.so.3 => /usr/lib/libtiff.so.3 (0xb7c69000)
libpng10.so.0 => /usr/lib/libpng10.so.0 (0xb7c46000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7b8c000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7b83000)


I don't want to upgrade to tcl/tk 8.4 because amsn freezes very often
(see #229322).

I "fixed" the problem recompiling libtray against tcl8.3, but I'm a bit
clueless on how to properly fix this in debian package.

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

Versions of packages amsn depends on:
ii  docker1.4-2  System tray for KDE3/GNOME2 dockle
ii  imlib11.9.14-14  imaging library for X and X11 (usi
ii  libpng10-01.0.15-5   PNG library, older version - runti
ii  sox   12.17.5-4  A universal sound sample translato
ii  tcl8.38.3.5-4Tcl (the Tool Command Language) v8
ii  tcltls1.5.0-2The TLS OpenSSL extension to Tcl
ii  tk8.3 8.3.5-4Tk toolkit for Tcl and X11, v8.3 -

-- no debconf information


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



Bug#290756: clamav: Please package docs separately

2005-01-16 Thread Phil Endecott
Package: clamav
Version: 0.80-7
Severity: wishlist

Hi,

It would be nice if the clam docs were packaged separately from the
binaries etc.  I'd like to be able to read the docs on my workstation,
yet clam is installed only on a remote server.

Not a big deal since the docs are on the web anyway, but I thought
I'd mention it.  Other "server-only" packages that I use including
Apache, Exim and Postgres are organised this way.

Many thanks,

--Phil.



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8



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



Bug#290757: procps: vmstat wrongly reports zero interrupt rate

2005-01-16 Thread Vladimir Savkin
Package: procps
Version: 1:3.2.1-2
Severity: normal

On SMP host, vmstat sometimes show zero interrupt rate, while
interrupts do happen.
Example:

$ cat /proc/interrupts ; vmstat 1 5 ; cat /proc/interrupts 
   CPU0   CPU1   
  0:  314479374 3131525373IO-APIC-edge  timer
  1: 12  1IO-APIC-edge  i8042
  2:  0  0  XT-PIC  cascade
  8:  4  0IO-APIC-edge  rtc
 18: 15 15   IO-APIC-level  aic7xxx
 19:10621929248238   IO-APIC-level  aic7xxx
 20: 1365075045  1   IO-APIC-level  eth0
 22:4749659  241349042   IO-APIC-level  3w-
NMI:  0  0 
LOC: 3446442258 3446442271 
ERR:  0
MIS:  0
procs ---memory-- ---swap-- -io --system-- cpu
 r  b   swpd   free   buff  cache   si   sobibo   incs us sy id wa
 1  0  22656   2444  68752 80778811 0 56 1 22  9 64  5
 1  0  22656   3088  68696 80723200  2180 00   349 41  3 56  0
 1  0  22656   3468  68500 80702000  3460160   449 41  7 53  0
 0  1  22656   8632  68332 80188400  3324 00   417 42  6 52  0
 1  0  22656   5004  68332 80562400  3720 00   443 42  6 52  0
   CPU0   CPU1   
  0:  314479374 3131529412IO-APIC-edge  timer
  1: 12  1IO-APIC-edge  i8042
  2:  0  0  XT-PIC  cascade
  8:  4  0IO-APIC-edge  rtc
 18: 15 15   IO-APIC-level  aic7xxx
 19:10621929248244   IO-APIC-level  aic7xxx
 20: 1365083104  1   IO-APIC-level  eth0
 22:4749659  241349150   IO-APIC-level  3w-
NMI:  0  0 
LOC: 3446446298 3446446311 
ERR:  0
MIS:  0

Problem can be observed only on 32bit procps.
64bit procps on Dual Opteron system (from alioth pure64 archive)
always gets interrupt rate right.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-rc2
Locale: LANG=ru_RU.CP1251, LC_CTYPE=ru_RU.CP1251 (charmap=CP1251)

Versions of packages procps depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- no debconf information


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



Bug#290725: Another patch needed

2005-01-16 Thread Sebastian Ley
* Mario Lorenz wrote:

> However, 1.0.2 needs another little patch to fix WPA (otherwise it will
> fail during compile):

Thanks for the info. I will probably add WPA support together with the next 
upstream release.

Regards,
Sebastian



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



Bug#290664: Forgot to mention chip version

2005-01-16 Thread Malte Schmidt-Tychsen

Sorry

Chip is ATI Rage Mobility P/M

which is essentially a Mach64.

If anyone is interested in this bug I can get some log output. Sorry I didnt
think of this before.

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
1 GB Mailbox bereits in GMX FreeMail http://www.gmx.net/de/go/mail


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



Bug#290401: Closing because doublicate reports are being filed

2005-01-16 Thread Frans Pop
Hello Jens,

Please explain why you are filing a new installation report (#290401) when 
AFAICT you already have an installation report for the same installation 
on the same machine with the same problem (#290301).

I am closing the old report (290301) because duplicate information in our 
bug tracking system only makes our work harder.

If you have any additional information, please add it to the open 
installation report by mailing to [EMAIL PROTECTED]

Cheers,
FJP


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



Bug#281905: please enable CONFIG_EFI_PARTITION; it's needed for > 2TiB

2005-01-16 Thread Christoph Hellwig

I've put in the patch and enabled CONFIG_EFI_PARTITION for the i386 and amd64
2.6.8 and 2.6.10 kernel packages.


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



Bug#290733: torsmo: Floating point exception

2005-01-16 Thread Justin Pryzby
On Sun, Jan 16, 2005 at 11:19:52AM +0100, fellow wrote:
> Package: torsmo
> Version: 0.18-1
> Severity: grave
> Justification: renders package unusable
> 
> 
> Hi!
> The 0.17 version was good, but the new won't run.
> It's simply write to the stdout: Floating point exception
> 
> The full strace is here: http://fellow.linuxforum.hu/egyeb/torsmo_starce
> 
> Dp you need any other information?
> (I have a custom kernel: 2.6.10-ck4 + 2.6.10-as1.)
It looks like it might be failing because of the /proc/cpuinfo
differences between 2.4 and 2.6.  Can you try with 2.4?

Justin


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



Bug#288150: multipath-tools: initrd script breaks booting lvm root

2005-01-16 Thread christophe varoqui
On Thu, 2005-01-13 at 13:59 +0100, Guido Guenther wrote:
> On Wed, Jan 12, 2005 at 11:02:50PM +0100, Erik van Konijnenburg wrote:
> > The cause: multipath adds a script /etc/mkinitrd/scripts/01_udev; this
> > mounts a new /dev and lets udevstart run on it.  This happens after
> > /script is executed, which is where the LVM command "vgchange -a y vg0"
> > is executed to create LVM devices.  Unfortunately, udevstart has no way
> > of creating the /dev/mapper nodes required by LVM, so the root device
> > /dev/mapper/vg0 stays missing.
> Uargh, that is very bad. We should run the multipath stuff before the
> LVM stuff anyway since you most likely want LVM over the multipath (if
> not you're of corse still free to do so). I'll have to have a look at
> the scripts of 0.4.2 to see if we can do this easily. Until then it
> would probably be best to pull the initrd related parts from
> multipath-tools again since they seem to cause quiet some trouble at the
> moment and are "only" needed if your root device is multipathed.
> Cheers,
>  -- Guido
> 
> 
The multipath tools mkinitrd scripts shouldn't have to cope with udev in
the first place. I did it as a proof of concept, but in the long run the
debian udev packager should make a push into initrd. When we get there
the multipath stuff will layer properly. In the mean time, I agree the
script shouldn't be installed by default, or we can make it depend on a
variable set in mkinitrd.conf.

regards,
-- 
christophe varoqui <[EMAIL PROTECTED]>



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



Bug#290760: nagios-mysql "could not read host and service status information"

2005-01-16 Thread Carl T. Miller
Package: nagios-mysql
Version: 2:1.3-0+pre6

Since upgrading nagios-mysql a couple of weeks ago nagios runs
and sends email notices, but clicking for a Tactical Overview
presents the error "could not read host and service status
information."

To resolve this, I verified everything, and there were no
errors in the config files.  MySQL was running and the tables
were being updated.  So I uninstalled everything and started
from scratch.

Now everything is configured correctly, and all the services
are running correctly, yet I still get the error message.
I ran /etc/nagios/check_nagios_db from a shell prompt just
to see the output.  It said: Nagios problem: no process
identifier found in the database.  That error comes from the
test "if (!$status{nagios_pid})".




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



Bug#290759: bash: Cd accepts only one directory name

2005-01-16 Thread Justin Pryzby
Package: bash
Version: 2.05b-24
Severity: normal

[EMAIL PROTECTED]:/$ cd / /
[EMAIL PROTECTED]:/$ echo $?
0

This should warn the user that the second '/' doesn't mean anything,
and the command should fail, somehow, and maybe not even execute.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (101, 'testing'), (99, 'unstable'), (9, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10Y
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bash depends on:
ii  base-files  3.1.2Debian base system miscellaneous f
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  passwd  1:4.0.3-30.7 Change and administer password and

-- no debconf information


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



Bug#290761: exim: host_accept_relay cannot be set to IPv6 subnet

2005-01-16 Thread Martin Pels
Package: exim
Version: 3.36-13
Severity: normal

When an IPv6 subnet is included in the "host_accept_relay" option Exim reports 
an error in the logfile and does not accept relaying from this subnet.

I have the following line in my exim.conf to accept relaying from the
machines in my local network:

host_accept_relay = 127.0.0.1/8 : 1 : 192.168.0.1/24 : 2001:838:3f7::1/64

The last part (2001:838:3f7::1/64) causes the following message to be
displayed in the logfile:

2005-01-16 15:12:30 Setting IPV6_V6ONLY on daemon's IPv6 wildcard socket
failed (Invalid argument): carrying on without it

As a result of this Exim does not accept relaying from the IPv6 subnet.

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

Versions of packages exim depends on:
ii  cron3.0pl1-86management of regular background p
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb3  3.2.9-20 Berkeley v3 Database Libraries [ru
ii  libident0.22-2.2 simple RFC1413 client library - ru
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpcre34.5-1.1  Perl 5 Compatible Regular Expressi

-- no debconf information


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



Bug#222077: patch to make /var/lib/debbugs/spool/db-h/$(seq -e 00-99) at install time

2005-01-16 Thread Colin Watson
On Fri, Dec 31, 2004 at 05:13:50AM -0800, Don Armstrong wrote:
> tag 222077 patch
> thanks
> 
> The trivial attached patch fixes this bug

I think I'd rather have it done at run-time than in the Makefile, since
$gSpoolDir can be changed. I've applied a debbugsconfig patch that does
this to CVS.

Thanks,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#290303: (no subject)

2005-01-16 Thread Frans Pop
On Thursday 13 January 2005 14:51, Jens Voskuhl wrote:
> In the Debian installer menu the entry "choose language" is double.
> Could that be a bug?! 

I have some additional questions about this.
This issue is known for netboot and floppy installations, but not for 
installations where you boot off a CD.
I understand from your report that you used a "netinst CD image" for your 
installation, so we are curious how you got this.

If you boot in expert mode, is the extra "choose language" option there 
from the start, or does it appear later?

If you select both of the "choose language" options, do they both only ask 
for language or does one of them also ask for country?

TIA,
FJP


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



Bug#290762: bash: Renicing invalid job spec

2005-01-16 Thread Justin Pryzby
Package: bash
Version: 2.05b-24
Severity: normal

In a brand new bash instance in a brand new xterm:

[EMAIL PROTECTED]:~$ renice 20 %9
0: old priority 0, new priority 19


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



Bug#290228: why is ant in contrib ?

2005-01-16 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

severity 290228 wishlist
tags 290228 + wontfix
thanks

Wed, 12 Jan 2005 19:51:40 +0100, 
Vincent Fourmond <[EMAIL PROTECTED]> wrote: 

>   Hello !
>
>   I was wondering why ant is in contrib. True enough, it can depend on
> sun or blackdown java. Still, it does work fine with kaffe, which is
> purely free software !
>
>   My guess is that it should live in main, along with it's doc. What
> do you think about it ??

  This has been addressed a lot of time so I leave the bug open but it's
a wishlist and won't be resolved at the moment.

  You can find libant1.6-java which is free. Yes, there is no script to
launch it but you can copy the contrib script to launch it.

  Ant will be completely in main when the splash screen and sound
functionalities will compile with free JP's (Java Platform).

  We also have a little problem with the javadoc tool at the moment
which has been solved upstream but not yet in Debian.

  Thanks for your interest,

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

iD8DBQFB6nt44vzFZu62tMIRAr2xAJ0a4R6Ti1MZI+hvGM8SqbghSRxJ8gCfR3zf
4buv2sN+tLsmw/8t1Ad2NDA=
=gRWi
-END PGP SIGNATURE-



Bug#287378: amule: Possible reason

2005-01-16 Thread Jacobo221
> The pause on startup may be due to shared files being hashed. I've noticed
> that if a large number of files are made available for sharing then the ui
> slows down to an unacceptable speed. Maybe backgrounding the hashing process
> more would help.

Yes, it hashes the new files it finds. the process is in background already. 
anyway, it will only hash the _new_ files being shared, so the hashing is very 
rarely done.

If you were talking about the startup "freeze", then that's only heppaning 
while connecting to a server for the first time. Once it's connected to some 
server, it "unfreezes" ;-)

Greets!


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



Bug#290733: torsmo: Floating point exception

2005-01-16 Thread Justin Pryzby
On Sun, Jan 16, 2005 at 11:19:52AM +0100, fellow wrote:
> Package: torsmo
> Version: 0.18-1
> Severity: grave
> Justification: renders package unusable
> 
> 
> Hi!
> The 0.17 version was good, but the new won't run.
  ^
  Didn't see this, disregard my last question.

> It's simply write to the stdout: Floating point exception
Could you post a coredump?  ulimit -c unlimited, (bash specific) then
rerun it, produces "core".

I suspect it is a 2.6ism, but I cannot reproduce it here.

Justin


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



Bug#290766: laptopmode.sh: user mounted filesystems remounted as root

2005-01-16 Thread Nicolas FRANÇOIS
Package: pbbuttonsd
Version: 0.6.6-3
Severity: normal
File: /etc/power/scripts.d/laptopmode.sh

Hello,

I've got an ext3 filesystem with the "user" option in fstab.

On AC unplug, laptopmode.sh tries to remount it with different options
(increased commit time, etc.), and keep options provided by mount (in my
case: rw,noexec,nosuid,nodev,noatime,user=fzt). Unfortunately, the
"user=..." cannot be used with remount, and the script silently fails
(no mount option is modified) to remount the filesystem, with the
following error:
mount: /mnt/secret not mounted already, or bad option

Then on AC plug, the script remounts the filesystem without the commit,
and atime options. But doing this as root makes as if the filesystem was
mounted by root and the user cannot unmount it anymore.


IMHO, mount doesn't permit to remount a filessystem and keep the initial
user. And it is not possible to execute the "mount -o remount" command as
the user indicated by "user=".
Ignoring filesystems with the "user" option is acceptable for me if it's
documented (I will then use the noatime and commit=600 whatever the AC
state).


BTW, the noatime option is added even if already specified.

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

Versions of packages pbbuttonsd depends on:
ii  eject   2.0.13deb-8  ejects CDs and operates CD-Changer
ii  hdparm  5.8-1Tune hard disk parameters for high
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information

Thanks in advance,
-- 
Nekral


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



Bug#290763: ITP: libgnujmi-java -- free implementation of the java metadata interface

2005-01-16 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: wnpp
Severity: wishlist

* Package name: libgnujmi-java
  Version : 0.0cvs20050116
  Upstream Author : Arnaud Vandyck <[EMAIL PROTECTED]>
* URL or Web page : http://savannah.gnu.org/projects/classpathx
* License : GPL
  Description : free implementation of the java metadata interface

 GNU JMI is a free implementation of the JSR-40 The JavaTM Metadata
 Interface (JMI).
 .
 It consist of an API to solve the problem of incompatible metadata.
 . 
 This is the classpathx free implementation of the library
 . 
 Homepage: http://savannah.gnu.org/projects/classpathx

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

iD8DBQFB6n7U4vzFZu62tMIRAjNSAKCNqKJ3iVDcEkS0sI2Wih6CMofHiwCgg6Rf
haPTOhmsECxTpdTtwRDiKsA=
=6hkR
-END PGP SIGNATURE-



Bug#290764: gnome-gpg: Unnecessary "connect anonymously/as user" radio buttons

2005-01-16 Thread Sam Morris
Package: gnome-gpg
Version: 0.3.0-2.1
Severity: minor

Since upgrading to Gnome 2.8, the gnome-gpg password dialog box has
contained two radio buttons labelled "Connect anonymously" and "Connect
as user:". These are not relevant to GPG's function, especially since
the actual text field where a user would type their name is hidden. :)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gnome-gpg depends on:
ii  gnupg1.2.4-4 GNU privacy guard - a free PGP rep
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libesd-alsa0 [libesd0]   0.2.35-2Enlightened Sound Daemon (ALSA) - 
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-11LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.4.8-1 The GLib library of C routines
ii  libgnome-keyring00.4.0-2 GNOME keyring services library
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-8 The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtasn1-2   0.2.10-4Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.11-5GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#290765: bittornado: Status doesn't update, download works

2005-01-16 Thread Chris Nelson
Package: bittornado
Version: 0.3.9b-1
Severity: normal


The part of the gui displaying the download status just hangs, right
after I decide where to save the file. I can still click on pref, etc,
and that works, but I haven't a clue how much I've downloaded so far.


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

Versions of packages bittornado depends on:
ii  python2.3.4-5An interactive high-level object-o

-- no debconf information


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



Bug#271296: liblablgtk2-ocaml-dev: missing .cmo files

2005-01-16 Thread Sven Luther
On Sun, Sep 12, 2004 at 09:33:38AM -0400, Fernando Alegre wrote:
> Package: liblablgtk2-ocaml-dev
> Version: 2.4.0-2
> Severity: important
> 
> 
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers testing
>   APT policy: (990, 'testing')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.7-1-k7
> Locale: LANG=C, LC_CTYPE=C
> 
> Versions of packages liblablgtk2-ocaml-dev depends on:
> ii  libglade2-dev 1:2.4.0-1  Development files for libglade
> ii  libgtk2.0-dev 2.4.9-1Development files for the GTK+ 
> lib
> ii  libgtkgl2.0-dev   1.99.0-2   Gimp Toolkit OpenGL area widget 
> in
> ii  liblablgl-ocaml-dev   1.01-2 an OpenGL interface for 
> Objective 
> ii  liblablgtk2-ocaml 2.4.0-2Runtime libraries for ocaml 
> bindin
> ii  ocaml [ocaml-3.08]3.08.1-1   ML language implementation with 
> a 
> 
> -- no debconf information
> 
> Some .cmo files are missing. I just stumped upon GdkKeysyms.cmo, but
> there are others. The .cmx and .cmi files are there, but this makes
> the bytecode lablgtk2 unusable.

Euh, i think that all the missing .cmo are in the .cma, and you just need the
.cmis and the .cma for bytecode, or is there something i am missing.

the .cmx are present in addition to the .cmxa for some inlining and other
optimization, if i am not wrong.

Friendly,

Sven Luther



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



Bug#290087: how to mention GPL in the debian/copyright file

2005-01-16 Thread Jochen Voss
Hello Don,

thank you for your advice.  It is much appreciated.

On Thu, Jan 13, 2005 at 02:55:21PM -0800, Don Armstrong wrote:
> > Currently the debian/copyright file of chbg contains the paragraph
> > 
> > Chbg is copyrigthed by Ondrejicka Stefan ([EMAIL PROTECTED]).  It is
> > license under the GPL.  On Debian systems, the complete text of the
> > GNU General Public License can be found in the
> > /usr/share/common-licenses/GPL file.
> 
> Unfortunatly, this is incorrect. The code is licensed under GPL 2 or
> later. (See below where I discuss the issues with this.)
Appended to this mail you find my new attempt on writing a
debian/copyright files for chbg.

> In your case, it looks like the copyright statement is just the
> following:
> 
> /***/
> /*  This code is part of Desktop Background changer*/
> /*  called ChBg*/
> /*  Copyright (c) 1999,2000 Ondrejicka Stefan  */
> /*  ([EMAIL PROTECTED])  
> */
> /*  Distributed under GPL 2 or later   */
> /***/
Ok, that looks fair.  Some source files have different notes
(sometimes only the years are different, sometimes it is different
licenses with different authors), so I went for concatenating them
all, with only exact duplicates merged.

> However, I strongly suggest that you talk to upstream, and have
> upstream use the form of copyright statement and licensing statement
> mentioned in the GNU GPL itself, namely:
This wil probably fail, since he did not answer any of my email
during the last two years.  But I can try.

> It is preferable to include them from the upstream maintainer's point
> of view, because it makes it explicit what license the work is
> released under. In the case of this work, it's very difficult to
> accertain what license the images are released under, as there is no
> LICENSE or similar file that contains a copyright statement and
> license statement covering the entire archive.
The README file states

This is public release of ChBg distributed under GPL.

[...]

License :
-
Chbg is licensed under terms of GPL. See COPYING.

So I assume that the entire archive is ment to be distributed under
the GPL.  My new version of the debian/copyright file just includes
the above sniplet.  Should I move it into a more prominent position?

Thank you for your help,
Jochen
-- 
http://seehuhn.de/
This package was debianized by Sean E. Perry <[EMAIL PROTECTED]> on
Thu,  9 Sep 1999 16:02:25 -0700.

It was downloaded from http://chbg.sourceforge.net/

Upstream Author: Stefan Ondrejicka <[EMAIL PROTECTED]>


Copyright and distribution terms.

The following list gives the copyrights and distribution licences for
the different files in the chbg distribution.

--

* README

This is public release of ChBg distributed under GPL.

[...]

License :
-
Chbg is licensed under terms of GPL. See COPYING.

--

* gtkmultirowsel.c, gtkmultirowsel.h

/* GTK - The GIMP Toolkit
 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
 * GtkMultiRowSel Copyright (C) 2000 Stefan Ondrejicka <[EMAIL PROTECTED]>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Library General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Library General Public License for more details.
 *
 * You should have received a copy of the GNU Library General Public
 * License along with this library; if not, write to the Free
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

--

* absimg.c, banner.c, chwin.c, gui_tools.h, options.h, recurse.h

/***/
/*  This code is part of Desktop Background changer*/
/*  called ChBg*/
/*  Copyright (c) 1999 - 2001 Ondrejicka Stefan*/
/*  ([EMAIL PROTECTED])*/
/*  Distributed under GPL 2 or later   */
/***/

-

Bug#290768: harcoded "-d $CDROM" in abcde

2005-01-16 Thread Matus UHLAR - fantomas
Package: abcde
Version: 2.2.2-1

the abcde script has hardcoded syntax "-d $CDROM" for specifying CDROM
device. This is bad for ide-scsi emulation and cdparanoia, because that
requires "-g $CDROM" for specifying the cdrom drive and type of acces to
it.

-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Chernobyl was an Windows 95 beta test site.


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



Bug#278457: Not notifying when ClamAV package needs to be updated (forwarded from bengt@thuree.com)

2005-01-16 Thread Julian Field




Fixed.

Would you like me to send a copy of the new script to [EMAIL PROTECTED]?
Or you? Or neither?
It will be included in the next release.

Matthias Klose wrote:

  
  

  

Subject:

Bug#278457: Not notifying when ClamAV package needs to be updated
  
  

From: 
[EMAIL PROTECTED]
  
  

Date: 
Wed, 27 Oct 2004 03:31:06 +0200 (CEST)
  
  

To: 
[EMAIL PROTECTED]
  

  
  

  

To: 
[EMAIL PROTECTED]
  

  
  
  Package: mailscanner
Version: 4.35.3-1

I am updating ClamAV by using the provided clamav-autoupdate script.
This works fine by updating the virus definitions.
But it do not notify that the actual ClamAV package should be updated.

The below is what is reported in the /tmp/ClamAV.update.log

ClamAV update process started at Wed Oct 27 02:46:01 2004
-
main.cvd is up to date (version: 27, sigs: 23982, f-level: 2, builder: tomek)
daily.cvd is up to date (version: 553, sigs: 1729, f-level: 3, builder:
ccordes)
WARNING: Your ClamAV installation is OUTDATED - please update immediately !
WARNING: Current functionality level = 2, required = 3
-

But I do not get any notification from MailScanner about this.

I suggest that the clamav-autoupdate script would check for a possible
Warning message and put the entry into /var/log/syslog?

I am using a pure Debian Sarge.


  


-- 
Julian Field
www.MailScanner.info
Buy the MailScanner book at www.MailScanner.info/store
Professional Support Services at www.MailScanner.biz
MailScanner thanks transtec Computers for their support

PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654




Bug#290760: More about the error

2005-01-16 Thread Carl T. Miller
I did some more digging and discovered this line in /var/log/syslog:

Error: Could not insert/update status record for program in table
'programstatus' of database 'nagios'

The user [EMAIL PROTECTED] has USAGE permissions globally and
ALL PRIVILEGES in the database nagios.

Is it possible this is a problem with mysql?



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



Bug#290769: [INTL:nl] new dutch po-debconf translation

2005-01-16 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Package: conserver
Version: 8.1.1-2
Severity: wishlist
Tags: patch l10n
Please find attached the dutch po-debconf translation. This translation
has been vetted by the review process of the debian-l10n-dutch team.
Please add it to your next package revision, it should be inserted in
your package build-tree as debian/po/nl.po, TIA.
Feel free to mail me if this file needs updating at some future date.
Cheers
Luk

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFB6onC5UTeB5t8Mo0RAuAgAJ9NHi8NtQwABNpexiRm3Hwk+XJpQgCfbaQQ
VVK/P/LahsR16C/ujSOhDAk=
=A6UI
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid ""
msgstr ""
"Project-Id-Version: conserver 8.1.1-2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-03-04 05:50+0100\n"
"PO-Revision-Date: 2005-01-16 16:33+0100\n"
"Last-Translator: Luk Claes <[EMAIL PROTECTED]>\n"
"Language-Team: Debian l10n Dutch \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#: ../conserver-client.templates:3
msgid "Hostname where your conserver server is installed:"
msgstr "Naam van de computer waar uw conserver-server is geïnstalleerd:"

#. Type: string
#: ../conserver-client.templates:3
msgid "The conserver hostname, it is the hostname where the conserver-server package is installed. The client, 'console', will use the hostname 'console' if left empty. The server name can be changed during runtime with the -M option."
msgstr "De conserver-computernaam: dit is de naam van de computer waar het 'conserver-server'-pakket is geïnstalleerd. De client, 'console', zal de computernaam 'console' gebruiken als er geen wordt opgegeven. De servernaam kan gewijzigd worden met de '-M'-optie."

#. Type: string
#: ../conserver-client.templates:12
msgid "Enter the server port number to connect to:"
msgstr "Geef het serverpoortnummer om naar te verbinden:"

#. Type: string
#: ../conserver-client.templates:12
msgid "Set the conserver server port to connect to. This may be either a port number or a service name."
msgstr "Geef het poortnummer van de conserver-server waarnaar u wilt verbinden. Dit is ofwel een poortnummer, ofwel een naam van een dienst."

#. Type: note
#: ../conserver-client.templates:18
msgid "Protocol has changed with version 8.0.0 and 8.0.1!"
msgstr "Protocol is gewijzigd in versie 8.0.0 en 8.0.1!"

#. Type: note
#: ../conserver-client.templates:18
msgid "Version 8.0.0: The client/server protocol has been rearchitected. You *MUST* use an 8.0.0 client with an 8.0.0 server.  No combination of client/server will work with pre-8.0.0 code. Version 8.0.1: There's a slight client/server protocol change to implement the new 'initcmd' console option.  If you use this functionality with an 8.0.0 client, you'll run into a compatibility problem while the 'initcmd' command is running. Please read /usr/share/doc/conserver-client/README.Debian for more details."
msgstr "Versie 8.0.0: het client/server-protocol is opnieuw bekeken. U *MOET* een 8.0.0-client gebruiken met een 8.0.0-server. Een client/server-combinatie met pre-8.0.0-code zal niet werken. Versie 8.0.1: er is een kleine client/server-protocolwijziging om de nieuwe 'initcmd'-consoleoptie te implementeren. Als u deze functionaliteit gebruikt met een 8.0.0-client, dan zult u compatibiliteitsproblemen ondervinden terwijl het 'initcmd'-commando wordt uitgevoerd. Lees /usr/share/doc/conserver-client/README.Debian voor meer details."

#. Type: string
#: ../conserver-server.templates:4
msgid "Enter the master port number for the conserver server:"
msgstr "Geef het hoofd-poortnummer voor de conserver-server:"

#. Type: string
#: ../conserver-server.templates:4
msgid "Set the TCP port for the master process to listen on for clients. This may be either a port number or a service name. The original port number for conserver is 782, must be higher than 1024 if running as non-root."
msgstr "Geef de TCP-poort waarop het hoofdproces moet luisteren naar clients. Dit is ofwel een poortnummer ofwel een naam van een dienst. Het oorspronkelijke poortnummer voor conserver is 782, maar het moet hoger zijn dan 1024 als het proces draait als niet-root."

#. Type: string
#: ../conserver-server.templates:11
msgid "Enter the base port number for the conserver children:"
msgstr "Geef het basis-poortnummer voor de conserver-kinderen:"

#. Type: string
#: ../conserver-server.templates:11
msgid "Set the base port for children to listen on. Each child 

Bug#290708: initrd-tools: dm-crypt devices initialized with wrong arguments for cryptsetup

2005-01-16 Thread Martin Michlmayr
* Tino Keitel <[EMAIL PROTECTED]> [2005-01-16 05:03]:
> I use LVM2 on top of a dm-crypt device. With the initrd created by
> mkinitrd the cryptsetup command is called with wrong arguments. The -s 128
> and -h plain options are missing. The system won't be bootable. If I
> hack mkinitrd to call cryptsetup with -c aes -s 128 -h plain then the
> system will boot without problems.
> 
> Here is my /etc/crypttab:
> 
> crypt_vg1 /dev/ide/host0/bus0/target0/lun0/part3 none 
> cipher=aes,size=128,hash=plain
> 
> Maybe the information in /etc/crypttab should be used the same way as in
> the initscript to contruct the command line for cryptsetup.

Wesley, can you take a look at this bug report?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#282753: vim-latexsuite: support for latex-beamer

2005-01-16 Thread Artur R. Czechowski
forwarded 282753 
http://sourceforge.net/tracker/index.php?func=detail&aid=1103364&group_id=52322&atid=466459
thanks

Hello,

On Wed, Nov 24, 2004 at 12:24:36AM -0800, Diwaker Gupta wrote:
> vim-latexsuite is *awesome*, and so it beamer. It'll be great if
> latex-suite can also support beamer's environments. Its trivial to
> create the mappings using the IMAP macro, I can send a patch if needed.
I've forwarded your request to upstream Feauture Request System.
Your report is available at the URL given on top of this email.
Feel free to submit a patch using above URL.

Cheers
Artur
-- 
Jeden Celeron kompa nie czyni
/z pamiętnika administratora/


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



Bug#290759: bash: Cd accepts only one directory name

2005-01-16 Thread Matthias Klose
Justin Pryzby writes:
> Package: bash
> Version: 2.05b-24
> Severity: normal
> 
> [EMAIL PROTECTED]:/$ cd / /
> [EMAIL PROTECTED]:/$ echo $?
> 0
> 
> This should warn the user that the second '/' doesn't mean anything,
> and the command should fail, somehow, and maybe not even execute.

no, ignoring the extra arguments is well known behaviour.


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



Bug#290747: vsftpd: Feature request: SITE commands in anonymous mode without an error message

2005-01-16 Thread Daniel Jacobowitz
On Sun, Jan 16, 2005 at 02:16:53PM +0100, root wrote:
> Package: vsftpd
> Version: 2.0.1-1
> Severity: wishlist
> 
> Hi!
> 
> I wrote a small patch to disable error messages to SITE commands in
> anonymous mode. Some ftp clients like the midnight commander are trying to 
> execute
> them and report an error on failure. This can be very annoying when copying
> a large number of files. With this patch, the error messages can be omitted
> by setting anon_fake_chmod_enable=YES in vsftpd.conf. Please apply this patch
> :-) 

Hmm, I'll consider the patch, but it's pretty shaky.  Have you
considered reporting a bug on mc instead?

-- 
Daniel Jacobowitz


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



Bug#289775: ftp.debian.org: Please remove mozilla-locale-fr from the archive

2005-01-16 Thread Aurelien Jarno
retitle 289775 ftp.debian.org: Please remove mozilla-firefox-locale-fr from the 
archive
thanks

On Tue, Jan 11, 2005 at 12:23:42AM +0100, Aurelien Jarno wrote:
> Package: ftp.debian.org
> Severity: normal
> 
> Hi,
> 
> mozilla-firefox-locale-all has been uploaded and accepted into Debian.
> It replaces mozilla-locale-fr, which can now be removed from the
> archive.
Oops, mozilla-firefox-locale-all replaces mozilla-firefox-locale-fr, not
mozilla-locale-fr. Changing the bug title.
 
 

-- 
  .''`.  Aurelien Jarno   GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



  1   2   3   4   >